body {
    font-family: "Open Sans", serif;
}
.Roboto{
    font-family: "Roboto", serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #666;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}





.text-orange{
    color: #edb059;
}
.copy{
    background: #171717;
}
.social a{
    color: #edb059;
    margin-left: 20px;
}
.social a i{
    font-size: 24px;
}
.footer{
    border-top: 10px solid #FFA100;
    background-color: #222;
}
.f-menu{
    margin-bottom: 20px;
}
.f-menu h6{
    font-size: 18px;
    font-weight: bold;
}
.line-white{
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 10px;
}
.Contattaci{
    background-image: url(../images/bg-footer-contact-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.form-box{
    border-radius: 4px;
    padding: 40px;
    background-color: #424756;
}
.input-box input{
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    border:0px;
}
.input-box textarea{
    border:0px;
    width: 100%;
    padding: 7px;
    border-radius: 4px;
}
.form-check label {
    color: #dadada !important;
}
.button button {
    text-transform: uppercase;
    background-color: #ffa100;
    color: #ffffff;
    padding: 7px 50px;
    font-size: 19px;
    border-bottom: 3px solid #fff;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-weight: 700;
}
.content-box p{
    font-size: 18px;
    color: #666;
}
.content-box ul li{
    font-size: 18px;
    color: #666;
}
ul {
    padding-left: 1rem;
}
.icon-box p{
    color: #fff;
    font-size: 18px;
}
.bg-black{
    padding: 80px 0px;
    background-color: #000;
}
.icon-box{
    width: 18%;
}
.heading p{
    font-size: 22px;
}
.heading span{
    font-weight: bold;
    font-size: 50px;
}
.heading a{
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 18px;
    background-color: #ffa100;
}
.banner{
    background-color: #161616;
}
.header-up{
    background-color: #192128!important;
}
#navbarSupportedContent a{
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
}
@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    a.navbar-brand img {
        width: 200px;
    }
    div#navbarSupportedContent {
        background: #192128;
        position: absolute;
        top: 52px;
        width: 100%;
        left: 0;
        padding: 10px;
    }
    #navbarSupportedContent a{
        margin-left: 0px;
    }
}
@media only screen and (max-width: 769px) {
    .footer-warper.d-flex.justify-content-between{
        display: block !important;
    }
    .logob{
        margin-bottom: 20px;
    }
    .social.text-end{
        text-align: center !important;
    }
    .icon-wraper.d-flex.justify-content-between{
        display: block !important;
    }
    .icon-box {
        width: 100%;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}