/********** Template CSS **********/
body{font-size: 13px;}

:root {
    --primary: #004682;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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: 'Nunito', sans-serif;
    font-weight: 600;
    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 ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg?t=1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

/*** 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 {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** 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-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    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;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/

.footer{
    height: 50px;
    position: fixed; 
    bottom: 0; 
    padding-top: 100px; 
    z-index: 555;
}

.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 #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    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;
}


/* Wouter area */

.bold{font-weight: 600;}
.errorfield{background-color: #fdd1d1 !important; border: 1px solid #CD0A0A;}
.errorfield2{background-color: #fdd1d1 !important; border: 1px solid #CD0A0A; padding: 5px;}
.form-label{font-weight: bold;}
.fs10{font-size: 11px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs20{font-size: 20px;}
.fs25{font-size: 25px;}
.cp{cursor: pointer;}
.mouseover{cursor: pointer;}

.navbar-dark {
    font-family: "Poppins", sans-serif;
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: #fff;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}
.bg-pink{
    --bs-bg-opacity: 1;
    background-color: #FF8EE5 !important;
}
.bg-grey{
    --bs-bg-opacity: 1;
    background-color: #C0C0C0 !important;
}

.navbar-dark a{
    padding: 10px 8px 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.admin-content {
    margin-top: 10px;
    padding: 10px 0px;
}

label{font-size: 14px; font-weight: bold;}
.form-control[type=text]{font-size: 13px;}
.form-control[type=file]{font-size: 13px;}
.form-control[type=email]{font-size: 13px;}
.form-control[type=password]{font-size: 13px;}
.form-select{font-size: 13px;}
textarea{font-size: 13px !important;}
.input-group-text{font-size: 13px;}

.filter{border: 1px solid #CED4DA; padding: 8px;}
.filter .form-control{font-size: 12px;}
.filter .form-select{font-size: 12px; height: 34px;}

.dropdown-menu .dropdown-item {
    background-color: #000 !important;
    color: #fff !important;
}
.dropdown-menu  {
    background-color: #000 !important;
    color: #fff !important;
}

.dropdown-menu-module{
    background-color: #fff;
}

.dropdown-menu-module .dropdown-item{
    background-color: #fff;
}
.dropdown-toggle-module{
    background-color: #000;
    color: #fff;
    min-width: 140px;
}
.dropdown-toggle-module:hover{
    background-color: #000;
    color: #fff;
}
.btn-module:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #000;
    color: #fff;
    border: 1px solid black;
}

.ui-datepicker{z-index: 99 !important};


.dropdown-item:hover{color: #F8D700;}

.tab-content{padding: 10px; border: 1px solid #DEE2E6;}

.mt-100{margin-top: 100px;}

.blockgreen{background-color: #DCF8C6; padding: 5px 15px 5px 15px; border-radius: 5px;}
.blockgrey{background-color: #EBEBEB; padding: 5px 15px 5px 15px; border-radius: 5px; color: #6C6C6A;}
.colorgrey{color: #7F7F7E;}
.glyphicon-send{color: #000;}

ul { 
   list-style-type: disc; 
   list-style-position: outside; 
   margin-left: 10px;
}
ol { 
   list-style-type: decimal; 
   list-style-position: outside;
   margin-left: 10px;
}

.card{color: #000; border: 1px solid #004682;}

.ui-datepicker-month{display: inline;}
.ui-datepicker-year{display: inline;}

.colorblack{color: #000 !important;}
.colorwhite{color: #fff !important;}

.text-small{font-size: 11px; font-weight: normal;}

.vehicle__popular{background:#F9D700;text-transform:uppercase; padding:2px 4px;align-items:center;margin-left:30px}
.price-line{text-decoration: line-through; color: grey; font-size: 15px;}

.bg-yellow{background-color: #F9D700 !important;}
.bg-lightyellow{background-color: #ECF500 !important;}
.bg-lightgreen{background-color: #D1E7DD !important;}

.font-normal{font-style: normal !important;}
.font-italic{font-style: italic;}


.list-group{margin-left: 0;}

.btn-grey{background-color: #F9F9FF; border: 1px solid #EEEEEE;}

.feature-img{margin: 0 auto; height: 140px;}

#map_poi{height: 300px;}

.page-h2-margin h2{margin-bottom: 15px !important; font-size: 20px;}

.upper_button_cont{color: #636; padding: 0; margin-bottom: 16px}
.underline{text-decoration: underline;}
.underline:hover{text-decoration: underline;}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: #B55BFF !important;
}

.table-purple {
    background-color: #B55BFF !important;
}

.text-dark{color: #000;}

.ui-autocomplete .ui-menu-item-wrapper{
    display: block;
}
ul.ui-autocomplete {
    z-index: 1100;
}

.red{color: #DC3545 !important;}

.card-info{background-color: #004682; color: #fff;}
.card-danger{background-color: #DC3545; color: #fff;}
.card-success{background-color: #198754; color: #fff;}
.card-weapon{background-color:rgba(6, 187, 204, 0.1);}

.border-danger{border: 1px solid #DC3545;}
.border-success{border: 1px solid #198754;}


ul.tools {
    display: none;
    list-style: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    border: solid 1px #000;
    position: absolute;
    background: #fff;
    padding: 0;
    z-index: 100;
}
ul.tools li {
    height: 25px;
    margin: 5px;
    padding: 4px;
    cursor: pointer;
    font-size: 14px;
}
ul.tools li:hover {
    background-color: #004682; color: #fff; 
}

.color-pblue{color: #004682;}

th{color: #000;}

.btn{font-size: 14px;}

.table-nonfluid {
   width: auto !important;
}

[data-lpignore="true"] + div[data-lastpass-infield],
[data-lpignore="true"] + div[data-lastpass-icon-root] {
    display: none !important;
}

.text-info{color: #0DCAF0 !important;}

#drag_res_1, #drag_res_2 {float: left; position: absolute;}
#drag_res_container { width: 721px; height: 600px; }

.h120{height: 120px;}