*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    list-style: none;
    font-family: "lato";
}
body{
    margin: 0;
    padding: 0;
    font-family: "lato" !important;
}
header{
    padding: 10px 0;
    background-color: white;
}
.sticky-icon1{
    position: fixed;
    top: 45%;
}
.sticky-icon2{
    position: fixed;
    top: 57%;
}
.logo img{
    width: 30%;
}
.bg-shri{
    background-color: #f3a926;
}
.nav-bar ul li{
    display: inline-block;
    font-size: larger;
}
.nav-bar ul li a{
    text-decoration: none;
}
.nav-bar ul li a:hover{
    text-decoration: underline;
    color:#f3a926;
    font-weight: 700;
}
#Banner-main img{
   height:100vh;
   width:100%;
}

ul{
    padding-left: 0px !important;
}
/* #Banner-main:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1;
} */


.About-us-img img{
    width: 100%;
    height: 50vh;
    border-radius: 115px 0 0 0;
}
.About-us-text img{
    width: 50%;
}
#process-sec .icon-img{
    border-radius: 50%;
    width: 40%;
    text-align: center;
}
.icon-img img{
    width: 100%;
    padding-top: 25px;
}
.About-us-text ul li{
    text-align: center;
}
#latest-services .card img{
    width: 100%;
}
#about-banner-main{
    background-image: url("../img/about-banner.html");
    color:rgb(17, 5, 5);
    height: 100vh;
    width: 100%;
    position: relative;
    background-repeat:no-repeat ;
    background-size:cover ;
    background-position-y: center;
}
footer{
    background-color: black;
    color: white;
}
.ft-btn{
    background: #ffc107;
    border: 1px solid black;
    padding: 15px 15px;
    border-radius: 8%;
    font-size: large;
}
.ft{
    margin: 3px 10px;
}
.footer-icons li{
    font-size: larger;
}
.ft-btn:hover{
    color: white;
    background-color: black;
}
footer .quick-links li:hover{
    text-decoration: underline;
    font-weight: 700;
}
#email-us input{
    width: 100%;
    padding: 10px;
}
#email-us textarea{
    width: 100%;
    padding: 10px;
} 
#email-us h4{
    font-family: "lato" !important;
}
#Contact-us .card .card-header{
    font-size: large !important;
}   
.cards span{
    margin: 0 10px;
    font-family: system-ui;
}
.cards h2{
    color: #f3a926;
    font-weight: 800;
}
.modal img{
    width: 100%;
}
#blog-cards .search-widget{
    background-color: #f4f4f4;;
}
#blog-cards input{
    background: #4444;
    padding: 10px;
    width: 85%;
}
#blog-cards .search-btn{
    background-color: #4444;
    padding: 10px;
    width: 15%;
}
#blog-cards .categories{
    background-color: #f4f4f4;;
    cursor: pointer;
}
#blog-cards .posts{
    background-color: #f4f4f4;
}
.posts .post-img{
    width: 30%;
    align-self:center;
}
.posts .post-text{
    width: 70%;
}
#blog-cards .card-img{
    border: 10px solid white !important;
}
#blog-cards .tags{
    background-color: #f4f4f4;
}

  @media only screen and (max-width:768px){
    .logo img{
        width: 60% !important;
    }
    .banner-text h2{
        font-size: smaller !important;
    }
    #footer-top h2,#foooter-top .ft-btn {
        font-size: large;    }
    #footer-top .ft-btn{
        font-size: small; 
    }
    /* footer .networks-lis{
        text-align: center;
    }
    footer .footer-icons-list{
        text-align: center;
    } */
    .icon-img img{
        width: 75%;
        padding-top: 15px;
    }
    #process-sec .icon-img{
        border-radius: 50%;
        width: 30%;
        text-align: center;
    }
  }
  
 