.whitecolor {
    color: #ffffff !important;
}

.blackcolor {
    color: #000000 !important;
}

/*  Brand Color */


:root {
    --brandcolor1 : #17309c !important;
    --brandcolor2 : #d85677 !important;
}

.brandbg1 {
    background-color: var(--brandcolor1);
}

.brandbg2 {
    background-color: var(--brandcolor2);
}

.brandcolor1 {
    color: var(--brandcolor1) !important;
}

.brandcolor2 {
    color: var(--brandcolor2) !important;
}

.brandborder1 {
    border: solid 10px var(--brandcolor1) !important;
}

.brandborder2 {
    border: solid 10px var(--brandcolor2) !important;
}

.btn-brand1-line {
    border: 1px solid var(--brandcolor1);
    background-color: transparent;
    color: var(--brandcolor1);
    font-weight: 400;
}

.btn-brand1-line:hover, .btn-brand1-line:focus {
    background-color: var(--brandcolor1);
    color: #ffffff;
}

.btn-brand2-line {
    border: 1px solid var(--brandcolor2);
    background-color: transparent;
    color: var(--brandcolor2);
    font-weight: 400;
}

.btn-brand2-line:hover, .btn-brand2-line:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}

.btn-brand1-block {
    border: 1px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fff;
    font-weight: 400;
}

.btn-brand1-block:hover, .btn-brand1-block:focus {
    background-color: transparent;
    color: var(--brandcolor1);
}

.btn-brand2-block {
    border: 1px solid var(--brandcolor2);
    background-color: var(--brandcolor2);
    color: #fff;
    font-weight: 400;
}

.btn-brand2-block:hover, .btn-brand2-block:focus {
    background-color: transparent;
    color: var(--brandcolor2);
}

.marquee {
    width: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
}

/*  Brand Color */

.homesquarelink {
    bottom: 25px;
    right: 25px;
}

.bottom-absolute-0 {
    bottom: 0px;
}

.headerheight {
    height: 60px;
}

.dinlineblock {
    display: inline-block !important;
}

.bgblackbackground07 {
    background-color: rgba(0, 0, 0, 0.7)
}

.bgblackbackground05 {
    background-color: rgba(0, 0, 0, 0.5)
}

.bgblackbackground03 {
    background-color: rgba(0, 0, 0, 0.3)
}

@media only screen and (min-width: 1201px) {
    .mobilemenupadding {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    .mobilemenupadding {
        margin-bottom: 80px;
    }
}


@media only screen and (max-width: 767px) {
    .mobilemenupadding {
        margin-bottom: 60px;
    }
}

.centeralignbtnslider {
    display: block;
    position: relative;
    margin: 0 auto;
}

.fontsize65 {
    font-size: 65px !important;
}

.fontsize50 {
    font-size: 50px !important;
}
.fontsize55 {
    font-size: 55px !important;
}

.fontsize25 {
    font-size: 25px !important;
    line-height: 28px;
}

.fontsize27 {
    font-size: 27px !important;
}

.fontsize23 {
    font-size: 23px !important;
}

.fontsize34 {
    font-size: 34px !important;
}

.fontsize33 {
    font-size: 33px !important;
}

.fontsize30 {
    font-size: 30px !important;
}

.fontsize20 {
    font-size: 20px !important;
}

.fontsize60 {
    font-size: 60px !important;
}

.fontsize15 {
    font-size: 15px !important;
}

.fontsize36 {
    font-size: 36px;
}

.fontsize12 {
    font-size: 12px !important;
}

.fontsize13 {
    font-size: 13px !important;
}

.fontsize14 {
    font-size: 14px !important;
}

.fontsize21 {
    font-size: 21px !important;
}

.fontsize18 {
    font-size: 18px !important;
}

.fontsize40 {
    font-size: 40px !important;
}

.fontsize26 {
    font-size: 26px !important;
}

.fontsize17 {
    font-size: 17px !important;
}

.radius25 {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.radius0 {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
}

.imgwidthunset {
    width: unset !important;
    max-width: unset !important;
    height: unset !important;
}

.line-height-31px {
    line-height: 31px;
}

.line-height-19px {
    line-height: 19px;
}

.contactform {
    bottom: 133px;
    right: 15px;
    position: fixed;
    z-index: 9;
    width: 40px;
}

.parallaxtext {
    top: -7vw;
    left: 2vw;
    position: absolute;
    transition: all 0.9s ease-out;
    font-size: 60px;
    color: #dedede;
}

.whatsapplink {
    bottom: 75px;
    right: 3px;
    position: fixed;
    z-index: 9;
    width: 40px !important;
}

.borderline {
    height: 1px;
    margin-bottom: 10px
}

.blackline {
    width: 100px;
    height: 1px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    margin-bottom: 5px
}

.cursorgrab {
    cursor: grab;
}

.bordersolid {
    border: 1px solid;

}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0px;
    font-size: 13px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdownlang {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 0px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #fff;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: transparent;}


.bottomborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.bottomborderfooter {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottomborderhead {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottombordersoft {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
    width: 100%;
}

.menubottomborder {
    border-bottom: 1px solid #666;
    width: 75%;
    margin-bottom: 5px;
}

.bottombordergray {
    border-bottom: 1px solid #888;
    padding-bottom: 7px;
    width: 100%;
}

.topborderheader {
    border-top: 1px solid var(--brandcolor2);
    padding-bottom: 2px;
    margin: 0px auto;
    width: 100%;
}

.cursorpointer {
    cursor: pointer;
}

::placeholder {
    color:#ccc !important;
}

select {
    padding: 10px;
}

option {
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.right-module {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    background: #b38c0f;
    position: fixed;
    right: -550px;
    top: 0px;
    z-index: 1050;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: .5s
}

@media only screen and (max-width: 600px) {
    .right-module {
        width: 95%;
        z-index: 1033;
        padding: 80px 20px 20px 20px
    }
}

.right-module.active {
    right: 0px
}

.right-module .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999999;
}

.right-module .close img {
    width: 30px
}

.right-module .right-content {
    padding-bottom: 20px;
    box-sizing: border-box
}

.right-module .right-content .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.right-module .right-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
}

.form-btn {
    background: #18864a;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s
}

.form-btn:hover {
    background: #126c3b
}

.form-btn:disabled, .form-btn[disabled] {
    cursor: not-allowed;
    opacity: .8
}

.form-btn:disabled:hover, .form-btn[disabled]:hover {
    background: #18864a
}


.button-form {
    position: fixed;
    right: -5px;
    top: 25%;
    color: #ffffff;
    padding: 15px 12px 15px 12px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background: #b38c0f ;
    font-weight: 400;
    z-index: 19;
    cursor: pointer;
    transition: .3s;
    transform: rotate(-180deg);
    writing-mode: tb;
    font-size: 17px
}

.button-form:hover {
    background: #000000;
    color: #fff
}

.languageselect {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding: 0;
    border: none;
    background: none;
    width: 37px;
    margin-right: 0px;
    margin-top: 5px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icon-arrow-lang.png);
    background-position: 90% 60%;
    background-repeat: no-repeat;
    color: #444;
    font-size: 15px;
}

.subpageheadertitle {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px #777 !important;
}

.subpageheaderoteltitle {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
}

.checkboxzoom {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.centeredbtn {
    margin: 0 auto;
}

.clearboth {
    clear: both;
}

.generalshadow {
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 7%);
}

.h220px {
    height: 220px !important;
}

.hmin50px {
    min-height: 50px !important;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: left;
}

.eventborder {
    border: 1px solid #efefef;
}

.label-default {
    background-color: #000;
}

.label {
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 25px;
    margin-right: 10px;
    margin-top: 7px;
}

.allbordersoftgray {
    border: 1px solid #eeeeee;
}

.responsiveheaderfont {
    font-size: 50px;
}

.socialmobileleft {
    padding-left: 30px;
}

.langmobileleft {
    padding-left: 25px;
}

.searchdivider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.sa-confirm-button-container > button {
    width: 150px !important;
    color: #fff !important;
    background-color: var(--brandcolor1) !important;
    border: 0px !important;
}

.imgcolorize {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.basicshadow {
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

@media (max-width: 767px) {
    .imgmobileheader {
        display: block;
        width: 100vw;
        height: 20vh;
        object-fit: cover;
    }

    .fontsize30 {
        font-size: 25px !important;
    }

}

.lineheight15 {
    line-height: 15px !important;
}

@media (max-width: 500px) {
    .mobilresponsivediv {
        padding-bottom: 15px;
        width: 100%;
    }

    .mobilresponsivedivspan {
        padding-right: 11px !important;
    }
}

.recaptchafooter {
    transform: scale(0.84) !important;
    transform-origin: 0 0 !important;
}

.right12 {
    right: 12%;
    top: -15%
}

.s-c-bn {
    display: block;
    width: 40px;
}

@media only screen and (min-width: 1700px) {
    .minWidth100Jvns {
        min-width: 100%;
    }
}

table td {
    vertical-align: middle !important;
    text-align: center !important;
}

.sliderlogos {
    height: 60px;
    position: relative;
    width: 100%;

    display: grid;
    place-items: center;
    overflow: hidden;
}
.sliderlogos::before,
.sliderlogos::after{
    position:absolute;
    content:'';
}
.sliderlogos::before{
    left:0;
    top:0;
}
.sliderlogos::after{
    right:0;
    top:0;
    transform:rotateZ(180deg);
}

.slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scrolllogos 20s linear infinite;
    justify-content: space-between;
}

.slide-track:hover{
    -webkit-animation-play-state:paused;
}

.slidelogos {
    width: 150px;
    height: 60px;

    display: grid;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
}

@keyframes scrolllogos {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(-150px * 10));
    }
}