/*
Theme Name: mavirealty
Theme URI: #
Author: Owda Shaqalih
Author URI: https://www.facebook.com/owda.sh
Description: shaer
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Montserrat:wght@400;500;600;700&display=swap');
/*font-family: 'Cairo', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/
/* Let's get this party started */

::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #2196C6; 

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #2196C6; 

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
html{
  direction: rtl;
}
body{
    font-family: 'Cairo', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
    text-align: right;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cairo', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  overflow: hidden;
  padding-top: 95px;
}
#header{
  position: fixed;
  background-color: #fff;
  padding-top: 15px;
  top: 0;
  left: 0;
  width: 100%;
}
.logo_site{
  display: inline-block;
  float: right;
}
.head_left{
  position: relative;
  float: left;
  background-color: #3ac621;
}
.main_menu{
  padding: 0 50px;
}
.main_menu li{
  float: right;
  margin-left: 40px;
}
.main_menu li:last-child{
  margin-left: 0;
}
.main_menu li > a{
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  padding: 30px 0;
  position: relative;
  line-height: 1;
}
.main_menu li > a > span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 10px;
}
.main_menu li > a:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_menu li > a:hover:before,
.main_menu li.active > a:before{
  width: 30px;
}
.order_link > a{
  display: block;
  padding: 30px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  background-color: #595a5a;
}
.order_link > a > span{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size:20px;
  line-height: 1;
}
.order_link > a:hover{
  color: #FFFFFF;
  background-color: #98D0E6;
}
.sc_block_home{
  position: relative;
  background-color: #F3F3F3;
  padding: 40px 0 30px;
}
.txt_head_home h2{
  color: #26a20d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.txt_head_home p{
  color: #595A5A;
  font-size: 16px;
}
.txt_head_home{
  margin-bottom: 20px;
}
.vedio_main{
  position: relative;
  display: block;
  height: 362px;
}
.vedio_main:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.vedio_main > img{
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.vd_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 25px;
  text-align: center;
  color: #3cc621;
  font-size: 24px;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vd_icon > i{
  margin-left: 5px;
}
.vedio_main:hover .vd_icon{
  background-color: #3cc621;
  color: #FFFFFF;
}
.vedio_hm{
  margin-bottom: 10px;
}
.home_warpper > .row{
  margin: 0 -10px;
}
.home_warpper > .row > div{
  padding: 0 10px;
}
.box_gallary{
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  padding: 20px;
}
.item_gallary{
  position: relative;
  display: block;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.item_gallary > img{
  height: inherit;
  object-fit: cover;
}
.item_gallary:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_gallary:hover:before{
  opacity: 0;
}
#gallary_slider .owl-nav > button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3cc621;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
#gallary_slider .owl-nav > button.owl-prev{
  right: -18px;
}
#gallary_slider .owl-nav > button.owl-next{
  left: -18px;
}
#gallary_slider .owl-nav > button:hover{
  color: #FFFFFF;
  background-color: #595a5a;
}
.box_booking{
  position: relative;
  background-color: #FFFFFF;
  padding: 50px 25px;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
}
.head_booking h2{
  color: #26a20d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.head_booking p{
  color: #595A5A;
  font-size: 14px;
}
.head_booking{
  margin-bottom: 30px;
}
.form_st1 .form-group{
  position: relative;
  margin-bottom: 20px;
}
.form_st1 .form-control{
  background-color: #F6F6F6;
  border-radius: 25px;
  padding-right: 50px;
  height: 45px;
  box-shadow: none;
  border:0;
  color: #595A5A;
  font-size: 16px;
}
.icon_bk{
  width: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.form_st1 .form-control::-moz-placeholder {
  color: #595A5A;
  font-size: 14px;
  font-weight: 400;
}
.form_st1 .form-control:-ms-input-placeholder {
  color: #595A5A;
  font-size: 14px;
  font-weight: 400;
}
.form_st1 .form-control::-webkit-input-placeholder {
  color: #595A5A;
  font-size: 14px;
  font-weight: 400;
}
.btns_group{
  padding-top: 20px;
}
.btns_group .btn{
  margin-bottom: 20px;
  position: relative;
  height: 45px;
  padding:11px 50px;
  border-radius: 25px;
  border:0;
  box-shadow: none !important;
  outline: none !important;
}
.btns_group .btn:last-child{
  margin-bottom: 0;
}
.btn_send{
  background-color: #595a5a;
  color: #FFFFFF;
  font-size: 16px;
  padding:9px 50px 12px !important;
}
.icon_btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
  border-radius: 25px;
  font-size: 20px;
  padding: 7px;
}
.btn_whats{
  background-color: #68D44A;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  direction: ltr;
}
.btn_send .icon_btn{
  background-color: #6c757d;
}
.btn_whats .icon_btn{
  background-color: #8DE575;
}
.btn_whats:hover{
  color: #FFFFFF;
  background-color: #8DE575;
}
.btn_send:hover{
  color: #FFFFFF;
  background-color: #98D0E6;
}
.sc_block_about{
  position: relative;
  padding: 50px 0;
}
.about_thumb_block{
  position: relative;
}
.about_img{
  width: 100%;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
}
.brand_logo{
  position: absolute;
  bottom: -25px;
  right: -125px;
  background-color: #FFFFFF;
  border-radius:45px;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 6px 50px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 6px 50px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 6px 50px 0px rgba(0,0,0,0.11);
}
.brand_logo > img{
  max-width: 150px;
}
.about_txt{
  padding-bottom: 100px;
}
.about_txt h2{
  color: #26a20d;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.about_txt p{
  color: #595A5A;
  font-size: 16px;
  line-height: 30px;
}
.sc_block_projects{
  position: relative;
  padding: 200px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_project.png);
  background-position: top;
}
.sc_head_txt h2{
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sc_head_txt p{
  color: #FFFFFF;
  font-size: 16px;
}
.sc_head_txt{
  margin-bottom: 50px;
}
.item_project{
  position: relative;
  margin-bottom: 30px;
}
.project_fiqure{
  position: relative;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.project_thumb{
  position: relative;
  display: block;
  height: 270px;
}
.project_thumb:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.project_thumb > img{
  height: inherit;
  object-fit: cover;
}
.heart_pro{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  background-color: rgba(33,150,198,0.5);
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.heart_pro:hover{
  background-color: rgba(33,150,198,1);
}
.heart_pro > img{
  margin: auto;
  width: 20px !important;
}
.project_txt{
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 15px 30px;
  border-radius: 0 0 25px 25px;
}
.project_txt h2{
  color: #414141;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.project_txt h2 > a{
  display: inline-block;
  color: #414141;
}
.project_txt h2 > a:hover{
  color: #3cc621;
}
.project_txt p{
  color: #686868;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.location_pro{
  position: relative;
  color: #2196C6;
  font-size: 14px;
  font-weight: 300;
  padding-right: 25px;
  font-family: 'Montserrat', sans-serif;
}
.location_pro > img{
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px !important;
}
.external_link{
  width: 60px;
  height: 50px;
  color: #FFFFFF;
  font-size: 22px;
  border-radius: 25px;
  text-align: center;
  background-color: #595a5a;
  position: absolute;
  bottom: -25px;
  left: 30px;
  padding: 8px;
  -webkit-box-shadow: 0px 6px 30px 0px transparent;
  -moz-box-shadow: 0px 6px 30px 0px transparent;
  box-shadow: 0px 6px 30px 0px transparent;
}
.external_link:hover{
  color: #FFFFFF;
  background-color: #3cc621;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
}
.item_project:hover .img-hover > img{
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#projects_slider .owl-nav > button{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #2196C6;
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
  -webkit-box-shadow: 0px 6px 30px 0px transparent;
  -moz-box-shadow: 0px 6px 30px 0px transparent;
  box-shadow: 0px 6px 30px 0px transparent;
}

#projects_slider .owl-nav{
  position: absolute;
  top: -100px;
  left: 0;
}
#projects_slider .owl-nav > button:hover{
  color: #FFFFFF;
  background-color: #2196C6;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.07);
}
#projects_slider .owl-dots{
  text-align: center;
  margin-top: 20px;
  display: none !important;
}
#projects_slider .owl-dots > button{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  background-color: #FFFFFF;
}
#projects_slider .owl-dots > button.active{
  background-color: #98D0E6;
}
.sc_block_whatsup{
  position: relative;
  padding: 50px 0;
}
.box_whatsup{
  position: relative;
  background-color: #68D44A;
  border-radius: 30px;
  padding: 50px;
  background-image: url(../images/bg_whats.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon_whatsup{
  float: right;
  width: 130px;
}
.whats_head_txt{
  margin-right: 180px;
  padding-top: 20px;
}
.whats_head_txt h3{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.whats_head_txt p{
  color: #FFFFFF;
  font-size: 16px;
}
.btn_whats_call{
  position: relative;
  display: block;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border:1px solid #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
  padding: 15px 25px 15px 75px;
  direction: ltr;
  height: 56px;
}
.whats_icon{
  position: absolute;
  top: -1px;
  left: -1px;
  width: 65px;
  height: 56px;
  background-color: #8DE575;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  border-radius: 30px;
}
.whats_icon > i{
  margin: auto;
}
.btn_whats_call:hover{
  color: #FFFFFF;
  background-color: #8DE575;
  border-color: #8DE575;
}
#footer{
  position: relative;
  background-color: #F2F2F2;
}
.top_footer{
  padding: 50px 0 30px;
}
.bottom_footer{
  position: relative;
  background-color: rgba(255,255,255,0.56);
  padding: 25px 0;
}
.copy_right{
  text-align: center;
  color: #3D3D3D;
  font-size: 16px;
}
.f_box{
  margin-bottom: 20px;
}
.subscribe_head{
  margin-bottom: 30px;
}
.subscribe_head h2{
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.subscribe_head p{
  color: #3D3D3D;
  font-size: 16px;
}
.form_scribe{
  position: relative;
}
.form_scribe .form-control{
  padding-left: 70px;
  padding-right: 55px;
  background-color: #FFFFFF;
  border-radius: 25px;
  border: 0;
  box-shadow: none;
  color: #221E20;
  height: 45px;
  font-size: 16px;
}
.form_scribe .form-control::-moz-placeholder {
  color: #221E20;
  font-size: 14px;
  font-weight: 300;
}
.form_scribe .form-control:-ms-input-placeholder {
  color: #221E20;
  font-size: 14px;
  font-weight: 300;
}
.form_scribe .form-control::-webkit-input-placeholder {
  color: #221E20;
  font-size: 14px;
  font-weight: 300;
}
.icon_email{
  position: absolute;
  top: 10px;
  right: 20px;
  color: #221E20;
  font-size: 18px;
}
.btn_scribe{
  position: absolute;
  height: 45px;
  left: 0;
  width: 60px;
  border-radius: 25px;
  background-color: #595a5a;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 0;
}
.btn_scribe:hover{
  color: #FFFFFF;
  background-color: #3cc621;
}
.form_scribe{
  margin-bottom: 30px;
}
.f_social li{
  float: right;
  margin-left: 10px;
}
.f_social li:last-child{
  margin-left: 0;
}
.f_social li > a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 20px 0px transparent;
  -moz-box-shadow: 0px 6px 20px 0px transparent;
  box-shadow: 0px 6px 20px 0px transparent;
}
.f_social li > a > img{
  width: 35px;
  height: 35px;
}
.f_social li > a:hover{
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.2);
  -ms-transform: translateY(-5px); 
  transform: translateY(-5px);
}
.f_title{
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ft_menu li{
  display: block;
  margin-bottom: 20px;
}
.ft_menu li:last-child{
  margin-bottom: 0;
}
.ft_menu li > a{
  display: inline-block;
  position: relative;
  color: #3D3D3D;
  font-size: 16px;
  padding-right: 25px;
}
.ft_menu li > a:before{
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 12px;
  height: 3px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ft_menu li > a:hover{
  color: #2196C6;
}
.ft_menu li > a:hover:before{
  background-color: #2196C6;
}
.list_info p{
  position: relative;
  margin-bottom: 20px;
  padding-right: 30px;
  color: #3D3D3D;
  font-size: 16px;
  white-space: pre-line;
}
.list_info p:last-child{
  margin-bottom: 0;
}
.info_icon{
  position: absolute;
  top: 5px;
  right: 0;
}

#header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
  float: left;
  margin-top: 20px;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3cc621;
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3cc621;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:after {
  width: 22px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  content: "";
}
#header .menu-trigger span {
  top: 16px;
}
#header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
#header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#header .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3cc621;
}
#header .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3cc621;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background-color: #FFFFFF;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(33,150,198,0.05);
    color: #212529;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 500;
    text-transform: uppercase;
}
.mmenu > ul li a > span{
  display: inline-block;
  margin-left: 10px;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    color: #2196C6;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}
/*** 
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;

}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 2px solid rgba(33, 150, 198, 0.15);
  border-top-color: #3cc621; 
  height: 100px;
  margin: 0 auto 45px auto;
  width: 100px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
#world-map {
    height: 450px;
}
/* AnimaciĂłn del preloader */

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }

}
#header.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(210,210,210,0.29);
    -moz-box-shadow: 0px 6px 20px 0px rgba(210,210,210,0.29);
    box-shadow: 0px 6px 20px 0px rgba(210,210,210,0.29);
    z-index: 99;
}
