
.sidebar {margin-top: 80px;}
body {
  background-color: #f4f4f4;
}

.sidenav {
  width: 200px;
  height: 600px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
   color: #4ef2d6b3;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn_upload {
    color:#000;
    background-color:#00AB72;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #00AB72;
        margin-top: 15px;
    width: 80%;
    padding: 10px;

}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;

}



.sidebar {
    height: 520px;
    width: 100px;
    /*position: fixed;*/
    /*z-index: 1;*/
    /*top: 0;*/
    /*left: 0%;*/
    overflow-x: hidden;
    padding-top: 35px;
    box-shadow: 
rgba(0,0,0,0.5) 0px 0px 35px;
background-color:
    #002155;
}

.sidebar a {
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.fa-fw {
    width: 30px;
    text-align: center;
    color: #00AB72;
}

.fa-fw:hover {
  color: #fff;
}


.person {

    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 32px 84px 0 rgba(0,0,0,0.5);
    box-shadow: 0 32px 84px 0 

    rgba(0,0,0,0.5);

}

.person__avatar {
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.person__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.person__name {
    font-weight: 900;
    line-height: 1.17;
    color: var(--c-white);
    text-align: center;
}

.person__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 15px 0 70px;
}




.site-content__page {
    padding: 20px 10px 10px 20px;
    margin-top: 55px;
    margin-left: -125px;
    color:#fff;
    width: 680px;
    font-size: 12px;
    height: 520px;
    position: fixed;
  overflow-x: hidden;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 35px;
   background-color: #002155;

}

.niko-sc__about-item {
  font-size: 24px;
  padding-top: 5px;
}

.service-block-container {
   display: flex;
   justify-content: center;
}

.service-block {
   min-width: 180px;
   width: 180px;
   height: 200px;
   position: relative;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   display: flex;
   justify-content: center;
   text-align: center;
   background-color: #fff;
   color: #666;
   border: 1px solid #ccc;
   margin-bottom: 30px;
   padding: 0 10px;
}

.service-underlay {
   position: absolute;
   height: 60px;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgb(226, 226, 226);
   padding-top: 18px;
   transition: all 0.3s ease-in-out;
}

.service-icon {
   position: absolute;
   top: 30px;
   left:0; 
   right: 0;
   font-size: 30px;
   transition: all 0.3s ease-in-out;
   color: #737373;
}

.service-name {
   margin: 0 auto;
   display: block;
   text-transform: Capitalize;
}

.service-desc {
   display: block;
   font-size: 12px;
   margin-top: 75px;
}

.service-underlay .cta {
   margin-top: 115px;
   display: inline-block;
   color: #fff;
   font-size: 14px;
}

.service-block:hover {
   transform: scale(1.1);
   cursor: pointer;
   border: 1px solid #141b41;
}

.service-block:hover .service-underlay {
   height: 200px;
   background-color: #222;
}

.service-block:hover .service-icon {
   color: #fff;
   transform: scale(1.5);
   top: 80px;
}

.service-block:hover .service-name {
   color: #fff;
   font-weight: bold;
}

.service-block:hover .service-desc {
   display: none;
}

.service-block .service-underlay .cta:hover {
   text-decoration: none;
}

h2 { font-size: 20px; padding: 10px 0px 15px 0px;}



.left-menu__download-btn {
  font-size: 14px;
background-color:#00AB72;
color:#000;
border-radius: 20px;
}


.left-menu__download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 39px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    color: var(--c-primary);
    padding: 5px 4px;
}

.left-menu__download-btn {
  font-size: 15px;
background-color:#00AB72;
color:#000;
border-radius: 20px;
margin-top: 15px;
margin-left: 100px;
width:150px;
}

.toggle {margin-left: 22px;}



.person__avatar img {
  width: 100%;
  height: 100%;
}


.section-title h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding: 5px 0px 25px 30px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.timeline-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Open Sans', }

    .timeline h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.timeline li:first-child i {

    float: left;
    margin-left: -30px;
    padding: 18px 16px;
    border-radius: 165px;
    margin: -13px -45px;
    width: 36px;
    text-align: center;

}
.timeline li {

    border-left: solid 1px #000C30;
    list-style: none;
    padding: 0 0 40px 30px;

}

.timeline li::before {
    content: "";
    border: solid 2px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -35px;
    font-weight: 400;
    background: 
    #fff;
    display: block;
    position: absolute;
    margin-top: -1px;
}
.timeline li::before, ul.profile-information li::before {
    border-color: 
    #90a7f9 !important;
}


@media only screen and (max-width: 736px)  {

.site-content__page {padding: 4px 4px 8px 20px; margin-top: 0px;
margin-left: 78px; color:#fff; width: 274px;font-size: 12px; height: auto; position: relative; padding-bottom: 20px;}
.sidebar {margin-top: 50px;}
.toggle {margin-left: 25px;}
.person__avatar { position: relative;}
.person__avatar img {width: 274px; height: 290px;}
.left-menu__download-btn {font-size: 14px; margin-top: 27px; margin-left: 51px; width: 150px;}
.person {margin-left: 63px;}
.section-one {margin-top: 0px; padding-bottom: 25px; margin-bottom: 0px;}

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
 
.site-content__page {padding: 4px 4px 8px 20px; margin-top: 0px;
margin-left: 130px; color:#fff; width: 630px;font-size: 14px; height: auto; position: relative; padding-bottom: 20px;}
.sidebar {margin-top: 100px;}
.toggle {margin-left: 20px;}
.person__avatar { position: relative;}
.person__avatar img {width: 630px; height: 400px;}
.left-menu__download-btn {font-size: 16px; margin-top: 30px; margin-left: 215px; width: 200px;}
.person {margin-left: 115px;}
}

@media only screen and (max-width: 667px) and (min-width: 375px) {
  .site-content__page {margin-top: 0px; margin-left: 78px; width: 285px;}
  .person {margin-left:65px;}
  .person__avatar img {width: 285px; height: 290px;}
}

@media only screen and (max-width: 736px) and (min-width: 414px) {
  .site-content__page {margin-top: 0px; margin-left: 78px; width: 325px;}
  .person {margin-left:65px;}
  .person__avatar img {width: 325px; height: 290px;}
}
@media only screen and (max-width: 731px) and (min-width: 411px) {
  .site-content__page {margin-top: 0px; margin-left: 78px; width: 325px;}
  .person {margin-left:65px;}
  .person__avatar img {width: 325px; height: 325px;}

}


/****************************************************************************************/

.person__avatar img {
  width: 100% ;
  height: 100% ;
}
.img_list_Wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    height: 100%;
}
.flexleft{
    position: relative;
    width: 20%;
    height: 100%;
}

.sidebar {
  height: 100%;
    width: 100%;
    /*overflow-x: hidden;*/
   display: flex;
   align-items: center;
   margin-top: 0px !important;
   background-color: transparent;
    box-shadow: none;
    padding-top: 0px;
}

.section-one{
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    margin: 50px 0;
    overflow: hidden;
}

/*css start*/

.leftSidebar{
    height: 90%;
    width: 100%;
    position: relative;
    padding-top: 35px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 35px;
    background-color:#002155;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.site-content__inner-right {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

    .candidate_name {
        text-align: center; 
        color: #fff; 
        font-size: 30px;
    }
    
    .niko-sc.niko-sc--about{
        padding-top: 15px;
    }
    
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .sidebar {
    margin-top: 0px;
    }
    .person {
        margin-left: 0px;
    }
}


.person {
    position: relative;
    width: 100%;
    box-shadow: 0 32px 84px 0 rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.person__avatar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     height: 50%;
}
.per_content {
    width: 100%;
    height: 50%;
    background-color: #010D31;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 372px;*/
}

.candidate_name {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.site-content__inner-right {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
} 

.site-content__page {
    padding: 4px 4px 8px 20px;
    margin: 0 0 0 auto;
    color: #fff;
    width: 100%;
    font-size: 13px;
    height: 585px;
    /*overflow-x: hidden;*/
    position: relative;
    padding-bottom: 20px;
    /*overflow-y: hidden;*/
    min-width: 100%;
}
 .left-menu__download {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
         width: 100%;
    }

.left-menu__download-btn {
    font-size: 14px;
    background-color:#00AB72;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    width: 80%;
    padding: 6px 10px;
    margin-left: 0;
}
