/* slider */

.masthead.sticky-off .main-nav > li.has-children > a > .menu-item-text::after, 
.masthead.sticky-off  .main-nav > li.has-children > a > .menu-item-text::before {
	background: #fff;
}
.slider-text {
    z-index: 3;
    position: absolute;
    width: 1000px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: calc(100% - 120px);
    top: 120px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
	padding-bottom: 9vw;
	text-shadow: 0px 0px 8px #444;
}
.slider-text h1 {
    color: #fff;
	font-size: 70px;
}
.slider-subtitle {
    font-size: 35px;
    line-height: 1.3;
	margin: 0;
}

/* general */
.vc_column-inner {
	padding-top: 0 !important;
}
h2 {
	font-size: 40px;
	margin-bottom: 5px;
	line-height: 1;
}
.row-padding {
	padding: 50px 0;
}
.slider-text a,
.home-guide .wpb_text_column p a,
.open-text .wpb_text_column a {
    color: #fff;
    background-color: #ae2b30;
    font-weight: 700;
    border-radius: 10px;
    width: auto;
    padding: 0 15px;
    border: none;
    font-size: 20px;
    box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
    height: 45px;
    transition: .5s;
    text-decoration: none;
    display: inline-block;
    line-height: 2.2;
	text-shadow: none !important;
}

/* slider */
.slider-html {
    display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}
.slider-text a {
	width: 25%;
	margin:0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-text a i {
	margin-left: 7px;
}
.slider-html br {
    display: none;
}
.slider-text a:hover,
.home-guide .wpb_text_column p a:hover,
.open-text .wpb_text_column a:hover {
	background-color: #d2232a;
}

/* text */
.open-text .wpb_text_column {
	margin: 0;
}
.open-text p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
}
/* blog */
.owl-stage-outer {
    direction: ltr;
}
.articles .wpb_text_column {
	margin-bottom: 30px;
}
.articles  p {
    font-size: 22px;
    line-height: 1.5;
}
.blog-grid-item {
    width: 100% !important;
    margin: 0 !important;
	direction: rtl;
	box-sizing: border-box;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 35px;
    margin: auto;
    width: 30px;
    color: #000 !important;
    font-size: 60px !important;
    display: flex;
    justify-content: center;
}
.owl-prev {
    right: -40px	
}
.owl-next {
    left: -40px
}

.form-row {
    padding: 50px 0 15px;
}
.home-guide {
	padding: 35px 0;
	text-align: center;
}
.home-guide .vc_column-inner {
    padding: 100px !important;
	position: relative;
	transition: 2s;
	background-size: 100% !important;
}
.home-guide .vc_column-inner:hover {
    background-size: 120% !important;
}

.home-guide .vc_column-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 0;
	display: block;
}
.home-guide .vc_column-inner > div {
	z-index: 2;
	position: relative;
}
.home-guide .wpb_text_column {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	text-shadow: 0px 0px 8px #444;

}
.home-guide .wpb_text_column p {
	margin-bottom: 15px;
}
.home-guide .wpb_text_column h3 {
	font-size: 30px;	
	margin-bottom: 5px;
}
.home-guide .wpb_text_column h3 a {
	color: #fff !important;
}

.home-boxes .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 780px) {
	.home-boxes .vc_column-inner {
		padding: 0;
	}
}
.home-boxes .wpb_text_column {
	width: 100%;
	margin-bottom: 30px;
}
.home-boxes .wpb_text_column p  {
	font-size: 22px;
    line-height: 1.5;
}
.home-boxes .just-container {
	width: calc(33.333% - 20px);
    height: 200px;
    background: #fff;
	margin: 0;
    border: 1px solid #ccc;
	position: relative;
	transition: .3s;
}

.just-container > a {
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
.just-container .svg-file {
    width: 90px;
}
.just-container svg {
    transition: .3s;
}
.just-container h4 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 1.0;
    margin-top: 12px;
	margin-bottom: 0;
	transition: .3s;
}
.just-container:hover {
	background: #ae2b30;
}
.just-container:hover svg {
	fill: #fff !important;
}
.just-container:hover h4 {
	color: #fff;
}
@media screen and (max-width: 780px) {
	.slider-html {
		flex-wrap: wrap;
	}
	.slider-text a {
		width: 100%;
	}
	.slider-text a:last-child {
		margin-top: 10px;
	}
	.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn)::before {
		background: transparent !important;
	}
	.vc_row:not(.vc_row-no-padding) .vc_column-inner {
		padding: 0 20px !important
	}
	.vc_row.articles .vc_column-inner {
		padding: 0 40px !important;
	}
	.row-padding {
		padding: 30px 0;
	}
	h2 {
		font-size: 10vw;
		margin-bottom: 3vw;
	}
	.slider-text {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		height: calc(100% - 65px);
		top: 65px;
	}
	.slider-text h1 {
		color: #fff;
		font-size: 11vw;
		line-height: 1.2;
	}
	.slider-subtitle {
		font-size: 7vw;
	}
	.vc_row.articles .wpb_text_column {
		margin: 0 -20px 30px;
	}
	.home-boxes .wpb_text_column p,
	.home-guide .wpb_text_column p,
	.articles p,
	.open-text p {
		font-size: 5.5vw;
		line-height: 1.4;
		margin-bottom: 3vw;
	}
	.owl-prev, .owl-next {
		color: #fff !important;
		background: #cc242b !important;
		width: 20px;
		font-size: 35px !important;
		line-height: 0.8 !important;
	}
	.owl-prev {
		right: -30px;
	}
	.owl-next {
		left: -30px;
	}
	.home-guide .wpb_column {
		padding: 0 35px !important;
	}
	.home-guide .wpb_column:first-child {
		margin-bottom: 30px !important;
	}
	.home-guide .wpb_text_column {
		margin: 20px 0;
	}
	.home-guide .wpb_text_column h3 {
		font-size: 7vw;
	}
	.home-boxes .vc_column-inner > .wpb_wrapper {
		justify-content: space-between;
	}
	.just-container {
		width: calc(33.333% - 10px) !important;
		height: calc(33.333vw - 23px) !important;
	}
	.just-container .svg-file {
		width: 80%;
	}
	.just-container h4 {
		font-size: 4.5vw;
		margin-top: 0;
	}
}