
body #enable-toolbar-trigger {
    padding-bottom: 40px !important;
}

@font-face {
	font-family: 'almoni';
	font-weight: 300;
	/*(light)*/
	font-style: normal;
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-300.eot');
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}
@font-face {
	font-family: 'almoni';
	font-weight: 400;
	/*(regular)*/
	font-style: normal;
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-400.eot');
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}
@font-face {
	font-family: 'almoni';
	font-weight: 700;
	/*(bold)*/
	font-style: normal;
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-700.eot');
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}
@font-face {
	font-family: 'almoni';
	font-weight: 900;
	/*(black)*/
	font-style: normal;
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-900.eot');
	src: url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'), url('/wp-content/themes/arm_custom/css/fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

@keyframes tossing {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}
	100% {
		transform: rotate(-8deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-8deg);
	}
	50% {
		-webkit-transform: rotate(8deg);
	}
	100% {
		-webkit-transform: rotate(-8deg);
	}
}

@-moz-keyframes circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1;
	}
	30% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5;
	}
	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1;
	}
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: .1;
	}
	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		-webkit-opacity: .5;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: .1;
	}
}

@-o-keyframes circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: .1;
	}
	30% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		-o-opacity: .5;
	}
	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: .1;
	}
}

@keyframes circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1;
	}
}

@-moz-keyframes circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-webkit-keyframes circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-o-keyframes circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@keyframes circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

.wharsApp_btn {
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 99999;
	display: none;
}

.img-circle {
	background-color: #4db747;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.circlephone {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 2px solid #4db747;
	width: 100px;
	height: 101px;
	bottom: 0px;
	right: 35px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.circle-fill {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-color: #4db747;
	width: 100px;
	height: 100px;
	bottom: 0px;
	right: 35px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.img-circle {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	bottom: 14px;
	right: 49px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
}

.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(https://formula15k.co.il/wp-content/themes/inkness/images/whatApp.png);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
	opacity: 1;
}

input:active, textarea:active{
	border: 1px solid #fdc791!important;
}
input:focus, textarea:focus{
	border: 1px solid #fdc791!important;
}

html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}

a:hover{
	text-decoration: none!important;
	color: #fdc791!important;
	text-shadow: 0 0 4px rgba(242, 181, 76, 1);
}


body>* {
	direction: rtl;
	text-align: right;
	color: #ffffff;
	font-family: 'almoni', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}
.container-fluid {
	max-width: 1600px!important;
}
.wpcf7-response-output, .wpcf7-not-valid-tip{
	display: none!important;
}

.fs1_form-body .wpcf7-form-control-wrap input.wpcf7-not-valid{
	border: 1px solid red;
}

.fs_title {
	font-size: 55px;
	font-weight: 300;
}
#fs1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
}
#fs1 #fs1_text {
	z-index: 3;
	min-height: 560px;
}
#fs1 #fs1_text .fs1_items {
	max-width: 100%;
    overflow: hidden;
    display: flex;
	position: absolute;
    width: 100%;
    bottom: -32px;
}

#fs1 #fs1_text .fs1_items .fs1_item {
	width: 310px;
    margin: 0 auto;
    text-align: center;
}
#fs1_lawyers {
	position: relative;
}
#fs1_lawyers img {
	position: absolute;
	bottom: -112px;
	left: -50px;
	height: 704px;
	z-index: 2;
}
.fs1_form-wrapper {
	box-shadow: 0 0 27px rgba(241, 131, 63, 0.2);
	border: 5px solid #fdc791;
	background-color: #0608083d;
	padding: 40px 34px 20px;
}
.fs1_form-title {
	color: #fff;
	font-size: 44px;
	font-weight: 300;
	line-height: 0.8;
}
.fs1_form-phone a{
	text-shadow: 0 0 4px rgba(242, 181, 76, 0.63);
	color: #fdc791;
	font-size: 52px;
	font-weight: 700;
	line-height: 0.8;
}
.fs1_form-text {
	color: #f9f7f6;
	font-size: 19px;
	font-weight: 400;
}
.fs1_form-body .wpcf7-form-control-wrap input, .fs1_form-body .wpcf7-form-control-wrap textarea {
	outline: none;
	padding-top: 10px;
	padding-right: 15px;
	background: transparent;
	width: 100%;
	border: 1px solid #7b7b7b;
	color: #f6f6f6;
	font-size: 17px;
	font-weight: 400;
	text-align: right;

}
.fs1_form-body .wpcf7-form-control-wrap input {
	padding-bottom: 10px;
}
.fs1_form-body .wpcf7-form-control-wrap input::placeholder, .fs1_form-body .wpcf7-form-control-wrap textarea::placeholder {
	color: #f6f6f6;
}
.fs1_form-body .wpcf7-form-control-wrap textarea {
	resize: none;
	height: 110px;
}
.fs1_form-body #fs1_form-send {
	box-shadow: 0 0 27px rgba(241, 131, 63, 0.2);
	background-color: #fdc791;
	background-image: linear-gradient(to top, #e9b480 0%, #fcca97 100%);
	color: #1d1d1f;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	border: none;
	padding: 10px 0px;
}
.fs1_form-body #fs1_form-send:hover{
		box-shadow: 0 0 30px rgba(241, 131, 63, 1);
}
.fs1_form-body .ajax-loader {
	display: none!important;
}
.fs1_form-footer {
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
}
.fs1_form-footer p {
	margin-bottom: 0px;
}
.fs1_form-footer a {
	text-decoration: underline;
	color: #f2bf8b;
}
.fs1_logo {
	margin-bottom: 0px;
	text-align: center;
}
.fs1_text1 {
	color: #fff;
	font-size: 28px;
	width: fit-content;
	font-weight: 300;
	border-bottom: 1px solid #ffffff21;
}

.fs1_title {
	padding: 4px 0 20px 0px;
	text-align: center;
}
.fs1_title h1 {
	color: #fff;
	font-size: 66px;
	font-weight: 300;
}
.fs1_item-title {
	color: #fdc791;
	font-size: 24px;
	line-height: 0.9;
	font-weight: 300;
}
.fs1_item-text {
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	text-align: inherit;
    font-weight: 300;
}
.fs1_item-img {
	margin-bottom: 20px;
}
#fs2 {
	background-color: #191718;
	padding-top: 50px;
	padding-bottom: 70px;
	z-index: 3;
	position: relative;
}
#fs2 .fs2_title {
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 50px;
}
#fs2 ul {
	list-style: none;
}
#fs2 ul li {
	color: #ffffffb3;
	font-size: 17px;
	line-height: 31px;
	position: relative;
}
#fs2 ul li:before {
	content: '';
	position: absolute;
	right: -50px;
	top: 0;
	background: url('/wp-content/themes/arm_custom/img/bullet.png');
	width: 36px;
	height: 36px;
}
#fs3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 90px;
}
#fs3 .fs3_about {
	margin-top: 30px;
}
#fs3 .fs3_title {
	color: #191718;
	font-size: 55px;
	font-weight: 300;
}

.fs3_left .fs3_item{
	flex-direction: row;
}

.fs3_right .fs3_item{
	flex-direction: row-reverse;
}

#fs3 .fs3_item-content>* {
	color: #202b2f;
}
#fs3 .fs3_item-content {
	background-color: #fff;
	max-height: 360px;
	padding: 20px 30px 25px 25px;
	overflow: hidden;
}
#fs3 .fs3_item-content .fs3_item-title {
	color: #202b2f;
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 10px;
}
#fs3 .fs3_item-content .fs3_item-text p {
	color: #202b2f;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
    text-align: justify;
}
#fs3 .fs3_item-img img {
	box-shadow: 0 12px 49px rgba(198, 198, 200, 0.96);
}
#fs4 {
	padding-top: 80px;
	padding-bottom: 50px;
}

#fs4 .fs4_left,
#fs4 .fs4_right{
	overflow: hidden;
}

#fs4 .fs4title {
	color: #191718;
	margin-bottom: 1.5rem!important;
}
#fs4 .fs4_item .fs4_text {
	color: #202b2f;
	font-size: 23px;
	font-weight: 300;
}
#fs4 .fs4_item .fs4_title {
	color: #d09d6b;
	font-size: 72px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	margin-right: 5px;
}
.fs4_stamp {
	position: relative;
	width: 480px;
}
.fs4_stamp img {
	position: absolute;
	bottom: 0px;
	left: -120px;
}
.fs4_middle {
	height: 600px;
}
.fs4_item {
	max-width: 290px;
	border-bottom: 1px solid #ebebeb;
}


.fs4_right .fs4_item:last-child,
.fs4_left .fs4_item:last-child{
	border-bottom: none;
}

.fs4_middle-body {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 480px;
	height: 600px;
	padding-top: 70px;
	padding-left: 40px;
}
.fs4_middle-body-text {
	max-width: 360px;
}
.fs4_middle-toptext {
	color: #d09d6b;
	font-size: 21px;
	font-weight: 400;
	font-style: italic;
	line-height: 26px;
}
.fs4_middle-bottext {
	color: #202b2f;
	font-size: 17px;
	font-weight: 400;
}
.fs4_middle-text {
	color: #202b2f;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}



#fs5 {
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 30px;
}

#fs5 .container{
	position: relative;
}

#fs5 .container::before{
	content: '';
	display: block;
	width: 249px;
	height: 209px;
	position: absolute;
	background: url(../img/Pencil.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: -150px;
	top: -100px;
}


#fs5 .container::after{
	content: '';
	display: block;
	width: 301px;
	height: 277px;
	position: absolute;
	background: url(../img/Glasses.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	right: -150px;
	bottom: -100px;
}

@media(max-width: 991px) {
	#fs5 .container::after, #fs5 .container::before {
		display: none !important;
	}
}

#fs5 .fs5_title {
	color: #0b0c1e;
}
#fs5_carousel {
	position: relative;
}
#fs5_carousel .owl-nav {
	position: absolute;
	top: calc(50% - 60px);
	width: calc(100%);
	z-index: 1;
}
#fs5_carousel .owl-stage-outer {
	z-index: 999;
	padding: 50px 0;
}
#fs5_carousel .owl-nav .owl-prev {
	float: right;
}
#fs5_carousel .owl-nav .owl-next {
	float: left;
}
#fs5 #fs5_carousel .item {
	box-shadow: 0 0 50px rgba(220, 220, 220, 0.67);
	border-radius: 6px;
	background-color: #fff;
	padding: 25px 25px 50px;
}

#fs5 #fs5_carousel .owl-item{
	position: relative;
}
#fs5 #fs5_carousel .owl-item::before{
	content: '';
	position: absolute;
	top: -20px;
	right: -15px;
	background-image: url(/wp-content/uploads/2019/04/quote.png_copy.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px;
	height: 37px;
	z-index: -1;
}
#fs5 .nav_arrow_left, .nav_arrow_right {
	position: relative;
}
#fs5 .nav_arrow_left:before {
	position: absolute;
	content: '';
	top: 0;
	left: 25px;
	background: url(/wp-content/themes/arm_custom/img/nav_right.png);
	width: 19px;
	height: 35px;
}
.nav_arrow_right:before {
	position: absolute;
	content: '';
	top: 0;
	right: 25px;
	background: url(/wp-content/themes/arm_custom/img/nav_left.png);
	width: 19px;
	height: 35px;
}
.rc-anchor-invisible-text {
	display: none !important;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0!important;
	background: #fff!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000!important;
}
#fs6 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 55px 0;
	position: relative;
}
#fs6 .fs6_middle-img {
	position: relative;
}
#fs6 .fs6_middle-img img {
	position: absolute;
	bottom: -50px;
	left: 25%;
}
#fs6 .fs6_r_top {
	max-width: 490px;
	padding-bottom: 40px;
	position: relative;
}
#fs6 .fs6_r_top:after {
	position: absolute;
	content: '';
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
}
#fs6 .fs6_r_top .fs6_title {
	color: #fff;
}
#fs6 .fs6_r_top .fs6_text {
	color: #f6f6f6;
	font-size: 18px;
	font-weight: 300;
}
#fs6 .fs6_r_top .fs6_sub_text {
	color: #f6f6f6;
	font-size: 26px;
	font-weight: 300;
}
#fs6 .fs6_r_top .fs6_r_phone>p {
	color: #fdc791;
	font-size: 52px;
	font-weight: 700;
	margin: 0px;
}
#fs6 .fs6_r_top .fs6_r_phone .fs6_r_phone_img img {
	width: 27px;
	height: 28px;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#fs6 .fs6_r_bot .fs6_cbody {
	position: relative;
	padding-left: 25px;
}
#fs6 .fs6_r_bot .fs6_cbody:after {
	position: absolute;
	content: '';
	top: 0;
	left: -15px;
	width: 1px;
	height: 100%;
	background-color: #fff;
	opacity: 0.2;
}
#fs6 .fs6_r_bot .col-12.col-md-4:last-child .fs6_cbody:after {
	display: none;
}
.fs6_c_title {
	color: #fdc791;
	font-size: 22px;
	font-weight: 300;
}
.fs6_c_text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}
#digitouch {
	background-color: #131617;
}
#digitouch p {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#digitouch .dleft a {
	margin-right: 15px;
	color: #fff;
}

.mobile_btn a:hover{
	text-decoration: none;
}

	.m_mail a{
		font-size: 15px;

		text-shadow: 0 3px 2px rgba(0, 0, 0, 0.07);
		color: #171b1d;
font-weight: bold;
	}
	.m_phone a{
		font-size: 15px;
		text-shadow: 0 3px 2px rgba(0, 0, 0, 0.07);
		color: #fdfefe;
	font-weight: 400;
	}

.m_mail{
	padding: 5px 0 0;

}
.m_phone{
	padding: 5px 0 0;

}



/*		media 		*/

/*	min-width: */
.inv-recaptcha-holder {
	position: absolute;
	visibility: hidden;
}


@media (min-width:1024px) {
	#fs1{
		max-height: 900px;
	}

	.fs4_right{
	border-left: 1px solid #ebebeb;
    padding-left: 30px;
		padding-top: 50px;
}

.fs4_left{
	border-right: 1px solid #ebebeb;
    padding-right: 30px;
		padding-top: 50px;
}
}
@media (min-width:1400px) {
	#fs1 {
		padding: 85px 0 50px 0;
	}
	#fs3 .fs3_item-content .fs3_item-text p {
		font-size: 17px;
	}
	#fs3 .fs3_item-content {
		padding: 60px 50px 65px 30px;
	}
}
/*	max-width: */

@media (min-width:1024px) (max-width:1800px) {
	.row {
		padding: 0 50px;
	}
}
@media (max-width:1399px) {
	#fs3 .fs3_item-img img {
		width: 250px;
	}
}

@media (max-width: 991px) {
	
	#fs1 #fs1_text .fs1_items{
		max-width: 100%;
	}
	
	#fs1 #fs1_text .fs1_items {
	    position: relative;
	}
	
	.fs1_logo {
		margin-bottom: 50px;
	}
}

@media (max-width:1200px){

	.fs1_form-wrapper {
		margin: 0px auto;
	}
	
	.wharsApp_btn{
		display: none;
	}
	.mobile_btn{
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 99999;
	}
	#fs1_lawyers, .fs6_middle-img{
		display: none!important;
	}
	#fs1 {
		padding: 30px 0 0;
		background-size: contain;
    background-position: top;
    background-color: #1d1d1f;
	}


	.fs1_logo {
	    text-align: center;
	}

	.fs1_text1{
		font-size: 24px;
		  text-align: center;
			    margin: auto;
	}

	.fs1_title h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 300;
    text-align: center;
    font-size: 42px;
}

.fs1_item-title{
	font-size: 18px;
}

.fs1_item-text{
	font-size: 15px;
}

#fs1_form{
	    z-index: 999;
}

.fs1_form-wrapper{
	padding: 30px 30px;
}
.fs1_form-title{
	font-size: 34px;
}
.fs1_form-phone a{
	font-size: 38px;
}
.fs1_form-text{
	font-size: 18px;
}

.fs1_form-body .wpcf7-form-control-wrap input, .fs1_form-body .wpcf7-form-control-wrap textarea{
	font-size: 16px;
}
#fs2 .fs2_title{
	font-size: 36px;
}
#fs2 {
    padding-bottom: 30px;
    z-index: 1;
		margin-top: -515px;
padding-top: 545px;
}
#fs2 ul li{
	font-size: 16px;
}

#fs2 ul li:before{
	right: -35px;
    top: -2px;
}

#fs2 ul {
    padding-inline-start: 20px;
}

#fs3{
	padding-top: 30px;
padding-bottom: 30px;
background-position: unset;
}

#fs3 .fs3_title{
	font-size: 42px;
}

#fs3 .fs3_item-content .fs3_item-title{
	font-size: 28px;
	text-align: center;
}

#fs3 .fs3_item-content .fs3_item-text p{
	font-size: 16px;
line-height: 26px;
}

.fs3_item{
	      flex-direction: column!important;
				margin-bottom: 30px;
}
#fs3 .fs3_item-img img{
	width: 120px;
    position: relative;
}

#fs3 .fs3_item-content{
	padding-top: 100px;
	    margin-top: -80px;
	    max-height: initial;
}

#fs4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fs4_item{
	max-width: none;
	display: flex;
flex-direction: row;
align-items: flex-end;
    padding-left: 30px;
	    align-items: flex-start;
}

.fs4_stamp img {
    bottom: 20px;
    left: -150px;
}

.fs4_right .fs4_item:last-child{
	border-bottom: 1px solid #ebebeb;
}

#fs4 .fs4title{
	font-size: 42px;
	    padding: 0 30px;
			margin-bottom: 0px;
}
#fs4 .fs4_item .fs4_title{
	font-size: 63px;
	padding: 10px 30px 0;
}

#fs4 .fs4_item .fs4_text{
	font-size: 18px;
	padding-top: 20px;
}
.fs4_middle {
    height: 440px;
}
.fs4_middle-body{
	width: 100%;
height: 440px;
padding: 50px 25px 0 55px;
}

.fs4_middle-toptext{
	font-size: 15px;
	line-height: 19px;
}

.fs4_middle-bottext{
	font-size: 12px;
}
.fs4_middle-text{
	font-size: 13px;
	line-height: 19px;
}

.fs4_stamp{
	width: auto;
}

.fs4_r{
	order: 1;
}
.fs4_l{
	order: 2;
}
.fs4_m{
	order: 3;
}
#fs5{
	    padding: 30px;
}

#fs5 .fs5_title{
	font-size: 42px;
	line-height: 46px;
}

#fs5_carousel .owl-stage-outer {
    padding: 30px 0;
}
#fs5 .nav_arrow_left:before{
	width: 13px;
height: 24px;
left: 20px;
background-size: contain;
}
.nav_arrow_right:before{
	right: 20px;
	width: 13px;
height: 24px;
background-size: contain;
}
#fs5_carousel .owl-nav{
	    top: calc(50% - 35px);
}
#fs6{
	padding: 55px 10px 80px;
}
.fs6_r_bot{
	    padding-bottom: 20px;
}
#fs6 .fs6_r_top .fs6_title{
	font-size: 42px;
}
#fs6 .fs6_r_top .fs6_text{
	font-size: 16px;
}
#fs6 .fs6_r_top .fs6_sub_text,
.fs6_r_phone{
	display: none!important;
}

#fs6 .fs6_r_bot .fs6_cbody{
	display: flex;
}

.cwrap{
	padding-right: 25px;
}

#fs6 .fs6_r_bot .fs6_cbody:after{
	display: none;
}
 
.m_phone img {
    max-height: 16px;
    vertical-align: sub;
}




#digitouch{
	display: none;
}

}

@media(min-width: 768px) {
	.mobile_btn {
		display: none;
	}
	.fs1_form-wrapper {
		width: 411px;
	}
	.fs1_form-body {
		width: 100%;
	}
}

@media(min-width: 1380px) and (max-width: 1500px) {
	
	body .fs1_title h1{
		font-size: 51px !important;
	}
}


@media(min-width: 1340px) and (max-width: 1380px) {
	
	body .fs1_title h1 {
    	font-size: 50px !important;
	}
	
	body #fs1_lawyers img {
    	height: 640px !important;
	}
}

@media(min-width: 1300px) and (max-width: 1340px) {
	
	body .fs1_title h1 {
    	font-size: 48px !important;
	}
	
	body #fs1_lawyers img {
    	height: 620px !important;
	}
	
}

@media(min-width: 1200px) and (max-width: 1600px) {
	body .fs1_form-wrapper {
	    width: 320px;
	    padding: 40px 35px 20px;
	}
	body #fs1_lawyers img {
		height: 600px;
		left: -30px;
	}
	body .fs1_form-text {
   		font-size: 15px; 
	}
	body .fs1_form-footer {
	    font-size: 16px;
	    line-height: 20px;
	}
	body .fs1_form-title {
   		font-size: 35px; 
	}
	
	body .fs1_title h1 {
		font-size: 52px;
	}
	body .fs1_item-title {
    	font-size: 21px;
    }
    body .fs1_item-text {
	    font-size: 15px;
	    line-height: 22px;
	}
}

@media(min-width: 1441px) and (max-width: 1600px)  {
	body .fs1_form-wrapper {
	    width: 370px;
	    padding: 40px 43px 20px;
	}
}

@media (max-width: 740px)  {
	#fs1 #fs1_text .fs1_items {
		display: block;
	}
	
	#fs1 #fs1_text .fs1_items .fs1_item {
		width: 100%;
		text-align: right;
		display: flex;
		margin-bottom: 21px;
	}
	
	.fs1_item-img {
		margin-left: 14px;
	}
	
	.fs1_item-title p {
		margin-bottom: 8px;
	}
	
	.fs1_item-text {
		text-align: justify;
	}
	
	#fs1 #fs1_text .fs1_items {
		margin-top: 366px;
	}
}

@media (max-width: 450px)  {
	#fs1 #fs1_text .fs1_items {
		margin-top: 270px;
	}
}

@media (max-width: 360px)  {
	#fs1 #fs1_text .fs1_items {
		margin-top: 190px;
	}
}

@media (max-width: 1200px) {
	#fs1 #fs1_text .fs1_items {
		bottom: 0;
	}
}

#fs1 #fs1_text .fs1_items {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -32px;
}

.mobile_btn a { display: block; max-width:767px }

@media (max-width: 990px) {
	#fs1 #fs1_text .fs1_items {
		display: block;
		position: relative;
	}
}
