/*

Theme Name: Default

Theme URI: https://www.be4e-marketing.com/

Description: Default Theme By Be Group

Author: Ahmed Ramy

Author URI: https://www.be4e-marketing.com/

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: https://www.be4e-marketing.com/

*/
.title-bar h1 {
	    direction: rtl !important;
}
.et_pb_column:hover div.et_pb_module .et_pb_circle_counter_inner * {
    color: #8FC9DA !important;
}
@media only screen and (max-width: 767px){
	.ezz-special .et_pb_row.et_pb_gutters1{
		display: flex;
		flex-direction: column-reverse;
	}
	.achieves .et_pb_row.et_pb_gutters2.et-last-child {
    display: flex;
    flex-direction: column-reverse;
}
}
.ezz-menu ul {
    columns: 6;
}
@media only screen and (max-width: 767px){
.ezz-menu ul {
    columns: 2;
	}
}
/*cta-buttons*/

.cta-buttons .et_pb_button:before {
	    margin-right: -1.3em !important;
	    margin-left: auto !important
}
.cta-buttons.et_pb_button:before {
	    margin-right: -1.3em !important;
}
/*cta-buttons*/

/*contact-form1-sasa*/
.contact-form1-sasa .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.contact-form1-sasa .wpcf7-form-control {
    height: 50px;
	margin-bottom: 1em !important;
	border-radius:100px !important;
}
.contact-form1-sasa .wpcf7-textarea {
    height: 200px !important;
	border-radius: 24px !important;
}
.contact-form1-sasa .wpcf7-number, .wpcf7-select {
    width: 100%;
	background: #fff !important;
	text-align: right !important;
}
.contact-form1-sasa .column {
    width: 32%;
}
.contact-form1-sasa .column2 {
    width: 48%;
}
.contact-form1-sasa .column3 {
    width: 100%;
}

/*style the Divi blog pagination buttons*/

.pagination .alignleft a,
.pagination .alignright a {
  color: #ffffff;
	background: #0071fc;
	border: 2px solid #0070fc;
	padding: .7em 1.3em;
	border-radius: 50px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

/*style the Divi blog pagination buttons on hover*/

.pagination .alignleft a:hover,
.pagination .alignright a:hover {
	background: transparent;
  color: #0070fc;
	border: 2px solid #0070fc;
	transition: all 0.3s ease-in-out;
}
/*style the wp-pagenavi pagination links*/

.wp-pagenavi a,
.wp-pagenavi span {
	color: #000000;
	background: #f1f3f5;
	font-size: 1em !important;
	line-height: 1em;
	font-weight: bold !important;
	padding: 0.45em 0.8em !important;
	border-radius: 100px;
	transition: all .5s;
}


/*style the wp-pagenavi current page number*/

.wp-pagenavi span.current {
	color: #ffffff !important;
	background: #0070fc !important;
	border-radius: 100px;
}


/*style the wp-pagenavi pagination links on hover*/

.wp-pagenavi a:hover {
	color: #ffffff!important;
	background: #0070fc!important;
}


/*style the wp-pagenavi pages text*/

.wp-pagenavi .pages {
	background: none;
}


/*remove border and center the wp-pagenavi links*/

.wp-pagenavi {
	border-top: none;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.maxbutton-1.maxbutton{
	margin-right: 25px;
}

.ramy-contact-dsm .dp-col {
      margin-bottom: 10px;
  }

.widget_text{
	background-color: #66cc66;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}
.widget_text .et_pb_section {
    background-color: transparent;
}
.widgettitle{
	color: #fff;
}

.widget_recent_entries{
	background-color: #66cc66;
    padding: 15px;
    border-radius: 15px;
}
.widget_recent_entries.et_pb_widget li a {
    color: #FFF;
}

div#block-8{
	margin-bottom: -22px;
	text-align:center;
	color: #FFF;
}

/*Sticky Buttons*/
.sticky-buttons{position:fixed; bottom:0; z-index:1000;}
.sticky-buttons.left{left:0;}
.sticky-buttons.right{right:0;}
.sticky-buttons a{display:flex; align-items:center; justify-content:center; margin:10px; color:#ccc; fill:#ccc; 
background-color:#4FA5B0; box-shadow:0 2px 5px 0px #777; transition:.4s all;}
.sticky-buttons.square a{border-radius:0;}
.sticky-buttons.rounded a{border-radius:5px;}
.sticky-buttons.round a{border-radius:50%;}
.sticky-buttons.small a{width:40px; height:40px; font-size:22px;}
.sticky-buttons.medium a{width:50px; height:50px; font-size:28px;}
.sticky-buttons a:hover{cursor:pointer; color:#fff; fill:#fff;}
.sticky-buttons a.whatsapp{background-color:#4FA5B0;}
.sticky-buttons a.messenger{background-color:#4FA5B0;}
.sticky-buttons.inactive a.sticky_toggler, .sticky-buttons a.sticky_toggler{transform:rotate(0deg);}
.sticky-buttons.active a.sticky_toggler{transform:rotate(180deg);}
.sticky-buttons a svg{width:75%; height:75%;}
.sticky-buttons .hidden-data{background-color:#4FA5B0; width:500px; margin:10px 0; padding:10px; font-size:16px; position:fixed; bottom:0; z-index:101; box-shadow:0 2px 5px 0px #777; transition:.4s all;}
.sticky-buttons.square .hidden-data{border-radius:0;}
.sticky-buttons.rounded .hidden-data, .sticky-buttons.round .hidden-data{border-radius:5px;}
.sticky-buttons.small .hidden-data{max-width:calc(100% - 70px);}
.sticky-buttons.medium .hidden-data{max-width:calc(100% - 80px);}
.sticky-buttons.left .hidden-data{left:0; transform:translateX(-100%);}
.sticky-buttons.active.left.small .hidden-data.active{transform:translateX(60px);}
.sticky-buttons.active.left.medium .hidden-data.active{transform:translateX(70px);}
.sticky-buttons.right .hidden-data{right:0; transform:translateX(100%);}
.sticky-buttons.active.right.small .hidden-data.active{transform:translateX(-60px);}
.sticky-buttons.active.right.medium .hidden-data.active{transform:translateX(-70px);}
.sticky-buttons .hidden-data form br{display:none;}
.sticky-buttons .hidden-data form textarea{height:auto; display:block; width:100%;}
.sticky-buttons .hidden-data form input{line-height:36px!important; display:block; width:100%;}
.sticky-buttons .hidden-data form .wpcf7-form-control-wrap{margin-top:5px!important; margin-bottom:5px!important; display:block;}
/*ezz*/
.ezz .swiper-pagination-bullet {
    border-radius: 0 !important;
}
.ezz.difl_imagecarousel .swiper-pagination span {
    margin-right: 8px !important;
    width: 20px !important;
	height: 20px !important;}
.difl_blogcarousel .swiper-pagination span {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
/*ezz*/
.swiper-pagination.ic-dots-0tbbody.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-top: 5% !important;
}
.ezz span.prefix {
    font-size: clamp(2rem, 1.2500rem + 3.3333vw, 3rem);
}
.ezz span.infix {
    font-size: clamp(2rem, 1.2500rem + 3.3333vw, 3rem);
}
.ezz span.suffix {
    font-size: clamp(1.375rem, 1.3000rem + 0.3750vw, 1.75rem);

}
.ezz2 h3.df-heading {
    font-size: clamp(0.375rem, 1rem + 0.3750vw, 1.75rem) !important;
}
div#wpcf7-f730-o1 {
    direction: rtl !important;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    direction: rtl !important;
}


p:not(.has-background):last-of-type {
    padding-bottom: 0;
   
}