@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}


html.ios {

    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
    height: initial !important;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    background: #f8f9fd !important;
    color: gray;
}


body.pushable > .pusher {
    background: #fff !important;
}

#topBar {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 1) 0%, rgba(36, 36, 94, 1) 32%, rgba(7, 7, 18, 1) 100%);
    border: 0;

    box-shadow: 0 1px 6px 0 rgba(60, 64, 67, .8);
    padding-right: 33px;
    padding-left: 33px;
    
    
   background:url(../images/img_headerbg.jpg) top right no-repeat;  
    

}

#topBar .item a {

    color: #0b2f6e !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

#mainContent {
    padding-bottom: 25px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 25px;
}

#topBar .item.active {  background:#0b2f6e;  }
#topBar .item.active .icon {  color: #fff !important;  }

#topBar .item.active a {
    color: #fff !important;
    text-transform: uppercase !important;
    text-shadow: 0 0 2px 2px #000;
    
 
}
#topBar .item.active .menu .item { color: #0b2f6e !important; font-weight: bold !important;  }
 
#topBar .item.active .menu .item:hover { color: #fff !important; background:#0b2f6e !important;   }




.header_about {
    background: url('../images/header_about.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_team {
    background: url('../images/header_team.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_teamcore {
    background: url('../images/header_teamcore.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}


 
.header_business {
    background: url('../images/header_business.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_business_invest {
    background: url('../images/header_business_invest.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_business_trp {
    background: url('../images/header_trp.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_business_advisory {
    background: url('../images/header_business_advisory.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_business_healthcare {
    background: url('../images/header_business_healthcare.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}


.header_affiliates {
    background: url('../images/header_affiliates.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_ethics {
    background: url('../images/header_ethics.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}







.header_character {
    background: url('../images/header_character.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}


.header_health {
    background: url('../images/header_health.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_covid {
    background: url('../images/header_covid.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}


.header_technology {
    background: url('../images/header_technology.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}

.header_contact {
    background: url('../images/header_contact.jpg') top right no-repeat !important;
    background-size1: cover !important;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05) inset;
}



#mainHeader {
    height: 200px;
    vertical-align: middle;
    color: #fff !important;
}

#mainHeader .header {
    font-size: 4em !important;
    text-align: left;
    padding-left: 250px;
    vertical-align: middle;
    line-height: 180px;
}


#imgReality_1 {
    width: 100%;
}

#imgReality_2 {
    width: 50%;
}

#imgReality_3 {
    width: 375px;
    margin-top: 30px;
}

#covid_img {
    width: 350px;
    height: auto;
}



p {
    text-align: justify;
    font-size: 17px !important;

}

/* .accordion .title {
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion p {
    margin-left: 12px;
} */


#klever_logo {
    width: 140px !important;
    height:70px !important;
    cursor: pointer !important;
    background:url('../images/img_logo_cv.png') center center no-repeat !important;
    margin-top:0px !important;
    background-size: 100% !important;
    margin-left:0px;
    
    display: block; 
    z-index: 100;  
    /*
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 8px 0 rgba(60, 64, 67, .3), inset 0 10px 12px 0 rgba(111, 112, 162, .2);

    border: rgba(0, 0, 0, .03) solid 1px;
*/
}


/* 
.ui.styled.accordion,
.ui.styled.accordion .accordion {
    background: none;
}

.accordion {
    margin-bottom: 15px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}


.accordion .title.active {
    border-radius: 25px;
    background: linear-gradient(100deg, #272867 30%, #606096 100%) !important;
    color: #fff !important;
    border: #ccc solid 1px !important;
    outline: none;
}


.accordion .title.active:hover {
    border-radius: 25px;
    background: linear-gradient(100deg, #272867 0%, #606096 100%) !important;
    color: #fff !important;
    border: #ccc solid 1px !important;
    outline: none;
}


.accordion .title {
    border-radius: 25px;
    background: linear-gradient(100deg, #fff 0%, #ddd 100%) !important;

    box-shadow: 0 1px 6px 0 rgba(60, 64, 67, .3);
    color: #000 !important;
    border: #ccc solid 1px !important;
    outline: none;  
}

.accordion .title:hover {
    border-radius: 25px;
   

    background: linear-gradient(100deg, #eee 0%, #fff 100%) !important;
    color: #000 !important;
    box-shadow: 0 1px 6px 0 rgba(60, 64, 67, .8);
    border: #ccc solid 1px !important;
    outline: none;
} */



#rightPics {
    display: none;
}



#tabs .item {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}


#tabs .item.active {
    color: #1b57ef;
}



#tabs_b .item {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}


#tabs_b .item.active {
    color: #1b57ef;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, .5) url('../images/img_toparrow.png') center center no-repeat;
    background-size: 65%;
    color: white;
    cursor: pointer;
    /*  padding: 15px;  */
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 18px;
}

#myBtn:hover {
    background: rgba(255, 255, 255, .9) url('../images/img_toparrow.png') center center no-repeat;
    background-size: 65%;
}


#imgReality_1 {
    width: 400px;
}

#copyright {
    position: absolute;
    bottom: 10px;
}

#img_wed {
    text-align: center;
    margin-top: -140px;

}

#img_wed img {
    width: 50%;
}


#pPadding p:nth-child(1) {
    padding-left1: 75px;
}

#pPadding p:nth-child(2) {
    padding-left1: 150px;
}

#pPadding p:nth-child(3) {
    padding-left1: 225px;
}

#pPadding p:nth-child(4) {
    padding-left1: 300px;
}

#pPadding p:nth-child(5) {
    padding-left1: 375px;
}

#pPadding p:nth-child(6) {
    padding-left1: 800px;
}
/* 

.accordion .title.active {

    background: url(../images/img_arrow2.png) 17px 16px no-repeat, linear-gradient(-100deg, #e84d48 30%, #fff 100%) !important;
    color: #1f43f3 !important;


}


.accordion .title.active:hover {

    background: url(../images/img_arrow2.png) 17px 16px no-repeat, linear-gradient(-100deg, #e84d48 0%, #fff 100%) !important;
    color: #1f43f3 !important;
}


.accordion .title {

    background: url(../images/img_arrow.png) 20px 16px no-repeat, linear-gradient(100deg, #fff 0%, #ddd 100%) !important;
    padding-left: 45px !important;



}

.accordion .title:hover {

    background: url(../images/img_arrow.png) 20px 16px no-repeat, linear-gradient(100deg, #eee 0%, #fff 100%) !important;


} */

.topHeader {
    display: none; color: #0b2f6e !important;
}


/*///////////////////////////////////////////////////////////////////////*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.topHeader {
    color: #fff !important;
}

    #right_nav {
        display: none !important;
    }

    #rightsidebar {
        display: block !important;
    }

    #topBar {
        padding-right: 8px;
        padding-left: 8px;

    }

}

.column h1 a { font-size: 50px; color:rgba(255,255,255,.7); position:absolute; display: block; width:100%;   
    bottom:50px; text-transform: uppercase; text-align: center; left: 0;  }


@media only screen and (max-width: 700px) {

    .column h1 a { font-size:12px; color:rgba(255,255,255,.7); 
        position: absolute; bottom:50px; margin: 0 auto; text-transform: uppercase; text-align: center; left: 0;  }



    .topHeader {
    color: #fff !important;
}
    #pPadding p:nth-child(1) {
        padding-left: 0px;
    }

    #pPadding p:nth-child(2) {
        padding-left: 0px;
    }

    #pPadding p:nth-child(3) {
        padding-left: 0px;
    }

    #pPadding p:nth-child(4) {
        padding-left: 0px;
    }

    #pPadding p:nth-child(5) {
        padding-left: 0px;
    }

    #pPadding p:nth-child(6) {
        padding-left: 0px;
    }

    #mainHeader .header {
        font-size: 2.8em !important;
        text-align: center;
        padding-left: 0px;
        vertical-align: middle;
        line-height: 180px;
    }


    #topBar {
        padding-right: 8px;
        padding-left: 8px;

    }

    #imgReality_1 {
        width: 100%;
    }

    #imgReality_2 {
        width: 100%;
    }

    #imgReality_3 {
        width: 100%;
    }

    #covid_img {
        width: 90%;
        height: auto;
    }

    #covid_img_2 {
        width: 90%;
        height: auto;
    }

    #covid_img_3 {
        width: 80%;
        text-align: center;
    }



    .center_text {
        margin: 0;
        z-index: 2000;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .center_text h4 {
        font-size: 25px;
        color: #fff556;
    }

    .center_text h1 {
        font-size: 60px;
    }

    .center_text a {
        border-radius: 25px !important;
        color: #000 !Important;
    }

 

    #mainContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    #right_nav {
        display: none !important;
    }

    #rightsidebar {
        display: block !important;
    }
    
    
    #klever_logo {
    width: 140px !important;
    height:70px !important;
    cursor: pointer !important;
    background:url('../images/img_logo_cv.png') center center no-repeat !important;
    margin-top:0px !important;
    background-size: 100% !important;
    margin-left:0px;
    
    display: block; 
    z-index: 100;  
    
}

    
    
    

    #klever_log11o {
        width: 100px !important;
        height: 113px !important;
        cursor: pointer !important;
        background: url('../images/klever_logon.png') center center no-repeat !important;
        margin-top: 20px !important;
        background-size: 100% !important;
        z-index: 100;
        margin-left: 15px;
        
        display: none;
        /*
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 8px 0 rgba(60, 64, 67, .3), inset 0 10px 12px 0 rgba(111, 112, 162, .2);

    border: rgba(0, 0, 0, .03) solid 1px;
*/
    }

 



    #rightPics {
        display: block;
    }

    #leftPics {
        display: none;
    }

    #imgReality_1 {
        width: 100%;
    }

    #contact_list {
        background: rgba(255, 255, 255, .8);
        padding: 15px;
        border-radius: 12px;
        color: #000 !important;
    }

    #contact_list a {
        color: #353a97;
    }

    #img_wed {
        text-align: center;
        margin-top: 40px;
    }

    #img_wed img {
        width: 100%;
    }

    #copyright {
        position: absolute;
        bottom: 25px;
        font-size: 14px !important;
    }

    .center_text h4 {
        font-size: 15px;
        color: #fff556;
    }

    .center_text h1 {
        font-size: 40px;
    }

    .center_text a {
        border-radius: 25px !important;
        padding-left: 20px;
        padding-right: 20px;
        color: #000 !Important;
    }


    /*
      .masthead.segment {
        min-height: 350px;
      }
      .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
      }
      .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
      }
*/
}
