.logo{
    width: 150px;
    height: 70px;
}

.header-info{
    color: rgba(0, 124, 62, 0.747);
}

.nav-center{
    margin-right: 40px;
}

.dropdown-menu{
    border: none!important;
}

.dropdown-item:hover{
    color: white!important;
    background: rgba(0, 124, 62, 0.747)!important;
}


.hero-box{
    width: 100%;
    height: 500px;
    background-image: url(laptops-g5abd95150_1920.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-box-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}


.ass{
    padding-top: 165px;
}

.assurance{
    color: rgba(0, 124, 62, 0.747);
}

.service-box{
    width: auto;
    height: auto;
    padding: 20px 20px;
    background-color: rgba(0, 124, 62, 0.747);
}

.advisory-serv ul li{
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #f5f5f5;
}

.advisory-serv ul li a{
    position: relative;
    color: #fff;
    text-decoration: none;
}


.advisory-serv ul li a:hover{
    color: #fff;
    text-decoration: underline;
}



.d-none{
    transition: transform 0.4s!important;
 }

.cursor:hover{
    cursor: pointer;
}

 .advisory-serv ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
 }

.advisory-serv ul li a span.rotate1{
     transform: translateY(-50%) rotate(-180deg);
 }

 .advisory-serv ul li a span.rotate2{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate3{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate4{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate5{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate6{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate7{
    transform: translateY(-50%) rotate(-180deg);
}

.advisory-serv ul li a span.rotate8{
    transform: translateY(-50%) rotate(-180deg);
}



.font-size{
    font-size: 18px;
}

.contact-form{
    padding: 8px 30px;
    background-color: white;
    border-radius: 5px;
    border: none;
}


.contact-form-message{
    padding: 10px 39px;
    background-color: white;
    border-radius: 5px;
    border: none;
}

.contact-form-submit{
    padding: 8px 92px;
    background-color: rgba(0, 124, 62, 0.747);
    border-radius: 5px;
    color: white;
    border: none;
}

.footer-services{
    color: white;
    text-decoration: none;
}

.footer-services:hover{
    color: rgba(0, 124, 62, 0.747);
}

.footer-socials{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 100px;
    display: inline-block;
}

.footer-socials:hover{
    background-color: rgba(0, 124, 62, 0.747);
    border: 1px solid rgba(0, 124, 62, 0.747);
}

.fa-facebook-f{
    color: white;
}

.fa-instagram{
    color: white;
}

.fa-twitter{
    color: white;
}

.fa-whatsapp{
    color: white;
}

.fa-linkedin{
    color: white;
}

.footer-rights{
    width: auto;
    height: auto;
    align-items: center;
    background-color: #222;
    color: white;
    padding-top: 15px;
}