body {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  color: #989898;
  font-weight: 400;
  background: #f8f8f8;
}

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #444444;
}

h1 {
  font-size: 36px;
  line-height: 1.8em;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
}

h3 {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

h5 {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}

h6 {
  font-size: 15px;
  line-height: 1.5em;
}

small {
  font-size: 13px;
  font-weight: 600;
  color: #444444;
}

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
  overflow: hidden;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
  color: #3c1bb3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #3c1bb3;
}

p {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: justify;
}

strong {
  color: #444444;
}

/*-----------------------------
 * HEADER STYLE
 *-----------------------------*/

.header {
  padding: 25px 0 0 25px;
  margin: 0 0 20px 0;
  position: relative;
  border-top: 8px solid #3c1bb3;
}

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
  margin: 10px 30px 20px 0;
  text-align: left;
  font-size: 35px;
}

.section-title h2 {
  font-size: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section-title span {
  font-size: 24px;
  color: #3c1bb3;
}
@media (max-width: 768px) {
  .section-title {
    text-align: left;
  }
  .section-title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*---------------------------
 * Caption Title
 *---------------------------*/
.caption {
  padding: 5px;
  text-align: center;
  border-left: 2px solid #3c1bb3;
  background-color: #88888815;
  margin-bottom: 4px;
}
.caption i {
  color: #3c1bb3;
}

@media (max-width: 991px) {
  .img-profile {
    display: none;
  }
}

/*-------------------
*  Icon
*-------------------*/

.social-icon {
  margin: 20px 0;
  padding: 0;
  display: block;
}

.social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.social-icon li a {
  display: block;
  font-size: 16px;
  color: #333333;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #e0e0e0;
}

.social-icon li a:hover {
  border-color: #3c1bb3;
  /* background-color: #3c1bb3; */
  /* color: #eeeeee; */
}
.codersrank-logo {
  width: 59%;
  height: auto;
}

.social-icon-skills {
  margin: 20px 0;
  padding: 0;
  display: block;
}

.list-inline-item i {
  color: #718396;
  font-size: 45px;
  margin-left: 10px;
}
.list-inline-item i:hover {
  color: #3c1bb3;
}
.list-inline-item-box {
  text-align: center;
}

@media (max-width: 768px) {
  .list-inline-item i {
    color: #3c1bb3;
  }
}

/*-------------------
 * Card Education
 *-------------------*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

.footer {
  padding: 30px 0 10px 0;
  /* text-align : right; */
  font-size: 13px;
  font-weight: 600;
  display: block;
}

@media (max-width: 768px) {
  .footer {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
  background: #ccc;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(../img/puff.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}
