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


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


body {
    font-size:18px;
	font-family: 'Noto Sans Hebrew';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
    text-align: right;	
    color: #202020;    
}

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

a:focus { 
    outline: none;
}

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

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: #000;
    background: #BD9966;
	border:none;
    border-radius: 0px;	
    font-weight: 500;    
-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, .flex-item: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:#fff;
}

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

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

:-ms-input-placeholder {  
     color:#fff;
}

.contactline.flex form input:not(input[type="submit"]) {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}

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

.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;
    max-width: 1310px;	
}

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

.half-container {
	width:822px;
	padding:60px 0;
}

#main {
	padding:60px 0 0px 0;
	position: relative;
	}
	
.section {
	position: relative;
	padding: 80px 0;
}
body .f_black{
    color: #000 !important;
}
body .f_white{
    color: #fff !important;
}
#topcontent {
	padding:60px 30px;
}

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

.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: 30%;
	z-index:50;
	height:218px;
	}

#call-buttons li {
	display: block;
	margin-bottom:10px;
    text-align: center;	
    width: 51px;    
}

li.connect_btn a {
    width: 111px !important;
    letter-spacing: 0.8px;
    background-color: #BF9E33;    
}

#call-buttons a {
	position: relative;
	right:-10px;
	display: flex;
	align-items:center;
    flex-flow: column;	
	width:55px;
	color:#191919;
    gap: 10px;	
    font-size: 20px;
    font-weight: 600;
    padding:10px 20px 10px 10px;
}

#call-buttons a:hover {
	right:0;
}
.green{
    background-color: #6FB23C;
}
.brown{
    background-color:#A89148;
}
#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;
}

.left_col {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;    
}

#toprow {
	position: relative;
	color:#FFF;
	z-index:50;
	background:#191919;
    padding-top: 16px;	
	}

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

.tel-area a {
    font-size: 16px;
    color: #FFF;
    border-right: 1px solid rgb(255 255 255 / 33%);
    letter-spacing: 1.44px;
    padding: 0px 20px;	
}

.tel-area a i {
	color:#F5D084;
	font-size:18px;
	margin-left:5px;
}
.first-row {
    justify-content: space-between;
    align-items: center;
}
.lang_mneu li a {
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.44px;
}
.lang_mneu li.current-lang a{
    color:#C9B268;
}
.lang_mneu {
    border-right: 1px solid rgb(255 255 255 / 33%);
    padding-right: 16px;
}
.social-icons a {
	display: inline-block;
	margin-left:10px;
	font-size:22px;
	text-align: center;
	color:#CAB267;
		
}
.second-row {
    border-top: 1px solid rgb(255 255 255 / 33%);
    margin-top: 20px;
    padding-top: 20px;
}
.social-icons a:hover {
	color:#FFF;
	
}


#toprow.sticky {
	position: fixed;
	top: 0;
	left:0;
    width: 100%;
    background-color: #000;	
}
#menurow.sticky .menu-primary {
    justify-content: center;
}
#menurow.sticky .menu-primary li a{
    padding: 25px 10px 25px;
}
#menurow .flex {
	align-items:center;
	justify-content: flex-start;
}

#floating-rating {
	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 {
    display: flex;
    justify-content: space-between;	
}

.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: 12px 10px 30px;
	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: #bd9966;
}


.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:#000;
}

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

.video-title {
	font-weight:400;
	font-size:30px;
	margin-bottom:10px;
	}
.video-subtitle {
	font-size:75px;
    color: #fff;
    line-height: 75px;
}

#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;
	padding-bottom:100px;
}

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

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

.flex-item {
	position: relative;
	z-index:10;
	width:20%;
	padding:0 5px;
	margin-bottom:10px;
    transition: all 0.5s ease;	
}

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

.spec-item {	
	padding:15px;
    align-items: center;
    display: flex;
    align-items: end;	
    transition: all linear .5s;
    position: absolute;
    top: 0;
    height: 100%;    
}
.inner_col .spec-item a{
    color: #fff;
}
.d_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
#posts-list {
    padding-bottom: 120px;
}
.default{
    display: block;
}
.hover{
    display: none;
}
.spec-item:hover .default{
    display: none;
}
.spec-item:hover .hover{
    display: block;
}
.spec-title {
	font-size:22px;
	color: #fff;
}
.spec-item .more {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.spec-title a{
    color: #fff;
}
.spec-title a:hover {
	color:#fff;
}

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

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

#certicate-sections {
    padding: 40px 20px 110px;
}

.pre-title {
	font-size:30px;
	margin-bottom:10px;
    color: #BD9966;
}
.title_center{
    text-align: center;
    width:100%;
}
#about-page-section {
    padding-bottom: 170px;
    padding-top: 0px;
}
#about-section{
    background-image:url(images/about-sec-bg.png);
    padding-top: 0px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;       
}
.about_entry{
    height: 225px;
    overflow-y: scroll;
}
.about_entry::-webkit-scrollbar {
  display: none;
}
.teammember h2 {
    color: #191919;
    font-size: 30px;
    margin-bottom: 0px;    
}
.teammember img {
    margin-bottom: 30px;
    border-radius: 5px;    
}
.teammember h3 {
    color: #A89148;
    font-size: 22px;
}
.shortpara {
    color: #202020;
    font-size: 18px;
    line-height: 30px;
margin-top: 15px;    
}
.about-content-col{
    background: #0000008a 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 80px 60px !important;
}
.contactform .contactline-sec {
    margin-top: 0px;
}
.content_col {
    width: 60%;
    padding-left: 40px;
    line-height: 33px;    
}
.img_col {
    width: 40%;
    padding-right: 20px;
}
#about-section .nav-pills .nav-link{
    border-radius: 0px;
    font-size: 24px;
    line-height: 37px; 
    padding: 10px 28px;    
}
.content_col ul li {
    padding-right: 20px;
    position: relative;
    line-height: 1.5;    
}
.content_col ul li:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #bd9966;
    position: absolute;
    right: 0;
    top: 5px;
}
#about-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #B48C54;
}
#pills-tabContent {
    padding-top: 25px;
    width: 100%;    
}
.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: 22px;
    margin: 0px 0px 10px 0px;
    line-height: 1.2;
    color: #191919;
    text-align: right;
}
.inner {
    padding: 20px 15px;
}
.contact-info li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.excerpt {
    font-size: 15px;
    line-height: 20px;
    color: #2C2C2E;
    text-align: right;
}
	
#content-section .slider-area {
	padding-left:30px;
}

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

#media-section {
	position: relative;
    padding-bottom: 180px;
    background-color: rgb(238 235 227 / 62%);
}

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

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



#media-section .more a {
    border: #BD9966 1px solid;
    color: #BD9966;
    font-size: 15px;
    font-weight: 500;
}

#media-section .media-item {
	background: rgb(189 153 102 / 11%);
	color:#FFF;
}

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

.media-text {
    font-size: 24px;
    color: #000;
    text-align: center; 
    padding: 0px 20px;    
}


/******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 *****************/
.faqList {
    padding-bottom: 150px;
}
.faqList .flex, .abimg .flex{
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 25px;    
}
.faq-item{
    background-color: #F2F5F8;
}
.faqList .all a, .abimg .all a{
    border: #263060 1px solid;    
}
.accordion{
    padding: 30px 30px 30px 8vw;
    background-color: #F4F2ED;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;    
}
.accordion-title {
  font-size: 26px;
    margin-bottom: 25px; 
  font-weight: normal;
    color: #A89148;
  cursor: pointer;
}
h4.accordion-title.js-accordion-title.open {
    margin: 0;
    padding-bottom: 0;
}
 .accordion-title::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 1vw;
    background-image: url(images/arrow-left-icon.png);
    width: 70px;
    height: calc(100% - 60px);
    background-position: center;
    background-size: 17px;
    border-right: 2px solid #fff;    
    background-repeat: no-repeat;
}

*, *::before, *::after {
}
.accordion-title.open::after {
    background-image: url(images/add.png);
}
.title{
    width: 100%;
    /*text-align: center;*/
	margin-bottom:40px;    
}
.accordion-content {
    margin-bottom: 30px;
    line-height: 24px;
    margin-top: -10px;
    border-radius: 0px 0px 10px 10px;    
}
.page-title {
    font-size: 49px;
    margin-bottom: 20px;
    color: #191919;
}
.about-image {
    padding-right: 25px;
}
.about-image img {
    border-radius: 8px;
}
.more {
	margin-top:30px;	
}

.more a {
	display: inline-block;
	padding:8px 25px;
	font-size:14px;
    width: max-content;	
}


.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-post #main {
    padding: 60px 0 80px 0;
}
.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%;
    border-radius: 10px;	
}

.single-img.alignleft img  {
    border-radius: 10px;
}

.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 {
    padding-bottom: 150px;    
}

#articles {
    position: relative;
    padding: 50px 0px;
}

.article {
    margin: 8px;
    text-align: center;  
    padding: 15px;  
background-color: #FFFFFF;
    border-radius: 5px;    
}
.art-img img {
    border-radius: 5px;
}
#related .article {
    background: #fff;
}
.art-meta {
    font-size: 15px;
    color: #fff;
    background-color: #BF9E33;
    position: absolute;
    top: 35px;
    padding: 5px;
    border-radius: 5px;
    line-height: 20px;
}
.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;

}


.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, .title h2{
	position: relative;
	font-size:42px;
	font-weight:400;
	color:#191919;
}

.bannertitle {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 999;
    top: 70px;
    bottom: 0;
    padding-top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% - 60px);
}
.bannertitle span {
    font-size: 35px;
    color: #fff;
}
.bannertitle h2 {
    font-size: 50px;
    color: #BD9966;
    letter-spacing: 4px;    
}
#topimage {
	position: relative;
	overflow: hidden;
	width:100%;

	
	}

.topimg {
	width:100%;
	display: block;
	height: 202px;
	object-fit: cover
}

#topimage .textholder {
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
	z-index:20;
	}
	
.bg_opacity{
    background-color: rgb(238 235 227 / 62%);
}
#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****************/
#about-section .about-link {
    font-size: 18px;
    padding: 12px 30px;
    background-color: #CAB267;
    color: #000;
    border-radius: 5px;
}
#aboutpage-contact {
	margin-top:40px;
}

.slick-prev:after, .slick-next:after{
    font-size: 0px;
}
.gallery-item {
    padding: 0px 8px;
}
.slick-prev{
    background-image: url(images/arrow-right-black.png);
    width: 60px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -70px;    
}
.slick-next{
    background-image: url(images/arrow-left-black.png);
    width: 60px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -70px;
}
.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;
}
#search label{
    max-width: 100%;
    width: 100%;    
}
.close{
    opacity: 1;
    
}
/**********PRESS MEDIA *************/
.media-item {
	background: #F5F3F1;
	border-radius: 8px;
	padding:30px;
	margin:0px 5px 15px;
}

.media-img {
	background:#FFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
    justify-content: center;
	height:125px;
	width:100%;
	padding:20px;
	margin-bottom:20px;
	position: relative;
    }
.media-img:before {
    content: "";
    width: 61px;
    height: 10px;
    position: absolute;
    background: #BD9966;
    bottom: 0;
    right: 39px;
}	
.media-title {
	font-size:20px;
	margin-bottom:10px;
}



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

}
.modal-header{
    border-bottom: 0px;
}

#search input {
	font-size:16px;
	letter-spacing: 1.44px;
	padding:1px 10px;
	border-radius:0px;
	color:#FFF;
	border:none;
	height: 28px;
    background: transparent;	
    border-right: 1px solid rgb(255 255 255 / 33%);	
}

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

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

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

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

#search :-ms-input-placeholder {  
     color:#FFF;
     opacity: 0.56; 
}
.social-icons {
    /*border-right: 1px solid rgb(255 255 255 / 33%);*/
    padding-right: 20px;
}

.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;
    margin: 0;	
}

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 30px 45px;
  background: #00000061;
    backdrop-filter: blur(8px);
}

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

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

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

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

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

.contactline .gform-body {
	width:70%;
}
.contactline .gform-footer {
	width:28%;
}
.send-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 70px;
    background-color: #CAB267;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

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

.contactline .gfield--type-consent {
    position: absolute;
    bottom: -30px;
    right:0;
    width: 100%;
    text-align: left;

}

.contactline .gfield_consent_label {
    color:#000000;
}

.contactline .gfield_consent_label a {
    color: #FFF;
    text-decoration: underline;
    font-size:13px !important;

}

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

/***********CONTACT DETAILS*************/
.contact-info {
    justify-content: center;
    gap: 50px;
}
.contact-info li {
	font-size:22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;	
	}

.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;
    font-weight: 600;	
}

.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;
    padding-top: 30px;	
}
#maincontact .container{
    background: #CAB267;
    border-radius: 8px;
    margin-bottom: -50px;
    position: relative;
    z-index: 9; 
    padding-bottom: 40px;    
}
#maincontact .title {
	color:#FFF;
	font-size:30px;
	margin-bottom:10px;
    padding-top: 50px;	
}

#maincontact .form-area {
	margin-top:30px;
    position: relative;	
    padding-bottom: 20px;    
}

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

#maincontact .gfield--type-consent {
    color:#000;

}
#maincontact .gform-footer{
    position: absolute;
    bottom: 0px;
    left: 0;    
}
#maincontact .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}
#maincontact .gfield--type-consent a {
    font-size: 13px !important;
}
#maincontact .ginput_container.ginput_container_consent label a:hover{
    color: #000;
    font-weight:bold;
}



/* =FOOTER*/
#footer-contact {
	position: absolute;
	left:0;
	top:-18px;
	width:100%;
	z-index:20;
}
.contactline{
    background: #CAB267;
    border-radius:8px;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}
.contactline-sec {
    margin-top: -60px;
}
.contactline form input::-webkit-input-placeholder,
.form-area form input::-webkit-input-placeholder,
.form-area form textarea::-webkit-input-placeholder{
       color:#000;
}

.contactline form input::-moz-placeholder,
#maincontact .form-area form input::-webkit-input-placeholder,
#maincontact .form-area form textarea::-webkit-input-placeholder{ /* Firefox 18- */
      color:#000;
}

.contactline form input::-moz-placeholder,
#maincontact .form-area form input::-webkit-input-placeholder,
#maincontact .form-area form textarea::-webkit-input-placeholder{  /* Firefox 19+ */
       color:#000;
}

.contactline form input::-ms-input-placeholder,
#maincontact .form-area form input::-webkit-input-placeholder,
#maincontact .form-area form textarea::-webkit-input-placeholder{  
     color:#000;
}
#footer {
	position: relative;
	background:#000;
	font-size:16px;
	color:#FFF;
	padding:100px 0 40px;
	z-index:10;
}
#maincontact .form-area form input[type="submit"]{
    color: #fff;
    background: #000;
    border-radius: 5px;    
}
.contactline.flex form input:not(input[type="submit"]) {
    background-color: #fff;
    color: #000;
    height: auto;    
    border-bottom: 0px solid #000;
    border-radius: 5px;
}
.contactline .form-title, .contactline .subtitle {
    color: #000;
}
.modal-body .contactline .title-area,.modal-body .contactline .form-area,
.modal-body .contactline .gform-body{
    width: 100%;
}
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.close:hover{
    color: #fff !important;
} 
.modal-body .contactline .gfield--type-consent {
    position: relative;
    bottom: 0px;
}    
.modal-body .contactline .gform-footer {
    width: 50%;
    margin: 20px auto 0 auto;
}
.modal-body .contactline form, .modal-body .gform_fields {
    display: block;
}
.modal-body .gfield--width-third {
    width: 100%;
    margin-bottom: 10px !important;
}
.contactline input[type="submit"]{
     color: #fff;
    background: #000; 
    width: 100%;
}
.modal-body .ginput_container_consent{text-align:center;}
 .modal-body .contactline .form-area{
     margin-top: 20px;
 }
#footer a {
	color:#FFF;
}
.modal-body .contactline{
    margin-top: 35px;
}
.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 img {
    margin-left: 10px;
}
.f-contact-details li i {
	color:#BD9966;
	font-size:47px;
	margin-left:7px;
	vertical-align: middle;
}
.foot-widget-title {
  	font-size:25px;
    letter-spacing: 1.44px;
    color: #BD9966;
    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;
border: 0px;	
	}

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

}
	

#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;
}
/* 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;
}
#search-results-list {
    padding-bottom: 95px;
}
.custom-icon img {
    width: 40px;
}
.googleReview .grw-reviews{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
.googleReview .grw-reviews .grw-review{
    width:100% !important;
}
#media-section .rpi-ltgt{
        box-shadow: none !important;
    border: 0px !important;
    background-color: transparent !important;
}
#media-section .grw-prev{
     background-image: url(/wp-content/uploads/2026/04/Icon-feather-arrow-left-1.png) !important;
        right: -50px !important; 
        /*background-size: contain !important;*/
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 30px !important;
    height: 30px !important;    
   
}
#media-section .grw-next{
     background-image: url(/wp-content/uploads/2026/04/Icon-feather-arrow-left.png) !important;
         left: -50px !important;
        /*background-size: contain !important;*/
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 30px !important;
    height: 30px !important;     
   
}
#media-section .rpi-lt::before, #media-section .rpi-gt::after {
    -webkit-mask: none;
    mask: none;
    background-color: transparent;    
}
#media-section .rpi{
    --slider-btn-size: 0px !important;
    --slider-btn-padding:0px !important;
--slider-btn-bg: none !important;
--slider-btn-bc:transparent !important;
--slider-btn-shadow: none !important;
}
.rpi-flx.rpi-col4 {
    border-top: 1px solid rgb(112 112 112 / 30%);
    margin-top: 10px;
    padding-top: 10px;
}
.playBtn{
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    top: calc(50% - 50px);
    border: 0;
    background-color: transparent;    
}
.playBtn img {
    max-width: 98px;
}
.video-container {
    width: 100%;
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgb(0 0 0 / 90%);
}

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 3% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 10%);
}

.video-container iframe,
.video-container video {
    width: 100%;
    height: 500px;
}

.close-modal {
    position: absolute;
    right: -30px;
    top: 0px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}