/* theme color and basic options */
a {

    &:hover,
    &:active {
        color: #ec7d50;
        text-decoration: none;
    }
}

.primary-hover:hover {
    color: #ec7d50 !important;
}

.white-hover:hover {
    color: #fff !important;
}

.bg-primary {
    background: #ec7d50 !important;
}

.text-primary {
    color: #ec7d50 !important;
}

a.text-primary {

    &:focus,
    &:hover,
    &:active {
        color: #ec7d50 !important;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #282b2d;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #ec7d50;
}

.arcprime-project-content {
    padding: 5px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    border: 1px solid #f7f7f7;
    max-width: 80%;
    min-width: 40%;
}

.arcprime-start-header {
    padding: 10px 0px;
}

.arcprime-project-link i {
    height: 20px;
    line-height: 20px;
}

b,
strong {
    font-weight: 600;
    color: #414141;
}



.arcprime-pageloading img {
    height: 80px;
}

.navbar-brand img {
    height: 45px;
    max-height: 45px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: black;
}

.numb {
    font-size: 100px;
    line-height: 120px;
}

.bg-img {
    background-color: #353535;
}

.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #ED561C;
    padding: 15px 0;
    line-height: 1.3;
}


.arcprime-services .service {
    padding: 30px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
}


.arcprime-services .service.active {
    border-bottom: 3px solid #ED561C;
}

.arcprime-services .service ul {
    padding-left: 1.5em;
}

.arcprime-services .service li {
    margin-bottom: 5px;
}

.arcprime-services .service li:before {
    content: "\e64c";
    font-family: "themify";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #ED561C;
}

.arcprime-services .service li:before {
    content: "\e64c";
    font-family: "themify";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #ED561C;
}


@media (min-width: 768px) {


    .navbar-brand img {
        height: 60px;
        max-height: 60px;
    }

    .service-title {
        font-size: 36px;
        font-weight: 600;
        color: rgb(238, 113, 65);
        padding: 15px 0;

    }

}

@media (max-width: 768px) {
    .navbar-light .navbar-toggler {
        margin-top: -8px;
    }

    h1 {
        font-size: 32px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .arcprime-project-filter {
        list-style-type: disc !important;
    }

    .arcprime-project-filter li {
        margin-left: 15px;
        display: block;
        font-size: 16px;
        text-align: left;
    }

    .arcprime-project-filter li.active {
        border-bottom: 0px;
    }

    .arcprime-project-content {
        left: 0px;
    }
}



main p {
    text-align: justify;
}

.arcprime-about-img .img {
    max-width: 280px;
    height: auto;
}

.banner-padding {
    margin-top: 85px;
    padding: 50px 0;
    background-position: center center;
}


@media (max-width: 1024px) {
    .arcprime-project-wrap h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

.partner .item {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}