/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
.widget-content-area {
  border: 1px solid #e0e6ed;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06); 
}

.layout-spacing {
  padding-left: 8px; /*15px*/
  padding-right: 8px; /*15px*/
  width:100%
}

.icon{
  width: 90%;
  margin: 0 auto;
  max-height: 180px;
}

.text-letters{
  padding: 21px 0;
}



/* 
===================
    User Profile
===================
*/
.user-profile .widget-content-area {
  border-radius: 6px;
  background: rgb(240 240 240 /60%);
  padding: 15px; 
  
}
  .user-profile .widget-content-area .edit-profile {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: #575757;
    background: linear-gradient(to right, #c4c4c4 0%, #575757 100%);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2); }
    .user-profile .widget-content-area .edit-profile svg {
      font-size: 17px;
      vertical-align: middle;
      margin-right: 0;
      color: #fff;
      width: 19px;
      align-self: center; }
  .user-profile .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 0 0; }
    .user-profile .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 55px;
      border-radius: 50%;
      bottom: 9px;
      left: 15px; }
  .user-profile .widget-content-area .user-info {
    margin-top: 40px; }
    .user-profile .widget-content-area .user-info img {
      border-radius: 9px;
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .user-profile .widget-content-area .user-info p {
      font-size: 20px;
      font-weight: 600;
      margin-top: 22px;
      color: #575757; }
  .user-profile .widget-content-area .user-info-list ul.contacts-block {
    border: none;
    max-width: 217px;
    margin: 36px auto; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block li {
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 14px; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block li a {
        font-weight: 600;
        font-size: 15px;
        color: #575757; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block svg {
      width: 21px;
      margin-right: 15px;
      color: #888ea8;
      vertical-align: middle;
      fill: white; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block li:hover svg {
      color: #575757;
      fill: white; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline {
      margin: 27px auto; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline div.social-icon {
        border: 2px solid #e0e6ed;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-self: center; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline svg {
        margin-right: 0;
        color: #575757;
        width: 19px;
        align-self: center; }

/* 
==============
    Skills
==============
*/
.skills .widget-content-area {
  border-radius: 6px; }
  .skills .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 40px 0; }
    .skills .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 47px;
      background: #fa4747;
      border-radius: 50%;
      bottom: -2px;
      left: 15px; }
  .skills .widget-content-area p.skill-item {
    margin-bottom: 5px;
    font-size: 15px;
    color: #515365;
    font-weight: 600; }
  .skills .widget-content-area .progress {
    height: 20px;
    box-shadow: 1px 3px 20px 3px #f1f2f3;
    margin-bottom: 31px; }
    .skills .widget-content-area .progress .progress-bar {
      background-color: #fa4747;
      background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
      border-radius: 1rem;
      box-shadow: 0 2px 4px rgba(0, 69, 255, 0.15), 0 8px 16px rgba(0, 69, 255, 0.2);
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 100; }
    .skills .widget-content-area .progress .progress-title {
      display: flex;
      justify-content: space-between;
      padding: 15px; }
      .skills .widget-content-area .progress .progress-title span {
        align-self: center; }

/* 
==============
    Bio
==============
*/
.bio .widget-content-area {
  border-radius: 6px;
  padding-bottom: 0; }
  .bio .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 40px 0; }
    .bio .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 30px;
      background: #fa4747;
      border-radius: 50%;
      bottom: -2px;
      left: 15px; }
  .bio .widget-content-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: #3b3f5c; }
  .bio .widget-content-area p {
    color: #888ea8;
    font-size: 15px; }
  .bio .widget-content-area .bio-skill-box {
    padding-top: 30px;
    padding-bottom: 30px; }
  .bio .widget-content-area .b-skills {
    padding: 22px 16px;
    box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.17);
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 24px; }
    .bio .widget-content-area .b-skills svg {
      width: 30px;
      height: 30px;
      margin-right: 21px;
      color: #fa4747; }
    .bio .widget-content-area .b-skills h5 {
      margin-bottom: 10px;
      font-size: 16px; }
    .bio .widget-content-area .b-skills p {
      font-size: 13px; }

/* 
================
    Education
================
*/
.education .widget-content-area {
  border-radius: 6px; }
  .education .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 40px 0; }
    .education .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 97px;
      background: #fa4747;
      border-radius: 50%;
      bottom: -2px;
      left: 15px; }
  .education .widget-content-area .timeline-alter .item-timeline {
    display: flex; }
    .education .widget-content-area .timeline-alter .item-timeline .t-dot {
      position: relative;
      border-color: #fa4747;
      padding: 10px; }
      .education .widget-content-area .timeline-alter .item-timeline .t-dot:before {
        content: '';
        position: absolute;
        border-color: inherit;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%); }
    .education .widget-content-area .timeline-alter .item-timeline:not(:last-child) .t-dot:after {
      content: '';
      position: absolute;
      border-color: inherit;
      border-width: 2px;
      border-style: solid;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: auto;
      top: 25px;
      bottom: -15px;
      border-right-width: 0;
      border-top-width: 0;
      border-bottom-width: 0;
      border-radius: 0;
      border-color: #ebedf2; }
    .education .widget-content-area .timeline-alter .item-timeline .t-dot img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      z-index: 7;
      position: relative; }
    .education .widget-content-area .timeline-alter .item-timeline .t-meta-date {
      padding: 10px; }
      .education .widget-content-area .timeline-alter .item-timeline .t-meta-date p {
        margin: 0;
        min-width: 100px;
        max-width: 100px;
        font-size: 12px;
        font-weight: 700;
        color: #888ea8; }
    .education .widget-content-area .timeline-alter .item-timeline .t-text {
      padding: 10px;
      align-self: center; }
      .education .widget-content-area .timeline-alter .item-timeline .t-text p {
        font-size: 13px;
        margin: 0;
        color: #515365;
        font-weight: 600; }
        .education .widget-content-area .timeline-alter .item-timeline .t-text p a {
          color: #2196f3;
          font-weight: 600; }

@media (max-width: 575px) {
  .education .widget-content-area .timeline-alter .item-timeline {
    display: block;
    text-align: center; }
    .education .widget-content-area .timeline-alter .item-timeline .t-meta-date p, .education .widget-content-area .timeline-alter .item-timeline .t-usr-txt p {
      margin: 0 auto; } }

/* 
=======================
    Work Experience
=======================
*/
.work-experience .widget-content-area {
  border-radius: 6px; }
  .work-experience .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 40px 0; }
    .work-experience .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 173px;
      background: #fa4747;
      border-radius: 50%;
      bottom: -2px;
      left: 15px; }
  .work-experience .widget-content-area .timeline-alter .item-timeline {
    display: flex; }
    .work-experience .widget-content-area .timeline-alter .item-timeline .t-dot {
      position: relative;
      border-color: #fa4747;
      padding: 10px; }
      .work-experience .widget-content-area .timeline-alter .item-timeline .t-dot:before {
        content: '';
        position: absolute;
        border-color: inherit;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%); }
    .work-experience .widget-content-area .timeline-alter .item-timeline:not(:last-child) .t-dot:after {
      content: '';
      position: absolute;
      border-color: inherit;
      border-width: 2px;
      border-style: solid;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: auto;
      top: 25px;
      bottom: -15px;
      border-right-width: 0;
      border-top-width: 0;
      border-bottom-width: 0;
      border-radius: 0;
      border-color: #ebedf2; }
    .work-experience .widget-content-area .timeline-alter .item-timeline .t-dot img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      z-index: 7;
      position: relative; }
    .work-experience .widget-content-area .timeline-alter .item-timeline .t-meta-date {
      padding: 10px; }
      .work-experience .widget-content-area .timeline-alter .item-timeline .t-meta-date p {
        margin: 0;
        min-width: 100px;
        max-width: 100px;
        font-size: 12px;
        font-weight: 700;
        color: #888ea8; }
    .work-experience .widget-content-area .timeline-alter .item-timeline .t-text {
      padding: 10px;
      align-self: center; }
      .work-experience .widget-content-area .timeline-alter .item-timeline .t-text p {
        font-size: 13px;
        margin: 0;
        color: #515365;
        font-weight: 600; }
        .work-experience .widget-content-area .timeline-alter .item-timeline .t-text p a {
          color: #2196f3;
          font-weight: 600; }

@media (max-width: 575px) {
  .work-experience .widget-content-area .timeline-alter .item-timeline {
    display: block;
    text-align: center; }
    .work-experience .widget-content-area .timeline-alter .item-timeline .t-meta-date p, .work-experience .widget-content-area .timeline-alter .item-timeline .t-usr-txt p {
      margin: 0 auto; } }


@media (max-width:1200px){
  .number {
    margin: 0;
  }

  .text-letters {
    padding: 0px 0;
  }

  .letters {
    text-align: center;
  }

}

@media only screen and (max-width:810px){
  .i {
    flex: 30%;
  }
}

@media only screen and (max-width:520px){
  .i {
    flex: 50%;
    margin: 0;
    width: 136px;
  }

  .navbar .language-dropdown.active .custom-dropdown-icon a.dropdown-toggle {
      /*min-width: 356px;*/
  }

  .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle:hover {
      /*min-width: 356px;*/
  }
}

@media (max-width: 768px) {
   .desktop{
    display: none;
   }

   .footer-wrapper {
    margin-top: 50px;
   }

   .table > tbody > tr > td {
    background-color: white;
    text-align: left !important;
}

.table-controls {
    float: inherit;
    display: contents;
}

}


@media (min-width: 768px) {
  .mobile{
    display: none;
    } 
  }


  .card{
    display: grid;
    border: 0;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    margin-bottom: 70px;
  }

  .card p{
    font-size: 18px;
    line-height: 25px;
    margin: 0;
  }


  .card .btn-primary{
    width: 64px;
    margin: 0 auto;
    font-size: 18px;
  }

  .card .table-controls{
    padding: 0;
    float: initial;
  }

  .card span{
    display: block;
    /*padding: 6px;*/
    font-weight: 700;
    color: #3b3f5c;
  }

  .about-mobile{
    padding: 0 15px 0 15px;
  }


.table > tbody > tr > td{
    padding: 15px 11px 15px 11px;
}

table.dataTable > tbody > tr.child span.dtr-title{
   min-width: 120px;
}

.overflow-visible {
  width: 250px;
  white-space: initial;
}


table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before {
    content: "";
}

table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after {
    content: "";
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  top: 80px;
  left: 504px;
  background-color: #959595;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 7px;
  text-align: left;
  padding: 10px;
  margin-left: 10px;
}


.dropdown-content h3{
   font-size: 18px;
    color: #ffffff;
}

.dropdown-content hr{
  margin: 10px 0 10px 0;
}

.dropdown-content a {
  display: block;
    height: 28px;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    text-decoration: none;
    overflow: hidden;
}


  .dropdown-content::after {
    border-right: 8px solid #959595;
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    top: 15px;
  }

.dropdown-content a:hover {color: #0061aa;}

.dropdown:hover .dropdown-content {display: block;}

@media (max-width:992px){
  
  .dropdown-content {
    top: 42px;
    left: -34px;
    position: absolute;
}

  .dropdown-content::after {
    border-bottom: 8px solid #959595;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 76px;
    position: absolute;
    top: -17px;
  } 

}


.navbar-item .active{
  background-color: #312682 !important;}


.navbar-item .nav-item:hover{
  background-color: #312682 !important;}

.navbar .language-dropdown {
    width: 100%;
}