/*
    Theme Name: Kodkod
    Theme URI:
    Description: Law / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
    font-size:18px;
	 font-family: 'Noto Sans Hebrew';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#000;
    text-align: right;	
}

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, select {
    font-size: 18px;
    font-family: 'Noto Sans Hebrew';
    box-sizing: border-box;
    border: none;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    font-weight: 400;
    line-height: 18px;
    outline: none !important;
    border-bottom: 1px solid #707070;
    color: #484847;    
}

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: #fff;
    background: transparent linear-gradient(265deg, #C7AE6F 0%, #9F8860 100%) 0% 0% no-repeat padding-box !important;
	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;
     border: 0px !important;   	
	}

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:#484847;
}

:-moz-placeholder { /* Firefox 18- */
      color:#484847;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#484847;
}

:-ms-input-placeholder {  
     color:#484847;
}

.contactline input, .contactline  textarea, .contactline  select{
   color: #fff; 
   border-bottom: 1px solid #fff;
}
.contactline select option{
    color: #000;
}
.contactline input::-webkit-input-placeholder {
       color:#fff;
}
.contactline.flex form input:not(input[type="submit"]) {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.contactline .gform-footer{
    text-align: right;
}
.fa-phone {
	-moz-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    -o-transform: rotate(250deg);.inprocess:before {
    content: "";
    background-image: url(images/arrow3.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
}
-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;
    justify-content: center;
    align-items: center;
}
.text-center {
    text-align: center;
}

.the-link {
	display: contents;
	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
-------------------------------------------------------------- */
h2{
    font-size: 34px;
}
.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;
}
body .f_black{
    color: #000 !important;
}
body .f_white{
    color: #fff !important;
}
#topcontent {
    padding: 170px 20px 100px;
    position: relative;
	
}
#topcontent .entry {
    line-height: 1.5;
    min-width: 300px;
    width: 550px;
    margin: 0 auto;
    text-align: center;    
}
#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;
}

li.connect_btn a {
    width: auto !important;
    height: 49px !important;
}

#call-buttons a {
	position: relative;
	right:-10px;
	display: flex;
	align-items:center;
	width:55px;
	height:49px;
	color:#FFF;
	font-size:15px;
	padding:10px 20px 10px 10px;
    background: transparent linear-gradient(246deg, #C7AE6F 0%, #9F8860 100%) 0% 0% no-repeat padding-box;;	
}

#call-buttons a:hover {
	right:0;
}


#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;
}

#toprow {
	position: relative;
	color:#FFF;
	z-index:50;
	background:#1F3865;
	}
	
.topsearch{display: none;}

.topicons {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:100%;
	height:100%;
	
}


.tel-area {
	position: relative;
	display: inline-block;
	font-size:14px;
	display: flex;
    align-items: center;
    justify-content: center;	
    gap: 10px;    
}

.tel-area a {
	color:#FFF;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 33px;    
}
a.call {
    background: transparent linear-gradient(265deg, #C7AE6F 0%, #9F8860 100%) 0% 0% no-repeat padding-box;

}
a.contact{
    border: 1px solid #B4985A;
    color: #B4985A;
}
.tel-area a i {
	color:#F5D084;
	font-size:18px;
	margin-left:5px;
}

.tel-area a:hover{
     background: transparent linear-gradient(265deg, #9F8860 0%, #C7AE6F 100%) 0% 0% no-repeat padding-box;
   
}
a.contact:hover{
    color: #fff;
}

.social-icons a {
	display: inline-block;
	margin-left:10px;
	font-size:22px;
	text-align: center;
	color:#F5D084;
		
}

.social-icons a:hover {
	color:#FFF;
	
}
.home .logoimg{
width: 348px;
    height: 232px;
    
}
.logoimg{
     width: 180px;
    height:120px;   
}
body.home #menurow{
    background: none;
}
#menurow {
	position: absolute;
	width:100%;
	color:#FFF;
	transition: all 500ms ease;
    padding: 0px 30px;	
background: linear-gradient(180deg, #ffffff 30%, transparent);
    padding-bottom: 10px;    
	}
	
#menurow.sticky {
	position: fixed;
	top: 0;
	left:0;
 background: linear-gradient(180deg, #000 70%, transparent)!important;
}
#menurow .sticky_logo{
    display: none;
}
#menurow.sticky .logoimg{
    display: none;
}
#menurow.sticky .sticky_logo{
    display: block !important;
}
#menurow.sticky .menu-primary li a{
    COLOR: #fff;
}
#menurow .flex {
	align-items:center;
	/*justify-content: flex-start;*/
}

.logo {
	display: flex;
    align-items: center;
    justify-content: center;}



#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 {
	
}

.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:18px;
	display:block;
    color: #000;
    padding: 10px 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: #BEA35E;
}


.menu-primary li a:hover, 
.menu-primary li a:active {
	color:#000;
	
	}
	
.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 .cap {
    color: #FFF;
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    background: rgb(255 255 255 / 42%);
    position: absolute;
    left: 0;
    width: 700px;
    height: 80px;
    top: 49%;
    left: 0;
    right: 0;
    margin: 0 auto 0 0;
}

.video-title {
	font-weight:400;
	font-size:44px;
	margin-bottom:0px;
	}
.video-subtitle {
    font-size: 58px;
    letter-spacing: -1.74px;
    color: #BEA35E;
    line-height: 69px;
    text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

#home-video .more a {
	display: inline-block;
	padding:10px 20px;
	border:#F5D084 1px solid;
	border-radius:5px;
	color:#F5D084;
}
.bottomImg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 260px;
    text-align: center;
}
.bottomImg img{
    width: 100%;
    height: 100%;
}
img.d_arrow {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -75px;
    cursor: pointer;
}
#after-video {
	position: relative;
	margin-top:-60px;
	z-index:10;
}

#services-section {
	position: relative;
	padding-bottom:150px;
    background-image: url(images/service-bg.png);	
}
.services_list .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 369px; /* Adjust as needed */
  height: 369px; /* Adjust as needed */
  border-radius: 50%; /* To make it circular */
  margin: auto;
}

.services_list .flex-item {
  position: absolute;
  width: 106px;  /* Adjust size as needed */
  height: 106px; /* Adjust size as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* Make each item round */
  transition: transform 0.3s ease;
}
.services_list .flex-item .sp-image{
    background-position: center center !important;
    background-size: cover !important;
    transition: all cubic-bezier(0.4, 0, 1, 1) .8s;
    cursor: pointer;    
        width: 106px;
    height: 106px;
    min-height: 106px;
    position: relative;    
}
.services_list .flex-item:nth-child(1) .spec-item{
  transform: translate(-124px, 0px);
}

.services_list .flex-item:nth-child(2) .spec-item{
  transform: translate(-124px, 0px);
}

.services_list .flex-item:nth-child(3) .spec-item{
  transform:translate(-30px, -92px);
}

.services_list .flex-item:nth-child(4) .spec-item{
  transform:translate(14px, -80px);
}

.services_list .flex-item:nth-child(5) .spec-item{
  transform: translate(25px, -84px);
}

.services_list .flex-item:nth-child(6) .spec-item{
  transform: translate(150px, 0px);
}

.services_list .flex-item:nth-child(7) .spec-item{
  transform: translate(150px, 20px);
}

.services_list .flex-item:nth-child(8) .spec-item{
  transform: translate(150px, 20px);
}

.services_list .flex-item:nth-child(9) .spec-item{
  transform: translate(30px, 120px);
}

.services_list .flex-item:nth-child(10) .spec-item{
    transform: translate(12px, 120px);}

.services_list .flex-item:nth-child(11) .spec-item{
  transform:  translate(-40px, 110px);
}

.services_list .flex-item:nth-child(12) .spec-item{
  transform:  translate(-124px, 30px);
}

.services_list .flex-item:nth-child(1){
  transform: rotate(0deg) translateX(250px) rotate(0deg);
}

.services_list .flex-item:nth-child(2) {
  transform: rotate(30deg) translateX(250px) rotate(-30deg);
}

.services_list .flex-item:nth-child(3) {
  transform: rotate(60deg) translateX(250px) rotate(-60deg);
}

.services_list .flex-item:nth-child(4) {
  transform: rotate(90deg) translateX(250px) rotate(-90deg);
}

.services_list .flex-item:nth-child(5) {
  transform: rotate(120deg) translateX(250px) rotate(-120deg);
}

.services_list .flex-item:nth-child(6) {
  transform: rotate(150deg) translateX(250px) rotate(-150deg);
}

.services_list .flex-item:nth-child(7) {
  transform: rotate(180deg) translateX(250px) rotate(-180deg);
}

.services_list .flex-item:nth-child(8) {
  transform: rotate(210deg) translateX(250px) rotate(-210deg);
}

.services_list .flex-item:nth-child(9) {
  transform: rotate(240deg) translateX(250px) rotate(-240deg);
}

.services_list .flex-item:nth-child(10) {
  transform: rotate(270deg) translateX(250px) rotate(-270deg);
}

.services_list .flex-item:nth-child(11) {
  transform: rotate(300deg) translateX(250px) rotate(-300deg);
}

.services_list .flex-item:nth-child(12) {
  transform: rotate(330deg) translateX(250px) rotate(-330deg);
}
#finance_top {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F1E6 100%) 0% 0% no-repeat padding-box;  
    position: relative;
    padding-top: 190px;
    padding-bottom: 120px;    
}
.services_list .sp-image:hover:before {
    border: 4px solid #D4BF75;
    box-shadow: 0px 3px 20px #0000005E;    
    border-radius: 50%;
    width: 90px;
    height: 90px !important;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
}


#services-section .sp-image {
	border-radius: 8px;
}
.sub_title_spec{
    color: #BEA35E;
    margin-bottom: 38px;    
}
.spec-item {	
    opacity: 0;
    padding: 5px 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all linear .5s;
    background: #363636;
    position: absolute;
    width: 134px;
    height: 58px;  
    top:0px;
}
.services_list .flex-item:hover .spec-item{
    opacity: 1;
}
.flex-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services_list .spec-item:before{
    content:"";
        width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 20px solid #363636;
      border-bottom: 10px solid transparent;
         position: absolute; 
}
.services_list .flex-item:nth-child(1) .spec-item:before{
    transform: rotate(180deg);
    right: -15px;}

.services_list .flex-item:nth-child(2) .spec-item:before{
    transform: rotate(180deg);
    right: -15px;}

.services_list .flex-item:nth-child(3) .spec-item:before{
    bottom: -15px;
    transform: rotate(-90deg);
    right: 20px;
    
}

.services_list .flex-item:nth-child(4) .spec-item:before{
    bottom: -16px;
    transform: rotate(-90deg);
}

.services_list .flex-item:nth-child(5) .spec-item:before{
    transform: rotate(-90deg);
    bottom: -15px;

}

.services_list .flex-item:nth-child(6) .spec-item:before{
    left: -16px;

}

.services_list .flex-item:nth-child(7) .spec-item:before{
  left: -16px;
}

.services_list .flex-item:nth-child(8) .spec-item:before{
  left: -16px;
}

.services_list .flex-item:nth-child(9) .spec-item:before{
    top: -16px;
    transform: rotate(90deg);}

.services_list .flex-item:nth-child(10) .spec-item:before{
    top: -16px;
    transform: rotate(90deg);
}
.services_list .flex-item:nth-child(11) .spec-item:before{
    top: -12px;
    transform: rotate(90deg);
    right: 20px;
}

.services_list .flex-item:nth-child(12) .spec-item:before{
    transform: rotate(180deg);
    right: -15px;
}
.services_list .flex-item:hover .spec-item{
    opacity:1;
}
.inner_col .spec-item a{
    color: #fff;
    font-size: 17px;
}
.d_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.flex-item img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 180px 180px;
}
#posts-list {
    padding-bottom: 120px;
}
.spce_img{
    position: relative;
    cursor: pointer;
}
.spce_img:before{
    border: 4px solid #D4BF75;
    box-shadow: 0px 3px 20px #0000005E;
    border-radius: 50%;
    width: 160px;
    height: 160px !important;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8px;
    opacity: 0;
}
.spce_img:hover:before{
    opacity: 1;
}


.spec-title{
    color: #fff;
font-size: 17px !important;
line-height: 1 !important;
    display: block;
    text-align: center;
}
#posts-list .special_title{
    font-size:34px !important;
    max-width: 230px;    
}
.spec-text {
	font-size:14px;
	line-height:1.4;
}
#logo-section{
    background-color: #F1F0EC;
}

.logo-item {
    text-align: center;
    border-left: 1px solid #D8D6CE;
}
.logo_scroll_slider:before {
    content: "";
    background-color: #f1f0ec;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 99;
}
#logo-section .sec-heading h2{
    font-size: 40px;
}
#logo-section .sec-heading p{
    font-size: 18px;
}
.logo-item img{
  display: inline; 
 filter:grayscale(100%); 
}
.logo-item img:hover{
  filter:grayscale(0%); 
}
#logo-section .slick-current .logo-item img{
   filter:grayscale(0%); 
}

#team-sections {
    background-image: url(images/team-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding: 200px 20px 130px;  
    background-size: cover;    
}
.col-gap {
    flex-flow: nowrap;
    column-gap: 40px;
}
.teamCol:before {
    content: "";
    width: auto;
    height: calc(100% + 10px);
    --p: 23px;
    /* height: 180px; */
    aspect-ratio: 1;
    clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
    background: #fff;
    position: absolute
}
.teamMember{
    --p: 20px;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1;
    clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
    /* padding: 10px; */
    position: relative;
    left: -5px;
    top: 6px;
}
.certified-teamMember{
 --p: 17px;
aspect-ratio: 1; 
    clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
    position: relative;
    left: 0px;
    top: -5px;   
}
a.teamLink {
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    color: #372E17;
    display: inline-block;
    margin-top: 14px;    
}
.team_deatil {
    padding-left: 20px;
    padding-right: 25px;    
}
.team_deatil h2{
    font-size: 34px;
}
.team_deatil p{
    font-size:  18px;
}
.pre-title {
	font-size:30px;
	margin-bottom:10px;
    color: #BEA35E;
}
.title_center{
    text-align: center;
    width:100%;
}
.about-image, .img_col img {
	position: relative;	
	/*border: 9px solid #BEA35E;*/
}

.about-image img {
	width: 100%;
}
.content_col {
    width: 60%;
    padding-left: 40px;
    line-height: 33px;    
}
.img_col {
    width: 40%;
    padding-right: 20px;
}
.finance_top{
    background-image: url(images/Polygon-golden.png);
    width: 312px;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;   
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat; 
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: 0 auto;    
}
.finance_top>div {
    width: 51px;
    height: 51px;
    margin-top: 40px;
}
.finance_sec {
    padding-right: 80px;    
}
#finance_top .finance_sec p{
    font-size: 18px;
}
.finance_sec .more, #about-eli-section .more{
    justify-content: flex-start;
}
.services_list{
    background-image: url(images/dotted-circle.png);
    width: 369px;
    height: 369px;
    border-radius: 100%;
    border: 2px dashed #707070;
    position: relative;
}
.sp-image{
    width: 106px;
    height: 106px;
}
#about-eli-section{
      background-color: #E5E1D8;    
}
#about-section {
    position: relative;
    display: flex;
    align-items: center;  
    padding-bottom: 200px;
    background-color: #E5E1D8;    
}
#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: #BEA35E;
    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 {

}
.art-item {
	padding:30px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom:20px;
}

#articles-section .art-item {
	margin-bottom:0;
}

.art-title {
	font-size:24px;
	margin:10px 0px;
	line-height:1.2;
}
.inner {
    width: 100%;
    padding-left: 20px;
}
.contact-info li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 15px;    
}
.excerpt {
    font-size: 16px;
    line-height: 20px;
}
	
#content-section .slider-area {
	padding-left:30px;
}

.content-img img {
	border-radius:10px;
}
.mobileView img{
    display: none;
}
.product_banner{
    background-image: url(images/product-banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;    
    position: relative;
    z-index: 9;
    padding-top: 180px;    
}
.product_post {
    margin-top: -50px;
    padding-bottom: 0px !important;    
}
.product-items .more{
    justify-content: flex-start;
}
#product-section .sec-heading {
    background-image: url(images/about-sec-bg.png);
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height:300px;
    text-align: center;
    position: relative;
    z-index: 9;    
}
._innerlistPro {
    padding: 100px 10px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product_para.entry {
    width: 458px;
    margin: 0 auto;
}
._innerPackage {
    width: 1210px;
    margin: 0 auto;
}
.package_listed_scroll{
      overflow-x: scroll;  
}
.package_listed_scroll::-webkit-scrollbar {
  width: 10px;
}
.product_list{
      margin-top: -220px;  
}
.product_list ._innerlistPro {
    display: flex;
    justify-content: center;
}
.product-items, .media-item{
    width: 50%;
position: relative;    
}
.product-items {
    padding: 2vw 14vw;
}
.product_list ._innerlistPro:first-child{
      padding-top: 220px;  
}
.product_list ._innerlistPro:nth-child(odd) {
    flex-direction: column-reverse;
}
.product_list ._innerlistPro:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    opacity: 85%;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: brightness(15%);
    right: 0;
}
.product_list ._innerlistPro:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    opacity: 85%;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: brightness(15%);
    left: 0;
}
.sign-1 {
	position: absolute;
	z-index:0;
	top: 70px;
	right:-100px;
	opacity:0.1;
}
.package_header, .package_listed, .package_footer {
    display: flex;
}
.package_detail {
    width: 405px;
    background: #F9F6EF;   
    padding: 20px;
    font-size: 15px;   
    border-left: 5px solid #fff;    
}
.sliver, .sliver_plus, .gold, .premium{
    width: 200px;
    text-align: center;
    padding: 20px;
    border-top: 5px solid #fff;    
}
.sliver, .sliver_plus, .gold{
    border-left: 5px solid #fff;    
}
.package_header .sliver, .package_header .sliver_plus, .package_header .gold, .package_header .premium{
    font-size: 22px;
    font-weight: bold;    

}

.sliver{
    background-color: #F2F2F2;
}
.sliver_plus{
     background-color: #F7F3E9;
}
.gold{
     background-color: #FFF6DF;
}
.premium{
     background-color: #F1EDE3;
}
.product-text {
    max-width: 438px;
    font-size: 18px;
    color: #fff;
}
.package_header .package_detail {
    font-size: 26px;
    color: #747474;
    font-weight: 600;
    text-align: center;
    
}
.package_header .sliver{
    color: #747474;
} 
.package_header .sliver_plus{
    color: #747474; 
} 
.package_header .gold{
     color: #BEA35E;
}
.package_header .premium{
    color: #95795E;
}
.package_footer .package_detail{
    
    font-size: 26px;
    color: #747474;
    font-weight: 400;

}
.package_footer .sliver, .package_footer .sliver_plus, .package_footer .gold, .package_footer .premium
 {color: #A1853F;    font-weight: 900;}
.facebookStay_btn a {
    font-size: 34px !important;
    display: inline-grid !important;
    font-weight: 900;
    padding: 28px  28px 28px 112px!important;    
} 
.facebookStay_btn a span {
    font-size: 20px !important;
    font-weight: 400;
}
span.facebook_btn_img {
    position: absolute;
    width: 222px;
    height: 160px;
    top: -19px;
}
.package_section h3 {
    color: #BEA35E;
    text-align: right;
    margin-bottom: 40px;
}
.para2 p{
line-height: 28px;
}
.bottom_content ul li{
    list-style: disc;
}
.bottom_content ul{
    padding-right: 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 .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-title {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 30px;
  font-size: 24px;
  font-weight: normal;
    background-color: #fff;
    color: #000;
font-weight: 600;    
  cursor: pointer;
      border-radius: 10px;
}
h4.accordion-title.js-accordion-title.open {
    margin: 0;
    padding-bottom: 0;
}
 .accordion-title::after {
   content: "";
   position: absolute;
   top: 25px;
   left: 25px;
   background-image: url(images/add.png);
   width: 28px;
    height: 28px;
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    background-color: #BEA35E;
}
.accordion-title.open::after {
    background-image: url(images/add.png);
}
.title{
    width: 100%;
    /*text-align: center;*/
	margin-bottom:40px;    
}
.accordion-content {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    line-height: 24px;
    margin-top: -10px;
    border-radius: 0px 0px 10px 10px;    
}
.page-title {
	font-size:58px;
	margin-bottom:40px;
	color:#BEA35E;
    letter-spacing: -1.74px;	
    text-align: center;
}
.more {
	margin-top:30px;	
}
.more {
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backto_insurance {
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.more a {
	display: inline-block;
    width: max-content;	
    font-size: 18px;
    padding: 12px 30px;
    color: #B4985A;
    border: #B4985A 1px solid;   
}


.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);
}
.content.article_content {
    max-width: 500px;
}
.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: 9px solid #BEA35E;	
}

.single-img  {
	position: relative;
}

.single-img .frame-border {
	position: absolute;
	left:15px;
	top:15px;
	 border: #a3824f 1px solid;
}
.content_split{
    column-count: 2;
    gap: 100px;
}
.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;
}

.article {
    margin: 8px;
    text-align: center;  
    padding: 15px;    
}
#related .article {
    background: #fff;
}
.art-meta {
    font-size: 16px;
    color: #BEA35E;
}
.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 p{
    font-size: 18px;
    line-height: 24px;
}

.entry h1  {
	font-size:40px;
	color:#BEA35E;
	font-weight:400;
	margin-bottom:15px;

}

.entry h2 {
	font-size:34px;
	margin-bottom: 15px;
    color:#BEA35E;
}

.entry h3 {
	font-size:26px;
	color:#484847;
	margin-bottom:15px;
}

.entry h4 {
	font-size:28px;
	color:#BEA35E;
	font-weight:600;
	margin-bottom:15px;
}
.entry h5 {
	font-size:22px;
	font-weight:300;
	margin-bottom:10px;
	color:#BEA35E;
}

.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:44px;
	font-weight:400;
	color:#AC832D;
}

.bannertitle {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    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: #BEA35E;
    letter-spacing: 4px;    
}
#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
	
	}

.topimg {
	width:100%;
	display: block;
	height: 510px;
	object-fit: cover;
    object-position: center bottom;	
}
.speci-img {
    text-align: center;
}
#topimage .textholder {
	position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
	z-index:20;
	}
	
.bg_opacity{
/* UI Properties */
background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 36%, #F9F5EE 67%, #F9F6EF 100%) 0% 0% no-repeat padding-box;
}
#breadcrumbs {
	font-size:13px;
	padding:25px 10px;
	color: #FFF;
	opacity:0.8;
}
#breadcrumbs span {
    color: #FFF;
}

#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;
}

.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 .more a {
    width: 151px;
    text-align: center;
}
#about-section .about-link {
    font-size: 17px;
    padding: 12px 20px;
    color: #BEA35E;
    border: #BEA35E 1px solid;
    margin-left: 10px;
}
#aboutpage-contact {
	margin-top:40px;
}
#about-section .entry{
    padding-left: 70px;
}
.about_bg{
    position: absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    height: 100%;    
}
.service_con  a{
    color: #fff;
}
#certified-team-sections {
    background-color: #F1F0EC;
}
.page-template-page-about #topcontent .entry{
    margin: 0;
    text-align: right;
    column-count: 2;
    width: 100%;    
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.team-grid .grid-item:first-child{
     grid-column: 1 / span 5;   
     text-align: center;
     width: 250px;
     margin: 0 auto 50px; 
}
.grid-item img {
    margin-bottom: 25px;
    width: 143px;
    height: 143px;   
}
img.img_border {
    position: absolute;
    left: 2px;
    right: 0;
    width: 166px;
    height: 168px;
    margin: 0 auto;
    top: -16px;
}
.grid-item {
    text-align: center;
    position: relative;
}
.grid-item h2{color: #BEA35E;}
.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; 
    background-position: center right;    
}
.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;
    
}
.serv_img{
    text-align: center;
}
.about_serve_img {
    background: #42342A 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border: 1px solid #707070;
    opacity: 1;
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(16px);
    filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;  
    left: 0;    
}
.about_server{
    height: 100%;
    width: 100%;
}
/**********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: #BEA35E;*/
/*    bottom: 0;*/
/*    right: 39px;*/
/*}	*/
.product-title {
    font-size: 34px;
    text-align: right;
    letter-spacing: 1.16px;
    color: #FFFFFF;	
    margin-bottom:10px;
}



/********************SEARCH****************/
#search {
	position: relative;
	width:100%;
	max-width:100%;
}
.modal-header{
    border-bottom: 0px;
}

#search input {
	font-size:14px;
	padding:12px 10px;
	background:#BEA35E;
	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***************/


.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;
}

.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**************/
.cap .contactline{
    position: absolute;
    left: 0;   
    bottom: 12%;    
    border-right: 9px solid #BEA35E;
     width: 50%;   
     padding-bottom: 60px;
}

.contactline .title-area {
    color: #FFF;
    margin-bottom: 40px;
}

.contactline .form-area  {
    width: 85%;
    padding-right: 0px;
	text-align:center;		
}

.contactline .form-title {
font-size: 34px;
    color: #BEA35E;
	margin-bottom:10px;
}
.contactline .subtitle {
    font-size: 30px;
    color: #fff;	
}
.contactline .form_sublabel_below{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
}
.contactline .fullwidth{
  grid-column: 1 / span 3;  
}
.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: right;

}
.gform-footer {
    text-align: center;
    margin: 30px 0px 0px;    
}
.contactline .gfield_consent_label {
    color:#FFF;
}

.contactline .gfield_consent_label a {
    color: #FFF;
    text-decoration: underline;
    font-size:13px !important;

}

.ginput_container_consent input {
    display: inline-block;
    width: auto;

}

/***********CONTACT DETAILS*************/
.contact-info li {
	font-size:22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;    
}

.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;
    margin-right: 15px;	
}

.contact-info li a.email {
	font-size:16px;
}

.address-line span {
	font-size:18px;
}

/************CONTACT PAGE********/
span.get_direction a {
    display: block;
    text-decoration: underline;
    font-size: 16px !important;
}
.acf-map {
	min-height:650px;
}
#contact-page .container {
    max-width: 952px;
}
.inprocess
 {
    text-align: center;
    position: relative;
}
#contact-page .container .row .col-md-4:not(:last-child) .inprocess::before {
    content: "";
    background-image: url(images/arrow3.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 55px;
    left: -33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cont_para {
    padding: 150px 20px 50px;
    text-align: center;    
}
.inprocess h2 {
    font-size: 34px !important;
}
/*#contact-page .container .row .col-md-4:not(:last-child) .inprocess::before {*/
/*  animation: arrowPulse 1.5s ease-in-out infinite;*/
/*}*/

/*@keyframes arrowPulse {*/
/*  0%, 100% {*/
/*    transform: translateX(0);*/
/*    opacity: 0.8;*/
/*  }*/
/*  50% {
    transform: translateX(-5px); adjust for direction 
/*    opacity: 1;*/
/*  }*/
/*}*/

#contact-page .container .row .col-md-4:not(:last-child) .inprocess::before {
  animation: arrowMove 1.8s ease-in-out infinite;
}

@keyframes arrowMove {
  0%, 100% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-4px) scale(1.1);
  }
}
/*#contact-page .container .row .col-md-4:not(:last-child) .inprocess::before {*/
/*  animation: arrowGlow 1.8s ease-in-out infinite;*/
/*}*/

/*@keyframes arrowGlow {*/
/*  0%, 100% {*/
/*    opacity: 0.6;*/
/*    filter: drop-shadow(0 0 0px gold);*/
/*  }*/
/*  50% {*/
/*    opacity: 1;*/
/*    filter: drop-shadow(0 0 5px gold);*/
/*  }*/
/*}*/

#field_3_10{
     grid-column: 1 / 4;   
}
#maincontact {
	text-align:center;
	position: relative;
}
#maincontact:before {
    content: "";
    background-image: url(images/handshake-businessmen.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;  
}
.cont_subtitle{
    font-size: 24px;
}
#maincontact .title {
    padding-bottom: 40px;
    border-bottom: 1px dashed #707070;
}

#maincontact .subtitle {
	color:#FFF;
	font-size:23px;
}

#maincontact .form-area {
	margin-top:30px;
}

#maincontact .gfield {
	margin-bottom:10px;
}

#maincontact textarea {
	height:120px;
}

#maincontact .gfield--type-consent {
    padding:15px;
    color:#000;
}

#maincontact .gfield--type-consent a {
    font-size: 13px !important;
}




/* =FOOTER*/
#footer-contact {
	/*position: absolute;*/
	/*left:0;*/
	/*top:-60px;*/
	/*width:100%;*/
	/*z-index:20;*/
}
.contactline{
    background-image: url(images/contactline-bg.png);
    background-position: center center;
    background-size: cover;
    background-color: #00000036;
}
.form-area .gform_fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;    
}
#footer-contact .contactline form input::-webkit-input-placeholder,
#maincontact .form-area form input::-webkit-input-placeholder,
#maincontact .form-area form textarea::-webkit-input-placeholder{
       color:#000;
}

#footer-contact .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;
}

#footer-contact .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;
}

#footer-contact .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;
    width: 43%;    
}
#footer-contact .contactline.flex form input:not(input[type="submit"]) {
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #000;
}
#footer-contact .contactline .form-title, #footer-contact .contactline .subtitle {
    color: #000;
}
#footer-contact .contactline input[type="submit"]{
     color: #fff;
    background: #000; 
    width: 100%;
}
#footer a {
	color:#FFF;
}

.f-contact-details {
	text-align: center;
	margin-bottom:60px;	
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 40px;
    column-gap: 10px;    
}
.detail_value {
    DISPLAY: inline-grid;
    TEXT-ALIGN: right;
    line-height: 20px;    
}
.f-contact-details li {
    display: FLEX;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    JUSTIFY-CONTENT: flex-start;
    ALIGN-ITEMS: center;
    gap: 14px;    
}
.f-contact-details li .label {
    WIDTH: 50PX;
    MIN-WIDTH: 51PX;
}
.f-contact-details li i {
	color:#BEA35E;
	font-size:47px;
	margin-left:7px;
	vertical-align: middle;
}
.detail_value a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.detail_value label{
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #BEA35E;
}
.foot-widget-title {
  	font-size:24px;
    letter-spacing: 1.44px;
    color: #BEA35E;
    margin-bottom: 15px;
}
.contactline .row{
 align-items: center;
}
.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;
    font-size: 18px;	 
}

.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:#fff;

}
	

#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;
}
/*.contactline select{*/
   
/*     background-color: #000 !important;*/
/*}*/
.hovered:before {
    opacity: 1;
}
.page-id-375 .spec-item{
    opacity: 1 !important;
    background: none; 
    position: relative;
}
.page-id-375 .spec-title p{
    width: 280px !important;
}
span.facebook_btn_img{
    margin-right : 410px !important;
}


/*.icon-progress {*/
/*  position: relative;*/
/*  width: 120px;*/
/*  height: 120px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/* background: #FFFFFF 0% 0% no-repeat padding-box;*/
/*    box-shadow: 0px 3px 10px #00000029;*/
/*    border-radius: 50%; */
/*}*/

  /*Icon styling */
/*.icon-progress img {*/
/*  position: absolute;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  z-index: 2;*/
/*}*/

 /* SVG circle base */
/*.progress-ring {*/
 /* transform: rotate(-90deg);  Start animation from top */
/*}*/

  /*Background circle */
/*.progress-bg {*/
/*  fill: none;*/
/*  stroke: #f0e8d8;*/
/*  stroke-width: 6;*/
/*}*/

  /*Animated progress circle */
/*.progress-bar {*/
/*  fill: none;*/
  /*stroke: #c2a866; gold */
/*  stroke-width: 6;*/
/*  stroke-linecap: round;*/
  /*stroke-dasharray: 314;  circumference (2πr) */
/*  stroke-dashoffset: 314;*/
/*  animation: progressLoop 5s linear infinite;*/
/*}*/

 /* Looping animation */
/*@keyframes progressLoop {*/
/*  0% {*/
/*    stroke-dashoffset: 314;*/
/*  }*/
/*  100% {*/
/*    stroke-dashoffset: 0;*/
/*  }*/
/*}*/


/*.icon-progress img {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  z-index: 2;*/
/*  animation: bounce 2.5s ease-in-out infinite;*/
/*}*/




 /* Icon bounce effect */
/*@keyframes bounce {*/
/*  0%, 100% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  50% {*/
/*    transform: translateY(-5px);*/
/*  }*/
/*}*/

