body {
    background-color: #fafafa;
    font-family: "Outfit", sans-serif;
}

header {
    height: 100vh;
    background-image: url('../img/bg_main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand {
    width: 50px;
}

.navbar{
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
}

.logo{
height: 25px;
}

.nav-item {
    margin-right: 10px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fc6a0e;
}

.navbar-nav{
    margin-left: auto;
}

.lead {
    font-weight: 400;
}

.title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.pt-10 {
    padding-top: 5rem !important;
}

.bg-black{
    background-color: #212529;
}

.color-black{
    background-color: #212529;
}


/*===========================*/
/*SERVICES*/
/*===========================*/

.box {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.our-services {
    padding: 2rem;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    /* transition: all .4s ease-in-out; */
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);
    height: 100%;

    i {
        font-size: 3rem;
    }
}

.our-services:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    color: #ffffff;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

/*=========================*/
/*ABOUT*/
/*==========================*/

.img-border-bottom {
    margin-top: -90px;
}

.img-border-top {
    margin-bottom: -90px;
}

.img-border-wrapper {
    border-image-source: linear-gradient(135deg, #4f5b60 0%, #97a9b2 100%);
    border-image-slice: 20;
    border-left: 20px solid;
    border-right: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    padding: 30px 30px 30px 30px;
}

.feature-item {
    align-content: center;
    width: fit-content;
    padding: 0.7rem;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    /*transition: all .4s ease-in-out;*/
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .17);
    margin: 0.5rem;
}

.feature-item h6 {
    margin: 0;
}

.feature-item:hover {
    background: linear-gradient(135deg, #4f5b60 0%, #97a9b2 100%);
    color: #ffffff;
}

.industry-wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;

    span{
        font-size: 1.7rem;
    }

    h4{
        margin: 0 0 0 1rem;
    }
}

.industry-wrap:hover {
    background: linear-gradient(135deg, #4f5b60 0%, #97a9b2 100%);
    color: white;
}

.client_logo{
    width:100px;
    height: 100px;
}

#contact{
    a {
        text-decoration: none;
        color: unset;
    }
}

.contact-form {
    width: 100%;
    height: 900px;  
}

/*==============================*/
/*SOCIAL ICONS*/
/*==============================*/
.social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    margin-right: 5px;
    align-items: center;
    background: #212529;
    i {
        color: #ffffff !important;
        font-size: 1.3rem;
    }
}

.social:hover, .social:focus {
    color: #23272b;
}

.back-to-top {
    position:fixed;
    bottom:20px;
    right:20px;
    color:#FFF;
    z-index:100;
}
