#home,  
#instagram-page{
    /* The image used */
    background-image: url("../images/background_03.jpg");

    /* Full height */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
#instagram-page{
  /* The image used */
  background-image: url("../images/background_02.jpg") !important;
}
#instagram-page h1{
  font-size: 2em !important;
}

.bg_overlay {
    height: 100%;
    width: 100%;
    background: rgba(3, 10, 46, 0.7);
    top: 0;
    position: absolute;
}


.site-navbar-target{
    background: rgba(255, 255, 255, 1);
}

.box-shadow{
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
}

.logo{
    width: 120px !important;
}

.lang{
  height: 30px !important;
}

.welcome-icon{
    font-size: 2.5em;
}


.site-nav .site-navigation .site-menu .has-children .dropdown > li{
    min-width: 18em;
}

.site-nav .site-navigation .site-menu li a,
h1, 
h2, 
h3, 
h3 a,
h4, 
h5, 
.plan, 
.caption-2,
.counter,
.post-meta strong,
.quick-contact span
{
    color: rgba(77, 99, 140, 1) !important; 
}

.weexy-blue,
.quick-contact span:before,
.site-nav .site-navigation .site-menu li a:hover,
.site-footer li:hover a
{
    color: #107BE9 !important;
}
.site-footer .social li:hover a
{
    background-color: rgba(77, 99, 140, 1) !important; 
    color: #fff !important;
}


.btn-secondary{
    background-color: rgba(77, 99, 140, 1) !important; 
}

.fit-images {    
    padding: 25px;    
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%!important;
    width: 100%; 
    height: 520px;
}

@media only screen and (max-width: 991px) {
  .fit-images {    
    height: 220px !important;
}
}

.whatsapp{
    position: fixed;
    bottom: 5em;
    right: -2em;
    z-index: 999;
}

.whatsapp img{
    width: 8em;
}
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
  
    background-color: #cdddfa;
  }
  
  .cookie-consent-banner__inner {     
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }
  
  .cookie-consent-banner__copy { 
    margin-bottom: 16px;
  }
  
  .cookie-consent-banner__actions {    
  }
  
  .cookie-consent-banner__header {
    margin-bottom: 8px;
    
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(77, 99, 140, 1);
  }
  
  .cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: rgba(77, 99, 140, 1);
    font-size: 16px;
    line-height: 24px;
  }
  
  .cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #107BE9;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0 !important;
  }
  
  .cookie-consent-banner__cta--secondary { 
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #107BE9;
  }
  
  .cookie-consent-banner__cta:hover {
    background-color: #fff;
  }
  
  .cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #107BE9;
  }
  
  .cookie-consent-banner__cta:last-child {
    margin-left: 16px;
  }

  .hide{
    display: none;
  }

  .btn-show-remove-member-modal{
    cursor: pointer;
  }

  .input_member_allocation{
    width: 5em !important;
  }
  .custom-recaptcha div{
    width: 100%!important;
  }

  .btn-download{
    width: 100%;
  }

  .text-justify {
    text-align: justify;
    text-justify: inter-word;
  }

.first-letter-uppercase 
{
    text-transform:capitalize;
}

.no-resize {
  resize: none;
}