/* start section home */

  #home-us .bg-home-us img{
    width: 100%;
    height: 530px;
}
#home-us .bg-home-us .overflow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 52;
}
#home-us .bg-home-us .text-about{
    position: absolute;
    top: 224px;
    text-align: center;
    z-index: 999;
}

#home-us .bg-home-us .text-about h5{
    padding: 3px 51px;
    font-weight: bold;
}
@media screen and (max-width:600px) {
    #home-us .bg-home-us .text-about{
        top:155px;
    }    
    }
    @media screen and (max-width:600px) {
        #home-us .bg-home-us .text-about h5{
            padding: 3px 4px;
        }    
        }
        
/* end section home */

/* start section about work */
#about-work .about-work {
    margin-top: 81px;
}
#about-work .about-work .card{
    box-shadow: 0px 0px 18px 0 #8585854d;
padding: 6px;
}
#about-work .about-work  .card-img .icon-card{
    color:#1a73e8;
    /* background-color:; */
    font-size: 4px;
    padding: 11px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 16px;
    margin-top: 6px;
    margin-right: 18px;
}
#about-work .about-work  h6{
    font-weight: bold;
 
}
#about-work .about-work  .card-body h4{
font-weight: bold;
}
#about-work .img{
    background-image: url("../assets/images/bgline.svg");
    width: 59%;
    height: 96%;
    background-size: contain;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
}
/* end section about work */
/* start section about us */
#about-us .about-us .about-text h6{
    line-height: 30px;
}
#about-us .img{
background-image: url("../assets/images/bgline.svg");
width: 100%;
height: 36%;
background-size: contain;
position: absolute;
background-position: initial;
}
#about-us .about-us{
    margin: 170px;
}
#about-us .about-us .icon-to .icon{
    background-color: #1a73e8;
  color: white;
  padding: 14px;
  font-size: 48px;
  border-radius: 50%;
  }
  @media screen and (max-width:1130px) {
    #about-us .about-us{
margin: 0;
margin-top: 33px;
    }
    }
    @media screen and (max-width:1130px) {
        #about-us .about-us .about-text h5{
padding: 0!important;
line-height: 30px;
        }
        }
        @media screen and (max-width:992px) {
            #about-us .about-us .about-text h2{
    padding: 0!important;
            }
            }
/* end section about us */
/* start section why us */
#why-us  .img-why img{
    width: 100%;
    height: 655px;
    position: absolute;
z-index: -1;
padding: 0px 88px;
}
#why-us .why-us  .card-img .icon-card{
    color:white;
    background-color:#1a73e8;
    font-size: 4px;
    padding: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left:20px;
    margin-right: 20px;
}
@media screen and (max-width:785) {
    #why-us  .img-why{
    padding-left: 15px;
    padding-right: 15px;
    }
    }
    @media screen and (max-width:992px) {
        #why-us  .img-why img{
            position: relative;
            padding: 0;
        }
        }
#why-us .why-us  .up-card{
    margin-top: 216px;
    background-color: white;
    margin-left: -76px;
    margin-right: -76px;
}
@media screen and (max-width:992px) {
    #why-us .why-us  .up-card{
        margin-top:0;
    }
    }
    @media screen and (max-width:1369px) {
        #why-us .why-us  .up-card{
            margin-left: -15px;
            margin-right: -15px;
        }
        }
    @media screen and (max-width:992px) {
        #why-us .why-us  .up-card .sm-card{
            padding: 0!important;
        }
        }
        @media screen and (max-width:992px) {
            #why-us .why-us {
                padding-right:15px!important;
                padding-left:15px!important;
            }
            }
        @media screen and (max-width:992px) {
            #why-us .why-us  .up-card .sm-card h6{
                padding: 2px !important;
                margin-top: 0!important;
            }
            }
#why-us .why-us .up-card .card-body h3{
font-weight: bold;
}
#why-us .why-us .up-card .card-body h6{
    font-weight: bold;
    }
/* end section why us */
