/*
    Theme Name: RashiWays
    Theme URI:
    Description: Business / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.1
    Tags: 
*/


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


body {
    font-size:16px;
	 font-family: "Noto Sans Hebrew", sans-serif;
	font-weight:300;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#003E5A;
	}

a {
    color:#003E5A;
    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:#003E5A;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-size:18px;
	 font-family: "Noto Sans Hebrew", sans-serif;
	box-sizing:border-box;
	border: none;
	width:100%;
	padding:10px 10px;
	background: none;
	border-bottom:#FFF 2px solid;
	color:#003E5A;
	font-weight:400;
	
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	 font-family: "Noto Sans Hebrew", sans-serif;
	font-size:28px;
	display: inline-block;
	cursor:pointer;
	padding:7px 35px;
	text-align:center;
	color:#FFF;
	border:none;
	font-weight:500;
	background:#CB5394;
	border-radius: 80px;
	width: auto;
	
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
      color:#003E5A;
}

:-moz-placeholder {
     color:#003E5A;
}

::-moz-placeholder {  
     color:#003E5A;
}

:-ms-input-placeholder {  
    color:#003E5A;
}



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

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

.table-wrap {
	width:100%;
	overflow: hidden;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

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


#main {
	padding:40px 0;
	
	}
	
.section {
	position: relative;
	padding: 70px 0;
}

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

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


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

#call-buttons {
	position: fixed;
	right:15px;
	top: 400px;
	z-index:50;
	width:148px;
	padding-right:15px;
	}

#call-buttons a {
	position: relative;
	text-align:center;
	}


#call-buttons a.help {
	display: flex;
	align-items: center;
	justify-content: center;
	width:68px;
	height:68px;
	text-align:center;
	border-radius:100%;
	background:#0E446E;
	color:#FFF;
	margin-bottom:30px;
	font-size:17px;
	font-weight:600;
	margin-right:40px;
}

#call-buttons a.order {
	display: block;
}

#call-buttons a.order .inner {
	position: absolute;
	top: 15px;
	left:0;
	text-align:center;
	color:#0A2C47;
	font-size:25px;
	font-weight:600;
	padding:15px;
}

.blue {
	background:#F5FCFF;
}



/* =HEADER
-------------------------------------------------------------- */

#heading {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
	padding:0 30px;
	background:#FFF;
	box-shadow: 0px 3px 6px #0000000D;
	transition: all 500ms ease;
}

#heading.resize {
	
}

#toprow {
	justify-content: space-between;
	align-items: center;
	position: relative;
	}
	
.right-panel {
	align-items: center;
}
	
.left-panel {
	align-items: center;
}
	
	
.buttons-area a {
	position: relative;
	display: inline-block;
	align-items: center;
	position: relative;
	background:#FFA730;
	border-radius: 80px;
	overflow: hidden;
	padding:10px 15px;
	transition: right 0.3s ease-in-out;
	}
	
.buttons-area a.tel-area span {
	position: relative;
	z-index:10;
}
	
.buttons-area a.tel-area:before {
	position: absolute;
	top:0;
	right:0;
	z-index:0;
	content:"";
	width:0%;
	height:100%;
	background:#FFA730;
	transition: all 0.3s ease;
}
.buttons-area a.tel-area:hover:before  {
	background:#C9498E;
	width:100%;
}

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

.buttons-area i {
	font-size:22px;
	padding-right:10px;
}

.buttons-area .enter {
	background:#003E5A;
	color:#FFF;
}

.buttons-area .tel-area {
	font-weight:600;
}

.whatsapp i {
	padding-right:0;
}

.social-icons a {
	display: inline-block;
	margin-left:10px;
	width:50px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	cursor: pointer;
	background:#25406A;
	color:#FFF;
		
}

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


.logo {
	padding-left:30px;
		
}

.logoimg {
	transition: all 500ms ease;
	
		
}

.logoimg.shrink {
	height:60px;
	width: auto;
	
}

.search-icon {
	display: inline-block;
	width:50px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	cursor: pointer;
	background:#25406A;
	color:#FFF;
}

#toprow .search-icon:hover {
	color:#AF9869;
}

#languages {
	display: inline-block;
	
	}

#languages .menu-lang-container ul {
		
}

.menu-lang-container li {
	display: inline-block;
	float: none;
}

.menu-lang-container li a {
	display: inline-block;
   	cursor: pointer;
    color: #FFF;
	padding: 10px 10px 10px 20px;
}

.menu-lang-containerli a:hover {
	
}

.top-holder {
	height:102px;
}



/* =MENUS
-------------------------------------------------------------- */
#menurow {
		
}

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

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-left:15px;
			
		-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: 350px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	display:block;
	padding: 42px 0 35px 0;
	font-size:18px;
	color:#003E5A;
	font-weight:500;
	border-bottom: transparent 8px solid;
	
	
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	
.menu-primary li a span {
	
	
}


.menu-primary li a:hover, 
.menu-primary li a:active,
.menu-primary li.current-cat > a, 
.menu-primary li.current_page_item > a, 
.menu-primary li.current-menu-item > a {
	border-bottom:#C9498E 8px solid;
	color:#003E5A;

	
	}
	
.menu-primary li.menu-item-has-children a:hover, 
.menu-primary li.menu-item-has-children a:active,
.menu-primary li.menu-item-has-children.current-cat > a, 
.menu-primary li.menu-item-has-children.current_page_item > a, 
.menu-primary li.menu-item-has-children.current-menu-item > a {
	
}

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

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

.menu-primary li li a {
	font-size:16px;
	color:#FFF;
	font-weight:500;
	padding:15px 10px;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid !important;
	
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color:#FFF;
	background:#5E4D8A;
	
		   
}

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

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




/********************home******************/
#home-main {
	position: relative;
	width:100%;
	overflow: hidden;
}

.poster {
	min-width:100%;		
	min-height: 869px;
	width: auto;
	max-width: inherit;
	display: block;
}


#home-main  .cap {
	position: absolute;
	width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
	padding-top:300px;
   
}
.title-box {
	margin-bottom:140px;
}

.main-title {
	display: block;
	font-size:74px;
	color:#003E5A;
}

.home-subtitle {
	font-size:74px;
	font-weight: bold;
}

.main-boxes .flex-item {
	width:33.33%;
	padding:0 5px;
}

.box-item {
	display: block;
	position: relative;
	padding:10px;
	text-align:center;
	transition: all 300ms ease;
	background: #FFF;
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 80px;
}

.box-item a {
	display: flex;
	align-items:center;
	
}

.box-item  mask {
	display: block;
	position: absolute;
	top: 10px;
	right:10px;
	width:101px;
	height:101px;
	border-radius:100%;
	background:#5E4D8A;
	transition: all 300ms ease;
}

.box-item:hover mask {
	width:calc(100% - 20px);
	border-radius:80px;
}

.box-item icon {
	display: block;
	position: relative;
	z-index:10;
	width:101px;
	height:101px;
	line-height:101px;
	text-align:center;
	margin-left:15px;
}

.box-item icon img {
	vertical-align: middle;
}

.box-item a {
}

.box-item a:hover {
	color:#FFF;
}

.box-item span {
	position: relative;
	z-index:10;
	font-size:30px;
	font-weight:500;
	}

.main-boxes .item-2 mask {
	background:#C9498E;
}

.main-boxes .item-3 mask {
	background:#FFA730;
}

#cl-container {
	position: relative;
	z-index:20;
	margin-top:-140px;
	padding-top:140px;
	background: transparent linear-gradient(180deg, #F5FCFF00 0%, #F5FCFF 100%) 0% 0% no-repeat padding-box;
	/*background-image: linear-gradient(to bottom, rgba(245, 252, 255, 0), rgba(245, 252, 255, 1));*/
	/*background: linear-gradient(180deg,rgba(245, 252, 255, 0.5) 95%, rgba(255, 255, 255, 1) 100%);*/
		
}

#middle-section {
	background:#F5FCFF;
	padding:110px 0;
}

.about-flex-2 {
	padding-right:30px;
}

.about-title {
	font-size:40px;
	font-weight:500;
}

.about-subtitle {
	font-size:40px;
	font-weight:700;
}

.about-text {
	margin:20px 0;
}

#service-boxes {
	position: relative;
	z-index:10;
	padding-top:80px;
}

#service-boxes .flex-item {
	width:33.33%;
	padding:0 7px;
}

.service-item {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;
	padding:90px 30px 40px 30px;
	text-align: center;
}

.box-header {
	position: absolute;
	top: -50px;
    z-index: 10;
	left:0;
	width:100%;
	text-align:center;
}

.serv-icon {
    display: inline-block;    
    width: 101px;
    height: 101px;
    line-height:101px;
    text-align: center;
    margin-left: 15px;
	border-radius: 100%;
    background: #5E4D8A;
    transition: all 300ms ease;
}

.service-item:hover .serv-icon {
	transform: scaleX(-1);
}

.serv-icon img {
	vertical-align: middle;
}

.serv-icon.icon-2  {
	background:#C9498E;
}

.serv-icon.icon-3 {
	background:#FFA730;
}

.service-title {
	font-size:30px;
	margin-bottom:25px;
	font-weight:500;
}

.service-button {
	margin-top:30px;	
}

.service-button a {
	display: inline-block;
	font-size:16px;
	background: #5E4D8A;
	border-radius: 80px;
	color:#FFF;
	padding:8px 15px;
}

.service-button.button-2 a {
	background:#C9498E;
}
.service-button.button-3 a {
	background:#FFA730;
}

#advantages {
	position: relative;
	z-index:0;
	padding-left:52px;
	margin-top:-100px;
	margin-bottom:-155px;
}
#advantages .inner {
	background:url(images/bg_blue.png) no-repeat;
	background-size:cover;
	padding:220px 0 155px 0;
	color:#FFF;
	border-radius: 100px 0 0 100px;
}

.adv-item {
	text-align:center;
	padding:0 30px;
}

.adv-title {
	font-size:30px;
	margin:10px 0 15px 0;
}

.adv-title a {
	color:#FFF;
}


#advantages .title {
	color:#FFF;
}




/***********/

.page-title {
	position: relative;
	font-size:55px;
	margin-bottom:30px;
	color:#003E5A;
	font-weight:600;
	}


.more {
	margin:20px 0 0 0;	
}

.more a {
	display: inline-block;
	padding:10px 25px;
	font-size:16px;
	border: 1px solid #003E5A;
	border-radius: 80px;

}

.more a span {
	display: inline-block;
	}

.more a:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.single-img {
	max-width:50%;
}


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

.single-img  {
	position: relative;
}

.single-img img {
	border-radius: 20px;
	border:#FFF 10px solid;
		
}

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

.publication-date {
	color:#09408e;
	font-size:24px;
	font-weight:500;
}




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


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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:36px;
	font-weight:600;
	margin-bottom:20px;

}

.entry h2 {
	font-size:34px;
	font-weight:600;
	margin-bottom:20px;
}

.entry h3 {
	font-size:32px;
	color:#5E4D8A;
	margin-bottom:15px;
	font-weight: 500;
}

.entry h4 {
	font-size:30px;
	color: #DB381E;
	font-weight:400;
	margin-bottom:15px;
}
.entry h5 {
	font-size:28px;
	font-weight:500;
	margin-bottom:10px;
	color:#CB5394;
}

.entry h6 {
	font-size:26px;
	font-weight:500;
	margin-bottom:10px;
	}

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

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

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

.entry ul li::marker {
	color:#5E4D8A;
}



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


.entry a {
	text-decoration: underline;
}

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



.one-half {
	width:50%;
	
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	position: relative;
	font-size:40px;
	font-weight:500;
	letter-spacing: -0.8px;
	margin-bottom:40px;
	text-align:center;
	
	}


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

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

#topimage .textholder {
	position: absolute;
	top:40px;
	left:0;
	width:100%;
	z-index:100;
	
	
	}
	
.single .sign {
	position: absolute;
	right:0;
	top: 400px;
	
}

.toptitle {
	display: inline-block;
	color:#000;
	font-size:80px;
	font-weight:300;
	}

.toptitle span {
	
}

.bcr-area {
	
}

#breadcrumbs {
	font-size:13px;
	padding:15px 30px;
	text-align: start;
	color:#062849;
			}

#breadcrumbs a {
	color:#062849;
	
	
}

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

#articles-list {
	padding-bottom:70px;
}
.cat-desc {
	}

	
	
.art-img img {
	display: block;
	width:100%;
	opacity:1;
	transition: all 500ms ease;
	border-radius: 20px;	
}

.art-img:hover img {
	
}



.article {
    display: block;
	background:#FFF;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;

}

.article .details {
	margin-top:20px;
	padding:0 30px;
	
}
	
.art-title {
	font-size: 20px;
   	font-weight:500;
	margin-bottom:15px;
	}

.art-title a {
	
}
.art-title a:hover {
	 color:#5E4D8A;
}

.excerpt {
	font-size:15px;
	line-height:1.4;
	
}

.article .more a {
	background:#5E4D8A;
	border: none;
	color:#FFF;
	font-weight:500;
	
}


	
.er-404 {
	font-size:150%;
	text-align: center;
}



.navigation {
	text-align: center;
}

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

#related-section {
	background:url(images/bg_bege.png) no-repeat;
	background-size: cover;
}

#related-section .title {
	margin-bottom:50px;
}

/*******************SERVICES*****************/
.service-form {
	width: 45%;
	margin-right:30px;
	margin-bottom:30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;
	padding:40px 30px;
	color:#003E5A;
}

.service-form .form-title {
	font-size:30px;
	margin-bottom:30px;
	font-weight: bold;
}

.service-form input,
.service-form textarea {
	border:#003E5A 1px solid;
	border-radius: 80px;

}

.service-form textarea {
	border-radius: 20px;
	height:100px;
}

.service-form .gfield--type-fileupload input {
	padding:0;
}

.service-form .gform-footer {
	text-align:center;
}

.service-form input[type="submit"]{
	padding:7px 40px;
	font-size:18px;
	border: none;
	background:#FFA730;
	color:#003E5A;
}

.service-form ::-webkit-input-placeholder {
       color:#003E5A;
}

.service-form :-moz-placeholder { /* Firefox 18- */
      color:#003E5A;
}

.service-form ::-moz-placeholder {  /* Firefox 19+ */
      color:#003E5A;
}

.service-form :-ms-input-placeholder {  
    color:#003E5A;
}

.service-heading {
	justify-content: start;
	align-items:center;
	margin-bottom:30px;
}

.service-heading img {
	padding-left:20px;
}

.service-heading .page-title {
	margin-bottom:0;
}


/****************flexible sections*****************/
#flexible-content .title {
	text-align: start;
}

.accordion-area {
	
}

.acc-item {
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;
	background:#FFF;
	margin-bottom:20px;
}

.accordion-area .beefup__head {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px;
  margin-bottom:0;
 
}
.accordion-area .acc-title  {
	font-size:20px;
	font-weight: 600;
	width:95%;
	cursor: pointer;
}

.accordion-area i {
	color:#5E4D8A;
	font-size:32px;	
}

.acc-item .fa-circle-minus {
	display: none;
}
.acc-item.is-open .fa-circle-minus {
	display: inline-block;
}
.acc-item.is-open .fa-circle-plus {
	display: none;
}

.accordion-area .long-text {
	padding:0 30px 30px 30px;
}

/*****/
#icon-boxes {
}

.file-box {
	display: block;
	position: relative;
	background:#FFF;
	padding:30px;
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;
	text-align:center;
}

.file-title {
	font-size:20px;
	font-weight: bold;
	margin-top:30px;
}

.file-box i {
	font-size:40px;
	color:#5E4D8A;
}

/***********/
#content-tabs {
	background:#FFF;
	padding:30px;
	box-shadow: 0px 3px 52px #47142F17;
	border-radius: 20px;
}

#content-tabs ul {
	margin-bottom:20px;
}

#content-tabs ul li {
	margin-left:30px;
}

#content-tabs ul li a {
	display: inline-block;
	font-size:20px;
	font-weight:500;
	padding:5px 0;
	border-bottom:#5E4D8A 7px solid;
}

#content-tabs .dt-search label {
	display: none;
}

#content-tabs .dt-layout-end,
#content-tabs .dt-search  {
	width:100%;
}

#content-tabs .dt-search input {
	width:100%;
	border: 1px solid #003E5A;
	border-radius: 80px;
}

.entry .footable_parent {
	overflow: inherit;  
}

.entry .semantic_ui .ui.table thead th {
	background: none !important;
}

.entry  .footable .form-inline .form-group {
	display: block;
	width:100%;
}

.entry  table.footable>thead>tr.footable-filtering th,
.entry  table.footable>thead>tr.footable-filtering thead,
.entry .semantic_ui .ui.table{
	border: none;
}

.entry  table.footable>thead>tr.footable-filtering>th div.input-group {
	width:100%;
}

.entry .foo-table .form-group.footable-filtering-search {
	margin-bottom:20px;
}

.entry .foo-table .form-group.footable-filtering-search input.form-control {
	width:100%;
	border: 1px solid #003E5A;
	border-radius:0 60px 60px 0;
}
.entry .footable .form-inline .input-group .input-group-btn {
	width:76px;
}

.entry .semantic_ui .ui.table {
	color:#003E5A;
	font-size:16px !important;
}



#content-tabs .dropdown-menu-right {
	background:#FFF;
	padding:20px;
	list-style: none;
}

#content-tabs .dropdown-menu-right li {
	font-size:16px;
	list-style: none;
}

#content-tabs .dropdown-menu-right li a {
	padding:0;
	border: none;
	text-decoration: none;
}

#content-tabs .footable .dropdown-menu>li>a:focus, 
#content-tabs .footable .dropdown-menu>li>a:hover {
	background: none;
	border: none;
}

#content-tabs .semantic_ui .ui.table thead th {
	color:#003E5A;	
}

.entry .semantic_ui .ui.table thead .footable-header th {
	background:#EEF3F7 !important;
	border-bottom: none;
}



/****************VIDEO*******************/
.video-item {
	position: relative;
	margin-bottom:30px;
	text-align: center;
	padding:10px;
	border: rgba(255, 255, 255, 0.5) 1px solid;
    border-radius: 8px;
}

.video-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	color:#DB381E;
	padding-top:10px;
}

.vid-th {
	
}
.play {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height: 100%;
	font-size:40px;
	color:#DB381E;
	}

#video-section,
#galleries-section {
	padding-top:0;
}

/********************SEARCH****************/
#search {
	position: relative;
	width:249px;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
}

#search input {
	font-size:16px;
	padding:12px 10px;
	border: none;
	background: none;
	color:#FFF;
	
}

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

#search:after {
	content:"|";
	position: absolute;
	left:-10px;
	top: 5px;
	font-size:30px;
	color:rgba(255, 255, 255, 0.3);
}


#search:before {
	content:"|";
	position: absolute;
	right:-10px;
	top: 5px;
	font-size:30px;
	color:rgba(255, 255, 255, 0.3);
}

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

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




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

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

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

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


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

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

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


.gfield label {
	display: none;
}


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

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

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

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


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

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


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

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


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

/*************/
.gform-theme--foundation.ui-datepicker {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999 !important;
	width:421px;
	max-width:100%;
}
.gform-theme--foundation.ui-datepicker .ui-icon {
    background-repeat: no-repeat;
    display: block;
    inset-block-start: 0.3em;
    inset-inline-start: 0.5em;
    margin-block-start: -0.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-header {
    padding-block: 0.2em;
    position: relative;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
    block-size: 1.8em;
    inline-size: 1.8em;
    inset-block-start: 2px;
    position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before {
    background-image: url(../../../images/theme/down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    block-size: 1em;
    content: "";
    display: inline-block;
    inline-size: 1em;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span {
    display: block;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    margin-block-start: -8px;
    margin-inline-start: -8px;
    position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
    inset-block-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
    inset-inline-start: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next {
    inset-inline-end: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
    inset-inline-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
    inset-inline-end: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin-inline: 2.3em;
    text-align: center;
	display: flex;
	justify-content: space-between;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin-block: 1px;
}
.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,
.gform-theme--foundation.ui-datepicker select.ui-datepicker-year {
    background-color: transparent;
    background-image: url(../../../images/theme/down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-inline-end: 24px;
}
.gform-theme--foundation.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    inline-size: 100%;
    margin-block-end: 0.4em;
    table-layout: fixed;
}
.gform-theme--foundation.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding-block: 0.7em;
    padding-inline: 0.3em;
    text-align: center;
	background:#FAF7F0;
}
.gform-theme--foundation.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.gform-theme--foundation.ui-datepicker td a,
.gform-theme--foundation.ui-datepicker td span {
    display: block;
    margin: auto;
    padding: 0.25em 0.2em;
    text-align: center;
    text-decoration: none;
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl {
    direction: rtl;
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
    transform: translate(50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
    transform: translate(50%, -50%) rotate(90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
    background-position: 0 50%;
	background:#eee;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-month {
	margin-right:15px;
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-month {
	margin-left:15px;
}

.ginput_container_date {
	position: relative;
}

.ui-datepicker-trigger {
	position: absolute;
	left:5px;
	top: 10px;
	opacity:0.5;
}




/***************CONTACT**************/

#contact-line {
	position: relative;
	display:flex;
	justify-content: flex-end;
	padding-right:52px;
	margin-bottom:-150px;
}

.home #contact-line {
	margin-bottom:0;
}

.cl-title {
	font-size:37px;
	color:#FFF;
	margin-bottom:30px;
	text-align:center;
}

.cl-title .chunk2 {
	font-weight: 500;
}

#contact-line .inner {
	position: relative;
	width:100%;
	padding:20px;
	color:#FFF;
	background: #003E5A;
border-radius: 0px 110px 110px 0px;
}

#contact-line icon {
	display: block;
	position: absolute;
	top:20px;
	right:20px;
	width:147px;
	height:147px;
	line-height:147px;
	text-align:center;
	background:#0A4E6D;
	border-radius:100%;
	}
#contact-line icon img {
	vertical-align: middle;
	transition: all 500ms ease;
}

#contact-line icon:hover img {
	transform: scaleX(-1);
}

#contact-line form {
	display: flex;
	algin-items:center;
	justify-content: space-between;
}


#contact-line ::-webkit-input-placeholder {
       color:#FFF;
}

#contact-line :-moz-placeholder {
      color:#FFF;
}

#contact-line ::-moz-placeholder {  
      color:#FFF;
}

#contact-line :-ms-input-placeholder {  
    color:#FFF;
}


#contact-line .gform-footer {
	width:15%;
	text-align: left;
}

#contact-line .ginput_container_consent  {
	margin-top:15px;
	text-align:center;
}

.acf-map {
	height:600px;
}
/************/
 .contact-details {
	display: flex;
	margin-bottom:70px;
		
}

.contact-details li {
	width:25%;
	font-size:18px;	
	padding:0px 10px;
	display: flex;
	align-items:center;
	font-weight:500;
		
}


.contact-details li a {
	display: block;
	
}

.contact-details li .inner {
	padding-right:15px;
	width:calc(100% - 84px);
}

.contact-details li label {
	display: block;
	margin-bottom:5px;
	font-weight:600;
	font-size:20px;
}

.contact-details li.mail a {
	font-size:16px;
	font-weight: normal;
}

.contact-details li i {
	font-size:38px;
	width:84px;
	height:84px;
	line-height:84px;
	text-align:center;
	color:#FFF;
	background:#CB5394;
	border-radius:100%;
}

/**********/

#maincontact {
	position: relative;
	z-index:10;
	
}

#maincontact textarea {
	height:80px;
}
#map-section {
	position: relative;
	z-index:1;
}

#contact-page #contact-line .inner {
	padding:50px;
}

#contact-page #contact-line form {
	display: block;
}

#contact-page .gform-body {
	position: relative;
}

#contact-page #contact-line .gform-footer {
	width:100%;
	text-align: center;
	margin-top:20px;
	
}




/* =FOOTER*/
#footer {
	background:#002D41;
	font-size:15px;
	color:#FFF;
	padding-top:120px;
		
}

.home #footer {
	padding-top:257px;
}

#footer .flex-sm {
	width:23%;
}

#footer .flex-lg {
	flex-grow: 1;
}

.logo-bottom {
	width:100%;
	text-align:left;
}

.logo-bottom img {
	

}


#footer .social-icons {
	display: block;
	font-size:22px;
	text-align: center;
	margin-top:-10px;

	}
	
#footer .social-icons span {
	font-size:16px;
}

#footer .social-icons a {
	background: none;
	
		margin:0 10px;
		width: auto;
	}
	


.footer-inner {
	padding-top:108px;
	
}

.foot-widget-title {
	position: relative;
    font-size: 22px;
	margin-bottom: 30px;
	
}

.foot-wdg {
	margin-bottom:30px;
	}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

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

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



#bottom {
	position:relative;
	color: rgba(255, 255, 255, 0.5);
	font-size:15px;
	padding :20px 0;
	margin-top:30px;	
	border-top: rgba(255, 255, 255, 0.2) 1px solid;
		
	}
	

  
#bottom a {
	color: rgba(255, 255, 255, 0.5);
}


.copyrights {
	text-align:start;
	}
	
.copyrights a {
	display: inline-block;
	margin-left:15px;
}
.credits {
	text-align:end;
	
		}

#credits img {
	vertical-align:middle;
}

