/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/



/*** HEADER ***/
.siteheader-container {
	direction: ltr;
}

.site-logo {
	margin-top: 10px;
}

.main-nav {
	margin-top: 50px;
}

.main-nav>ul>.menu-item:first-child {
	margin-left: 5px;
}

.menu-item:not(:last-child):after {
	content: "•";
	color: lightgrey;
	position: relative;
	top: -30px;
	left: -15px;
	padding: 10px;
}


/*** MAIN PAGE ***/
/*** CONTACT FORM MAIN PAGE ***/

.contactForm .mc4wp-form-fields {
	display: flex;
}

.wpcf7-submit {
	border-radius: 0;
}

.contactForm .mc4wp-form-fields input,
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
	width: 100%;
	padding: 20px 15px;
	font-size: 18px;
	background-color: rgba(255,255,255,.3);
	border: 1px solid white;
	border-left: 0;
	outline: 0;
	color: white;
	font-family: 'atlas';
	z-index: 2;
	transition: all 0.1s;
	box-shadow: none;
	text-align: right;
}

.contactForm .mc4wp-form-fields input:hover {
	background-color: rgba(255,255,255,.4);
}

.contactForm .mc4wp-form-fields input:focus {
	background-color: rgba(255,255,255,.5);
}

.contactForm .mc4wp-form-fields input[type="submit"] {
	width: 25%;
	background: #FFC300;
	border: 1px solid white;
	color: #27376E;
	padding: 20px 40px;
	font-weight: 700;
	box-shadow: 0;
	transition: 0.2s;
}

.contactForm .mc4wp-form-fields input[type="submit"]:hover {
	box-shadow: -6px 6px white;
}

.contactForm ::placeholder {
	color: white;
}



/*** ICONS ***/

.icon_digital {
	margin-bottom: 20px;
}

.icon_strategy {
	padding-left: 40px;
}

.icon_smart {
	margin-bottom: 10px;
}

.home_second img {
	filter: grayscale(.8)  brightness(1.05);
	transition: 0.3s;
}

.home_second .col-md-3:hover img {
	filter: grayscale(0)  brightness(1);
	transform: scale(1.05);
}

.home_second .col-md-3 > div {
	box-shadow: 0px 0px #cfedfa;
	transition: 0.3s;
}

.home_second .col-md-3:nth-of-type(1):hover > div {
	box-shadow: -10px 10px #00a0e3;
}

.home_second .col-md-3:nth-of-type(2):hover > div {
	box-shadow: -10px 10px #ffc300;
}

.home_second .col-md-3:nth-of-type(3):hover > div {
	box-shadow: -10px 10px #27376e;
}

.home_second .col-md-3:nth-of-type(4):hover > div {
	box-shadow: -10px 10px #29a37e;
}

/* Text Color icons */
.home_second .col-md-3 a {
	transition: 0.3s;
}

.home_second .col-md-3:nth-of-type(1):hover a {
	color: #00a0e3;
}

.home_second .col-md-3:nth-of-type(2):hover a {
	color: #ffc300;
}

.home_second .col-md-3:nth-of-type(3):hover a {
	color: #27376e;
}

.home_second .col-md-3:nth-of-type(4):hover a {
	color: #29a37e;
}


/* Line color */
.home_second h3:before {
	content: "";
	height: 5px;
	width: 50px;
	background-color: transparent;
	position: relative;
	display: block;
	z-index: 20;
	top: -10px;
	left: calc(-50% + 25px);
	transition: 0.3s;
}

.home_second .col-md-3:nth-of-type(1):hover h3:before{
	background-color: #00a0e3;
}

.home_second .col-md-3:nth-of-type(2):hover h3:before{
	background-color: #ffc300;
}

.home_second .col-md-3:nth-of-type(3):hover h3:before{
	background-color: #27376e;
}

.home_second .col-md-3:nth-of-type(4):hover h3:before{
	background-color: #29a37e;
}



/*** PARTNERS LOGOS ***/
.partners_carousel-img {
	margin: auto;
}

.button_flat_shadow {
	box-shadow: 0;
	transition: 0.2s;
}

.button_flat_shadow:hover {
	box-shadow: -6px 6px #FFC300;
}

@media all and (min-width: 768px) {
	.partners_carousel .znSlickNav {
		display: none;
	}
}

.partners_carousel .znSlickNav {
	direction: ltr;
	text-align: center;
	position: relative;
	bottom: -180px;
}

@media all and (max-width: 768px) {
	.partners_carousel .znSlickNav ~ .col-sm-12 {
		height: 100px;
	}
}


/*** FOOTER ***/
.logo_footer:after {
	content: "";
	background: rgb(0,160,227);
	background: -moz-linear-gradient(45deg, rgba(0,160,227,1) 70%, rgba(41,163,126,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,160,227,1) 70%,rgba(41,163,126,1) 100%);
	background: linear-gradient(45deg, rgba(0,160,227,1) 70%,rgba(41,163,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e3', endColorstr='#29a37e',GradientType=1 );
	width: 300px;
	height: 300px;
	position: absolute;
	border-radius: 50%;
	top: -200px;
	right: 50px;
	z-index: -1;
}

#footer_top .contactForm input {
	background-color: transparent;
	border: 1px solid white;
	margin-bottom: 10px;
	border-radius: 0;
	font-family: 'atlas';
	padding: 20px;
	color: white;
	font-size: 18px;
}

#footer_top .contactForm input:focus,
#footer_top .contactForm input:active {
	background-color: rgba(255,255,255,.3);
}

#footer_top button {
	font-family: 'atlas';
	font-size: 20px;
	color: #27376E;
	font-weight: 700;
	background-color: #FFC300;
	box-shadow: 0;
	transition: 0.2s;
}

#footer_top button:hover {
	box-shadow: -6px 6px white;
}

.footer_links img {
	background-blend-mode: multiply;
}

.footer_links a {
	color: #27376E;
	transition: 0.2s;
}

.footer_links a:hover {
	color: #00a0e3;
}

#footer_bottom a {
	color: white;
	transition: 0.2s;
}

#footer_bottom a:hover {
	color: #FFC300;
}

.formFooter input {
	width: 100%;
    padding: 10px 20px;
    font-family: 'atlas';
    margin-bottom: 10px;
    outline: 0;
    border: 0;
    border: 1px solid white !important;
    color: white;
    background: transparent;
}

.formFooter *::placeholder {
	color: white;
}

.formFooter input:hover {
	background: rgba(255,255,255,.5);
}

.formFooter .mc4wp-form-fields {
	text-align: left;
}

.formFooter input[type="submit"].wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
	background: #ffc300;
	font-weight: 700;
	padding: 20px;
	box-shadow: 0px 0px white;
	transition: 0.3s;
	width: 50%;
	border: 0;
}

@media all and (max-width: 768px) {
	input[type="submit"] {
		width: 100%;
	}
}

.formFooter input[type="submit"].wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):hover {
	box-shadow: -5px 5px white;
	background: #ffc300;
}

div.wpcf7 .ajax-loader {
	display: block;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
	color: white
	border-color: white;
}



/*** ABOUT PAGE ***/
.left_border_only:after {
	content: "";
	position: absolute;
	height: 100px;
	width: 4px;
	border-radius: 50px;
	background-color: #ffc300;
	top: 5px;
	left: 15px;
}

.gradient_section.blue .left_border_only:after {
	background-color: #00a0e3;
}

.gradient_section.green .left_border_only:after {
	background-color: #29a37e;
}

.newsletter_form {
	padding: 15px;
	background-color: white;
	border: 1px solid #ffc300;
	font-family: 'atlas';
}

.newsletter_form input {
	font-family: 'atlas';
	font-size: 18px;
	outline: 0;
	transition: 0.3s;
}

.newsletter_form input[type="email"] {
	width: 64%;
	padding: 20px;
	border: 0;
	border-bottom: 1px solid grey;
	padding-right: 0;
	outline: 0;
}

.newsletter_form input[type="submit"] {
	width: 35%;
}

.newsletter_form input[type="submit"]:hover {
	background-color: #27376e;
	color: white;
}

.newsletter_form input[type="email"]:focus {
	padding-right: 20px;
}



.gradient_section.orange {
	border-bottom: 1px solid #FBD764;
}

.gradient_section.blue {
	border-bottom: 1px solid #CFEDFA;
}

.gradient_section.green {
	border-bottom: 1px solid #BCEBDD;
}


.social_icons .kl-iconbox__inner {
	padding: 20px 5px 10px;
}

.social_icons a.kl-iconbox__link {
	color: white;
}

.social_icons a.kl-iconbox__link:hover {
	color: #a8e5ff;
}

.social_icons .kl-iconbox__icon-wrapper {
	position: absolute;
	top: -28px;
	right: 9px;
	filter: drop-shadow(0 0 transparent);
	transition: all 0.3s, filter 0s, border 0s;
}

.icon_arrow_column .znColumnElement-innerWrapper {
	height: 130px;
	background-color: #F2FBF9;
}

.icon_arrow_column .znColumnElement-innerContent {
	background-color: white;
	height: 116px;
}

.icon_arrow_column .kl-iconbox__icon {
	position: relative;
	top: -15px;
}


.social_icons:hover .kl-iconbox__icon-wrapper {
	top: -40px;
	right: -10px;
	/*filter: drop-shadow(-5px 5px 0px white);*/
	border: 2px solid white;
}

.social_icons .kl-iconbox__inner {
	box-shadow: 0 transparent;
	transition: 0.3s;
}

.social_icons:hover .kl-iconbox__inner {
	box-shadow: -10px 10px #bce6f7;
}

.smartService .kl-iconbox .kl-iconbox__icon-wrapper {
	transition: 0.3s;
	position: relative;
	top: 0;
}

.smartService .kl-iconbox:hover .kl-iconbox__icon-wrapper {
	top: 25px;
	position: relative;
}

.zn_gmap_canvas .zn_removeRoute {
	right: unset;
	left: 10px;
}


/* Facebook Page */
.orangeBold span {
	color: #ffc300;
	font-weight: 400;
	letter-spacing: -10px;
	margin-right: 5px;
}

.right_border_cyan h3:after,
.right_border_blue h3:after {
	content: "";
	position: absolute;
	height: calc(100% - 27px);
	width: 4px;
	border-radius: 50px;
	background-color: #27376e;
	top: 7px;
	right: -15px;
}

.right_border_cyan h3:after {
	background-color: #00a0e3;
}

/* US ON THE NEWS AND POSTS */
.single-post .kl-blog-post-header,
.single-post .kl-blog-post-socsharing,
.single-post .kl-blog-post-author {
	display: none;
}

.single-post .form-submit input {
	float: left;
}

.single-post .page-title {
	font-family: 'atlas', arial, serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
}

.scstories .latest_posts--4.default-style .latest_posts-title {
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	font-weight: 700;
}

.scstories .latest_posts-desc {
	line-height: 1.4;
}

.scstories .latest_posts--4.default-style .latest_posts-details {
	display: none;
}


/* Post Pages - Guide */
.postid-452 .kl-blog-post-img,
.postid-460 .kl-blog-post-img,
.postid-470 .kl-blog-post-img,
.postid-479 .kl-blog-post-img {
	display: none;
}

.uh_guidesub .ph-content-v-center {
	display: none;
}

.uh_guidesub ~ .site-content h4 {
	margin-top: 35px;
}

.uh_guidesub ~ .site-content .kl-blog-related-post-title {
	font-size: 24px;
}

.postid-452 #footer_top,
.postid-460 #footer_top,
.postid-470 #footer_top,
.postid-479 #footer_top {
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.postContentSection  a.kl-blog-related-post-title-link {
	font-size: 20px;
	line-height: 1;
}

.contactFormResearch .kl-material-form input.form-control,
.contactFormResearch input::placeholder {
	font-family: 'atlas', serif;
	background: #ffffffc2;
	padding: 10px 15px;
	font-size: 18px;
	border-bottom-color: transparent;
	line-height: 1;
}


.contactFormResearch .kl-material-form-input.input-has-content+.kl-material-form-label,
.contactFormResearch .kl-material-form-input:focus+.kl-material-form-label,
.contactFormResearch .kl-material-form-textarea.input-has-content+.kl-material-form-label,
.contactFormResearch .kl-material-form-textarea:focus+.kl-material-form-label,
.contactFormResearch .kl-material-form.zn_cf_select label {
	opacity: 0;
}

.contactFormResearch  .kl-material-form-label {
	right: 30px;
	left: unset;
	font-family: 'atlas';
	line-height: 1;
}

.contactFormResearch .kl-material-form .form-control:focus {
	border-bottom-color: transparent;
	background-color: white;
}

.contactFormResearch .kl-material-form {
	padding-right: 5px;
	padding-left: 5px;
}

.contactFormResearch button.zn_contact_submit {
	font-family: 'atlas';
	font-size: 18px;
	padding-right: 50px;
	padding-left: 50px;
}

.contactFormResearch button.zn_contact_submit:hover {
	box-shadow: -5px 5px white;
	background-color: #ffc300 !important;
}

.popupMoshe .wpcf7-form-control {
	text-align: right;
}

.popupMoshe .formFooter input[type=submit] {
	text-align: center;
	color: black;
}

/* About Us Page */
.justify.aboutTopLongText h3 {
	text-align: justify;
	text-align-last: center;
}


/**** Responsive ****/
@media all and (max-width: 1200px) {
	.guideTopImage .zn-bgSource-image {
		background-position: left !important;
	}

	.aboutLongText .col-lg-offset-1.col-md-10 {
		width: 100%;
	}

	.aboutIcons .image-boxes-img.cover-fit-img {
		height: auto;
	}

	.aboutIcons h4.tbk__subtitle br {
		display: none;
	}
}


/**** MOBILE ****/
@media all and (max-width: 768px) {

	.site-logo .site-logo-img {
		height: 100px;
	}

	.site-header .site-logo {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.zn-res-menuwrapper {
		position: absolute;
		top: 60px;
		right: 0;
	}

	.sh--light .zn-menuBurger span {
		background: #27376e;
	}

	.sheader-sh--light {
		background-color: white;
	}

	#zn-res-menu {
		max-width: 70%;
		height: auto;
	}

	#zn-res-menu.zn-menu-visible {
		box-shadow: 0 0 20px 5px #bdbed2ad;
	}

	#zn-res-menu li {
		height: 55px;
	}

	.zn-res-menu-nav .zn_res_menu_go_back > span {
		height: 55px;
	}

	.zn-res-menu-nav .zn_res_menu_go_back > span:before {
		line-height: 55px;
	}

	.siteheader-container .fxb-col:nth-of-type(2) {
		position: absolute;
		right: 15px;
		z-index: 20;
	}

	.menu-item:not(:last-child):after {
		content: "";
	}

	.home_first {
		padding-top: 30px;
	}

	.everyBusiness h3.tbk__title {
		color: #27376e;
		text-align: center;
	}

	.workOnly {
		padding-bottom: 0;
	}

	.workOnly h3.tbk__title {
		font-size: 50px;
		text-align: center;
		color: #00a0e3;
		line-height: 0.8;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.workOnly h4.tbk__subtitle {
		font-size: 32px;
		text-align: center;
		letter-spacing: 0;
		color: #27376e;
	}

	.yourBusinessNeed {
		margin-top: 20px;
	}

	.yourBusinessNeed .tbk__title {
		text-align: center;
		line-height: 1;
		font-size: 20px;
	}

	.contactForm .mc4wp-form-fields {
		display: block;
		border: 0;
	}

	.contactForm .mc4wp-form-fields input {
		border: 0;
		border-bottom: 1px solid white;
		padding: 10px 15px;
	}

	.contactForm .mc4wp-form-fields input[type="submit"] {
		width: 100%;
		border: 0;
		padding: 10px 15px;
	}

	.contactInner {
		padding-bottom: 0;
	}

	.home_second {
		padding-top: 15px;
		padding-bottom: 15px;
	}


	.home_second .kl-iconbox {
		margin-bottom: 0;
	}

	.home_second .col-md-3 {
		margin-bottom: 15px;
	}

	.home_second .col-md-3:nth-of-type(odd) {
		padding-left: 7.5px;
	}

	.home_second .col-md-3:nth-of-type(even) {
		padding-right: 7.5px;
	}

	.home_second .col-md-3 .znColumnElement-innerContent {
		padding: 0 20px;
	}

	.home_second h3.dn-heading {
		padding: 0;
		margin: 0;
		margin-bottom: 15px;
	}

	.home_third {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.icon_vision img,
	.icon_digital img,
	.icon_strategy img,
	.icon_smart img {
		width: 80px !important;
	}

	.icon_digital img {
		width: 60px !important;
	}

	.icon_strategy img {
		position: relative;
		right: 10px;
	}

	.home_second .col-md-3:nth-of-type(4) {
		margin-bottom: 0;
	}

	#page_wrapper .home_fourth {
		padding-top: 50px;
	}

	.home_fourth h3.tbk__title {
		font-size: 32px;
	}

	.home_fourth .buttonCustomers {
		font-size: 18px;
		line-height: 1;
	}

	.home_fourth .eluidd3ba7f06 {
		padding-bottom: 0;
	}

	.partners_carouselRow ul {
		padding-right: 0;
	}


	#footer_top .contactForm input {
		padding: 10px;
	}

	#footer_top .contactForm .text-right {
		text-align: center;
	}

	.logo_footer:after {
	    content: "";
		background: rgb(0,160,227);
		background: -moz-linear-gradient(45deg, rgba(0,160,227,1) 50%, rgba(41,163,126,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(0,160,227,1) 50%,rgba(41,163,126,1) 100%);
		background: linear-gradient(45deg, rgba(0,160,227,1) 50%,rgba(41,163,126,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e3', endColorstr='#29a37e',GradientType=1 );
		width: 170px;
		height: 170px;
		top: -20px;
		right: calc(50% - 85px);
	}

	#footer_bottom .kl-title-block {
		text-align: center;
	}

	#footer_bottom h3 {
		line-height: 1.3;
	}

	#totop {
		display: none;
	}

	/* Post */
	.guideTopImage .zn-bgSource-image {
		background-position: center !important;
	}

	.formPostGuideSection {
		padding-bottom: 75px;
	}

	.guideTopImage .zn_section_size {
		min-height: auto;
	}

	.guideTopImage .col-lg-offset-3 > .znColumnElement-innerWrapper {
		margin-top: 50px;
	}

	.digitalGuideSub h3.tbk__title {
		font-size: 26px;
		margin-bottom: 30px;
	}


	/* About */

	.row .text-right {
		text-align: right;
	}

	.left_border_only .text-right {
		text-align: right;
	}

	.smartAbout .eluidc7386b74 h3.tbk__title,
	.eluid57962e32  h3.tbk__title {
		font-size: 50px;
	}

	.smartAbout .eluidc7386b74 h4.tbk__subtitle,
	.eluid57962e32 h4.tbk__subtitle {
		font-size: 40px;
		text-align: center;
	}

	.smartAbout h3.tbk__title,
	.eluid57962e32 h3.tbk__title {
		text-align: center;
	}

	.eluid9aea5bf1 .tbk__title {
		text-align: center;
	}

	.smartAbout .znColumnElement-innerWrapper {
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.newsletter_form .elm-nlbox__input {
		width: 100% !important;
		text-align: center;
	}

	.newsletter_form input.form-control {
		margin-right: 0;
		margin-left: 0;
	}

	.elm-nlbox__submit {
		width: 100% !important;
	}

	.newsletter_form input[type="email"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.newsletter_form input[type="submit"] {
		width: 100%;
	}


	/* Testimonials */
	.happyCustomers h4.tbk__subtitle {
		font-size: 44px;
	}

	.popupMoshe {
		padding: 0;
	}

	.popupMoshe .zn_section_size {
		padding: 0;
	}

	/* About */
	.aboutTopLongText h3.tbk__title {
		font-size: 18px;
	}

	.aboutIcons h4.tbk__subtitle {
		font-size: 20px;
	}

	.aboutIcons h3.tbk__title br {
		display: none;
	}

	.lineMichal {
		display: none;
	}

	.ourWorkMichal br {
		display: none;
	}


}


/* Corona Special Page */
#page_wrapper .coronaForm .mc4wp-form-fields input[type=submit] {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	line-height: 1;
	min-width: 150px;
}

.coronaIcon {
	margin-bottom: 0;
}

/* 
.coronaSendWhatsapp a img {
	filter: brightness(5) grayscale(1);
	transition: .2s;
}

.coronaSendWhatsapp:hover a img {
	filter: unset;
}
*/

.coronaSingleIcon .kl-title-block {
	padding-bottom: 0;
}

.coronaPriceTitle {
	padding-bottom: 0;
}

@media all and (max-width: 1600px) {
	.coronaMainInner > div {
		padding-right: 75px;
		padding-left: 75px;
	}

	.coronaMegaTitle h3.tbk__title {
		font-size: 50px;
	}

	.coronaMegaTitle h4.tbk__subtitle {
		font-size: 60px;
	}

	.coronaSingleIcon h3.tbk__title {
		font-size: 22px;
	}

	.coronaPriceTitle h3.tbk__title {
		font-size: 32px;
	}
}

@media all and (max-width: 1200px) {
	section.coronavirus {
		padding: 50px;
	}

	.section-sidemargins .zn_section_size.full_width {
		margin: 0;
	}

	.row {
		margin: 0;
	}

	.coronaSingleIcon.col-md-3 {
		width: 50%;
	}

	#page_wrapper .coronaForm .mc4wp-form-fields input[type=submit] {
		padding: 15px;
	}

	#page_wrapper .coronaForm .mc4wp-form-fields input {
		border: 0;
		border-bottom: 1px solid;
	}
}

@media all and (max-width: 767px) {
	section.coronavirus {
		padding: 15px;
	}

	.coronaMainInner.col-md-12 {
		padding: 0;
	}

	.coronaMainInner > div {
		border: 0;
		padding: 20px;
	}

	.coronaMegaTitle h3.tbk__title {
		font-size: 40px;
	}

	.coronaMegaTitle h4.tbk__subtitle {
		font-size: 52px;
	}

	.coronaSubTitle h3.tbk__title {
		font-size: 22px;
	}

	.coronaSubTitle h4.tbk__subtitle {
		font-size: 28px;
	}

	.coronaSmallTitle h3.tbk__title {
		font-size: 20px;
	}

	.coronaSingleIcon.col-md-3 {
		float: right;
	}

	.coronaSingleIcon h3.tbk__title {
		font-size: 18px;
	}

	.coronaPriceTitle h3.tbk__title {
		font-size: 28px;
	}

	.coronaPriceTitle {
		padding-bottom: 15px;
	}

	h3.coronaSendWhatsapp {
		font-size: 24px;
	}

	.formFooter input[type=submit].wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
		width: 100%;
	}

}



/* Technion Landing Page */
@media all and (max-width: 1630px) {
	#technionOuter .technionBigTitle h2 {
		font-size: 64px;
	}

	#technionOuter .technionSmallHeader h2 {
		font-size: 36px;
	}

	#technionOuter .formTechnion button[type="submit"] .elementor-button-text {
		font-size: 22px;
	}

	#technionOuter .technionColumns .technionWhatsappColumn {
		width: 7%;
	}

	#technionOuter .technionColumns .technionWhatsappColumn .elementor-icon {
		font-size: 68px;
	}

	#technionOuter .technionColumns .technionCallColumn {
		width: 23%;
	}

	#technionOuter .technionColumns .technionIconsColumn {
		width: 67%;
	}

	#technionOuter .technionColumns .technionIconsColumn .elementor-widget-container {
		margin: 0 7px;
	}

	#technionOuter .technionColumns .technionTelemColumn {
		width: 100%;
	}

	#technionOuter .technionColumns .elementor-row {
		flex-wrap: wrap;
	}

	#technionOuter .technionCallNow h2 {
		font-size: 58px;
	}
}

@media all and (max-width: 1199px) {
	#technionOuter .technionBigTitle h2 {
		font-size: 55px;
	}

	#technionOuter .technionSmallHeader h2 {
		font-size: 31px;
		margin-top: 10px;
	}

	#technionOuter .formTechnion button[type=submit] {
		padding: 0;
	}

	#technionOuter .technionColumns .technionIconsColumn .elementor-icon-box-title {
		font-size: 22px;
		font-weight: 400;
	}

	#technionOuter .technionCallNow h2 {
		font-size: 50px;
	}

	#technionOuter .technionColumns .technionWhatsappColumn .elementor-icon {
		font-size: 60px;
	}

	#technionOuter .technionColumns .technionTelemColumn .elementor-widget-container {
		text-align: left;
	}

	#technionOuter .technionColumns .technionTelemColumn .elementor-image {
		max-width: 200px;
		display: inline-block;
	}
}

@media all and (max-width: 1024px) {
	#technionOuter .formTechnion button[type=submit] {
		padding: 0 30px;
		width: 100%;
	}

	#technionOuter .formTechnion button[type=submit] .elementor-button-text {
		font-size: 28px;
	}

	#technionOuter .technionColumns .technionIconsColumn {
		width: 100%;
	}

	#technionOuter .technionColumns .technionWhatsappColumn {
		width: 100%;
	}

	#technionOuter .technionColumns .technionCallColumn {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	#technionOuter .technionBigTitle,
	#technionOuter .technionSmallHeader  {
		padding: 0 20px;
	}
}