
:root {
    --primary: #F7A537;
    --lime: #F7A537;
    --lime-2: #F7A537;
    --bs-indigo: #F7A537;
    --bs-purple: #F7A537;
    --bs-link-color: #F7A537;
}

.hero__title::after {
    content: "iraq";
    right: 160px;
}

.offcanvas__logo {
    width: 80%;
}
.logo-primary {
    height: 125px;
}

.logo-secondary {
    width: 100px;
}
.header__area {
    
    background-color: #121212;
    mix-blend-mode: normal;
}
.cursor1 , .cursor2 {
     mix-blend-mode: normal;
}

.footer__logo {
    width: 60%;
}

.fa-arrow-right:before {
    content: normal;
}

.service__link {
    overflow: inherit;
}

.service__list{
    color: #F7A537;
    
}

.portfolio__content-6 { 
    background-color: #F7A537;
}

.portfolio__title-6 {
    color: #121212;
    
}

.testimonial__slide {
    margin-left: 0;
}

.testimonial__inner-2 {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
       .hero__title::after {
        right: 30px;
    }
    
    .hero__title-wrapper {
        top: 25px;   
        margin-bottom: 30px;
    }
    .hero__content {
        margin-top: : 25px;
    }  
    
    .hero__content .experience {
        margin-top: 50px;
    }
    
    .testimonial__text-2{
        text-align: justify;
    }
}
 






