@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(includes/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_upHZPYsZ51Q42ptCprt1R-tQLL50tE8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(includes/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(includes/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
--primary: #27363A;
    --primary2: #4FA1C9;
    --secondary: #4FA1C9;
    --light: #ffffff;
    --heading-font: 'Poppins', sans-serif;

}

.body {

    color: var(--secondary);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--secondary);
}

.stitle {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: var(--primary);
    color: var(--light);
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    transform: scaleY(0);
}

.toTop i {
    font-size: 20px;
}

.toTop:hover {
    background-color: var(--secondary);
    color: var(--light);
}

.toTop.showtop {
    transform: scaleY(1);
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: var(--secondary);
    text-align: center;
    padding-top: 25%;
    color: white;
}

.mobileMenu {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: var(--secondary);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    overflow-x: hidden !important;
    overflow-y: scroll;
}

.pre {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    border-radius: 25px;
}

.pre::before {
    position: absolute;
    content: "";
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
}

.toggled {
    transform: translateY(0%);
}

::selection {
    background: var(--primary);
    color: var(--light);
}

.top {
    background: var(--secondary);
    color: var(--light);
}

.top a,
.mobileMenu a {
    color: var(--light);
    padding: 12px 12px;
}

.top a i,
.mobileMenu a i {
    color: var(--primary);
}


.toggleMenu {

    color: var(--primary);
}

.drow-nav {
    background-color: var(--light);
    transition: all 0.3s ease-in-out;
}

.soft-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

}

.bg-logo {
    width: 150px;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.scroll-logo {
    width: 120px !important;

}

.drow-nav-link {
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 600;
    color: var(--secondary);
    text-decoration: none;
}

.drow-nav-link:hover {

    color: var(--primary);
}

.btn {
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary {
    background: var(--primary);
    color: var(--light);
    padding: 17px 40px;
    font-size: 16px;

    border: 1px solid var(--primary) !important;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.btn-secondary:hover {
    background: var(--light);
    color: var(--secondary);
    border: 1px solid var(--secondary) !important;
}

.btn-light {
    background: var(--light);
    color: var(--secondary);
    padding: 17px 40px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.btn-light:hover {
    background: var(--secondary);
    color: var(--light);

}

.btn-primary {
    background: var(--primary);
    color: var(--light);
    padding: 17px 40px;
    font-size: 16px;

    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background: var(--primary);
}

.btn-primary:focus,
.btn-primary:active {
    background: var(--primary) !important;
}

.carousel {
    overflow: hidden;
}

.carousel .carousel-item {
    height: 80vh;
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* Force image to fill full height and width */
    object-fit: cover;
    /* Maintain aspect ratio by cropping excess */

}

.carousel-caption {
    background-color: var(--light);
    color: var(--secondary);
    display: inline-block !important;
    padding: 20px;
    width: 30%;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    bottom: 4rem;
}

/* Set carousel and image height for mobile */
@media (max-width: 767px) {
    .carousel .carousel-item {
        height: 100vh;
    }

    .carousel-item img {
        width: auto;
        height: 100%;
        /* Force image to fill full height and width */
        object-fit: cover;
        /* Maintain aspect ratio by cropping excess */
    }

    .carousel-caption {
        text-align: center !important;
        width: 70%;
        right: 0 !important;
        bottom: 1rem;
    }
}

a .fa-arrow-right {
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

a:hover .fa-arrow-right {
    margin-left: 10px;
    margin-right: 0px;
}

.promo {
    background-color: #F2F6F7;
}

.drow-card {
    background-color: var(--light);
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.drow-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.drow-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;

}

.drow-card:hover::after {
    width: 100%;
}

.drow-card2 {
    background-color: var(--light);
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.drow-card2:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.drow-card-3 {
    background-color: var(--secondary);
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}
.drow-card-3 .btn-link{
    color: var(--light);

}
.drow-card-3:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.btn-link {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.btn-link:hover {
    color: var(--primary);
}

.drow-card:hover .btn-link {
    color: var(--primary);
}

.calltoaction {
    background-color: var(--primary);
    color: var(--light);

    background-size: cover;
    background-attachment: fixed;
    min-height: 10vh;

}

main {
    padding: 0px;
}

.current {
    color: var(--primary) !important;

}

footer {
    background-color: var(--secondary);
    color: var(--light);
    text-decoration: none;
}

footer a {
    color: var(--light);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

footer .drow-nav-link {
    color: var(--light);

}

.mobileMenu .drow-nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin-top: 1rem;

}

.cookie-conscent {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.grecaptcha-badge {
    visibility: hidden;
}

.pageTitle {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 220px;
}
.pageTitleD {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
    background-attachment: fixed;
    background-position: center;
}
.htitle{
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    background-color: var(--light);
    color: var(--primary)   ;
   
}
.hstitle{
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    background-color: var(--light);
    font-size: 18px;

}
.inline-btn-invert {
    text-decoration: none !important;
    color: var(--secondary);
}
.drow-card-2{

    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    transition: all 0.3s ease-in-out;
    background-color: var(--light);

}
.drow-card-2:hover{
    background-color: var(--secondary);
    color: var(--light);
    transform: translateY(-5px);
}
.drow-card-2:hover h1,.drow-card-2:hover h2,.drow-card-2:hover h3,
.drow-card-2:hover .inline-btn-invert{
    color: var(--light);
}
.form-control{
    border: 1px solid var(--secondary);
    border-radius: 0px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
        outline: none !important;
            box-shadow: none!important;
}
.form-control:focus{
    border: 1px solid var(--primary);
   
}
a{
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover{
    color: var(--secondary);
}
