@import url('https://fonts.googleapis.com/css?family=Work+Sans');

html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    display: block;
    overflow-x: hidden !important;
    position: relative;
}
.parallax-bg {
    background-attachment:fixed !important;
}
.scroll-bg {
    background-attachment: scroll !important;
}

.heroimage {
    /* The image used */    
    background-color: #545867;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow-x: hidden !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    position:relative;
}
.hero-cover-image {
    position: absolute;
    z-index: -1 !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1 !important;
    transition: opacity 0.5s ease 0s !important;
}
   

.hero-content {
    /*position: absolute;*/
    margin-top: 20%;
}

    .hero-content h1,
    .hero-content h2,
    .hero-content h4 {
        color: #FFF;
    }

    .hero-content h1 {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 124px;
        color: #FFFFFF;
        letter-spacing: -1.23px;
        line-height: 59px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .hero-content h2 {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 59px;
        color: #FFFFFF;
        letter-spacing: -1.23px;
        line-height: 78px;
        margin-left: 8px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .hero-content h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        color: #FFFFFF;
        letter-spacing: -0.9px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.23);
        margin-left: 8px;
    }

#hero-animate-text {
    /*background: rgba(256,256,256,0.5);*/
    color: #fff;
    padding: 5px;
}

.icon-scroll-down {
    height: 60px;
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    background: url(//bicccdn.azureedge.net/image/home/icon_scroll_down_circle_white.svg) no-repeat;
    background-position: center;
}

.bestquality {
    background: url(//bicccdn.azureedge.net/image/home/bg_orange.jpg) fixed;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    overflow-x: hidden !important;
}

.bestquality-content {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
}

    .bestquality-content h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        color: #FFF;
        font-weight: 600;
    }

.bestquality-web {
    background: url(//bicccdn.azureedge.net/image/home/bg_net_element_right.png);
    height: 100%;
    position: absolute;
    width: 563px;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}

.ourtechnology {
    background: url(//bicccdn.azureedge.net/image/home/bg_our_tech.jpg) fixed;   
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
    overflow-x: hidden !important;
}

.ourtechnology-second {
    background: url(//bicccdn.azureedge.net/image/home/bg_our_tech.jpg) fixed;    
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}

.technology-header {
    margin-top: 10px;
    min-height: 60px;
    text-align: center;
}

    .technology-header h1 {
        padding-top: 55px;
        font-weight: 600;
        margin-bottom: 30px;
    }

.our-tech-sec-row h4,
.our-tech-row h4 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.our-tech-row h4 {
    color: #699dff;
}

.our-tech-sec-row h4 {
    color: #FD9F01;
}

.our-tech-herocontent,
.our-tech-sec-herocontent {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.margin-top30 {
    margin-top: 30px;
}

.our-tech-sec-button,
.our-tech-button {
    font-size: 18px;
    font-weight: 600;
}

    .our-tech-sec-button img,
    .our-tech-button img {
        vertical-align: middle;
        height: 50px;
        margin: 10px;
    }

.our-tech-button {
    color: #699dff;
}

.our-tech-sec-button {
    color: #FD9F01;
}

.secHealthInsurance {
    background: url(//bicccdn.azureedge.net/image/home/bg_blue.jpg) fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    text-align: center;
    overflow-x: hidden !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.secHealthInsurance-play-button {
    text-align: center;
}

.secHealthInsurance-web {
    background: url(//bicccdn.azureedge.net/image/home/bg_net_element_left.png);
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

bicc-navigation-top-container {
}

.top-bar {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 30px;
    color: #FFF;
}

    .top-bar ul {
        list-style: none;
    }

        .top-bar ul li {
            float: left;
            font-size: 12px;
        }

            .top-bar ul li:first-child {
                margin-left: 0px;
            }

.topbar-container {
    margin-top: 13px;
}

.live-chat-listitem {
    margin-left: 11px;
}

#footer-live-chat-listitem {
    margin-left: 0px !important;
}

.topbar-container ul {
    margin-left: 0px;
}

.nopadding-left {
    padding-left: 0px;
}

.topbar-container ul {
    margin-left: -15px;
    margin-top: -9px;
}
/*Navbar*/
#logoAndNav {
    position: absolute;
    top: 30px;
}

.u-header__navbar-brand {
    /*width: 9.375rem;*/
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    height: 35px;
}

.bicc-home-navigation {
    background: none;
    margin-top: 20px;
}

    .bicc-home-navigation li a {
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        color: #FFF;
        cursor: pointer;
        display: inline;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .bicc-home-navigation a {
        color: #FFF;
    }


#bicc-home-navigation-menu a:hover {
    border-bottom: 4px solid #FD9F01;
}

.live-chat-dot {
    height: 5px;
    width: 5px;
    background-color: #FD9F01;
    border-radius: 72%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 7px;
}

.getintouch-inline {
    width: 30px;
    height: 30px;
    margin-right: -4px;
}

/*.fa-lg {
    font-size: 13px !important;
    line-height: .75em !important;
    vertical-align: 1.9333em;
}*/

.home-social-icons {
    line-height: 20px !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    color: #525866;
    margin-right: 6px;
    font-size: 13px !important;
    vertical-align: 1.9333em;
}

.top-facebook-icon {
    margin-left: 7px;
    margin-top: 5px;
}

.top-twitter-icon {
    margin-left: 4px;
    margin-top: 5px;
}

.top-pinterest-icon {
    margin-left: 5px;
    margin-top: 5px;
}

.top-linkedin-icon {
    margin-left: 5px;
}

.top-instagram-icon {
    margin-left: 5px;
    margin-top: 5px;
}

.getintouch-inline-block {
    padding-left: 19% !important;
    margin: 0 auto;
}

.help-dropdown {
    margin-top: 4px !important;
    margin-left: -47px !important;
    border-top: 2px solid #fd9f01;
    background-color: #3a4153;
    z-index: 9999;
    min-width: 170px;
    width: 170px;
}

    .help-dropdown > li a {
        float: left;
    }

    .help-dropdown > li > a:hover {
        background-color: #3a4153;
    }

.help-dropdown-point {
    text-align: center;
    position: absolute;
    top: -7px;
    left: 65px;
    height: 5px;
}

.help-dropdownmenu .help-dropdown-point {
    left: 109px;
}

.sign-dropdown-point {
    text-align: center;
    position: absolute;
    top: -7px;
    right: 64px;
    height: 5px;
}

.menu-text {
    color: #fff !important;
}

.our-tech-sec-button,
.our-tech-button {
    font-size: 18px;
    font-weight: 600;
}

.request-demo-text {
    margin-right: 10px;
}

    .request-demo-text a {
        color: #fd9f01;
        font-weight: 600;
    }

.request-demo-icon {
    width: 34px;
}

.request-demo {
    line-height: 56px;
    margin-right: -16px;
    width: 200px;
    float: right;
    margin-top: -6px;
    /*-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;*/
}


.our-customer-item {
    position: relative;
    display: block;
    overflow: hidden;
    height: 500px;
    padding: 0px;
    box-shadow: 5px 4px 8px #999;
}

.ourcustomers {
    background: url(//bicccdn.azureedge.net/image/home/bg_our_customers.jpg) fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    text-align: center;
    overflow-x: hidden !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.ourcustomers-header h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: right;
    padding-top: 60px;
}

.ourcustomers-header h4 {
    text-align: right;
}

.our-customer-subhead-text {
    font-size: 20px;
}

.our-customer-item-bg-top,
.our-customer-item-bg-main,
.our-customer-item-bg-bottom-left,
.our-customer-item-bg-bottom-right {
    position: absolute;
}

.our-customer-item-bg-top {
    top: -6px;
    left: -6px;
    height: 156px;
}

.our-customer-item-bg-top-right {
    position: absolute;
    top: -6px;
    right: -15px;
    margin-left: -15px;
    height: 156px;
}

.our-customer-item-bg-bottom-left {
    bottom: -24px;
    left: -39px;
    width: 100%;
    height: 194px;
}

.our-customer-item-bg-bottom-right {
    bottom: -45px;
    right: -16px;
    width: 100%;
    margin-right: -15px;
}

    .our-customer-item-bg-bottom-right.blue-bg {
    }

.our-customer-item.right .our-customer-item-bg-bottom-right {
    margin-right: 0px;
    margin-left: 0px;
}

.our-customer-item.right .our-customer-item-bg-bottom-left {
    margin-left: 0px;
}

.our-customer-item-content {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    left: 8px;
    font-weight: 300;
    text-align: left;
}

.our-customer-item-bg-main {
    width: 100%;
    height: 500px;
    background-size: cover !important;
}

.our-customers-head-left {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
    color: #FFF;
    font-weight: 600;
    font-size: 40px;
}

.our-customers-head-right {
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 1;
    color: #FFF;
    font-weight: 600;
    font-size: 40px;
}

.our-customer-item.left {
    float: left;
}

.our-customer-item.right {
    float: right;
}

.nopadding-right {
    padding-right: 0px !important;
}

.nopadding-left {
    padding-right: 0px !important;
}

.testimonials-container {
    margin-top: 130px;
    position: relative;
    background: #3a4153;
    height: 300px;
}

    .testimonials-container:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: inherit;
        transform-origin: top left;
        transform: skewY(-5deg);
        z-index: 1;
        right: 0;
    }

    .testimonials-container h1 {
        color: #FFF;
    }

    .testimonials-container blockquote:before {
        display: inline;
        height: 0;
        line-height: 0;
        left: 10px;
        position: relative;
        top: 53px;
        color: #ef960b;
        font-size: 10em;
        content: " ";
    }

    .testimonials-container blockquote {
        background: url("//bicccdn.azureedge.net/image/home/icon_quotes.svg");
        background-repeat: no-repeat;
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: none;
        color: #FFF;
        text-align: left;
    }

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-top60 {
    margin-top: 60px;
}

.testimonials-content {
    z-index: 2;
    position: absolute;
    top: 50px;
    width: 100%;
}

p.quotation {
    margin-left: 52px;
    margin-top: -17px;
}

.testimonials-content footer {
    color: #FFF;
    margin-left: 72px;
    float: right;
}

    .testimonials-content footer:before {
        content: "";
    }

.testimonials-content .nameinfo {
    color: #ef960c;
}

.ourstory {
    background: url('//bicccdn.azureedge.net/image/home/bg_our_story.jpg') fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px 0px;
    text-align: center;
    overflow-x: hidden !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

.ourstory-header {
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 10px;
    min-height: 60px;
    text-align: center;
}

    .ourstory-header h1 {
        font-size: 50px;
        color: #363f50;
        font-weight: 600;
    }

.ourstory-content {
    background: #fff;
    padding: 40px;
    line-height: 2.1;
    text-align: left;
    margin-top: 20vh;
    box-shadow: 4px 5px 4px #999;
}

.our-story-play-btn {
    position: absolute;
    bottom: -72px;
    right: 43px;
    font-weight: 600;
    text-align: center;
}

.ourstory-content-container {
    height: 100vh;
}

.ourstory-header-bg {
    position: absolute;
    left: 27%;
}

.ourstory-header h1 {
    padding-top: 53px;
}

.howItWorksVideo {
    background: rgba(0,0,0,0.7) !important;
}

    .howItWorksVideo .modal-content {
        background: transparent !important;
        box-shadow: none;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        background: transparent;
        margin-top: 117px;
    }

.video-size {
    width: 814px;
}

.signin-btn {
    background: rgb(253, 159, 1);
    color: #fff;
    padding: 10px 0px;
}

    .signin-btn:hover {
        background: #699dff !important;
        color: #fff !important;
    }

.sign-in-bg {
    background: rgba(58, 65, 83,0.6);
    border: none;
    margin-top: 10%;
    color: #FFF;
    padding: 0px 0px 20px 0px;
}

    .sign-in-bg a {
        color: #FFF;
    }

    .sign-in-bg h3 {
        color: #FFF;
        font-size: 30px;
    }

.link-orange {
    color: #FD9F01 !important;
}

.are-admn-msg {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
}

.login-page-logo {
    padding-top: 10px;
}

.login-click-content {
    margin-top: 0px;
}

.session-expired-warning {
    color: #f5f5f5;
    font-size: 13px;
    padding: 10px;
    background: #d01414;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .session-expired-warning h6 {
        color: #fff;
    }

.ourstory-header h1 {
    padding-top: 53px;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.oursolution-content-row {
    padding: 50px 0px;
}

.caretolearnmore {
    background: url('//bicccdn.azureedge.net/image/home/bg_image_form.jpg') fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    min-height: 100vh;
    display: block;
    color: #FFF;
    overflow-x: hidden !important;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

    .caretolearnmore textarea {
        width: 100%;
    }

.caretolearnmore-main {
    color: #3a4153;
    font-size: 40px;
    font-weight: 600;
    line-height: 3px;
}

.caretolearnmore-second {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 27px;
}

.learn-more-help-text {
    color: #363658;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.contact-form-container {
    font-family: 'Open Sans', sans-serif;
}

    .contact-form-container label {
        margin-left: 20px;
        font-weight: 600;
    }

    .contact-form-container input {
        height: 40px;
    }

    .contact-form-container .row {
        margin-top: 10px;
    }

.btn-contact-submit {
    background: #3a4153;
    padding: 10px 30px;
    color: #FFF;
    border: 1px solid #3a4153;
    border-radius: 0px;
}

    .btn-contact-submit:hover {
        background: #3a4153;
        padding: 10px 30px;
        color: #FFF;
        border: 1px solid #3a4153;
        border-radius: 0px;
    }

.contact-form-container .checkbox input[type=checkbox] {
    height: auto;
}

.subscribe-text label {
    color: #3a4153;
}
/* Hide the browser's default checkbox */
.contact-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.contact-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: 1px solid #bbb;
}

/* On mouse-over, add a grey background color */
.contact-checkbox-container:hover input ~ .contact-checkmark {
    /*background-color: #ccc;*/
    border: 1px solid #3a4153;
}

/* When the checkbox is checked, add a blue background */
.contact-checkbox-container input:checked ~ .contact-checkmark {
    background-color: #3a4153;
    border: 1px solid #3a4153;
}

/* Create the checkmark/indicator (hidden when not checked) */
.contact-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contact-checkbox-container input:checked ~ .contact-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contact-checkbox-container .contact-checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-checkbox-container .label-text {
    margin-left: -52px;
}

.technology-header-bg,
.oursolution-header-bg,
.ourcustomers-header-bg {
    position: absolute;
    z-index: 0;
    left: 27%;
    text-align: center;
}

.technology-header-bg {
    left: 12%;
}

.oursolution-header-bg {
    top: 10%;
}

.oursolution {
    background: url(//bicccdn.azureedge.net/image/home/bg_our_solution.jpg) fixed;   
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    text-align: center;
    min-height: 100vh;
    display: block;
    overflow-x: hidden !important;
}

.oursolution-header {
    background: url(//bicccdn.azureedge.net/image/home/bg_txt_our_solution.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 203px;
}

.ourcustomers-header {
    margin-top: 10px;
    margin-bottom: 60px;
    min-height: 60px;
    text-align: center;
}

.our-solution-item {
    border-radius: 50%;
    margin: 0 auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-size: cover !important;
    border: 12px solid #FFF;
    background-repeat: repeat-x !important;
    background-position: center center;
    background-color: #FFF !important;
}

.our-solution-itemContent h3 {
    font-size: 30px;
    font-weight: 600;
}

.our-solution-itemContent {
    padding: 2px;
}

.oursolution-header h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
}

.signin-admin-bg {
    background: url("//bicccdn.azureedge.net/image/home/bg_signin.jpg") fixed;
    height: 700px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    min-height: 100vh;
}
/*navbar*/
.fixNavBar .bicc-navigation-container,
.fixNavBar .bicc-navigation-top-container {
    position: fixed;
    z-index: 99;
}

.fixNavBar .bicc-navigation-top-container {
    background: #3a4153;
    color: #FFF;
}

.fixNavBar .bicc-home-navigation {
    color: #FFF;
    margin-top: 0px;
}

    .fixNavBar .bicc-home-navigation a {
        color: #3a4153;
    }

.bicc-navigation-container,
.bicc-navigation-top-container {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.bicc-navigation-container {
    top: 3px;
    width: 100%;
    z-index: 99;
}

.fixNavBar .bicc-navigation-container {
    background: #FFF;
    top: 20px;
    width: 100%;
    height: 66px;
    z-index: 9;
    border-bottom: 1px solid #ddd;
}

.bicc-navigation-container ul li {
    list-style: none;
}

.signin-content {
    position: relative;
    margin-top: 30px;
}

.footer-text {
    padding-left: 58px;
}

.footer-links-heading {
    line-height: 22px;
}

.footer-links {
    margin-top: 10px;
    font-size: 12px;
}

.top-nav-help,
.top-nav-signin {
    float: right;
    margin-right: 15px;
    position: relative;
}

.top-nav-signin {
    margin-right: 0px;
}
/*Mobile Navigation*/
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon3 span {
        background: #fff;
    }

        /* Icon 3*/
        .animated-icon3 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) {
            top: 10px;
        }

        .animated-icon3 span:nth-child(4) {
            top: 20px;
        }

    .animated-icon3.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon3.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

.bicc-home-mob-navigation {
    width: 110%;
    float: right;
    z-index: 9999;
    position: absolute;
    top: 40px;
    left: -15px;
    padding: 0px
}

.navbar-toggler {
    float: right;
    margin-top: 10px;
}

.bicc-home-mob-navigation ul li a {
    width: 100%;
    color: #3a4153;
    font-size: 16px;
    font-weight: 600;
}

.animated-icon3.fixNavBar span {
    background: #3a4153 !important;
}

.bicc-home-mob-navigation-container {
    margin-top: 20px;
}

.bicc-home-mob-navigation li {
    text-align: right;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 12px;
    line-height: 2.1em;
}

.request-demo-mob-container {
    background: #FD9F01;
    position: fixed;
    bottom: 0px;
    padding: 20px 0px;
    width: 100%;
    color: #3a4153;
    font-weight: 600;
    font-size: 16px;
}

    .request-demo-mob-container a {
        color: #3a4153;
    }

.bicc-mob-navcontainer {
    position: relative;
    height: calc(100vh - (75px));
}

    .bicc-mob-navcontainer ul {
        margin-right: 28px;
        margin-top: 20px;
    }

.request-demo-arrow-mob {
    margin: 10px 20px;
}

.testimonials-head-text {
    margin-top: 60px;
    font-weight: 600;
}

.footer-links a {
    text-decoration: none !important;
}

.footer-privacy-terms {
    padding-top: 40px;
    padding-left: 35px;
}

.requestDemoPage {
    background: url('//bicccdn.azureedge.net/image/home/bg_image_form.jpg') fixed;    
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    min-height: 100vh;
    display: block;
}


.request-demo-content {
    padding: 32px;
}

.request-demo-title {
    font-size: 28px;
    font-weight: 800;
}

.request-demo-success-text {
    font-size: 33px;
    line-height: 51px;
    padding-top: 42px;
    font-weight: 700;
}

.request-demo-success-subtitle {
    line-height: 45px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.request-demo-success-content {
    background: #fff;
    padding: 40px;
    line-height: 2.1;
    text-align: left;
    margin-top: 12vh;
    box-shadow: 2px 2px 4px #999;
}

.request-demo-success-links a {
    color: #fd9f01;
    text-decoration: underline !important;
}

    .request-demo-success-links a:hover,
    .request-demo-success-links a:active {
        color: #fd9f01;
        text-decoration: underline !important;
    }

.request-demo-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.request-demo-label {
    color: #fff;
}

.send-message-btn {
    color: #fff;
    background: #30314f;
    width: 160px;
}

    .send-message-btn:hover {
        color: #fff !important;
        background: #30314f !important;
    }

.bgimage {
    height: 100%;
    background: url(//bicccdn.azureedge.net/image/home/bg_news.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fluidMedia #iFrameId {
    min-height: 100vh;
    height: 200vh;
}

.show {
    display: block;
}

.sign-in-dropdownmenu,
.help-dropdownmenu {
    display: none;
}

.sign-in-dropdownmenu {
    margin-top: 4px !important;
    margin-left: -142px !important;
    border-top: 2px solid #fd9f01;
    background-color: #3a4153;
    z-index: 9999;
    min-width: 170px;
    width: 231px;
    font-size: 12px;
    height: 57px;
    box-shadow: 0px;
    border-radius: 0px;
    box-shadow: none;
}

ul.sign-in-dropdownmenu li.first-child {
    margin-left: 20px;
}

.help-dropdownmenu {
    margin-top: 4px !important;
    margin-left: -98px !important;
    border-top: 2px solid #fd9f01;
    background-color: #3a4153;
    z-index: 9999;
    min-width: 170px;
    width: 231px;
    font-size: 12px;
    height: 57px;
    box-shadow: 0px;
    border-radius: 0px;
    box-shadow: none;
}

    .help-dropdownmenu li,
    .sign-in-dropdownmenu li {
        margin-top: 11px;
        margin-left: 15px;
    }

ul.help-dropdownmenu li.first-child {
    margin-left: 40px;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes bounce {
    0%, 100% {
        bottom: 40px
    }

    50% {
        bottom: 20px
    }
}

@-moz-keyframes bounce {
    0%, 100% {
        bottom: 40px
    }

    50% {
        bottom: 20px
    }
}

@keyframes bounce {
    0%, 100% {
        bottom: 40px
    }

    50% {
        bottom: 20px
    }
}

ul.help-dropdownmenu:before {
    background: url('/Content/images/home/icon_dropdown_point.svg') !important;
}

/*Flipin x*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 1;
    }

    15% {
        -webkit-transform: perspective(400px) rotateX(-80deg);
        transform: perspective(400px) rotateX(-80deg);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(40deg);
        transform: perspective(400px) rotateX(40deg);
    }

    45% {
        -webkit-transform: perspective(400px) rotateX(-30deg);
        transform: perspective(400px) rotateX(-30deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(25deg);
        transform: perspective(400px) rotateX(25deg);
    }

    75% {
        -webkit-transform: perspective(400px) rotateX(-15deg);
        transform: perspective(400px) rotateX(-15deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(5deg);
        transform: perspective(400px) rotateX(5deg);
    }

    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 1;
    }

    15% {
        transform: perspective(400px) rotateX(-80deg);
    }

    30% {
        transform: perspective(400px) rotateX(40deg);
    }

    45% {
        transform: perspective(400px) rotateX(-30deg);
    }

    60% {
        transform: perspective(400px) rotateX(25deg);
    }

    75% {
        transform: perspective(400px) rotateX(-15deg);
    }

    80% {
        transform: perspective(400px) rotateX(5deg);
    }

    90% {
        transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.fixNavBar .request-demo {
    background: #FD9F01;
}


.our-technology-second-request-demo {
    color: #FD9F01;
}

    .our-technology-second-request-demo:hover {
        color: #FD9F01;
    }

.our-technology-first-request-demo {
    color: #699dff;
}

    .our-technology-first-request-demo:hover {
        color: #699dff;
    }

.exampleInputEmail1 {
    color: #fff;
}

.news-page-container {
    margin-top: 80px;
}

.privacy-terms-container {
    margin-top: 100px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.user-type-selection {
    height: 40px;
}


.mob-signin-conatiner a {
    width: 100%;
    color: #3a4153;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.faq-container {
    margin-top: 100px;
}

.our-tech-sec-button {
    width: 206px;
    float: right;
}

.bicc-navmenu-list {
    width: 500px;
    margin: 0 auto;
}

    .bicc-navmenu-list .navbar-nav > li:first-child {
        margin-left: 0px;
    }

.howitworks-container {
    margin-top: 87px;
}

.oursolution-subhead-text {
    font-size: 20px;
}

.sign-in-menu {
    padding: 3px 26px !important;
}

.testimonial-carousel .carousel-indicators {
    top: -41px;
    left: 97px;
}

    .testimonial-carousel .carousel-indicators li {
        display: inline-block !important;
        width: 6px;
        height: 6px;
    }

        .testimonial-carousel .carousel-indicators li.active {
            background-color: #FD9F01 !important;
            border: 1px solid #FD9F01;
            width: 6px;
            height: 6px;
            margin-top: 0px;
        }

.video-position {
    left: 280px;
}

.btn-watchvideo {
    color: #3a4153;
}

    .btn-watchvideo:hover {
        color: #3a4153;
    }

.signout-menu {
    color: #FD9F01 !important;
}

.mob-myaccount li a {
    color: #f9a006 !important;
    font-size: 16px;
}

.mob-collapse-item {
    margin-top: 0px !important;
}

.bicc-nav-list-container {
    overflow-y: auto;
    height: 90vh;
    margin-bottom: 200px;
}

ul.mob-myaccount {
    margin-top: 6px !important;
    margin-right: 25px !important;
}

.modalvideo {
    max-width: 800px;
    margin: 0 auto;
}

.news-header-container {
    background-color: #394152;
    height: 60px;
}

.news-press-content {
    min-height: 600px;
}

.home-cookies-alert {
    font-size:13px;
    margin-top:10px;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #ddd;
    border-radius:0px;
}
    .home-cookies-alert a {
        color: #FD9F01 !important;
        font-size: 13px !important;
    }
    .home-cookies-alert .home-cookie-alert-close {        
        margin-left:10px;        
    }
.alert-msg-container {
    width: 900px;
    text-align: center;
    clear: both;
    margin: 0 auto;
}
.alert-msg-text-container {
    width: 812px;
    float: left;
}
.alert-close-btncontainer {
    float: left;
}
.home-cookie-alert-close img {
    width: 30px;
}