* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {    
    margin: 0 auto;
    padding: 0;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
}



.clearfix::after {
    display: block;
    clear: both;
    content: "";
}



.hero h2 {
  color: #5A6BEB;
}





/* Navbar Styles */
.nes_navbar li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #69707a !important;
}
.social_footer li {  
    font-size: 2em;
    font-weight: normal;
    padding-right: 0.6em;

}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}


.nesam_pic img {
    padding: 2em 4em;
    border-radius: 50%;
}
 






.fa-edit {
    color: blue !important;
    margin: 5px 5px 2px 0;
}



.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}







/* Big tablet to 1200px (widths smaller that the 1140px row) */
@media only screen and (max-width: 1200px){
    
}

/* Small tablet to Big tabler: From 768px to 1023px */
@media only screen and (max-width: 1023px){
    
}

/* Small Phones to small tablets: From 481px to 767px */
@media only screen and (max-width: 767px){
    
}

/* Small Phones: From 0 to 480px */
@media only screen and (max-width: 480px){
    
}




.nebox {
    box-shadow: 0px 2px 4px 0 hsla(0, 0%, 0%, 0.2);
    padding: 2em;
}

/* Portfolio */
.nes_port .card{
    background: white;
    border-radius: 4px;
    box-shadow: 0px 20px 50px #D9DBDF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}   
.nes_port .card:hover {
    -webkit-transform: translate(20px, 10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(0px, -15px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}









.card {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100%!important;
}
.shadow-none {
  box-shadow: none!important;
}








.blog-post {
  color: #8e8e8e;
}
.work-experience ul {
  color: #8e8e8e;
}