@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* col-xs */
@media(max-width:767px){

}
/* col-sm */
@media(min-width:768px){

}

/* col-md */
@media(min-width:992px){

}

/* col-lg */
@media(min-width:1200px){

}

textarea.form-control {
  border-radius: 20px;
}

#acwp-toolbar-btn-wrap {
  left: 0px !important;
  opacity: 0.6;
  border-radius: 0px;
  
}

body.acwp-contrast #acwp-toolbar-btn svg, #acwp-toolbar-btn svg {
  width: 26px !important;
}

#acwp-toolbar-btn {
  width: 38px !important;
  height: 38px !important;
  border-radius: 0px;
  border: none !important;
}


.hp_advantage .hvr-radial-out{
	background: #d2232a;
    padding: 5px;
	border-radius: 100%;
	margin: 0 auto;
	
}

.hp_advantage .hvr-radial-out:before{
	background: #006f3d;
}

#client_reco .item span  {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.page-template-card .loop {
  margin:0px auto !important; 
}

.page-template-card .loop .owl-dots {
  margin: 0px;
}


/*
Global
* --------------------------------------- */
body{
	font-family: 'Rubik', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	color: #231f20;
	direction: rtl;
	line-height: 1.5;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
.container-fluid{
	padding: 55px 15px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
}
.extra_padding{
	padding: 100px 15px;
}
.customize-support #header {
    top: 30px;
}

.scrollup:hover,
.scrollup:focus,
.scrollup {
    text-align:center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 55px;
    right: 50px;
    color:#fff;
    border-radius:20px;
    background-color:#36dde1;
    font-size:20px;
    z-index:9999;
	padding: 5px;
}
/* col-xs */
@media(max-width:767px){
	.scrollup:hover,
	.scrollup:focus,
	.scrollup{
    	right: 25px;
	}
	
	.global-list li{
		display: block;
		text-align: center;
		margin: 20px auto;
		max-width: 300px;
	}
}

#acp-toggle-toolbar {
    top: inherit !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 55px;
    height: 55px;
}

/* col-xs */
@media(max-width:767px){
	#acp-toggle-toolbar {
		display: none;
	}
}

/* col-xs */
@media(max-width:767px){
	.extra_padding,
	.container-fluid{
		padding: 25px 15px;
	}
	body{
		font-size: 16px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.extra_padding,
	.container-fluid{
		padding: 35px 15px;
	}
}

.whitbg{
	background: #fff;
}


.main-title{
	font-size: 36px;
	display: block;
	margin: 20px auto 10px;
	font-weight: 500;
	color: #3a332f;
}
.inner_title{
	color: #3a332f;
	font-size: 22px;
	font-weight: 500;
	margin: 5px auto;
	position: relative;
	text-align: right;
	display: block;
}

.thiner{
	font-weight: 300;
	display: inline-block;
}
.bold{
	font-weight: bold;
}

.txt{
	display: block;
	margin: 15px auto;
}

.whitxt{
	color: #fff;
}

.global-list{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.global-list li{
	display: inline-block;
	text-align: center;
}

/* col-xs */
@media(max-width:767px){
	.global-list li{
		display: block;
		text-align: center;
		margin: 20px auto;
		max-width: 300px;
	}
	
	
}
/* col-sm */
@media(min-width:768px){
	.txt{
		font-size: 18px;
	}
}
.no-padding{
	padding: 0 15px;
}
.less_padding{
	padding: 25px 15px;
}

.row{
	position: relative;
}

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

/*
Card
* --------------------------------------- */
.card_header{
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 3;
}
.card_header img{
	max-width: 60px;
}
.page-template-card{
	
}

.page-template-card .main{
	padding-top: 0;
}

.page-template-card .main.bg-image {
	  background-size: cover !important;
    background-repeat: no-repeat !important;
}


.page-template-card .carousel-indicators{
	display: none;
}
.page-template-card .inner_logo{
	margin: -104px auto 0;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.38);
}

.carousel-inner {
  min-height: 150px;
}
.page-template-card .name{
	font-size: 36px;
	margin: 10px auto 0;
	
}
.sector{
	font-size: 20px;
	color: #6e7b8c;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	/*border-bottom: 1.5px solid #e0e8ed;*/
}
.new_rec:hover,
.new_rec:focus,
.new_rec{
	color: #292929;
	text-align: right;
	margin: 20px auto;
}
.new_rec .open_indicator{
	-moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
.new_rec .open_indicator.rotate{
	transform: rotate(180deg);
}
#alltxt{
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
}
#alltxt .panel-body {
    padding: 0;
}
.custom_width{
	margin: 0 auto;
}
.btn_holder{
	max-width: 480px;
}
.contact_btn{
	width: calc(100%/3 - 6px);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: inherit;
	margin: 15px 0;
}
.contact_btn:hover{
	text-decoration: none;
	opacity: 0.85;
}
.contact_btn .icon{
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 5px 10px;
	font-size: 30px;
	width: 55px;
	margin: 0 auto;
	color: #fff;
	height: 55px;
		
}

.vcard-container {
  margin: 25px 0px;
}

.contact_btn.wat .icon{
	background: #0dbc2a;
  padding: 13px 12px 0px 12px;
}

.contact_btn .text{
	display: block;
	text-align: center;
	color: #292f33;
	font-size: 17px;
	margin-top: 5px;
}

.contact_btn.dynamic_buttons .icon{
  background: #296fac;
  padding: 13px 10px;
}
.contact_btn.waze .icon{
	background: #94c4d3;
  
}
.contact_btn.tiktok .icon{
	background: #ff0050;
}
.contact_btn.tiktok img{
	margin: 8px auto;
}
.contact_btn.waze img{
	margin: 8px auto;
}
.contact_btn.mail .icon{
	background: #0067c0;
}
.contact_btn.phone .icon{
	background: #0dbc2a;
  font-size: 40px;
  padding: 0px;
}
.contact_btn.facebook .icon{
	background: #3a559f;
}
.contact_btn.web .icon{
	background: #a0a0a0;
}
.contact_btn.youtube .icon{
	background: #ff0000;
}
.contact_btn.google .icon{
	background: #e94235;
}
.contact_btn.instagram .icon{
	background: #dc367e;
}
.contact_btn.twitter .icon{
	background: #2faae3;
}
.contact_btn.linkedin .icon{
	background: #296fac;
}
.contact_btn.file .icon{
	background: #9E9E9E;
}
.contact_btn.vcard .icon{
	background: #607D8B;
}
.no_cover{
	background: #b9b9b9;
	height: 52px;
}
.card_header a{
	float: left !important;
	margin: 10px 0 0 5px; 
}
/* col-xs */
@media(max-width:767px){
	.no_cover{
		height: 40px;
	}
	.new_rec{
		display: block;
	}
	.card_header a{
	float: left !important;
	margin: 5px 0 0 5px; 
}
	.card_header img {
		max-width: 60px !important;
		
	}
	.page-template-card .inner_logo{
		max-width: 105px;
		margin: -52.5px auto 0;
	}
	/*.contact_btn.waze img{
		margin: 8px auto;
    	max-width: 40px;
	}
  
  .contact_btn.tiktok img{
		margin: 8px auto;
    	max-width: 40px;
	}
	
	.contact_btn .text{
		font-size: 14px;
	}
	.contact_btn .icon{
		font-size: 35px;
		max-width: 63px;
		max-height: 63px;
	}*/
	
	.page-template-card .custom_width{
		max-width: 480px;
	}
	.btn_holder{
		max-width: 340px !important;
		margin-bottom: 50px;
	}
	.open_indicator{
		margin-left: 10px;
	}
	.contact_btn{
		width: calc(100%/4 - 6px);
	}
	.page-template-card .inner_logo.margin_logo{
		margin-top: 10px !important;
	}
	.page-template-card .scrollup:hover,
	.page-template-card .scrollup:focus,
	.page-template-card .scrollup{
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
	}
	
		
		
		
}
/* col-sm */
@media(min-width:768px){
	.page-template-card .inner_logo.margin_logo{
		margin-top: 25px !important;
	}
	.page-template-card .name{
		margin-top: 20px;
	}
	.page-template-card .sector{
		padding-bottom: 30px;
	}
	.page-template-card .custom_width .txt{
		max-width: 670px;
		margin: 30px auto;
	}
}
/*
Invitation
* --------------------------------------- */
.page-template-invitation{
	text-align: center;
}
.en_font{
	font-family: 'Pacifico', cursive !important;
}
.invitation-poster{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 100vh;
    width: 100% !important;
    overflow: hidden;
}
.invitation-poster .opacity{
	position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	height: 100vh;
}

.invitation-footer .footer_poster_invitation,
.invitation-poster .main_poster_invitation{
	background-image: none !important;
    height: auto;
    z-index: 9;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.invitation-poster .scroll_down{
	margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
	color: #fff;
	
}
.invitation-poster .scroll_down span{
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 50%;
	-moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.host{
	font-size: 70px;
}
.event_title{
	font-size:30px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px 5%;
    width: fit-content;
    margin: 20px auto;
}
.page-template-invitation .txt{
	font-weight: 200;
}
.event_date{
	font-size: 27px;
	font-weight: 500;
	line-height: 1.3;
}
.main_poster_invitation .host{
	font-size: 85px;
}
.main_poster_invitation .event_title{
	font-size: 36px;
}

.page-template-invitation .global-list li{
	margin-left: 3px !important;
	margin: 0px auto;
}
.page-template-invitation .global-list li .title{
	display: inline-block;
	font-weight: 400;
}
.page-template-invitation hr{
	border-top: 1px solid #c9c9c9;
	margin-bottom: 35px;
}
.invitation_btn:hover,
.invitation_btn:focus,
.invitation_btn{
	border: 1px solid #c9c9c9;
    width: calc(100%/3 - 40px);
    display: inline-block;
    border-radius: 60px;
    padding: 5px;
	color:#292f33; 
	font-size: 20px;
	margin: 5px 5px 0;
}
.invitation_waze{
	display: inline-block;
	max-width: 19px;
}
#zeep_link_invitation{
	position: absolute;
	 right: 0;
    left: 0;
    bottom: 20px;
}
#zeep_link_invitation img{
	max-width: 80px;
}
.invitation-footer{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 500px;
    width: 100% !important;
    overflow: hidden;

}
.invitation-footer .opacity{
	position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	height: 500px;
}
.invitation-footer .opacity.no_color,
.invitation-poster .opacity.no_color{
	background: rgba(0,0,0,0) !important;
}
.invitation_logo.footer_in_logo{
	max-width: 120px;
    margin-bottom: 20px;
}
.invitation_logo{
	max-width: 140px;
	margin-bottom: 20px;
}
/* col-xs */
@media(max-width:767px){
	.page-template-invitation .global-list li{
		display: inline-block !important;
		text-align: center;
	}
	.host{
		font-size: 35px;
	}
	.event_title{
		font-size:30px;
	}
	.page-template-invitation .txt{
		font-size:22px;
	}
	.event_date{
		font-size: 27px;
	}
	.main_poster_invitation .host{
		font-size: 40px;
	}
	.main_poster_invitation .event_title{
		font-size: 25px;
	}
	.invitation-footer .opacity,
	.invitation-footer{
		height: 350px;
	}
	.invitation_btn:hover,
	.invitation_btn:focus,
	.invitation_btn{
		width:220px;
		margin: 5px auto 20px;
		font-size: 16px;
		display: block;
	}
	.invitation_logo{
		max-width: 120px;
		margin-bottom: 20px;
	}
	.invitation_logo.footer_in_logo{
		display: none;
	}

}

/* col-sm */
@media(min-width:768px){
	.page-template-invitation .txt{
		font-size: 20px;
		margin: 35px auto;
	}
	
	.page-template-invitation .custom_width{
		max-width: 1035px;
		margin: 0 auto;
	}
}


#contact-form .contact_title {
    font-size: 22px;
    margin: 30px auto 0;
    display: block;
    font-weight: 500;
}

.wpcf7-form-control-wrap.guests{
	display: inline-block;
    float: left;
}
.page-template-invitation  span.wpcf7-not-valid-tip{
	font-size: 13px;
}
.page-template-invitation .MessageSent .wpcf7-form .thankYou{
	margin: 40px auto 10px;
}
#guests_lbl{
	display: block;
    text-align: center;
    line-height: 1;
    padding-top: 12px;
}
#contact-form .contact_title:before, #contact-form .contact_title:after {
    content: "";
    height: 1px;
    max-width: 249px;
    width: 25%;
    background: #c9c9c9;
    display: inline-block;
    margin: 17px 0;
}
#contact-form .contact_title:before {
    float: right;
}

#contact-form .contact_title:after {
    float: left;
}

.invitation_btn{
	background: transparent;
}
/* col-xs */
@media(max-width:767px){
	#guests_lbl{
		padding-top: 3px;
	}
}

/*
Navbar
* --------------------------------------- */
.header{
	background-color: transparent !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
.change_color .container-fluid{
	padding-top: 0px;
}
.header .container-fluid{
	padding: 5px 15px 0;
	position: relative;
	z-index: 1;
	/*background-color: #222222 ;*/
}

.hp_header.header .container-fluid{
	background-color: transparent !important;
	 -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
	
}

.hp_header.change_color .container-fluid{
	background-color: #222222 !important;
}

.header.change_color .navbar-nav>li> a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.header .navbar-nav>li> a{
	color: #231f20;
	font-size: 16px;
	font-weight: normal;
}



.sticky-header{
	position: fixed;
	top: -1px;
	right: 0;
	left: 0;
	z-index: 10;
}

#transcroller-body{
	overflow: hidden;
}

/* col-xs */
@media (min-width:320px) and (max-width:991px) {
	#wellcome{
		margin-top: 56px;
	}
	.header_phone{
		display: inline-block;
		float: left;
		font-size: 25px;
		color: #fff;
		/*margin-top: 8px;
		margin-bottom: 7px;
    margin-left: 20px;*/
    width: 40px;
    margin: 5px 10px 10px 10px;
	}


	.navbar-header {
		 float: none !important; 
	}
	

	.navbar-brand {
		float: none;
		margin: 0 auto;
		position: fixed;
		left: 70px;
		right: 70px;
		display: block;
		text-align: center;
		padding: 7px 15px;
	}
	.navbar-brand img{
		margin: 0 auto;
		max-width: 125px;
	}

	.navbar-toggle {
		float: right;
		margin: 23px 14px;
		padding: 0;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
		width: 27px;
		height: 3px;
		margin-top: 8px;
		border-radius: 2px;
	}
	.dropdown-menu{
		position: relative !important;
		float: none;
    	background-color: transparent;
		border:none;
		-webkit-box-shadow: none; 
    	box-shadow: none; 
	}
	
	
}

 @media (min-width: 768px) and (max-width: 991px) {
	 #bs-example-navbar-collapse-1{
		 display: none !important;
	 }

}

/* col-md */
@media(min-width:992px){
	.header_phone{
		display: none;
	}

	.header .navbar-header{
		float: left;
	}

	.header .navbar-nav .dropdown.open .dropdown-toggle,
	.header .navbar-nav>li.current-menu-parent> a,
	.header .navbar-nav>li.active> a,
	.header .navbar-nav>li>a:hover,
	.header .navbar-nav>li> a:hover,
	.header .navbar-nav>li> a:focus{
		background-color: transparent;
		opacity: 0.7;
	}
	.change_color.header .navbar-nav .dropdown.open .dropdown-toggle,
	.change_color.header .navbar-nav>li.current-menu-parent> a,
	.change_color.header .navbar-nav>li.active> a,
	.change_color.header .navbar-nav>li>a:hover,
	.change_color.header .navbar-nav>li> a:hover,
	.change_color.header .navbar-nav>li> a:focus{
		background-color: transparent;
		color: #34cddb;
		opacity: 1;
	}
	.header .navbar-nav {
		float: none;
		margin: 10px auto 0;
	}
	.change_color.header .navbar-nav {
		float: none;
		margin: 0 auto 0;
	}
	
	.header .navbar-nav>li> a{
		font-size: 16px;
		padding: 15px 22px;
	}
	.navbar-nav {
		float: right;
	}
	.header .navbar-brand{
		margin-left: 10px;
		padding: 7px 15px;
	}

}
.header.change_color .logo{
	display: none;
}
.header.change_color .logo_after_change{
	display: block;
    max-width: 100px;
    margin-top: 5px;
}
.header .logo_after_change{
	display: none;
}
.header .logo{
	display: block;
}
.header .hvr-underline-from-center:before{
	background: transparent;   
	height: 3px;
}
.header.change_color .hvr-underline-from-center:before{
	background: #36dee1;   
	height: 3px;
}

/* col-xs */
@media (min-width:320px) and (max-width:991px) {
	
/* fullscreen-menu */
/*----------------------------------*//* fullscreen-menu overlay */
#overlay {
  /* Overlay positioning */
  display: none;
  position: fixed;
  left: 0;
  top: 0;
	bottom: 0;
  width: 100%;
	overflow: scroll;
background: rgba(34, 34, 34, 0.96);


}

#overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	margin: 50% auto 0;
}

#overlay ul {
  list-style: none;
  margin: 0 auto 0;
  padding: 0;
  color: white;
  text-align: center;
}

#overlay ul li {
  margin:0px auto;
}

#overlay ul li	.dropdown-menu li{
	margin: 0px auto;
}
#overlay ul li a{
  color: #fff;
	font-size: 20px;
}
#overlay .nav>li>a:hover, 
#overlay .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
	
#overlay ul li.active a{
	color: #50dce2;
}
/*----------------------------------*/
/* hamburger-icon  */
#nav-icon {
    position: absolute;
    right: 25px;
    margin: 0 auto;
	top: 15px;
    width: 30px;
    height: 30px;
  z-index: 10;
  /* Bring icon ontop of overlay */
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon.animate-icon span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

#nav-icon.animate-icon span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
	
	
}

body.unscroll {
    overflow:hidden !important;
}
/* hamburger-icons */
/*----------------------------------*/

/* col-sm */
@media(min-width:992px){
	#overlay,
	#nav-icon{
		display: none;
	}
}



/*
footer
* --------------------------------------- */


#footer {
	font-size: 14px;
	background: #2e2e2d;
}

#footer  a{
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

#footer a:hover{
	color: #34cddb;
	text-decoration: underline;
	
}

#footer .txt{
	font-weight: 500;
	margin-bottom: 0;
}
.copyrigth,
.copyrigth a{
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin: 3px auto;
}
.black_bg a,
.copyrigth a,
.copyrigth a:hover{
	color: #b3b3b3;
}

.black_bg a{
	padding: 0 10px;
}
.black_bg:hover{
	color: #fff;
}
.black_bg a:first-child,
.black_bg a:nth-of-type(2) {
	border-left: 1px solid #b3b3b3;
}

.copyrigth a{
	border: none !important;
}
/* col-xs */
@media(max-width:767px){
	.black_bg a{
		display: block;
		margin: 5px auto;
		border:none; 
		border-left:none !important;
	}
	
}
@media(max-width:767px){
	.black_bg a:last-child{
		padding-bottom: 10px;
		border-bottom: 1px solid #b3b3b3;
	}
	.copyrigth{
		padding-top: 5px;
	}

}

/* col-md */
@media(min-width:992px){
	.copyrigth {
		position: absolute;
		top: 0;
		right: 100px;
	}
}

.black_bg{
	background: #000000;
}
.stiky-footer{
	padding: 0;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #292929;
  z-index: 99999;
}
.stiky-footer ul{
	margin: 0px auto;
	list-style: none;
	padding: 0;
}

.stiky-footer li{
	width: calc(50% - 1px);
	padding: 10px 0;
	margin: 0 -1px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #545454;
}

.stiky-footer.color_custom li{
	border-left: 1px solid #fff;
}

.stiky-footer li:last-child{
	border-left: none;
}
.stiky-footer li a:hover,
.stiky-footer li a{
	color: #fff;
	font-size: 17px;
}
.stiky-footer li a:hover .main-color,
.stiky-footer li a .main-color{
	color: #37dee1;
}
.stiky-footer .icon{
	margin-left: 3px;
}
#map{
	height: 235px
}



.fix_nav{
	position: fixed;
	top:0 ;
	left: 0;
	right: 0;
	z-index: 99;
}


/*
Home Page
* --------------------------------------- */

#bg_poster{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 60%;
}
#wellcome h1{
	font-size: 45px;
	margin-top: 50%;
}
#wellcome .container{
	margin: 5% auto;
}
#wellcome .txt{
	max-width: 450px;
	margin:25px 0 25px auto;
}
#wellcome .carousel-indicators{
	bottom: -10px;
	left: 0;
	width: 100%;
    margin-left: 19px;
	
}
#wellcome  .carousel-indicators li{
	background-color: #000;
	opacity: 0.7;
}
#wellcome  .carousel-indicators .active{
	background-color: #000;
}
.about_btn:hover,
.about_btn {
	display: block;
	margin: 60px auto 10px;
	text-align: center;
	color: #231f20;
	font-size: 18px;
	font-weight: 400;
	-moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media(min-width:992px){
	#about_us .container-fluid{
		padding-top: 120px;
	}
	#about_us h2{
		margin-top: 150px;
	}
}
@media(min-width:768px){
	.holder_txt{
		float: left;
	}
	#bg_poster{
		max-width: 96%;
	}
	
}

#about_us .trD{
	padding: 50px 15px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	border-radius: 5px;
	font-weight: 300;
}
#about_us .trD.blue{
	background-image: linear-gradient( 51deg, rgb(65,174,220) 0%, rgb(6,240,243) 100%);
}
#about_us .trD.purple{
	background-image: linear-gradient( 51deg, rgb(127,95,206) 0%, rgb(179,123,236) 99%);
}
#about_us .trD.orange{
	background-image: linear-gradient( 51deg, rgb(241,177,23) 0%, rgb(255,216,98) 100%);
}
#about_us .trD.green{
	background-image: linear-gradient( 51deg, rgb(49,176,100) 0%, rgb(40,243,135) 100%);
}

/* col-md */
@media(min-width:992px){
#about_us .trD.purple{
	margin: -80px auto 90px;
	background-image: linear-gradient( 51deg, rgb(127,95,206) 0%, rgb(179,123,236) 99%);
}
#about_us .trD.orange{
	    margin-top: 25px;
	background-image: linear-gradient( 51deg, rgb(241,177,23) 0%, rgb(255,216,98) 100%);
}
#about_us .trD.green{
	margin: -50px auto 90px;
	background-image: linear-gradient( 51deg, rgb(49,176,100) 0%, rgb(40,243,135) 100%);
}
}
#about_us .trD img{
	display: block;
	margin: 5px 0;
}
#about_us .trD .title{
	font-size: 22px;
	margin: 20px 0 ;
	display: block;
	font-weight: 500;
	
}


.facts li{
	position: relative;
	width: 24%;
	vertical-align: top;
}

.circle.blue  {
  stroke: #2fe7ee;
}

.circle.purple  {
  stroke: #8967d0;
}

.green.circle {
  stroke: #39e787;
}
.orange.circle {
  stroke: #fdd467;
}



.num{
	font-size: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    font-weight: 400;
    transform: translateY(-75%);
    border: 2px solid #ededed;
    border-radius: 50%;
    padding: 50px 15px;
    max-width: 59%;
    margin: 0 auto;
}
.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}
.circle_animation{
	fill: none;
}
.circle {
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  animation: progress 4s ease-out forwards;
}

@media (min-width:768px) and (max-width:991px) {
	.num {
    	font-size: 25px;
		padding: 28px 15px;
		top: 103px;
	}
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.green_bg{
	background: #39df82;
}


.green_bg .icon{
	font-size: 40px;
	padding: 22px 20px;
    height: 100px;
    width: 100px;
    text-align: center;
    background: transparent ;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
	margin: 0 10px 15px 10px;
	display: inline-block;
}
.green_bg .icon:hover{
	color: #39df82;
}
.green_bg .icon.hvr-radial-out:before{
	 background: #fff !important;
}


/* col-sm */
@media(min-width:768px){
	.facts{
		margin: 65px auto 35px;
	}
}
@media(min-width:992px){
	.green_bg .main-title{
		margin-top: 35px;
	}
	.green_bg .icon:nth-child(3),
	.green_bg .icon:last-child{
		margin-bottom: 0;
	}
}



/*tabs
* ---------------------------------------
*/
#templates .container-fluid{
	transition: background 1.5s linear;
}
#templates #Tabs .nav-item a,
#examples #myTab .nav-item a{
	padding: 10px;
}
#templates #Tabs .nav-item:after,
#examples #myTab .nav-item:after{
	content: "/";
    margin-right: 2.5px;
    color: #000;
    position: absolute;
    top: 11px;
    left: -5px;
}
#templates #Tabs .nav-item:after{
	color: #fff;
}
#templates #Tabs .nav-item:last-child:after,
#examples #myTab .nav-item:last-child:after{
	display: none;
}
#examples #myTab a{
	color: #000;
}
#templates #Tabs a{
	color: #fff;
}
#templates #Tabs a:hover,
#templates #Tabs a:focus,
#examples #myTab a:hover,
#examples #myTab a:focus {
    background-color: transparent;
}
#templates #Tabs a:hover,
#templates #Tabs .nav-item.active a,
#examples #myTab a:hover,
#examples #myTab .nav-item.active a{
	color: #34cddb;
}

#templates .container{
	    margin: 25px auto;
}
/*owl-style
* ---------------------------------------
*/
.loop{
	margin: 40px auto 0;
	width: 90%;
}
.loop_templates{
	margin: 40px auto 10px ;
	width: 80%;
}
.loop_cards{

	margin: 40px auto 10px ;
	width: 60%;

}
.owl-theme .owl-nav {
	display: none;
    margin-top: 10px;
    position: absolute;
    top: 38%;
    left: -50px;
    right: -50px;
}
.owl-theme .owl-next,
.owl-theme .owl-prev{
	
	color: #fff;
    background-color: #10428c !important;
    text-shadow: none!important;
    font-size: 30px !important;
    border-radius: 50px !important;
	position: absolute !important;
	padding: 0px 15px !important;
    text-align: center !important;
	opacity: 0.5;
}
.owl-theme .owl-prev{
	right: 0 !important;
}
.owl-theme .owl-next{
	left: 0;
}
.owl-theme .owl-prev:hover,
.owl-theme .owl-next:hover{
	opacity: 1;
}
.owl-theme .owl-dots{
	margin: 30px auto 0;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.loop .owl-item img{
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.loop .owl-item.active.center.hvr-grow:hover img,
.loop .owl-item.hvr-grow:hover img,
.loop .owl-item.active.center img{
	-webkit-transform: scale(1);
    transform: scale(1);
}

#templates .owl-item .item span.whitxt{
	margin: 5px auto;
	font-size: 16px;
	font-weight: 300;
}
#templates .owl-item .item img{
	box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:    0px 1px 27px 0px rgba(0, 0, 0, 0.4); 
 	-webkit-box-shadow:  0px 1px 27px 0px rgba(0, 0, 0, 0.4); 
}

/* col-xs */
@media(max-width:767px){
	#main_carousel{
		max-width: 320px;
    	margin: 0 auto;
	}
	.num {
    	font-size: 25px;
		padding: 28px 15px;
		top: 94px;
	}
	.home h1,
	.home .main-title{
		font-size: 26px !important;
	}
	.home h1{
		margin-top: 25px !important;
	}
	.green_bg .icon{
		font-size: 25px;
		padding: 7px 12px;
		height: 50px;
		width: 50px;
		margin: 0 8px 15px;
		display: inline-block;
	}
	#wellcome a{
		display: none !important;
	}
	#Tabs li,
	#myTab li{
		display: inline-block !important;
		margin: 0px auto !important;
	}
	.facts li{
		width: 175px;
	}
}

/* col-xs */
@media(max-width:991px){
	.loop_info{
		max-width: 73%;
		margin: 20px auto;
	}
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (min-width:768px) and (max-width:991px) {
	.home h1,
	.home .main-title{
		font-size: 30px !important;
	}
	#wellcome .container{
		margin-bottom: 0
	}
	#wellcome h1{
		    margin-top: 34%;
	}
	#about_txt{
		margin-bottom: 145px;
	}
	#wellcome a{
		width: 185px !important;
	}
	
}

#contact_us .container-fluid{
	padding-top: 0 !important;
}

#contact_us .main-title{
	margin-bottom: 0;
}
#contact_us .txt{
	margin:0 auto 25px;
}
/* col-sm */
@media(min-width:768px){
	
}
/*
 ******************************************
 *                Modal                    *
 ******************************************
 */


.modal .close:focus{
	outline: none !important;
}
.modal{
	text-align: center;
	background: 	rgba(34,34,34,0.9)	;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog{
	display: inline-block;
  vertical-align: middle;
	text-align: right;
}
.modal-content{
	background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
	border: none;
}
.modal .modal-body{
	padding: 0px 30px;
}
.modal h2,
.modal .pop_icon{
	display: inline-block;
	vertical-align: middle;
}
.modal .holder{
	max-width: 340px;
    margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #878787;
	margin-bottom: 10px;
}

.modal .close{
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	opacity: 1;
	float: left;
}

.modal .close span{
	color: #fff;
	padding: 0px 4px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.modal  .custom_w {
    max-width: 345px !important;
    margin: 0 auto;
	display: block;
}
/* col-xs */
@media(max-width:767px){
	.modal:before{
		height: 0;
	}
	.modal .modal-body {
		padding: 0px 5px;
    	max-width: 90%;
	}
	.modal h2{
		font-size: 25px;
	}
}
/*
 ******************************************
 *         Global btnz                    *
 ******************************************
 */

.btn:hover,
.btn{
	border-radius: 5px;
	margin: 0 5px;
	min-width: 160px;
	color: #fff !important;
}


/*
 * contact us forms
 */
#contact-form{
	direction: rtl;
}
label{
	font-weight: 300;
}

.form-group {
    margin-bottom: 0;
}
.MessageSent #contact-form { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
.thankYou {
	display: none;
}
.MessageSent{
	direction: rtl !important;
}
.form-control{
	border: 1px solid #ececec;
	margin-bottom: 15px;
	border-radius: 60px;
	height: 40px;
	background: #fff;
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	color: #292f33;
	
}

.modal .form-control{
	background:rgba(53, 53, 53, 0.4);
	color: #fff;
}
.modal .change_temp{
	display: inline-block;
	text-decoration: underline;
	color: #34cddb;
	font-size: 14px;
	background: transparent;
    border: none;
    padding: 0;
}

.MessageSent .wpcf7-form .thankYou{
	display: block;
    color: #3a332f;
	font-size: 28px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    direction: rtl;
}

.modal .MessageSent .wpcf7-form .thankYou{
	color: #fff;
}
#tempale_type:hover,
#tempale_type:focus,
#tempale_type{
	color: #fff;
    display: inline-block;
    background: transparent;
    border: none;
    max-width: 200px;
	border-color: transparent;
}
.form-control:focus{
	border-color: #34cddb;
}
#tempale_type:focus,
.modal .change_temp:focus,
.wpcf7-submit:focus,
#contact-form .bth-send:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
	color: #fff;border: none;
}
.modal #fullName{
	margin-top: 10px;
}

#contact-form .bth-send{
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto 10px;
}

span.wpcf7-not-valid-tip {
    font-size: 16px;
    font-weight: 300;
	margin: -10px 10px 10px;
}

.no-dec:hover,
.no-dec{
	text-decoration: none;
}

/* col-xs */
@media(max-width:767px){
	 #contact-form{
		width: 300px;
		margin: 0 auto;
	
	}
}



/* col-sm */
@media(min-width:768px){
	 #contact-form{
		max-width: 340px;
		display: block;
		margin: 0 auto;
	}
}


.wpcf7{
	text-align: right;
	direction: rtl;
}


.grad{
	border-radius: 0 ;
	position: absolute;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}

/*
 ******************************************
 *        spinner                   *
 ******************************************
 */
.spinner {
  width: 300px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.spinner .ball {
  width: 20px;
  height: 20px;
	background: rgb(49,197,234);
	background: -moz-linear-gradient(top, rgba(49,197,234,1) 0%, rgba(57,232,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(49,197,234,1) 0%,rgba(57,232,221,1) 100%);
	background: linear-gradient(to bottom, rgba(49,197,234,1) 0%,rgba(57,232,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c5ea', endColorstr='#39e8dd',GradientType=0 );
	
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

/*
 ******************************************
 *       hovereffect                 *
 ******************************************
 */


.hovereffect {
  width: fit-content;
    height: 100%;
    float: none;
    overflow: hidden !important;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hovereffect img {
  display: block;
  width: 100%;	
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.hoverOverlay{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
	display: none;
}
.hoverOverlay .holder{
	    background-image: none !important;
    height: auto;
    z-index: 9;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hoverOverlay a:hover,
.hoverOverlay a{
	display: block;
    margin: 20px auto;
    width: 80%;
	border: none;
	font-size: 16px;
	padding: 6px 5px;
	
}

.hovereffect:hover .hoverOverlay{
	display: block;
}



/* Gray Scale */
.gray-filter  {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .0s ease-in-out;
	transition: .0s ease-in-out;
}
.gray-filter:hover  {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* col-xs */
@media(max-width:767px){
	.gray-filter  {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

}

.pre_btn{
	background: #191919;
	color: #fff;
}
#wellcome .hvr-fade:active, 
#wellcome .hvr-fade:focus, 
#wellcome .hvr-fade:hover ,
.pre_btn.hvr-fade:active, 
.pre_btn.hvr-fade:focus, 
.pre_btn.hvr-fade:hover {
    background-color: #000;
	color: #fff;
}
.grad_btn{
	border: none;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
 background-image: linear-gradient(to right, #31c5ea 0%, #39e8dd 51%, #31c5ea 100%);
	
}

.grad_btn:hover {
	border: none;
	color: #fff;
  background-position: right center; /* change the direction of the change here */
}
#wellcome a{
	width: 216px;
	padding: 10px;
	vertical-align: middle;
}
#wellcome .hvr-fade:active, 
#wellcome .hvr-fade:focus, 
#wellcome .hvr-fade:hover {
	border: none;
}
.a2a_vertical_style a{
	color: #fff;
}

.page-id-132 a.contact_btn,
.page-id-165 a.contact_btn,
.page-id-133 .invitation_btn {
  /*pointer-events: none;  Disables the button completely. Better than just cursor: default; */
}

/* col-xs */
@media(max-width:767px){
	.a2a_floating_style.a2a_vertical_style {
		display: block !important;
		position: fixed;
		right: 10px !important;
		padding-top: 0 !important;
	}
	.home .a2a_floating_style.a2a_vertical_style {
		display: none !important;
	}
	
}
/* col-sm */
@media(min-width:768px){
	.a2a_floating_style.a2a_vertical_style {
		position: fixed;
		display: block !important;
	}
	.home .a2a_floating_style.a2a_vertical_style {
		display: none !important;
	}
	.hovereffect:hover img {
	  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	  filter: grayscale(1) blur(3px);
	  -webkit-filter: grayscale(1) blur(3px);

	}
}

/* col-md */
@media(min-width:992px){
	.a2a_floating_style.a2a_vertical_style {
		position: fixed;
		display: block !important;
	}
	.home .a2a_floating_style.a2a_vertical_style {
		display: none !important;
	}
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#client_gallery iframe {
	width: 100%;
}