body {
    font-family: Nunito Sans, Arial, Sans-serif;
}

/* Start Collect Chat Page */


#chat-bot-frame-wrap{
    position: relative;
    padding-bottom: 54%;
    padding-top: 40px;
    padding-top: calc(75vh);
    height: 0;
    overflow: hidden;
}


iframe#chat-bot-iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* End Collect Chat Page */


.open_menu, .close_menu, .navigation_mobile{
    z-index: 3147483000;    
}

a{color:#141414;}
a:hover{color:#00A3DE;}
a:focus{color:#00A3DE;}

.border-bottom-accent{
    border-bottom: 1px solid #00A3DE;    
}


.vimeo-video{
    height:750px; 
}

/*.case-study-video{margin-bottom: -10px;}*/
.case-study-video .vimeo-video {
  /*height: 670px;*/
  height: auto;
}


.contact-sidebar{ margin-top: 40px;}


iframe{border:0;}


.home-new ul {
  list-style: none; /* Remove default bullets */
}

.home-new ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00A3DE; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.home-new ul li{
    margin-bottom: 1rem;   
    margin-bottom: 0.5rem;   
}

@media (max-width: 767.99px){    
    .home-new ul {
    padding-left: 1rem;
    }
    
    .feature_5 .block .title{
        font-size: 18px;
line-height: 28px;
        }
    
    .vimeo-video{
        height:auto;
        max-height:770px;
        min-height:calc(100vw - 30px);
    }
    
    
    .home-new .font52{
        font-size: 36px;
        line-height: 46px;
    }
    .home-new .font28{
        font-size: 24px;
        line-height: 34px;
    }
    
    .mobile_background_noimg_dark_blue{ background-image: none !important; background-color: #001349 !important;}
     .contact-sidebar{ margin-top: 0px;}
     
     
     .case-study .font42{
            font-size:26px; 
        }
     .case-study .funded_amount.font40{
            font-size: 26px; 
            line-height: 30px;
        }
    
}


nav .white.link:hover, nav .white.link:focus,
nav .dark_gray.link:hover, nav .dark_gray.link:focus{
    color: #00A3DE;
    opacity: 1;
}
.open_menu.blue, .close_menu.blue{
    color: #fff !important;    
}
.dropdown-menu{
    z-index: 999;
}
#collect-chat-frame-container{
    z-index: 900 !important;
}
.dark_blue {
    color: #001349;
}

.btn.dark_blue {
    background-color: #001349;
}
.btn.dark_blue:hover, .btn.dark_blue:focus {
    background-color: #00A3DE;
}

body .bg_video video {
  height: auto;
  width: 125%;
}
header{
    overflow: initial;
    padding-top: 145px;
    }
.close_menu .fa {
    color: #aaa !important;
    -webkit-text-stroke: 2px white;
}
.checkbox::before, .radio::before{
    font-family: "FontAwesome";    
}

input[type="radio"]:checked + label.radio.check_blue::before{
    color: #00A3DE;    
}

#companyApplicationForm_forms_flash .alert.alert-success.alert-dismissible,
#individualApplicationForm_forms_flash .alert.alert-success.alert-dismissible{
     display: block;       
}

#companyApplicationForm_forms_flash .alert.alert-error.alert-dismissible,
#individualApplicationForm_forms_flash .alert.alert-error.alert-dismissible{
     display: block;       
}


.content_31.bg_blue .slick-prev::before, 
.content_31.bg_blue .slick-next::before {color:#ffffff;}

.content_31.bg_blue .slider.dots_dark_blue .slick-dots li.slick-active button{
    background-color: #fff;    
    border-color: #fff;
}
.content_31.bg_blue .slider.dots_dark_blue .slick-dots li button{
    border-color: #fff;    
}

.hide_dots .slick-dots li button{
    border: none !important;
    background: transparent !important;
}

.content_31 .slider .slide.no_border{
    border: none;
}
.content_31 .slider .slide.no_border .border{
    border: 1px solid #e7e7e7;
}

.form_14 form .is_valid_icon {

    top: 15px;
    right: 15px;

}

.bg_blue{
    background-color: #00A3DE;    
}

.font_second{
    font-family: "League Spartan", Arial, sans-serif;
    }

.open_menu.btn .fa{
    line-height: 38px;
    position: relative;
    left: -1px;
    }

.navigation_mobile img{
    max-width: 80%;
    }
.navigation_mobile.bg_white{
    background-color: #fff;
    }
.navigation_mobile .link{
    width: 100%;
    display:block;
    }

.dropdown-toggle::after{
    font-family: "FontAwesome";    
}
.navigation_desktop .dropdown:hover>.dropdown-menu {
  display: block;
}
.navigation_6 .dropdown-menu{
    margin-top: 0;
}
section p a{
    color: inherit;
    text-decoration: underline;
    }
section p a:hover{
    color: #00A3DE;
    }


.subheading{
    color: #535353;
    font-size: 18px;
}
.feature_49 .main img{
    border-radius: 0;    
}

.feature_49 .main table img{
    margin-top: 10px;
}
.feature_49 .main table td{
    padding-bottom: 40px;    
}

.spacing-1{
    letter-spacing: -1px;    
}

.spacing-2{
    letter-spacing: -2px;    
}

.spacing-3{
    letter-spacing: -3px;    
}

.spacing-4{
    letter-spacing: -4px;    
}


.red{
    color: #FF5559;
}

.dark_gray{
    color: #3F3F3F;
}
.btn.white{
    color: #3F3F3F;
}
.btn.transparent{
    color: #ffffff;    
}
.btn.blue {
    color: #ffffff;
    background-color: #00A3DE;
    text-align: center;
    font-family: Nunito Sans, Arial, sans-serif;
    font-weight: 400;
}
.btn.blue:hover, .btn.blue:focus {
    background-color: #00A3DE;
}

.btn.white.blue_text {
    color: #00A3DE; 
}
.btn.white.border_blue:hover, .btn.white.border_blue:focus{
    border-color: #00A3DE; 
    }

.btn.blue.hover_to_transparent:hover{
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn.blue.hover_to_white:hover{
    background-color: #ffffff;
    color: #00A3DE;
    border-color: #ffffff;
}
.btn.transparent.hover_to_blue:hover{
    color: #ffffff;
    background-color: #00A3DE;
    border-color: #00A3DE;
}
.btn.white.hover_to_blue:hover{
    color: #ffffff;
    background-color: #00A3DE;
    border-color: #00A3DE;
}
.border.border_blue{
    border-color: #00A3DE;
}


.link.hover_to_blue:hover{
        color: #00A3DE;
}

body .btn.blue.hover_border_to_blue:hover{
    border-color: #00A3DE;
}

.btn.yellow:hover, .btn.yellow:focus {
    background-color: #00A3DE;
}

.blue{
    color: #00A3DE;    
}
.blue.link:hover, .blue.link:focus{
    color: #00A3DE;    
}
.gray{
    color: #535353;    
}
.bg_light_gray{
    background: #EEECEC;
    }
.bg_vlight_gray{
    background: #f8f9f9;
}
.yellow {
    color: #ffce00;
}

.infoblockitemval{
     background-color: #00A3DE;
     padding-left: 5px;
     padding-right: 5px;
}
.infoblockitem:before{ 
    content:"";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/favicon/favicon-32x32.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    left: -4px;
}
.infoblockitem.doubleline::before{
  display: block;
  margin-bottom: 10px;
  float: left;
}

.video .poster .play.yellow{
    background: #ffce00;
color: #ffffff;
    }
    
    
.video .poster .play.yellow:hover{
    background: #f3c400;
color: #ffffff;
    }
    
.video .poster .play.black{
    background: #000;
color: #ffce00;
    }

.border_light_gray{
    border: 1px solid #ccc;
    }

.fivestars{
    margin: 0 auto;
    max-width: 250px;
}
.fivestars img{
    min-width: 202px;
    height: 36px;
}
.fivestars_text{
    font-size: 13px;
    letter-spacing: -1px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}


.hover_white:hover,.hover_white:active{color:#fff;}

.width48{ width:48px; } 
.height48{ height: 48px;}
.height_auto{ height: auto;}


.showcase_2 .block a:hover{
    color: #7E7E7E;
    opacity: 1;
}

.feature_49 .main p{font-size: 18px;}

.feature_49 .main h2{ margin-bottom: 0px;padding-bottom:20px;font-size:30px;line-height:40px;}

#enquire{
	background:  linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../images/iStock-842883286-1920x1080-c2.jpg');

    background-size: cover;
    background-position: bottom right;
}

.slick-prev::before, .slick-next::before {
    font-family: "FontAwesome";
    }


.recent_case_studies-title{ display: inline-block; }
.recent_case_studies-image{ display: inline-block; vertical-align: top; }

/* Chevron */
.font22 .chevron{
    width: 22px;
    position: relative;
    top: -3px;
}
.font18 .chevron{
    width: 18px;
    position: relative;
    top: -2px;
}


@media (max-width: 767.99px){
    
    .infoblocktext .infoblockitem{ font-size: 18px;}
    .infoblocktext > div, .funded_amount{ padding-left: 20px; padding-right: 20px;}
    
	.navigation_6 .right_block a:first-of-type {
	    margin-left: 15px;
	}
	.navigation_6 .right_block a:last-of-type {
    	margin-right: 15px;
	}
	.navigation_6 .right_block .btn{
		display: block;
		margin-right: 15px;
		margin-left: 15px;
	}

	.footer_links a{
		display: block;
	}

}
#fallbackplay{
	position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 999;
}
footer a:hover {
    color: #00A3DE;
    opacity: 1;
}

.hero h1{
    font-size: 78px;
    font-size: 65px;
    line-height: 78px;
    line-height: 1.2;
    letter-spacing: -4px;
    font-weight: 700;
    font-family: "League Spartan", Arial, sans-serif;
    
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    font-family: Nunito, Arial, sans-serif;
    
}
body h2,body .h2{font-size: 38px;}
body h3,body .h3{font-size: 28px;}
body h4,body .h4{font-size: 22px;}
ul{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
p.small{
    font-size: 16px;
    line-height: 26px;
}
.fa.font32 {
    font-size: 32px;
    line-height: 42px;
}

.medium p{
    font-weight: 500;
}

/* Homepage Customizations */ 
.video_content h1{
   
}
.video_content p{
        font-size: 22px;
    line-height: 32px;
    margin-left: 60px;
    margin-right: 60px;
}

.feature_48 article li::before {
    font-family: "FontAwesome";
    }
    
    
#collect-chat-launcher-container.collect-chat-avatar-launcher .collect-chat-launcher-button::after {
	background-color: #2dc464 !important;
}
#collect-chat-container .collect-chat-comment-option{
    background-color: #00A3DE !important;
    color:#fff !important;
    }    

.input.focus_yellow:focus {
    border-color: #ffce00;
}
#moreinfoForm_forms_flash .alert{
    display:block;
    }

.accordion .card{border: 0; background-color: transparent;}
.accordion .card-header{
    border: 0;    
}
.accordion .card-header:first-child {
    border-radius: 8px  8px 0 0;
    border-bottom: 0;
}
.accordion .collapsed .card-header:first-child {
    transition: border-radius 1.2s;
    border-radius: 8px;
}
.accordion .collapsing {
    transition: height 0.1s;
}

.faq_question{ height: 54px;}
.faq_question p{ margin-bottom: 0; float: left; font-weight: 500; line-height: 33px;}
.faq_answer{ background-color: #fff; border-radius: 0 0 8px  8px; padding: 0 50px 1px;}
.collapsed .faq_state{     
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq_state{     
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.showcase_9 .block:hover,.team_3 .block:hover {

    opacity: 1;

}

.feature_49 .main img.infoblockimg {

    margin-top: 0px;
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.feature_49 .main .infoblocktext {
    border-radius: 0 0 10px 10px;
    border-top: 0;

}


.nounderline{
  text-decoration: none;
}

/* Mobile Tweaks */
/* Smaller than 1200px */

.mobile_logo{
    display: none;    
}

@media (max-width: 1199.99px) {

    .hide-on-mobile{display: none !important;}

    
    
    
    .recent_case_studies_block img.width170{
        width: 250px;    
    }

    body .feature_49 .sidebar .block a .inner{ max-width: 250px; }
    body .feature_49 .sidebar .block a img{ margin-bottom: 15px;}

    body h3, body .h3{
        font-size: 23px;
        padding-top: 5px;
        line-height: 1.2;    
    }
    body h4, body .h4{
        line-height: 1.2;    
        font-size: 18px;
    }

    .max_width_on_mobile{
        width: 95%; 
    }

    .content_31 .slider .slide .min_height260{
        min-height: unset;
    }  
    
    .case-study{
        padding-top: 90px;
    }
    .recent_case_studies_block{
        padding-bottom: 20px;    
    }
    
    .case_studies_examples_page h1{
        padding-top: 30px;    
    }
    
    
    .application_page{
        padding-top: 120px;    
    }
    
    .mobile_logo{
        display: block;
        position: absolute;
        width: 100%;
    }
    .mobile_logo .nav_logo{
        text-align: center;
        padding-top: 15px;
    }
    
    footer .col{
        flex-basis: unset;
    }
    
    header{
        padding-top: 0px;
    }
    body .bg_video video {
        height: 100%;
        width: auto;
        height: 100vh; 
        min-height: 100%;
        object-fit: cover;
    }
    
    .navigation_mobile  .dropdown-menu{
        position: relative !important;
        transform: none !important;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        position: static;
        
    }
    .navigation_mobile .dropdown{
        display: block;
        clear: both;
    }
    
    .navigation_mobile .dropdown-menu .link{
        font-size: 16px;
        color: #555;
        display: block;
        width: 100%;
        
    }
    
    .video_content p{
        margin-left: 0;
        margin-right: 0;
        }
    
    .navigation_6 .right_block .btn{
        display: inline-block;
        }
    
    /*.nav_logo img{ padding-right: 20px; }*/
    
    body #collect-chat-launcher-container.collect-chat-launcher-enabled.collect-chat-avatar-launcher #collect-chat-avatar-text{display:none;}
    
    .hero h1 {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1px;
    }
    .form_8 form .btn[type="submit"]{
        max-width: 100% !important;
        min-width: initial !important;
    }
    h1, h2, h3 {

    font-size: 32px;
    line-height: 42px;
    
    }
    .video_content p {

    font-size: 20px;
    line-height: 30px;}
    
    /*p{font-size: 16px;line-height: 26px;}*/
  
    #faqAccordion .faq_question p{
        float:none;
        display: inline-block;
        margin-left: 30px;
        }
    #faqAccordion .faq_question img{
        float:none;
        display: inline;
        position: absolute;
        }
    
    #faqAccordion .faq_question{
        height: auto;
        }
    #faqAccordion .faq_answer{
        padding: 0 20px 1px;
    }
}

.playpause{
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: none;
    color: #ffffff;
    }

.feature_47 .block.border_light_gray{
    border-color: #cacaca;
}

.microtestimonial{
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px 20px;
}
/*
#chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext{
    bottom: auto !important;    
    top: 100px;
}
@media (max-width: 1199.99px) {
    #chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext{
    bottom: auto !important;    
    top: 10px;
}
}
*/

#notificationBar:not(.active){
  display:none;
}
#notificationBar.active{
    position: fixed;
    z-index: 101;
    /*bottom: -1510px;*/
    top: 0px;
    left: 0;
    right: 0;
    background: #00A3DE;
    color: #ffffff;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    z-index: 1000;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 600px) {
    #notificationBar.active{
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.3;    
    }
}

#notificationBar a{
    color: #ffffff;
    text-decoration: underline;
}
#notificationBar a:hover{
    color: #ffffff;
}
#notificationBar .bar-close{
    position: absolute;
    right: 15px;
    top: 0;
}

@keyframes slideUp {
    0% { transform: translateY(-1510px); }
    100% { transform: translateY(0px); }
}
@keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-1510px); }
}
#notificationBar{
    animation: slideUp 2.5s ease forwards;
}
.tc-table,
.tc-table ul{
 font-size: 16px;
}
.tc-table ul{
    padding-left: 0;    
}



/* New Dektop Nav */
.open_menu_desktopburger {
    display: block !important;
    position: fixed;
    right: 20px;
    left: auto;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.open_menu_desktopburger, .close_menu_desktopburger {
    display: none;
    top: 35px;
    width: 40px;
    height: 40px;
    color: #2c3e50;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    z-index: 990;
}
.open_menu_desktopburger.btn .fa {
    line-height: 38px;
    position: relative;
    left: -1px;
}
.open_menu_desktopburger.blue, .open_menu_desktopburger.blue {
    color: #fff !important;
}



.navigation_notmobile.opened .close_menu {
    display: block;
}


.navigation_notmobile.bg_white {
    background-color: #fff;
}
.navigation_notmobile.opened {
    right: 0px;
    left: auto;
    width: 320px;
    display: block;
    z-index: 9999999999;
}
.navigation_notmobile {
    display: none;
    position: fixed;
    top: 0px;
    left: -40px;
    height: 100%;
    width: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    background: #000000;
        background-color: rgb(0, 0, 0);
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.25);    
}

.rounded-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.contact-sidebar{
    position: static;
}


.pagination{
    visibility: hidden;  
}


#propertistaFormMobile_forms_flash .alert.alert-success,
#propertistaFormDesktop_forms_flash .alert.alert-success,
#propertistaForm_forms_flash .alert.alert-success{
     display: block;       
}

#propertistaFormMobile_forms_flash .alert.alert-danger,
#propertistaFormDesktop_forms_flash .alert.alert-danger,
#propertistaForm_forms_flash .alert.alert-danger{
     display: block;       
}
#propertistaFormMobile_forms_flash .alert,
#propertistaFormDesktop_forms_flash .alert,
#propertistaForm_forms_flash .alert{
    position: relative;
    top: 0;
}
#propertistaFormMobile_forms_flash .alert p,
#propertistaFormDesktop_forms_flash .alert p,
#propertistaForm_forms_flash .alert p{
    margin-bottom: 0;
}
#propertistaFormMobile ::placeholder,
#propertistaFormDesktop ::placeholder,
#propertistaForm ::placeholder{
  color: #212529;
  opacity: 1; /* Firefox */
}

#propertistaFormMobile ::-ms-input-placeholder,
#propertistaFormDesktop ::-ms-input-placeholder,
#propertistaForm ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #212529;
}
@media (max-width: 991.99px) {
    #propertistaFormMobile_forms_flash .alert{
        left: 0px;
    right: 0px;
    }
}

