@import "../../../atlanta/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */


h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 1.3em !important;
}

h3{
	color: #ffffff !important;
}

body .padding0 {
    padding: 0 !important;
}

body .blue {
    color: #fff;
}

body .page-title {
    display: none;
}

#page-header.page-header-style-custom_bg {
    background-color: transparent !important;
    z-index: 100;
    position: relative;
}

.layout-section #primary > .container #content {
   margin-top: -20px;
}

#primary {
    margin-top: -40px;
}

body.single  #primary {
  /*  margin-top: 0px;*/
}

body #page-header .title-primary {
    display: none;
}

body #page-header .breadcrumbs {
    float: right !important;
}

#primary #content #main #breadcrumbs {
    font-size: 20px;
    color: #fff;
   max-width: 1170px;
    margin: 0 auto;
    top: 40px;
    position: relative;
    padding-right: 10px;
    z-index: 1000;
}

body.home #primary > .container #content {
    margin-top: 0px !important;
}

#primary #content #main #breadcrumbs a {
    color: #fff;
}

body .white {
    color: #fff;
}


body  ul,
body .shirut_1 ul{
list-style-type: disc;
}

body ul li {
padding: 10px 0 0px 0;
}


body .mikre_1 ul {
    list-style-type: none;
    padding-right: 15px;
}

/*body  ul.lanister li::before,*/
/*body .shirut_1 ul li::before,*/
body .mikre_1 ul li::before {
    content: '.';
    font-size: 50px;
    right: -15px;
    position: relative;
    top: -7px;
}

body .nav-main .sf-menu .sub-menu {
        background-color: #003d57;
    width: 320px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 20px;
    z-index: 10001;
}

body .sf-menu li.menu-item-object-page ,
body .sf-menu li.menu-item-object-custom  {
border-right: 2px solid #003d57;
border-top: 0px solid transparent;
}

body .sf-menu li.menu-item-object-page,
body .sf-menu li.menu-item-object-custom {
/*line-height: .7 !important;*/
}

body .nav-main .sf-menu .sub-menu li a {
    color: #FFFFFF;
    font-family: 'Heebo', Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 2em;
    border: none;
}


body .sf-menu li:hover ul,
body .sf-menu li.sfHover ul {
 /*   top: 40px;*/
}

body .sf-menu {
	margin-top: 40px;
}


body .sf-menu a,
body .mobile-menu a {
    color: #003d57;
    font-family: 'Heebo';
    font-weight: normal;
    font-size: 30px;
    padding: 0px;
    margin: 0;
    font-weight: 400;
    line-height: .8;
    margin-right: 15px;
    margin-left: 5px;
}

body .sf-menu li.active,
.sf-menu li:hover,
.sf-menu li.current-menu-item,
.sf-menu li.current-menu-parent,
.sf-menu li.current-menu-ancestor,
.sf-menu li.current_page_item,
.sf-menu li.current_page_paren,
.sf-menu li.current_page_ancestor {
   border-top-color: transparent !important;
}


body .sf-menu li.active a,
body .sf-menu li:hover a,
body .sf-menu li.current-menu-item a {
    border-bottom: 2px solid #003d57;
    color: #003d57;
}

body .nav-main .sf-menu li.active .sub-menu li a span,
body .nav-main .sf-menu li:hover .sub-menu li a span,
body .nav-main .sf-menu li.current-menu-item .sub-menu li a span {
    border-bottom: 0px solid #003d57;
    color: #fff;
}

body .logo {
    margin-top: 25px;
    margin-bottom: 20px;
}

body.rtl #header.logo-left .nav-main,
body.rtl .sticky-header.logo-left .nav-main {
    float: none;
    margin: 0 auto;
    text-align: center;
}

body.rtl .sf-menu li {
    float: none;
    display: inline-block;
}

#header,
.sticky-header {
	padding: 0 20px;
}

header .pull-right {
    float: left;
    padding-top: 2vw;
}


body ul.social-links li a .social-icon:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
}

#copyright .pull-right a {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

body .classic-button {
	font-size: 45px;
	background: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	float: left;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(5, 5, 5, 0.3);
	-moz-box-shadow:    0px 0px 9px 0px rgba(5, 5, 5, 0.3);
	box-shadow:         0px 0px 9px 0px rgba(5, 5, 5, 0.3);
    transition: all .5s;
}

body .home_1 .classic-button  {
    margin-left: 100px;
}

body .classic-button:hover {
background: #00a1e4;
color: #fff;
}


body .home_2 {
	background: #fff;
}

.home_1 {
	display: flex;
}

.home_1 .container {
	margin: auto;
}

.home_1 ul {
	list-style: none;
}

.home_1 ul li {
	color: #fff;
	font-size: 50px;
	height: 120px;
	font-weight: 500px;
}

.home_1 h2 {
    margin-bottom: 50px;
}

.home_1 ul li::before {
	content: '';
	background-image: url(/wp-content/uploads/2018/05/cursor_icon.png);
	display: block;
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0px;
	right: -10px;
	margin-top: 15px;
}

/*shirutim */

#shirutim-icon-loop {
    height: 630px;
    padding: 50px 0 100px 0;

}

#shirutim-icon-loop h1 {
    margin-bottom: 30px;
}

#shirutim-icon-loop .text-box {
    text-align: right;
    background-color: #019fe0;
    display: inline-block;
    padding: 30px !important;
    border-radius: 15px;
    color: #fff;
    margin-top: -20px;
	font-size: 20px;
}

.shirutim-icon-box {
  text-align: center;
  position: relative;
}
.shirutim-icon-box h5 {
    line-height: 1;
    font-size: 29px;
    min-height: 130px;
    padding-top: 20px;
		margin: 0;
}

.shirutim-icon-box img {
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
}
.shirutim-icon-box .icon-hover {
    opacity: 0;
    position: absolute;
}

body.single-shirut .shirutim-icon-box {
   /* width: 33.3% !important;*/
}

.shirutim-icon-box .icon-hover {
    opacity: 0;
}

.shirutim-icon-box:hover .icon-hover {
    opacity: 1;
}

.shirutim-icon-box:hover .icon-default {
    opacity: 0;
}

/*end shirutim*/

/*about section*/

body .about .columns .advanced-column {
	padding: 0 !important;
}

body .about {
    background-image: url("/wp-content/uploads/2018/07/home3_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 892px;
    color: #fff;
    /*display: flex;*/
}


body .about h2 {
	font-size: 44px;
    padding: 80px 0 15px 0;
}

body .about h3 {
	font-size: 35px;
    padding: 10px 0 15px 0;
	text-decoration: underline;
}

body .about p {
    padding-left: 90px;
}

body .about .classic-button {
	float: none;
	left: 0;
	right: 20%;
	top: 50px;
	position: relative;
}

body .about div.column-6:nth-child(1) .widget-column {
    float: left;
}


body .about ul li {
	display: none;
    padding: 40px 0 0px 0;
	list-style-type: square;
}

/*and about section*/

/*counter*/

body .counter {
	height: 620px;
	padding: 70px 0;
}

body .counter .pojo-numbers .pojo-numbers-number {
    font-size: 80px;
    font-weight: 500;
    color: #019fe0;
}

body .counter .pojo-numbers .pojo-numbers-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0b1924;
}

.counter-icon {
	margin-top: 200px;
	text-align: center;
}

.counter-icon::before {
	content: '';
	position: absolute;
	width: 160px;
	height: 150px;
	background-repeat: no-repeat !important;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: -170px;
}

.icon-eye::before {
    background: url(/wp-content/uploads/2018/05/icon_eye.png);
    margin-top: -120px;
    width: 135px;
}
.icon-man::before {
    background: url(/wp-content/uploads/2018/05/icon_man.png);
    width: 120px;
    height: 140px;
}
.icon-bus::before {
    background: url(/wp-content/uploads/2018/05/icon_bus.png);
    margin-top: -140px;
}
.icon-date::before {
    background: url(/wp-content/uploads/2018/05/icon_date.png);
}

/*end counter*/

/*to whom*/
.form-title{
	color:#003d57;
	text-align:right;
	padding-right: 10px;
}

button#responsive-menu-button {
    border: 1px solid #003d57 !important;
}
body .to-whom {
	height: 1000px;
	text-align: center;
	color: #fff;
	/*display: flex;*/
    background-image: url("/wp-content/uploads/2018/05/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}


body .to-whom .container {
    /*margin: auto;*/
    padding-top: 50px;
}

body .to-whom .container h2 {
    padding-bottom: 70px;
}


.block div {
   background: #fff;
  border-radius: 20px;
}

.block .classic-button {
    float: none;
    padding: 10px 20px;
    top: 30px;
    position: relative;
    font-size: 35px;
    border-radius: 10px;
}

.block h5 {
    color: #003d57;
}

.block p {
  font-size: 24px;
  color: #003d57;
  padding: 0 40px 20px 40px;
}

.block img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
    width: 100%;
}

/*end to-whom*/

/*cases*/

body .cases-result {
	height: 500px;
	display: flex;
    background-image: url("http://lanister.web3d.com/wp-content/uploads/2018/05/bg5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

body .cases-result .container {
	margin: auto;
}

body .cases-result .slick-prev, body .cases-result .slick-next ,
#shirutim-icon-loop .slick-prev, #shirutim-icon-loop .slick-next {
	width: 60px;
    height: 60px;
}

[dir="rtl"] .cases-result .slick-prev ,
#shirutim-icon-loop .slick-prev {
    right: -40px;
}
#shirutim-icon-loop .slick-prev, #shirutim-icon-loop .slick-next {
    top: 110px !important;
}
body .subservices-slider .slick-prev, body .subservices-slider .slick-next ,
#shirutim-icon-loop .slick-prev, #shirutim-icon-loop .slick-next {
    width: 20px;
    height: 20px;
}


body .cases-result .slick-prev::before,body .cases-result .slick-next::before ,
#shirutim-icon-loop .slick-prev::before,#shirutim-icon-loop .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 1;
    opacity: 1 !important;
    color: #000;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

body .subservices-slider .slick-prev::before, body .subservices-slider .slick-next::before,
#shirutim-icon-loop .slick-prev::before, #shirutim-icon-loop .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 1;
    opacity: 1 !important;
    color: #000;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

[dir="rtl"] .cases-result .slick-next::before,
#shirutim-icon-loop .slick-next::before {
    content: ' ';
    background: url(/wp-content/uploads/2018/05/arrow-left.png);
}

[dir="rtl"] .cases-result .slick-prev::before ,
#shirutim-icon-loop .slick-prev::before {
    content: ' ';
    background: url(/wp-content/uploads/2018/05/arrow-right.png);
}

[dir="rtl"] .subservices-slider .slick-next::before {
    content: ' ';
    background: url(/wp-content/uploads/2018/05/arrow-left-small.png);
}

[dir="rtl"] .subservices-slider .slick-prev::before  {
    content: ' ';
    background: url(/wp-content/uploads/2018/05/arrow-right-small.png);
}

body .slick-slide {
	text-align: center;
}

body .slick-slide p {
	margin-top: 30px;
    font-weight: 500;
}
.cases-result .img_cont {
    height: 250px;
    /* width: 100%; */
    overflow: hidden;
}
.cases-result .img_cont img {
	width: 100%;
	height: auto;
}
body .slick-slide a {
	color: #0b1924;
}

body .slick-slide img {
    display: block;
    margin: auto;
}

body .cases-result .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #000;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

body .cases-result .slick-dots li button::before {
color: transparent;
}
body .cases-result .slick-next {
    right: auto;
    left: -60px;
}
body .cases-result .slick-prev {
    right: -80px !important;
}
body .slick-dots li {

    margin: 0 10px;
    }

body .subservices-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #000;
    outline: none;
    background: #000;
    border-radius: 50%;
}

body .cases-result .slick-dots li.slick-active button {
	 background: #000;
}

body .subservices-slider .slick-dots li.slick-active button {
     background: #00a1e4;
     border: 1px solid #00a1e4;
}

body .subservices-slider .slick-dots li.slick-active button::before {
    opacity: 0;
    color: black;
}


/*end cases*/

/*footer*/

#footer {
	background: rgb(29,127,164);
    background: -moz-linear-gradient(left, rgba(29,127,164,1) 0%, rgba(3,157,221,1) 100%);
    background: -webkit-linear-gradient(left, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%);
    background: linear-gradient(to right, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7fa4', endColorstr='#039ddd',GradientType=1 );
    height: 650px;
    display: flex;
}

#footer #sidebar-footer {
	margin: auto;
}

#footer #sidebar-footer .widget-title {
    border-color: rgba(255,255,255,0);
}

#footer .wpcf7-form .col-sm-12 {
/*margin: 20px 0;*/
}

.uneditable-input,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {

    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    background-color: #FFF;
    color: #003d57;
    font-size: 1em;
    padding: 10px 10px;
    margin: 15px 0;
    border-radius: 10px;
    text-align: right;
    font-weight: 500;

}

body input[type="submit"] {

    background-color: #003d57;
    background-image: none;
    border-color: #003d57;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-image .3s linear;
    -moz-transition: background-image .3s linear;
    -ms-transition: background-image .3s linear;
    -o-transition: background-image .3s linear;
    transition: background-image .3s linear;
    border-radius: 20px;
    padding: 10px 60px;
    margin-top: 10px;

}

body #copyright {

    color: #00a1e4;
    font-family: 'Heebo', Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    padding: 20px 0 10px 0;

}

body.rtl .widget-title::after {
	display: none;
}

/*end footer*/


body .about_1 {
    color: #fff;
    padding: 30px 0;
    background-image: url("/wp-content/uploads/2018/05/about_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
}

body .about_1 .blue {
    margin: 10px 0;
}

body .about_1 ul {
    list-style-type: disc;
    margin: 10px 0 30px 0;
}

body .about_3 {
	height: 900px;
    display: flex;
    background-image: url("/wp-content/uploads/2019/11/about-44.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

body .about_3 h2{
	font-size:50px;
}

body .about_3 h3{
	font-size:40px;
}


body .about_3 .container {
	margin: auto;
}

/* mikre*/

 .mikre_1 {
    height: 770px;
    color: #fff;
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top right !important;
 }

 .mikre_1 .container  {
    margin: auto;
 }


.mikre-desc {
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}

/*end mikre*/

/*shirutim*/

.shirut_1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding-bottom: 100px;
    background-position: center !important;
}

h2.title {
    padding: 70px 0 30px 0;
}

.shirut-desc {
    color: #0b1924;
    padding-top: 60px;
}

.subservices-slider {
    text-align: center;
    padding-bottom: 50px;
}

h1.subtitle,
h2.subtitle,
.subtitle h2,
h3.subtitle,
.subservice_2 h5,
.subservice_2 h3 {
    padding: 50px 0 30px 0;
}

/*end shirutim*/

/*support*/

.support_1 {
    background-position: center !important;
    display: flex;
    background-image: url("/wp-content/uploads/2018/06/new_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;
}

.support_2 {
    padding: 40px 0 70px 0;
}

.support_1 .container,
.support_2 .container,
.support_2 .column-4 {
    margin: auto;
}

.support_2,
.support_2 .advanced-columns  {
    display: flex;
}

body .support_2 input[type="submit"] {
    line-height: 1;
    padding: 10px 40px;
    border-radius: 10px;
    border-width: 3px;
}

body .support_2 input[type="email"],
body .support_2 input[type="tel"],
body .support_2 input[type="text"],
body .support_2 textarea {
border-color: #00a1e4;
border-width: 3px;
}

/*end support*/

/*subservice*/

 .subservice_1 {
    height: 770px;
    color: #fff;
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
 }

 .subservice_1 .container  {
    margin: auto;
 }

.subservice_2 {
    color: #fff;
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    padding-bottom: 50px;
 }

 .subservice_2 .container  {
    margin: auto;
 }


/*end subservice*/

/*contact us*/

body.page-id-21 #footer {
    display: none;
}

.contact-title{
	margin-top:40px;
	margin-right:30px;
}

.contact-info {
	color: #fff;
    padding: 50px 0 50px 0;
}

.contact-info a {
	color: #fff;
}

.contact-info div {
    padding: 10px 0;
}

.contact-info .telefon {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -19px;
    margin: 0 13px 0 0;
    padding: 10px 60px 0 0;
}

.contact-info .mail {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -195px;
    margin: 0 13px 0 0;
    padding: 0 60px 0 0;
}

.contact-info .phone {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -131px;
    line-height: 28px;
    margin: 15px 13px 7px 0;
    padding: 0 60px 0 0;
    display: block;
}

.contact-info .address {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -260px;
    line-height: 28px;
    margin: 15px 13px 7px 0;
    padding: 0 60px 0 0;
}

/*.contact-info .phone {
    display: flex;
    line-height: 22px;
}*/

.contact-us-form {
    padding: 40px 50px 0 20px;
}


input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    border-color: #003d57;
}

/*end contact us*/

/*mikre page*/


.mikre-page {
    background: rgb(29,127,164);
    background: -moz-linear-gradient(left, rgba(29,127,164,1) 0%, rgba(3,157,221,1) 100%);
    background: -webkit-linear-gradient(left, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%);
    background: linear-gradient(to right, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7fa4', endColorstr='#039ddd',GradientType=1 );
    border-bottom: 10px solid #fff;
}

.mikre-all {
    padding: 30px 0;
    border-top: 3px solid #fff;
}

.mikre-one {
    padding: 0 !important;
    display: flex;
}

.mikre-one .margin-auto {
    margin: auto;
}

.mikre-one div {
    padding: 0;
}

.mikre-one .classic-button {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 30px;
}

.mikre-one .mikre-desc {
    color: #fff;
}

.mikre-one p {
    margin: 30px 0;
}

.mikre-one img {
  border-radius: 20px;
}

.submit-button {
    float: left;
}

/*end mikre page*/


body #tf-stat-313 .stat .count-title {
    color: #0b1924;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 500;
}

body #tf-stat-313 .stat .number {
    color: #019fe0;
    font-size: 2.5em;
    font-weight: 500;
}

body #tf-stat-313 h3 {
    margin: 0;
    font-size: 70px;
}

body #tf-stat-313 .stat .fa {
    position: relative;
width: 130px;
height: 130px;
}

body #tf-stat-313 .stat .fa::before {
   position: absolute;
width: 130px;
height: 130px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
margin: auto;
margin-top: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
}


body #tf-stat-313 .fa-address-card-o::before {
    content: " ";
    background: url(/wp-content/uploads/2018/05/icon_eye.png);
}

body #tf-stat-313 .fa-address-book-o::before {

    content: " ";
    background: url(/wp-content/uploads/2018/05/icon_man.png);
}

body #tf-stat-313 .fa-user-o::before {
    content: " ";
    background: url(/wp-content/uploads/2018/05/icon_bus.png);
}

body #tf-stat-313 .fa-user-circle::before {
    content: "";
    background: url(/wp-content/uploads/2018/05/icon_date.png);
}
.links_to_sof {
    display: none;
    max-width: 280px;
    margin: 0 auto;
}
.links_to_sof a {
    color: black;
    font-size: 20px;
    display: block;
    text-align: left;
    padding: 5px 0;
}
img.logiimg {
	margin-top: 20px;
}


/*media*/

@media all and (max-width: 1560px) {
body .sf-menu a,
body .mobile-menu a  {
        font-size: 24px;
}

body .to-whom {
    background-position-x: 0;
}
.slick-dotted.slick-slider.cases {
    width: 90%;
    margin: 0 auto;
}
}

@media all and (max-width: 1440px) {


    body .shirut_1 {
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-position: left !important;
    }

      body .home_1 {
       background-position: center !important;
       background-size: 100% 100% !important;
    }



    body .shirut_1 .col-sm-12 {
        padding-left: 350px;
    }

/*   body.postid-70 .shirut_1 .col-sm-12,
     body.postid-290 .shirut_1 .col-sm-12  {

    padding-left: 480px;

}*/

body .about_3 {
    background-size: auto 100% !important;
    background-position: center !important;
    padding: 20px 0;
}

    body .home_1 .column-7 {
        padding-right: 90px;
    }

    .home_1 ul li::before {
    width: 40px;
    height: 40px;
    right: 75px;
    margin-top: 5px;
}

    .home_1 ul li {
    font-size: 40px;
    height: 100px;
   }

   body {
    font-size: 26px;
   }

    body .home_1 h2,
    body h2 {
    font-size: 55px;
    line-height: 1.2em;
}

body h3 {
    font-size: 42px;
    line-height: 1.2em;
}

body .classic-button {
    font-size: 35px;
    }

}

@media all and (max-width: 1360px) {
body .about {
    background-position: center right;
    background-position-x: -300px;
}

body .home_1 {
    background-position: center !important;
}

body .about_3 {
    height: auto;
}

body .classic-button {
    font-size: 36px;
    padding: 10px 30px;
}
}


@media all and (max-width: 1280px) {

body .sf-menu a,
body .mobile-menu a  {
        font-size: 21px;
}
}
@media all and (max-width: 1200px) {

	.shirutim-icon-box h5 {
    line-height: 1;
    font-size: 24px;
    min-height: 50px;
}
	 #shirutim-icon-loop .slick-prev {
	    right: -20px;
	}
	#shirutim-icon-loop .slick-next {
    left: -20px;
}
}

@media all and (max-width: 1024px) {

body .shirut_1 .col-sm-12 {
    padding-left: 20px;
}

body .about_3 {
    padding: 20px;
}

body .nav-main .sf-menu .sub-menu li a {
    font-size: 18px;
}

header .logo {
    width: 10%;
}

body .sf-menu {
    margin-top: 20px;
}

body ul.social-links li a .social-icon:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

body .sf-menu a, body .mobile-menu a {
    margin-right: 5px;
    margin-left: 0px;
}

body .to-whom,
body .counter,
body #footer,
body .home_1,
body .about,
body .cases-result,
body .mikre_1,
body .shirut_1,
body .subservice_1,
body .subservice_2,
body .about_1,
body .support_1 {
    height: auto;
    display: block;
    padding: 40px 20px 40px 20px;
}

body .mikre_1,
body .cases-result {
    padding-top: 40px;
}

body .mikre-one {
    display: block;
    padding: 0 15px;
}

body .about_3,
body .about_1,
body .home_1,
body .about,
body .mikre_1,
body .shirut_1,
body .subservice_1,
body .subservice_2,
body .to-whom {
    background: rgb(29,127,164) !important;
    background: -moz-linear-gradient(left, rgba(29,127,164,1) 0%, rgba(3,157,221,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%) !important;
    background: linear-gradient(to right, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7fa4', endColorstr='#039ddd',GradientType=1 ) !important;
}

body .about .padding0 {
    width: 100%;
    padding: 0 15px !important;
}

body .about .classic-button {
    top: 15px;
    right: 0;
}

body .about ul li {
    padding: 10px 0 0px 0;
}

body .about h2 {
    padding: 0px;
}

h2.title {
    padding: 50px 0 0px 0;
}

.subservices-slider {
    padding: 0 20px 50px 20px;

}

body {
    font-size: 24px !important;
}

h2, h1 {
    font-size: 50px !important;
}

h5, h6 {
    font-size: 28px !important;
}

body .classic-button {
    font-size: 30px;
}

.home_1 ul li {
    font-size: 36px;
    height: 90px;
}

.home_1 ul li::before {

}

body .home_1 .classic-button {
    margin-left: 0;
    float: none;
}

body .to-whom .container h2 {
    padding-bottom: 0px;
}

body .mikre_1,
body .cases-result {
    padding-top: 40px;
}

body .mikre-one {
    display: block;
    padding: 0 15px;
}

.sf-menu>li>a {
    font-size: 18px !important;
}

.block .classic-button {
    float: none;
    padding: 0px 20px;
    top: 15px;
    font-size: 30px;
}

body .counter .pojo-numbers .pojo-numbers-number {
    font-size: 60px !important;
}

body .counter .pojo-numbers .pojo-numbers-title {
    font-size: 30px;
}

body .slick-slide img {
    width: 100%;
    height: auto;
    max-width: 110px;
}
body .slick-slide .icon-arrow {
    max-width: 50px;
}

body input[type="submit"] {
    font-size: 1em;
    line-height: 1.5em;
}

body .about_3 .column-6 {
    width: 90%;
    padding-bottom: 30px
}
.cases-result .img_cont {
    height: 180px;
}
body .subservice.slick-slide img {
    width: 85%;
    height: auto;
}
.shirutim-icon-box h5 {
    line-height: 1;
    font-size: 24px !important;
    min-height: 120px;
}
}

@media all and (max-width: 767px) {

body header .logo {
    width: auto;
}

body .home_1 .column-7 {

    padding-right: 20px;

}

body header .pull-right {
    display: none;
}

body {
    font-size: 21px !important;
}

body h2,
body h1 {
    font-size: 50px;
    line-height: 1;
}

body h4, body h3, body #sidebar-footer .widget-title {
    font-size: 28px;
    line-height: 1.3;
}
body h5,
body h6 {
    font-size: 28px;
}

h1.subtitle,
h2.subtitle,
.subtitle h2,
h3.subtitle,
.subservice_2 h5,
.subservice_2 h3,
h2.title {
    padding: 20px 0 0 0;
}

body #primary {
    margin-top: 0px;
}

body .support_1 {
    background: rgb(29,127,164) !important;
    background: -moz-linear-gradient(left, rgba(29,127,164,1) 0%, rgba(3,157,221,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%) !important;
    background: linear-gradient(to right, rgba(29,127,164,1) 0%,rgba(3,157,221,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7fa4', endColorstr='#039ddd',GradientType=1 ) !important;
}

#copyright .pull-right a {
    float: none;
}

.rtl #copyright .pull-right {
    float: none !important;
}

body #primary #content #main #breadcrumbs {
    display: none;
}

.layout-section #primary > .container #content {
    margin-top: 0;
}

body header .logo {
    width: 70%;
}

body.rtl #header.logo-left .nav-main {
    text-align: right;
}

#header, .sticky-header {
    padding: 0;
}

header .pull-right {
    display: none;
}

body.rtl .navbar-toggle {
    float: left;
    top: 25px;
    z-index: 99999999;
    position: relative;
    background: #fff;
}

#pojo-a11y-toolbar {
    top: 130px !important;
}
body .counter {
    padding: 20px 0;
}

body .counter-icon {
    margin-top: 170px;
}

body .counter-icon::before {
    background-size: 100% !important;
    width: 90px;
    height: 110px;
    margin-top: -120px;
}

body .counter .pojo-numbers .pojo-numbers-number {
    font-size: 60px;
}

body .counter .advanced-column {
    margin-bottom: 0;
}


body #footer  {
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}

body ul {
    padding-right: 20px;

}

body .submit-button {
    float: none;
}

body input[type="submit"] {
    border-radius: 10px;
    padding: 5px 30px;
    margin-top: 10px;
    margin-right: -20px;
	margin-bottom: 15px;
}

body .about ul li {
    padding: 0px 0 0px 0;

}

body .to-whom .container {
    padding-top: 20px;
}

body .to-whom .container h2 {
    padding-bottom: 20px;
}

body .about h2 {
    padding: 0 0 0px 0;
}

.home_1 h2 {
    margin-bottom: 0px;
    font-size: 30px !important;
    line-height: 1.3;
    margin-bottom: 20px;
}
body .padding0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

body .to-whom .block {
    height: auto;
    padding-bottom: 50px;
}

body .about_1 {
    padding: 0px;
}

body .about_1 ul {
    padding-right: 20px;
}

body .home_1 ul li {
    font-size: 22px;
    height: auto;
    margin: 10px;
}
body .home_1 ul li::before {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    right: 5px;
}

body .classic-button {
    font-size: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    float: none;
}

body .mikre-one .classic-button {
    position: relative;
    top: 10px;
    font-size: 20px;
    border-radius: 10px;
}

body .mikre-one p {
    margin: 10px 0;
}

body .block .classic-button {
    padding: 5px 20px;
    top: 20px;
    font-size: 20px;
}

body .about .classic-button {
    float: none;
    left: 0;
    right: 0;
    top: 15px;
    position: relative;
}

body .home_1 .classic-button {
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
}

#shirutim-icon-loop {
    height: auto;
    padding: 0;
}

#shirutim-icon-loop .desc {
    display: block !important;
}

.shirutim-icon-box img {
    position: relative;
    max-width: 80px;
}
.shirutim-icon-box {
    margin-bottom: 30px;
}

.shirutim-icon-box:hover .icon-default {
    opacity: 1 !important;
}

.shirutim-icon-box .icon-hover,
.shirutim-icon-box .icon-arrow,
.outer-box {
    display: none !important;
}

.shirutim-icon {
    text-align: center;
}

.shirut-desc {
    padding-top: 20px;
}

body .about p {
    padding-left: 0;
}

body .shirut_1 ul li::before,
body .mikre_1 ul li::before {
    font-size: 30px;
}

body .call img {
    max-width: 150px;
}

body.single-shirut .shirutim-icon-box {
    width: 100% !important;
}

.contact-info .telefon {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -25px;
}

.contact-info .mail {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/11/contact-icons3.png") no-repeat scroll right -200px;
    line-height: 28px;
    margin: 15px 13px 7px 0;
}

.contact-info {
    padding: 20px 0 30px 0;
}

.contact-us-form {
    padding: 0px;
}

.rtl #copyright .pull-left {
    float: none !important;
}

body .support_2 .submit-button {
    float: none;
    text-align: center;
}
#shirutim-icon-loop h1 {
    font-size: 40px !important;
    margin: 30px 0;
}
body .about h2 {
    font-size: 24px !important;
}
body .counter-icon {
    margin-top: 0;
}
body .counter-icon::before {
    background-size: 100% !important;
    width: 73px;
    height: 90px;
    margin-top: 0;
    position: relative;
    display: block;
}
.icon-eye::before {
    background-position: 0;
}
.block p {
    font-size: 18px;
    padding: 0 20px 20px;
}
body .cases-result .slick-prev::before, body .cases-result .slick-next::before ,
#shirutim-icon-loop .slick-prev::before, #shirutim-icon-loop .slick-next::before {
    width: 40px;
    height: 40px;
}
body .cases-result .slick-prev, body .cases-result .slick-next ,
#shirutim-icon-loop .slick-prev, #shirutim-icon-loop .slick-next {
    width: 40px;
    height: 40px;
}
.nav-main .navbar-collapse .mobile-menu>li a {
    padding: 10px 15px;
}
body ul li {
    padding: 0;
}
body .cases-result .slick-prev ,
#shirutim-icon-loop .slick-prev {

    right: -60px !important;
}
body .cases-result .slick-next ,
#shirutim-icon-loop .slick-next {
    left: -40px;
}
.nav-main, .navbar-toggle {
    display: none !important;
}
h2, h1 {
    font-size: 31px !important;
}
.support_2 .column-4.advanced-column {
    margin: 0;
    padding-right: 20px;
}
body .about .padding0 {
    width: 100%;
    padding: 0 !important;
}

body .about .padding0 .row > .padding0 {
    padding: 0 20px 0 0px !important;

}
.shirutim-icon-box h5 {
    min-height: auto;
}
}

@media all and (max-width: 480px) {


body .sf-menu a,
body .mobile-menu a  {

}

.support_2, .support_2 .advanced-columns {
    display: block;
}

.support_2 {
    padding: 30px 0;
}

body .home_1 ul li {
    font-size: 24px;
}

.block p {
    font-size: 21px;
}

body .call img {
    max-width: 100px;
}

body .slick-slide img {
    width: 200px;
    height: 200px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -5px;
}

[dir="rtl"] .cases-result .slick-prev {
    right: -30px;
}

[dir="rtl"] .subservices .slick-prev {
    right: -5px;
}
.cases-result .img_cont {
    height: 220px;
}
.slick-dotted.slick-slider.cases {
    width: 80%;
}
body .subservice.slick-slide img {
    width: 60%;
    height: auto;
}
body .about_3 .column-6 {
    width: 100%;
    padding-bottom: 30px;
}
.support_2 .column-4.advanced-column {
    margin: 0;
    padding-right: 0;
}

}

/*end media*/
