@import url('https://fonts.googleapis.com/css?family=Assistant:400,700');
body	{
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
    padding-top: 180px;
}
@media screen and (max-width: 991px) {
	body {
		padding-top: 100px;
	}
}
body.post-template-elementor_canvas {
    padding-top: 0;
}
:focus {
    outline: none;
}
@media (min-width: 992px) {
	html[lang="en-US"] .col-md-1, 
	html[lang="en-US"] .col-md-2, 
	html[lang="en-US"] .col-md-3, 
	html[lang="en-US"] .col-md-4, 
	html[lang="en-US"] .col-md-5, 
	html[lang="en-US"] .col-md-6, 
	html[lang="en-US"] .col-md-7, 
	html[lang="en-US"] .col-md-8, 
	html[lang="en-US"] .col-md-9, 
	html[lang="en-US"] .col-md-10, 
	html[lang="en-US"] .col-md-11, 
	html[lang="en-US"] .col-md-12 {
		float: left;
	}
}
.wrapper.row {
	margin: 0;
    display: block;
}
section.row,
.nomarg {
	margin: 0;
}
.yellow {
    color: #ffb20e;
}
@media screen and (min-width: 1500px) {
	.container.wide {
		width: 1440px;
	}
}
@media screen and (min-width: 992px) {
	.mobile-only {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	section.row{
		display: block;
	}
	.desktop-only {
		display: none;
	}
}
.wrapper {
	padding: 0;
}
body.page-template-english .wrapper ,
body.page-template-hp .wrapper {
	padding: 0;
    margin-top: 0;
}
a:hover	{
    color: #b29000;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
a {
	color: #ffb20e;
	transition: all 0.2s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
#acp-toggle-toolbar.open,
#acp-toggle-toolbar {
    top: 200px;
    left: 0;
    z-index: 99999;
}
a.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 85px;
    right: 10px;
    display: none;
    background: rgba(179, 179, 179, 0.7);
    text-align: center;
    line-height: 60px;
    font-size: 42px;
    color: #fff;
	opacity: 0.5;
	transition: all ease-out .5s;
}
a.scrollup:hover {
	opacity: 1;
	transition: all ease-out .5s;
}
/* --------------- Menu ----------------- */
.lang-menu {
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 100px;
}
html[lang="en-US"] .lang-menu {
    float: right;
}
.lang-menu ul {
    padding: 0;
    margin: 0;
}
.lang-menu ul li {
    list-style-type: none;
}
.lang-menu ul li a {
    display: block;
    color: #fff;
}
.lang-menu ul li a:hover{
    color: #ffb20e;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(123, 123, 123, 0.25);
}
#top-header {
    height: 100px;
    background: #1D1D1E;
    /*opacity: 0.9;*/
    margin: 0;
    margin-top: 0;
    padding: 0 15px;
    -webkit-transition:margin-top 1s;
    -moz-transition:margin-top 1s;
    -o-transition:margin-top 1s;
    transition:margin-top 0.6s;
}
#nav-header {
    height: 80px;
    background: #fff;
    padding: 0 15px;
}
@media screen and (min-width:1600px) {
	#nav-header {
		padding: 0 85px;
	}
}
#nav-header .logo {
    height: 80px;
    padding: 5px 0;
}
#nav-header .logo img {
    max-height: 100%;
}
#nav-header {
    margin: 0;
    background: #fff;
    -webkit-transition:margin-top 1s;
    -moz-transition:margin-top 1s;
    -o-transition:margin-top 1s;
    transition:margin-top 1s;
}
#top-header.full {
    margin-top: -100px;
}
#nav-header.full {
}
#top-header.full,
#nav-header.full {
    -webkit-transition:margin-top 1s;
    -moz-transition:margin-top 1s;
    -o-transition:margin-top 1s;
    transition:margin-top 1s;
}
.navbar-brand {
    float: right;
    display: block;
    padding: 0;
    height: 100%;
    margin: 0;
}
html[lang="en-US"] .navbar-brand {
    float: left;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-top: 1px solid #666;
}
#nav-header.on-top .dropdown-menu {
    top: 60px;
}
@media screen and (min-width: 1200px) {
	#main-menu.navbar-nav {
		margin: auto;
		width: auto;
		float: right;
	}
}
.navbar {
    float: right;
}
html[lang="en-US"] .navbar {
    float: left;
}
.navbar-nav li {
	list-style-type: none;
}
.admin-bar #header {
    top: 32px;
}
#navbarNavDropdown,
.menu-pane {
	padding: 0;
}
.form-pop {
	float: left;
}
html[lang="en-US"] .form-pop {
	float: right;
}
/*
@media screen and (min-width: 1400px) {
	.form-pop {
		margin-left: 70px;
	}
	html[lang="en-US"] .form-pop {
		margin-left: 0;
		margin-right: 70px;
	}
}
*/
.navbar-nav {
    margin: 0;
	padding: 0;
}
.navbar-inverse .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 60px;
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 5px;
	position: relative;
}
@media screen and (min-width: 1600px) {
	.navbar-inverse .navbar-nav .nav-link {
		margin-left: 40px;
	}
}
.navbar-inverse .navbar-nav .active>.nav-link {
    color: #e4a019;
}
.navbar-toggleable-md {
    padding: 0;
    margin: 0;
}
.navbar-inverse .navbar-nav .nav-link:focus, 
.navbar-inverse .navbar-nav .nav-link:hover {
    color: #F4AC1C;
}
@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav .nav-link {
		padding: 5px 0;
	}
}
.dropdown.mega-menu {
	position: inherit;
}
.mega-menu .dropdown-menu {
	border: none;
	border-radius: 0;
	margin: .5rem 0 0;
}
.mega-menu .dropdown-menu .menu-item {
	width: auto;
    float: right;
	text-align: center;
}
.dropdown-menu .menu-item a.nav-link {
    padding: 5px 10px;
}

.dropdown-menu .menu-item a.nav-link:hover {
    background-color: #313131;
}
.mega-menu .dropdown-menu .menu-item a.nav-link	{
	font-size: 16px;
	color: #000;
	line-height: 16px;
	padding: 70px 10px 0;
	transition: all ease-in-out .3s;
	display: block;
    white-space: initial;
}
.mega-menu .dropdown-menu .menu-item a.nav-link:hover	{
	background-color: transparent;
	background-position-y: 4px;
	padding-top: 66px !important;
	transition: all ease-in-out .3s;
}
.navbar-toggleable-md .navbar-nav .mega-menu .dropdown-menu	{
	opacity: 1;
	width: 100%;
	margin: 0;
	display: none; 
}
.navbar-toggleable-md .container	{
	position: initial;
}
.navbar-toggleable-md .navbar-nav .show>.dropdown-menu 	{
	opacity: 1; 
}
.mega-menu .dropdown-menu li a	{
    background-size: 60px 60px;
}
li.vault_icon a	{
	background: url(../images/vault_menu_icon.png) center top no-repeat;
    background-size: auto 70px !important;
}
li.baas_icon a	{
	background: url(../images/baas_menu_icon.png) center top no-repeat;
}
li.iiv_icon a	{
	background: url(../images/iiv_menu_icon.png) center top no-repeat;
}
li.iir_icon a	{
	background: url(../images/iio_menu_icon.png) center top no-repeat;
}
li.rdp_icon a	{
	background: url(../images/rdp_menu_icon.png) center top no-repeat;
}
li.drs_icon a	{
	background: url(../images/drs_menu_icon.png) center top no-repeat;
}
li.ecp_icon a	{
	background: url(../images/idc_menu_icon.png) center top no-repeat;
}
li.pci_icon a	{
	background: url(../images/pca_menu_icon.png) center top no-repeat;
}
li.pcip_icon a	{
	background: url(../images/pci_menu_icon.png) center top no-repeat;
}
li.iia_icon a	{
	background: url(../images/iia_menu_icon.png) center top no-repeat;
}
li.pfs_icon a	{
	background: url(../images/pfs_menu_icon.png) center top no-repeat;
}

li.csp_icon a	{
	background: url(../images/csp_menu_icon.png) center top no-repeat;
}
li.rp7_icon a	{
	background: url(../images/rp7_menu_icon.png) center top no-repeat;
}
li.iaas_icon a	{
	background: url(../images/iaas_menu_icon.png) center top no-repeat;
}
li.avi_icon a	{
	background: url(../images/avi_menu_icon.png) center top no-repeat;
}
li.epp_icon a	{
	background: url(../images/epp_icon.png) center top no-repeat;
}
li.meraki_icon a	{
	background: url(../images/meraki_icon.png) center top no-repeat;
}
li.uem_icon a	{
	background: url(../images/uem_icon.png) center top no-repeat;
}
li.iam_icon a	{
	background: url(../images/iam_menu_icon.png) center top no-repeat;
}
li.ironport_icon a {
	background: url(../images/ironport_icon.png) center top no-repeat;
}
li.nac_icon a {
	background: url(../images/nac_icon.png) center top no-repeat;
}
li.ari_icon a {
	background: url(../images/ari_icon.png) center top no-repeat;
}

.breadbrumbs {
    text-align: right;
    color: #333;
    font-size: 14px;
	margin: 0;
    padding: 0;
	line-height: 36px;
    margin-bottom: 20px;
}
html[lang="en-US"] .breadbrumbs {
    text-align: left;
}
.crumb {
    margin-left: 3px;
}
html[lang="en-US"] .crumb {
    margin-left: 0;
    margin-right: 3px;
}
.breadbrumbs .separator,
.breadbrumbs .crumb {
	display: inline;
}
.breadbrumbs .separator {
	min-width: 20px;
    font-size: 10px;
    text-align: center;
}
.crumb::after,
.breadbrumbs .separator::after {
	content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
html[lang="en-US"] .crumb::after,
html[lang="en-US"] .breadbrumbs .separator::after {
	content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
.crumb:last-child::after{
	content: "" !important;
}
.breadbrumbs a {
    font-size: 14px;
	color: #333;
}
.quote-box{
    padding-bottom: 10px;
    font-size: 32px;
}
.q-name {
    font-size: 18px;
    color: #000;
}
blockquote {
	border: 0;
}
.quotation-mark{
	font-weight: bold;
	font-size: 100px;
	color: #f6ac1a;
	font-family: "Times New Roman", Georgia, Serif;
	line-height: 80px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 80px;
}
.arrow-bg {
    width: 0;
    height: 0;
    border-left: 840px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 160px solid #FFDF9D;
    position: absolute;
    z-index: -1;
    bottom: 0px;
}
.single-story h1 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.story-top {
	margin-bottom: 60px;
}
.single-story .story-logo {
    height: 120px;
}
.story-logo .slide-wrap img {
    max-height: 100px;
    max-width: 100px;
}
.single-story .story-logo img {
    max-height: 100%;
}
.single-story .story-quote {
    padding-top: 120px;
}
.single-story .main-text {
    margin-top: 60px;
	margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
	header .site.container {
		width: 100%;
		padding: 0 70px;
	}
	.service-categories.row {
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0 30px;
	}
	.scrollup {
		display: none !important;
	}
	.mega-menu .dropdown-menu .menu-item {
		width: auto !important;
		float: right;
		text-align: center;
	}
	.quote-box{
		padding-right: 60px;
		padding-bottom: 10px;
		font-size: 32px;
	}
	.single-story .main-text {
		column-count: 2;  
		column-gap: 30px;
	}
	.navbar-inverse .navbar-nav .nav-link {
		display: block;
	}
}
/* --------------- End Menu ----------------- */
.npd {
	padding: 0 !important;
}
#main-banner {
    position: relative;
    overflow: hidden;
    max-height: 640px;
}
.banner-description {
    position: absolute;
    top: 80px;
    right: 80px;
}
html[lang="en-US"] .banner-description {
    right: auto;
    left: 80px;
}
#hp-slider {
    position: relative;
}
#hp-slider h1 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    max-width: 580px;
}
html[lang="en-US"] #hp-slider h1 {
    max-width: 650px;
}

#page-title	{
	width: 100%;
	/* background: #ffb20e; */
	padding: 20px 0;
}
#page-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
}
.page-template-hp h1,
.english-page h1 {
    margin: 40px 0;
}
.full-screen	{
	height: 100vh;
}
.page-template-hp #hp-solutions {
	padding: 60px 0;
}
.archive #hp-solutions,
.page-template-hp #hp-solutions {
	background: linear-gradient(to bottom, #FADCA0, #fff, #fff);
}
.post-type-archive-service #hp-solutions {
	background: url(../images/solutions_bg2.png);
}
#hp-solutions .service-box .wrapper{
	padding: 0 45px 0 30px;
    padding-top: 110px;
    padding-bottom: 40px;
}
#hp-solutions .service-box .wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
#hp-solutions .service-box .wrapper a {
    color: #000;
}
#hp-solutions .service-box .wrapper h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
}
#hp-solutions .service-box .wrapper .desc {
    height: 205px;
    overflow: hidden;
}
#hp-solutions .service-box .wrapper .read-more {
    color: #EDA71E;
	font-size: 18px;
	font-weight: 600;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    line-height: 20px;
}
@media screen and (min-width: 992px) {
	#hp-solutions .swiper-button-next{
		margin-right: -165px;
		margin-top: 50px;
	}
	#hp-solutions .swiper-button-prev{
		margin-left: -165px;
		margin-top: 50px;
	}
	#hp-tesimonials .swiper-button-next {
		margin-right: -80px;
	}
	#hp-tesimonials .swiper-button-prev {
		margin-left: -80px;
	}
	.lang-menu ul li {
		margin-right: 20px;
	}
	html[lang="en-US"] .lang-menu ul li {
		margin-right: 0;
		margin-left: 20px;
	}
}
#hp-solutions h2 {
    font-size: 55px;
	font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 60px;
}
#hp-tesimonials h2 {
    color: #000000;
}
.swiper-button:hover {
	opacity: 0.5;
}
#stories-logos a:hover img {
	transform: scale(1.2, 1.2);
	transition: all ease-in-out .5s;
}
#service-category-archive #hp-solutions h1 {
	font-size: 70px;
	font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.cat-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #F4AB1B;
    margin-bottom: 20px;
}
.cat-description {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
ul.hp-services	{
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.hp-services li	{
    width: 20%;
    display: inline-block;
    float: right;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    list-style-type: none;
    margin-bottom: 50px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.english-page ul.hp-services li {
    float: left;
    height: 220px;
}
ul.hp-services li p	{
	font-size: 20px;
	line-height: 22px;
	color: #161001;
	margin-top: 1em;
	transition: all ease-in-out .5s;
}
.service-full	{
	background: url(../images/solutions_bg.png) center top no-repeat;
	background-size: cover !important;
	position: fixed;
	z-index: 99999;
	top: -1080px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	transition: all ease-in .8s;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 28px;
	color: #565659;
}
.service-full h2	{
	font-size: 2.1rem;
	font-weight: 600;
	margin-bottom: 1.5em;
}
.service-full.visible-service	{
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease-out .8s;
}
.single-service .top-section h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}
.single-service #theContent h2,
.single-service #theContent h2 span {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
.inner-srvice	{
	text-align: center;
}
.inner-srvice p	{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: .5em;
}
.close-full-srvice	{
	display: inline-block;
	float: left;
	color: #f6ac1a;
	font-weight: 700;
	font-size: 40px;
	cursor: pointer;
	margin: 60px 0 50px 0;
}
.full-service-bottom	{
	position: absolute;
	bottom: 20px;
}
#full-services-container	{
	height: 100%;
}
ul.full-service-srvices	{
	margin-top: 30px;
}
ul.full-service-srvices li	{
	list-style-type: none;
	float: left;
	width: 12.5%;
    height: 140px;
	margin: 0;
	padding: 0;
	opacity: .5;
	transition: all ease-in-out .3s;
	cursor: pointer;
}
ul.full-service-srvices li:hover, ul.full-service-srvices li.active	{
	opacity: 1;
	transition: all ease-in-out .3s;
}
ul.full-service-srvices li img	{
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    max-width: 80px;
    transition: all ease-in-out .3s;
}
ul.full-service-srvices li:hover img, ul.full-service-srvices li.active img	{
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    transition: all ease-in-out .3s;
}
.service-hover-bg	{
	width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 190px solid #f6ac1a;
    position: absolute;
    top: -20px;
    left: calc(25% - 55px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s;
}
ul.hp-services li img {
	margin-top: 0;
	transition: all ease-in-out .5s;
    max-width: 116px;
    max-height: 116px;
}
a.service-more-info	{
	height: 77px;
	background: url(../images/more_info_bg.png) center center no-repeat;
	display: flex;
	align-items: center;
	max-width: 180px;
    justify-content: center;
	float: left;
	transition: all ease-in .3s;
}
a.service-more-info.en	{
	transform: rotate(180deg);
	float: right;
}
a.service-more-info:hover	{
	text-decoration: none;
	transition: all ease-out .3s;
	background-position: left center;
}
a.service-more-info span	{
	display: inline-block;
	border: 1px solid #fff;
	background: rgba(255,255,255,.75);
	color: #565659;
	font-size: 30px;
	padding: 6px 12px;
	transition: all ease-in .3s;
}
a.service-more-info.en span	{
     transform: rotate(180deg);
}
a.service-more-info:hover span	{
	transition: all ease-in .3s;
	background: rgba(255,255,255,1);
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
#hp-tesimonials	{
	position: relative;
	background: linear-gradient(to top, #FADCA0, #fff, #fff);
	padding: 60px 0;
}
#hp-tesimonials .container, #hp-tesimonials .row, #hp-tesimonials .col-md-12	{
	position: initial;
}
@media screen and (min-width: 992px) {
	#hp-tesimonials .swiper-button-next{
		right: 0 !important;
	}
	#hp-tesimonials .swiper-button-prev{
		left: 0 !important;
	}
}
#hp-testimonials-bg	{
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#hp-testimonials-bg:before, #hp-testimonials-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#hp-testimonials-bg:before {
    right: 100%;
}

@keyframes move {
    from {transform: translateX(  0%);}
      to {transform: translateX(100%);}
}


#hp-tesimonials .flip-carousel > ul	{
	display: block;
	position: relative;
	z-index: 100;
}
#hp-tesimonials .flip-carousel > ul > li	{
	width: 100%;
}
/*
#hp-tesimonials h2	{
	font-size: 55px;
	color: #f6ac1a;
	text-align: center;
	font-weight: 300;
    margin: 1.2em 0 .3em;
    position: relative;
    z-index: 999;
}
*/
.flip-container	{
	max-width: 60%;
	margin: 20px auto;
	font-size: 32px;
	line-height: 34px;
	height: 100%;
}
#search-wrapper .understrap-read-more-link,
.single-post .understrap-read-more-link,
.testimonial-qoute .understrap-read-more-link {
	display: none;
}
.flip-container > img {
	max-height: 120px;
}
.testimonial-qoute p	{
	margin-bottom: 0;
}
.testimonial-qoute span	{
	color: #f6ac1a;
	margin-bottom: 1em;
	display: block;
}
a.testimonials-read-more	{
	position: absolute;
    bottom: 120px;
    left: calc(50% - 40px);
    color: #fff;
    max-width: 80px;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    display: block;
    line-height: 40px;
}
#hp-contact	{
	background: url(../images/contact_bg.png) left center no-repeat;
	background-size: cover;
}
#hp-contact .wpcf7, #hp-contact-en .wpcf7	{
	max-width: none;
	height: 100%;
}
.full-height	{
	height: 100%;
}
#hp-contact form, #hp-contact-en form	{
	height: 100%;
}
.center-items	{
	display: flex;
	align-items: center;
}
#hp-contact h2	{
	font-size: 70px;
	color: #fff;
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: .8em;
}
div.send-button	{
	background: url(../images/contact_button.png) center top no-repeat;
	width: 130px;
    height: 100px;
    position: relative;
}
.play-video	{
	position: relative;
	display: block;
	
}
.video-button	{
	background: url(../images/video_button.png) center top no-repeat;
	width: 200px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    right: calc(50% - 100px);
    
}
.video-button span	{
	color: #fff;
    background-color: rgba(23,51,55,.8);
    border: 1px solid #fff;
    font-size: 35px;
    position: absolute;
    top: 22px;
    padding: 4px 20px;
    right: -8px;
    transition: all .3s;
}
.video-button:hover span	{
    background-color: rgba(23,51,55,1);
}
.wpcf7 .send-button input[type=submit] {
    color: #fff;
    background-image: none;
    background-color: rgba(246,172,25,.8);
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 35px;
    position: absolute;
    top: 22px;
    padding: 4px 20px;
    right: -8px;
    transition: all .3s;
}
.wpcf7 .send-button input[type=submit]:hover	{
	background-color: rgba(246,172,25,1);
	transition: all .3s;
}
.wpcf7 .send-button-en input[type=submit] {
    color: #fff;
    background-image: none;
    background-color: rgba(246,172,25,.8);
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 35px;
    position: absolute;
    top: 22px;
    padding: 4px 20px;
    right: -8px;
    transition: all .3s;
}
.wpcf7 .send-button-en input[type=submit]:hover	{
	background-color: rgba(246,172,25,1);
	transition: all .3s;
}

.horizontal-left {
	justify-content: flex-end;
}
#hp-contact .wpcf7-response-output, #hp-contact-en .wpcf7-response-output	{
	position: absolute;
    bottom: 30px;
    max-width: 480px;
}
#hp-contact label, #hp-contact-en label {
	font-size: 20px;
	color: #565659;
}
#hp-contact textarea, #hp-contact-en textarea	{
	max-height: 180px;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea	{
	border: none;
	border-radius: 0;
}
.english-page #hp-partners h2{
	font-weight: 700;
	text-decoration: underline;
}
#hp-partners a img {
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
	transition: all ease-in-out .5s;
	height: 100%;
}
#hp-partners a:hover img {
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	transition: all ease-in-out .5s;
}
#wrapper-footer	{
	background: #565658;
	padding-top: 100px;
	margin:0;
    margin-top: 0;
}
.row.site-footer {
    border-bottom: 1px solid #717171;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.footer-socials a	{
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	font-weight: 300;
}
.copyrights {
	text-align: center;
    direction: ltr;
    padding: 10px 0 30px;
}
.footer-social-links {
    direction: ltr;
}
.bottom-logo,
.footer-social-links {
	padding: 0;
    text-align: center;
}
.bottom-logo {
    text-align: center;
    padding-left: 15px;
}
.footer-social-links li {
    display: inline-block;
}
.footer-socials i	{
	color: #fff;
	font-family: "dnait"; 
	font-size: 30px;
	vertical-align: middle;
    margin-left: 4px;
}
.footer-socials img	{
    margin: 40px 0;
}
.site-footer .menu,
.site-footer .menu > ul {
	padding-right: 0;
	padding-left: 0;
}
.site-footer .menu li	{
	float: none;
	display: block;
    margin-bottom: 20px;
}
.site-footer .menu li a {
    color: #fff;
    font-size: 18px;
    transition: all ease-in-out .3s;
    font-weight: 300;
}
.site-footer .menu li a:hover,
#menu-solutions li a:hover	{
	transition: all ease-in-out .3s;
	color: #f6ac1a;
	text-decoration: none;
}
.widget.footer {
	padding: 0;
}
.footer-block > .widget.footer {
    margin-bottom: 30px;
}
.footer-block > .wpcf7 {
    margin-top: 50px;
}
.site-footer h4 {
    color: #F4AC1C;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.site-footer h4 {
	}
}
.footer-contact	{
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	padding: 0;
    margin-top: 40px;
	text-align: center;
}
.page-template-english .footer-contact	{
	text-align: left;
}
.footer-contact a	{
	color: #fff;
	transition: all ease-in-out .3s;
}
.footer-contact a:hover	{
	color: #f6ac1a;
	transition: all ease-in-out .3s;
	text-decoration: none;
}
.footer-contact li {
	display: inline;
	margin-left: 20px;
    position: relative;
}
.footer-contact i {
	color: #fff;
	font-family: "dnait"; 
	font-size: 18px;
	vertical-align: middle;
    margin-left: 5px;
}
.copyrights {
	font-size: 11px;
	color: #fff;
}
#service-top {
	height: 290px;
	background-size: cover !important;
	position: relative;
}
.service-title-wrapper	{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
h1.service-title	{
	color: #fff;
	font-size: 50px;
	font-weight: 400;
}
.center {
	text-align: center;
}
.get-demo {
	margin: 50px auto;
}
.get-demo-btn a {
    background: #F4AC1C;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
	display: inline-block;
}
@media screen and (max-width:767px) {
	.get-demo.float {
		position: fixed;
		z-index: 9000;
		bottom: -2px;
		left: -33px;
		right: -2px;
		margin: 0;
	}
}
#single-wrapper	{
	/*padding: 30px 0 0 !important;*/
    margin-top: 0;
}
body.single-post #single-wrapper,
.story#single-wrapper {
    padding-top: 30px;
}
.story#single-wrapper {
}
#single-wrapper ul {
	padding: 0;
}
#single-wrapper ul li {
	list-style-type: none;
	margin-bottom: .5em;
	margin-right: 1.2em;
}
#single-wrapper ul li[dir="ltr"]	{
	margin-left: 1.2em;
	margin-right: 0;
}
#single-wrapper ul li[dir="ltr"]:before	{
	content: '\25B6';
	margin-left: -1.2em;
	margin-right: .2em;
}
#service-features	{
	background: #f0f0f0;
	padding: 40px 0;
}
#service-features h2	{
	font-size: 40px;
	color: #ffb20e;
	text-align: center;
}
#service-features .row	{
	padding: 20px 0;
}
#service-features h3	{
	font-size: 302x;
	color: #000;
	font-weight: 700;
	padding-top: 30px;
}
.feature-image	{
	text-align: center;
	margin-top: 30px;
}
.info-block	{
    background-size: cover !important;
    padding: 40px 0;
    display: block;
    width: 100%;
    margin: 0;
}
.info-block.has-bg	{
	color: #fff;
}
.elementor .wpcf7 input::placeholder {
	color: #000;
}
#service-contact	{
	background: url(../images/service_contact_bg.png) center center no-repeat;
	background-size: cover !important;
	text-align: center;
	padding: 40px 0;
}
#service-contact .wpcf7	{
	max-width: none;
}
.service-contact-p	{
	color: #565659;
	font-size: 25px;
	line-height: 30px;
}
#service-contact input::placeholder {
	color: #fff;
}
#service-contact input {
	margin-bottom: 30px;
}
#service-contact label	{
	font-size: 24px;
	color: #565659;
}
.service-submit input[type=submit] {
    background: #fff;
    border-radius: 25px;
    font-weight: 700;
    padding: 10px 25px;
	margin: 0;
}
.service-submit input[type=submit]:hover	{
	background: #000;
	color: #fff;
}
#feature-service-contact a {
	font-weight: bold;
}
.service-logo {
    width: 100px;
    height: 70px;
    padding: 0;
    flex: none;
    max-width: none;
    text-align: center;
}
.service-title {
    max-width: none;
}
.service-logo img {
    width: 70px;
    height: 70px;
}
ul#menu-solutions_icons_vertical_menu li:before,
#service-menu ul li:before {
    content: '' !important;
}
#service-menu ul	{
	margin: 0;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0 0 0;
    margin-bottom: 40px;
}
#service-menu ul li	{
	list-style-type: none;
	float: right;
	font-size: 20px;
	color: #292b2c;
	cursor: pointer;
	font-weight: 300;
	text-align: center;
	position: relative;
	transition: all ease-in-out .3s;
	top: 0;
    margin: 0;
}
#service-menu ul li:hover {
	top: -10px;
	transition: all ease-in-out .3s;
}
#service-menu ul li	p	{
	margin: 0;
	line-height: 20px;
	
}
#service-menu ul li i:before {
	transform: rotate(270deg);
}
@media screen and (max-width: 991px) {
	.single-service #page-title h1 {
		font-size: 34px;
	}
}
#form-section {
	min-height: 933px;
	background: url(../images/contact_bg.jpg) center center no-repeat;
	background-size: cover !important;
    background-position: -180px 0;
}
#form-section .btn-arrows-yellow {
    background: #f4ab1b;
    overflow: hidden;
    height: 60px;
    width: 180px;
    float: left;
    margin-left: 47px;
}
#form-section .btn-arrows-yellow input.wpcf7-submit {
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    color: #fff;
    background: #f4ab1b;
    font-family: 'Assistant', sans-serif;
}
#form-section .btn-arrows-yellow input.wpcf7-submit:focus,
#form-section .btn-arrows-yellow input.wpcf7-submit:active,
#form-section .btn-arrows-yellow input.wpcf7-submit:hover {
	opacity: 0.7;
    color: #fff;
}
input.wpcf7-submit,
input.wpcf7-submit:focus,
input.wpcf7-submit:active,
input.wpcf7-submit:hover {
	transition: all 0.2s ease-out;
}
#form-section .btn-arrows-yellow::after {
    content: ' ';
    position: absolute;
    width: 47px;
    height: 60px;
    background: url(../images/arrows-yellow-cut.png) center center no-repeat;
    left: 15px;
    top: 0;
    background-size: 100%;
    z-index: 21;
}
#form-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
}
#form-section .wpcf7 .wpcf7-validation-errors, #form-section .wpcf7 input[type=email], #form-section .wpcf7 input[type=tel], #form-section .wpcf7 input[type=text], #form-section .wpcf7 textarea	{
    border: 0;
    border-radius: 0;
    font-size: 1.2rem;
    background: #EFEFEF;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #565658;
}
#form-section .form-msg {
    font-size: 16px;
    font-weight: bold;
    color: #565658;
}
#form-section .wpcf7 .wpcf7-form label	{
	font-size: 22px;
}
#form-section textarea	{
	max-height: 150px;
}
#form-section div.send-button	{
	background: url(../images/contact_button_yellow.png) center top no-repeat;
	float: left;
}
#form-section .wpcf7-response-output	{
	clear: both;
	background: transparent;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#menu-solutions_icons_vertical_menu li.menu-item a,
#menu-solutions_icons_vertical_menu li.menu-item a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.read-more-buton {
    text-align: right;
    border-bottom: 1px solid #f6ac1a;
    display: inline-block;
}
.post-type-archive-story .single-story .read-more-buton {
	font-size: 16px;
}
.read-more-buton a,
.single-item.single-post .read-more-buton a {
    color: #ffb20e;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
}
.simple-arrow-button {
    font-size: 16px;
}
.simple-arrow-button:after,
.read-more:after {
    color: #ffb20e;
	content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    margin-right: 10px;
    position: absolute;
    line-height: 20px;
}
@media screen and (min-width:768px) {
	.single-item.single-post h2 {
		height: 70px;
	}
}
.read-more-buton span {
	display: inline-block;
}
.read-more-buton.active	{
	transform: rotate(180deg);
	transition: all ease-in-out .3s;
	margin-top: -50px;
}
.read-more-buton.active span	{
	transform: rotate(180deg);
}
.story-full-text	{
	display: none;
}
.story-read-more {
	margin-bottom: 50px;
}
.story-date	{
	font-size: 28px;
	color: #f6ac1a;
	margin-bottom: 0;
}
.main-stories	{
	margin: 50px 0;
}
.service-after-form	{
	padding: 60px 0 0 0;
	display: inline-block;
	width: 100%;
}
.pagination	.fa-step-forward, .pagination .fa-step-backward	{
	transform: rotate(180deg);
}
.pagination>li>a, 
.pagination>li>span {
    color: #ffb20e;
}
.page-item.active .page-link {
    background-color: #ffb20e;
    border-color: #ffb20e;
}
.page-link	{
	color: #ffb20e;
}
.pagination	{
	float: left;
}
#up-arrow	{
	background: url(../images/up_arrow.png) no-repeat;
	width: 68px;
	height: 71px;
	position: fixed;
	bottom: -50px;
	right: 50px;
	z-index: 999999;
	cursor: pointer;
	transform: scale(0.1);
	transition: all ease-in-out .3s;
	visibility: hidden;
	opacity: 0;
}
#up-arrow.visible	{
	transform: scale(1);
	transition: all ease-in-out .3s;
	visibility: visible;
	opacity: 1;
	bottom: 20px;
}
/**********************      english **/
.english-page {
	direction:ltr;
	text-align:left;
}
.english-page .big-white-title {
    text-align: left;
}
.english-about {
	background:url(../images/slide1_bg.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	color: #fff;
    font-size: 25px;
	line-height:30px;
}
.english-about p{
	max-width: 90%;
    margin: 0 auto;
	padding: 0 0 15px;
	text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 22px;
    font-weight: 300;
}
.english-about img{
	margin-bottom:10px;
}
.english-customers .fp-tableCell {
	display: table;
    table-layout: fixed;
    width: 100%;
}
.footer-en .footer-socials i {
	margin-left: 0;
	margin-right:4px;
}
.footer-en .footer-contact i {
    margin-left: 0;
    margin-right: 20px;
}
.english-page ul.hp-services li {
	cursor: auto;
}
.page-template-english .navbar li.current-menu-item:before {
    top: -20px;
}
.start-today {
    background: url(../images/video_button_en.png) center top no-repeat;
    width: 210px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
}
.start-today div{
    white-space: nowrap;
    font-size: 35px;
    line-height: 30px;
    font-weight: 500;
    color:#fff;
    font-family: Assistant, sans-serif;
	background-color: rgba(0, 0, 0, 0.75);
    padding: 7px 20px;
    border:1px solid #fff ;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.start-today:hover div{
    border:1px solid #000 ;
	background-color: rgb(255, 255, 255);
    color: #000;
}
.english-customer {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.english-customer h2	{
	font-weight: 700 !important;
}
#hp-contact-en {
	background: url(../images/EnglishContactBack.jpg) left center no-repeat;
    background-size: cover;
}
#hp-contact-en h2	{
	font-size: 70px;
	color: #fff;
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: .8em;
}
div.send-button-en	{
	background: url(../images/contact_button_en.png) center top no-repeat;
	width: 130px;
    height: 100px;
    position: relative;
}
.hamburger	{
	display: none !important;
}
#hp-contact-en .wpcf7	{
	direction: ltr !important;
}
#thanks-content	{
	min-height: 500px;
	padding-top: 80px;
}

.admin-bar .navbar-toggleable-md .navbar-nav .dropdown-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 212px;
}
#nav-header.full .navbar-toggleable-md .navbar-nav .dropdown-menu {
	top: 80px;
}
@media (max-width: 1440px) {
	.flip-container {
		font-size: 22px;
		line-height: 24px;
		max-width: 50%;
		font-weight: 600;
	}
	.testimonial-qoute	{
		font-weight: normal;
	}
	a.testimonials-read-more	{
		bottom: 120px;
	}
}
#menu-solutions_icons_vertical_menu li.menu-item {
	display: block;
    width: 100%;
	margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
#menu-solutions_icons_vertical_menu li.menu-item:before{
	display: none;
}
#menu-solutions_icons_vertical_menu li.menu-item a {
	height: 64px;
    display: block;
    color: #000;
    background-position: 0 0;
    text-align: left;
	padding: 20px 0 0 64px;
    background-size: 60px;
}
#menu-solutions_icons_vertical_menu li.menu-item a:hover {
	color: #f6ac1a;
}

/* Single Story */
#more-stories {
    padding: 40px 0;
    margin: 0;
    padding-top: 210px;
	background: linear-gradient(to bottom, #FADCA0, #fff, #fff);
}
#more-solutions {
	background: linear-gradient(to top, #FADCA0, #fff, #fff);
}
#more-solutions h3,
#more-stories h3 {
    font-size: 55px;
	font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 60px;
}
#more-stories .single-story {
	overflow: hidden;
	padding-bottom: 30px;
}
#more-stories .single-story .story-icon {
	height: 140px;
}
#more-stories .single-story .story-icon img {
	max-height: 140px;
}
#more-stories .single-story h2 {
	font-size: 24px;
    height: 80px;
}
#more-stories .single-story .excerpt {
	font-size: 14px;
	height: 110px;
	overflow: hidden;
}
#more-stories .single-story .story-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 30px);
	margin: auto;
}
.row.more-stories-bottom {
	margin: 0;
}
.isotope .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
	 -moz-transition-property: right, top, -moz-transform, opacity;
	  -ms-transition-property: right, top, -ms-transform, opacity;
	   -o-transition-property: right, top, -o-transform, opacity;
		  transition-property: right, top, transform, opacity;
}
.isotope-filter {
	margin-bottom: 30px;
}
.story-filter-btn {
    color: #000;
}
#filters-label {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.filters-select {
    border: 1px solid #ffb20e;
    background: #fff;
    color: #000;
	width: auto;
	display: inline-block;
}
.story-filter-btn.active {
    background: #ff9e0e;
    color: #fff;
}
.main-stories {
	min-height: 330px;
}
.stories > .single-story {
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.stories > .single-story .story-icon {
	height: 140px;
	text-align: center;
}
.stories > .single-story .story-icon img {
	max-height: 140px;
}
.stories > .single-story h2 {
	font-size: 24px;
    height: 80px;
    color: #000;
}
.stories > .single-story .excerpt {
	font-size: 17px;
	height: 120px;
	overflow: hidden;
    color: #000;
}
.stories > .single-story .story-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 30px);
	margin: auto;
}

#archive-wrapper #back-to-all {
	display: none;
}
#top-button-lg {
	text-align: center;
}
.yellow-btn,
#top-button-lg .btn {
    color: #000;
    background: #ffb20e;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all .3s;
    margin: 0 auto;
    cursor: pointer;
    float: right;
}
.yellow-btn a {
	color: #000;
}
#back-to-all .btn {
    color: #fff;
    background-image: none;
    background-color: rgb(246, 172, 26);
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    font-family: 'Assistant', sans-serif;
    font-size: 28px;
    padding: 4px 20px;
    transition: all .3s;
    width: 330px;
    margin: 60px auto;
	cursor: pointer;
}
.parters-segment h3 {
    color: #f6ac1a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.parters-segment {
	text-align: center;
	margin-bottom: 5px;
}
.parters-segment .hp-partner-col {
	display: inline-block;
    width: calc(100% / 6 - 5px);
    padding: 15px;
    height: 80px;
}
@media screen and (max-width:767px) {
	.parters-segment .hp-partner-col {
		display: block;
		width: 100%;
	}
}

/* Blog */
.single-post #sidebar img {
    border: 1px solid #ddd;	
    margin: 30px 0;
}
.posts > .single-post .post-image {
    /*height: 200px;*/
    padding: 0;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
}
.posts > .single-post .post-image img {
    width: 100%;
    max-height: none;
    max-width: none;
}
.posts > .single-post .post-date {
    font-size: 14px;
    color: #000;
	margin-bottom: 0;
	display: none;
}
.posts > .single-post .excerpt {
	font-size: 16px;
    text-align: justify;
    height: 115px;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-item.single-post {
	margin-bottom: 40px;
}
.single-item.single-post a {
    color: #292b2c;
}
.single-item.single-post .post-title {
	height: 80px;
}
.single-post #more-posts h2 {
	height: 70px;
}
/* FullPage Nav*/
#scroll-nav {
    position: fixed;
    left: 40px;
	bottom: 0px;
    z-index: 9999;
}
@media screen and (max-width: 991px){
	#scroll-nav {
		left: 10px;
	}
}
#scroll-nav {
	padding: 0;
}
#scroll-nav li {
	list-style-type: none;
}
#scroll-nav li a {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #ffb20e;
    display: block;
    margin: 10px 0;
}
#scroll-nav.negate li a {
	border-top: 18px solid #565659;
}
#scroll-nav.negate li.active a,
#scroll-nav li.active a {
	border-top: 18px solid #a4a3a4;
}
/* EU Cookie*/
.ginger_message {
	text-align: right;
    direction: rtl;
	padding: 15px !important;
    margin: 0 !important;
}
.ginger_btn {
	float: left !important;
}
@media screen and (max-width: 991px) {
	#slide-1-layer-2 {
		padding: 0 30px !important;
	}
	#slide-1-layer-2 h1 {
		font-size: 26px !important;
	}
}
.top-bar-info a {
	color: #fff;
}
.nopad {
	padding: 0;
}
@media screen and (min-width: 992px) {
	.top-bar-info {
		float: left;
		margin: 25px auto;
	}
	html[lang="en-US"] .top-bar-info {
		float: right;
	}
	.header-links {
		float: left;
	}
	html[lang="en-US"] .header-links {
		float: right;
	}
	.footer-block {
		padding: 0 40px;
	}
}
@media screen and (max-width: 991px) {
	.hamburger {
		left: 0;
		float: left;
		margin: 0 !important;
		padding: 25px !important;
		outline: none !important;
	}
	.desktop-only {
		display: none;
	}
	.content-area {
		padding-top: 40px;
	}
	.top-bar-info {
		position: absolute;
		top: 30px;
		left: 150px;
		right: 80px;
	}
	.header-links {
		float: right;
	}
	html[lang="en-US"] .header-links {
		float: left;
	}
	.header-links-item a span {
		display: none;
	}
	.header-links-item a  {
		border: 0;
	}
	#top-header {
		height: auto;
	}
	#nav-header {
		height: auto;
		padding: 0;
	}
	.menu-pane {
		padding: 0;
	}
	#nav-header .container {
		width: 100%;
	}
	.pad-top-40 {
		padding-top: 40px;
	}
	.navbar {
		padding: 0;
		border: 0;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		min-height: 0;
	}
	body {
		padding-top: 80px;
	}
	#header {
		height: 80px;
	}
	#navbarNavDropdown {
		width: 100%;
		padding: 0;
		height: 600px;
		overflow: scroll;
	}
	.nopad-m {
		padding: 0;
	}
	#wrapper-footer .row {
		display: block;
		margin: 0;
	}
	#wrapper-footer {
		position: absolute;
	}
}
.header-links {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.search-box {
    margin: 10px 30px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    width: 300px;
}
@media screen and (max-width: 991px) {
	.search-box {
		display: none;
	}
}
.search-form {
    position: absolute;
    right: -242px;
    width: 240px;
    margin: 0;
}
html[lang="en-US"] .search-form {
    right: auto;
    left: -242px;
}
.search-form input.field {
    padding: 0 5px;
    line-height: 28px;
    height: initial;
    border-radius: 0 !important;
    background: transparent;
    color: #ffffff;
    border-bottom: 1px solid #a8a8a8;
    margin-left: 10px;
    outline: none;
    box-shadow: none;
}
.search-form input.submit {
    background: transparent;
    border-color: #f6ac19;
    border-radius: 20px !important;
    padding: 0 10px;
}
.search-btn {
    background: url(../images/Search.png) center center no-repeat;
    width: 30px;
    height: 30px;
    background-position: center;
    float: left;
    text-align: center;
    padding: 0;
	cursor: pointer;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
html[lang="en-US"] .search-btn {
    float: right;
}
.row-bs {    
	display: block;
    margin: 0;
}
@media screen and (min-width: 768px) {
	.custom-logo-link {
		display: block;
		padding: 0;
		height: 100%;
	}
	.custom-logo-link img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
		width: auto;
	}
	.header-links-item i {
		font-size: 18px;
		line-height: 30px;
		float: left;
		margin-right: 10px;
		margin-left: -10px;
	}
	.header-links-item a {
		color: #fff;
		font-weight: 500;
		font-size: 22px;
		padding: 7px 30px;
		text-decoration: none;
		transition: all ease-out .5s;
		display: block;
	}
	.header-links-item:first-child a {
		border: 1px solid #F4AC1C;
		color: #F4AC1C;
		border-radius: 25px;
	}
	.header-links-item {
		list-style-type: none;
		display: inline-block;
		margin-right: 20px;
	}
}
@media screen and (max-width: 991px) {
	.header-links-item {
		list-style-type: none;
		display: inline-block;
		margin-left: 5px;
	}
	.header-links-item i {
		font-size: 24px;
		padding-right: 0;
	}
	.header-links-item a {
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		border: 0;
		padding: 5px 10px;
		display: block;
		text-decoration: none;
	}
}
.header-links-item a {
	position: relative;
	transition: all ease-out .5s;
}
@media screen and (min-width: 768px) {
	.header-links-item a:hover{
		color: #FFF;
		transition: all ease-out .5s;
	}
}
.header-links-item a.color {
    color: #F4AC1C;
	transition: all ease-out .5s;
}
.header-links-item:first-child a:hover {
	border: 1px solid #fff;
	color: #fff;
}
.lang-menu a,
.lang-menu a:hover,
.navbar-inverse .navbar-nav .nav-link,
.navbar-inverse .navbar-nav .nav-link:hover {
	transition: all ease-out .5s;
}
/* ACP (accessibilty plugin) */
@media screen and (max-width: 991px) {
	#acp-toggle-toolbar.small {
		top: 70px;
		left: 10px;
	}
	.lang-menu {
		display: none;
	}
}
#acp-toggle-toolbar {
    background-color: #f4ac1c;
}
.service-template-default #main #content .row > .col-md-4 {
	text-align: center;
}
.service-template-default #main #content .row > .col-md-4 > div {
    margin-bottom: 100px !important;
}

@media screen and (min-width: 992px) {
	#hp-contact-form-top {
		background: url(../images/top-cf-bg.png) center center no-repeat;
		background-size: initial;
		padding: 60px 0;
	}
}
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=text] {
	line-height: 40px;
	font-size: 1.4em;
	font-family: 'Assistant', sans-serif;
}
#service-contact .wpcf7 input[type=tel],
#service-contact .wpcf7 input[type=number],
#service-contact .wpcf7 input[type=email],
#service-contact .wpcf7 input[type=text],
#hp-contact-form-top .wpcf7 input[type=tel],
#hp-contact-form-top .wpcf7 input[type=number],
#hp-contact-form-top .wpcf7 input[type=email],
#hp-contact-form-top .wpcf7 input[type=text] {
	line-height: 40px;
	font-size: 20px;
	font-family: 'Assistant', sans-serif;
	width: 100%;
	background: #D8950A;
	color: #fff;
	text-align: right;
	padding: 0 10px;
	border: 1px solid #F7CC72;
	border-radius: 10px;
}
html[lang="en-US"] .wpcf7 input {
	text-align: left !important;
}
.english-page #hp-contact-form-top .wpcf7 input{
    direction: ltr;
    text-align: left;
}
@media screen and (max-width: 991px) {
	#hp-contact-form-top {
		background: url(../images/top-cf-bg.png) center center no-repeat;
		background-size: auto 100%;
		background-position: -250px 0;
		padding: 100px 0;
		overflow: hidden;
	}
}
#hp-contact-form-top h2 {
	font-weight: 700;
    color: #565658;
    margin-bottom: 20px;
}
.contact-pop {
    margin: 0;
    text-align: center;
    background: #ffb20e;
}
.contact-pop .title {
	font-size: 55px;
    color: #000;
    margin: auto;
    padding: 15px 0;
    font-weight: 600;
}
.contact-pop .btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 25px;
    margin-top: -10px;
    padding: 10px 40px;
    margin-right: 30px;
    font-size: 20px;
	cursor: pointer;
}
.contact-pop .btn,
.contact-pop .title {
    display: inline-block;
}
.big-white-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
}
html[lang="en-US"] .big-white-title {
    text-align: left;
}
#service-contact .form-wrapper {
    margin: auto;
	text-align: center;
}
.form-title {
    font-weight: 700;
    font-size: 48px;
    text-align: right;
    color: #000;
}
html[lang="en-US"] .form-title {
    text-align: left;
}
.english-page .wpcf7-form-control {
    text-align: left;
}
.wpcf7-form-control-wrap,
#hp-contact-form-top .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.wpcf7-form-control::placeholder,
.wpcf7 input::placeholder {
	font-size: 18px;
	color: #fff;
}
.postid-1618 .wpcf7 input::placeholder {
	font-size: 18px;
	color: #000;
}
#hp-contact-form-bottom .form-wrapper input[type="submit"] {
	background: url(../images/double_arrow_left_yellow_long.png) center center no-repeat;
    background-size: 100%;
	height: 60px;
	width: 340px;
	margin: auto;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    padding-left: 50px;
}
#service-contact .form-wrapper input[type="submit"],
#hp-contact-form-top .form-wrapper input[type="submit"] {
    background: #fff;
    height: 60px;
    width: auto;
    margin: auto;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 38px;
    border: 0;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(102, 102, 102, 0.4);
	padding: 0 20px;
}
#service-contact .form-wrapper input[type="submit"] {
    margin: 0;
	min-width: 200px;
}
.english-page #hp-contact-form-top .form-wrapper input[type="submit"] {
    padding: 0 40px;
    line-height: 50px;
    display: block;
    height: auto;
}
#service-contact .form-wrapper input[type="submit"]:active,
#hp-contact-form-top .form-wrapper input[type="submit"]:active,
#hp-contact-form-top .form-wrapper input[type="submit"]:focus {
    outline: none;
	box-shadow: none;
}
#service-contact .form-wrapper .wpcf7,
#hp-contact-form-bottom .form-wrapper .wpcf7,
#hp-contact-form-top .form-wrapper .wpcf7 {
    max-width: 100%;
}
#service-contact .form-input-row,
#hp-contact-form-bottom .form-input-row,
#hp-contact-form-top .form-input-row {
    margin-bottom: 25px;
}
#service-contact .form-input-row input,
#hp-contact-form-bottom .form-input-row input,
#hp-contact-form-top .form-input-row input {
    margin-bottom: 0;
}
#service-contact .form-input-row-top-m,
#hp-contact-form-bottom .form-input-row-top-m,
#hp-contact-form-top .form-input-row-top-m {
    text-align: center;
    margin-top: 25px;
}
#service-contact .form-top-text,
#hp-contact-form-bottom .form-top-text,
#hp-contact-form-top .form-top-text {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
#service-contact .wpcf7-response-output,
#hp-contact-form-bottom .wpcf7-response-output,
#hp-contact-form-top .wpcf7-response-output {
    margin: 0;
    background: transparent;    
	border: none !important;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
    bottom: 0;
}
#hp-contact-form-bottom .wpcf7 .wpcf7-not-valid-tip,
#hp-contact-form-top .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    line-height: 20px;
    font-size: 15px;
}
#service-contact .form-title {
	font: Bold 48px/68px Assistant;
}
.english-page #hp-contact-form-bottom .wpcf7 .wpcf7-not-valid-tip,
.english-page #hp-contact-form-top .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: auto;
    line-height: 20px;
    font-size: 15px;
}
@media screen and (min-width: 992px) {
	#hp-section-3 {
		background: url(../images/server_bg.png) center center no-repeat;
		background-size: cover;
		padding: 100px 0;
		color: #565658;
		background-position: 60% 0;
	}
	.english-page #hp-section-3 {
		background: url(../images/server_bg_en.png) center center no-repeat;
		background-size: initial;
		padding: 100px 0;
		color: #565658;
		background-position: 60% 0;
	}
	.pad-left-100 {
		padding-left: 200px;
	}
	.p120 {
		
	}
}
@media screen and (max-width: 991px) {
	#hp-section-3 {
		background: url(../images/server_bg.png) center center no-repeat;
		background-size: cover;
		padding: 50px 0;
		color: #565658;
	}
	.english-page #hp-section-3 {
		background: url(../images/server_bg_en.png) center center no-repeat;
		background-size: cover;
		padding: 50px 0;
		color: #565658;
	}
}
#hp-section-3 h2 {
	font-weight: 600;
	color: #F4AC1C;
}
#hp-section-3 p {
    font-weight: 400;
	margin-bottom: 30px;
	font-size: 24px;
}
.service-row  {
	position: relative;
}
.service-row .swiper-wrapper {
    margin-bottom: 60px;
}
.swiper-container {
    padding: 0 10px;
}
#services_related_stories .swiper-container {
    margin-bottom: 30px;
}
#services_related_stories .slide-wrap {
    text-align: center;
    max-height: 80px;
}
#services_related_stories .slide-wrap img {
    max-height: 80px;
	width: auto;
}
#services_related_stories h2 {
    padding: 30px 0;
    margin: 0;
    font-size: 55px;
    font-weight: 600;
    color: #000;
}
#hp-articles .article-wrap {
    display: block;
    height: 605px;
    background: #fff;
    text-decoration: none;
    color: #000000;
    text-align: right;
    padding: 30px;
    border-radius: 25px;
}
#hp-articles .article-wrap .read-more-url a:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    position: absolute;
    font-size: 10px;
    line-height: 28px;
}
#hp-articles .article-wrap .slide-content {
    height: 360px;
    overflow: hidden;
}
#hp-articles .article-wrap .excerpt {
    height: 180px;
    overflow: hidden;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
	#hp-articles .slide {
		margin-bottom: 30px;
	}
}
#hp-tesimonials .slide-wrap {
    display: block;
    height: 410px;
    padding: 15px;
    text-decoration: none;
    color: #000000;
}
.slide-content {
	padding: 0 15px;
}
#hp-articles .article-wrap h3 {
    font-size: 29px;
    color: #000000;
    font-weight: bold;
    height: 100px;
    overflow: hidden;
}
#hp-tesimonials .slide-wrap h3{
    color: #000000;
    text-align: right;
    font-weight: bold;
    margin: 0;
    font-size: 32px;
    margin-bottom: 10px;
}
#hp-tesimonials .slide-wrap .subtitle{
    color: #000000;
    text-align: right;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
#hp-articles .article-wrap img {
	width: 100%;
	margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
#hp-tesimonials .slide-wrap img {
	margin-bottom: 20px;
}
#hp-articles .slide,
#hp-tesimonials .slide {
    margin-top: 10px;
}
#hp-articles h2,
#hp-tesimonials h2 {
	font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-align: right;
	font-size: 56px;
}
.page-template-hp #hp-articles h2,
.tax-service_category #hp-articles h2 {
    color: #fff;
}
@media screen and (min-width: 992px) {
	.single-story #service-contact h2,
	#hp-contact-form-top h2,
	#hp-partners h2,
	#hp-solutions h2,
	#hp-contact-form-bottom h2,
	#hp-tesimonials h2 {
		font-size: 56px;
		color: #000000;
		margin-bottom: 20px;
	}
	#hp-section-3 h2 {
		font-size: 56px;
	}
	.big-white-title {
		font-size: 55px;
		line-height: 70px;
		font-weight: 500;
		padding: 0 60px;
	}
}
#stories-logos {
    padding: 30px 0;
}
#stories-logos .swiper-wrapper {
	margin: 0;
}
#stories-logos .slide-logo-wrap img {
    width: auto;
    height: auto;
    max-width: 125px;
    max-height: 80px;
}
#stories-logos .invert_color img {
	filter: grayscale(100%);
}
.slide-wrap .testimonial-qoute {
    color: #565658;
    text-align: right;
    max-height: 155px;
    overflow: hidden;
}
.slide-wrap .testimonial-source {
    text-align: right;
    color: #f4ac1b;
}
#hp-tesimonials .slide-wrap .testimonial-source {
    font-size: 14px;
    position: absolute;
    bottom: 0;
}
.btn-yellow-round {
    font-size: 20px;
    background: #ffb20e;
    color: #000;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    margin: 15px 0;
    cursor: pointer;
	transition: all 0.2s ease-out;
}
.understrap-read-more-link {
    display: none;
}
.btn-black-arrows {
	display: inline-block;
	text-align: center;
    font-weight: 700;
	color: #000000;
	line-height: 35px;
	padding: 5px 25px;
	border-radius: 25px;
	background: #ffb20e;
    font-size: 20px;
    margin: 20px 0;
	transition: all 0.2s ease-out;
}
.floating-form .form-input-row-top-m input[type="submit"]:hover,
.footer-block .wpcf7 input[type="submit"]:hover,
.btn-black-arrows:hover,
.btn-yellow-round:hover {
    opacity: 0.7;
	transition: all 0.2s ease-out;
}
@media screen and (min-width: 992px) {
	.more-articles-link ,
	.more-stories-link {
		display: inline-block;
	}
}
@media screen and (min-width: 992px) {
	.btn-yellow-arrows {
		float: left;
		font-weight: bold;
		color: #F4AC1C;
		line-height: 35px;
		font-size: 35px;
		padding-left: 40px;
		margin-bottom: 75px;
	}
}
@media screen and (max-width: 991px) {
	.btn-yellow-arrows {
		text-align: center;
		font-weight: bold;
		color: #F4AC1C;
		line-height: 35px;
		font-size: 35px;
		padding-left: 40px;
		margin-bottom: 75px;
	}
}
.btn-yellow-arrows::after {
	content: ' ';
    background: url(../images/double_arrow_left_yellow.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    height: 20px;
    width: 15px;
    margin-top: 10px;
    margin-right: 5px;
}
.btn-yellow-arrows:hover {
	color: #F4AC1C;
}
.floating-form {    
	display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.floating-form .img-show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.floating-form .inner {    
	width: 480px;
    margin: auto;
    padding: 40px 110px;
	background: url(../images/bg-480.png) center center no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.floating-form .title {
    font-size: 70px;
    font-weight: 700;
    color: #000;
}
.floating-form div.wpcf7-response-output {
    position: absolute;
    bottom: 120px;	
    color: #7c2727;
}
.floating-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 3px;
    font-size: 14px;
    color: #7c2727;
}
.floating-form .subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.floating-form .img-show .wpcf7 {
    padding-bottom: 140px;
}
.floating-form .img-show .wpcf7 input {
    background: #D8950A;
	border: 1px solid #F7CC72;
	font-size: 18px;
    margin-bottom: 20px;
}
.floating-form .img-show .close {
    right: 15px;
    top: 15px;
}
.floating-form .img-show .wpcf7 input::placeholder {
	color: #fff;
}
.floating-form .img-show .form-input-row-top-m {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	text-align: center;
    border-radius: 0 0 25px 25px;
}
.floating-form .form-input-row-top-m input[type="submit"] {
    color: #000;
    background: #f5af21;
    margin: 35px 0;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 25px;
	transition: all 0.2s ease-out;
}
#hp-articles {
	background: url(../images/75808337_l.png) center center no-repeat;
	background-size: cover;
    padding-bottom: 10px;
	padding-top: 60px;
    position: relative;
}
@media screen and (min-width: 992px) {
	#hp-contact-form-bottom {
		background: url(../images/bottom-cf-bg.png) center center no-repeat;
		background-size: cover;
		padding: 30px 0;
	}
}
@media screen and (max-width: 991px) {
	#hp-contact-form-bottom {
		background: url(../images/bottom-cf-bg.png) center center no-repeat;
		background-size: auto 100%;
		background-position: -250px 0;
		padding: 30px 0;
	}
}
#hp-partners h2,
#hp-contact-form-bottom h2 {
	font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
#hp-partners {
	background: rgba(255, 255, 255, 0.7);
	padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
#side-contact {
	background: url(../images/side-contact.png) center center no-repeat;
    background-position: top;
    background-size: 100%;
    position: fixed;
    left: -510px;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: 1001;
    box-shadow: 0px 0px 10px #6d6d6d;
}
#side-contact.dark {
	background: url(../images/side-contact-dark.png) center center no-repeat;
    background-position: top;
    background-size: 100%;
    position: fixed;
    left: -510px;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: 1001;
    box-shadow: 0px 0px 10px #6d6d6d;
}
.admin-bar #side-contact {
	top: 32px;
}
#side-contact .inner {
    padding: 0 80px;
}
#side-contact .upper {
    margin-top: 150px;
    margin-bottom: 30px;
    text-align: center;
}
#side-contact.dark .upper {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
#side-contact .main-yellow-title {
    font-size: 38px;
    font-weight: 700;
    color: #f4ad16;
}
#side-contact.dark .main-yellow-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #f4ad16;
}
#side-contact .secondary-black-title {
    font-size: 26px;
    font-weight: bold;
	color: #555557;
}
#side-contact .secondary-white-title {
    font-size: 26px;
    font-weight: bold;
	color: #fff;
}
#side-contact .wpcf7 input[type=tel], 
#side-contact .wpcf7 input[type=number], 
#side-contact .wpcf7 input[type=email], 
#side-contact .wpcf7 input[type=text] {
    line-height: 43px;
    font-size: 1.4em;
    border: 1px solid #cacaca;
    font-family: assistant;
}
.footer-block .wpcf7 input[type=tel], 
.footer-block .wpcf7 input[type=number], 
.footer-block .wpcf7 input[type=email], 
.footer-block .wpcf7 input[type=text] {
    background: #626262;
    border: 1px solid #9B9B9B;
    font-size: 18px;
    color: #fff;
}
.footer-block .wpcf7 input[type="submit"] {
    background: #f4ac1c;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    border-radius: 25px;
    color: #000;
    padding: 10px;
	transition: all 0.2s ease-out;
}
#side-contact #side-contact-label {
	position: fixed;
    width: 50px;
    height: 140px;
    background: #F4AC1C;
    color: #fff;
    top: calc(50% - 70px);
    margin-right: -50px;
    cursor: pointer;
}
#side-contact-label:after {
	content: 'צור קשר';    
	transform: rotate(90deg);
    display: block;
    width: 140px;
    height: 50px;
    position: absolute;
    left: -45px;
    top: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
}
#side-contact-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 19px;
    color: #f2f3f2;
    background: #555557;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	cursor: pointer;
	background: url(../images/close_dark.png) center center no-repeat;
}
.dark #side-contact-close {
	background: url(../images/close_white.png) center center no-repeat;
}
#side-contact .secondary#side-contact-label {
    position: fixed;
    width: 50px;
    height: 190px;
    background: #F4AC1C;
    color: #fff;
    top: calc(50% - 70px);
    margin-right: -50px;
    cursor: pointer;
}
.secondary#side-contact-label:after {
	content: 'הזמנת Live Demo';transform: rotate(90deg);
    display: block;
    width: 190px;
    height: 40px;
    position: absolute;
    left: -65px;
    top: 75px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
}
@media screen and (max-width: 991px) {
	#side-contact {
		width: 300px;
		left: -310px;
	}
	#side-contact .inner {
		padding: 30px;
	}
}
.dark .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: -50px;
    font-size: 12px;
    display: block;
    left: 0;
    min-width: 70px;
    z-index: 999;
}
.icon-round-table {
    padding-right: 29px;
    position: relative;
}
.icon-round-table:after {
	content: ' ';
	width: 22px;
    height: 22px;
    background: url(../images/roundtable.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 991px) {
	.icon-round-table:after {
		top: -8px;
		right: -10px;
	}
}
.icon-location-full,
.icon-contact-full,
.icon-mail-full {
    padding-right: 40px;
}
.icon-location-full:after {
	content: ' ';
	width: 16px;
    height: 20px;
    background: url(../images/Pointer_.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 7px;
    top: 7px;
}
.icon-contact-full:after {
	content: ' ';
	width: 20px;
    height: 18px;
    background: url(../images/Phone_F.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 7px;
    top: 5px;
}
.icon-mail-full:after {
	content: ' ';
	width: 24px;
    height: 16px;
    background: url(../images/envelope.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 7px;
    top: 5px;
}

@media screen and (max-width: 991px) {
	
	.site {
		width: 100%;
	}
	.custom-logo-link {
		float: left !important;
		margin: 5px 0;
	}
	.custom-logo-link img {
		max-height: 50px;
		width: auto;
		margin-left: 15px;
		margin-top: 15px;
	}
	#hp-contact-form-top h2,
	#hp-contact-form-bottom h2,
	#hp-articles h2, 
	#hp-solutions h2,
	#hp-tesimonials h2 {
		font-size: 38px;	
	}
	.big-white-title {
		font-size: 24px;
	}
	#hp-contact-form-top .big-white-title {
		text-align: right;
	}
	.english-page #hp-contact-form-top .form-top-text,
	.english-page #hp-contact-form-top .big-white-title {
		text-align: left;
	}
	#hp-contact-form-bottom .form-top-text, 
	#hp-contact-form-top .form-top-text {
		font-size: 22px;
		text-align: right;
	}
	#hp-contact-form-top h2 {
		margin-bottom: 10px;
	}
	.footer-contact li {
		display: block;
		margin-left: 20px;
		position: relative;
		text-align: right;
		margin-bottom: 20px;
	}
	.footer-block {
		margin-bottom: 30px;
	}
	.bottom-logo {
		padding: 0;
		text-align: center;
	}
	.footer-social-links li {
		float: none;
	}
}
@media screen and (max-width:767px){
	#side-contact,
	#acp-toggle-toolbar {
		display: none;
	}
	.elementor-widget-container iframe {
		max-width: 100%;
	}
}
#search-wrapper h1 {
    margin-bottom: 40px;
}
#search-wrapper article {
    border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#search-wrapper article h2 {
	font-size: 22px;
}
.fa.fa-search::after {
	content: '\f002';
	color: #fff;
}
.elementor-section .elementor-container {
    display: block !important;
}


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

#single-wrapper .site-main ul,
#single-wrapper .top-section ul,
#single-wrapper #service-features ul,
#single-wrapper #theContent ul {
    padding-right: 20px;
}
#single-wrapper .site-main ul li,
#single-wrapper .top-section ul li,
#single-wrapper #service-features ul li,
#single-wrapper #theContent ul li{
    margin-right: 0;
    position: relative;
}
#single-wrapper .site-main ul li:before,
#single-wrapper #service-features ul li:before,
#single-wrapper #theContent ul li:before {
	font-family: "dnait";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e800';
    position: absolute;
    right: -20px;
    margin-top: 6px;
	color: #f4ab1b;
}
#single-wrapper .site-main ul li[dir="ltr"]:before,
#single-wrapper #service-features ul li[dir="ltr"]:before,
#single-wrapper #theContent ul li[dir="ltr"]:before {
    left: -20px;
    transform: rotate(180deg);
    margin-right: .2em;
    margin-left: 0;
}
.elementor-shortcode .wpcf7 input {
    font-family: assistant;
    margin-bottom: 0 !important;
}
.elementor-shortcode .wpcf7 .form-input-row {
    margin-bottom: 30px;
}
.elementor-shortcode .wpcf7 .wpcf7-submit {
    background-color: #f6ab20;
    border-color: #f6ab20;
    color: #000;
    font-size: 22px;
    border-radius: 25px;
    display: block;
    padding: 10px 25px;
    margin: auto;
}
.popup{
    width: 900px;
    margin: auto;
    text-align: center
}
.popup img{
    width: 200px;
    height: 200px;
    cursor: pointer
}
.showBoxPop {
	cursor: pointer;
}
.showBox{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.showBox .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.showBox .img-show{
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    padding: 25px;
    box-shadow: 0 0 10px #000;
}
.img-show .close {
	position: absolute;
    top: 0;
    right: 5px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.single-service #hp-articles {
    margin: 0;
    padding: 0;
}
.single-service #hp-articles .articles-overlay{
    margin: 0;
    padding: 200px 0 0 0;
    background: rgba(0, 0, 0, 0.6);
}
.single-service #hp-articles .articles-overlay > .container {
    margin-bottom: 60px;
}
.single-service #hp-articles .big-title {
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
}
.yellow-strip {
    padding: 0;
}
.articles-overlay .yellow-strip {
    margin: 100px 0 10px;
}
#more-services h3 {
	font-size: 24px;
    height: 80px;
    margin-top: 30px;
    color: #000;
}
@media screen and (min-width: 992px) {
	.service-row {
		padding: 0 60px;
	}
	#more-services .single-service-logo .service-icon {
		text-align: center;
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 180px;
	}
	.dropdown-menu .menu-item {
		
		float: none;
		display: block;
	}
	.navbar-toggleable-md .navbar-nav .mega-menu .dropdown-menu	{
		background: url(../images/solutions_bg2.png);
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.14);
	}
	.service-categories .service-category {
		padding: 0 30px;
	}
	.service-categories .service-category .wrapper .icon {
		left: 40px;
	}
	html[lang="en-US"] .service-categories .service-category .wrapper .icon {
		left: auto;
		right: 40px;
	}
	#main-menu .caret {
		position: absolute;
		left: -7px;
		top: 38px;
	}
}
.single-service-excerpt {
    height: 245px;
    overflow: hidden;
}
.en-contact-us-btn-services {
    background: #f7b215;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0;
    margin: 40px 0;
    cursor: pointer;
}

.banner-404 {
	height: 260px;
	background: url(../images/404_image.png) center center no-repeat;
	color: #fff;
	text-align: center;	
	font-size: 40px;
	font-weight: 600;
}
.banner-404 h1 {
    font-size: 160px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 20px;
    line-height: 1;
    margin: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.page-404 #searchform {
    width: 80%;
    margin: 50px auto;
}
.page-404 #searchform input[type="text"] {
    background-color: #e6e6e7;
    border-radius: 0;
    width: 100%;
    line-height: 50px;
    padding: 20px 10px;
    border: 1px solid #e6e6e7;
}
.page-404 #searchform #searchsubmit {
    background: #F4AC1C;
    border-color: #F4AC1C;
    border-radius: 0;
    font-family: Assistant;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    box-shadow: none;
    outline: none;
}
.page-404 #searchform .input-group-btn::before {
    content: ' ';
    position: absolute;
    width: 47px;
    height: 42px;
    background: url(../images/arrows-yellow-cut.png) center center no-repeat;
    left: -47px;
    top: 0;
    background-size: 100%;
    z-index: 21;
	transition: all 0.2s ease-out;
}
.page-404 #searchform .input-group-btn:hover::before {
    left: -42px;
	transition: all 0.2s ease-out;
}
.page-404 #more-info-404 h3 {
    color: #F4AC1C;
    font-family: Assistant;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 38px;
}

.posts-loop{
    border-right: 1px solid #ddd;
    margin-bottom: 40px;
}	
.recent-post-item {
    margin-bottom: 30px;
    height: 100px;
}
.recent-post-item img {
    width: 100px;
    float: right;
}
.recent-post-item h2 {
    color: #565658;
    font-size: 18px;
    width: calc(100% - 100px);
    float: left;
    padding-top: 30px;
    padding-right: 10px;
    font-weight: 600;
}
@media screen and (max-width:767px) {
	.banner-404 {
		font-size: 24px;
	}
	.posts-loop{
		border-right: 0;
	}	
}
#single-wrapper ul li.quick_link {
    margin-right: 15px;
}
li.quick_link a {
    color: #565658;
    font-size: 18px;
    font-weight: 600;
}
li.quick_link:before{
    content: ' ';
    background: url(../images/small_service_arrow.png) center center no-repeat;
    position: absolute;
    right: 20px;
    height: 14px;
    width: 8px;
    margin-top: 7px;
}

#post_archives_links h3 {
    font-weight: 600;
    color: #f4ac1c;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    font-size: 36px;
}

#category_archives_links h3 {
    font-weight: 600;
    color: #f4ac1c;
    margin-bottom: 30px;
    font-size: 36px;
}
#left-sidebar {
	float: left;
}
#right-sidebar {
	float: right;
}
@media screen and (max-width:480px) {
	.ring {
		-webkit-animation: ring 7s .7s ease-in-out infinite;
		-webkit-transform-origin: 50% 4px;
		-moz-animation: ring 7s .7s ease-in-out infinite;
		-moz-transform-origin: 50% 4px;
		animation: ring 7s .7s ease-in-out infinite;
		transform-origin: 50% 4px;
	}
}
@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(10deg); }
  3% { transform: rotate(-8deg); }
  5% { transform: rotate(4deg); }
  7% { transform: rotate(-2deg); }
  9% { transform: rotate(0deg); }
}
/*
.slide-wrap img {
    max-height: 80px;
}
*/
.related_services {
	margin-top: 60px;
	margin-bottom: 60px;
}
#related_service .icon {
    width: 60px;
    float: right;
}
#related_service .content {
    float: right;
    padding: 0 15px;
}
#related_service .service-name {
    color: #292b2c;
    font-weight: 600;
    margin: 15px 0;
}
#related_service .service-desc {
    color: #292b2c;
	display: none;
}
#related_service li:before {
	display: none !important;
    content: '' !important;
}

/*homepage*/
.service-categories .service-category .wrapper{
    background-image: linear-gradient(to left, #F4AF21, #fff);
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 700;
    height: 120px;
	display: block;
}
html[lang="en-US"] .service-categories .service-category .wrapper{
    background-image: linear-gradient(to right, #F4AF21, #fff);
}
.service-categories .service-category .wrapper .cat-title {
    width: 70%;
    float: right;
    padding-left: 40px;
	color: #000;
    line-height: initial;
}
html[lang="en-US"] .service-categories .service-category .wrapper .cat-title {
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.service-categories .service-category .wrapper .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
}
#counters .static,
#counters .number {
    color: #F4AF21;
    font-weight: 700;
    line-height: 110px;
	font-size: 110px;
}
#counters .box-description {
	text-align: center;
	font: Bold 24px/32px Assistant;
	color: #565658;
    padding: 0 30px;
}
#hp-section-top-content {
    padding: 60px 0;
}
#hp-section-top-content .title.large {
	text-align: center;
	font: Bold 70px/68px Assistant;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 20px;
}
#hp-section-top-content .title.medium {
	font-size: 50px;
	color: #000000;
	margin-bottom: 70px;
}
.live-demo-btn a {
    display: inline-block;
    color: #000;
    background: #ffb20e;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
}
.hide {
	display: none !important;
}

.black-title {
    font-size: 70px;
    color: #000;
    font-weight: 700;
    line-height: 68px;
}
.yellow-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 68px;
	color: #F4AB1B;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
}
.wpcf7 input[type=tel], 
.wpcf7 input[type=number], 
.wpcf7 input[type=email], 
.wpcf7 input[type=text] {
    width: 100%;
	text-align: right;
	direction: rtl;
    margin-bottom: 30px;
    padding: 0 5px;
    border: 2px solid #818181;
    border-radius: 5px;
}
span.wpcf7-not-valid-tip {
    direction: rtl;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #000;
}
#service-contact span.wpcf7-not-valid-tip {
    bottom: -15px;
}
footer span.wpcf7-not-valid-tip {
    color: #ffb20e;
}
footer div.wpcf7-validation-errors, 
footer div.wpcf7-acceptance-missing {
    position: absolute;
    bottom: -25px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 991px) {
	.single-story .story-quote {
		overflow-x: hidden;
		padding: 0;
		padding-top: 30px;
	}
	.quotation-mark {
		top: 0;
	}
	#top-button-lg .btn {
		font-size: 14px;
	}
	.single-story h1 {
		font-size: 36px;
	}
	.mobile-npd {
		padding: 0;
	}
	iframe,
	img,
	video {
		max-width: 100%;
	}
	.single-service #main {
		overflow-x: hidden;
	}
}
.grecaptcha-badge {
    z-index: 1;
}
#tidio-chat-iframe {
    margin-bottom: 30px !important;
}
#acwp-toolbar-btn {
    background: #ffb20e;
    color: #fff;
    border-width: 2px;
    border-color: #ffffff;
}