#dropdownLang {
    padding: .5rem;
}

.pointer {
    cursor: pointer;
}

.nav-item .dropdown .dropdown-menu .dropdown-item, .nav-item .dropup .dropdown-menu .dropdown-item, .nav-item .dropleft .dropdown-menu .dropdown-item, .nav-item .dropright .dropdown-menu .dropdown-item {
    padding: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.view.intro-1, .view.intro-2 {
    background: url("../img/Fotolia_164445764_M.jpg")no-repeat center center;
    background-size: cover;
}

.navbar {
    background-color: #0000005c;
}

.top-nav-collapse {
    background-color: #050F29;
}

.top-nav-collapse .btn {
    transition: all 0.5s ease-in-out,padding 0.5s ease-in-out;
    background-color: transparent!important;
    border: 2px solid white;
}

.col-facebook {
    max-width: 550px;
}

@media only screen and (min-width:1200px) {
    .news-section .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #050F29;
    }

    .col-facebook {
        max-width: 100%;
    }

    .navbar .btn {
        transition: all 0.5s ease-in-out,padding 0.5s ease-in-out;
        background-color: transparent!important;
        border: 2px solid white;
    }
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 90%;
}

.view.intro-1 {
    min-height: 75vh;
    height: 100%;
}

.view.intro-2 {
    min-height: 40vh;
}

main {
    height: auto;
    padding-bottom: 35px;
}

main.login {
    min-height: 100vh;
    padding-bottom: unset;
}

main.admin {
    min-height: 100vh;
    padding-top: 35px;
}

.btn {
    padding: .54rem 2.14rem;
}

.btn-primary {
    color: #fff;
    background-color: #050F29 !important;
}

.rgba-black-dark, .rgba-black-dark::after {
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-box {
    padding: 1rem 2rem;
    background: #0000005c;
    min-width: 755px;
}

.pl-6, .px-6 {
    padding-left: 6rem !important;
}

.prl-6, .px-6 {
    padding-right: 6rem !important;
}

.border-bottom-short:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 260px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #050F29; /* This creates the border. Replace black with whatever color you want. */
}

.border-bottom-short-thin:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 280px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #050F29; /* This creates the border. Replace black with whatever color you want. */
}

.member-box .border-bottom-short-thin:after {
    border-bottom: 2px solid white;
}

.contact .border-bottom-short-thin:after {
    border-bottom: 2px solid white;
    width: 100px;
}

.text-secondary {
    color: #58B5AB !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #3B7771 !important;
}

.btn-outline-primary {
    color: white !important;
    border: 2px solid white !important;
}

.footer-bar {
    background-color: #050F29;
}

.page-footer {
    background-color: #DEDEDE !important;
}

.footer-links, footer.page-footer a, .footer-copyright {
    color: #212529 !important;
}

.footer-copyright {
    font-weight: 700;
}

.member-box {
    background-color: #050F29 !important;
    color: white;
}

footer.page-footer .footer-copyright, footer.page-footer .footer-copyright a {
    color: white!important;
    background-color: #707070;
}

.contact-section .contact {
    background-color: #050F29 !important;
}

.rgba-stylish-strong {
    background-color: rgba(62, 69, 81, 1);
}

.text-dark-blue {
    color: #050F29 !important;
}

html {
    font-size: 1rem;
}
    
@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

.service-card .service-box {
    padding-bottom: 130px!important;
}

.map-container {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.secondary {
    background-color: #050F29;
}

.form-check-input[type="radio"]:checked + label::after, .form-check-input[type="radio"].with-gap:checked + label::after, label.btn input[type="radio"]:checked + label::after, label.btn input[type="radio"].with-gap:checked + label::after {
    background-color: #050F29;
    border: 2px solid #050F29;
}

.form-check-input[type="radio"]:not(:checked) + label, .form-check-input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label {
    -webkit-transform: unset;
    transform: unset;
    -webkit-transform-origin: unset;
    transform-origin: unset;
}

.flex-icons {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.flex-icons > li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.flex-icons li a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.md-tabs .nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.dataTables_filter {
    text-align: left !important;
}

.service-card div {
    min-height: 200px;
}

.mt-a {
    margin-top: auto;
}

.mx-a {
    margin-left: auto;
    margin-right: auto;
}

.partner-card {
    min-height: 310px;
}

.testimonial-card .avatar {
    height: 120px;
}

.testimonial-card .avatar img {
    height: 110px;
    width: auto;
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active {
    background-color: #050F29 !important;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
    background-color: #050F29;
}

.top-nav-collapse .btn.dropdown-login {
    background-color: #050F29 !important;
    border: unset;
}

.tabs-primary {
    background-color: #050F29 !important;
}

.newsletter {
    background-color: #050F29 !important;
    text-align: center;
    -webkit-box-shadow: inset 0 4px 9px -2px rgba(43,43,47,0.2);
    box-shadow: inset 0 4px 9px -2px rgba(43,43,47,0.2);
}

.newsletter .border-bottom-short-thin:after {
    border-bottom: 2px solid white;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #050F29 !important;
}

.hide {
    display: none!important;
}

.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 3;
}