html{
    width: 100%;
    height: 100%;
}
body{
    background-image: url("../images/Background2_rendered.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}
.image_center{
    text-align: center;
}
.vertical_center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.image_center > a, .image_center > img{
    display: inline-block;
}
#InnovateLogo{
    max-width: 600px;
    margin-bottom: 100px;
}
.fadeOnHover{
    transition: all ease-in-out 0.3s;
}
.fadeOnHover:hover{
    opacity: 0.7;
}
.infopage{
    padding-top: 20px;
    /*padding-bottom: 140px;*/
    max-height: calc(100% - 136px);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    float: left;
    width: 100%;
}
#infoLogo{
    max-width: 280px;
    margin-bottom: 10px;
}
#APP_CONTROLS{
    min-height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
}
.infocontent{
    padding-top: 10px;
}
.page_navigation{
    margin-bottom: 40px;
}
.page_navigation ul{
    text-align: center;
    padding-left: 0;
}
.page_navigation ul li{
    margin: 0 15px;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.page_navigation ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
}
.page_navigation ul li:hover,.page_navigation ul li.active{
    box-shadow: 0 3px 10px rgb(0,22,40);
    background-color: rgba(0, 22, 40,0.6);
}
#APP_CONTROLS > .container-fluid > .container > a{
    display: inline-block;
    margin-right: 20px;
}
#APP_CONTROLS > .container-fluid > .container > a:last-child{
    margin-right: 0;
}
#APP_CONTROLS > .container-fluid > .container > a > img{
    max-width: 90px;
}
.scrollLockContent{
    float: left;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    border-bottom: 2px solid #fff;
}
.scrollLockContent p:not(.title), .scrollLockContent ul{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.scrollLockContent p.title{
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: auto;
    border-bottom: 2px solid #fff;
}
.scrollLockContent ul{
    /*column-count: 2;*/
    margin-left: -5px;
    margin-right: -5px;
    float: left;
    width: 100%;
    padding-left: 0;
    list-style-position: inside;
}
.scrollLockContent ul li{
    margin: 10px 5px;
}
.view_sample_container{
    text-align: center;
    padding-top: 80px;
}
.view_sample{
    background-color: rgba(0, 22, 40,0.6);
    border-radius: 2px;
    box-shadow: 0 3px 10px rgb(0,22,40);
    padding: 11px 15px;
    display: inline-block;
    color: #fff;
    min-width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}
a:focus, a:hover{
    text-decoration: none;
    color: inherit;
}
/* scroll bar experemental */
::-webkit-scrollbar {
    width: 0;
    background-color: rgba(255,255,255,1);
    border-radius: 3px;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(243, 151, 25, 0.75);
    border-radius: 3px;
}
/* scroll bar experemental */
.mini_page_controls{
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.modal-content{
    box-shadow: none;
    -webkit-box-shadow:none;
}
#limeLyteDemo .modal-dialog{
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
}
#limeLyteDemo .modal-content{
    background-color: #014e6d;
    border: 0;
    border-radius: 3px;
}
.modal-header{
    border: 0;
    background-color: #0d1f2e;
    border-radius: 3px;
}
.modal-backdrop.in{
    opacity: 0.4;
}
.modal-header .close, .close:focus, .close:hover{
    color: #fff;
    opacity: 1;
}
#limeLyteDemo input{
    width: 100%;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #fff;
    background-color: #0d1f2e;
    margin-bottom: 15px;
}
#limeLyteDemo input::placeholder{
    color: #fff;
}
input#limeLyteSubmit{
    background-color: #fff;
    color: #0d1f2e;
    border: 0;
    margin-bottom: 0;
}
#limeLyteBookMessage{
    color: #fff;
}
.accordian_box{
    float: left;
    width: 100%;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 3px;
}
.accordian_header{
    float: left;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #054A64;
}
.accordian_title, .accordian_content{
    float: left;
    width: 70%;
    padding: 0 15px;
}
.accordian_title h2{
    color: #0d1f2e;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}
.accordian_compare_1, .accordian_compare_2, .accordian_tick_1, .accordian_tick_2{
    float: left;
    width: 15%;
    padding: 0 15px;
    text-align: center;
    color: #000;
}
.accordian_tick_1 i, .accordian_tick_2 i{
    color: #A5BE00;
    font-size: 22px;
    display: inline-block;
}
.accordian_data{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.accordian_data:nth-child(odd){
    background-color: #FBFAF9;
}
.accordian_text{
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}
.infocontent .accordian_text h3{
    color: #0d1f2e;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
}
.accordian_content{
    border: 1px solid #054A64;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
.accordian_content h4{
    color: #054A64;
    margin-bottom: 20px;
}
.accordian_content p, .accordian_content ul li, .accordian_content ol li{
    color: #0d1f2e;
    font-size: 16px;
    margin-bottom: 10px;
}
.accordian_content ul, .accordian_content ol{
    padding-left: 0;
    list-style-position: inside;
}
.accordian_content ul li, .accordian_content ol li {
    font-style: italic;
}
.accordian_solution{
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #054A64;
    background-color: #FBFAF9;
}
.accordian_solution h4 i{
    color: #A5BE00;
    margin-right: 5px;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
#LOADING_SCREEN{
    width: 100%;
    height: 100%;
}
.loading_container{
    width: 100%;
    height: 100%;
    position: relative;
}
.loading_container i{
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
}
.infocontent h3{
    font-weight: 500;
    font-size: 27px;
}
.infocontent h1{
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.infocontent .phone_text i, .infocontent .email_text i, .infocontent .website_text i{
    margin-right: 15px;
}
.infocontent .website_text a{
    color: #fff!important;
    text-decoration: none!important;
}
/*.infocontent .website_text, .infocontent .email_text,.infocontent .phone_text{
    margin-bottom: 20px;
}*/
.infocontent .country_shortname{
    margin-left: 50px;
    position: relative;
}
.infocontent .country_shortname:before{
    content: " ";
    height: 2px;
    width: 20px;
    position: absolute;
    left: -33px;
    top: 11px;
    display: block;
    background-color: #fff;
}
.we_do_tax_img{
    max-width: 215px;
    margin-top: 20px;
}
.border_top_socials{
    padding-top: 25px;
    border-top: 2px solid #fff;
}
.infocontent p{
    margin-bottom: 25px;
}
.client_row{
    margin-bottom: 30px;
}
.infocontent .clients_h1{
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    box-shadow: 0 3px 10px rgb(0,22,40);
    background-color: rgba(0, 22, 40,0.6);
    display: inline-block;
    width: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px;
    padding: 5px 15px;
    font-size: 20px;
}