/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

.home-hero {
	position: relative;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 500px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero-form-container {
	display: none;
}

.home-hero .slick-dots {
	z-index: 1;
}

/* home Practice */
.practice-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.practice-box {
	margin: 0 0 20px;
	padding: 0 15px;
	background: none;
	color: #265C7E;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.practice-box:hover,
.practice-box:focus {
	background: none;
	
}

.practice-box span {
	margin: 0;
	font-size: 1.3rem;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
	font-family: 'Reem Kufi', sans-serif;
    font-variant: small-caps;
}
.practice-box span:hover{
	color:#388abc!important;
}
/*
.practice-box:focus span,
.practice-box:hover span {
	color: #fff;
}*/

.prac-icon {
    background: #388abc;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: solid 4px #265C7E;
	color:#fff;
	padding-top: 30px;
	margin:0 auto;
	margin-bottom: 20px;
}

.prac-icon .fa {
    font-size: 30px;
}
.prac-icon .fas {
    font-size: 30px;
}

.prac-icon:hover {
    background: #265C7E;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: solid 4px #388abc;
	color:#fff;
	padding-top: 30px;
	margin:0 auto;
	margin-bottom: 20px;
}



.prac-icon .fas:hover{
	color:#fff!important;
}
.prac-icon .fa:hover{
	color:#fff!important;
}


@media screen and (min-width: 768px) {
	.practice-box {
		width: 20%;
		margin: 0%;
	}
}

@media screen and (min-width: 1025px) {

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 96vh;
		
	}

	.home-hero-form-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.home-hero-form .contact-form-heading {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		min-width: 375px;
		padding: 0;
		background: #E9F5F7;
	}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form .contact-form-heading {
		display: none;
	}
}