:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

/* Global Style */
.text-justify {
    text-align: justify;
}



/* Navbar */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}

/* Navbar end */

/*** Why Choose Us ***/
.why_choose_us {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/images/why-choose-us.jpg) right center no-repeat;
    background-size: cover;
}

.why_choose_us .section-title {
    z-index: 0;
}

.why_choose_us .section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 2px;
    top: 4px;
    left: 0px;
    background: var(--primary);
    z-index: -1;
}

.why_choose_us .section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 50px);
    height: 2px;
    bottom: 5px;
    left: 0px;
    background: var(--primary);
    z-index: -1;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* Section Title Transparent */
.section-title-transparent {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title-transparent .line_left::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--secondary);
    top: 4px;
    left: 165px;
}

.section-title-transparent .line_left::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: var(--secondary);
    top: 12px;
    left: 165px;
}

.section-title-transparent .line_right::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--secondary);
    top: 4px;
    right: 165px;
}

.section-title-transparent .line_right::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: var(--secondary);
    top: 12px;
    right: 165px;
}


/*** Counter / Achievement Start ***/
.achievement .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white);
    font-size: 30px;
}

/*** Counter End ***/


/*** Feature Start / Why Choose Us ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

/*** Feature End ***/

/* Contact */
.contact {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(/images/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary);
}

.contact .section-title::before {
    content: '';
    position: absolute;
    background: var(--primary);
    height: 2px;
    width: 50px;
    left: 115px;
    top: 5px;
    z-index: 1;
}

.contact .section-title::after {
    content: '';
    position: absolute;
    background: var(--primary);
    height: 2px;
    width: 90px;
    left: 115px;
    top: 15px;
    z-index: 1;
}

.contact form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    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;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/* Client */
.client {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(/images/client_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.client-carousel img {
    width: 200px !important;
    height: auto;
}

/* .client .owl-item {
    width: 400px !important;
} */


/* Certificate Verification */
.certificate_verification {
    width: 90%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #00cb00;
    border-bottom: 3px solid #00cb00;
    border-radius: 15px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.certificate_verification .inner_certificate_verification {
    width: 100%;
    padding: 40px 30px;
}

.certificate_verification .inner_certificate_verification .logo img {
    width: 80px;
    height: auto;
}

.certificate_verification .inner_certificate_verification .search {
    border: 1px dashed gray;
}

/* Table */
.table thead tr th,
.table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

/* UL */
.list-none {
    list-style: none;
}

.list-none-flex {
    list-style: none;
}

.list-none-flex li {
    display: flex;
}

/* Services Page */

#service-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

#service-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #86B817;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #86B817;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

#service-filter li:hover,
#service-filter li.filter-active {
    color: #86B817;
    background: transparent;
    box-shadow: inset 0 0 0 0 #86B817;
    border-color: #86B817;
}

/* Contact Page */
.contact-page {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(/images/client_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* social-media-dark */
.social-media-dark .btn-social {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
}

.social-media-dark .btn-social:not(last-child) {
    margin-right: 10px;
}

.social-media-dark .btn-social:hover {
    background: white;
    color: black;
}

/* social-media-light */
.social-media-light .btn-social {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 100%;
    color: black;
}

.social-media-light .btn-social:not(last-child) {
    margin-right: 10px;
}

.social-media-light .btn-social:hover {
    background: black;
    color: white;
}


/* Company Overview */
.company_overview {
    min-height: 90vh;
    background-image: url(../../images/company-overview-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* Section Title */
.section_title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section_title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 48px;
    background: var(--primary);
    top: 4px;
    left: 100%;
}

.section_title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 79px;
    background: var(--primary);
    bottom: 4px;
    left: 100%;
}

.license-approval {
    border-left: 10px solid var(--primary);
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-header p {
    font-size: 20px;
    letter-spacing: 6px;
}


/* Responsive */
@media (max-width: 360px) {
    .hero-header {
        max-height: 35vh;
        position: relative;
    }

    .hero-header .row {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 57%;
        left: 52%;
        transform: translate(-50%, -50%);
    }

    .hero-header p {
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .hero-header h1 {
        font-size: 20px !important;
    }

    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h3 {
        font-size: 16px !important;
    }

    p {
        font-size: 14px !important;
    }

    table thead tr th,
    table tbody tr td {
        font-size: 10px !important;
    }

    .section-title {
        font-size: 13px;
    }

    .section_title_left::before {
        content: '' !important;
        position: absolute !important;
        top: 24% !important;
        left: 100% !important;
        width: 40px !important;
    }

    .section_title_left::after {
        content: '' !important;
        position: absolute !important;
        bottom: 24% !important;
        left: 100% !important;
        width: 60px !important;
    }
}












/* Bootstrap */
.container-fluid {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
}


/* Bootstrap end */