/*
    Theme Name: Promotech
    Theme URI:
    Description: 
    Author: EkDesign
    Author URI: 
    Version: 1.2
    Tags: 
*/
/* =GENERAL
-------------------------------------------------------------- */
.fp-watermark {
    display: none;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
body {
    font-size:18px;
	font-family: 'Assistant', sans-serif;
	background: #FFF;
	line-height:28px;
	margin:0;
	padding:0;
	color:#444;
	}
a {
    color: #444;
    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:#444;
}
a:focus { 
    outline: none;
}
input, textarea,select {
    font-family: 'Heebo', sans-serif;
    box-sizing: border-box;
    border: #0F1D41 solid thin;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    color: #0a3d59;
    font-size: 18px;
    line-height: 30px;
    outline: none;
}
input, select {
    border-radius: 80px;
}
textarea{
	  border-radius: 30px;
}
input[type="submit"], input[type="button"] {
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    cursor: pointer;
    padding: 10px 35px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 30px;
    -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;
   
    width: 227px;
    display: inline-block;
    background: #0F1D41;
    height: 49px;
}
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:#0a3d59;
}
:-moz-placeholder { /* Firefox 18- */
      color:#0a3d59;
}
::-moz-placeholder {  /* Firefox 19+ */
       color:#0a3d59;
}
:-ms-input-placeholder {  
     color:#0a3d59;
}
.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;
}
.hidden {
	display: none;
}
/* =LAYOUT
-------------------------------------------------------------- */
.container {
	position:relative;
}
.section {
	padding: 20px 0;
}
.section-2 {
	padding: 40px 0;
}
#contact-bage {
	position: fixed;
	z-index:500;
	left:0;
	top:180px;
	
}
.text-left{
    text-align:left;
}
.padding {
	width:60%;
	margin: auto;
}
.internal-page #main {
	padding:30px 0;
}
/* =HEADER
-------------------------------------------------------------- */


   
#menurow {
	position: relative;
	justify-content: flex-start;
  align-items: center;
  padding-right:20px;
  z-index:500;
		
	}
.logo_tech {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    padding: 10px 0;
}
.menu-left-area {
	display: flex;
	justify-content: flex-end;
}
body .accessability_container * {
    background: none!important;
    color: #000 !important;
}
header{
    position: relative;
      left: 0px;
     top: 0px;
    z-index: 200;
	width:100%;
	background:#FFF;
	
}

#toprow {
	padding:20px 0;
	border-bottom:#f0f1f4 1px solid;
}

form#searchform {
    position: relative;
	color:#3F719D;
}

#search #s {
	border: #cfd1d9 1px solid;
	padding:0px 15px;
	color:#3F719D;
	line-height:37px;
	font-size:15px;
}
#search button {
    background: transparent;   
   	color:#3F719D;
    margin-right: 0px;
    outline: none;
    border: none;
    position: absolute;
    left: 5px;
    z-index: 99;
    top: 10px;
	font-size:18px;
}

#search ::-webkit-input-placeholder {
       color:#3F719D;
}

#search :-moz-placeholder { /* Firefox 18- */
      color:#3F719D;
}

#search ::-moz-placeholder {  /* Firefox 19+ */
       color:#3F719D;
}

#search :-ms-input-placeholder {  
     color:#3F719D;
}


.logo {   
}
.logo a{
    
}

.left-side {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: flex-end;
    align-content: center;
}
.language-switch {
   margin-right: 10px;
}
.language-switch a {
	display: inline-block;
    color: #3F719D;
    border: #cfd1d9 1px solid;
    padding: 0px 25px;
    font-size: 15px;
	line-height:37px;
    border-radius: 30px;
 
}
#heading {
    position: relative;
    background: rgb(255 255 255 / 81%);
    z-index: 10; 
}
.internal-page #heading.scrolled {
	/*background:#0F1D41;*/
}
#topbar .social-icons {
    display: inline-block;
}
.social-icons a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    color: #FFFFFF;
    font-size: 20px;
    width: 38px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 80px;
}
a.contact-link {
	color: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    font-weight: 700;
    height: 38px;
    background: #29B2D5 0% 0% no-repeat padding-box;
    border-radius: 80px;
    letter-spacing: 0.72px;
    margin-right: 7px;
}
#acwp-toolbar-btn {
    padding-right: 10px;
    top: 8px !important;
    left: -88px !important;
    width: 125px;
    height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 80px;
}
#fixed-menu {
	background:#2c3e50;
	margin-top:-40px;
}
#fixed-menu.scroll-to-fixed-fixed {
	padding-top:40px;
	}
.fixed-buttons {
	display: none;
}
/* =MENUS
-------------------------------------------------------------- */
.menu-primary-container {
    position:relative;
   	z-index: 60;
	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: 300px;
}
/* First Level - Menu Primary */
.menu-primary li a {
    color: #3F719D;
    font-size: 18px;
     display: block;
    line-height: 24px;
    padding: 12px 10px;
	border-bottom: transparent 6px 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;
}
#heading.scrolled .menu-primary li a {
	/*color:#FFF;*/
}
	
.menu-primary li a span {
	
	
}
.menu-primary li a:hover, 
.menu-primary li a:active,
.menu-primary li.current-cat > a, 
.menu-primary li.current_page_item > a, 
.menu-primary li.current-menu-item > a {
	color: #3F719D;
	border-bottom:#3F719D 6px solid;	
	
	}
/* Child Levels - Menu Primary */
.menu-primary li ul {
	min-width:250px;
	text-align:right;
	padding:7px 0;
	background:#FFF;
					
}
.menu-primary ul.sub-menu {
	margin-top:-6px;
	border-top:#3F719D 6px solid;	
	box-shadow: 0px 3px 12px #00000029;
	border-radius: 0px 0px 15px 0px;
	background:#FFF;
}
.menu-primary li li {
	padding:0;
	display: block;
}
.menu-primary li li a {
	font-size:18px;
	line-height:1;
	padding:12px 10px;
	border-radius:0;
	border-bottom:#cfd1d9 1px solid;
	background:#FFF;
	color:#3F719D;
	text-align:center;
 }
 
 .menu-primary li li:last-child a {
	 border: none;
 }
	
.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
		color:#3F719D;
		border-bottom:#cfd1d9 1px solid;	
		   
}
.sf-sub-indicator {
	display:none;
}

.menu-primary ul.sub-menu ul {
	border-radius:0;
	border: none;
	margin-top:0;
}

/*****BOOTOM MENU**********/
.border-leftfoot {
    border-left: 3px solid #eaf5f6;
}
/********************home******************/
#mainslider {
	position: relative;
	width:100%;
	overflow: hidden;
	z-index:100;
	}
.msimg {
	width:100%;
}

#mainslider .cap {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}

.text-display {
	width:270px;
	background:rgba(15, 29, 65, 0.7);
	border-radius: 20px 0px;
	color:#FFF;
	margin:30px 0;
	padding:30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	
	

}

.slider-title {
	font-size:27px;
	font-weight:600;
	margin-bottom:20px;
	width:100%;
}

.slider-btn a {
	display: inline-block;
	font-size:12px;
	padding:7px 30px;
	background:#FFF;
	border-radius: 80px;
	color:#0F1D41;
}


.hbox-item {
}

.hb-img {
	margin-bottom:15px;
}

.hb-img img {
	width:100%;
	box-shadow: 0px 3px 19px #0F1D410D;
	border: 1px solid #E9EAEE;
	border-radius: 15px 0px;
}

.hbox-title {
	font-size:22px;
	margin-bottom:10px;
}

.hbox-text {
	font-size:14px;
	line-height:1.3;
}
	

.more-btn {
    padding: 8px 40px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    display:block;
}
.more-btn i {
	margin-left:5px;
}
#boxes-section {
	position: relative;
	margin-top: -50px;
	z-index:20;
	
	
}
#content-section {
	background:url(images/content_bg.jpg) top center no-repeat;
	padding-bottom:120px;
	padding-top:120px;
}
#content-section h1 {
	font-size:38px;
	margin-bottom:40px;
}
#event {
	position: relative;
	padding-right: 150px;
	background:#ebf8f9;
}
#event:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: rgb(235,248,249);
    background: -moz-linear-gradient(90deg, rgba(235,248,249,1) 0%, rgba(235,248,249,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,248,249,1) 0%, rgba(235,248,249,0) 100%);
    background: linear-gradient(90deg, rgba(235,248,249,1) 0%, rgba(235,248,249,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf8f9",endColorstr="#ebf8f9",GradientType=1);
}
/***********/
#boxes {
    background-color: #12244a0a;
    margin-top: -8px;
}
.box-item {
    width: 200px;
    height: 200px !important;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.box-title {
    font-size: 22px;
    line-height: 16px;
    margin-top: 10px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.88px;
}
.box-icon img {
    max-height: 55px;
}
.box-item .more-link {
	display: block;
	text-align: left;
	color:#FFF;
	font-size:20px;
}
.box-item .more-link:hover {
	color:#d49f0f;
}
.more {
	margin:10px 0;	
}
.more a, .more span {
    display: inline-block;
    padding: 2px 20px 4px 20px;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    background: #2679C2 0% 0% no-repeat padding-box;
    border-radius: 80px;
}
.more a:hover , .more span:hover{ background: #0F1D41;}
.single-img {
	max-width:50%;
}
.single-img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}
.single-img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}
.single-img img {
    border-radius: 5px;
}
.publication-date {
	color:#09408e;
	font-size:24px;
	font-weight:500;
}
div#related-boxes {
    padding: 40px 0;
}
/*********GENERAL*******/
.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%;
}
.table-wrap {
	width:100%;
	overflow-x: scroll;
}
.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:28px;
	color:#0F1D41;
}
.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
	line-height:1.4;
}
h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #20a2c5;
    margin-bottom: 20px;
}
.entry h1 {
}
.entry h2 {
    color: #0F1D41;
    font-size: 26px;
    margin: 0 0 25px 0;
    line-height: 28px;
    font-weight: 700;
}
.entry h3 {
	font-size:25px;
	color:#20a2c5;
	font-weight:700;
	margin-bottom:15px;
}
.entry h4 {
	font-size:24px;
	color: #20a2c5;
	font-weight:500;
	margin-bottom:15px;
}
.entry h5 {
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	color:#20a2c5;
}
.entry h6 {
	font-size:20px;
	font-weight:700;
	color:#20a2c5;
	margin-bottom:10px;
	
}
.entry hr {
	border-top:#c2c3c4 1px solid;
}
.entry ul {
	list-style: disc;
    margin: 0 1.5em 18px 0;
}
.entry ol {
	margin-right: 50px;
	list-style: decimal;
	}
.entry ul li {
	list-style: disc;
}
.entry ol li {
	list-style: decimal;
}
.entry a {
	color: #2679C2;
}
.entry a:hover {
	text-decoration: underline;
}
.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;
}
.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}
.two-cols p:first-child {
	margin-top:0;
}
.title {
    color: #0F1D41;
    font-size: 26px;
    margin: 0 0 25px 0;
    line-height: 28px;
    font-weight: 700;
}
.fancy-title {
	font-size:35px;
	height:0.5em;
	border-bottom:#e8e8f0 1px solid;
	text-align: center;
	margin-bottom:60px;
}
.fancy-title span {
	display: inline-block;
	padding:5px 25px;
	background:#FFF;
	font-weight:600;
	margin-bottom:40px;
	color:#002147;
}
#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
	background:#ecf0f1;
	display: block;
  align-items: center;
}
video {
    display: block;
    object-fit: cover;
}
#topimage video {
   
    max-height: 295px;
    width: 100%;
    object-fit: cover;
}
#hometopimage {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    align-items: center;
}
.toptitle {
	display: inline-block;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
	position: relative;
	border-radius: 20px 0px;
	background:rgba(15, 29, 65, 0.7);
	padding:20px 40px;
	margin-top:20px;
  
}
.toptitle span {
	
}
.gallery-image img {
	border-radius:10px;
}
.nf-error-msg.nf-error-field-errors {
    text-align: center;
}
#breadcrumbs {
   	font-size:12px;
	padding:10px 0;
}
#breadcrumbs a {
	color:#fff;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
#share {
    text-align: center;
    background: #29B2D5;
    color: #fff;
    padding: 18px 0;
}
#share .addtoany_shortcode {
	display: inline-block;
	
}
.nav-links a, .nav-links span {
    border: #12244A solid thin;
    display: inline-block;
    padding: 0 13px;
}
.nav-links span.page-numbers.current {
    background: #12244A;
    color: #fff;
}
.category-content {
	background: #f7f9fa;
	padding:40px 0;
}

.article {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
}
	
.art-img {
	margin-bottom:10px;
	border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.art-img img {
    width:100%;
    object-fit: cover;    display: block;
}
.post-type-archive-newsletter .art-img {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}	
.article .inner {
    padding: 15px;
}
.post-type-archive-newsletter .article .inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
    padding-left: 20px;
}
.article .meta-date {
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 97px;
    background: #29B2D5 0% 0% no-repeat padding-box;
    border-radius: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 9;
}
	
.art-title {
    color: #0F1D41;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}
.art-title a {
    color: #0F1D41;
}
.art-title a:hover {
	color:#2979D5;
}
.excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #0F1D41;
    font-weight: 400;
    display: block;
    width: 100%;
}
.article .more  {
	
}
	
.er-404 {
	font-size:150%;
	text-align: center;
}
.navigation {
	padding-top:15px;
	text-align: center;
}
.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}
/******************ABOUT*************/
.section-title {
    color: #00508e;
    font-size: 38px;
    margin: 0 0 25px 0;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
}
.about-img.alignright {
	margin-left:20px;
	margin-bottom:10px;
	max-width:50%;
}
.leader-item {
	margin-bottom:20px;
}
#about-organization ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
    margin: 0 0 25px;
}
#about-organization ul li {
	list-style: none;
	margin-bottom:7px;
}
#about-certificates {
}
#about-certificates .list-button {
	padding-left:10px;
	margin-bottom:10px;
	
}
/*#about-certificates-list li:nth-child(6n){margin-left:0;}*/
.list-button a {
	display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
	background:#2c3e50;
	padding: 13px 26px; 
	height: 58px;
	text-align: center;
	 }
.list-button a:hover {
		background-color:#1abc9c;
	}
	
#linkmenu {
	background: #e0e2e2;
}
#linkmenu li {
	display: inline-block;
	margin-left:10px;
}
#linkmenu li a {
	display: block;
	color: #000;
	padding:10px 12px;
	border-bottom: 3px solid #e0e2e2;
}
#linkmenu li a:hover {
	border-bottom: 3px solid #e74c3c;
}
/*************INFO PAGE***************/
#info-boxes {
}
.info-box-item {
	display: flex;
	align-items:center;
	margin-bottom:30px;
	background:#f7f8f9;
	border-radius: 10px;
	padding:20px;
}
.info-box-icon {
	width:40%;
	padding-left:15px;
}
.info-box-item  .inner-box {
	width:60%;
	text-align:center;
	}
	
.info-box-item  .box-title {
	color:#0F1D41;
	font-size:26px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#f0f1f2 2px solid; 
}
.info-box-item  a.info-more {
	display: inline-block;
	padding:5px 25px;
	color:#FFF;
	font-size:17px;
	background:#2679C2;
	border-radius: 5px;
}
/*****************PROJECTS*****************/
#projects-section {
	padding-bottom:40px;
	min-height:185px;
}
#projects-section .flex {
	flex-wrap:wrap;
}
.one-fifth {
	width:20%;
}
.pr-pop {
	background:#FFF;
	width:800px;
	max-width:90%;
	margin: auto;
	padding:30px;
	display: none;
	text-align: right;
}
.mfp-container .pr-pop {
	display: block;
}
.project-outer{
    margin-bottom:20px;
}
.project-item {
	position: relative;
	padding: 10px;
	background-color:#fff;
	border-bottom: 5px solid #005596;
}
.project-img img {
    width: 100%;
}
.project-title {
    color:#073f6b;
    font-weight:500;
    padding: 20px 10px 10px;
	font-size:26px;
	width: 100%;    	
}
.project-title a {
	color:#073f6b;
	display: block;
	
}
.popup-title {
	color:#2c3e50;
	font-size:24px;
	margin-bottom:15px;
	font-weight:600;
}
/*************COMPANIES***************/
.company-item {
	text-align: center;
	margin-bottom:20px;
	
	}
.comp-logo {
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25%;
}
.company-item .txt  {
	padding-top:10px;
}
/*****************TECHNION**************/
#technion-slider {
	position: relative;
	overflow: hidden;
}
#technion-slider .slick-prev:after, 
#technion-slider .slick-next:after {
	
}
#rss-slider .wp_rss_retriever_title {
	font-size:18px;
	margin-bottom:8px;
	line-height:22px;
	color: #073f6b;
	font-weight:500;
}
#rss-slider .wp_rss_retriever_metadata {
	font-size:14px;
	margin-bottom:10px;
}
.wp_rss_retriever_container {
    font-size: 14px;
    line-height: 20px;
    color: #98a7ab;
    font-weight: 400;
}
#rss-slider .wp_rss_retriever_readmore {
	font-size: 14px;
    color: #073f6b;
    text-decoration: underline;
    line-height: 20px;
    font-weight: 400;
}
#rss-slider .wp_rss_retriever_readmore:hover {
	text-decoration: none;
	color: #073f6b;
}
/***************CONTACT PAGE**************/
#contact-details h2, #contact-form h2 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
    color:#00508e;
}
.contact-perdon-de {
    background: #fff;
    text-align: center;
    padding: 20px;
    border: #E0E7EC solid thin;
    border-radius: 5px;
}
.contact-perdon-de h3 {
    font-size: 22px;
    color: #12244A;
    font-weight: 700;
    margin-top: 12px;
}
.contact-perdon-de .person-title {
    font-size: 18px;
    line-height: 25px;
    color: #29B2D5;
    font-weight: 700;
}
.contact-perdon-de .email a {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    text-align: center;
    word-break: break-all;
    line-height: 20px;
}
.content.super-section-wrap.section {
    overflow: hidden;
}
div#conact-section {
    background: #fff;
    padding: 50px 0;
}
div#maincontact .gform_wrapper {
    margin-right: -10px;
}
div#maincontact h2 {
    color: #12244A;
   
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}
div#maincontact h3 {
    color: #2679C2;
    font-size: 20px;
    line-height: 27px;
}
#maincontact {
    padding: 50px	;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(15 29 65 / 3%);
}
#maincontact .gform_footer {
	margin-top:10px;
}
.contact-title {
	font-size: 34px;
    font-weight: 400;
    color: #0e103b;
    margin-bottom: 26px;
    text-align: center;
}
div#nf-form-3-cont {
    max-width: 1161px;
    margin: 0px auto;
}
#maincontact label {
    display: block;
    font-size: 16px;
    color: #0F1D41;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}
#maincontact .entry {
	text-align: center;
	
}
#maincontact .nf-field-container {
	margin-bottom:10px;
}
#maincontact .three {
    float: right;
    width: 33.33%;
    padding-left: 10px;
    clear: none;
    padding-right: 10px;
}
div#maincontact li {
    margin-bottom: 20px;
}
div#maincontact .ginput_container_textarea textarea {
    height: 141px;
    resize: none;
    border-radius: 25px;
}
div#maincontact .ginput_container_textarea {
    padding: 0 10px;
}
#maincontact #nf-field-9-container {
    padding-left: 10px;
    padding-right: 10px;
}
.gform_footer.top_label {
    text-align: left;
}
#maincontact .submit-container {
	text-align: center;
}
#maincontact input[type="button"] . #maincontact input[type="submit"]{
    padding: 11px 15px;
    width: 193px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    background: #29B2D5;
    color: #fff;
}
.nf-before-form-content {
    display: none;
}
div#main.page-contact {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
div#conact-persons {
    padding: 50px 0;
}
.validation_message , .validation_error {
    color: #f00;
}
/*********************SIDEBAR********************/
#sidebar {
}
.side-wdg {
	margin-bottom:0px;
}
.side-widget-title {
	text-align: center;
	font-weight:500;
	font-size:30px;
	margin-bottom:10px;
	}
	
.side-subtitle {
	font-size:20px;
	text-align: center;
	margin-bottom:10px;
}
#contact-widget {
	background:#df9f3a;
	border-radius:6px;
	padding:20px;
	color:#FFF;
	}
#contact-widget label {
	display: none;
}
#contact-widget input {
	margin-bottom:7px;
}
/* =FOOTER*/
#footer {
	background: #f4fdfe;
    color: #073f6b;
    /*text-align: center;*/
    padding: 50px 0px;
}
#footer input{
    font-family: 'Heebo', sans-serif;
    box-sizing: border-box;
    border: 3px solid #eaf5f6;
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px 0px 0px 30px;
    background: #fff;
    color: #0a3d59;
    font-size: 18px;
    line-height: 30px;
    outline:none !important;
}
.footer-form {
    position: relative;
}
#footer .gfield {
    display: block;
    padding: 0;
    background:none;
}
#footer .ginput_container {
    width: 100%;
    border: none;
    background:none;
}
#footer input[type="submit"]{
    background: rgb(43,185,201);
    background: linear-gradient(90deg, rgba(43,185,201,1) 0%, rgba(16,128,192,1) 100%);
    color:#fff;
    transform:scale(1) !important;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 0px;
}
h4.f-form-title {
    font-size: 20px;
    font-weight: 600;
}
p.f-form-text {
    font-size: 17px;
    font-weight: 400;
}
.foot-widget-title {
	font-size:22px;
	margin-bottom:15px;
	color:#2b92cc;
	font-weight:600;
}
#footer label.gfield_label {
    display: none;
}
.foot-wdg {
	margin-bottom:30px;
}
.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}
.foot-wdg li a {
	font-size:17px;
	display: block;
	padding: 10px 0px;
	color:#073f6b;
	font-weight:400;
}
.foot-wdg li a:hover {
	color:#2ab6c8;
}
.logo-bottom {
	text-align: left;
}
#footer .social-icons {
	margin-top:10px;
	}
#footer .social-icons a {
        margin-right:5px;
        color:#06406c;
        font-size:20px;
		width:25px;
		height:25px;
		line-height:25px;
		text-align: center;
}
#bottom {
    position: relative;
    background: #F7F8F9;
    color: rgb(15 29 65 / 61%);
    font-size: 12px;
    line-height: 38px;
    padding: 15px 0 25px 0;
    letter-spacing: 0.6px;
}
	
#about-section #bottom {
   
    margin-top: 20px;
}
  
#bottom a {
    color: rgb(15 29 65 / 61%);
}
#bottom .info {
	text-align: left;
}
.copyrights {
	text-align: right;
    margin-left: 10px;
}
ul#menu-footer-menu-he {
    display: flex;
    justify-content: center;
}
.footer-menu li a {
    border-left: rgb(15 29 65 / 61%) solid thin;
    padding-left: 5px;
}
.footer-menu a {
    color: rgb(15 29 65 / 61%);
    font-size: 15px;
}
.footer-menu li:last-child a {
    border: beige;
}
.footer-menu li {
    margin-right: 5px;
    float: left;
}
.credits {
	text-align: left;
}
#bottom .info span {
	display: inline-block;
	padding:0 5px;
}
.credits img {
	vertical-align:middle;
}
.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}
.mk-go-top i {
	padding:10px 20px;
}
#FooterTop .items {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    padding-right: 100px;
    padding-left: 100px;
}
#FooterTop .items-right {
    background-color: #1075ac;
}
#FooterTop .items-left {
    background-color: #2ab6c8;
}
h4.ft-title {
    font-size: 38px;
    color: #fff;
}
p.ft-text {
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: 50px;
}
#FooterTop label.gfield_label {
    display: none;
}
h4.ft-form-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.item-content {
    width: 100%;
}
#FooterTop .ginput_container  {
	width:100%;
	padding:0;
	border:none;
}
#FooterTop .gform_fields {
	display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  width:100%;
	
}
#FooterTop .gfield  {
    padding: 0;
    background-color: transparent;
}
#FooterTop .gfield.three {
    width: 32%;
    display: inline-block;
    padding: 0;
    background-color: transparent;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.contact-info h4 {
    font-weight: 600;
	margin-left:10px;
}
.contact-info span {
    margin-left: 20px;
}
.contact-info span img {
    vertical-align: text-top;
}
#FooterTop input[type="submit"] {
    width: 200px;
    background: rgb(0,86,151);
    background: linear-gradient(90deg, rgba(0,86,151,1) 0%, rgba(14,125,191,1) 100%);
    float: left;
}
.slider-image video{
    object-fit:cover;
}
.right-about *{
    color:#ffffff;
}
.more-arrow {
    padding: 0px 10px;
}
.ml-0{
    margin-left:0 !important;
}
.mr-0{
    margin-right:0 !important;
}
.pl-0{
    padding-left:0 !important;
}
.pr-0{
    padding-right:0 !important;
}
/* Icon Play In about page  */
.gg-shape-triangle {
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid #1075ac;
}
.gg-shape-triangle,
.gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}
.gg-shape-triangle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid #1075ac;
    border-top: 3px solid #1075ac;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}
.about-img-float {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
}
.icon-play {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.icon-play svg.iconify {
    width: 120px;
    height: 120px;
    background-color: #ddf1f4;
    border-radius: 100%;
}
.outer-shape-triangle{
    cursor:pointer;
}
/* Lightbox Css */
.fadebackdrop {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.lightBoxCustom {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 800px;
  margin-left: -400px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
.boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#topimage .cap {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 100%;
    top: 0;
	left:0;
}
#hometopimage .cap {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    text-align: center;
}
.hometoptitle {
    font-size: 55px;
    line-height: 64px;
    font-weight: 700;
}
.hometopstitle {
    padding: 0;
    margin: 0;
    font-size: 29px;
    line-height: 34px;
    font-weight: 400;
}
#hometopimage .topimg, #topimage .topimg {
    width: 100%;
    display: block;
}
.button-section ul {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
}
.button-section ul li a {
    display: block;
    background: #29B2D5 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
}
.button-section ul li a i {
    margin-right: 10px;
}
.button-section ul li a:hover{
	
	background:#12244A 0% 0% no-repeat padding-box
}
div#map-section {
    height: 100%;
    position: relative;
}
.map-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: transparent linear-gradient(180deg, #0F1D4100 0%, #0F1D41 100%) 0% 0% no-repeat padding-box;
    height: 195px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0 45px 45px;
}
div#map-section, #maincontact {
    border-radius: 10px;
    overflow: hidden;
}
.publication-row .title {
   
    margin-bottom: 0;
   
}
.publication-row .title h2 {
     
    margin-bottom: 0;
   
}
.publication-row {
    margin-bottom: 36px;
}
.publication-link-row {
    margin-top: 21px;
}
.publication-columns , .article-columns {
    text-align: center;
    background: rgb(15 29 65 / 3%);
   
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
.pdf-icon {
    background: #fff;
    box-shadow: 0px 3px 41px #00000008;
    width: 55px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0px;
}
.pdf-title {
    font-size: 20px;
    line-height: 24px;
}
.pdf-icon:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 30px solid;
    border-color: #fff;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    position: absolute;
    right: -62px;
    top: 32px;
    transform: rotate(90deg);
    left: auto;
}
.pdf-icon:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: auto;
    border-top: 30px solid;
    border-color: #fff;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    transform: rotate(90deg);
    left: -62px;
    top: 32px;
}
.article-columns a {
    display: flex;
    align-items: stretch;
}
.article-columns .pdf-title {
    font-size: 26px;
    color: #0F1D41;
    font-weight: 700;
}
.pdf-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 69%;
}
.link-row ul {
	display: flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.link-row li {
	display: block;
	padding:0 10px;
	margin-bottom:20px;
}
.link-row li a {
    display: flex;
    justify-content: space-between;
    background: rgb(15 29 65 / 3%);
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    align-items: center;
}
.link-row li a .link-title {
	padding-left:15px;
}
.link-row li a img {
    display: block;
}
.link-row li a:hover {
    background: rgb(15 29 65 / 100%);
    color: #fff;
}
.link-row.long ul {
	display: block;
}
.link-row.long li {
	padding:0;
}
/* ninja table css */
.semantic_ui .ui.table thead .footable-filtering th {
	background: none !important;
	border:none !important;
}
.semantic_ui .ui.table thead .footable-header {
	}
.semantic_ui .ui.table thead .footable-header th,
.tablepress th {
    background: #2679C2;
    border-bottom: 1px solid rgba(34,36,38,.1);
    border-right: none;
    color: #fff;
    cursor: auto;
    font-weight: 700;
    padding:7px 10px !important;
    text-align: inherit;
    text-transform: none;
    vertical-align: inherit;
}
.semantic_ui .ui.table thead .footable-header th:first-child {
	 border-radius: 0px 10px 10px 0px!important;
}
.semantic_ui .ui.table thead .footable-header th:last-child {
	 border-radius: 10px 0px 0px 10px!important;
}
.footable_parent .fooicon-sort:before {
	background:#FFF !important;
}
.footable-filtering {
	margin-bottom:20px;
	border: none !important;
}
.footable-filtering th {
	padding-left:0!important;
	padding-right:0 !important;
	border-radius:0 !important;
	border: none !important;
}
/**************MAINSLIDER MAINPAGE**********/
.gallery_section  .pslide img {
    border-radius: 10px;
	    cursor: pointer
}
#fullpage {
	position: relative;
}
#fullpage .section {
	position: relative;
}
.right-panel {
	width:21%;
	background:#0F1D41;
}
.left-panel {
	width:79%;
	background:#0F1D41;
}
.slide-content {
    position: absolute;
    top: 0px;
	height: calc(100% - 118px);
    color: #fff;
    padding: 35px;
    width: 100%;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	
}
.homesec-slided .slide-content {
	top:  auto;
	bottom: 0;
}
.slider-flex {
	padding-top:47px;
}
.slider-flex-item {
	width:33.33%;
}
.three-slide-col {
    position: relative;
	overflow: hidden;
}
.three-slide-col img {
    width: 100%;
    display: block;
}
.three-slide-col h2 , .three-slide-col div.h2 {
    color: #fff;
    font-size: 39px;
    font-weight: 400;
    line-height: 1;
}
.slide-image {
   
}
.slide-image img {
    
    object-fit: cover;
}
.first-slide-text {
	display: flex;
	flex-direction: column;
	width:100%;
    padding: 40px;
	background:#FFF;
	
    
}
.first-slide-text  .slide-desc{
	height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
	padding-right:20px;
	font-size:0.938vw;
	line-height:1.2;
}
.first-slide-col h1 {
    background: #0F1D41;
    color: #fff;
    padding: 20px;
}
.first-slide-col, 
.slide-image img {
	
}
.slide-image img {
	opacity:0.5;
}
.first-slide-col {
	padding-top:115px;
	position: relative;
	
	}
/*	
.first-slide-col .more {
	position: absolute;
	bottom: 0;
	z-index:10;
	padding-bottom:50px;
}
*/

.page-template-page-home .top-row-blank {
    display: none;
}
 .first-slide-col h1 span {
		display: block;
	}
.first-slide-col h1 {
    font-size: 73px;
    padding-left: 30px;
    padding-right: 30px;
	width:100%;
}
.first-slide-col h1 .chunk1 {
    font-weight: 700;
}
.three-slide-text {
    height: 100%;
    bottom: -150%;
    position: absolute;
    overflow: hidden;
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    right: 0px;
    padding: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.three-slide-text:-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #fff;
	border-radius: 10px;
	background-color: transparent;
}
.three-slide-text::-webkit-scrollbar
{
	width: 12px;
	background-color: transparent;
}
.three-slide-text::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #051E42;
	background-color: #051E42;
}
.three-slide-col:hover .before-hover{display:none}
.three-slide-col:hover .three-slide-text {
    bottom:0px;
}
.three-slide-text .slide-desc {
	text-align: justify;
}
.about-title {
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
}
.about-title span.chunk1 {
    font-weight: 700;
}
.feature-digit-cover {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.feature-digit-cover .feature-digit.counter {
    font-size: 77px;
    line-height: 83px;
    color: #2679C2;
}
.feature-title {
    color: #0F1D41;
    font-size: 24px;
    line-height: 26px;
}
.statics-feature.row {
    border-top: rgb(15 29 65 / 30%) solid thin;
    padding-top: 30px;
    margin-top: 30px;
}
.about-img{
    margin-top: -100px;
}
.about-flex-1 {
	width:55%;
	padding-left:20px;
}
.about-flex-2 {
	width:45%;
}
.about-content {
		font-size:0.990vw;
		line-height:1.3;
	}
.form-section .title  {
	text-align:center;
	
}
/***********GRAVITY************/
.form_wrap {
	width:80%;
	margin: auto;
	background: rgb(15 29 65 / 3%);	
    border-radius: 10px;
    padding: 30px 50px;
}
.form_wrap .gform-body.gform_body{
}
.gform-field-label legend,
.gfield label {
    font-weight: 700;
}
.form_wrap 
 div.gfield {
    margin-bottom: 20px;
}
.form_wrap  fieldset {
    outline: none;
    border: none;
    padding: 0px;
    margin-bottom: 10px;
}
.form_wrap  fieldset input {
    width: auto;
}
.form_wrap  input[type="checkbox"], .form_wrap  input[type="radio"] {
    width: auto;
}
.form_wrap   .gfield_radio, 
.form_wrap   .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.form_wrap  fieldset.lines .gfield_radio,
.form_wrap  fieldset.lines .gfield_checkbox {
	display: block;
}
.form_wrap .gfield_radio .gform-field-label, .form_wrap .gfield_checkbox .gform-field-label {
    font-weight: 400;
}
.form_wrap input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0px;
	border-radius:0px;
}
.form_wrap .gform_footer.top_label {
    text-align: center;
    margin-top: 30px;
}
.gfield_required_asterisk {
	color:#F00;
}
.ginput_complex {
	display: flex;
	flex-wrap: wrap;
}
.ginput_complex span {
	display: inline-block;
	padding-left:20px;
}
.ginput_complex label {
	display: block;
	font-weight:400;
}
.gfield textarea {
	height:200px;
}
.gfield--type-honeypot {
	display: none;
}
.gfield_list_group {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.gfield_list_cell {
	padding:0 5px;
	margin-bottom:8px;
}
.gfield_list_group button {
	font-family: 'Heebo', sans-serif;
    display: inline-block;
    cursor: pointer;
    padding: 7px 25px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
     font-weight: 500;
    border-radius: 30px;
    -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;
    display: inline-block;
    background: #0F1D41;
}
.gfield_list_group button:hover {
	transform: scale(0.9);
}
.gfield_label_before_complex  {
	font-weight: bold;
}
.gform-grid-row {
	display: flex;
}
.ginput_list .gform-field-label {
	padding-right:15px;
	
}

.form_wrap .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 0px;
}

.gform-field-label--type-sub {
	margin-bottom: 0 !important;
}

body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 7px !important;
    padding-top: 0
}

.gchoice  .gfield-choice-input {
	display: inline-block;
	width: auto;
	padding-left:5px;
}

/********************/
body.page-template-page-home main {
    height: 100vh;
    display: block;
    overflow-x: hidden;
}
div#about-section.section {
    padding-bottom: 0px!important;
}
#search-results {
}
.s-result {
	padding-bottom:20px;
	border-bottom:#eee 1px solid;
	margin-bottom:20px;
}