/*------------------------------------------------------------------
[ Color codes ]
    main-color:         #5da4d9;
    Blue:               #71DD75 (Blue)    [ This is the main color in Template ]
    white:              #FFFFFF (White)     [  ]
    body-bg-color:      #eae8e7            [ body bg color ]
    font-color:         #767270             [ font color  ]
    border-color:       #4783c2;

------------------------------------------------------------------ */
* {
  font-family: 'roboto', sans-serif;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.5;
}
.fix {
  overflow: hidden;
}
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}
a {
  color: #0b2ef1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.clear {
  clear: both;
}
img {
  width: 100%;
  height: auto;
}

.fa {
  text-align: center;
  display: inherit;
}

/* style for Typography */
h1 {
  font-size: 30px;
  font-weight: 500;
}
h2 {
  font-size: 24px;
  margin: 0px;
}

.fa {
  font-size: 22px;
}
ul,ol {
  margin-top: 16px;
  margin-bottom: 24px;
}

li {
  padding-bottom: 8px;
}
/* style for

***** body  *****

*/
body {
  background-color: #eae8e7;
  color: #767270;
  font-size: 16px;
}
.container {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.border-bottom {
  border-bottom: 1px solid #4783c2;
}
.border-bottom-gray {
  border-bottom: 1px solid #bdbdbd;
}

/* style for

***** Sidebar  *****

*/
.sidebar {
  width: 33%;
  text-align: left;
  background-color: #ffffff;
  overflow: hidden;
  display: block;
  margin-top: 24px;
  padding-bottom: 24px;
}
.section {
  width: calc(66% - 24px);
  margin-left: 24px;
  margin-top: 24px;
}

.spacing-out {
  margin-top: 15px;
  padding: 0 15px;
}
.padding-top {
  padding-top: 36px;
}
.logo {
  text-align: center;
}
.logo img {
  max-width: 250px;
}

.detail-spacing-out {
  padding-right: 26px;
  margin-bottom: 30px;
}

.user-img-wrapper {
  position: relative;
}

.user-description {
  text-align: center;
}

.icon {
  width: 20%;
  margin-top: 4px;
}
.large-icon {
  padding-top: 30px;
}
.e-icon .fa {
  font-size: 42px;
}
.detail {
  width: 80%;
}
.large-detail {
  width: 90%;
  margin: 0 auto;
}
.progress {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #4783c2;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: visible;
}
.progress .determinate {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  -o-transition: width .3s linear;
  -ms-transition: width .3s linear;
  transition: width .3s linear;
}
.determinate .fa {
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: 0px;
}

.section-wrapper {
  margin-bottom: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding-bottom: 24px;
}

.section-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 24px;
  text-align: center;
}
.section-wrapper h3 {
  font-size: 18px;
}
.custom-content-wrapper {
  padding-bottom: 36px;
}
.custom-content-wrapper span {
  color: #5da4d9;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .container {
    width: 90%;
  }
  .sidebar,
  .large-icon,
  .large-detail {
    width: 100%;
  }
  .section {
    width: 100%;
    margin-left: 0;
  }
  .detail-spacing-out {
    padding: 0 24px;
  }
  .detail-spacing-out h2 {
    text-align: center;
  }
}

/* Achivments css */
.achivments-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .achivments-images {
    margin-left: 0;
  }
}
.achivment-wrapper {
  width: 20%;
  margin-bottom: 10px;
  margin-right: 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .achivment-wrapper {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .achivment-wrapper {
    width: 70%;
  }
}
.achivment-wrapper span {
  display: block;
  text-align: center;
  line-height: 1.8;
  font-size: 11px;
  color: #380000;
  padding: 10px;
}

.work-info .fa {
  font-size: 44px;
}
.page-link {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-link {
    padding-left: 32px;
  }
}
