body {
    font-family: "Inter", serif;
    color: #777;
}
.noto{
    font-family: "Nunito Sans", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}



.text-ornge{
    color: #ff8534;
}
.text-blu{
    color: #3b3664;
}
.copy{
    border-top:1px solid #dcdcde;
}
.footer{
    border-top:1px solid #dcdcde;
}
.socials a{
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffdf73;
    border-radius: 5px;
    color: #3d3864;
    text-decoration: none;
}
.client-box{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
.bg-radial{
    background: radial-gradient(at center center, #f2fdca7a 0%, #ffffff 70%);
}
.industries{
    padding: 100px 0px;
    background-image: url(../images/bg_header2_.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.theme-btn{
    padding: 10px 22px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(135deg, #ff8534 40%, #ffdf73 100%);
}
.serve-box{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
.serve-icon{
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    border-radius:  10px 10px 10px 10px;
    background:#ff8534;
}
.serve-icon i{
    color: #fff;
    font-size: 35px;
}
.achieve{
   
    background-image: url(../images/bg-achive.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.achieve-overlay{
    padding: 100px 0px;
    background-color:rgba(59, 54, 100,0.5);
}
.wedo-box {
    transition: 0.5s;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.wedo-box:hover .dhover{
    bottom: 0;

}
.uper{
    transition: 0.5s;
    padding: 3em 3em 3em 3em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.dhover{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
    border-radius: 15px;
    padding: 3em 3em 3em 3em;
    background:  linear-gradient(135deg, #ffdf73 0%, #ff8534 100%);
}
.dhover a{
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 10px 22px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    font-size: 14px;
}
.help{
    background-image: url(../images/bg-achive.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-overlay{
    padding: 100px 0px;
    background-color:rgba(54, 65, 100,0.9);
}
img.arrow {
    position: absolute;
    left: -77px;
    top: 50px;
}
.Reporting{
    background-image: url(../images/reporting.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Reporting-overlay{
    padding: 100px 0px;
    background-color:rgba(59, 54 ,100,0.5);
}
.d-blockinline{
    display: inline-block;
}
.banner{
    padding: 100px 0px 0px;
    background-image: url(../images/bg_header_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-image{
    background-image: url(../images/img_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#navbarSupportedContent a{
    padding: 10px 22px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(135deg, #ff8534 40%, #ffdf73 100%);
}
.header-up{
    padding: 5px 0px;
    background: #FF9C00;
}
.socials-header a{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100%;
/*    background: pink;*/
    margin-left: 4px;
}
.facebook{
    background: #3b5998;
}
.linkedin{
    background: #0077b5;
}
.instagram{
    background: #B600F8;
}






@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}