:root {
    --primary: #1354ad;
    --secondary: #383e46;
}

.font-primary {
    color: var(--primary);
}

.background-primary {
    background-color: var(--primary);
}

.font-secondary {
    color: var(--secondary);
}

.background-secondary {
    background-color: var(--secondary);
}

.container {
    max-width: 1424px;
}

.slide-container {
	position: inherit;
	width: 100%;
	transform: translate(0);
	padding: 50px 30px;
	left: 0;
	top: 0;
}

.banner-text {
    position: inherit;
    width: 100%;
    transform: translate(0);
    padding: 50px 30px;
    color: #fff;
    text-align: center;
}

.banner-text h1,
.banner-text h2,
.banner-text p {
    color: #fff;
}



.slide-text h1 {
    font-size: 70px;
}

.header .navbar-nav .dropdown-menu .nav-item a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* ---------- */

/* inner-section */
.image-container {
    position: relative;
}

#hover-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: transparent;
    color: white;
    padding: 5px;
    width: max-content;
    font-size: 25px;
    font-weight: 600;
}

.image-container:hover #hover-image {
    display: block;
}

.text-justify {
    text-align: justify;
}

.container-fluid {
    max-width: 1600px !important;
}

.section-one {
    padding-top: 80px;
}

.section-one h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 50px;
}

.section-one h4 {
    margin-bottom: 30px;
    padding: 0 50px;
}

.services-box {
    position: relative;
}

.services-box img {
    width: 100%;
}

.sevices-inner {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    background-image: url(../img/img-shadow.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 25%;
    background-color: transparent;
    background-position: bottom center;
    z-index: 99;
    background-size: 100%;
}

.svg-img {
    padding-bottom: 6px;
}

.sevices-inner a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 15px;
    margin-right: 50px;
}

.svg-img a {
    background-color: #71885e;
    padding: 10px 15px;
    position: inherit;
    margin: 0;
}

.sevices-inner a:hover,
.sevices-h5 a:hover {
    color: #d0e6b9;
}

section.section-one.services {
    background-color: #edf1b7;
    padding-bottom: 50px;
    padding-top: 50px;
}

.center_text {
    position: absolute;
    width: 80%;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    bottom: auto;
}

.Testimonials {
    background-image: url(../img/reviews-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

section.section-py.Testimonials {
    text-align: center;
    padding: 50px 0;
}

.Testimonials .edit.p-3 {
    background-color: #72895e;
    color: #fff;
}

.Testimonials h4 {
    color: #fff;
}

.footer-main a:hover {
    text-decoration: underline;
}

.section-2137 .row {
    display: flex;
    align-items: center;
}

.services .page-content .row img {
    border: 15px solid #72895e;
    padding: 10px;
}

body:not(.home) .page-content ul {
    list-style: none;
    /* Remove default bullet points */
}

body:not(.home) .page-content ul li:before {
    content: "\2022";
    color: #72895e;
    font-size: 1.3em;
    margin-right: 0.3em;
}

#contact_form .form-control {
    margin-bottom: 22px;
    height: 49px;
}

#contact_form {
    background-color: #ddd;
    padding: 30px;
    border-radius: 10px;
    padding-top: 40px;
}

#contact_form textarea {
    height: 134px !important;
}

.location a {
    color: #72895e !important;
}

/* ---------- */

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .header .navbar-nav .nav-item a {
        font-size: 16px;
    }
}



@media screen and (min-width: 1200px) {
    /* .header .navbar-nav .nav-item:last-child {
        border: 3px solid var(--primary);
        border-radius: 99px;
    } */

    /* .header .navbar-nav .nav-item.active:last-child {
    border: 3px solid transparent;
    border-radius: 99px;
  } */
}

@media screen and (min-width: 992px) {
    .slide-container {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
    }

    .banner-text {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        background-color: transparent;
    }
}

.footer-bottom li {
    padding: 0 10px;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .text-overlay {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .center_text {
	position: inherit;
	width: 100% !important;
	top: 0;
	left: 0;
	transform: translate(0%) !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #505652;
	bottom: auto;
	padding: 20px;
}
    .footer-bottom li {
        padding: 0 10px;
        font-size: 16px;
    }

    .slide-text h1 {
        font-size: 25px;
    }

    .banner-text,
    .slide-container {
        background-color: var(--primary);
    }

    .banner-text h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 38px;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
    }



    .contact-us a.email {
        font-size: 16px !important;
    }

    .cookie-content {
        left: 0px !important;
        bottom: 25px !important;
        right: 10px !important;
        font-size: 12px !important;
        width: 100%;
        max-width: 100% !important;
        z-index: 10000001;
        position: absolute;
        background-color: #ffffff;
    }
}