.custom-navbar {
    border-bottom: 1px solid #ece4e6;
    box-shadow: 0 .5rem .5rem rgba(81, 29, 41,.15) !important;
}

.nav-link.active {
    color: #511d29 !important;
    font-weight: 800;
}

.text-primary {
    text-decoration: none !important;
    font-weight: 400 !important;
}

.breadcrumb-item.active {
    color: #a09c9c !important;
}

.navbar-nav .dropdown-menu {
    position: static;
    margin-top: 10px;
    padding: 8px;
    border-bottom: 2px solid #511d29;
}

.dropdown-menu .nav-link:hover {
    color: #511d29 !important;
    border-left: 2px solid #511d29;
}

/* Home exporer section  */
.home {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6),rgba(0,0,0,0.5)), url('https://law.asia/wp-content/uploads/2022/08/Philippines-Globe-Telecoms-to-sell-more-than-5000-towers.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    overflow-x: hidden;
    color: white !important;
}

.home-header {
    width: 100%;
    height: 70vh;
    margin-left: 70px;
}

.havilah-text {
    font-size: 2.1rem;
}

.right-image {
    height: 200px;
    margin-right: 20px;
}

.right-image img {
    height: 100% !important;
    border-radius: 10px;
    width: 350px;
}

.right-image img:nth-child(1) {
    margin: -50% -200px 0px 0px;
}


.user-select-none{
    user-select: none;
}


/* about us */

.col-md-4 .about-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.col-md-4 .about-box i {
    font-size: 42px;
}

.col-md-4 .about-box h4 {
    font-size: 22px;
    font-weight: bold;
}

.col-md-4 .about-box p {
    font-size: 13px;
}

.help-block  .with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.card{
	margin-left: 10px;
	margin-right: 10px;
}

label {
    color: #333;
}

/* contact section */

.top-contact h2, .top-contact p{
    margin-left: 60px;
}

.cont-button button {
    background-color: #4a1722;
    color: #fff;
    padding: 16px;
    margin-top: 10px;
}

.contactInfo {
    font-size: 12px;
    color: #9d9c9e;
}


.service-box .companyLogo {
    width: 100%;
    height: 150px;
}

.about-box .homeTestimony {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.icon-service {
    color: #511d29;
}

.service-box {
    cursor: pointer;
    font-weight: 500;
    box-shadow: none !important;
}

.service-box:hover {
    background-color: #f4e289 !important;
    box-shadow: 0 .5rem 1rem rgba(81, 29, 41,.15) !important;
    cursor: pointer;
}

.desc {
    font-size: 12px;
    color: #737475 !important;
}

/* Testimony section */
.testimony {
    padding: 80px 15px;
    background: rgb(75,69,69);
    background: linear-gradient(90deg, rgba(75,69,69,1) 0%, rgba(187,146,156,1) 39%, rgba(140,60,60,0.9668461134453782) 99%);
    color: white !important;
}

.blog {
    padding: 80px 15px;
    background: rgb(75,69,69);
    background: linear-gradient(90deg, rgba(75,69,69,1) 0%, rgba(187,146,156,1) 39%, rgba(140,60,60,0.9668461134453782) 99%);
}

.blog h2 {
    color: white !important;
    margin-bottom: 5px;
}

.slick-arrow {
    display: none !important;
}

.testimony p.text {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
}

.testimony img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.testimony-box .companyLogo {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.testimony-box {
    cursor: pointer;
    font-weight: 500;
}

.testimony-box:hover {
    background-color: #eedf5c !important;
    cursor: pointer;
}

.sect-divider {
    margin-bottom: 10px;
}

.partner .partner-img-box {
    width: 95%;
    height: 150px;
    margin-left: 2.5%;
    background: #ffffff;
    padding: 20px;
}

.partner .partner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-logo {
    width: 100px;
    margin-bottom: 20px;
}

.btn-primary.btn-lg {
    background-color: #511d29 !important;
    border: none !important;
}


/* responsive */
@media screen and (min-width: 768px) {
    .edukation {
        display: flex;
        flex-direction: row;
    }
    .about-sec {
        display: flex;
        flex-direction: row;
    }

    .display-large {
        display: block;
    }

    .display-mobile {
        display: none;
    }

    .col-md-4 .about-box {
        height: auto;
        display: block;
        border: 1px solid #e3e2e2;
    }
}

@media (min-width: 576px) { 
    .about-sec{
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width: 780px) {
    /* Home exporer section  */
    body {
        width: 100%;
        overflow-x: hidden !important;
        display: block;
    }

    .havilah-text {
        font-size: 18px;
    }

    .pt-2 .fw-lighter {
        font-size: 16px !important;

    }

    .on-mobile-hide {
        display: none !important;
    }

    .display-large {
        display: none;
    }

    .display-mobile {
        display: block;
    }
    
    .home {
        background-size: 100%;
        padding-top: 1px;
        width: 100%;
    }

    .home-header {
        width: 100%;
        height: 35vh;
        margin-left: 10px;
    }

    .home-desc h1 {
        font-weight: 500;
        font-size: 25px;
    }

    .member-form {
        width: 100%;
        border: 1px solid #fff;
        border-radius: none;
        background-color: none;
        opacity: 0;
    }

    .sect-divider {
        margin-bottom: 10px;
    }

    .form-group input, .form-group textarea {
        width: 100% !important;
        /* min-width: 400px; */
    }

    .g-recaptcha {
        width: 10px !important;
    }
    
    .contact-img {
        display: none;
    }
}
