@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

/* global
*/

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: 'Heebo', sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1;
}

body.ltr {
	font-family: 'Roboto', sans-serif;
}

body.rtl {
	text-align: right;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

p {
	margin: 0;
}

button {
	border: none;
}

/**/

.wrap {
	max-width: 1260px;
	margin: 0 auto;
}
 
.clearfix:before,
.wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.wrap:after {
    content: " ";
    display: table;
    clear: both;
}

.one-half,
.one-half-img,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-half {
	float: left;
	margin-left: 2.564102564102564%;
}

.first {
	clear: both;
	margin-left: 0;
}

.rtl .one-half {
	float: right;
	margin-left: 0;
	margin-right: 2.564102564102564%;
}


.rtl .first {
	margin-right: 0;
}

/* header
*/

header {
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    height: 60px;
}

.bumper {
	height: 60px;
}

.logo {
	/*float: left;*/
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
	order: 1;    
}

div.header-phone {
	/*float: right;*/
	display: inline-flex;
    flex-direction: column;
    justify-content: center;
	order: -1;
}

.header-phone a,
.header-phone span,
.header-phone img {
	vertical-align: middle;
}

a.header-phone {
	font-size: 1.5rem;
	line-height: 21px;
	font-weight: 500;
	color: #D5AA6D;
}

/* Top banner with form
*/

.top-banner {
	position: relative;
}

.top-banner .desktop-image {
	display: block;
	width: 100%;
}

.top-banner .mobile-image {
	display: none;
}

.header-section {
/*	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 21.5%;*/

	/*max-width: 505px;*/
	max-width: 610px;
	float: left;
}

.rtl .header-section {
	float: right;
}

.header-section h1 {
	color: #fff;
	/*font-size: 3.75rem;*/
	font-size: 3.5rem;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 88px;
	text-align: left;
}

.header-section p {
	font-size: 1.25rem;
	color: #fff;
	margin: 0;
	text-align: left;
    font-weight: 500;	
    line-height: 31px;
}

.rtl .header-section p {
	max-width: 530px;
	text-align: right;
}

.rtl .header-section h1 {
	text-align: right;
}

.ltr .header-section h1 {
	font-size: 3.6rem;
}


.header-section-inner {
	margin-top: 117px;
}

.contact-form--absolute {
	float: right;
/*	position: absolute;
	left: 21.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.rtl .contact-form--absolute {
	float: left;
}

.top-banner .wrap {
	max-width: 1100px;
    width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.contact-form {
	/*max-width: 402px;*/
	max-width: 302px;
	background-color: #fff;
	padding: 60px;
}

div.contact-form.thank-you {
	background-color: #eff8f3;
}

div.contact-form .contact-form-title {
	font-size: 1.75rem;
	font-weight: 500;
	margin: 0 0 30px;
    line-height: 44px;
}

.rtl div.contact-form .contact-form-title {
	text-align: right;
	font-size: 1.875rem;
}

div.contact-form .field-label input {
	width: 100%;
	border-color:  #1F1C2D;
	border-width: 0 0 1px 0;
	border-style: solid;
	color: #1F1C2D;
	line-height: 30px;
	height: 30px;
}

.rtl div.contact-form .field-label input {
	text-align: right;
}

.field-label input::-webkit-input-placeholder {color:#888;font-size: 1rem}
.field-label input::-moz-placeholder          {color:#888;font-size: 1rem}
.field-label input:-moz-placeholder           {color:#888;font-size: 1rem}
.field-label input:-ms-input-placeholder      {color:#888;font-size: 1rem}

div.contact-form .field-label {
	margin: 0 0 35px;
	position: relative;
}

div.contact-form .field-label .validation-email,
div.contact-form .field-label .validation-phone, 
div.contact-form .field-label .validation-error {
	color: #c00;
    position: absolute;
    bottom: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.contact-form .field-label.validation .validation-email, 
div.contact-form .field-label.validation .validation-phone, 
div.contact-form .field-label.error .validation-error {
    opacity: 1;
    visibility: visible;	
}


/*.validation {

}*/

.scroll-down {
    background: #FFFFFF;
    border: 1px solid #FADB3B;
    box-sizing: border-box;
    border-radius: 60px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    
}

.arrow {
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 1px 0px;

    /*transform: rotate( 45deg);*/
    transition: border-width 150ms ease-in-out;

    position: absolute;
    top: 48%;
    left: 52%;

    -webkit-transform: translate(-50%, -50%) rotate( 45deg);
    -moz-transform: translate(-50%, -50%) rotate( 45deg);
    -ms-transform: translate(-50%, -50%) rotate( 45deg);
    -o-transform: translate(-50%, -50%) rotate( 45deg);
    transform: translate(-50%, -50%) rotate( 45deg);
}

button.submit-form {
	background-color: #FADB3B;
	border-radius: 4px;
	color: #000;
	line-height: 55px;
	width: 100%;
	border: none;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
}

.free-consult {
	background-color: #FADB3B;
	border-radius: 4px;
	color: #000;
	line-height: 55px;
	width: 100%;
	border: none;
	font-weight: 600;
	font-size: 0.9rem;	
    margin: 30px auto 0;
    max-width: 200px;
	display: none;
}

span.separator {
    border: 1px solid #d7d7d7;
    max-width: 100%;
    margin: 0 auto;
}

span.thankyou-submit-second {
    font-size: 1.1rem;
}

span.thankyou-submit-first,
span.thankyou-submit-second,
span.separator {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;    
}

.thankyou-message {
	display: none;
}

.contact-form.thank-you .thankyou-message {
	display: block;
}

.contact-form.thank-you form.contact-form {
	display: none;
}

.thankyou .success-form {
    text-align: center;
    min-width: 402px;
}

.thankyou-message .success-form {
    margin: 0 auto 20px;
}

/* advantage 
*/

.saving-license {
	/*margin: 100px 0;*/
	margin: 60px 0;

}

.saving-license .wrap{
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}

.banner-mobile-container {
	display: none;
}

.banner-mobile-container img,
.banner-container img {
	display: block;
}

.advantage-paragraph {
	margin: 0 0 30px;
	line-height: 31px;
	font-weight: 500;
}
.ltr .advantage-paragraph {
    margin: 0px 0 20px;
    line-height: 20px;
    font-weight: 500;
}

.advantage-title {
	/*font-size: 1.875rem;*/
	font-size: 1.65rem;
	font-weight: 500;
    line-height: 44px;
	margin: 0 0 15px;
	color: #D5AA6E;
}

.advantages {
	float: left;
	max-width: 333px;
	text-align: left;
	padding: 30px 25px;
	background-color: #fff;
}
.ltr .advantages {
	float: left;
	max-width: 333px;
	text-align: left;
	padding: 85px 25px;
	background-color: #fff;
}

.rtl .advantages {
	float: right;
	text-align: right;
}

.advantages-list {
	margin: 0;
	list-style: none;
    font-size: 0.875rem;
	font-weight: 500;
}

.saving-license .banner-container {
    width: calc(100% - 386px);
    float: right;
}

.rtl .saving-license .banner-container {
    float: left;
}

.advantages-list li {
	line-height: 1.5;
}

.ltr .advantages-list li:not(:last-child) {
    margin: 0 0 10px;
}

.advantages-list li:not(:last-child) {
    margin: 0 0 20px;
}

.advantages-list li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #D5AA6E;
	margin-right: 10px;

}

.rtl .advantages-list li:before {
	margin-left: 10px;

}

.success-case-container-mobile {
	display: none;
}

.office-success-container {
	background-color: #F8F8F8;
	/*padding: 100px 0;*/
	padding: 60px 0;

}

.office-success-title {
	font-weight: 500;
	font-size: 1.875rem;
	text-align: center;
	margin: 0 0 60px;
	line-height: 44px;
	color: #D5AA6E;
}

.success-case {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
	margin:0 0 20px;
	background-color: #fff;
	display: flex;
}

.success-case .success-inner {
/*	display: inline-block;
	vertical-align: middle;*/
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    max-width: 370px;	
}

.success-case .success-inner img {
	display: block;
}

.success-case .success-inner.content {
	padding: 10px 0 10px 20px;
}

.rtl .success-case .success-inner.content {
	padding-right: 20px;
	padding-left: 0;
}

.success-case p {
	line-height: 20px;
	font-size: 0.9rem;
}

.rtl .success-case p {
	text-align: right;
	line-height: 23px;
	font-size: 1rem;
}

.success-case .success-inner h3 {
	font-weight: 500;
	font-size: 1.25rem;
	margin: 0 0 20px;
	color: #D5AA6E;
}


ul.slick-dots li {
    border-radius: 0;
    padding: 0;
    width: 40px;
    /*width: 5.95%;*/
    background-color: #d5aa6d33;
    border: none;
    height: auto;
    vertical-align: middle;
}

.slick-slider .slick-dots li.slick-active {
    background-color: #D5AA6D;
}

.slick-slider .slick-dots li button {
    line-height: 2px;
    height: 2px;
    padding: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-slider .slick-dots li button:before {
    font-size: 8px;
    width: 8px;
    height: 8px;
    padding: 0;
    line-height: 8px;
    color: transparent;
}

/*
About us
*/

.about-us-container {
	/*padding: 100px 0;*/
	padding: 60px 0;
}

.about-us-container .wrap {
	display: flex;
}

.about-us-container .half{
    display: inline-flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.about-us-container .image {
	display: inline-flex;
    width: 45.5%;
    flex-direction: column;
    justify-content: center;
}

.about-us-container .half.content {
	padding-left: 115px;
}

.rtl .about-us-container .half.content {
	padding-right: 115px;
}

.about-us-content h2 {
	font-weight: 500;
	color: #D5AA6D;
	font-size: 1.875rem;
	line-height: 44px;	
}

.about-us-content p {
	font-size: 0.875rem;
    line-height: 21px;
    margin: 0 0 15px;
}

.about-us-container  .image-mobile {
	display: none;
}


/* footer
*/

.footer-contact-form-container {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}


.footer-contact-form-container div.contact-form {
	float: right;
    padding: 50px 60px;
}

.rtl .footer-contact-form-container div.contact-form {
	float: left;
}

.footer-contact-form-container .img img {
	display: block;
}

.contact-data-mobile {
	display: none;
	text-align: center;
}

.footer-contact-title {
	display: block;
}

a.footer-contact-phone {
	display: block;
	color: #000;
	padding: 20px 0;
}

.footer-contact-title-last {
	margin: 0 0 20px;
	display: block;
}

a.footer-contact-whatsapp {
	border: 2px solid #D5AA6D;
	box-sizing: border-box;
	color: #000;
	line-height: 54px;
	display: block;
	font-weight: 500;
}

a.footer-contact-whatsapp img{
	vertical-align: middle;
    padding-left: 5px;
}


a.whatsapp-link-fixed {
	position: fixed;
	bottom: 5px;
	right: 330px;
    right: 15%;
}
.ltr a.whatsapp-link-fixed {
    right: auto;
	left: 15%;
}

@media only screen and ( max-width:1850px ){
	div.contact-form {
		padding: 50px;
	}

	.header-section h1 {
		/*font-size: 3.5rem;*/
	    line-height: 82px;
	}

	div.contact-form .contact-form-title {
		font-size: 1.75rem;
	}

	a.whatsapp-link-fixed {
		right: 10%;
	}
}

@media only screen and ( max-width:1440px ){
	.header-section h1 {
		font-size: 3rem;
	    line-height: 70px;
	}

	div.contact-form {
		padding: 40px;
	}

	div.contact-form .contact-form-title {
		font-size: 1.5rem;
	}

	a.whatsapp-link-fixed {
		right: 5%;
	}
}

@media only screen and ( max-width:1220px ){

	div.contact-form .contact-form-title {
	    font-size: 1.25rem;
	}

	.header-section h1 {
	    font-size: 2.5rem;
	    line-height: 58px;
	}

	.header-section p {
		font-size: 1rem;
	}

	.header-section-inner {
		padding-left: 10px;
	}

	.rtl .header-section-inner {
		padding-right: 10px;
		padding-left: 0;
	}

	header .wrap {
		padding: 0 15px;
	}

	.header-section-inner {
	    margin-top: 108px;
	}

	.success-case-container-desktop .one-half {
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		float: none;
	}

	.rtl .success-case-container-desktop .one-half {
		margin: 0 auto;
	}

	.about-us-container .half.content {
	    padding-left: 70px;
	    padding-right: 15px;
	}

	.rtl .about-us-container .half.content {
	    padding-right: 70px;
	    padding-left: 15px;
	}

	a.whatsapp-link-fixed {
		right: 0%;
	}
}	

@media only screen and ( max-width:1024px ){
	.header-section h1 {
	    font-size: 2rem;
	    line-height: 46px;
	}

	div.contact-form {
    	/*max-width: 380px;*/
	}

/*	.header-section, 
	.contact-form--absolute {
		width: 50%
	}
*/

	.contact-form--absolute {
		padding-left: 10px;
	}

	div.contact-form .contact-form-title {
	    font-size: 1rem;
	    margin: 0 0 20px;
	    line-height: 1;
	} 

	.header-section-inner {
	    margin-top: 70px;
	}

	button.submit-form {
		line-height: 35px;
	}

	div.contact-form .field-label {
		margin:0 0 25px;
	}

	div.contact-form {
	    padding: 33px;
	}

	.rtl .header-section p {
	    max-width: 360px;
	}

	img {
		height: auto;
	}
}

@media only screen and ( max-width:782px ){
	
	div.header-phone a.header-phone span {
		display: none
	}	

	a.header-phone {
	    display: block;
	    border: 2px solid #D5AA6D;
	    border-radius: 50%;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    position: relative;
	}

	a.header-phone img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin: -9px 0 0 -9px;
	}


	.one-half {
		width: 100%;
		float: none;
		margin: 0;
	}

	.rtl .one-half {
		margin-left: 0;
		margin-right: 0;
	}

	/**/


	.contact-data-mobile {
		display: block;
		padding: 0 15px 60px;
		max-width: 420px;
		margin: 0 auto;
	}

	.contact-form--absolute {
	    position: static;
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}

	.contact-form--absolute {
		display: none
	}

	div.contact-form {
		max-width: 100%;
		padding: 60px 15px 30px;
	}

	.footer-contact-form-container div.contact-form {
		float: none;
		margin: 0 auto;
		max-width: 420px;
	}

	.top-banner .mobile-image {
		/*display: block;*/
		display: none
		width: 100%;
	}

	.top-banner .desktop-image {
		display: none;
	}

	.header-section {
        width: 100%;
        max-width: 100%;
        float: none;
/*	    top: 50%;
	    left: 50%;
	    right: auto;
	    top: auto;
	    bottom: 50px;

	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    */
	}

	.top-banner {
		background-image: url(../images/header-banner-mobile-f.jpg);
		background-position: 50% 50%;
	    min-height: 400px;
	}

	.top-banner .wrap {
 	    top: 50%;
	    left: 50%;
	    top: auto;
	    bottom: 50px;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}


	.rtl .header-section p,
	.ltr .header-section p,
	.header-section p, 
	.header-section h1 {
		text-align: center;
    	padding: 0 15px;
	}

	 .rtl .header-section h1 {
	 	text-align: center;
	 }

	.header-section h1 {
		font-size: 1.875rem;
		line-height: 44px;
	}

	.header-section p {
		font-weight: 400;
		margin: 0 auto;
    	font-size: 0.875rem;
    	line-height: 21px;
    	max-width: 260px;
	}

	.free-consult {
		display: block
	}

	/*
	.saving-license ,
	.about-us-container,
	header {
		display: none
	}

	.office-success-container,
	.footer-contact-form-container, 
	.top-banner {
		display: none
	} */

	.saving-license {
		margin: 30px 0 0 ;
	}

	.advantages {
		max-width: 100%;
	    float: none;
	    padding: 20px 15px;
	}

	/**/

	.success-case .success-inner {
		display: block;
		max-width: 100%;
	}

	.success-case .success-inner img {
		width: 100%
	}

	.success-case .success-inner.content {
		padding: 15px 15px 50px;
	}

	.success-case {
		margin: 0;
	}

	.success-case p {
		min-height: 92px;
	}

	.success-case-container-desktop {
		display: none
	}

	.success-case-container-mobile {
		display: block;
	}

	.office-success-container {
		padding: 60px 0;
	}

	.banner-container {
		display: none
	}

	.banner-mobile-container {
		display: block
	}

	/* about us
	*/

	.about-us-container {
		padding: 60px 0 ;
	}

	.about-us-container .half.content {
		padding: 0;
	}

	.rtl .about-us-container .half.content {
	    padding-right: 0;
	    padding-left: 0;
	}

	.about-us-container .wrap {
		display: block
	}

	.about-us-content {
		padding: 0 15px;
		margin: 0 0 30px;
	}

	.about-us-container .image,
	.about-us-container .half {
		width: 100%;
		display: block
	}

	.about-us-container .image {
		text-align: center;
		display: none
	}

	.about-us-container .image-mobile {
		display: block;
		text-align: center;
	}

	.about-us-content h3 {
		text-align: center;
		margin: 0 0 20px;
	}

	/**/

	.footer-contact-form-container  .one-half.img {
		display: none
	}

	.rtl .footer-contact-form-container div.contact-form {
		float: none;
	}

	.footer-contact-form-container {
		background-color: #F8F8F8;
		box-shadow:none ;
	} 

	button.submit-form {
		font-size: 1rem;
	}

	a.whatsapp-link-fixed {
		right: 5px;
	}
}

@media only screen and ( max-width:600px ){
	.header-section h1 {
		line-height: 1;
	}

	.top-banner .wrap {
		bottom: 30px;
	}

	.free-consult {
		line-height: 35px;
		margin: 20px auto 0;
	}

	.header-section p {
		line-height: 1;
	}

	div.header-phone {
		/*display: none*/
	}

	ul.slick-dots li {
	    width: 5.95%;
	}

	[dir='rtl'] .slick-next {
		left: 0;
		top: 60px;
		z-index: 2;
	}

	[dir='rtl'] .slick-prev {
		right: 0;
		top: 60px;
		z-index: 2;
	}

	.footer-contact-form-container div.contact-form {
		padding: 25px 30px;
	}
}

@media only screen and ( max-width:450px ){
	a.footer-contact-whatsapp {
	    /*max-width: 310px;*/
	    margin: 0 15px;
	}
}