@charset "UTF-8";
/*
Theme Name: seo-up-th
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seoup
*/
* {
    box-sizing: border-box;
}
iframe[name="google_conversion_frame"] {
	position: fixed;
}
html, body{
	margin: 0px;
	padding: 0px;
    padding-top: 40px;	
	color: #202020;
	font-family: 'Rubik', sans-serif;	
	font-weight: 300;
	font-size: 20px;
	line-height: 1.56;	
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
form br {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h3 {
    font-weight: 700;
}
h1 {
    margin-top: 0;
    font-size: 55px;
    margin-bottom: -10px;
}
h2, .h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #005184;
	font-weight: 700;
	font-size: 40px;
}
h3, .h3 {
	font-weight: 700;
	font-size: 25px;
}
h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 25px;
}
p {
	margin-top: 0;
}
a {
	color: #202020;
}
ul {
    margin-top: 0;
    padding-right: 22px;
}
.desktop-xs {display: block;}
.mobile-xs {display: none;}
.desktop-md {display: block;}
.mobile-md {display: none;}
.nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-wrap ul li {
	margin: 0;
	padding: 0;
}
.nav-wrap ul li a {
	text-decoration: none;
}
.background-image {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;	
}
.background-image:before {
	content: '';
	display: block;
	padding-top: 56%;
}
.background-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.slick-slide {
	outline: 0;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 0;
	background: initial;
	color: #1aaf5e;
	outline: 0;
}
.slick-arrow.slick-next {
	left: calc(100% - 100px);
}
.slick-arrow.slick-prev {
	right: calc(100% - 100px);
}
ul.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;	
	margin: 77px 0 35px ;
	padding: 0;
	list-style: none;
}
ul.slick-dots li button {
	font-size: 0;
	width: 10px;
	height: 10px;
	margin: 5px;
    padding: 0;	
	border-radius: 50%;
	border: solid 1.3px #1aaf5e;
	background-color: transparent;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
	cursor: default;
}
ul.slick-dots li button:active,
ul.slick-dots li button:hover,
ul.slick-dots li button:focus,
ul.slick-dots li button {
	border: solid 1.3px #1aaf5e;	
	outline: 0;	
}
ul.slick-dots li.slick-active button:active,
ul.slick-dots li.slick-active button:hover,
ul.slick-dots li.slick-active button:focus,
ul.slick-dots li.slick-active button {
	border: solid 1.3px #1aaf5e;	
	background-color: #1aaf5e;
	outline: 0;	
}
.hide {
	display: none;
}
.padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.container {
	max-width: 1420px;
	margin-right: auto;
	margin-left: auto;
} 
.container-narrow {
	max-width: 736px;
	margin-right: auto;
	margin-left: auto;	
}
.header {
    /* width: 65%; */
    margin-bottom: 50px;
    /* margin-right: auto; */
    /* margin-left: auto; */
}
.header h2 {
    margin-bottom: 5px;
}
.header p {
	font-weight: 500;
}
.six-boxes {
	background-color: #eff4f8;
}
.six-boxes .header {
	margin-bottom: 75px;
}

.six-boxes .content .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.six-boxes .content .row .box {
    position: relative;	
	width: 28%;
    height: 380px;
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 35px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.six-boxes .content .row .box:hover .inner {
	/* display: none; */
}
.six-boxes .content .row .box:hover .hover {
	/* display: block; */
}
.six-boxes .content .row .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
	box-shadow: inset 0 0 16px 0 #d1cdc7;
	background-color: #eff4f8;
	background-repeat: no-repeat;
	background-position: center;
    opacity: 0;
}
.six-boxes .content .row .box:hover .hover {
	transition: 0.35s;
    z-index: 1;	
    opacity: 1;	
}
.six-boxes .content .row .box .hover .hover-inner {
	padding: 20px;
}
.six-boxes .content .row .box .hover h3 {
	margin-top: 104px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	color: #005184;
}
.six-boxes .content .row .box a.button  {
	border-radius: 4px;
    background-color: #1aaf5e;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px;
    text-decoration: none;
}

.six-boxes .content .row .box .hover-inner .box-hover-text  {
  margin-top: 104px;
  margin-right: auto;
  width: 258px;
  height: 28px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #005184;
}
.six-boxes .content .row .box .box-hover-text {
	padding-top: 70px;
}
.six-boxes .content .row .box .box-hover-text a {
    text-decoration: none;
}
.six-boxes .content .row .box .box-hover-text p {
	width: 80%;
	min-height: 84px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	color: #202020;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	text-align: center;
}
.six-boxes .content .row .box .box-hover-text h3 {
	margin-top: 0;
}
.six-boxes .content .row .box .box-image {  
	height: 150px;
	margin-top: 85px;
}
.six-boxes .content .row .box .box-text { 
	margin-top: 10px;
}
.six-boxes .content .row .box .box-text a {
    text-decoration: none;
}
.six-boxes .content .row .box .box-text p { 
	display: none;

}
.six-icones {
	
}
.six-icones .content {
	margin-top: 45px;
}
.six-icones.has-border .content {
	border-bottom: solid 2px #202020;
}
.six-icones .content .row {
	display: flex;
	flex-wrap: wrap;
}
.six-icones.no-slider {
	padding-bottom: 20px;
}
.six-icones.no-slider .content .row {
	justify-content: center;
	width: 103%;
	margin-right: -1.5%;
}
.six-icones .content .box .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 102px;
}
.six-icones .content .box .inner img {
    max-width: 90%;
}
.six-icones.no-slider .content .row .box {
	width: 20%;
	padding: 10px 20px;
}
.six-icones.has-slider .content .box .inner {
	border-right: solid 1px #979797;
}
.six-icones.no-slider .content .row .box .inner {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.zigzag-box { 
    overflow: hidden;
	padding-bottom: 160px;
}
.zigzag-box .content .row { 
	display: flex;
	align-items: center;
    margin-top: -80px;
    margin-bottom: -80px;	
}
.zigzag-box .content .row:nth-child(2n+1) {
	flex-direction: row-reverse;
}
.zigzag-box .content .row .image {
	position: relative;
	width: 48%;
}
.zigzag-box .content .row .text {
	width: 52%;
}
.zigzag-box .content .row .text .inner {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 112%;
}
.zigzag-box .content .row .text .inner h3 {
    display: inline-block;
	position: relative;
	font-size: 168%;
    margin-bottom: 20px;
	padding-left: 10px;
}
.zigzag-box .content .row .text .inner h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	background-color: #202020;
}
.zigzag-box .content .row:nth-child(2n) .text .inner h3:before {
	right: 0px;
	width: 755px;
}
.zigzag-box .content .row:nth-child(2n+1) .text .inner h3:before {
	left: 0px;
	width: 506px;
}
.zigzag-box .content .row .text .inner h3:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
    transform: translate(-8px, 0px);
    background-color: #1aaf5e;
}
.zigzag-box .content .row .text .inner ul.gallery {
	display: flex;
	flex-wrap: wrap;
	padding-right: 0;
	list-style: none;
	margin-right: -5%;
}
.zigzag-box .content .row .text .inner ul.gallery li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 33.33%;
	height: 80px;
}
.zigzag-box .content .row .text .inner ul.gallery li img {
	max-width: 90%;
	max-height: 90%;
}
.zigzag-box .content .row .text .inner ul.gallery li:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 41px;
	background-color: #979797;
}
.zigzag-box .content .row .text .inner ul.gallery li:nth-child(3n):after {
	display: none;
}
.article .content .box .top-row {
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	font-size: 77%;
}
.article .content .box .top-row .date {
    width: 26%;
	text-align: left;
}
.article .content .box .top-row .category-wrap {
    width: 72%;
}
.article .content .box .top-row a.category {
    display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px 12px;
    border-radius: 4px;
    background-color: #005184;
    color: #ffff;
    font-weight: 500;
	text-decoration: none;
}
.article .content .box link{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	color: #1aaf5e;
}
.article .content .row {
	display: flex;
	flex-wrap: wrap;	
	width: 107%;
    margin-right: -3.5%;	
}
.article .content .box  {
    width: 26.33%;
    margin: 30px 3.5%;
}
.article .content .box .h3 {
	margin-top: 10px;
}
.article .content .box .h3 a {
	text-decoration: none;
}
.article .content .box .link-wrap {
	color: #1aaf5e;
	font-size: 88%;
	font-weight: 500;
}
.article .content .box .link-wrap a.link {
	color: #1aaf5e;
}
/*footer*/
.site-footer .padding {
	padding-bottom: 0;
}
.footer-logo {
	width: 6.25vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
.light-gray-footer {
	background-color: #f5f5f5;
}
.footer-menu-wrap {
    display: flex;
	flex-wrap: wrap;
}
.footer-menu {
	width: 20%;
}
.footer-menu ul {
	padding-right: 0;
	list-style: none;
}
.footer-menu ul li {
	margin-top: 0.5vw;
	color: #005184;
}
.footer-menu > div > ul > li {
    width: 90%;
	font-size: 1vw;
}
.footer-menu > div > ul > li > a {
	font-weight: 700;
}
.footer-menu ul li a {
	color: #005184;
	font-size: 1vw;
	text-decoration: none;
}
.footer-menu ul li ul li {
	/* font-weight: 400; */
    margin-top: 0.5vw;
}
.footer-menu ul li ul li a {
	color: black;
}
.all-sides-footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-three-logo .three-logo-row {
	display: flex;
}
.footer-left {
	width: 25%;
}
.footer-right {
	width: 75%;
}
.footer-box {
    width: 100%;
    height: auto;
    padding: 31px 0 11px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
    border: solid 4px #ffffff;
    background-color: #1aaf5e;
	
}
.footer-under-line {
	width: 100%;
	margin: 50px 0 0;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: solid 1px #979797;
	color: #202020;
	font-size: 75%;
	text-align: center;
}
.footer-three-logo .three-logo-row .the-logo {
	width: 2.5vw;
	margin-left: 1vw;
}

.footer-box .text {
	color: #ffff;
	font-size: 88%;
}
.footer-box .text h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
}
.footer-box .text p {
	margin-top: 0px;
}
.footer-newsletter {
	font-weight: 500;
	font-size: 1vw;
}
.footer-newsletter strong {
	margin-top: 0.5vw;
	margin-bottom: 0.5vw;
	font-weight: 700;	
	font-size: 1.8vw;
	line-height: 1.2;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter form .es-field-wrap {
	line-height: 0;
}
.footer-newsletter form input[type="email"] {
	width: 50%;
    margin-top: 0.8vw;	
	border: 0;
	border-bottom: 1px solid #202020;
	background-color: transparent;
	color: #202020;	
	font-weight: 300;
	font-size: 1vw;
	line-height: 1.4;
}
.footer-newsletter form input[type="email"]::-webkit-input-placeholder {   	color: #202020;	font-weight: 300;}
.footer-newsletter form input[type="email"]:-moz-placeholder {   				color: #202020;	font-weight: 300;}
.footer-newsletter form input[type="email"]::-moz-placeholder {   			color: #202020;	font-weight: 300;}
.footer-newsletter form input[type="email"]:-ms-input-placeholder {     		color: #202020;	font-weight: 300;}
.footer-newsletter form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
	width: 47%;
	padding: 0.7vw 0.5vw;
	border: 0;
	border-radius: 0.25vw;
	background-color: #1aaf5e;
	color: #fff;
	font-weight: 500;	
	font-size: 0.9vw;
	text-align: center;
}

/*top block*/
.all-top-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.all-top-block .top-block-right {
	width: 40%;
}
.all-top-block .top-block-right h2 {
	margin-bottom: 0;
}
.all-top-block .top-block-left {
	width: 57%;
}
.all-top-block .top-block-right .image-one {
	/* margin-bottom: -88px; */
}
.all-top-block .top-block-right .image-one img {
	display: block;
}
.all-top-block .top-block-left .left-video iframe {
	width: 100%;
	height: 455px;
	border: 0;
}
.all-top-block .top-block-left .left-icones .icone-row  {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
    margin: 0 -2%;	
}
.all-top-block .top-block-left .left-icones .icone-row .box  {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 29.33%;
    height: 85px;
	margin-right: 2%;
    margin-left: 2%;
	margin-bottom: 30px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
.all-top-block .top-block-left .left-icones .icone-row .box img.lazyloaded {
    max-width: 90%;
}
.all-top-block .top-block-left .image-two {
	display: none;
}
/*loop loop*/
.loop-loop-title {
	position: relative;
}
.loop-loop-title img {
	position: absolute;
    top: -165px;
    left: -322px;
}
.loop-loop-box .box-row .big-box-title {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #202020;
	font-weight: 700;
	font-size: 134%;
	text-align: center;
}
.loop-loop-box .box-row {
	display: flex;
	flex-wrap: wrap;
}
.loop-loop-box .box-row {
	display: flex;
	flex-wrap: wrap;
}
.loop-loop-box .box-row .big-box {
    width: 24%;
    border-radius: 4px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
	padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
	
}
.loop-loop-box .box-row .big-box .top-green {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;	
	color: #1aaf5e;
	font-weight: 500;
}
.light-blue-back {
	background-color: #eff4f8;
}


.small-content {
	 margin-bottom: 13px;
	 text-align: center;
	 border-bottom: solid 0.5px #979797;
	 padding-bottom: 13px;

}
.small-content:last-child {
	 margin-bottom: 13px;
	 text-align: center;
	 border-bottom: none;
	 padding-bottom: 13px;
}
.small-content .number {
	margin-left: 7%;
}
.small-box-rows .small-content {
	display: flex;
	justify-content: space-between; 
	color: #202020;
	font-weight: 300;
	font-size: 18px;
}

/*slider-three-box*/
.slider-three-box {
	
}
.slider-three-box .box {
	/* margin-top: 100px; */
	/* transition: 1.3s; */
	position: relative;
	height: 525px;
}
.slider-three-box .box.slick-current {
	/* margin-top: 20px; */
	/* transition: 1.3s;	 */
}
.slider-three-box .box .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 260px;
	height: 260px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	padding: 30px 50px;
	overflow: hidden;
	transition: 1.3s;
}
.slider-three-box .box.slick-current .inner {
	width: 820px;
	height: 480px;	
	transition: 1.3s;	
}
.slider-three-box .box .image {
	display: flex;
	justify-content: center;
}
.slider-three-box .box .image img {
	display: inline-block;
}
.slider-three-box .box .text {
	max-height:0;
	overflow: hidden;
    transition:max-height 1.3s ease-out; 	
}
.slider-three-box .box.slick-current .text {
	transition:max-height 1.3s ease-out; 
	height:auto;
	max-height:500px; 
}


/*slider-three-box*/
.slider-arrows {
	background-image: url(img/slider-arrow-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slider-arrows-slider {
	width: 85%;
	width: 1620px;
	margin: 0 auto;
}
.slider-arrows .box {
	position: relative;
	height: 450px;
}
.slider-arrows .box p {
	opacity: 0;
	transition: 0.35s;
}
.slider-arrows .box.slick-current {

}
.slider-arrows .box.slick-current p {
	opacity: 1;
}
.slider-arrows .box .inner {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 340px;
	height: 340px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;	
	padding: 30px 50px;
	padding-top: 91px;
	overflow: hidden;
	transition: 1.3s;
}
.slider-arrows .box.slick-current .inner {
	width: 620px;
	height: 410px;	
	padding-top: 55px;	
	transition: 1.3s;	
}
.slider-arrows .box .image {
	display: flex;
	justify-content: center;
}
.slider-arrows .box .image img {
	display: inline-block;
}
.slider-arrows .box .text {
	max-height:0;
	overflow: hidden;
    transition:max-height 1.3s ease-out; 	
}
.slider-arrows .box.slick-current .text {
	transition:max-height 1.3s ease-out; 
	height:auto;
	max-height:500px; 
}
.slider-arrows .box .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #f5f5f5;
}
.slider-arrows .box.slick-current .image {
	background-color: #1aaf5e;	
}
.slider-arrows .box .image img {

}
.slider-arrows .box .image img.no-center {
	display: block;		
}
.slider-arrows .box .image img.center {
	display: none;
}
.slider-arrows .box.slick-current .image img.no-center {
	display: none;
}
.slider-arrows .box.slick-current .image img.center {
	display: block;
}

.ads {
	background-image: url(img/slider-arrow-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ads .content {
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0 60px;
	padding: 60px 1%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 10px 30px 5px rgba(0, 81, 132, 0.15);	
}
.ads .content .box {
	position: relative;
	width: 14.0%;
    margin-right: 1.33%;
    margin-left: 1.33%;
}
.ads .content .box:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 19px;
    left: -17px;
	width: 50px;
	height: 33px;
	background-image: url(img/ads-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.ads .content .box:last-child:before {
	display: none;
}

.back-image-slider {
	background-image: url("img/blueslider.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.quote-slider .header h2 {
	color: #ffff;
}
.quote-slider .content {
	color: #ffff;
}
.quote-slider ul.slick-dots {
    margin: 30px 0 35px;
}

.section-form .block {
	position: relative;
	margin-top: -150px;
	margin-bottom: 80px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.16);
}
.simple-text-image ~ .section-form .block {
	margin-top: 80px;	
}
.section-form .title {
	background-color: #1aaf5e;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.section-form .title h2 {
	margin: 0;
	color: #fff;
}
.section-form .form-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 72px;
	padding-bottom: 22px;	
	padding-right: 90px;
    padding-left: 90px;
}
.section-form .form-wrap .box {
	width: 18%;
}
.section-form input {
    width: 100%;	
	direction: rtl;
	border: 0;
    border-bottom: 1px solid #202020;
	font-family: 'Rubik', sans-serif;	
    font-size: 16px;
    line-height: 1.7;	
    text-align: right;
}
.section-form textarea {
    width: 100%;
    height: 26px;
	direction: rtl;
    margin-top: 5px;
    padding-top: 1px;
	border: 0;
    border-bottom: 1px solid #202020;
	font-family: 'Rubik', sans-serif;		
	font-size: 16px;
    line-height: 1;
    text-align: right;
}
.section-form .submit input {
    width: 100%;
	padding: 8px 37px;
    border: none;
	border-radius: 4px;
	background-color: #1aaf5e;
	color: #fff;
	font-size: 18px;
    text-align: center;	
    text-decoration: none;
    cursor: pointer;
	transform: translateY(-15px);
}

.image-text-top {
	position: relative;
}
.image-text-top .image {
	position: relative;
}
.image-text-top .image img {
	max-width: initial;
	width: 100%;
	min-height: 524px;
}
.image-text-top .text {
    position: absolute;
	z-index: 1;
	top: 30px;
	left: 0px;
	width: 100%;
}

h4 {
	    font-size: 30px;
}
.four-box {}
.four-box .title {
	margin-bottom: 30px;
}
.four-box .content {}
.four-box .content .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.four-box .content .row  .box {
	width: 21%;
}
.four-box .content .row  .box .image {
	margin-bottom: 20px;
}
.four-box .content .row  .box h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*top-text-form*/
.top-text-form {
	position: relative;
    padding-top: 30px;	
} 
.top-text-form:before,
.top-text-form:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 41px;
}
.top-text-form:before {
	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.36);
	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.36);
	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.36);	
	border-bottom: 20px solid #fff;
}
.top-text-form:after {
	background-image: url(img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
} 
.top-text-form .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;	
}
.top-text-form .image {
	width: 50%;
    direction: ltr;
	margin-bottom: 20px;
}
.top-text-form .image img {
	display: block;
}
.top-text-form .text {
	width: 50%;
    padding-bottom: 50px;	
}
.top-text-form .text h1 {
	margin-bottom: 10px;
	font-size: 60px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);	
}
.top-text-form .text .top {
	font-size: 22px;
	line-height: 1.4;
}
.top-text-form .text .top strong {
	font-weight: 500;
}
.top-text-form .text h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}
.top-text-form .text h5 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 20px;
}
.light-back {
	background-color: #eff4f8;
}
.section-form-kidum {
	width: 85%;
}
.section-form-kidum .box {
	margin-bottom: 15px;
}
.section-form-kidum .box input {
    width: 100%;	
	border: 0;
    border-bottom: 1px solid #979797;
	background-color: transparent;
	font-family: 'Rubik', sans-serif;	
    font-size: 16px;	
    text-align: right;
}
.section-form-kidum .box.submit {
	display: flex;
    position: relative;
}
.section-form-kidum .box.submit input {
	width: initial;
	margin-top: 10px;
	margin-right: auto;
    padding: 12px 70px;
    border: none;
    border-radius: 4px;
    background-color: #1aaf5e;
    color: #ffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../assets/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    top: 0;
}

.five-box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.five-box.has-arrow {
	position: relative;
}
.five-box.has-arrow:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(50% - 20px);
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
	margin: 0 auto;
}
.five-box .title {
	margin-bottom: 30px;
}
.five-box .row {
	display: flex;
	flex-wrap: wrap;
    margin-right: -2.5%;
    margin-left: -2.5%;	
}
.five-box .row .box{
	width: 28%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.five-box .row .box.center {
	text-align: center;
}
.five-box .row .box.five {
    width: 15%;
    margin-bottom: 50px;
}
.five-box .row .box.six {
    width: 12%;
    margin-bottom: 50px;
}
.five-box .row .box h3 {
	margin-top: -5px;
	margin-bottom: 10px;
}
.five-box .row .box .image {
	margin-bottom: 20px;
}
.five-box .row .box .image img {
	/* margin-right: -12px; */
}
.five-box.two-box .row .box{
	width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.five-box .row .box.two {
	width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.five-box .row .box.four {
	width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.sherutim {}
.sherutim .title {}
.sherutim .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sherutim .row .box {
	width: 23%;
	height: 370px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #eff4f8;
    background-repeat: no-repeat;
    background-position: center 32%;	
}
.sherutim .row .box .image {
	position: relative;
}
.sherutim .row .box .top {
}
.sherutim .row .box .text {
    height: 150px;
    width: 65%;
    margin: 110px auto 0;	
}
.sherutim .row .box .text strong {
	font-size: 120%;
    margin-bottom: 10px;
}
.sherutim .row .box .button-wrap {
	display: flex;
    justify-content: center;
}
.sherutim .row .box .button {
	padding: 8px 50px;
	border-radius: 4px;
	background-color: #1aaf5e;
	color: #fff;
	text-decoration: none;
}

.simple-text-image {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	box-shadow: inset 0 -6px 6px 0 rgba(0, 0, 0, 0.16);
}
.simple-text-image.no-shadow {
	box-shadow: initial;
}
.simple-text-image .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.simple-text-image .row .text {
	width: 50%;
	width: 56%;
	padding-top: 50px;
	font-weight: 400;
	font-size: 111%;
}
.simple-text-image .row .text h1 {
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);		
}
.simple-text-image .row .image {
	width: 40%;
	width: 35%;
	margin-bottom: -10px;
    overflow: hidden;	
}
.simple-text-image .row .image img {
	display: block;
	margin-bottom: -3px;
}

.simple-text .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
}
.simple-text.has-border .row {
	border-bottom: solid 2px #005184;
}
.simple-text .row .text {
    width: calc(88% - 240px);
    margin-left: 7%;
}
.simple-text .row .menu-wrap {
	width: 240px;
	height: 269px;
	padding: 10px 10px 10px 42px;
	border-radius: 10px;
	box-shadow: 0 10px 20px 2px rgba(0, 81, 132, 0.15);
}
.simple-text .row .menu-wrap .inner {
	height: 100%;
	overflow-y: auto;
    direction: ltr;	
}
.simple-text .row .menu-wrap .inner{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar { width: 20px; height: 3px;border-radius: 10px;}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar-button {  background-color: #f5f5f5; border-radius: 10px;display: none}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar-track {  background-color: #e8e8e8;border-radius: 10px;}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar-track-piece { background-color: #f5f5f5;border-radius: 10px;}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar-thumb { height: 50px; background-color: #e8e8e8; border-radius: 10px;}
.simple-text .row .menu-wrap .inner::-webkit-scrollbar-corner { background-color: #f5f5f5;border-radius: 10px;}
.simple-text .row .menu-wrap .inner::-webkit-resizer { background-color: #f5f5f5;}
.simple-text .row .menu-wrap ul {
	list-style: none;
    direction: rtl;	
}
.simple-text .row .menu-wrap ul li {
	padding: 16px 0;
	border-bottom: 1px solid #202020;
}
.simple-text .row .menu-wrap ul li a {
	display: block;
	width: 100%;
	padding: 9px 15px;
	border-radius: 22.5px;
	background-color: transparent;	
	color: #232323;
	text-align: center;
	text-decoration: none;
	transition: 0.35s;
}
.simple-text .row .menu-wrap ul li a:hover {
	background-color: #1aaf5e;	
	color: #fff;
}


.simple-zigzag {
	padding-top: 40px;
}

.simple-zigzag .content .box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.simple-zigzag .content .box:nth-child(2n+1) {
	 flex-direction: row-reverse;
}
.simple-zigzag .content.about .box {
	position: relative;
}
.simple-zigzag .content.about .box:nth-child(2n) {
	 flex-direction: row-reverse;
}
.simple-zigzag .content.about .box:nth-child(2n+1) {
	 flex-direction: row;
}
.simple-zigzag .content .box .image {
	display: flex;
	width: 50%;
}
.simple-zigzag .content .box:nth-child(2n) .image {
	justify-content: flex-start;
}
.simple-zigzag .content .box:nth-child(2n+1) .image {
	justify-content: flex-end;
}
.simple-zigzag .content .box .text {
	width: 50%;
}
.simple-zigzag .content.about .box .text {
	background-image: url(img/about-text-bg.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.simple-zigzag .content.about .box:nth-child(2n) .text {
	background-image: url(img/about-text-bg-a.png);
}
.simple-zigzag .content.about .box:last-child .text {
	background-image: url(img/about-text-bg-c.png);
}
.simple-zigzag .content.about .box .text h2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.simple-zigzag .content.about .box:nth-child(2n) .text h2 {
	right: 74%;
}
.simple-zigzag .content .box {
    margin-bottom: 50px;
}
.simple-zigzag .content.about .box .text {
    width: 72%;
    padding: 70px 150px;
}
.simple-zigzag .content.about .box .image {
    display: block;
    width: 28%;
    padding-top: 80px;	
	text-align: left;
}
.simple-zigzag .content.about .box:nth-child(2n) .image {
    text-align: center;
}
.simple-zigzag .content.about .box .image img {
    display: inline-block;
}

.google-menu {
	padding-bottom: 100px;
    padding-top: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.google-menu .content {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
    width: 100%;
    padding: 0px 30px 0px 180px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 5px rgba(0, 81, 132, 0.15);
    background-color: #ffffff;
}
.google-menu .content .right-warp {
	width: 37%;
}
.google-menu .content .left-warp {
    display: flex;
    align-items: center;	
	width: 50%;
	padding: 25px 0;
}
.google-menu .content .right-warp .right {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 26px 20px;
    padding-left: 0;
    font-size: 22px;	
    border-bottom: solid 1px #202020;
    border-left: solid 1px #202020;
	cursor: pointer;
}
.google-menu .content .right-warp .right:last-child {
    border-bottom: none;
}
.google-menu .content .right-warp .right.active {
	border-left: none;
	cursor: default;
	color: #1aaf5e;
	font-weight: 500;
}
.google-menu .content .right-warp .right .green-icone {
	display: none;	
    color: #1aaf5e;
	font-size: 30px;	
	line-height: 1;
}
.google-menu .content .right-warp .right.active .green-icone {
	display: block;	
}
.google-menu .content .right-warp .right .box {
	display: flex;
	align-items: center;	
}
.google-menu .content .right-warp .right .box .image {
	display: flex;
	justify-content: center;
	width: 90px;
	height: 50px;	
}
.google-menu .content .right-warp .right .box .image .not-selected {
	display: block;
}
.google-menu .content .right-warp .right .box .image .selected {
	display: none;
}
.google-menu .content .right-warp .right.active .box .image .not-selected {
	display: none;
}
.google-menu .content .right-warp .right.active .box .image .selected {
	display: block;
}
.google-menu .content .right-warp .right .box .image img {
	display: inline-block;
}
.google-menu .content .right-warp .right .box .text p {
	margin: 0;
}


.text-images-loop .content {
	width: 95%;
}
.text-images-loop .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
    margin: 0 -2%;	
}
.text-images-loop .row .box  {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 16%;
    height: 85px;
	margin-right: 2%;
    margin-left: 2%;
	margin-bottom: 30px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}


.text-lines-text .content {
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;	
	font-size: 21px;
}
.text-lines-text .content strong {
	color: #1aaf5e;
	font-size: 24px;
}

.table-text {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.table-text .row {
	display: flex;
	width: 104%;
    margin-right: -2%;	
}
.table-text .table-right {
    width: 38%;
    /* height: 481px; */
    margin-left: -4%;
    background-image: url(img/table-right.svg);
    background-image: url(img/table-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.table-text .table-right .inner {
    width: 69%;
    margin: 95px auto 0;
    padding-left: 30px;
    padding-bottom: 80px;	
}
.table-text .table-right .table-row {
	display: flex;
	justify-content: space-between;
	padding: 8px 5px;
	border-bottom: solid 1px #979797;
}
.table-text .table-right .table-row:first-child,
.table-text .table-right .table-row:last-child {
	border-bottom: 0;
}
.table-text .table-right .table-row:first-child {
	font-weight: 500;
	margin-bottom: 20px
}
.table-text .table-left {
	width: 70%;
    /* height: 480px; */
	background-image: url(img/table-left.svg);
	background-image: url(img/table-left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;	
}
.table-text .table-left .inner {
	width: 70%;
	margin: 95px auto 0;
    padding-bottom: 80px;	
}
.table-icons {
    display: flex;
    margin-top: 15px;
}
.table-icons .table-col-image {
    width: 60px;
    margin-left: 20px;
}
.table-icons .table-col-text {
    width: calc(100% - 80px);
}
.table-icons .table-col-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 1.2;
}

.last-page-container {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.last-page .image {
	
}
.last-page .text {
	
}
.last-page .row {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	justify-content: space-around;
    margin-top: 34px;

	
}
.box-last {
	width: 30%;
    height: 30px;
}
.last-page .row .two-buttom {

  width: 193px;
  height: 43px;
  padding: 8px 24px 10px;
  border-radius: 4px;
  background-color: #1aaf5e;
}
.last-page .row .header {
	
	width: 30%;
}
.last-page .row .one-buttom {
 width: 193px;
  height: 43px;
  padding: 5px 24px 10px;
  border-radius: 4px;
  border: solid 2px #1aaf5e;
  background-color: #ffffff;
}
.row .two-buttom a {
	 color: #ffff;
	text-decoration: none;

}
.row .one-buttom a {
	 color: #202020;


}

a.button {
    text-decoration: none;
}
.contact-us .all-in-con {
	display: flex;
	flex-wrap: wrap;

}
.contact-us .all-in-con .right-con {
	width: 50%;

}
.contact-us .all-in-con .left-con {
	width: 50%;
}

.mobile-buttons {
	position: fixed;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 21px 7px;
	background-color: #fff;
	box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.15);	
}
.mobile-buttons .inner { 
	display: flex;
	justify-content: center;
}
.mobile-buttons .inner a {
    display: flex;
    align-items: center;
    width: 33%;
    height: 45px;
    padding: 6px 4px 6px 4px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 26px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #202020;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 500;
}
.mobile-buttons .inner a.green { 
	background-color: #1aaf5e;
	border-color: #1aaf5e;	
	color: #fff;
}
.mobile-buttons .inner a .svg { 
	width: 33px;
	height: 33px;	
}
.mobile-buttons .inner a .text { 
	width: calc(100% - 33px);
	line-height: 1;	
	text-align: center;
}


.whats-button {
	position: fixed;
	z-index: 1;
	left: -31px;
	top: calc(50vh - 70px);
	cursor: pointer;
}
.whats-button a{
	text-decoration: none;
}
.whats-button span.box { 
	display: flex;
	align-items: center;
	width: 161px;
	height: 45px;	
	padding: 6px 10px 6px 9px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 26px;	
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);	
	font-size: 18px;
	font-weight: 500;	
}
.whats-button span.box .svg { 
	width: 33px;
	height: 33px;	
}
.whats-button span.box .text { 
	width: 150px;
	padding-left: 12px;	
	line-height: 1;	
	text-align: center;
}


.contact-button {
	position: fixed;
	z-index: 1;
	left: -31px;
	top: calc(50vh - 10px);
	cursor: pointer;
}
.contact-button span.box { 
	display: flex;
	align-items: center;
	width: 161px;
	height: 45px;	
	padding: 6px 10px 6px 9px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 26px;	
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);	
	font-size: 18px;
	font-weight: 500;	
}
.contact-button span.box .svg { 
	width: 33px;
	height: 33px;	
}
.contact-button span.box .text { 
	width: 150px;
	padding-left: 12px;	
	line-height: 1;	
	text-align: center;
}



.postpagination {
    display: flex;
    justify-content: center;
    width: 100%;
    direction: ltr;
}
.postpagination .page-link {
    padding: 12px;
}
.postpagination .page-link a {
    text-decoration: none;
}
.postpagination .page-link.arrow a {
    color: #1aaf5e;
    font-weight: 700;
}
.postpagination span.this-page {
    color: #1aaf5e;
    font-weight: 700;
}


.section-thanks  {
	color: #202020;	
	font-weight: 400;
	font-size: 24px;
}
.section-thanks h1 {
	margin-bottom: 20px;
	color: #1aaf5e;	
	font-size: 60px;
}
.section-thanks .row {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	color: #202020;
	font-weight: 700;
	font-size: 21px;
}
.section-thanks .row .box {
	padding: 10px;
}
.section-thanks .row .box a {
    padding: 5px 10px 4px;
    border-radius: 4px;
    background-color: #1aaf5e;
    border: solid 2px #1aaf5e;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: 0.35s;
    text-decoration: none;

    padding: 6px 20px 7px;
    font-size: 18px;
} 
.section-thanks .row .box a.negative {
    background-color: #fff;
    border: solid 2px #1aaf5e;
    color: #202020;
} 
#breadcrumbs {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}
.header-none {
	margin-top: 30px;
	margin-bottom: -30px;
}

/*popups*/
.popup .inner .box {
    max-width: 940px;
	margin-top: 100px;
    overflow: hidden;
}
.popup .inner .box .content {
	
}
.popup .inner .box .title {
	margin-bottom: 40px;
	color: #005184;	
    font-weight: 400;	
    font-size: 23px;
    line-height: 1;
}
.popup .inner .box .title h2 {
    line-height: 1;
}
.popup .inner .box .text p {	
	margin-bottom: 10px;
}
.popup .inner .box .text strong {	
	color: #005184;
	font-size: 21px;
}
.popup .inner .box .image img {	
    margin-right: -23px;
    margin-bottom: -52px;
}
.popup .popup-form {
    position: relative;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 16%);
	overflow: hidden;	
}
.popup  h3 {
	width: 100%;
    margin: 0;
    padding: 8px;
    background-color: #1aaf5e;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.popup form {
    padding: 1px 20px;
	text-align: center;
}
.popup form p {
    margin: 0;
}

.popup .row {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;	
}
.popup .row-col {
	display: flex;
	justify-content: center;	
}
.popup .row-col .col {
	width: 25%;
}
.popup .col-submit {
	display: flex;
	justify-content: center;
	position: relative;
}
.popup input[type="tel"],
.popup input[type="email"] {
	text-align: right;
}
.popup input,
.popup textarea {
	font-family: 'Rubik', sans-serif;
	width: 170px;
	margin-right: 15px;
	margin-left: 15px;
}
.popup input {
    direction: rtl;
    border: 0;
    border-bottom: 1px solid #202020;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: right;
}
.popup textarea {
    height: 26px;
    direction: rtl;
    margin-top: -5px;
    padding-top: 1px;
    border: 0;
    border-bottom: 1px solid #202020;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: right;
	transform: translateY(10px);	
}
.popup input[type="submit"] {
	margin-top: 20px;	
    padding: 8px 37px;
    border: none;
    border-radius: 4px;
    background-color: #1aaf5e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.popup#before-leave-popup .text {
	width: 50%;
}
.popup#before-leave-popup .wpcf7-form-control-wrap {
    display: block;
    min-height: 60px;
}
.popup#before-leave-popup input,
.popup#before-leave-popup textarea {
    width: calc(100% - 30px);
}
.popup#before-leave-popup input {
    /* margin-top: 30px; */
}
.popup#before-leave-popup textarea {
    /* margin-top: 37px; */
    margin-top: 7px;
    transform: translateY(0px);
    margin-bottom: 10px;
}
.popup#before-leave-popup form {
    padding: 20px 20px 1px;
}
@media(min-width: 2000px){
	/*footer*/
	.footer-logo {
		width: 130px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-menu ul li {
		margin-top: 10px;
	}
	.footer-menu > div > ul > li {
		font-size: 18px;
	}
	.footer-menu ul li a {
		font-size: 18px;
	}
	.footer-menu ul li ul li {
		margin-top: 10px;
	}
	.footer-three-logo .three-logo-row .the-logo {
		width: 50px;
		margin-left: 20px;
	}
	.footer-newsletter {
		font-size: 18px;
	}
	.footer-newsletter strong {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 36px;
	}
	.footer-newsletter form input[type="email"] {
		margin-top: 8px;	
		font-size: 18px;
	}
	.footer-newsletter form input[type="submit"] {
		padding: 12px 10px;
		border-radius: 5px;
		font-size: 16px;
	}

}
@media(max-width: 1700px){
	.slider-arrows-slider {
		width: 1250px;
	}
	.slider-arrows .box .inner {
		width: 240px;
	}
	.slider-arrows .box.slick-current .inner {
		width: 500px;
	}
	
	/*popups*/
	.popup .inner .box {
		max-width: 47vw;
	}
	.popup .inner .box .content {
		
	}
	.popup .inner .box .title {
		margin-bottom: 2vw;
		font-size: 1.3vw;
	}
	.popup .inner .box .text p {	
		margin-bottom: 0.5vw;
		font-size: 1vw;		
	}
	.popup .inner .box .text strong {	
		font-size: 1.15vw;
	}
	.popup .inner .box .image img {	
		width: 24vw;
		margin-right: -1vw;
		margin-bottom: -3.5vw;
	}
	.popup .inner .box .title h2 {
		font-size: 2.2vw;
	}
	.popup .popup-form h3 {
		padding: 0.75vw;
		font-size: 1.3vw;
	}
	.popup .popup-form form {
		padding: 1px 1vw;
	}
	.popup input,
	.popup textarea {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
	.popup input {
		font-size: 0.9vw;
	}
	.popup textarea {
		height: 1.3vw;
		margin-top: -0.25vw;
		padding-top: 1px;
		font-size: 0.8vw;
		transform: translateY(0.5vw);	
	}
	.popup input[type="submit"] {
		max-width: 10vw;		
		margin-top: 1vw;	
		padding: 0.5vw 2vw;
		font-size: 1vw;
	}
	.wpcf7-not-valid-tip {
		font-size: 1vw;
	}
	.wpcf7 form .wpcf7-response-output {
		margin: 0vw;
		font-size: 1vw;
	}
	.popup#before-leave-popup .wpcf7-form-control-wrap {
		min-height: 3vw;
	}
}
@media(max-width: 1590px){
	.loop-loop-title img {	
		top: -210px;
		left: -16vw;
		width: 16vw;
	}
	.ads .content .box h3 {
		width: 50%;
		line-height: 1.2;
	}
	.ads .content .box:before {
		top: 28px;
		left: -2px;
	}
}
@media(max-width: 1550px){
	.slider-three-box .box {
		position: relative;
		height: 700px;
	}
	.slider-three-box .box.slick-current .inner {
		width: 600px;
		min-height: 480px;
		height: auto;
	}
	.container {
		max-width: 1260px;
	}
	.article .content .box .top-row .date {
		width: 30%;
	}
	.article .content .box .top-row .category-wrap {
		width: 68%;
	}
	.zigzag-box .content .row:nth-child(5) .text .inner h3:before {
		width: 300px;
	}
}
@media(max-width: 1450px){
	.container {
		width: calc(100% - 40px);
	} 
	.all-top-block .top-block-left .left-video iframe {
		width: 100%;
		height: 30.5vw;
		border: 0;
	}
}
@media(max-width: 1370px){
	.container {
		max-width: 1200px;
	}
	.table-text .table-left .inner {
		margin: 102px auto 0;
		font-size: 90%;
	}
}
@media(max-width: 1300px){
	.article .content .row {
		width: 100%;
		margin-right: 0%;
	}
	.article .content {
		width: 100%;
		margin-right: 0%;
	}
	.article .content .box {
		width: 30.33%;
		margin: 30px 1.5%;
	}
	.five-box .row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.five-box .row .box {
		width: 28%;
		margin-right: 20px;
		margin-left: 20px;
	}
	
	.slider-arrows {
		background-color: #eff4f8;		
		background-position: right top;
		background-size: 200% auto;
	}
	.slider-arrows-slider {
		width: calc(100% - 40px);
	}
	.slider-arrows .box {
		height: auto;
	}	
	.slider-arrows .box .inner,
	.slider-arrows .box.slick-current .inner {
		position: initial;
		transform: initial;
		width: 100%;
		max-width: 500px;
		height: auto;
		margin: 30px auto;
	}
	.slider-arrows .box .inner {
		/* width: 240px; */
	}
	.slider-arrows .box.slick-current .inner {
		/* width: 500px; */
	}
}
@media(max-width: 1199px){
	html, body {
		padding-top: 30px;
	}
	.loop-loop-box .box-row .big-box {
		width: 49%;
	}
	.loop-loop-title img {
		top: -210px;
		left: -116px;
		width: 174px;
	}
	.section-form .form-wrap {
		padding-top: 48px;
		padding-bottom: 0px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.six-boxes .content .row .box {
		width: 42%;
	}
	.slider-three-box .box {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.slider-three-box .box .inner {
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
		height: auto;
		margin-right: auto;
		margin-left: auto;		
	}
	.slider-three-box .box.slick-current .inner {
		min-height: auto;
		height: auto;
	}
	ul.slick-dots {
		margin: 0 0 10px;
	}
	.quote-slider ul.slick-dots {
		margin: 0;
	}
	.simple-text-image .row .text {
		padding-top: 0px;
	}
	
	.five-box .row .box.five {
		width: 22%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	
	.table-text .row {
		width: 100%;
		margin-right: 0%;
		flex-wrap: wrap;
	}
	.table-text .table-right {
		width: 333px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 90px;
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(50% + 30px) calc(100% - 30px), 50% 100%, calc(50% - 30px) calc(100% - 30px), 0 calc(100% - 30px));
		background: #fff;
	}
	.table-text .table-right .inner {
		width: 90%;
		margin: 20px auto 0;
		padding-left: 0;
		padding-bottom: 0px;
	}
	.table-text .table-left {
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 20px;
		clip-path: polygon(calc(50% + 30px) 0, 100% 0%, 100% 100%, 0 100%, 0 0, calc(50% - 30px) 0, 50% 30px);
		background: #fff;
	}
	.table-text .table-left .inner {
		margin: 20px auto 0;
		padding-bottom: 0px;		
		font-size: 100%;
	}
	.table-icons {
		flex-wrap: wrap;
	}
	.table-icons .table-col-text {
		width: 100%;
	}
}
@media(max-width: 991px){
	html, body {
		font-size: 16px;
	}
	
	.desktop-md {display: none;}
	.mobile-md {display: block;}
	
	h1 {
		font-size: 36px;
	}	
	h2, .h2 {
		font-size: 28px;
	}
	.header {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.image-text-top .image {
		overflow: hidden;
	}
	.image-text-top .image img {
		width: 150%;
		margin-right: -25%;
	}
	
	.section-form .block {
		margin-top: -51px;
		margin-bottom: 30px;
	}
	
	.all-top-block .top-block-left .image-two {
		display: block;
	}
	.all-top-block .top-block-right .image-one {
		display: none;
	}
	.all-top-block .top-block-right {
		width: 100%;
	}
	.all-top-block .top-block-left {
		width: 100%;
	}
	.all-top-block .top-block-left .left-video iframe {
		height: 52.5vw;
	}
	
	.top-text-form .row {
		flex-direction: column-reverse;
	}
	.top-text-form .text .top {
		font-size: 18px;
	}
	.top-text-form .text h1 {
		margin-bottom: 10px;
		font-size: 38px;
	}
	.top-text-form .text h2 {
		font-size: 28px;
	}
	
	.top-text-form .text {
		width: 100%;
		padding-bottom: 50px;
	}
	.top-text-form .image {
		max-width: 340px;
		direction: ltr;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}
	
	.section-form-kidum {
		width: 100%;
	}
	.section-form-kidum .box.submit input {
		margin-left: auto;
	}
	
	.five-box.has-mobile-slider .title,
	.four-box .title {
		text-align: center;	
	}
	.five-box.has-mobile-slider .row .box,
	.four-box .content .row .box {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.five-box.has-mobile-slider .row .box .image img,
	.four-box .content .row .box .image img {
		display: inline-block;
	}
	.five-box.has-mobile-slider .row ul.slick-dots,
	.four-box .content .row ul.slick-dots	{
		margin: 0 auto;
	}
	
	.five-box {
		background-position: bottom left;
		background-size: 950px auto;		
	}
	.five-box .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.five-box .row .box {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
	.five-box .row .box.two {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
	}
	.five-box .row .box.four {
		width: 45%;
		margin-bottom: 40px;
	}
	.five-box .row .box.five {
		width: 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	
	.six-boxes .content .row .box {
		width: 40%;
	}
	.six-boxes .content .row .box .inner {
		display: none;
	}
	.six-boxes .content .row .box .hover {
		display: block;
	}
	.six-boxes .content .row .box .hover {
		z-index: 1;
		opacity: 1;
	}
	
	.six-icones.no-slider .content .row .box {
		width: 26%;
	}
	.six-icones .content .box .inner {
		border: 0;
	}
	.six-icones .content .box .inner img {
		max-width: 70%;
		max-height: 70%;
	}
	
	
	.article .content .box  {
		width: 46%;
	}
	
	.section-form .form-wrap {
		flex-wrap: wrap;
		padding-top: 14px;
	}
	.section-form .title  {
		font-size: 28px;
	}
	.section-form .title h2 {
		font-size: 28px;
	}
	.section-form .form-wrap .box {
		width: 47%;
		margin-top: 25px;
		margin-bottom: 6px;
	}
	.section-form .form-wrap .box.submit {
		width: 100%;
	}
	.section-form .submit input {
		transform: translateY(0px);
	}
	
	.loop-loop-title img {
	    top: -144px;
		left: 0px;
		width: 116px;
	}
	
	.sherutim .row .box {
		height: 285px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.sherutim .row .box .text {
		height: 120px;
		width: 65%;
		margin: 77px auto 0;
	}
	
	.simple-zigzag .content .box {
		margin-bottom: 40px;
		flex-direction: column-reverse;
	}
	.simple-zigzag .content .box:nth-child(2n) {
		flex-direction: column-reverse;
	}
	.simple-zigzag .content .box .image {
		width: 100%;
	}
	.simple-zigzag .content .box .text {
		width: 100%;
	}
	
	.simple-zigzag .content.about .box {
		flex-wrap: wrap;
	}
	.simple-zigzag .content.about .box .text {
		width: 100%;
		padding: 20px 0px;
		background-image: initial;
	}
	.simple-zigzag .content.about .box:nth-child(2n) .text {
		background-image: initial;
	}
	.simple-zigzag .content.about .box:last-child .text {
		background-image: initial;
	}
	.simple-zigzag .content.about .box:nth-child(2n) .text h2 {
		right: 50%;
		width: 50%;
		text-align: center;
	}
	.simple-zigzag .content.about .box .image {
		width: 50%;
		margin-right: auto;
		padding-top: 0px;
		text-align: center;
	}
	.simple-zigzag .content.about .box:nth-child(2n) .image {
		margin-left: auto;
		margin-right: 0;
		text-align: center;
	}
	
	.zigzag-box {
		padding-bottom: 30px;
	}
	.zigzag-box .content .row {
		margin-top: 0px;
		margin-bottom: 0px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.zigzag-box .content .row:nth-child(2n+1) {
		flex-direction: column-reverse;
	}
	.zigzag-box .content .row .text {
		width: 100%;
	}
	.zigzag-box .content .row .image {
		width: 230px;
		margin-left: auto;
		margin-bottom: -139px;
	}
	.zigzag-box .content .row[data-slick-index="4"] .image {
		margin-bottom: -90px;
	}
	.zigzag-box .content .row[data-slick-index="3"] .image {
		margin-bottom: -120px;
	}
	.zigzag-box .content .row[data-slick-index="2"] .image {
		margin-bottom: -120px;
	}
	.zigzag-box .content .row:nth-child(2n) .text .inner h3:before {
		right: inherit;
		width: 80vw;
		left: 0;
	}
	.zigzag-box .content .row:nth-child(2n+1) .text .inner h3:before {
		left: 0px;
		width: 80vw;
	}
	.zigzag-box .content .row .text .inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
	}
	.zigzag-box .content .row .text .inner h3 {
		width: 100%;
		margin-bottom: 40px;
		font-size: 21px;
		text-align: left;
	}
	.zigzag-box .content .row .text .inner h3:before {
		height: 1px;
	}
	.zigzag-box .content .row .text .inner h3:after {
		width: 7px;
		height: 7px;
	}
	
	.google-menu {
		padding-bottom: 40px;
		padding-top: 40px;
		background-position: right top;
		background-size: 200%;
	}
	.google-menu .content {
		width: 100%;
		padding: 0px 20px 0px 20px;
	}
	.google-menu .content .left-warp {
		display: none;
	}
	.google-menu .content .right-warp {
		width: 100%;
	}		
	.google-menu .content .right-warp .right {
		flex-wrap: wrap;		
		padding: 26px 0px;
		border-left: 0;
		font-size: 22px;
	}
	.google-menu .content .right-warp .right .box .image {
		width: 32px;
	}
	.google-menu .content .right-warp .right .box .text {
		padding: 0 15px;
	}
	.google-menu .content .right-warp .right .green-icone {
		display: block;
		color: #202020;
		opacity: 0.5;
		transition: 0.35s;
	}
	.google-menu .content .right-warp .right.active .green-icone {
		display: block;
		color: #1aaf5e;
		opacity: 1;
		transform: translate(0px, 0px) rotate(-90deg);		
	}
	.google-menu .content .right-warp .right .left  {
		width: 100%;
		width: 100%;
	}
	.google-menu .content .right-warp .right .left .image {
		display: none
	}
	.google-menu .content .right-warp .right .left .text {
		margin-top: 20px;
		margin-bottom: -20px;
	}
	.google-menu .content .right-warp .right.active .left .text {
		cursor: initial;
		color: #202020;
		font-size: 18px;
		font-weight: 300;
	}
	
	.ads .content {
		margin: 40px 0 40px;
		padding: 20px 0;
	}
	.ads .content .box {
		width: calc(100% - 50px);
		margin-right: 25px;
		margin-left: 25px;
		margin-bottom: 20px;
		padding-bottom: 40px;
	}
	.ads .content .box:last-child {
		padding-bottom: 0px;
	}
	.ads .content .box h3 {
		width: 100%;
	}
	.ads .content .box:before {
		top: auto;
		left: auto;
		right: 0;
		bottom: 0;
		transform: rotate(-90deg);
	}
		
	/*footer*/
	.site-footer {
		padding-bottom: 30px;
	}
	.site-footer .container.padding {
		padding-top: 20px;
	}
	.footer-logo {
		width: 104px;
		padding-top: 1vw;
		padding-bottom: 1vw;
	}
	.all-sides-footer {
		flex-direction: column-reverse;
	}
	.footer-right {
		width: 100%;
	}
	.footer-menu-wrap {
		margin-top: 40px;
	}
	.footer-menu ul li {
		margin-top: 5px;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
    .footer-left {
		width: 100%;
	} 
	.footer-three-logo .three-logo-row .the-logo {
		width: 42px;
		margin-left: 10px;
	}
	.footer-newsletter {
		font-size: 16px;
		max-width: 380px;
	}
	.footer-newsletter strong {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 28px;
	}
	.footer-newsletter form input[type="email"] {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.footer-newsletter form input[type="submit"] {
		position: initial;
		width: 100%;
		padding: 11px 5px;
		border-radius: 4px;
		font-size: 16px;
	}

}
@media(max-width: 767px){
	
	.destop-xs {display: none;}
	.mobile-xs {display: block;}
	
	.header {
		margin-bottom: 20px;
	}
	.padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.container {
		width: calc(100% - 40px);
	} 
	.container-narrow {
		width: calc(100% - 40px);		
	}

	.slick-arrow.slick-prev {
		right: calc(100% - 20px);
	}
	.slick-arrow.slick-next {
		left: calc(100% - 20px);
	}
	.image-text-top .image img {
		width: 100%;
		margin-right: 0%;
		min-height: 524px;
	}
	
	.all-top-block .top-block-left .left-icones .icone-row {
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	.all-top-block .top-block-left .left-icones .icone-row .box {
		width: 48%;
		height: 56px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.all-top-block .top-block-left .left-icones .icone-row .box img {
		max-width: 80%;
		max-height: 80%;
	}
	
	.slider-three-box .box .inner {
		padding: 30px 20px;
	}
	.slider-three-box .box.slick-current .inner {
		width: calc(100% - 40px);
		min-height: auto;
		height: auto;
	}
	
	.six-boxes .content .row .box {
		width: 100%;
		height: 360px;
		margin-right: 0;
		margin-left: 0;
	}
	.six-boxes .content .row .box .box-hover-text  {
		width: calc(100% - 34px);
		margin: 0 auto;
	}
	.six-boxes .content .row .box .box-hover-text p {
		width: 100%;
	}
	
	.article .content .box  {
		width: 100%;
	}

	.loop-loop-box .box-row .big-box { 
		width: 100%;
		margin-bottom: 40px;
	}
	.loop-loop-box .loop-loop-title h2	{
		width: 50%;
		text-align: right!important;
	}
	.loop-loop-box .loop-loop-title p {
		text-align: right!important;
	}
	.loop-loop-title img {
		top: -105px;
		left: 3px;
	}
	
	.section-form .form-wrap {
		padding-top: 0px;
	}
	.section-form .form-wrap .box {
		width: 100%;
	}
	
	.zigzag-box .content .row .text .inner ul.gallery li {
		height: 40px
	}
	
	.simple-text .row {
		padding-top: 20px;
	}
	.simple-text .row .menu-wrap {
		width: 100%;
		height: auto;
		padding: 0;
		border-radius: 0;
		box-shadow: initial;
	}
	.simple-text .row .menu-wrap .inner {
		height: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		direction: rtl;
	}
	.simple-text .row .text {
		width: 100%;
		margin-left: 0%;
	}
	.simple-text .row .menu-wrap .inner > div {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.simple-text .row .menu-wrap .inner > div::-webkit-scrollbar {/* width */
		height: 6px;
		/* width: 6px; */
	}
	.simple-text .row .menu-wrap .inner > div::-webkit-scrollbar-track {/* Track */
		box-shadow: inset 0 0 2px grey; 
		border-radius: 3px;
	}
	.simple-text .row .menu-wrap .inner > div::-webkit-scrollbar-thumb {/* Handle */
		background: #ccc; 
		border-radius: 3px;
	}
	.simple-text .row .menu-wrap .inner > div::-webkit-scrollbar-thumb:hover {/* Handle on hover */
		background: #202020; 
	}
	.simple-text .row .menu-wrap ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;		
	}
	.simple-text .row .menu-wrap ul li {
		position: relative;
		padding: 16px 10px;
		border-bottom: 0;
	}
	.simple-text .row .menu-wrap ul li:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		top: calc(50% - 11px);
		left: 0;
		height: 22px;
		width: 1px;
		background-color: #202020;
	}
	.simple-text .row .menu-wrap ul li:last-child:after {
		display: none;
	}
	
	.simple-text-image .row .text {
		width: 100%;
	}
	.simple-text-image .row .image {
		width: 100%;
		margin-bottom: -10px;
	}
	.simple-text-image .row .image img {
		width: 320px;
		margin-right: auto;
		margin-left: 10px;
	}
	
	.slider-arrows .box .inner {
		padding: 40px 20px 20px;
	}
	.slider-arrows .box.slick-current .inner {
		padding-top: 40px;
	}
	.slider-arrows .box .inner {
		width: calc(100% - 60px);
	}
	.slider-arrows .box.slick-current .inner {
		width: calc(100% - 60px);
	}
	
	.five-box .row .box .image {
		margin-bottom: 5px;
	}
	.five-box .row .box.four {
		width: 100%;
	}
	
	.six-icones.no-slider .content .row .box {
		width: 50%;
		padding: 5px 10px;
	}
	.six-icones.no-slider .content .row .box {
		margin-bottom: 20px;
	}
	
	.postpagination .page-link {
		padding: 5px;
	}
	
	.popup .inner .box {
		max-width: 90%;
	}
	.popup .inner .box .title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.popup .inner .box .title h2 {
		font-size: 36px;
	}
	.popup .inner .box .image img {
		width: 100%;
		margin-right: 0;
		margin-bottom: -8px;
	}
	.popup#before-leave-popup .inner .box .image img {
		margin-bottom: -31px;
	}
	.popup .popup-form h3 {
		padding: 12px;
		font-size: 24px;
	}
	.popup .row-col {
		flex-wrap: wrap;
	}
	.popup .row-col .col {
		width: 100%;
	}
	.popup input,
	.popup textarea {
		font-size: 16px;
		margin-top: 20px;
	}
	.popup textarea {
		height: 23px;
		margin-top: 27px;
		padding-top: 1px;
		transform: translateY(0);
	}
	.popup#before-leave-popup form {
		padding: 1px 20px 1px;
	}
	.popup#before-leave-popup textarea {
		margin-top: 28px;
	}
	.popup input[type="submit"] {
		max-width: 100%;
		margin-top: 13px;
		padding: 10px;
		font-size: 18px;
		line-height: 1;
	}
	.popup .inner .box {
		padding: 40px 20px;
		max-height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.popup .inner .box .text {
		width: 100%;
		margin-top: 22px;
	}
	.popup#before-leave-popup .text {
		width: 100%;
	}
	.popup .inner .box .text p {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.popup .inner .box .text p strong {
		font-size: 21px;
	}
	.contact-button {
		display: none;
	}
	.whats-button {
		display: none;
	}
	/*footer*/
	.footer-menu {
		width: 50%;
	}
}
@media(max-width: 600px){
	#wpadminbar {
		position: fixed;
	}
}
@media(max-width: 450px){
	
	.zigzag-box .content .row:nth-child(2n) .text .inner h3:before {
		width: 50vw;
	}
	.zigzag-box .content .row:nth-child(2n+1) .text .inner h3:before {
		width: 50vw;
	}
	
	.five-box .row .box.five {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
		margin-bottom: 30px;
	}
	.five-box .row .box.five:last-child {
		margin-bottom: 0px;
	}
	
	body.page-id-3284 .simple-zigzag .content.about .box:nth-child(2) .image {
		width: 100%;
		padding-top: 70px;
	}
}