/********** Template CSS **********/
:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #18488d;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    /* visibility: hidden; */
    display: none;
    right: 25px;
    bottom: 20px;
    z-index: 999;
    font-size: 16px;
}
body, h1, h2, h3,h4, h5, h6 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #2d2d43;
        /* color: #14141F; */
}

p {
    font-weight: 100;
    color: #14141F;
    font-size: 17px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    font-size: 17px;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/

/* Toggler start*/
/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: var(--primary);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: var(--dark);
}
.navbar-toggler.collapsed .toggler-icon:hover{
    background-color: var(--primary);
}
/* Toggler end*/



@media (max-width: 991.98px) {    
.nav-item {
    border-bottom: 0.3px solid#14141F;
}
}

.navbar-light .navbar-nav .nav-link {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 20px;
    padding: 20px 5;
    color: black !important;
    font-size: 17px;
    font-weight: 500;    
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 5;
    color: black !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 50px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        width: 100%;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        /* border-top: 1px solid #14141F; */
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: black !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 50px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: #FFFFFF;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--dark);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;        
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-paul-loh-65233-233698.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-about {
    background:  linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-myersmc16-919335.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-aboutm {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-rdne-7845454.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-accident {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-towfiqu-barbhuiya-3440682-9755377.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-annuity {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-karolina-grabowska-4386366.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-burglary {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-scottwebb-430208.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-construction {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-pixabay-209717.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-contact {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-atbo-66986-245240.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-contractor {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-wdnet-224924.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-csr {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/March\ 2024/818c2167-52e4-4d98-abb0-0c44204cf011.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-domestic {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/webaliser-_TPTXZd9mOo-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-education {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bill-wegener-NmVKiFkVdnM-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-employer {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-divinetechygirl-1181516.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-fire {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/sandro-gautier-RPKR8Zp3CqA-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-funeral {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/dan-meyers-f1WMJR8pLqo-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-general {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-pixabay-40568.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-golfers {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-ollivves-1103829.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-goods {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-albinberlin-906982.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-grouppersonal {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/mrc-temiscamingue-gXURJ0S0jUU-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-groupc {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-divinetechygirl-1181355.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-groupl {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/building-4803602_1920.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-leadership {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-laura-tancredi-7078666.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-leaders {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-pixabay-273209.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-life {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/nappy-sh9BCdxNyKQ-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-life2 {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/dylan-nolte-HNXi5znlb8U-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-marine {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-mdx014-799091.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-medical {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/online-marketing-hIgeoQjS_iE-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-membership {
    /* background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-gabby-k-9489073.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-money {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/vladimir-solomianyi-rKPiuXLq29A-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-motor {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-mikebirdy-120049.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-mzazi {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-werner-pfennig-6476350.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-pension {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/claudia-love-L30rgHYSyuU-unsplash.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-public {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-frans-van-heerden-201846-638487.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-service {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-jakubzerdzicki-20552572.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-testimonial {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-divinetechygirl-1181274.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-travel {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pexels-pixabay-104826.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

.hero-wiba {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/camilo-jimenez-vGu08RYjO-s-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: large;
}

/* Hero End */

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--dark);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
        /* background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/pexels-rebrand-cities-581004-1367269.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
        /* background-color: #CCCCCC; */
}


/*** Team ***/
/* .team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
} */


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--dark);
}


/*** Footer ***/
.footer .p {
    font-weight: 500;
    font-size: 14px;
}

.footer .header{
    color: #CCCCCC;

}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid gray;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--dark);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
        /* content: "\f105"; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 100;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: gainsboro;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 11.5px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
  
  /* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


