/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


@font-face {
  font-family: 'Chapaza';
  src: url(./fonts/eng/Chapaza.ttf);
	font-weight:600;
	font-display: swap;
}
@font-face {
  font-family: 'Chapaza';
  src: url(./fonts/eng/Chapaza_Italic.ttf);
	font-style:italic;
    font-weight:600;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-thin.otf);
    font-weight:200;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-light.otf);
    font-weight:300;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-regular.otf);
    font-weight:400;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-bold.otf);
    font-weight:600;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-extrabold.otf);
    font-weight:700;
	font-display: swap;
}
@font-face {
  font-family: 'Fontspring';
  src: url(./fonts/eng/Fontspring-DEMO-commuterssans-heavy.otf);
    font-weight:800;
	font-display: swap;
}

@font-face {
  font-family: 'Swissra';
  src: url(./fonts/ar/alfont_com_AlFont_com_Swissra-Bold.otf);
    font-weight:600;
	font-display: swap;
}
@font-face {
  font-family: 'Swissra';
  src: url(./fonts/ar/alfont_com_AlFont_com_Swissra-Medium-1.otf);
    font-weight:500;
	font-display: swap;
}
@font-face {
  font-family: 'Swissra';
  src: url(./fonts/ar/alfont_com_AlFont_com_Swissra-Normal-1.otf);
    font-weight:400;
	font-display: swap;
}
@font-face {
  font-family: 'HTHeliopolis';
  src: url(./fonts/ar/HTHeliopolis-Medium.otf);
    font-weight:400;
	font-display: swap;
}
@font-face {
    font-family: 'Commuters Sans';
    src: url('./fonts/eng/CommutersSans-Regular.eot');
    src: url('./fonts/eng/CommutersSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/eng/CommutersSans-Regular.woff2') format('woff2'),
        url('./fonts/eng/CommutersSans-Regular.woff') format('woff'),
        url('./fonts/eng/CommutersSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#masthead {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
	z-index:11;
}
.hero_banner .elementor-background-overlay {
    height: 50%;
}

.stats_row .elementor-icon-box-title span {
    border-bottom: 1px solid #e9e4cd;
}

#custom_reviews .item-content-wrapper {
    background: #fff;
    padding: 0;
}
#custom_reviews .item-content-wrapper:before{
	display: none;
}

#custom_reviews .tss-carousel {
    padding-top: 120px;
}
#custom_reviews .item-content {
    font-size: 1.1vw;
    font-style: normal ;
    text-align: justify;
    line-height: 1.3;
}

#custom_reviews .swiper-button-prev {
    top: 0;
    margin-top: 0;
	left:0;
}
#custom_reviews .swiper-button-next {
    right: auto;
    left: 100px;
    margin-top: 0;
    top: 0;
}
.rtl #custom_reviews .swiper-button-prev {
    left: 100px;
    right: auto;
    background: url(../../../wp-content/uploads/2022/11/Right-arrow.png) no-repeat;
    background-size: 100%;
}
.rtl #custom_reviews .swiper-button-next {
    left: 0px;
    right: auto;
    background: url(../../../wp-content/uploads/2022/11/Left-arrow.png) no-repeat;
    background-size: 100%;
}
#custom_reviews .tss-grid-item {
    padding: 0;
}
#custom_reviews .swiper-arrow i {
    visibility: hidden;
}
#custom_reviews .swiper-arrow{
	 width: 60px;
    height: 60px;
}
#custom_reviews .swiper-button-prev {
    background: url(../../../wp-content/uploads/2022/11/Left-arrow.png) no-repeat;
	background-size:100%;
}
#custom_reviews .swiper-button-next {
    background: url(../../../wp-content/uploads/2022/11/Right-arrow.png) no-repeat;
background-size:100%;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: inherit;
}

.rtl form{
	direction: rtl;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -8px;
}
.form-column {
    width: 100%;
	padding: 0 8px;
	margin-bottom: 20px;
}
.form-column.half {
    width: 50%;
}

.form_row input[type=date], .form_row input[type=email], .form_row input[type=number], .form_row input[type=password], .form_row input[type=search], .form_row input[type=tel], .form_row input[type=text], .form_row input[type=url], .form_row select, .file-input {
       background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 55px;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	    width: 100%;
}
input:focus, select:focus, textarea:focus, input:focus-visible, select:focus-visible, textarea:focus-visible {
    border-color: #fff !important;
	outline: none;
}
.form_row ::placeholder {
    color: #fff;
	opacity: 0.7
}

.form_row p {
    color: #fff;
    text-align: center;
    margin: 35px 0;
    font-size: 1.3vw;
}
.form-column.center {
    text-align: center;
}
/* span.wpcf7-spinner {
    width: 100%;
} */
.form-column .wpcf7-submit {
    margin-top: 50px;
    color: #5a9f97 !IMPORTANT;
    text-transform: uppercase;
    border-color:  #fff;
    min-width: 185px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
}
.rtl .form-column .wpcf7-submit {
	font-size:20px;
    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: 0;
}
.form-column .wpcf7-submit:hover{
	background: transparent;
color: #fff !IMPORTANT;
}
.form_row select {
    appearance: none;
    -webkit-appearance: none;
    background: url('../../../wp-content/uploads/2022/11/arrow.png') no-repeat;
    background-position: 96% 50%;
}
option {
    color: #000;
}
.form_row .file-input {
    background: url(../../../wp-content/uploads/2022/11/upload.png) no-repeat 95% 50% !important;
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 70%);
}
.file-input input {
    display: none;
}
.file-input .wpcf7-not-valid-tip {
    position: absolute;
    white-space: nowrap;
    text-transform: initial;
    bottom: -50px;
    left: -35px;
}
.form_row .select2-container--default .select2-selection--single {
    background: transparent;
    height: 55px;
    border-radius: 30px !important;
    border-color: #fff;
    padding: 0 35px;
	display: flex;
    align-items: center;
}
.form_row .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
.select2-selection__arrow b {
    visibility: hidden;
}
.select2-selection__arrow{
	background: url('../../../wp-content/uploads/2022/11/arrow.png') no-repeat;

}
.form_row .select2-container--default .select2-selection--single .select2-selection__rendered[title*="--"] {
    opacity: 0.7;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5a9f97 !IMPORTANT;
}
.select2-dropdown {
    border: 1px solid #ffffff!IMPORTANT;
}
.select2-search--dropdown {
    display: none !important;
}
.newsletter_form form {
    max-width: 560px;
    margin: 0 auto;
}

.newsletter_form .wpcf7-form-control-wrap {
    width: 61%;
    display: inline-grid;
    margin-right: 25px;
}

.rtl .newsletter_form .wpcf7-form-control-wrap {
    margin-left: 25px;
	margin-right:0;
}

.newsletter_form .wpcf7-form-control-wrap input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 30px;
	    padding: 0 25px;
	color:#fff;
}
.newsletter_form ::placeholder{
	color:#fff;
}
.newsletter_form .wpcf7-submit {
    border-color: #fff;
    color: #003e4b !important;
    font-weight: 600;
    width: 33%;
    display: inline-block;
}

.rtl .newsletter_form .wpcf7-submit {
    font-weight: 400;
    font-size: 18px !important;
}
.newsletter_form .wpcf7-submit:hover{
	background: transparent;
	color:#fff !important;
}
/*  footer {
    display: none;
} */

.accordion_slider  > div{
	flex-wrap: nowrap !important;
	    overflow-x: clip;
}
.accordion_slider section, .accordion_slider section > div {
    position: static !IMPORTANT;
}
.accordion_slider section .elementor-column:nth-child(1) {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    white-space: nowrap;
	left: 0;
}
.accordion_slider section .elementor-column:nth-child(2) {
    width: 100%;
	 z-index: 1;
}
.accordion_slider section > div{
	height: 82vh;
}
.accordion_slider section.inactive {
    width: 75px;
	flex: 0 0 75px;
}

.accordion_slider section.inactive .sticky_heading {
    position: absolute;
    height: 100%;
    z-index: 11;
}

.accordion_slider section.inactive .sticky_heading > div {
    height: 100%;
    padding: 0 !IMPORTANT;
    display: flex;
}
.accordion_slider section.inactive .sticky_heading > div > .elementor-heading-title {
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 45px auto;
 opacity: 0.5;
}
.rtl .accordion_slider section.inactive .sticky_heading > div > .elementor-heading-title {
    font-size: 1.5vw;
   
}
.accordion_slider section.active .elementor-column:nth-child(1) {
    position: relative;
	width:60%;
	  opacity:1;
	white-space: inherit;
	z-index: 1;
}
.accordion_slider section.active .sticky_heading{
	display: none;
}
.accordion_slider section.active .elementor-column:nth-child(2) {
    width: 40%;
}
pre {
    display: inline-block;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
       height: 26px !important;
    position: absolute !important;
    width: 20px !important;
    right: 20px !important;
    top: 20px !important;
}

@media only screen and (max-width:1024px){
	#custom_reviews .item-content {
    font-size: 16px;
}
	#custom_reviews .tss-carousel {
    padding-top: 60px;
}
	#custom_reviews .swiper-button-next {
    right: 0;
    left: auto;
    top: -90px;
}
#custom_reviews .swiper-button-prev {
   top: -90px;
    left: auto;
    right: 80px;
}
	.form_row p {
    font-size: 21px;
}



}

@media only screen and (min-width:768px) and (max-width:1024px){

	.accordion_slider section.inactive {
    width: 50px;
    flex: 0 0 50px;
}
	.accordion_slider section.active {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}
}


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

	#custom_reviews .tss-carousel {
    padding-top: 20px;
}
	#custom_reviews .swiper-arrow {
    width: 40px;
    height: 40px;
}
	#custom_reviews .swiper-button-prev {
    top: -75px;
    right: 50px;
}
		#custom_reviews .swiper-button-next {
    top: -75px;
}
	.form_row p {
    font-size: 11px;
    margin: 15px 0;
}
	.form-column.half {
    width: 50%;
}
.newsletter_form .wpcf7-form-control-wrap {
     margin-right: 10px;
    width: 60%;
}
.newsletter_form .wpcf7-submit {
    width: 35%;
    padding: 5px 11px!important;
    font-size: 8px !important;
}
.form-column .wpcf7-submit {
    margin-top: 30px;
    min-width: 100px;
    font-size: 8px !important;
    height: 28px;
    padding-top: 8px !important;
}
	form {
   overflow-x: hidden;
}
	span.select2.select2-container {
    width: 100% !important;
}
	.accordion_slider section.inactive {
    width: 100%;
    flex: 0 0 100%;
}
	.accordion_slider section.inactive .sticky_heading > div > div {
    writing-mode: inherit;
    transform: rotate(0deg);
	margin: 20px auto;
}
	.accordion_slider section > div {
    height: auto;
		flex-direction: column-reverse;
}
	.accordion_slider section.inactive .sticky_heading {
    position: relative;
}
	.accordion_slider section.active .elementor-column:nth-child(1) , .accordion_slider section.active .elementor-column:nth-child(2){
    width: 100%;
}
	.accordion_slider section.inactive .elementor-column:nth-child(2) > div {
    padding: 0;
}
	#custom_reviews .item-content {
    font-size: 14px;
		line-height: 1.5;
}
	.form-column {
    margin-bottom: 13px;
}
		.form_row input[type=date], .form_row input[type=email], .form_row input[type=number], .form_row input[type=password], .form_row input[type=search], .form_row input[type=tel], .form_row input[type=text], .form_row input[type=url], .form_row select, .file-input, .form_row .select2-container--default .select2-selection--single {
	font-size: 7px;
    padding: 0px 12px 0px 12px;
    height: 30px;
}
	.select2-selection__arrow{
	background: url('../../../wp-content/uploads/2022/11/arrow.png') no-repeat;
	right: 20px !IMPORTANT;
    top: 20px !IMPORTANT;
}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !IMPORTANT;
    width: 11px !important;
    background-size: 13px;
    right: 11px !IMPORTANT;
}
		.form_row .file-input
	{
		 background-size: 11px !important;
	}
}