

body {
  background-color: #f4f4f4;
  /*background-color: #ffffff;*/
}

.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;

}
h1{
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.img_list_Wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}



.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 {
    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%;
}

.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;
 margin: 0 0 0 auto;
}

.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;}





.per_content {
    width: 100%;
    height: 50%;
    background-color: #010D31;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.toggle {margin-left: 22px;}

.person__avatar img {
  width: 100%;
  height: 100%;
}
.top_60 {
    margin-top: 60px;
}

#js-loadMore-agency {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

#content {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px;
}
#content {
    background: #fff;

}
.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 2px #ececec;
    list-style: none;
    padding: 0 0 40px 30px;
}

.timeline li:before, ul.profile-information li:before {
    border-color: #90a7f9 !important;
}
.timeline li:before {
    content: "";
    border: solid 2px;
    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;
}

.bottom_15 {
    margin-bottom: 15px;
}
.cbp-item-wrapper{
    margin-bottom: 15px;
}
#portfolio #filters-container .cbp-filter-item {
    font-size: 15px;
    color: #787878;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}

#portfolio .cbp-item figure img, .work figure {
    width: 100%;
}
.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

#portfolio .cbp-item figure .icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    margin-top: -20px;
    transition: all ease 0.3s;
}

#portfolio .cbp-item figcaption {
    padding: 14px;
}

#js-loadMore-agency {margin: 0 auto; text-align: center; margin-bottom: 25px;}


.cbp-l-loadMore-link.site-btn {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 0 !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px !important;
    line-height: 35px !important;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}

footer .footer {
    background: #1e1e1e;
    min-height: 42px;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 32px;
    font-size: 13px;
}
.bottom_30 {
    margin-top: 40px;
}


#portfolio .cbp-item-wrapper {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -moz-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
}
.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#portfolio .cbp-item .portfolio-image .icon i, #portfolio .cbp-item figure .icon i {
    background: rgb(255, 197, 1);
}
#portfolio .cbp-item figure .icon i {
    color: #fff;
    padding: 17px 0 16px;
    min-width: 50px;
    border-radius: 50px;
    text-align: center;
    transition: all ease 0.3s;
    text-align: center;
    background: rgba(3, 122, 249, 0.80);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figcaption .title{color: #fff; text-decoration: none;font-size: 16px;}
figcaption .info{color: #fff; text-decoration: none;}
figcaption .title:hover{text-decoration: none;}
figcaption .info:hover{ text-decoration: none;}


.skill-list h3 {
    font-size: 16px;
}
.progress {
  overflow: hidden;
  height: 20px;
  background-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.progress-bar {
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #9db2ff;

  
 
}
.progress-striped .progress-bar {
      background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
      background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
      background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
}

.section-title h2 {
  font-size:24px;
}

.cbp-item .webdesign {width :230px;}

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

.site-content__page {padding: 4px 4px 8px 20px; margin-top: 0px;  overflow-x: hidden;
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;}
.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) {
  .sidebar {height: 460px;width: 130px; position: fixed;
 left: 0%; overflow-x: hidden; padding-top: 16px;}
.site-content__page {padding: 4px 4px 8px 20px; margin: 0 0 0 auto; color:#fff; width: 100%; font-size: 13px; height: 90%; overflow-x: hidden;
 position: relative; padding-bottom: 20px; overflow-y: hidden;
}
.toggle {margin-left: 20px;}
.left-menu__download-btn {font-size: 16px; margin-top: 30px; margin-left: 215px; width: 200px;}
}

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

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

}

/*css start*/

.leftSidebar{
    height: 90%;
    width: 130px;
    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;
    }


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

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

.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%;
    /*position: fixed;*/
    /*z-index: 1;*/
    /*top: 0;*/
    /*left: 0%;*/
    overflow-x: hidden;
   display: flex;
   align-items: center;
   margin-top: 0px !important;
   background-color: transparent;
    box-shadow: none;
    padding-top: 0px;
}


/*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;
    flex: 1;
}
.per_content {
    width: 100%;
    height: 100%;
    background-color: #010D31;
    padding: 15px;
    flex: 1;
    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;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 20px;
    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;
}
