/*
Theme Name: AIVF
Description:  A simple, three column, widget-ready WordPress theme.
Author:  Colours
Author URI:  http://finext.co.il
version:  5.0
Tags:  fixed-width, three-columns, threaded-comments, brown
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #7C7F93;
  background: linear-gradient(180deg, rgba(245, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #4285F5;
  text-decoration: none;
}
select{
	-webkit-appearance: listbox !important;
	border-right: 6px solid transparent !important;
}
a:hover {
  color: #3a74d5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #39393A;
}
ul li {
  list-style-type: none;
  position: relative;
}
#contact_agree_privacy_wrapper.err a,
#contact_agree_privacy_wrapper.err {color:#721c24; }
ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #535B8E;
  opacity: 0.3;
  border-radius: 5px;
  position: absolute;
  left: -20px;
  top: 10px;
}

img { border-radius: 3px; }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 45px;
  z-index: 996;
  background: #4285F5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3a74d5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.privacy { padding: 160px 0 80px; }
.privacy * { font-family: 'Montserrat', sans-serif; }

/**/
.listwrap {
    padding: 140px 0 60px;
}
.listwrap .container {
    max-width: 1000px;
}
.listwrap .flex {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.listwrap .item {
    width: 33.33%;
	padding: 0 10px; 
	margin-bottom: 40px;
}

.listwrap .item img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.listwrap .item .img {
    margin-bottom: 20px;
    height: 120px;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.listwrap .item {
		width: 50%;
		margin-bottom: 20px;
	}
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media screen and (max-width: 500px) {
	.listwrap .item {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #FFF;
}
.header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.social-links a {
  color: #000;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  font-size: 20px;
  padding-left: 15px;
}
.social-links a:hover {
  color: #4285F5;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li::before {
  display: none;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #4285F5;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
	
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-footer ul {
    display: block;
    width: 100%;
  }

  .navbar-footer ul li a,
    .navbar-footer ul li a:focus {
    justify-content: center;
    padding: 15px 0;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4285F5;
}
.topspace { padding-top: 56px; }
.topspace header { top: 56px; }
.topstrip { background: #0581d0; padding: 15px; text-align: center; color: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; }
.topstrip p { margin: 0; font-size: 16px; }
.topstrip a { color: #fff; font-weight: 500; text-decoration: underline; }

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  width: 100%;
  margin-top: 100px;
  padding: 60px 0;
}
.about h1 {
  margin: 0 0 32px 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}
.about h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}
.about .splatter {
  position: absolute;
  z-index: -1;
  top: 66%;
  right: 15%;
}
.about p {
  font-size: 18px;
}
.about .splatter2 {
  position: absolute;
  z-index: 1;
  top: 85%;
  right: 85%;
}
.logodiv {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.logo {
  width: 180px;
}
.logo img {
  max-width: 100%;
}


@media (max-width: 992px) {
  .about {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features h2 {
    z-index: 1;
    position: relative;
}
.features h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #535B8E;
}
.features .splatter {
  position: absolute;
  z-index: 1;
  right: 70%;
  top: -50px;
}
@media (max-width: 992px) {
  .features .splatter{
    bottom: 50%;
    top: auto;
    right: 50%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
  position: relative;
}
.team .splatter {
  position: absolute;
  z-index: -1;
  right: 42%;
  top: -10px;
}
.team .member {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  max-width: 213px;
  margin: auto;
  margin-bottom: 34px;
}
.team .member img {
  width: 100%;
  border-radius: 100%;
}
.dpimg {
  width: 213px;
  height: 213px;
  border-radius: 100%;
  overflow: hidden;
  border:  1px solid #dee2e6;
  padding: 4px;
  display: flex;
}
.dpminner {
  background: center top / cover no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.team .member .member-info {
  width: 100%;
  padding: 10px;
}
.team .member .member-info .member-name {
  font-size: 13.7px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 20px;
  margin-bottom: 4px;
}
.team .member .member-info .member-position {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #BFC1CE;
  margin-right: 20px;
}
.team .member .member-info a {
  line-height: 28px;
}
.team h3 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}
.board-member {
  margin-right: 40px;
}
.board-member .member-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 7px;
  color: #39393A;
}
.board-member .member-position {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #7C7F93;
  margin-right: 7px;
}
.board-member a {
  margin-top: 2px;
  color: #7C7F93;
  line-height: 28px;
}

/*--------------------------------------------------------------
# EMA
--------------------------------------------------------------*/
.ema h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #535B8E;
  margin-bottom: 20px;
}
.ema h3.black {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #39393A;
}
.ema h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #535B8E;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news h2 {
  font-weight: 900;
}
.news .btn-primary {
  background-color: #4285F5;
  border-color: #4285F5;
}
.news .btn-primary:hover {
  background-color: #3a74d5;
  border-color: #3a74d5;
}
.news .news-item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.news .news-item-title a,
.news .news-item-title a:hover {
  color: #39393a;
}
.news .news-item-date {
  font-size: 12px;
  font-weight: 600;
}

.newsrow .nitem:nth-child(n+4) {
    display:none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .form-control {
  background: #EBEEFE;
  border: 0;
  font-size: 14px;
  min-height: 48px;
}
.contact .form-control.err {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.contact textarea {
  min-height: 100px;
  max-height: 130px;
}

/* BLOG */
.blogwrap {
    padding: 140px 0 50px;
}
.blogrow {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px;
}
.blogcol {
	width: 50%;
	padding: 20px;
	margin-bottom: 30px;
  display: flex;
}
.bpostcard {
	max-width: 100%;
	margin: 0px auto;
	background: #FFF;
	box-shadow: 0px 2px 6px #00000029;
	border-radius: 5px;
}
.blgrgt {
	padding: 40px;
}
.bfeathumb {
	width: 100%;
	padding-top: 52%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 5px 5px 0 0;
}
.bpostitle {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
	color: #000;
	margin: 0 0 10px;
}
.blogdate {
	margin-bottom: 10px;
}
.blogdescp {
	font-size: 1em;
	line-height: 1.25;
	color: #333;
	padding: 0;
	font-weight: 300;
}
.bigpost {
    width: 100%;
}
.bigpost .bpostcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.bigpost .bfeathumb {
    width: 60%;
    padding: 14% 0;
	border-radius: 5px 0 0 5px;
}
.bigpost .blgrgt {
    width: 40%;
}
/*---*/
.blogpg .container {
    max-width: 1040px;
    padding-top: 110px;
    z-index: 9;
    position: relative;
}
.content-article {
    padding: 40px 20px;
}
.blogsingletitle {
    background: #FFF;
    box-shadow: 0px 2px 6px #00000029;
    padding: 20px;
    margin: 0 0 40px;
    font-weight: bold;
    color: #000;
}
.featimg {
    margin-bottom: 70px;
    padding: 25%;
}
.blogarticle {
    max-width: 700px;
    margin: 0px auto;
    position: relative;
    padding-top: 0px;
}
.blogarticle .blogdate {
    margin-bottom: 30px;
}
.addtoany_content {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; margin: 0px !important;
}
.addtoany_list a:not(.addtoany_special_service)>span {
    background: #eee !important;
}
.addtoany_content svg path {
    fill: #000;
}
.blogarticle img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #000;
  font-size: 14px;
}
.footer .footer-top {
  background: #F5F9FF;
  padding: 20px 0;
}
.footer .footer-top .footer-info {
  margin-right: 50px;
}
/*Careers*/
.archive-top {
  padding: 160px 0 60px;
}
.archive-top img {
  max-width: 100%;
}
.nrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.ncol-6 {
  padding: 0 20px;
  flex: 0 0 50%;
}
.arch-title {
  font-size: 48px;
  padding: 0 0 20px;
}
.arch-thumb-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
.arch-thumb-list > li {
  flex: 0 0 50%;
  padding: 0 10px 20px;
}
.arch-thumb-list > li:nth-child(2){
  grid-row-start:  span 2;
}
.arch-thumb-list > li::before { display: none; }
.arch-thumb {
  width: 100%;
  min-height: 100%;
  padding-top: 60%;
  background: center / cover no-repeat;
  border-radius: 4px;
}
.arch-bnr-connect {
  padding: 20px 0 0;
}
.arch-cont-title {
  font-size: 24px;
  padding: 0 0 15px;
}
.archive-banner {
  background: #0d6efd;
  padding: 60px 0 40px;
  color: #fff;
}
.arch-minwrap {
  max-width: 1100px;
  margin: 0 auto;
}
.archive-banner .ncol-6 {
  padding-bottom: 0;
}
.archive-banner .arch-bnr-connect  {
  padding-bottom: 20px;
}
.archive-banner .arch-cont-title {
  color: #fff;
}
.archive-banner .social-links a {
  color: #fff;
  padding: 5px;
  margin-left: 10px;
  border-radius: 2px;
}
.archive-banner .social-links a:hover {
  background: #fff;
  color: #0d6efd;
}
.archive-data {
  padding: 60px 0;
}
.career-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.career-list > li {
  padding: 0 0 20px;
}
.career-list > li::before { display: none; }
.career-grid {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #0d6efd;
}
.cag-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.car-title {
  font-size: 24px;
  padding: 0 0 10px;
}
.cag-actions {
  font-size: 14px;
}
.cag-actions > span {
  display: inline-block;
  margin-left: 15px;
}
.cag-actions i {
  color: #FB865F;
}
.job-header {
  text-align: center;
}
.jobs-descp {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 30px 0 0;
}
.jobs-descp h1 {
  font-size: 42px;
}
.jobs-descp h2 {
  font-size: 30px;
}
.jobs-descp h3 {
  font-size: 24px;
}
.jobs-descp p {
  margin: 0;
  padding: 0 0 25px;
}
.jobs-descp ul {
  margin-bottom: 40px;
}
.jb-action {
  padding: 40px 0 30px;
  display: flex;
  justify-content: center;
}
.jb-action .btn {
  min-width: 300px;
  background: #FB865F;
  color: #fff;
  height: 45px;
  border:  none;
  font-weight: 700;
  transition: all .3s ease-in-out;
  border:  2px solid #FB865F;
}
.jb-action .btn:hover, .jb-action .btn:focus, .jb-action .btn:active {
  background: #fff;
  border-color: #FB865F;
  color: #FB865F;
  outline: none!important;
  box-shadow: none;
}
.aivf-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  overflow-y: auto;
}
.aivf-modal::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.aivf-dialogue {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.aivf-mhead {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #ddd;
}
.aivf-mhtitle {
  font-size: 28px;
  margin: 0;
}
.aivf-mclose {
  border:  none;
  padding: 0;
  width: 36px;
  height: 36px;
  text-indent: -99999px;
  background: url(assets/img/ic-close.svg) center / 80% auto no-repeat;
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
}
.aivf-mbody {
  padding: 30px 20px 0;
}
.ncol-12 {
  flex: 0 0 100%;
  padding: 0 20px;
}
.aivf-mfield label.wide {
  display: block;
  padding: 0 0 10px;
  font-size: 15px;
}
.btnupload {
  font-size: 15px;
  width: 100%;
}
.aivf-mfoot {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}
.aivf-mfield {
  padding: 0 0 15px;
}
.am-txt {
  width: 100%;
  border-radius: 2px;
  padding: 5px 15px;
  background: #EBEEFE;
  border: 0;
  font-size: 14px;
  min-height: 48px;
  margin: 0 0 5px;
}
.am-txt:focus {
  outline: none;
}
.aivf-mbtn {
  min-width: 200px;
}
.aivf-mf-inner {
  max-width: 600px;
  margin: 0 auto;
}
.aivf-mbtn {
  min-height: 50px;
  min-width: 240px;
}
.aivf-mbtn:hover {
  background-color: #FB865F;
  border-color: #FB865F;
}
.am-txt.err {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.ermsg {
  font-size: 13px;
  color: #c00;
}
.aivf-mf-inner .nrow {
  align-items: flex-start;
}
#aivf-mf-message .alert {
  margin: 20px 0 0;
}
.aivf-mbtn.disabled {
  user-select: none;
  opacity: 0.5;
}
.thanks-top {
  padding: 150px 0 60px;
  min-height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.noticewrap {
  max-width: 800px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
}
.big-disp-title {
  font-size: 56px;
  padding: 0 0 30px;
  margin: 0;
}
.smtxt {
  font-size: 18px;
}
#sec-error {
  text-align: center;
  padding: 120px 0 20px;
  min-height: calc(100vh - 170px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-title {
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.error-title strong {
  font-size: 6em;
  display: block;
  padding: 0 0 0.2em;
}

@media only screen and (max-width: 1300px) {
.about .splatter {
    right: 4%;
}	
}
@media only screen and (max-width: 1199px) {
.about .splatter {
    right: auto;
}	
}
@media only screen and (max-width: 767px) {
	.about .splatter {
    right: 20%;
}
}
@media only screen and (max-width: 630px){
.topspace {
    padding-top: 86px;
}
.topspace header {
    top: 86px;
}	
}
@media only screen and (max-width: 500px){
.about .splatter {
    right: 0;
}
}
@media only screen and (max-width: 400px){
.about .splatter {
    left: 0;
    top: 75%;
    right: auto;
}
}
	
@media only screen and (max-width: 1200px) {
  .archive-top {
    padding: 130px 0 50px;
    font-size: 15px;
  }
  .arch-title {
    font-size: 40px;
    margin: 0;
  }
  .arch-cont-title {
    font-size: 20px;
  }
  .social-links {
    font-size: 13px;
  }
  .cag-descp .btn {
    font-size: 13px;
  }
  .cag-descp {
    font-size: 15px;
    line-height: 1.3;
  }

}

@media (max-width: 992px) {
  .footer .footer-top .footer-info {
    margin: 20px 15px 20px 0;
  }
}

.footer .navbar a {
  font-size: 14px;
}
.footer .copyright {
  height: 50px;
  text-align: center;
}

@media (max-width: 992px) {
#team .row .col-lg-4, #team .row .col-lg-3 {
    width: 50%;
}
.logodiv img {
    max-width: 200px;
}	
.logo {
  width: 180px;
}
.bigpost .bfeathumb {
  width: 100%;
  padding: 26%;
    border-radius: 5px 5px 0 0;
}
.bigpost .blgrgt {
    width: 100%;
} 

.ncol-6 {
  flex: 0 0 100%;
}
.arch-title {
  font-size: 34px;
}
.arch-bnr-connect {
  padding-bottom: 40px;
}
.archive-banner .arch-bnr-connect {
  text-align: center;
}
.error-title strong {
  font-size: 5em;
}
}
@media (max-width: 767px) {
  body.trigger-position-right #enable-toolbar-trigger {left: 60px;bottom:15px;height:44px;}
  #enable-toolbar-trigger-svg {float: left;}
  .header {
    height: 70px;
  }
.blogrow {
    margin: 0px -15px;
}	
.bigpost .bfeathumb {
    width: 100%;
    padding: 26%;
    border-radius: 5px 5px 0 0;
}
.bigpost .blgrgt {
    width: 100%;
}	
.blogcol {
    width: 100%;
}
.blgrgt {
    padding: 20px;
}
.blogcol {
    margin-bottom: 0;
}	
.logo {
  width: 130px;
}
.cag-head {
  flex-direction: column;
  padding: 0 0 15px;
}
.car-title {
  margin: 0;
}
.cag-actions > span {
  margin: 0 15px 0 0;
}
.cag-descp {
  line-height: 1.5;
}
.archive-top {
  padding: 100px 0 30px;
}
.arch-title {
  font-size: 30px;
}
.arch-cont-title {
  font-size: 18px;
}
.archive-banner {
  padding: 40px 0 0;
}
.social-links > span {
  display: block;
  text-align: center;
}
.error-title strong {
  font-size: 3.5em;
}
}