/*
    Theme Name: OrAd
    Theme URI:
    Description: Catalogue WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:16px;
	font-family: 'Rubik';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#2E2B2B;
	}

a {
    color: #000;
    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:#000;
}

a:focus { 
    outline: none;
}

i {
	display: inline-block;
}

input,
textarea,
select {
	font-family: 'Rubik';
	box-sizing:border-box;
	border: 1px solid #0F1D41;
	width:100%;
	padding:8px 10px;
	border-radius:0px;
	background:#FFF;
	color:#000;
	font-size:16px;
		
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	border:none;
}

fieldset {
	border:none;
}

input[type="submit"],
input[type="button"] {
	font-family: 'Rubik';
	display: inline-block;
	cursor:pointer;
	padding: 8px 30px;
	text-align:center;
	color:#000;	
	font-size:25px;
	font-weight: bold;
	text-align: center;
	background:#D59F0F;
	border: none;
	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:#19171c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#19171c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

:-ms-input-placeholder {  
     color:#19171c;
}


.flaticon-right-arrow-1,
.flaticon-right-arrow {
	display: inline-block;
	transform: rotate(180deg);
}

.flaticon-next.right {
	display: inline-block;
	transform: rotate(180deg); 
}

ul,li {
	padding:0;
	margin:0;
list-style: none;
}

.call {
	direction:ltr;
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.grey {
	background:#ebebeb;
}



/* =LAYOUT
-------------------------------------------------------------- */
.wrap {
	padding:0 24px;
	position: relative;
	width:100%;
}
.container {
	position:relative;
}

#main {
	padding:30px 0 60px 0;
	

	}

.home #main {
	padding:0;
}
	
#main.no-padding {
	padding:0;
}
	
.section {
	padding: 40px 0;
}


.padding {
	width:65%;
	margin: auto;
}

.skip-to-cont {
    position: absolute;
    top: -100px; /* Hidden by default */
	display: inline-block;
	background:#030C43;
	color:#FFF;
	padding:5px 10px;
	border-radius:0 0 8px 8px;
}
.skip-to-cont:focus {
    top: 0; /* Visible when focused */
	left: 45%;
	color:#FFF;
}


/* =HEADER
-------------------------------------------------------------- */

heading {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	display: block;
	z-index:500;
	background:#000;
	color:#FFF;
	padding:24px 0 0 0;
}

heading.onwhite {
	background:#FFF;
	color:#000;
}
heading.transparent {
	background: transparent;

}

heading a {
	color:#FFF;
}

heading.onwhite a {
	color:#000 !important;
}

.panel-1,
.panel-2 {
	align-items: center;
}

#toprow {
	justify-content: space-between;
	position: relative;
	border-bottom:rgba(255,255,255,0.3) 1px solid;
}

.onwhite #toprow {
	border-bottom:rgba(0,0,0,0.3) 1px solid;
}

.menu-lang-container {
	padding:0 15px;
	border-right:rgba(255,255,255,0.3) 1px solid;
}

.onwhite .menu-lang-container {
	border-right:rgba(0,0,0,0.3) 1px solid;
}
.menu-lang-container ul {
		
}

.menu-lang-container li {
	display: inline-block;
	float: none;
}

.menu-lang-container li a {
	display: inline-block;
	font-weight:600;
	text-align: center;
	width:69px;
	height: 62px;
	line-height:58px;
	}

.menu-lang-container li a:hover {
	color:#FFF;
	
}

.contrast a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:69px;
	height: 62px;
	text-align:center;
	border-right:rgba(255,255,255,0.3) 1px solid;
}

.onwhite .contrast a {
	border-right:rgba(0,0,0,0.3) 1px solid;
}

.contrast a img {
	
}

#toprow .contact {
	border-right:rgba(255,255,255,0.3) 1px solid;
}

.onwhite #toprow .contact {
	border-right:rgba(0,0,0,0.3) 1px solid;
}

#toprow .contact a {
	height: 62px;
	line-height:62px;
	padding:0 15px;
	font-weight:600;
	color:#FFF !important;
	
}

.onwhite #toprow .contact a {
	color:#000 !important;
}

#toprow .social-icons {
	padding:0px 5px;
	}
	


.social-icons a {
	display: inline-block;
	font-size:22px;
	padding-right:15px;
	color:#FFF !important;
}




.topsearch {
	padding:0px 10px 0px 10px;
}

.topsearch form {
	position: relative;
	padding:0 30px 0 10px;
	margin:0;	
	
}

.topsearch .sf-field-search label:after {
	content: "\f002";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color:#FFF;
}

heading.onwhite .topsearch .sf-field-search label:after {
	color: #000;

}



.topsearch button {
	background: none;
	border: none;
	color:rgba(255,255,255,1);
	font-size:16px;
	position: absolute;
	right:10px;
	top:8px;
	z-index:10;
}

.onwhite .topsearch button {
	color:#000;
}

.topsearch input {
	background: none;
	padding:10px 30px 10px 15px;
	font-size:15px;
	border:none;
	font-weight:500;
	color: #FFF;

}

heading.onwhite .topsearch input {
	color: #000;

}

.topsearch input::-webkit-input-placeholder {
       color:#FFF;
}

.topsearch input:-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

.topsearch input::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

.topsearch input:-ms-input-placeholder {  
     color:#FFF;
}


.onwhite .topsearch input::-webkit-input-placeholder {
       color:#000;
}

.onwhite .topsearch input:-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

.onwhite .topsearch input::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

.onwhite .topsearch input:-ms-input-placeholder {  
     color:#FFF;
}

 

#menurow {
	position: relative;
	z-index:900;
	padding:0;
	align-items: center;
	justify-content: space-between;
	
}



.logo {
	position: relative;
	padding-left:20px;
	height:62px;
	border-left:rgba(255,255,255,0.3)1px solid;
	
	}
	
.onwhite .logo {
	border-left:rgba(0,0,0,0.3) 1px solid;
}

.logo img {
	display: block;
	
}

#toprow ._icon.wp-dark-mode-ignore svg {
	display: none;

}

#toprow ._icon.wp-dark-mode-ignore:after {
	content: "";
	width: 28px;
	height: 28px;
	background: url(images/contrast.svg);

}

#toprow ._track.wp-dark-mode-ignore {
	background: none !important;
	box-shadow: none !important;
	border-right: rgba(0, 0, 0, 0.3) 1px solid;
	border-radius: 0 !important;
}


/* =MENUS
-------------------------------------------------------------- */

menu-primary-container {
   	padding:0;
	text-align: center;
		
   }

.menu-primary {
	
}


.menu-primary li{
	display:inline-block;
	float: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 ul {
	min-width: 300px;
}


/* First Level - Menu Primary */
.menu-primary li a {
	font-size:16px;
	font-weight:500;
	display:block;
    padding: 15px 20px;	
	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:hover,
.menu-primary li.current-menu-item a {
	color: #FFF;
	
}

.menu-primary li a span {
	display:  inline-block;
	padding: 0 3px 10px 3px;
	border-bottom: transparent 2px solid;

}

.menu-primary li a:hover span,
.menu-primary li.current-menu-item a span {
	border-bottom: #000 2px solid;
}

.onblack .menu-primary li a:hover span,
.onblack .menu-primary li.current-menu-item a span,
.transparent .menu-primary li a:hover span,
.transparent .menu-primary li.current-menu-item a span {
	border-bottom: #FFF 2px solid;
}

/********************home******************/

#home-intro {
	position: relative;
	width:100%;
	overflow: hidden;
}

.mainimg {
	width:100%;
}

.cap {
	position: absolute;
	top:30%;
	right:0;
	width:40%;
	z-index:20;
	color:#FFF;
	padding-right:80px;
}

#home-intro .more a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border: #FFF 1px solid;
}

.hi-title {
	display: block;
	font-size:36px;
	font-weight: bold;
	margin-bottom:25px;
	
}

.hi-text {
	font-size:24px;
	line-height:1.5;
	
}

#departments-section {
	position: relative;
	z-index:10;
	margin:-152px auto 0 auto;
	width:1727px;
	max-width:90%;

}

.dept-item  {
	position: relative;
}
.dept-title {
	position: absolute;
	top:30px;
	right:30px;
	font-size:24px;
	font-weight:700;
	color:#000;
}

#about-section {
	padding:50px 0 30px 0;
	border-bottom:#CCCCCC 1px solid;
}

.about-cap {
	width:70.60%;
	padding-right:50px;
}

#about-section .title {
	color:#FF00DD;
	margin-bottom:20px;
	font-weight:500;
	font-size:48px;
}

#about-section .about-text {
	font-weight:500;
	line-height:1.2;
	margin-top:20px ;
}

#projects-intro {
	padding-top:30px;
	
}

.small-title {
	font-size:14px;
	font-weight:600;
}

.intro-main {
	padding-top:185px;
}

.intro-cap {
	width:63%;
}

.sec-title {
	font-size:48px;
	font-weight:500;
	color:#000;
}

#projects-intro .intro-entry {
	font-weight:500;
	line-height:1.5;
}

#home-projects {
	padding:128px 0 5px 0;
	border-bottom: #CCCCCC 1px solid;
}

.prj-item {
	position: relative;
	margin-bottom:25px;
}

.pr-info {
	position: absolute;
	bottom:0;
	right:0;
	width:100%;
	padding:30px;
	z-index:10;
	color:#FFF;
}

.pr-info img {
	margin-bottom:50px;
}

.pr-info .cat-title {
	font-size:26px;
	font-weight:500;
	letter-spacing:-3%;
	margin-bottom:12px;
	
}

.pr-info .prj-title {
	font-size:26px;
	font-weight:400;
	letter-spacing:-3%;
}

.pr-image {
	position: relative;
}

.pr-image mask {
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 50%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	
}

#suppliers-intro {
	padding-top:25px;
}

#suppliers-intro .small-title {
	position: absolute;
	top: 0;
	right: 0;
}

#suppliers-intro .intro-entry,
#suppliers-intro .title {
	padding-top:150px;
}

#suppliers-intro .intro-entry {
	width:63%;
	font-weight:500;
	line-height:1.5;
}

#suppliers-home {
	position: relative;
	margin:50px 0;
	width: 100%;
	overflow: hidden;
}

#suppliers-home .slider-overflow {
	 position: relative;
  margin-left: calc((100vw - 1903px)/ -2);  /* negative half the difference */
  padding-right: calc((100vw - 1903px)/2);  /* constrain right side */
  width: auto;
  box-sizing: border-box;
}

#suppliers-home {
	padding:50px 0;
}

#sup-slider .slick-prev {
	display: none !important;
}

#sup-slider .slick-next {
	top: auto;
	bottom: 71px;
	right: 34.0%;
}

#sup-slider .slick-next:after {
	width:122px;
	height:122px;
	line-height:122px;
	text-align:center;
	background:#FFF;
	border-radius:100%;
	color:#000;
	font-size:45px;
}

.supplier-loop {
	padding:60px 20px 25px 20px;
	background:#EFEFEF;
}

.sup-img {
	margin-bottom:65px;
	height:53px;
	width: auto;
}

.sup-img logo {
	display: flex;
	align-items: center;
	height:53px;
	font-size:30px;
	font-weight:500;
	color:#b7b6b6;
}

.supplier-loop .exerpt {
	font-weight:500;
	line-height:1.5;
}

.supplier-loop .readmore {
	margin-top:10px;
}

.supplier-loop .readmore a {
	text-decoration: underline;
	font-weight:500;
}

.supplier-loop .readmore a:hover {
	text-decoration: none;
}

#suppliers-home .slide-tem {
	padding:0 12.5px;
}

#bottom-section {
	position:relative;
	height:717px;
}
.home #bottom-section {
	height:1192px;
}

 .parallax {
    background-attachment: fixed; /* makes the parallax effect */
    background-size: cover;
    background-position: center;
  }


#bottom-section .text-holder {
	position: absolute;
	top: 0;
	right:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	padding:30px 90px;
}

#bottom-section .text-holder .cap {
	position: relative;
	top: auto;
	color:#FFF;
	padding:0;
}

#bottom-section .title {
	font-size:60px;
	color:#FFF;
}

#bottom-section .bs-entry {
	line-height: 1.5;
}

#bottom-section .more a {
	background:#FFF;
	color:#000;
	font-weight:500;
	padding:14px 25px;
}

#bottom-section mask {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.bottom-padding {
	height:50px;
}



/*****************TOP SEARCH RESULTS ********************/
.search-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;

}

.search-heading .title {
	font-size: 48px;
	font-weight: 500;

}

.search-heading .all-link a {
	font-size: 26px;
	text-decoration: underline;

}

.search-heading .all-link a:hover {
	text-decoration: none;

}

#main-search-results #projects-loop  {
	border:  none;
}

#main-search-results .term-heading .count {
	font-size: 26px;

}

.sf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; 
  top: 0px;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.sf-modal-content {
  background: #fff;
  max-width: 1350px;
  margin: 50px auto;
  padding: 40px 25px;
  position: relative;
  max-height: 750px;
  overflow-y: scroll;
}
#sf-modal-close {
  position: absolute;
  top: 20px; 
  left: 20px;
  cursor: pointer;
  font-size: 25px;
  color:#000 ;
}

.more-results {
	margin-top: 25px;

}

.more-results a {
	padding: 10px 25px;
	background: #000;
	color: #FFF;
	font-weight: 500;

}

/*********GENERAL*******/

.page-heading {
	text-align: center;
	margin-bottom:70px;
}
.pre-title {
	font-size:17px;
	font-weight:600;
}
.page-title {
	font-size:60px;
	font-weight: 600;
	
}

.more {
	margin-top: 20px;	
}

.more a {
	display: inline-block;
    color:#FFF;
    font-size: 15px;
    font-weight: 500;
	padding:8px 25px;
	background:#000;
}


.more a:hover {
	transform: scale(0.9);
	
}

.content {
	
	
}

.single-img {
	max-width:50%;
	
}


.single-img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}
.single-img.alignleft {
	padding-right:30px;
	padding-bottom:30px;
}

.single-img img {
	
	
	
}

.single-img .videoWrapper {
	width:600px;
}

#page-buttons {
	margin:20px 0;
}

#page-buttons ul li {
	display: inline-block;
	margin-left:10px;
}

#page-buttons ul li a {
	display: block;
	background: #D59F0F;
	border-radius: 10px 0px;
	color:#FFF;
	padding:10px 25px;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	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;
}

.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
line-height:1.4;
}

.entry h1 {	
	font-size:36px;
	font-weight: bold;
	margin-bottom:15px;
}
.entry h2 {
	font-size:28px;
	font-weight: bold;
	margin-bottom:15px;
}

.entry h3 {
	font-size:26px;
	color:#D59F0F;
	font-weight: 900;
	margin-bottom:15px;
}


.entry h4 {
	font-size:26px;
	color: #D59F0F;
	font-weight: bold;
	letter-spacing:2px;
	margin-bottom:15px;
}

.entry h5 {
	font-size:24px;
	font-weight: bold;
	margin-bottom:10px;
	letter-spacing:normal;
}

.entry h6 {
	font-size:20px;
	font-weight: bold;
	letter-spacing:2px;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#eee 1px solid;
}

.entry ul,
.entry ol {
	margin-right: 50px;
	margin-bottom:20px;
	}

.entry ul li {
list-style: square;
}



.entry ol li {
list-style: decimal;
}

.entry ol li::marker {
	
}

.ltr .entry ul,
.ltr .entry ol {
	margin-left: 50px;
	margin-right: 0px;
}


.entry a {
	text-decoration: underline;
		
}

.entry a:hover {
	text-decoration: none;
	
}


.thelink {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}


.one-half {
	width:50%;
	float: right;
}

.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.lignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}

.entry img.lignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-size:34px;
	font-weight: bold;
	margin-bottom:30px;
}


.all-button {
	display: inline-block;
	font-size:15px;
	text-decoration: underline;
	
}

.all-button:hover {
	text-decoration: none;
}

#topimage {
	position: relative;
	width:100%;
	overflow: hidden;
	
	}

.topimg {
	display: block;
	width:100%;
}

#topimage .mask {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;
	background: transparentlinear-gradient(90deg, var(--unnamed-color-002d6400) 0%, #030C43 100%) 0% 0% no-repeat padding-box;
background: transparentlinear-gradient(90deg, #002D6400 0%, #030C43 100%) 0% 0% no-repeat padding-box;
}

#topimage .textholder {
	position: absolute;
	top:0;
	right:0;
	height: auto;
	padding-top:15px;
	z-index:100;
	width:100%;
}
.toptitle {
	display: inline-block;
	font-size:61px;
	font-weight: 500;
	color:#fff;
	margin-top:130px;
	
	
}

.toptitle span {
	display: inline-block;
	padding:10px 15px 20px 40px;
	color:#FFF;
	font-size:65px;
line-height:1;	
	background:#19171c;
	border-radius: 0 0 0 50px;
	
}

.toptitle .subtitle {
	display: block;
	position: relative;
	top: -10px;
}

.toptitle .subtitle span {
	display: inline-block;
	padding:10px 10px 10px 30px;
	color:#FFF;
	font-size:20px;
line-height:1;	
	background:#7e3382;
	border-radius: 0 0 0 30px;
}

	

#breadcrumbs {
	color:#767676;
	padding:20px 0;
	font-size:14px;	
		}

#breadcrumbs a {
	color:#767676;
	font-weight:400;
	
}

#breadcrumbs .current-item {
	color:#000;
	font-weight:600;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#share {
	padding:25px 0;
	text-align: center;
	color:#dea815;
}

.addtoany_shortcode {
	display: inline-block;
}

.a2a_svg {
	background:#dea815 !important;
}

.category-content {
	background: #f7f9fa;
	padding:40px 0;
}

.article {
	display: block;
	margin-bottom:30px;
	background:#FFF;
	}
	
.art-img {
	position: relative;
	padding-bottom: 20px;
}

.art-img.no-img {
	
}

.art-img img {
	display: block;
	background: #EFEFEF;
}


.article .meta-date {
	padding:30px 20px;
	text-align:center;
	color:#de9715;
	
	}
	
.art-title {
	font-size: 20px;
   	margin-bottom:10px;
	font-weight:800;
	letter-spacing: 1.2px;
}

.art-title a {
	
	}

.art-title a:hover {
	
}

.excerpt {
	font-size:16px;
line-height:1.2;
color:#767676
	

}

a.readmore  {
	display: inline-block;
	color:#de9715;
	margin-right:5px;	
}

a.readmore i {
	margin-right: 5px;
}


a.readmore:hover {
	text-decoration: underline;
	
}

	
.er-404 {
	font-size:24px;
	font-weight:600;
	text-align: center;
}

.the-link {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10;
}



.navigation {
	padding-top:25px;
	text-align: center;
}

.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}

.navigation .pages {
	display: inline-block;
	font-size:16px;
	font-weight:400;
	color:#767676;
	margin-right:15px;
	border: none;
}

.navigation span,
.navigation a {
	display: inline-block;
	font-size:16px;
	font-weight:400;
	color:#767676;
	margin:0 5px;
	padding:8px 15px;
	border: #ccc 1px solid;
}

.navigation span.current,
.navigation a:hover {
	background:#000;
	color:#FFF;
	border: #000 1px solid;

}

.navigation .nextpostslink{
	border: none;
}

.navigation .nextpostslink:hover{
	border: none;
	color: #000;
	background: none;	
}


.table-wrap {
	width:100%;
	overflow-x:scroll;
}

.table-wrap::-webkit-scrollbar {
 	display: none;
}

#related-boxes {
	margin-bottom:30px;
}

.single-meta-date {
	font-size: 26px;
    color: #de9715;
	padding-bottom:20px;
    margin-bottom: 20px;
    border-bottom: #e2e9e9 1px solid;
}

.content .entry {
	font-size:18px;
	line-height:1.4;
}


.beefup.is-open .morebtn{
	display: none;
}

.beefup.is-open .morebtn.less {
	display: block;
}

#related {

}


.related-scroll .slide-item {
	padding:0 10px;
}

.related-scroll .boxed-loop {
	margin-bottom:0;
}

#before-content {
	padding:80px 0;
	color:#FFF;
	font-weight:300;
	background: transparentlinear-gradient(0deg, #002D64 0%, #002D64 8%, var(--unnamed-color-010937) 100%) 0% 0% no-repeat padding-box;
	background: transparentlinear-gradient(0deg, #002D64 0%, #002D64 8%, #010937 100%) 0% 0% no-repeat padding-box;
}

/*************IMAGE GALLERY**********/

.gallery-image {
	margin-bottom:30px;
}

.gallery-image img {
	
}

.image-gallery {
	margin-top:40px;
}



/**************PROJECTS**************/
#project-content .content {
	position: relative;
	background:#FFF;
	padding:80px 40px 80px 40px;
}

#project-content .page-title {
	margin-bottom:20px;
}

#project-content .subtitle {
	font-size:18px;
	font-weight: 500;
	color: #767676;
}

#project-content .entry {
	margin:40px 0;
	font-size:20px;

}

.main-cat {
	margin-top:40px;
	padding-bottom:20px;
}

#project-content .more a,
#product-content .more a {
	text-decoration: none;
}

#project-content .authors {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	justify-content:space-between;
	padding:0 40px 40px 40px;
	color:#767676;
	font-size:14px;
	
}

.project-img {
	position: relative;
	width:100%;
	overflow: hidden;
}

.project-img .project-th {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: auto;
	max-width: inherit;

}

.project-img .zoom {
	position: absolute;
	z-index:10;
	top:20px;
	right:20px;
	
}

.project-img .zoom a {
	display:flex;
	justify-content: center;
	align-items: center;
	background:#FFF;
	width:60px;
	height:60px;
	border-radius:100%;
}

.project-img .zoom img {
	width:40px;
}

.project-img .photo-meta {
	position: absolute;
	z-index:10;
	bottom:40px;
	right:20px;
	color:#FFF;
	font-size:14px;
}

.project-img mask {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.native-video {
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	height:100%;
	width:100%;
	object-fit: cover;
}

.pr-sider-area {
	width:90%;
	margin: auto;
	overflow: hidden;
}

#project-slider {
	position: relative;
	margin:0 -40%;
}

#project-slider .slider-item {
	padding:0 15px;
}

#project-slider .slick-next {
	left:31%;
	top: auto;
	bottom:200px;
}

#project-slider .slick-next:after {
	content:"";
	display: inline-block;
	width:160px;
	height:160px;
	background:url(images/next.png) no-repeat;
	transform:rotate(0deg);
	}
	

#modal-slider .modal-content .close {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #000;
    font-size: 30px;
	font-weight:300;
	z-index:500;
}

#modal-slider .modal-content {
  opacity: 0;
  transition: opacity 0.6s ease;
}
#modal-slider.ready .modal-content {
  opacity: 1;
}



.related-section {
	margin-top:25px;
	
}

.white-box {
	padding:85px 45px;
	background:#FFF;
}

.related-section .title {
	font-weight:500;
}



.related-desc {
	font-size:20px;
}

.related-scroll {
	margin-top:80px;
}

.related-scroll .slick-next {
	left:calc(50% - 61px);
	top: auto;
	top:calc(50% - 61px);
	
}

.related-scroll .slick-prev {
	display: none !important;
}

.related-scroll .slick-next:after {
	content:"";
	display: inline-block;
	width:122px;
	height:122px;
	background:url(images/next.png) no-repeat;
	background-size:contain;
	transform:rotate(0deg);
	}
	

.page-heading {
	margin-bottom:70px;
	text-align:center;
}

.cat-desc {
	margin-top:30px;
}

#projects-loop {
	border-top: #ccc 1px solid;
	padding-top:10px;
}

.tax-project-category #projects-loop {
	border:  none;
}

#projects-loop .flex {
	margin: 0 -10px;
}

#projects-loop .flex-item {
	padding:0 10px;
	width:25%;
}

.project-loop {
	position: relative;
	margin-bottom:20px;
}

.prjloop-img {
	background:#000;
}

.prjloop-img img {
	display: block;
	transition: all 500ms ease;
}

.prjloop-img img:hover {
	opacity:0.8;
}

.prj-info {
	position: absolute;
	bottom:20px;
	left:20px;
	width: calc(100% - 40px);
	background:#FFF;
	z-index:10;
}

.prj-info .photografer {
	font-size:14px;
	color:#767676;
	font-weight:600;
	margin-bottom:15px;
}

.prj-title {
	font-size:20px;
	font-weight:700;
	margin-bottom:12px;
}

.project-loop .top {
	padding:10px 20px;	
	border-bottom: #CCCCCC 1px solid;
}

.project-loop .read-more {
	position: relative;
	margin-top:12px;
	text-align: end;
	padding:20px;
	margin:0;
}

.project-loop .read-more a {
	font-size:20px;
	
}

.project-loop .read-more i {
	padding-right:5px;
}

.tax-project-category #main {
	padding-bottom:30px;
}

.cats-filter.onprojects {
	display: flex;
	justify-content: flex-end;
}

.cats-filter.onprojects .sf-field-search input {
	width: 300px;
	max-width: 100%;
	border: #ccc 1px solid;
    margin-left: 5px;
    font-size: 20px;
	color: #767676;

}

.cats-filter.onprojects .sf-field-search label {
	position: relative;
}
.cats-filter.onprojects .sf-field-search label:after {
	content: "\f002";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color:#767676;
}

.onprojects ::-webkit-input-placeholder {
	   color:#767676;
}
.onprojects ::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

.onprojects :-ms-input-placeholder {  
     color:#19171c;
}

/******projecs page***********/
.cat-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	text-align: center;
}
.cb-title {
	position: absolute;
	font-size: 32px;
	font-weight: 600;
	z-index: 10;
	color: #FFF;
}

.cb-img {
	background: #000;
}

.cb-img img {
	display: block;
	opacity:0.8;
	transition: all 500ms ease;
}

.cat-box:hover .cb-img img {
	opacity:0.7;
}

.page-template-page-projects #bottom-section,
.page-template-page-products #bottom-section,
.page-template-page-about #bottom-section{
	height: 717px;
}

.pre-title.after-title {
	margin: 30px auto 30px auto;
	font-weight: 400;
	font-size: 20px;
	width: 50%;
	line-height: 1.4;
}

#cats-loop.padding {
	width: 75%;
	margin: auto;

}

.term-icon {
	margin-bottom: 25px;

}


/***************PRODUCT*************/
.product-loop {
	position: relative;
	background:#EFEFEF;
	text-align:center;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*width:456px;
	height:576px;
	*/
	width: 100%;
	padding: 30% 0 38% 0;
	max-width:100%;
	overflow: hidden;
}

.product-loop  .prod-title {
	position:  absolute;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	font-weight: 700;

}

.product-loop:hover  .prod-title {
	display: none;
}

.product-loop .hover-title{
	font-size: 20px;
	font-weight: 700;
}

.prod-hover {
    position: absolute;
    bottom: -200px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 10;
	transition: all 500ms ease;
	}

.product-loop:hover .prod-hover {
	bottom: 20px;
}
	
.prod-hover .prod-logos {
	align-items: center;
	justify-content: space-between;
	background:#FFF;
	padding:20px;
	margin-bottom:2px;
}

.prod-hover .supp-logo {
	max-width: 45%;
}

.prod-hover .prod-data {
	align-items: center;
	justify-content: space-between;
	background:#FFF;
	padding:20px;
}
.prod-hover .prod-data .data {
	display: flex;
	text-align: start;
}
.data .par {
	padding-left:15px;
}

.data .par label {
	display: block;
	margin-bottom:8px;
	font-size:14px;
	color:#767676;
}

.data .par span {
	display: block;
	font-size:20px;
	font-weight:600;
}

.plus span {
	display: inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#FFF !important;
	background:#000;
	border-radius:100%;
	font-weight:400;
	font-size:28px;
}

#product-content .categories {
	padding: 50px 0 60px 0;

}

#product-content .categories a {
	text-decoration: none;
}

#product-content .categories ul {
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
}

#product-content .categories ul li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;

}

#product-content .categories ul li span {
	font-size: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-left: 10px;
	background: #2200FF;
}

#product-content .parent-cat {
	display:  inline-block;
	font-size: 20px;
	margin-bottom: 30px;

}
#product-content .parent-cat img {
	vertical-align: middle;
	margin-left: 10px;
}

#product-content .cat{
	display:  inline-block;
	padding: 10px 25px;
	border: #CCCCCC 1px solid;
	font-size: 16px;
	margin-bottom: 10px;

}

#product-content .content {
	position: relative;
}

#product-content .wrap .wrap {
	padding: 0;
}

#product-content .content-bottom {
	position: absolute;
	left:0;
	bottom: 40px;
	width:100%;
	margin:0;
	padding:0 45px;
	align-items: center;
	justify-content: space-between;

}

.supp-link a {
	text-decoration: underline;
	font-weight:500;
}

.supp-link a:hover {
	text-decoration: none;

}

#main.prod-single {
	padding-top: 0;

}
#product-content {
	padding-top: 40px;

}

#product-content .page-title {
	margin-bottom:40px;
}

#product-gallery {
overflow: hidden;
position: relative;
background: #FFF;
}

#product-gallery .nav-slide {
	display: inline-block;
	cursor:pointer;
	padding:0 10px;
	width: auto;
}

#product-gallery .slider-nav {
	position: absolute;
	bottom:20px;
	z-index: 100;
	width: calc(100% - 40px);
	left:20px;
}

#product-gallery .slider-nav img {
	border:#ccc 1px solid;
}

#product-gallery .slider-nav .slick-track {
	margin-left:0;
}

#product-gallery .supp-logo {
	position: absolute;
	top: 40px;
	right:40px;
	z-index:20;
}

#product-gallery .supp-logo img {
	max-height:60px;
}

#product-flex {
	display: flex;
	flex-wrap: wrap;
	margin:20px -6px 0 -6px;
}

#product-flex .flex-item-full {
	width:100%;
	padding:0 10px;
	margin-bottom:20px;
}

#product-flex .flex-item-half {
	width:50%;
	padding:0 10px;
	margin-bottom:20px;
}

#product-flex .flex-item-full:last-child {
	margin-bottom:0;
}

#product-flex .product-box {
	background:#FFF;
	padding:20px;
	
}

#product-flex  .sec-title {
	font-size:20px;
	padding-bottom:70px;
	font-weight:400;
}
#product-flex #color-ruller {
	background-position: left bottom;
	background-repeat:  no-repeat;
	background-size: 100% 40px;
}
/*
#product-flex .flex-item-half #color-ruller {
	background:#FFF url(images/ruller_small.png) left bottom no-repeat;
}

#product-flex .flex-item-full #color-ruller {
	background:#FFF url(images/ruller.png) left bottom no-repeat;
}
	*/

.large-content {
	font-size:60px;
	font-weight:700;
}

#product-flex .image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	
}

#product-flex .section-gallery-small {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#product-flex .section-gallery-small img {
	padding:5px;
	border-left: none;
	display: block;
}

#product-flex .section-gallery-small img:last-child {
	
	
}


#product-flex .subtitle {
	font-size:36px;
	font-weight:500;
	margin-bottom:30px;
}

.parameter-boxes {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.parameter-boxes  .p-box {
	position: relative;
	padding:10px;
	border: #ccc 1px solid;
	margin:0 5px;
}

.parameter-boxes .flex-item {
	width: 25%;

}

.parameter-boxes .pars-line {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	padding:20px 20px;
	color:#FFF;
	font-weight:600;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.parameter-boxes .a {
	font-size:14px;
}

.parameter-boxes .t {
	font-size:25px;
}

.page-nav {
	display:  block;
	position: relative;
	background: #FFF;
	padding: 10px 0px

}

.page-nav li {
	display:  inline-block;
	position: relative;
}

.page-nav li a {
	display:  block;
	color: #767676;
	padding: 15px 25px;
	font-variation-settings: "wght" 800;
	transition: font-variation-settings 0.3s ease;
	 font-synthesis: none;
}

.page-nav li a:before {
	display: inline-block;
	position: relative;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: transparent;
	margin-left: 5px;
}

.page-nav li:hover a {
	color: #000;
	font-weight: 800;
	font-variation-settings: "wght" 800;
}
.page-nav li:hover a:before {
	background: #000;

}

.term-heading {
	margin-bottom: 30px;
	text-align: center;

}
.term-heading img {
	margin-bottom: 20px;
}

.term-heading .count {
	margin-top: 30px;
	color: #767676;
	font-size: 18px;
}

.filter-area {
	position: relative;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;

}

.filter-area.on-results {
	padding:10px 0;
}

.cats-filter {
	display: flex;
	align-items: center;
	justify-content: end;
	padding-bottom: 10px;
	
}

.cats-filter .label {
	font-size: 20px;
	padding-left: 15px;
}

.cats-filter ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	
}

.cats-filter ul li a {
	display: block;
	padding:10px 15px;
	border:#ccc 1px solid;
	margin-left:5px;
	font-size: 20px;
	color: #000;
}

.cats-filter ul li a.current {
	background: #000;
	color: #FFF;
}

.cats-filter ul li.current-menu-item a {
	background: #000;
	color: #FFF;
}
.cats-filter ul li span{
	font-size: 20px;
	margin-left: 10px;
	padding: 10px 0;
}
.cats-filter ul li a:hover {
	color: #FFF;
}
.hvr-sweep-to-right:before {
	background: #000;

}

 .product-listing .product-loop {
	margin-bottom: 25px;
}

.filter-label {
	padding-bottom: 30px;

}

.filter-label a {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.filter-label a span {
	padding: 0 15px;

}
.filter-label .fa-filter {
	font-size: 22px;
}

#products-loop {
	position:  relative;
	width: 100%;
	overflow: hidden;
}

.side-filter {
	position: absolute;
	padding: 40px 50px;
	background: #FFFFFF;
	position: absolute;
	top:0;
	right: -30%;
	z-index: 100;
	width: 26%;
	height: 100%;
	transition: all 500ms ease;

}

.side-filter .inner {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 30px;

}

.side-filter.show {
	right:0px;
	
}
.tax-product-category #main {
	overflow: hidden;
}

.side-filter .filter-title {
	font-size: 26px;
	margin-bottom: 30px;
}
.side-filter .searchandfilter h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.side-filter .sf-field-taxonomy-product-category li {
	margin-bottom: 10px;
	font-size: 20px;
}

.side-filter .filter-close {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 25px;
	color: #000;
	cursor: pointer;
}

.side-filter .searchandfilter .sf-field-sort_order label{
	display: block;
	width: 100%;
}
.searchandfilter li{
	position: relative;
}
.searchandfilter li input[type="checkbox"] {
	opacity: 0;	
	cursor: pointer;
	z-index: 10;
	margin-left: 10px;
}
.sf-label-checkbox:before {
	display: inline-block;
	content: "\f0c8";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	position: absolute;
	right:0px;
	z-index: 1;
	color: #000;

}
.sf-option-active .sf-label-checkbox:before {
	content: "\f14a";
	font-family: "Font Awesome 6 Pro";
}

/*******ABOUT PAGE**********/
#about-intro {
	position: relative;
}

#about-intro .cap {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
}

#about-intro .cap .inner {
	padding-top: 50vh;
	width: 50%;
	margin: auto;
	text-align: center;
}

#about-intro .cap span {
	font-size: 14px;
	font-weight: 600;
}

#about-intro .cap .subtitle {
	font-size: 26px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.4;
}

.abi-title {
	font-size: 60px;
	font-weight: 700;
}

#top-grid {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:0 30px;
	flex-wrap: wrap;

}

#top-grid .flex-item-half {
	width:50%;
	padding:0 10px;
}

#top-grid .flex-item-half .white-box{
	background-color:#FFF;
	padding:54px 40px;
	height:100%;
}

#top-grid .flex-item {
	margin-bottom: 20px;
	height: 100%;
}

#top-grid .flex-item-sm {
	width:30%;
	padding-left: 20px;
}

#top-grid .flex-item-lg {
	width:70%;
}

.tgbox-img {
	width: 100%;
}

#top-grid .white-box.box-1 .inner {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

}

#top-grid .white-box.box-1 .inner {
	width: 70%;

}

.tg-title {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 20px;
}

.tg-title span{
	display:block
}

#top-grid .text {
	font-size: 20px;
	line-height: 1.4;
}

#top-grid .box-3 {
	background: url("images/planet.png") left bottom no-repeat;

}

#top-grid .box-3 .inner {
	width: 60%;
}

#top-grid .year {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
}

#top-grid .year-text{
	font-size: 20px;
}

.two-cols-section {
	padding:80px 0;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-top: 20px;
}

.two-cols-section .entry {
	font-size:20px;
	width: 70%;
}

.two-cols-section .entry .large-text {
	line-height: 1.3;
}

.two-cols-section .entry p:first-child {
	margin-top:0;
}

#about-history {
	padding-top: 80px;
	padding-bottom: 20px;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}

#about-history .border {
	position: absolute;
	left:0;
	bottom: 0px;
	z-index: 1;
	width:100%;
	height:100%;
	border-bottom:#000 1px solid;
}

#about-history .slider-box{
	width: 65%;
}

#about-history .slider-box .inner {
	opacity: 0.5;
	transition: 0.5s all ease;
}

#about-history .slick-current .slider-box .inner {
	opacity: 1;
}

#about-history .title-area{
    position: relative;
    /*margin-left: calc((100vw - 1903px)/ -2);*/
    padding-right: calc((100vw - 1903px)/2);
    width: auto;
    box-sizing: border-box;
}

#about-history .title{
	font-size: 26px;
	font-weight: 500;
}

#history-slider .hs-title {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height:1.2;
}

.entry.medium {
	font-size:20px;
}

#history-slider .hs-text {
	margin-bottom: 200px;
}

#history-slider .number {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 100%;

}

#about-history .slider-overflow {
	 position: relative;
  margin-left: -400px;
  margin-bottom: -20px;
  z-index: 10;
  width: auto;
  box-sizing: border-box;
}

#about-services {
	padding: 80px 0;
	background-color: #F4F4F4;
}

#about-services .title {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 50px;
}
/***********ACCORDION*************/
#about_accordion {
	position: relative;
}

#about_accordion .beefup__head {
	padding: 55px 0 45px 0;
	cursor: pointer;
}

#about_accordion .number {
	width: 10%;
	font-size: 20px;
	font-weight: 500;
}

#about_accordion  .image-placeholder {
	width: 30%;
	text-align: center;
 }

 #about_accordion  .title-placeholder {
	width: 45%;
 }

 #about_accordion  .readmore {
	width: 15%;
	font-weight: 500;
	text-align: end;
 }

 #about_accordion .acc-title {
	font-size: 24px;
	font-weight: 400;
}

 #about_accordion .is-open .acc-title {
	font-weight: 700;
}

 #about_accordion .acc-section {
	border-bottom: #ccc 1px solid;
 }

 #about_accordion  .acc-image {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 10%;
	width: 35%;
 }

 /***********PROFESSIONAL PAGE*************/

 .page-template-page-professional .cap {
	padding: 0;

 }
 .page-template-page-professional .two-cols-section {
	 border: none;
 }

 .page-template-page-professional .two-cols-section .entry {
	 width: 70%;
	}

#articles-section {
	position: relative;
	padding: 80px 0;
}

#articles-section .intro {
	width: 35%;
}

.slider-area {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

#articles-section .slider-overflow {
    position: relative;
    margin-left: calc((100vw - 1903px)/ -2);
    padding-right: calc((100vw - 1903px)/2);
    width: auto;
    box-sizing: border-box;
}


#art-slider .slide-item {
	padding:0 10px;
}
#art-slider .article {
	margin-bottom:0;
}

#art-slider .slick-prev {
	display: none !important;
}

#art-slider .slick-next {
	top: auto;
	top: 75px;
	right: calc(50% - 61px);
}

#art-slider .slick-next:after {
	width:122px;
	height:122px;
	line-height:122px;
	text-align:center;
	background:#FFF;
	border-radius:100%;
	color:#000;
	font-size:45px;
}

#downloads-section {
	padding: 130px 0;
	background-color: #F4F4F4;
}

#downloads-section .intro {
	width: 50%;
	margin-bottom: 80px;
}

#downloads-section .title {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 25px;
}

.download-item {
	display: flex;
	justify-content: space-between;
	padding:20px 20px;
	margin-bottom: 20px;
	border: #ccc 1px solid;
}

.download-item .box-icon {
	font-size: 25px;
}

.download-item .box-title {
	font-size: 20px;
	font-weight: 500;
	color: #0C263C;
	margin-bottom: 20px;
}

.download-item  .details {
	padding: 0 15px;
	width: calc(100% - 40px);
}

.download-item .box-text {

}

.download-item .box-link {
	position: relative;
	font-size: 24px;
}
.download-item .box-link a {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0px;

}

.page-template-page-professional .related-section {
	margin: 80px 0;
}
.page-template-page-professional .related-section .white-box {
	padding: 0;
}

.page-template-page-professional .related-scroll {
	padding :0;
	margin-top: 0;
}

.page-template-page-professional .related-section .title {
	margin-bottom: 50px;
}

/************SUPPLIERS PAGE*****************/
#about-brands.two-cols-section {
	border: none;

}
#suppliers-list .supplier-loop {
	margin-bottom: 25px;
}

/**********SUPPLIER SINGLE**************/
#body-section {
	padding: 70px 40px 40px 40px;
	background: #F4F4F4;
}

#body-section .content {
	width: 75%;
	padding-left: 10%;
	border-left:#000 1px solid;
}

#body-section .links {
	padding-right: 30px;
	font-size: 26px;
	width: 25%;

}

#body-section .links ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

#body-section .links a {
	display:  flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;

}

#body-section .links a span {
	text-decoration: underline;

}

#body-section .links a:hover span {
	text-decoration: none;

}

#body-section .links i {
	    transition: all 300ms 
ease;
}

#body-section .links a:hover i {
	margin-left: 10px;
}

.supplier-template-default #about-brands .title {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;

}
.supplier-template-default .related-section {
	margin: 80px 0;
}
.supplier-template-default .related-section .white-box {
	padding: 0;
}

.supplier-template-default .related-scroll {
	padding :0;
	margin-top: 50px;
}

.supplier-template-default .related-section .title {
	font-size: 48px;
	margin-bottom: 50px;
}




/*************GRAVITY****************/
#gform_confirmation_wrapper_6 {
	color:#FFF;
}

.gform_vlidation_container {
	/*display: none !important;*/
}

.gfield--type-honeypot {
	display: none !important;
}

.gfield_required {
	color:#F00;
}

.gform_hidden {
	display: none !important;
}


.gfield_radio input {
	width: auto;
	display: inline-block;
}

.gfield_radio label {
	margin-bottom:0 !important;
	margin-right:0px;
	padding-right:5px;
}

.display-label .gfield_label {
	display: block !important;
	margin-bottom:10px;
	width:100%;
}

/**************gravity checkbox and radio*************/

.gfield_checkbox li,
.gfield_radioli {
	position: relative;
	width:auto;
}

.gfield_checkbox li label {
	padding-right:5px;
	display: iline;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
	display: inline-block;
	 transform: scale(1.2);
	
}

ul.gfield_radio li label {
	
}
.gchoice label {
	display: iline;
}


/*****************GRAVITY***************/
.gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gfield {
	position: relative;
	margin-bottom:10px;
	width:100%;
}

.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
	opacity:0.7;
}
.gfield--type-honeypot,
.gfield--type-hidden {
	display: none;
}


.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
	opacity:0.7;
}

fieldset {
	border: none;
	padding:0;
	margin:0;
}


.gfield label {
	display: none;
}


.gform_fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gfield--type-hidden,
.gfield--type-honeypot {
	display: none;
}

.gfield--width-half {
	width: 49%;
}

.gfield--width-third {	
	width:32%;
	}
	
.gfield--width-quarter {
	width:24%;
}


.gform_submission_error,
.validation_message  {
	color:#FF5353;
}

.gform_confirmation_message {
	padding:15px;
	background:#FFF;
}


.gform_required_legend {
	font-size:15px;
	font-style: italic;
}
.gform-body .screen-reader-text {
	font-size:11px;
	color:#CCC;
}

.gform_fileupload_rules {
	font-size:14px;
	font-style: italic;
	margin-top:5px;
}


input[type=file]::file-selector-button {
  border:  none;
  padding:12px 20px;;
  border-radius:20px;
  background-color: #0E446E;
  color:#FFF;
  transition: 1s;
}

.gform_submission_error,
.vlidation_message  {
	color:#FF5353;
}

.gform_confirmation_message {
	padding:15px;
	background:#FFF;
}

/**************CONTACT PAGE************/

.acf-map {
	min-height:429px;
}

#contact-details {
	margin-bottom:25px;
}

#contact-details .right-panel {
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:26px;
}

#contact-details .right-panel .flex-lg {
	width:42.5%;
	background:#F7F7F7;
	padding: 87px 30px 30px 30px;
	text-align:center;
	
}

#contact-details .right-panel .mail {
	
}

#contact-details .right-panel .flex-full {
	width:100%;
	margin-top:20px;
	background:#F7F7F7;
	padding: 71px 30px 45px 30px;
	text-align:center;
}

#contact-details .right-panel .flex-sm {
	width:10%;
	text-align:center;
}

#contact-details .right-panel label {
	display: block;
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
}

#contact-details .right-panel a {
	display: block;
}

#contact-details .right-panel .social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:111px;
	font-size:49px;
	color:#000 !important;
	text-align:center;
	margin-bottom:10px;
	background:#F7F7F7;
	padding:0;

}

#contact-details .right-panel .social-icons a:last-child {
	margin-bottom:0;
}

#maincontact {
	background:#F7F7F7;
}

#maincontact .entry {
	padding:73px 83px 30px 30px;
	width:65%;
	font-size:20px;
}

#maincontact .entry h2 {
	font-size:48px;
	font-weight:500;
	margin-bottom:40px;
}

#maincontact .form-area {
	padding-top:20px;
	padding-left:60px;
	padding-bottom:80px;
}

#maincontact input, 
#maincontact textarea, 
#maincontact select {
	border: none;
    border-bottom: 1px solid #949494;
    width: 100%;
    padding: 10px 10px 46px 10px;
    border-radius: 0px;
    background: none;
    color: #000;
    font-size: 26px;
	letter-spacing:-3%;
}

#maincontact textarea {
	height:177px;
}

#maincontact .gfield {
	margin-bottom:25px;
}

.ginput_container_fileupload  {
	position: relative;
}

#maincontact .ginput_container_fileupload input  {
	position: relative;
	z-index:10;
	opacity:0;
	padding:20px 10px;
}

#maincontact .ginput_container_fileupload:before {
	position: absolute;
	z-index:1;
	content:"";
	display: block;
	width:100%;
	height:100%;
	border: none; /* Remove default CSS border */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><rect x="0" y="0" width="100%" height="100%" fill="none" stroke="%23b1b1b1" stroke-width="2" stroke-dasharray="15 5"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
	
}

#maincontact .ginput_container_fileupload:after {
	content:"צרף קובץ";
	display: block;
	position: absolute;
	z-index:2;
	top: 35px;
	width:100%;
	font-size:26px;
	text-align:center;
	letter-spacing:-3%;
}

#maincontact .gform_fileupload_rules {
	position: absolute;
	bottom: 15px;
	right:15px;
	opacity:0.7;
}

#maincontact input[type="submit"] {
	width:162px;
	max-width:100%;
	height:46px;
	line-height:46px;
	font-size:16px;
	text-align:center;
	background:#000;
	color:#FFF;
	padding:0 10px;
	font-weight:500;
}

#maincontact .gform-footer {
	text-align:right;
	margin-top:15px;
}


.page-template-page-contact #main {
	padding-bottom:0;
}

/************ =FOOTER***************/
#footer {
	position: relative;
	z-index: 200;
	background: #000;
	color: #FFF;	
	font-size:16px;
	padding:25px 0;
	}
.footer-inner {
	padding:0 24px;
}

#footer .social-icons {
	text-align: end;
}

.logo-bottom  {
	text-align: start;
}

.menu-footermenu {
	text-align:center;
}

.menu-footermenu li {
	display: inline-block;
	float: none;
}

.menu-footermenu li a {
	display: block;
	padding:7px 15px;
	color: #FFF;
	font-weight:600;
}

#bottom {
	position:relative;
	color: rgba(255,255,255, 0.4);
	font-size:13px;
	padding:15px 0;
	font-weight:300;
	border-top:rgba(255,255,255, 0.3) 1px solid;
	letter-spacing: 1.44px;
	margin-top:20px;
	}
	
#bottom a {
	color:rgba(255,255,255, 1);
}

.copyrights {
	text-align:end;
	padding: 7px 15px;
	}

.menu-bottommenu li  {
	display: inline-block;
	
}

.menu-bottommenu li a {
	display: block;
	padding:7px 15px;
	color: #FFF;
	font-weight:600;
}