
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background-image: url();
    background: url();
    /* background: url({{profile_obj.hero_image.url}}) top right no-repeat; */
    background-size: cover;
    position: relative;
  }
  
  @media (min-width: 992px) {
    #hero {
      padding-left: 160px;
    }
  }
  
  #hero:before {
    content: "";
    /* background: rgba(255, 255, 255, 0.2); */
    background-image: linear-gradient(
      90deg,
      rgba(0,0,0,1),
      rgba(0,0,0,.7),
      rgba(0,0,0,.4),
      rgba(0,0,0,.3),
      rgba(0,0,0,1));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #45505b;
  }
  
  #hero p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
  }
  
  #hero p span {
    color: #0563bb;
    letter-spacing: 1px;
  }
  
  #hero .social-links {
    margin-top: 30px;
  }
  
  #hero .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #45505b;
    line-height: 1;
    margin-right: 20px;
    transition: 0.3s;
  }
  
  #hero .social-links a:hover {
    color: #0563bb;
  }
  
  @media (max-width: 992px) {
    #hero {
      text-align: center;
    }
  
    #hero h1 {
      font-size: 32px;
      line-height: 36px;
    }
  
    #hero p {
      margin-top: 10px;
      font-size: 20px;
      line-height: 24px;
    }
  }


#about{
    /* color: #272829; */
    color: #37517e;
  }
  .about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #37517e;
  }
  .rich-text img {
    max-width: 100%;
    border-radius: 20px;
    height: auto !important;
  }
  /* @media (min-width: 992px) {
    .bg-img-center{
      height: 80vh;
    }
  } */
  .skill-title{
    color: #293357;
  }
  .portfolio h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
  }

  .portfolio .service_name {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #37517e;
  }

  .portfolio .service_name::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
  }
  .contact-item-text h4{
    font-weight: 500;
    color: #37517e;
  }
  .list-checked-item {
  font-weight: 500;
  color: #37517e;
  }
  .section-title h3{
    font-size: 18px;
  }
  

  .grid-item {
    position: relative;
    margin-bottom: 20px;
}

.description {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 14px;
    content: "";
    background: #fff;
    width: 93%;
    border-radius: 0px 0px 8px 9px;
    height: 60px;
    padding: 10px;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.=5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.description p {
    font-size: 15px;
    font-weight: 500;
    color: #3b3b3b;
    text-align: left;
    margin-left: 10px;
    line-height: 16px;
}

.search {
    position: absolute;
    bottom: 48%;
    right: 40%;
    content: "";
    background: transparent;
    visibility: hidden;
    transform: rotate(360deg) scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.=5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search i {
    color: #fff;
    padding: 18px;
    background: #ff724c;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #ff724c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.=5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search i:hover {
    color: #ff724c;
    padding: 18px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
}

.port-view {
    outline: none;
}

.description i {
    margin-top: 8px;
    margin-left: 150px;
    color: #ff724c;
}

.grid-item:hover {
    margin-bottom: 20px;
    position: relative;
}

.grid-item:hover .description {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 14px;
    content: "";
    background: #fff;
    width: 93%;
    border-radius: 0px 0px 8px 9px;
    height: 60px;
    padding: 10px;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.=5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.grid-item .single-project-item{
      width: 100%;
    }
.single-project-item img{
      width: 100%;
    }

.grid-item:hover .search {
    position: absolute;
    bottom: 48%;
    right: 40%;
    content: "";
    background: transparent;
    transform: rotate(0deg) scale(1);
    transition: .5s ease;
    visibility: visible;
}

.grid-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 93%;

    top: 0;
    left: 14px;
    background: #3b3b3b;
    opacity: 0.25;
    border-radius: 10px;
    transform: scaleY(0);
    visibility: hidden;
}

.grid-item:hover::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 93%;

    top: 0;
    left: 14px;
    background: #3b3b3b;
    opacity: 0.25;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.=5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scaleY(1);
    visibility: visible;
}

/* social media design 2 */
.social-icon2 li .facebook i {
    padding: 8px 11px;
    color: #3b5999;
    border: 1px solid #3b5999;
}

.social-icon2 li .facebook i:hover {
    padding: 8px 11px;
    background: #3b5999;
    border: 1px solid #3b5999;
    color: #fff;
}

.social-icon2 li .twitter i {
    padding: 8px;
    color: #1da1f2;
    border: 1px solid #1da1f2;
}

.social-icon2 li .twitter i:hover {
    padding: 8px;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
}
/* #e6534e */

.social-icon2 li .instagram i {
    padding: 8px 9px;
    color: #e6534e;
    border: 1px solid #e6534e;
}

.social-icon2 li .instagram i:hover {
    padding: 8px 9px;
    background: #e6534e;
    border: 1px solid #e6534e;
    color: #fff;
}

.social-icon2 li .instagram i {
    padding: 8px 9px;
}

.social-icon2 li .instagram i:hover {
    padding: 8px 9px;
    background: #e6534e;
    border: 1px solid #e6534e;
}

.social-icon2 li .linkedin i {
    padding: 8px 9px;
    color: #0077b5;
    border: 1px solid #0077b5;
}

.social-icon2 li .linkedin i:hover {
    padding: 8px 9px;
    background: #0077b5;
    border: 1px solid #0077b5;
    color: #fff;
}

.social-icon2 li .youtube i {
    padding: 8px;
    color: #f2072b;
    border: 1px solid #f2072b;
}

.social-icon2 li .youtube i:hover {
    padding: 8px;
    background: #f2072b;
    border: 1px solid #f2072b;
    color: #fff;
}

.social-icon2 li .youtube i {
    padding: 8px;
}

.social-icon2 li .youtube i:hover {
    padding: 8px;
    background: #f2072b;
    border: 1px solid #f2072b;
}

  .social-icon2 {
    margin-top: 30px;
}

.social-icon2 li {
    list-style-type: none;
    display: inline;
}

.social-icon2 li a i {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 100%;
    padding: 7px 7px;
    font-size: 14px;
    transform: rotate(0);
}

.social-icon2 li a i:hover {
    transform: rotate(360deg);
    transition: 0.5s ease;
}

.social-icon2 li .facebook i {
    padding: 8px 11px;
}

.social-icon2 li .facebook i:hover {
    padding: 8px 11px;
    background: #3b5999;
    border: 1px solid #3b5999;
}

.social-icon2 li .twitter i {
    padding: 8px;
}

.social-icon2 li .twitter i:hover {
    padding: 8px;
    background: #1da1f2;
    border: 1px solid  #1da1f2;
}


.social-icon2 li .linkedin i {
    padding: 8px 9px;
}

.social-icon2 li .linkedin i:hover {
    padding: 8px 9px;
    background: #0077b5;
    border: 1px solid #0077b5;
}

/* social media design 2 */
