a,ul{
    text-decoration: none;
    list-style: none;
}

/* animation section start  */
.faisal{
    position: relative;
    animation-name: faisal;
    animation-duration: 4s;
    animation-iteration-count: infinite
}

@keyframes faisal {
    0%   {left:0px; top:0px;}
    25%  {left:200px; top:0px;}
    50%  {left:200px; top:200px;}
    100% {left:0px; top:0px;}
  }

  .beautiful{
    position: relative;
    animation-name: beautiful;
    animation-duration: 4s;
    animation-iteration-count: infinite
  }

  @keyframes beautiful {
    0%   {left:0px; top:0px;}
    25%  {left:400px; top:0px;}
   
  }
/* overlay section start  */
.img-lay{
    position: relative;
  width: 50%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 140, 186,.5);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }
  .img-lay:hover .overlay {
    bottom: 0;
    height: 100%;
  }
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  /* animation saection end  */
/* common start */
.text-justify{
    text-align: justify;
}
.section-title span{
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #17a2b8;
    padding-bottom: 6px;
}
.section-title span::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: #17a2b8;
}
.modal{
    top: 12vh;
}
.modal p{
    color: #666;
}
/* common end */
/* navabr start */
header{
    background: linear-gradient(to left, rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../img/banner.jpg);
    background-size: cover;
}
.navbar{
    padding-top: 20px;
}
.navbar .fa-rebel{
    color: #3EC2A0;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #3EC2A0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #3EC2A0;
}
/* navabr end */

/* banner start */
.banner{
    padding: 150px 0px;
}
.banner h1{
    color: #3EC2A0;
}
.banner .btn-outline-info {
    color: #fff;
    border-color: #fff;
    border: 2px solid;
}
.banner .btn-outline-info:hover {
    color: #fff;
    background: #3EC2A0;
    border-color: #3EC2A0;
}
@media(min-width: 0px) and (max-width: 767px){
    .banner{
        padding: 50px 0px;
    }
}
/* banner end */

/* about section start */
.about-content-aside h4{
    color: #333;
}
.about-content-aside p{
    color: #666;
}
.about-content-aside .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border: 2px solid;
}
.about-content-aside .btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.about-content-poster img{
    height: 100%;
}
.about-content-aside h5{
    color: #333;
}
/* about section end */

/* services section start */
.Service{
    background:#30C39E;
}
.services-section{
    background: #30C39E;
}
.services-section .section-title span{
    color: #fff;
}
.services-section .section-title span::after {
    background: #fff;
}
/* services section end */

/* blog section start */

.blog-section{
    background: url(../img/blog-banner.jpg);
    background-size: cover;
}
.blog-section .section-title span{
    color: #fff;
}
.blog-section .section-title span::after {
    background: #fff;
}
.blog-content-title h2{
    text-transform: capitalize;
}
.blog-content-title p{
    color: #ccc;
}
.blog-content span{
    color: #333;
    font-weight: 600;
}
.blog-content small{
    color: #fff;
    background: #30C39E;
}
.blog-content p{
    color: #999;
}
.blog-content a{
    color: #0a8ea0;
}
/* blog section end */
/* blogs section start */
.blogs{
    height: 700px;
    background: url(../img/blog-banner.jpg);
    background-size: cover;
}

.blogs-contant{
    padding: 50px;
    text-align: left;
}



.blog-contant-item{
    justify-content: center;
    margin-bottom: 50px;
}
/* blogs section end  */

/* experience section start */

.Experience{
    margin-left: 20px;
}
.experience-content .card h5 span:first-child{
    color: #333;
    font-weight: 600;
}
.experience-content .card-body{
    background: #F8F9FA;
    padding: 1.3rem;
}
.experience-content .card h5 small{
    font-size: 14px;
    color: #fff;
    background: #30C39E;
}
.experience-content .card p{
    color: #666;
}
/* experience section end */

/* Hire section start */
.hire-section{
    background: #0A8EA0;
}
.hire-content h2{
    color: #ddd;
    font-weight: 600;
}
.hire-content p{
    color: #ddd;
}
.hire-content .btn-info {
    color: #0A8EA0;
    background-color: #fff;
    border-color: #fff;
}
.hire-content .btn-info:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.hire-content .btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.hire-content .btn-primary:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
/* Hire section end */
/* project section  */
.projects{
    align-items: center;
}
/* Contact section start */
.address-area h4{
    color: #333;
    font-weight: 600;
}
.address-area a{
    color: #666;
}
.address-area i{
    color: #30C39E;
}
.address-area iframe{
    border: 7px solid #d4d4d4;
    width: 100%;
    min-height: 200px;
}
.contact-form i{
    color: #30C39E;
}
.contact-form .btn-primary {
    color: #fff;
    background-color: #0A8EA0;
    border-color: #0A8EA0;
    border: 2px solid;
}
.contact-form .btn-primary:hover {
    color: #666;
    background-color: #fff;
    border-color: #666;
}
/* Contact section end */

/* footer section start */
footer{
    background: #191919;
}
footer p, footer a{
    color: #999;
    text-decoration: none;
}
footer a:hover{
    color: #fff;
}
footer ul li a{
    height: 42px;
    width: 42px;
    color: #999;
    background: #222;
    display: inline-block;
}
footer ul li a i{
    padding-top: 13px;
}
/* footer section end */


