/**
  * Home Immediate Help Banner
  */
  
  
.home-immediate-help-banner{
	background: #ffdaba;
	color: #e96f0b;
	
	/*display: grid;
	grid-template-columns: auto auto;
	grid-gap: 20px;
	align-items: center;
	*/
	padding: 5px 30px;
	text-align: center
}

.home-immediate-help-banner__text{
	/*
	justify-self: right;
	*/
	font-weight: bold;
	font-size: 17px;
	/*display: inline-block;*/
	margin: 10px;
}

.home-immediate-help-banner__button{
	/*
	justify-self: left;
	*/
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin: 10px;
}

.home-immediate-help-banner__button a{
	background: #fff;
	border-radius: 5px;
	line-height: 44px;
	display: inline-block;
	padding: 0 14px;
}

.home-immediate-help-banner__button a span{
	margin-right: 5px;
	font-size: 30px;
	vertical-align: middle;
}


/**
  * Home About Us
  */
  
  
.home-about__section{

}

.home-about__inner-wrap{
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-column-gap: 30px;
	/*grid-gap: 20px;*/
	align-items: center;
	max-width: 1020px;
	padding: 60px 30px;
	margin: 0 auto;
}



.home-about__title{
	color: #e96f0b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0;
	letter-spacing: 0.1em;
}

body.rtl .home-about__title{
	text-align: right;
}

.home-about__headline{
	font-size: 33px;
	line-height: 35px;
	color: #646faa;
	margin-bottom: 15px;
	font-weight: bold;
}

.home-about__description{
	font-size: 18px;
	line-height: 28px;
}

.home-about__left{
   -ms-grid-column:1; 
   
}

.home-about__right{
	justify-self: right;
   -ms-grid-column:3; 
}

.home-about__right img{
	max-width: 100%;
}

 @media (max-width:768px){
	.home-about__inner-wrap {
		display: block;
	}

	.home-about__left {
		margin-bottom: 30px;
		text-align: center;
	}

	.home-about__right img {
		display: block;
		margin: 0 auto;
	}

	.home-about__title{
		text-align: center;
	}
	
	body.rtl .home-about__title{
		text-align: center;
	}
}



/**
  * Home Helpful Links
  */
  
.home-helpful-links__section{
	background: #e8eaf2;
}

.home-helpful-links__inner-wrap{
	max-width: 1020px;
	padding: 0 30px 60px 30px;
	margin: 0 auto;
}
  
  
.home-helpful-links__title{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 44px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0;
	letter-spacing: 0.1em;
	background: #646faa;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 50px;
}


.home-helpful-links__link{
	display: grid;
	display: -ms-grid;
	/*
	grid-gap: 45px;
	*/
	grid-template-columns: 195px auto;
	align-items: center;
	margin-bottom: 25px;
	  -ms-grid-columns:195px auto;
   grid-template-areas:"left right";
}

.home-helpful-links__link:last-of-type{
	margin-bottom: 0;
}

.home-helpful-links__link-left{
	justify-self: right;
	-ms-grid-row:1; 
   -ms-grid-column:1; 
   -ms-grid-column-span:1;
   grid-area:left;
   -ms-grid-row-align: center;
   margin-right: 45px;
}

body.rtl .home-helpful-links__link-left{
	margin-left: 45px;
	margin-right: 0;
}

.home-helpful-links__link-right{
		-ms-grid-row:1; 
   -ms-grid-column:2; 
   -ms-grid-column-span:1;
   grid-area:right;
   -ms-grid-row-align: center
}

.home-helpful-links__link-left span{
	background: #fff;
	border-radius: 50%;
	color: #646faa;
	display: block;
	padding: 40px;
	display: inline-block;
	font-size: 75px;
}

.home-helpful-links__link-left span:before{
	margin: auto;
}

.home-helpful-links__link-title{
	margin-top: 0;
	font-size: 33px;
	margin-bottom: 15px;
	font-weight: bold;
}

.home-helpful-links__link-title a{
	color: #646faa;
}

.home-helpful-links__link-title a:hover,
.home-helpful-links__link-title a:focus{
	color: #e96f0b;
}


.home-helpful-links__link-description {
	font-size: 18px;
	line-height: 28px;
}

 @media (max-width:768px){
 	.home-helpful-links__inner-wrap {
 		text-align: center;
 	}

	.home-helpful-links__link {
		display: block;
		text-align: center;
		margin-bottom: 60px;
	}
	.home-helpful-links__link-left{
		justify-self: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	body.rtl .home-helpful-links__link-left{
		margin-left: 0;
		margin-right: 0;
	}

}


/**
  * Home 50/50
  */

.home-50-50__section{
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-areas:"left right";
	
}

.home-50-50__title{
	color: #e96f0b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0;
	letter-spacing: 0.1em;
}

body.rtl .home-50-50__title{
	text-align: right;
}

.home-50-50__headline-link{
	margin-top: 0;
	font-size: 33px;
	margin-bottom: 15px;
	font-weight: bold;
}


.home-50-50__left{
	background: #646faa;
	color: #fff;
	display: block;
	-ms-grid-column: 1;
}

.home-50-50__left a {
	color: #fff;
}

.home-50-50__right{
	display: block;
   -ms-grid-column: 2; 
}

.home-50-50__inner-wrap{
	max-width: 400px;
	padding: 60px 0;
}

.home-50-50__left .home-50-50__inner-wrap{
	margin-left: 30px;
    margin-right: 80px;
    float: right;
}

body.rtl .home-50-50__left .home-50-50__inner-wrap{
	float: left;
}

.home-50-50__right .home-50-50__inner-wrap{
	margin-left: 80px;
    margin-right: 30px;
}



.home-50-50__left .home-50-50__title{
	color: #ffdaba;
}



.home-50-50__left .home-50-50__headline-link a{
	color: #fff;
}


.home-50-50__right .home-50-50__headline-link a{
	color: #646faa;
}

.home-50-50__left .home-50-50__headline-link a:hover,
.home-50-50__left .home-50-50__headline-link a:focus{
	color: #ffdaba;
}

.home-50-50__right .home-50-50__headline-link a:hover,
.home-50-50__right .home-50-50__headline-link a:focus{
	color: #e96f0b;
}

 @media (max-width:768px){
	 
	 .home-50-50__title{
		 text-align: center;
	 }
	 
	 body.rtl .home-50-50__title{
	 	text-align: center;
	}
	 
	.home-50-50__section {
		display: block;

	}
	
	.home-50-50__inner-wrap{
		max-width: 100%;
	}
	
	.home-50-50__section ul,
	.home-50-50__section ol{
		text-align: left;
	}
	
	.home-50-50__left{
		justify-content: center;
	}
	
	.home-50-50__right{
		justify-content: center;
	}
	
	.home-50-50__left .home-50-50__inner-wrap {
    	margin-left: 0;
		margin-right: 0;
		padding: 60px 30px;
		float: none;
		text-align: center;
	}
	
	body.rtl .home-50-50__left .home-50-50__inner-wrap{
		float: none;
	}
	
	.home-50-50__right .home-50-50__inner-wrap {
    	margin-left: 0;
		margin-right: 0;
		padding: 60px 30px;
		text-align: center;
	}


}


/**
  * Home Hero
  */
  
 .home-hero{
	 color: #fff;
	 padding-top: 100px;
	 padding-bottom: 100px;
 }
 
 .home-hero__inner-wrap{
	 max-width: 680px;
	 padding: 0 30px;
	 margin: 0 auto;
 }
  
 .home-hero__kicker{
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
 }
 
 .home-hero__headline{
	 font-size: 58px;
	 line-height: 62px;
	 margin-bottom: 20px;
	 font-weight: bold;
 }
 
 .home-hero__description{
	 font-size: 23px;
	 line-height: 28px;
 }
 
 
 .home-hero__cta-container ul{
	 display: -ms-grid;
	 display: grid;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 margin-bottom: 20px;
	 margin-top: 45px;	
 }
 
  .home-hero__cta-container ul li{
	  max-width: 190px;
	  width: 100%;
  }
 
 /* 3 items */
 
 .home-hero__cta-container ul.item_count_3{

	 grid-column-gap: 25px;
	 grid-template-columns: 1fr 1fr 1fr;
	 -ms-grid-columns: 1fr 25px 1fr 25px 1fr;  
 }
 
.home-hero__cta-container ul.item_count_3 li:nth-of-type(1){
   -ms-grid-column:1;
}

.home-hero__cta-container ul.item_count_3 li:nth-of-type(2){
   -ms-grid-column:3; 
}

.home-hero__cta-container ul.item_count_3 li:nth-of-type(3){
   -ms-grid-column:5; 
}


/* 2 items */

.home-hero__cta-container ul.item_count_2{

	 grid-column-gap: 25px;
	 grid-template-columns: 1fr 1fr;
	 -ms-grid-columns: 1fr 25px 1fr;  
 }
 
.home-hero__cta-container ul.item_count_2 li:nth-of-type(1){
   -ms-grid-column:1;
   justify-self: right;
   -ms-grid-column-align: end;
}

.home-hero__cta-container ul.item_count_2 li:nth-of-type(2){
   -ms-grid-column:3;
   justify-self: left;
   -ms-grid-column-align: start;
}

.rtl .home-hero__cta-container ul.item_count_2 li:nth-of-type(1){
   -ms-grid-column:1;
   justify-self: left;
   -ms-grid-column-align: start;
}

.rtl .home-hero__cta-container ul.item_count_2 li:nth-of-type(2){
   -ms-grid-column:3;
   justify-self: right;
   -ms-grid-column-align: end;
}


/* 1 items */

.home-hero__cta-container ul.item_count_1{

	 grid-column-gap: 25px;
	 grid-template-columns: 1fr;
	 -ms-grid-columns: 1fr 25px;  
 }
 
.home-hero__cta-container ul.item_count_1 li:nth-of-type(1){
   -ms-grid-column:1;
   justify-self: center;
   -ms-grid-column-align: center;
}



/**/
 
 @media (max-width:768px){
	.home-hero__cta-container ul {
		grid-template-columns: 1fr !important;
		-ms-grid-columns: 1fr !important; 
		grid-row-gap: 25px !important;
		
	}
	
	.home-hero__cta-container ul.item_count_3{
		-ms-grid-rows: 1fr 25px 1fr 25px 1fr !important;
	}
	
	.home-hero__cta-container ul.item_count_2{
		-ms-grid-rows: 1fr 25px 1fr !important;
	}
	
	.home-hero__cta-container ul.item_count_1{
		-ms-grid-rows: 1fr 25px !important;
	}
	
	.home-hero__cta-container ul li:nth-of-type(1){
	   -ms-grid-row:1 !important; 
	   -ms-grid-column:1 !important;
	   justify-self: center !important;
	   -ms-grid-column-align: center !important;
   	}

	.home-hero__cta-container ul li:nth-of-type(2){
		-ms-grid-row:3 !important; 
	   -ms-grid-column:1 !important;
	   justify-self: center !important;
	   -ms-grid-column-align: center !important;
	}

	.home-hero__cta-container ul li:nth-of-type(3){
		-ms-grid-row:5 !important; 
	   -ms-grid-column:1 !important;
	   justify-self: center !important;
	   -ms-grid-column-align: center !important;
	}
}
 
.home-hero__cta-container ul li a{
	 background: #fff;
	 border-radius: 15px;
	 padding: 24px;
	 display: block;
     height: 100%;
 }
 
.home-hero__cta-container ul li span{
	 background: #646faa;
	 border-radius: 50%;
	 display: inline-block;
	 padding: 20px;
	 margin-bottom: 15px;
	 color: #fff;
	 font-size: 60px;
 }
 
 .home-hero__cta-container ul li span:before{
	 margin: auto;

 }
 
 .home-hero__cta-action-word{
	 color: #646faa;
	 font-size: 22px;
	 letter-spacing: 0.04em;
	 text-transform: uppercase;
	 margin-bottom: 10px;
	 font-weight: bold;
	 -ms-grid-row:2;
	 -ms-grid-column-span:1;
 }
 
 .home-hero__cta-action-text{
	 color: #000;
	 font-size: 14px;
	 -ms-grid-row:3;
	 -ms-grid-column-span:1;
 }
 
 
 .home-hero__cta-container ul li a:hover,
 .home-hero__cta-container ul li a:focus{
	 background: #e96f0b;
 }
 
 .home-hero__cta-container ul li a:hover span,
 .home-hero__cta-container ul li a:focus span{
	 background: #fff;
	 color: #646faa;
 }
 
 .home-hero__cta-container ul li a:hover .home-hero__cta-action-word,
 .home-hero__cta-container ul li a:focus .home-hero__cta-action-word,
 .home-hero__cta-container ul li a:hover .home-hero__cta-action-text,
 .home-hero__cta-container ul li a:focus .home-hero__cta-action-text{
	 color: #fff;
 }
 
 .home-hero__cta-disclaimer{
	 font-size: 14px;
 }
 
 
 /**
  * Home Testimonials
  */
 
 
 .home-testimonials__inner-wrap{
	max-width: 1020px;
	padding: 0 30px 60px 30px;
	margin: 0 auto;
 }
 
 .home-testimonails__title{
	color: #e96f0b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 44px;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0;
	letter-spacing: 0.1em;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 50px; 
 }

 
 .home-testimonials__section ul{
	margin: 0;
	padding: 0;
	text-align: center;
	display: grid;
	display: -ms-grid;
    grid-template-columns: 50px 1fr 50px;
    -ms-grid-columns: 50px 1fr 50px;
    grid-template-areas:"left center right";
    /*
    grid-gap: 20px;
    */
    align-items: center;
 }
 
.home-testimonials__section ul .slick-prev{
	-ms-grid-row:1; 
   -ms-grid-column:1; 
   -ms-grid-column-span:1;
   grid-area:left;
   -ms-grid-row-align: center;
 }
 
.home-testimonials__section ul .slick-next{
	-ms-grid-row:1; 
   -ms-grid-column:3; 
   -ms-grid-column-span:1;
   grid-area:right;
   -ms-grid-row-align: center;
 }
 
.home-testimonials__section ul .slick-list{
	-ms-grid-row:1; 
   -ms-grid-column:2; 
   -ms-grid-column-span:1;
   grid-area:center;
   -ms-grid-row-align: center;
   margin-right: 20px;
   margin-left: 20px;
 }

 .home-testimonials__section ul li p{
	 font-size: 32px;
	 line-height: 34px;
	 font-weight: bold;
	 color: #fff;
	 margin-bottom: 15px;
 }
 
  .home-testimonials__section ul li cite{
	  color: #fff;
	  font-style: normal;
	  font-size: 18px;
  }
  
  .slick-arrow{
	 color: #fff;
	 font-size: 50px;
	 cursor: pointer;
	 
  }
  
  .slick-arrow:hover,
  .slick-arrow:focus{
	  color: #646faa;
  }
  
  
@media (max-width:768px){

	.home-testimonials__inner-wrap {
		text-align: center;
	}

	.home-testimonials__section ul li p{
			 font-size: 18px;
			 line-height: 25px;
	} 
	
	.home-testimonials__section ul li cite{
	  font-size: 16px;
  }
	 
}

body.rtl .fa-arrow-circle-right{
	transform: rotate(180deg);
}