/*
    Theme Name: GonenAsaf
    Theme URI:
    Description: Law / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4
    Tags: 
*/


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


body {
    font-size:16px;
	 font-family: 'Noto Sans Hebrew';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#12274C;
	
}

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

a:focus { 
    outline: none;
}

input,
textarea {
    font-size: 16px;
    font-family: 'Noto Sans Hebrew';
    box-sizing: border-box;
    border: none;
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    background: #FFF;
    font-weight: 400;
    line-height: 18px;
   	outline: none !important;
}

input[type="submit"],
input[type="button"] {
	 font-family: 'Noto Sans Hebrew';
	font-size:18px;
	display: inline-block;
	width: auto;
	cursor:pointer;
	padding:15px 35px;
	text-align:center;
	color:#F5D084;
	background:#12274C;
	border:none;
	
	
-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:#12274C;
}

:-moz-placeholder { /* Firefox 18- */
      color:#12274C;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#12274C;
}

:-ms-input-placeholder {  
     color:#12274C;
}


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

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

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

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

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

.bege {
	background:#F3F0ED;
}

.the-link {
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
}

.play  {
	display: flex;
	align-items:center;
	justify-content:center;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
/* =LAYOUT
-------------------------------------------------------------- */
.wrap {
	width:100%;
	
}
.container {
	position:relative;
}

.container-wide {
	position: relative;
	padding:0 30px;
	width:100%;
}
.half-container {
	width:822px;
	padding:60px 0;
}

#main {
	padding:60px 0 100px 0;
	position: relative;
	}
	
.section {
	position: relative;
	padding: 80px 0;
}

#topcontent {
	padding:60px 0;
}

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

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

#contact-badge {
	position: fixed;
	left:0;
	top:200px;
	z-index:300;
	width:33px;
}

#call-buttons {
	position: fixed;
	right:0px;
	top: 50%;
	z-index:50;
	height:218px;
	}

#call-buttons li {
	display: block;
	margin-bottom:10px;
}



#call-buttons a {
	position: relative;
	right:-10px;
	display: flex;
	align-items:center;
	width:121px;
	height:49px;
	border-radius: 5px 0px 0px 5px;
	color:#FFF;
	font-size:15px;
	padding:10px 20px 10px 10px;
}

#call-buttons a:hover {
	right:0;
}

.green a {
	background:#6FB23C;
}
.blue a {
	background:#3A5994;
}
.red a {
	background:#D22F2F;
}

#call-buttons a i {
	display:block;
	font-size:28px;
	width:35px;
}

#call-buttons span {
	width:calc(100% - 35px);
}



/* =HEADER
-------------------------------------------------------------- */
#heading {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	z-index:200;
}



#toprow {
	position: relative;
	color:#FFF;
	z-index:50;
	background:#1F3865;
	}
	


.topicons {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:100%;
	height:100%;
	
}


.tel-area {
	position: relative;
	display: inline-block;
	padding-right:20px;
	font-size:14px;
}

.tel-area a {
	color:#FFF;
}

.tel-area a i {
	color:#F5D084;
	font-size:18px;
	margin-left:5px;
}




.social-icons a {
	display: inline-block;
	margin-left:10px;
	font-size:22px;
	text-align: center;
	color:#F5D084;
		
}

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

#menurow {
	position: relative;
	width:100%;
	background:#12274C;
	color:#FFF;
	transition: all 500ms ease;
	}
	
#menurow.sticky {
	position: fixed;
	top: 0;
	left:0;
}

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

.logo {
	padding-left:20px;	
}

.logo img {
	
}

#floating-rating {
	 font-family: 'Noto Sans Hebrew' !important;
	position:fixed;
	bottom: 50px;
	left:0;
	width:204px;
	z-index:200;
}

.rating-container {
	background:#FFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 5px 5px 0px;
	padding:10px 20px;
}


/* =MENUS
-------------------------------------------------------------- */



.menu-primary-container {
    position:relative;
   	z-index: 60;
	padding:0;		
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-left:10px;
			
		-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 li a {
	position: relative;
	font-size:16px;
	display:block;
	color:#FFF;    
    padding: 37px 10px;
	font-weight: 400;
	letter-spacing: 1.44px;
			
	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 a span {
	position: absolute;
	bottom:0;
	left:0;
	display: block;
	width:100%;
	height:0px;
	transition: all 500ms ease;	
	background: transparent linear-gradient(90deg, #F3D38F 0%, #966B0F 100%) 0% 0% no-repeat padding-box;
	
}


.menu-primary li a:hover, 
.menu-primary li a:active {
	color:#FFF;
	
	}
	
.menu-primary li a:hover span, 
.menu-primary li a:active span {
	height:8px;
	
	
	}
	

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


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:300px;
	text-align:right;
	z-index:300;
	margin:0;
	background:#12274C;
	
				
}

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

.menu-primary li li a {
	color:#FFF;
	font-size:16px;
	font-weight:400;
	padding:15px 10px !important;
	border-radius:0;
	border-bottom:#4468A8 1px solid !important;
	
	    }
	
.menu-primary li li a span {
	display: 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 {
	border-bottom:#e8f1f7 1px solid !important;
	background:#4468A8;		
		   
}

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

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




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

#home-video {
	position: relative;
	width:100%;
}

#home-video video {
	width:100%;
}

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

}

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

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

.video-title {
	font-weight:400;
	font-size:86px;
	margin-bottom:10px;
	}
.video-subtitle {
	font-size:49px;
}

#home-video .more a {
	display: inline-block;
	padding:10px 20px;
	border:#F5D084 1px solid;
	border-radius:5px;
	color:#F5D084;
}


#after-video {
	position: relative;
	margin-top:-60px;
	z-index:10;
}

#services-section {
	position: relative;
	margin-top:-60px;
	padding-bottom:150px;
}

#services-section .flex {
	flex-wrap: wrap;
	margin:0 -5px;
}

#services-section .sign {
	position: absolute;
	right: -150px;
	top:0;
	z-index:0;
}

#services-section .flex-item {
	position: relative;
	z-index:10;
	width:33.33%;
	padding:0 5px;
	margin-bottom:10px;
	overflow: hidden;
}

#services-section .sp-image {
	border-radius: 8px;
}

.spec-item {	
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 8px;
	overflow: hidden;
	background:#FFF;
	padding:30px 30px;
}

.spec-title {
	font-size:20px;
	margin-bottom:8px;
}

.spec-title a:hover {
	color:#AC832D;
}

.spec-text {
	font-size:14px;
	line-height:1.4;
}

.sp-image img {
	border-radius: 8px;
}


#about-section {
	width:100%;
	padding: 100px 0;
	background:#12274C;
	color:#FFF;
}

.pre-title {
	font-size:30px;
	margin-bottom:10px;
}

#about-section .title {
	color:#D3B474;
	
}

#about-section .more a {
	width:151px;
	text-align:center;
}

#about-section .about-link {
	font-size:17px;
	padding:12px 20px;
	color:#D3B474;
	border: #D3B474 1px solid;
	border-radius: 5px;
	margin-left:10px;
}

#about-section .contact-link {
	font-size:17px;
	padding:12px 20px;
	color:#12274C;
	font-weight: bold;
	border-radius: 5px;
	margin-left:10px;
	background: transparent linear-gradient(90deg, #F3D38F 0%, #966B0F 100%) 0% 0% no-repeat padding-box;
}

.about-image {
	position: relative;	
}

.about-image img {
	border-radius: 5px;
}

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

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

#videos-list .video-item {
	margin-bottom:20px;
}

.video-img {
	position: relative;
}

.video-img img {
	border-radius: 8px;
}

.vid-title {
	margin-top:10px;
	font-size:20px;
	}
.vid-title a:hover {
	color:#AC832D;
}



#articles-section {
	position: relative;
	padding:130px 0; 
	
}

#medium-contact {
	position: absolute;
	top: -180px;
	left:0;
	z-index:100;
	width:100%;
}
.art-item {
	padding:30px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom:20px;
}

#articles-section .art-item {
	margin-bottom:0;
}

.art-title {
	font-size:20px;
	margin-bottom:10px;
	line-height:1.2;
}


.excerpt {
	font-size:14px;
	}
	
#content-section .slider-area {
	padding-left:30px;
}

.content-img img {
	border-radius:10px;
}

#media-section {
	position: relative;
	background:#12274C;
}

#media-section .title {
	color:#D3B474;
}

.sign-1 {
	position: absolute;
	z-index:0;
	top: 70px;
	right:-100px;
	opacity:0.1;
}



#media-section .more a {
	border:#FFF 1px solid;
	color:#FFF;
}

#media-section .media-item {
	background: #1E355D;
	color:#FFF;
}

#media-section .media-title a {
	color:#FFF;
}

.media-text {
	font-size:14px;
}


/******ACCORDION***********/
.accordion-section {
	padding:30px;
}

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

.beefup .plus {
	display: inline-block;
	position: absolute;
	left:30px;
	top:5px;
	font-size:50px;
	font-style: normal;
	font-weight:300;
	color:#AC832D;
}

.beefup .plus:before {
	content:"+";
}

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

.course-buttons.last {
	display: flex;
	justify-content: space-between;
}

.course-buttons.last a {
	width:49.5%;
	margin-top:0 !important;
}

.course-section table {
    border-spacing: 0px;
    border-collapse: separate;
}


.course-section td,
.course-section th {
	background:#F6F4EE;
	font-size:22px;
	border-bottom:#FFF 5px solid;
}

.course-section td:first-child {
	width:25%;
}




.acc-section {
	margin-bottom:10px;
	background:#F5F3F1;
	border-radius: 8px;

}

.beefup_title{
	font-size:20px;
	font-weight: 500;
	padding:20px 20px 20px 50px;
	line-height:1.2;
	
}

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

.beefup_title:hover {
	color:#333333;
}

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



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

.page-title {
	font-size:50px;
	margin-bottom:40px;
	color:#AC832D;

}
.more {
	margin-top:10px;	
}

.more a {
	display: inline-block;
	padding:8px 25px;
	font-size:14px;
	border: 1px solid #12274C;
	border-radius: 5px;
}


.more a: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);
}

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

.single-img  {
	position: relative;
}

.single-img img {
		
}

.single-img .frame-border {
	position: absolute;
	left:15px;
	top:15px;
	 border: #a3824f 1px solid;
}

.publication-date {
	color:#09408e;
	font-size:24px;
	font-weight:500;
}
.related-section {
    background: #fff;
}
.related-section .staff-item {
    background-color: #FFF;
}
#articles {
    position: relative;
    padding: 50px 0px;
}


.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%;
}

.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.5;

}

.content .entry {
  
 
}
.entry h1  {
	font-size:40px;
	color:#AC832D;
	font-weight:400;
	margin-bottom:15px;

}

.entry h2 {
	font-size:38px;
	margin-bottom: 15px;
    color:#AC832D;
}

.entry h3 {
	font-size:32px;
	color:#AC832D;
	margin-bottom:15px;
}

.entry h4 {
	font-size:28px;
	color:#AC832D;
	font-weight:600;
	margin-bottom:15px;
}
.entry h5 {
	font-size:22px;
	font-weight:300;
	margin-bottom:10px;
	color:#AC832D;
}

.entry h6 {
	font-size:20px;
	font-weight:600;
	color:#AC832D;
	margin-bottom:10px;
	
}

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

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

.entry ul li {
	list-style: square;
}

.entry ul li::marker {
	color:#AC832D;
}

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


.entry a {
		text-decoration: underline;
}

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



.one-half {
	width:50%;
	
}

.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 {
	position: relative;
	font-size:42px;
	font-weight:400;
	margin-bottom:40px;
	color:#AC832D;
}



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

	
	}

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

#topimage .textholder {
	position: absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	
	
	}
	

#breadcrumbs {
	font-size:13px;
	padding:25px 10px;
	color: #FFF;
	opacity:0.8;
}
#breadcrumbs span {
    color: #FFF;
}
#breadcrumbs a {
	
	
}

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


#share {
	margin-top:30px;
	background:#000;
	text-align: center;
	padding:20px 0;
	font-size:22px;
	color:#FFF;
}

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

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

.category-content {
	padding:40px 0;
}
.cat-desc {
	
}
	
.er-404 {
	font-size:150%;
	text-align: center;
}



.navigation {
	text-align: center;
	margin:20px 0;
}

.navigation  select {
	padding:5px;
	border: #E6E6E6 1px solid;
}

.navigation a,
.navigation  span {
	display: inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 2px;
	border: #AC832D 1px solid;
}

.navigation  span {
	background:#AC832D;
	color:#FFF;
}

#posts-list .art-item {
	background:#F5F3F1;
}



/***************ABOUT****************/
#aboutpage-contact {
	margin-top:40px;
}

.reverse .row {
	flex-direction: row-reverse;
}

.content-section {
	padding:50px 0;
	background:#F3F0ED;
}

.content-section.reverse {
	background:#FFF;
}

.content-section .cs-image {
	padding-left:30px;
	border-radius: 5px;
	overflow: hidden;
}

.content-section.reverse .cs-image {
	padding-left:0px;
	padding-right:30px;
}

.content-section:last-child {
	padding-bottom:100px;
}

/**********PRESS MEDIA *************/
.media-item {
	background: #F5F3F1;
	border-radius: 8px;
	padding:30px;
	margin-bottom:20px;
}

.media-img {
	background:#FFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
    justify-content: center;
	height:125px;
	width:100%;
	padding:20px;
	margin-bottom:20px;
    }
	
.media-title {
	font-size:20px;
	margin-bottom:10px;
}



/********************SEARCH****************/
#search {
	position: relative;
	width:316px;
	max-width:100%;
}

#search input {
	font-size:14px;
	padding:12px 10px;
	background:#4468A8;
	border-radius:0px;
	color:#FFF;
	border:none;
	
}

#search button {
	color:#FFF;
	background: none;
	border: none;
	position: absolute;
	top:7px;
	left:5px;
	font-size:18px;
}

#search ::-webkit-input-placeholder {
       color:#FFF;
}

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

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

#search :-ms-input-placeholder {  
     color:#FFF;
}


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

.s-title {
	font-size:24px;
	font-weight:500;
	margin-bottom:15px;
}

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

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

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

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


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

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

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


.gfield label {
	display: none;
}


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

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

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

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


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

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


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

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


input[type=file]::file-selector-button {
  border:  none;
  padding:12px 20px;;
  border-radius:20px;
  background-color: #0E446E;
  color:#FFF;
  transition: 1s;
}

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

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



/***************CONTACT-LINE**************/
.contactline {
	padding:30px;
	background: transparent linear-gradient(90deg, #F3D38F 0%, #966B0F 100%) 0% 0% no-repeat padding-box;
	border-radius: 8px;
}

.contactline.flex {
	align-items:center;
}

.contactline .title-area {
	width:25%;
	color:#FFF;
}

.contactline .form-area  {
	width:75%;
	padding-right:20px;
	text-align:center;		
}

.contactline .form-title {
	font-size:30px;
	color:#FFF;
	margin-bottom:10px;
}
.contactline .subtitle {
	font-size:18px;
}

.contactline form {
	display: flex;
	justify-content:space-between;
}

.contactline .gform-body {
	width:70%;
}
.contactline .gform-footer {
	width:28%;
}

.contactline .gfield {
	margin-bottom:0;
}

.contactline .gfield label {
	display: none;
}

#floating-contact {
	position: fixed;
	width:100%;
	bottom:0;
	left: 0;
}

#floating-contact .contactline {
	padding-bottom:40px;
	border-radius:8px 8px 0 0;
}
/***********CONTACT DETAILS*************/

.contact-info li {
	font-size:22px;
	}

.contact-info li i {
	font-size:59px;	
	color:#AC832D;
	width:70px;
	display: inline-block;
	vertical-align:middle;
}
.contact-info li label {
	display: inline-block;
	}

.contact-info li a, 
.contact-info li span {
	display: inline-block;
}

.contact-info li a.email {
	font-size:16px;
}

.address-line span {
	font-size:18px;
}

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

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

#maincontact {
	text-align:center;
	background: transparent linear-gradient(92deg, #F3D38F 0%, #966B0F 100%) 0% 0% no-repeat padding-box;
}

#maincontact .title {
	color:#FFF;
	font-size:30px;
	margin-bottom:10px;
}

#maincontact .subtitle {
	color:#FFF;
	font-size:23px;
}

#maincontact .form-area {
	margin-top:30px;
}

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

#maincontact textarea {
	height:120px;
}







/* =FOOTER*/
#footer-contact {
	position: absolute;
	left:0;
	top:-60px;
	width:100%;
	z-index:20;
}

#footer {
	position: relative;
	background:#12274C;
	font-size:16px;
	color:#FFF;
	padding:100px 0;
	z-index:10;
}

#footer .container {
	
}

#footer a {
	color:#FFF;
}

.f-contact-details {
	text-align: center;
	margin-bottom:60px;	
	
}

.f-contact-details li {
	display: inline-block;
	font-size:18px;
	padding:0 15px;
}

.f-contact-details li i {
	color:#E9C881;
	font-size:47px;
	margin-left:7px;
	vertical-align: middle;
}
.foot-widget-title {
  	font-size:25px;
    letter-spacing: 1.44px;
    color: #E9C881;
    margin-bottom: 15px;
}
.foot-wdg {
	margin-bottom:30px;
}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
	font-size:15px;
}

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

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

.logo-bottom {
	position: relative;
	text-align: center;
	padding-bottom:30px;
}

.logo-bottom:after {
	content:"";
	display: block;
	position: absolute;
	bottom:0;
	width:10%;
	
}

#footer .social-icons {
	font-size:30px;
	padding-top:40px;
	color:#FFF;
	text-align: center;
	}

#footer .social-icons a {
	color:#F5D084;

}
	

#bottom {
	position:relative;
	border-top:rgba(255, 255, 255, 0.1) 1px solid;
	color: #a4a4a4;
	font-size:12px;
	padding-top:15px;
	padding-bottom:15px;
	
	}
	

  
#bottom a {
	color: #a4a4a4;
}


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

#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;
}
.duns {
	text-align: center;
}

button.aicon_link{
    bottom: 75px !important;
    top: unset !important;
    background-color: #2a6791 !important;
    padding: 8px !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}


/* Services pages CSS  */
.staff-page {
    padding: 50px 0px;
    position: relative;
}
.content-bar {
    padding: 70px 0px;
    background: #F5F4F1 0% 0% no-repeat padding-box;
}
.staff-item {
	background:#EAEDEF;
	margin-bottom:30px;
	position: relative;
	text-align: center;
	background: #F5F4F1 0% 0% no-repeat padding-box;
    padding: 40px;
}
.staff-img img {
    width: 66px;
}

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

.staff-item .name {
    margin-bottom: 15px;
    letter-spacing: 1.44px;
    color: #082234;
    font-size: 18px;
    line-height: 23px;
    font-family: 'IBM Plex Sans Hebrew';
    font-weight: 500;
}
.staff-item .excerpt {
    font: normal normal normal 16px / 20px IBM Plex Sans Hebrew;
    letter-spacing: 1.28px;
    color: #082234;
}
.staff-item .more a {
    width: 161px;
    height: 39px;
    background: transparent linear-gradient(180deg, #B29761 0%, #887140 100%) 0% 0% no-repeat padding-box;
    border-radius: 80px;
    color: #FFF;
}
.staff-item .more a:after{
    content:"";
    display:none;
}
.cbtn.services {
    bottom: 50%;
    left: -20px;
}
