@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Body */
body {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    color: #252525;
    font-weight: 300;
}

:root {
    --brand-color: #015f5a;
    --cc-red: #c10a26;
    --cc-bright-red: #da0813;
    --cc-grey: #c6c7c8;
    --cc-metalic-silver-pms-877: #c6c7c8;
    --cc-brown: #773f22;
    --cc-beige: #e8dfcf;
    --cc-green-grey: #5c6459;
    --cc-blue-grey: #d7dbda;
}

::selection {
    background: var(--brand-color);
    color: var(--bs-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--brand-color);
    color: var(--bs-white);
    text-shadow: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/* Header */
.top-header {
    padding: 25px 0;
    color: #FFFFFF;
    background-color: var(--brand-color);
}

.top-header .logo {
    font-size: 0;
    line-height: 0;
}

.top-header h3 {
    font-size: 26px;
    font-family: 'Unna', sans-serif;
}

.contact-info li {
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--cc-grey);
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
.contact-info li.d-inline-flex{
    border-color: rgba(var(--bs-white-rgb),.1);
}

.contact-info li a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.contact-info li a.phone::before {
    content: 'TEL: ';
}

.contact-info li a.email::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 24px;
}

/* Main Menu & Offcanvas */
@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ============== */
.burger-icon {
    width: 25px;
    cursor: pointer;
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: var(--bs-black);
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}


.top-header .burger-icon>span {
    background-color: var(--bs-white);
}

.main-header .navbar {
    border-bottom: 1px dotted #ddd;
}

.main-header .nav-item .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 45px;
    font-weight: 500;
    color: #252525;
}

.main-header .nav-item .nav-link.active,
.main-header .nav-item:hover .nav-link {
    color: var(--brand-color);
}

.main-header .navbar .nav-item.dropdown:hover .dropdown-menu {
    animation: spFadeInUp 400ms ease-in;
    display: block;
}

.main-header .nav-item .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    content: "";
    float: right;
    margin-left: 7px;
    font-weight: 900;
    border: 0;
}

.main-header .navbar .nav-item .dropdown-menu {
    margin: 0;
    border: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    width: 240px;
}


.main-header .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    color: var(--bs-white);
    position: relative;
    font-weight: 300;
    text-decoration: none;
    width: auto
}

.main-header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.main-header .nav-item .dropdown-menu .dropdown-item::after {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: -32px;
    transition: 0.33s;
    opacity: 0;
}

.main-header .nav-item .dropdown-menu .dropdown-item:hover:after {
    right: -16px;
    opacity: 1;
}


/* offcanvas css  */
.main-header .offcanvas {
    width: 300px;
    transition: all 0.4s;
}

.main-header .offcanvas-body {
    padding: 65px 25px 25px 25px;
}

.main-header .offcanvas-backdrop {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    visibility: visible;
    opacity: 1;
}

.main-header .offcanvas .dropdown-menu {
    position: relative !important;
    transform: none !important;
}

.main-header .offcanvas .nav-link {
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    transition: 0.3s;
    font-weight: 300;
    margin-right: 30px;
}

.main-header .offcanvas li div span {
    height: 38px;
    top: 50%;
    cursor: pointer;
    width: 28px;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 9;
}

.main-header .offcanvas li div span[data-bs-toggle="collapse"]::after {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    color: rgba(37, 37, 37, 0.5);
}

.main-header .offcanvas li div span[aria-expanded="true"]+a {
    color: var(--brand-color);
}

.main-header .offcanvas li div span[aria-expanded="true"]::after {
    content: "";
}

.main-header .offcanvas ul ul {
    margin-left: 10px;
    margin-bottom: 15px;
}

.main-header .offcanvas ul ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 300;
    color: rgba(37, 37, 37, 0.8);
}

.main-header .offcanvas ul li a:hover {
    color: var(--brand-color);
}

.offcanvas-footer a {
    color: inherit;
}

.offcanvas-footer a:hover {
    color: var(--brand-color);
}

.offcanvas-footer p {
    font-size: 14px;
}

/* Service List */
.service-list {
    position: relative;
    z-index: 1;
}

.service-list .service-details {
    position: relative;
    margin-top: 40px;
}

.service-list .service-details::before {
    content: '';
    background: var(--cc-beige);
    position: absolute;
    margin: 30px 0;
    inset: 0;
}

.service-details .service-image {
    position: relative;
    z-index: 1;
}

.service-details .service-description {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
}

.service-details .service-description h2 {
    font-size: 40px;
    font-family: 'Unna', sans-serif;
    color: var(--brand-color);
}

.service-details .service-description .btn {
    border: 2px solid var(--brand-color);
    border-radius: 0;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--brand-color);
    transition: all .15s ease-in-out;
}

.service-details .service-description .btn:hover {
    background: var(--brand-color);
    color: #fff;
}

.service-details.color2::before {
    background: var(--cc-blue-grey);
}

.service-details.color2 .service-description h2 {
    color: var(--cc-green-grey);
}

.service-details.color2 .service-description .btn {
    color: var(--cc-green-grey);
    border-color: var(--cc-green-grey);
}

.service-details.color2 .service-description .btn:hover {
    background: var(--cc-green-grey);
    color: #fff;
}

/* service-box-section */
.service-box-section {
    padding-top: 40px;
}

.service-box {
    display: inline-block;
}

.service-box span {
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    background: #dadfdd;
    color: rgb(37, 37, 37);
    padding: 10px 6px;
    margin: 0;
    transition: 0.2s;
    z-index: 1;
}

.service-box:hover span {
    background: var(--brand-color);
    color: #fff;
}

/* intro-section */
.intro-section {
    margin-top: 40px;
    background-color: rgb(232, 223, 207);
    padding: 30px 0;
}

.intro-section h2 {
    font-family: 'Unna', sans-serif;
    font-size: 40px;
    line-height: 48px;
    color: #252525;
    margin-bottom: 50px;
}

.intro-section p {
    line-height: 30px;
    color: #252525;
}

/* Slider */
.sp-slider_number {
    display: none;
}

.sp-slider.sp-basic-slider .sp-item {
    color: #FFFFFF;
}

.s-slide-01 {
    padding: 400px 0 0 50px;
}

.s-slide-01 h2 {
    font-size: 48px;
    font-family: 'Unna', sans-serif;
}

.s-slide-01 h2+h2 {
    padding-left: 95px;
}

.sp-slider .sp-indicator.line-indicator {
    background-color: rgba(0, 0, 0, .3);
}

.sp-slider .sp-nav-control {
    position: absolute;
    z-index: 3;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 1px;
    top: -70px;
    left: 50px;
    right: 50px;
}

.sp-slider .sp-nav-control .nav-control {
    transition: .3s;
    cursor: pointer;
    text-align: center;
    position: absolute;
    color: #fff;
    line-height: 50px;
    padding: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    right: 0;
    font-size: 28px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.sp-slider .sp-nav-control .nav-control.prev-control {
    left: 0;
}

.sp-slider .sp-nav-control .nav-control .fa {
    position: relative;
}

.sp-slider .sp-nav-control .nav-control:hover {
    background: rgba(0, 0, 0, .333);
}

div[data-arrow-content="icon_only"] .sp-nav-control .nav-control i {
    line-height: 70px;
}

div.sp-slider .sp-nav-control .nav-control .fa.fa-angle-right::before {
    transform: rotate(45deg);
    left: -14px;
    top: -14px;
}

div.sp-slider .sp-nav-control .nav-control .fa.fa-angle-right::after {
    transform: rotate(-45deg);
    left: -14px;
    top: 12px;
}

div.sp-slider .sp-nav-control .nav-control .fa.fa-angle-left::before {
    transform: rotate(45deg);
    right: -14px;
    top: 14px;
}

.sp-slider .sp-nav-control .nav-control .fa.fa-angle-left::after {
    transform: rotate(-45deg);
    right: -14px;
    top: -12px;
}

div.sp-slider .sp-nav-control .nav-control .fa::before,
div.sp-slider .sp-nav-control .nav-control .fa::after {
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    border-radius: 12px;
    background: #fff;
    position: absolute;
}

/* Footer */
.main-footer a {
    color: #252525;
}

.top-footer {
    margin-bottom: 30px;
}

.top-footer p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

.top-footer p a {
    color: var(--brand-color);
}

.footer-social-link li {
    font-size: 40px;
    display: block;
}

.footer-menu li {
    margin-bottom: 6px;
    line-height: 1.3rem;
}

.footer-menu li a:hover {
    color: var(--brand-color);
}

.copy-rights {
    background-color: var(--brand-color);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.sppb-form-label-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Testimonial */
.testimonial-content {
    color: var(--cc-brown);
    font-style: italic;
    font-size: 26px;
    font-family: 'Unna', sans-serif;
    line-height: 30px;
    padding: 60px 0 120px 60px;
    position: relative;
    transition: 0.66s 0.33s;
}

.testimonial-author {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
}

.testimonial-content::before,
.testimonial-content::after {
    content: '';
    width: 62px;
    height: 44px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testimonial-content::before {
    left: 60px;
    top: 12px;
    background-image: url('../images/testi-top.png');
}

.testimonial-content::after {
    right: 32px;
    bottom: 84px;
    background-image: url('../images/testi-bottom.png');
}

/* testimonials main css */
.testimonials-main .owl-item{
    transition: 0.66s 0.33s;
    left: -40px;
}
.testimonials-main .owl-item.active,
.testimonials-main .owl-item.dragenable{
    left: 0;
    visibility: visible;
    transform-style: preserve-3d;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item .testimonial-content {
    border-left: 2px solid transparent;
}

.owl-carousel .owl-item.active+.owl-item.active .testimonial-content {
    border-color: red;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    color: #0080fe;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    width: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
    position: relative;
}

.owl-carousel button.owl-dot {
    display: none;
}