.contact_form h1 {
    font-size: 26px !important;
}
body {
    font-family: Tahoma, "Microsoft Yahei", sans-serif !important;
}
footer{
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
    color: white !important;
}
.row {
    margin: 0;
}
.main-body {
    margin-top: 170px;
}
.navbar-nav i {
    padding-right: 10px;
}

.navbar-nav a {
    display: inline !important;
}

.body-content {
    width: 70%;
    margin: 300px auto auto;
}

.booking-btn,
.logout-btn {
    display: none;
}

.navbar-nav > li {
    margin-bottom: 20px;
}

.logo-img {
    width: 140px;
    margin-left: -20px;
}

.navbar-default {
    background: 0 0;
    border: none;
    margin-bottom: 0 !important;
    height: 75px;
    transition: 0.4s all;
}

.language-select {
    color: gray;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
}

.navbar-default .navbar-brand {
    color: #304352;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

.navbar .container {
    width: 80%;
    margin: auto;
}

.container {
    padding: 0;
}

.navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.nav .language-select {
    margin-top: 8px;
}
.language-select-link{
    opacity: 1 !important;
}

.nav-fixed #selectLanguageDropdown:before,
.nav-fixed .language-select,
.nav-fixed .localizationTool .ltool-dropdown-label,
.nav-fixed .navbar-nav li a {
    color: #fff;
}

i.fas.fa-shopping-cart {
    padding-right: 10px;
}

.navbar-default .navbar-nav li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: transparent;
}

.navbar-default .navbar-nav > li a:hover {
    opacity: 0.6;
    color: #307dc5;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background-color: transparent;
}

.navbar-nav {
    padding-top: 15px;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
    background: #fff;
}

.active-menu {
    position: fixed;
    right: 0;
}

.active-menu .icon-bar {
    background: gray !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.nav-fixed {
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
    background: #ffb58d;
    background: -moz-linear-gradient(45deg, #ffb58d 0, #ffc149 100%);
    background: -webkit-linear-gradient(45deg, #ffb58d 0, #ffc149 100%);
    background: linear-gradient(45deg, #ffb58d 0, #ffc149 100%);
}

#selectLanguageDropdown:before {
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    font-weight: 900;
    color: gray;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#selectLanguageDropdown {
    width: 100px;
    background: 0 0;
    padding-top: 3px;
}

.layout-overlay-gradient,
.menu-section {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.localizationTool .ltool-dropdown-label {
    outline: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out !important;
}

.localizationTool .ltool-dropdown-label-arrow {
    display: none !important;
}

.navbar-fixed-top {
    position: absolute;
}

.layout-wave {
    position: absolute;
    top: 0;
    z-index: 100;
}

.layout-overlay-gradient {
    opacity: 1;
    z-index: 1;
}

.menu-section {
    z-index: -1;
    height: 300px;
    background: #160808;
    background: -moz-linear-gradient(
        -45deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
    background: -webkit-linear-gradient(
        -45deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
    background: linear-gradient(
        135deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
}

.loader {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10010;
}

.loading-section {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.loader img {
    width: 60px;
}

.loading-section p {
    color: #fff;
    margin-top: 30px;
}
.language-section {
    width: 150px;
    margin-right: 200px;
    margin-top: 50px;
    top: 0;
    right: 0;
}

.nav {
    height: 50px;
    width: 100%;
    background-color: transparent;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 50px;
}
.nav-title img {
    width: auto;
    margin-top: 5px;
}

.nav > .nav-header {
    display: inline;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
    display: none;
}

.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 0px;
}

.nav > .nav-links > a {
    display: inline-block;
    padding: 13px 0px 13px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    color: white;
}
.nav > .nav-links > a.active {
    color: white;
}
.nav > .nav-links > a:hover {
}

.nav > #nav-check {
    display: none;
}

@media (max-width: 730px) {
    .nav {
        width: 100%;
        padding-left: 5%;
        margin-top: 20px;
        position: absolute;
        z-index: 10000;
        padding-top: 0;
    }

    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 20px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }
    .nav > .nav-btn > label:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }
    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: white;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: -20px;
        left: 0px;
        z-index: -1;
    }
    .nav > .nav-links > a {
        display: block;
        color: #404040;
        width: 100%;
    }
    .nav-links a:first-child {
        padding-top: 100px;
    }
    .nav > #nav-check:not(:checked) + .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked + .nav-links {
        height: calc(100vh - 0px);
        overflow-y: auto;
        padding: 30px;
    }
}
.slick-initialized .slick-slide {
    outline: none !important;
}

.middle {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 120px;
    /* Made by */
}
.middle h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.middle input[type="radio"] {
    display: none;
}
.middle input[type="radio"]:checked + .box {
    background-color: white;
    border: 1px solid #ced7f4;
}
.middle input[type="radio"]:checked + .box span {
    color: black;
    font-weight: bold;
    transform: translateY(40px);
}
.middle input[type="radio"]:checked + .box span:before {
    transform: translateY(0px);
    opacity: 1;
    color: #133b8a;
}
.middle .box {
    width: 160px;
    height: 130px;
    background-color: #f4f5f9;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    margin: 10px;
    opacity: 0.7;
}
.middle .box:active {
    transform: translateY(10px);
}
.middle .box span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 16px;
    user-select: none;
    color: #373737;
}
.middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    opacity: 1;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: #373737;
}
.middle .front-end span:before {
    content: "\f09d";
}

.middle .back-end span:before {
    content: "\f09d";
}
.middle p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.middle p span:after {
    content: "\f0e7";
    font-family: FontAwesome;
    color: yellow;
}

.form-header {
    background: #e8f3f9;
    padding: 3%;
    text-align: center;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-header img {
    width: 100px;
}
.form-header h1 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
    color: #303030;
    font-weight: bold;
}

.form-header p {
    font-size: 14px;
    opacity: 0.7;
}

.form-content {
    background: #ffffff;
    padding-top: 5%;
    margin: auto;
    border: 1px solid #f3f6fa;
    padding: 5%;
    margin-bottom: 50px;
    margin-top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer-text{
    margin-bottom: 25px;
}
.payment-bg {
    position: absolute;
    z-index: -1;
    left: 0;
}
.billing-section {
    text-align: center;
    margin-bottom: 50px;
}
.billing-section h1 {
    color: #383838;
    font-size: 30px;
}
.billing-section p {
    color: #b5b5b5;
}
.form-content p {
    margin-bottom: 5px;
    color: #383838;
    font-size: 14px;
}
.form-content input {
    margin-bottom: 20px;
}
.nav > .nav-links > a{
    opacity: 0.8;
}
.nav > .nav-links > a.active{
    font-weight: bold;
    opacity: 1;
}

.button-section {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.button-section .btn {
    min-width: 100px;
    padding: 8px 20px;
    border-radius: 20px;
    background: transparent;
    color: #2488D8;
    border: 1px solid #2488D8;
    transition: 0.3 all;
}
.button-section .btn:hover {
    background: #2488D8;
    color: white;
}

#particles-background,
#particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
    background: #160808;
    background: -moz-linear-gradient(
        45deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
    background: linear-gradient(
        45deg,
        #160808 0,
        #0f2842 54%,
        #112f4c 66%,
        #1d4a4f 100%
    );
}
body .vertical-centered-box {
    position: fixed !important;
    z-index: -1;
}
