.whitecolor {
    color: #ffffff !important;
}

.blackcolor {
    color: #000000 !important;
}

.antresit {
    color: #585861 !important;
}

.antresitbg {
    background-color: #585861 !important;
}

.text-extra-dark-gray {
    color: #585861 !important;
}

.webvh {
    height: 70vh;
}

/*  Brand Color */

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

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

.brandbg3 {
    background-color: var(--brandcolor3);
}

.brandbg4 {
    background-color: var(--brandcolor4);
}

.brandhomeslider {
    background: linear-gradient(to left, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b) !important;
}

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

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

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

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

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

.verticalline {
    border-left: 1px solid #dddddd;
    height: 550px;
}

.verticalline2 {
    border-left: 1px solid #dddddd;
   min-height: 150px;
}

.brndabscss {
    left: 8%;
    right: 8%;
    top: 0;
}

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

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

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

.btn-brand1-line-black {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.btn-brand1-line-black:hover, .btn-brand1-line-black:focus {
    background-color: #000000;
    color: #ffffff;
}

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

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

.btn-brand3-line {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.btn-black-line {
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
}

.btn-black-line:hover, .btn-black-line:focus {
    background-color: #444444;
    color: #ffffff;
}

.btn-white-line {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
}

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


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

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

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

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

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

.btn-brand3-block {
    border: 1px solid var(--brandcolor3);
    background-color: var(--brandcolor3);
    color: var(--brandcolor1);
    font-weight: 400;
    border-radius: 25px;
    font-size: 16px;
}

.btn-brand3-block:hover, .btn-brand3-block:focus {
    background-color: transparent;
    color: var(--brandcolor3);
    border-radius: 25px;
}

.btn-brand1-tracking {
    border: transparent;
    background-color: var(--brandcolor1);
    font-weight: 400;
    color: #ffffff;
    padding: 5px 9px 5px 9px;
    border-radius: 15px;
}

.btn-brand1-tracking:hover, .btn-brand1-tracking:focus {
    background-color: #ffffff;
    color: #000000;
}

.bordelinebrand {
    border-bottom: 1px solid #ccc;
}

.borderbottombrand {
    border-bottom: 5px solid var(--brandcolor1);
}

.borderbottomwhite {
    border-bottom: 1px solid #ffffff;
}

.borderbottomgray {
    border-bottom: 1px solid #333;
}

.text-gradient-brand-mix, .btn-link.text-gradient-brand-mix, a.text-gradient-brand-mix, a.text-gradient-orange-brand-mix:hover {
    background: linear-gradient(to right, var(--brandcolor1) 0%, var(--brandcolor2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-black-transparent-nav {

    background: -moz-linear-gradient(top, var(--brandcolorrgb1o0) 0%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--brandcolorrgb1o0)), color-stop(90%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, var(--brandcolorrgb1o0) 0%, var(--brandcolorrgb1o1) 90%);
    background: -o-linear-gradient(top, var(--brandcolorrgb1o0)0%, var(--brandcolorrgb1o1) 90%);
    background: -ms-linear-gradient(top, var(--brandcolorrgb1o0) 0%, var(--brandcolorrgb1o1) 90%);
    background: linear-gradient(to top, var(--brandcolorrgb1o0) 0%, var(--brandcolorrgb1o1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.margin0auto {
    margin: 0 auto;
}

.bg-light-gray-soft {
    background-color: #f5f5f7;
}

.bg-yellowstone {
    background-color: #eb972e;
}

.closedtime {
    width: 20px !important;
}

.brandborderpage {
    border: 10px solid var(--brandcolor2);
    border-radius: 25px;
}

.maxminlogo {
    max-height: 50px;
    min-height: 40px;
}

.ovaldiv {
    background-color: var(--brandcolor1);
    width: 100%;
    height: 33px;
    -webkit-border-radius:  100% 100% 100% 100% / 0% 0% 100% 100%;
    border-radius: 100% 100% 100% 100% / 0% 0% 100% 100%;
    transform: rotate(-180deg);
}

.homedoublepic {
    left: 50%;
    top: 25%;
}

.borderstyle1 {
    border: 10px solid var(--brandcolor2);
}

.brand-marquee .marquee{ position:relative; overflow:hidden; --gap:20px; }
.brand-marquee .marquee__track{
    display:flex; align-items:center; will-change: transform;
    animation: marquee var(--dur, 30s) linear infinite;
}
.brand-marquee .marquee__group{ display:flex; gap:var(--gap); flex:0 0 auto; }
.brand-marquee .marquee__item{ width:160px; display:flex; align-items:center; justify-content:center; }
.brand-marquee .marquee__item img{ max-height:48px; width:auto; height:auto; object-fit:contain; }
@keyframes marquee{
    from{ transform: translate3d(0,0,0); }
    to  { transform: translate3d(calc(-1 * var(--dist, 0px)),0,0); }
}
/* Global easing ezmelerini iptal et */
.brand-marquee .marquee__track,
.brand-marquee .marquee__group,
.brand-marquee .marquee__item{ transition:none !important; }

@media (prefers-reduced-motion: reduce){
    .brand-marquee .marquee__track{ animation:none; }
}


.dotbg {
    background-image: url("/storage/general/images/dotbg.jpg");
}

.cutoffstart {
    transition: all 1s ease-in-out;
    position: relative;
    margin-top: 0.675;
}
.cutoffstart:before {
    transition: all 700ms ease-in-out;
    user-select: none;
    content: attr(data-text);
    display: flex;
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    text-transform: uppercase;
}
.cutoffstart:after {
    transition: all 1s ease-in-out;
    user-select: none;
    content: attr(data-text);
    display: flex;
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.cutoffend {
    margin-top: 1.35em;
}
.cutoffend:before {
    height: calc(8vw / 2.6);
    top: -0.43em;
}


.stoptransitions {
    transition: unset;
}
.stoptransitions:before {
    transition: unset;
}
.stoptransitions:after {
    transition: unset;
}

.mover_mouse {
    width: 30px;
    position: absolute;
    left: 47%;
    bottom: 5px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 1000;
    display: block;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/*  Brand Color */

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

.navbar-brand {
    padding-top: 10px !important;
}

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

.headerheight {
    height: 75px;
}

.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)
}

.footerlogofix {
    width: 133px;
    text-align: right;
}

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

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


@media only screen and (max-width: 767px) {

    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
        max-height: 55px !important;
        padding-bottom: 9px!important;
        padding-top: 9px!important;
    }

    .hmin300px {
        min-height: unset !important;
    }

    .hmin280px {
        min-height: unset !important;
    }

    .footerlogofix {
        width: unset;
        text-align: unset;
    }

    .mobilemenupadding {
        margin-bottom: 75px;
    }
    .logodelimiter  {
        display: none;
    }

    .sliderheight {
    margin-bottom: 0px;
}

}

.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;
}

.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;
}

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

.rfontsize5030  {
    font-size: 50px !important;
}

.rfontsize7030  {
    font-size: 70px !important;
    line-height: 85px;
}

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

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

.fontsize36 {
font-size: 36px;
}

.fontsize45 {
    font-size: 45px;
}

.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;
}

.radius25rtb {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
}

.radius25ltb {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    -moz-border-bottom-left-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;
}

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

.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
}

.brandseperator {
    width: 30%;
    height: 1px;
    background-color: #dddddd;
    margin-bottom: 2px
}

.opcloseperator {
    height: 1px;
    background-color: #dddddd;
    margin-bottom: 2px
}

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

.zoomeffect {
    transition: transform .2s;
}

.zoomeffect:hover {
    transform: scale(1.05);
    transform-origin: center center;
}



.cursorgrab {
cursor: grab;
}

.bordersolid {
border: 1px solid;
}

.home3service {
    min-height: 133px;
}

    /* 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%;
}

.homebgparallax {
    width: 315px;
    height: 240px;
    background-color: var(--brandcolor2);
    color: #ffffff;
}

.videoyoutube { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.containervideo { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }


.politikalar>p {
    margin: 3px 0px 3px 0px;
}

::placeholder {
    color: #AAAAAA  !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;
}

.hmin40px {
    min-height: 40px !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;
}

.slidercontenttopspace {
    top: 30%;
}

.sanatveeglence {
    left: 5vw;
    bottom: 5vw;
}

.footersocialicon {
    margin: 25px auto;
    text-align: center;
}

.homesliderfix {
    max-height: 33px;
    max-width: 100px;
}

.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%);
}

.homeartcss {
    line-height: 60px;
    font-size: 50px;
}

.homeartcss2 {
    line-height: 70px;
    font-size: 60px;
}

.brandlogosize {
    max-height: 40px;
    max-width: 200px;
}

.text-dark-gray-css {
    color: #005d59 !important;
}

@media (max-width: 767px) {

    .radius25rtb {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
    }

    .radius25ltb {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        -moz-border-bottom-left-radius: 0px;
    }

    .imgmobileheader {
        display: block;
        width: 100vw;
        height: 20vh;
        object-fit: cover;
    }

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

    .rfontsize7030  {
        font-size: 30px !important;
        line-height: 36px;
    }

    .homeartcss {
        line-height: 45px;
        font-size: 38px;
    }

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

}

@media (min-width: 991px) {
    .footer li.nav-item
    {
        padding: 5px 25px !important;
    }
}

@media (min-width: 1200px) {
    .footer li.nav-item
    {
        padding: 5px 43px !important;
    }
}

@media (min-width: 1500px) {
    .footer li.nav-item
    {
        padding: 5px 36px !important;
    }

}

.storedetailgray {
    color: #444444 !important;
}

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

.lineheight60 {
    line-height: 60px !important;
}

.twittericon {
    margin-top:-2px;
    margin-right:-1px;
}

.hirebutton {
    width: 240px;
}

.brandimages {
    max-width: 180px;
    max-height: 40px;
}

.hmin220px {
    min-height: 220px !important;
}


.hmin250px {
    min-height: 250px !important;
}

.hmin280px {
    min-height: 280px !important;
}

.hmin325px {
    min-height: 325px !important;
}

.hmin300px {
    min-height: 300px;
}

@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;
}

.logodelimiter {
    background-color:  rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 1px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.footerdelimiter {
    border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
}

.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;
}


@keyframes slidelogosall {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 12px 0;
    background: white;
    white-space: nowrap;
    position: relative;

}

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

.logos-slide {
    display: inline-block;
    animation: 40s slidelogosall infinite linear;
}

.logos-slide img {
    margin: 0 30px;
    cursor:pointer;
    max-width: 100px;
    max-height: 33px;
    /*
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    */
}

.footer li.nav-item
{
padding: 5px 5px;
}

.footer li:last-child
{
    /* margin-right:0!important; */
}

.imagetext  {
    left: -28px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 14vh 14vh !important;
    padding: 33px !important;
}

.section{
    min-height: 500px;
    position: relative;
}

.content-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    clip: rect(auto, auto, auto, auto);
    pointer-events: none;
}
.content-inner{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 500px;
    padding: 0;
    z-index: 99;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    pointer-events: all;
    padding-top: 25vh;
}
.content-center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-section{
    background: linear-gradient(135deg, #333333 0%,#111111 100%);
}
.bottom-section{
    background: #FFFFFF ;
}
.section h1{
    font-size: 6vw;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.section p,
.section a{
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
}

.content-theme-dark h1{
    color: #666666;
    text-shadow: 0 20px 40px rgba(0,0,0,.5);
}
.content-theme-dark p,
.content-theme-dark a{
    color: #666666;
}
.content-theme-light h1{
    color:#062930;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.content-theme-light p,
.content-theme-light a{
    color: #666666;
}

.title-anim {
    display: inline-block;
    cursor: pointer;
}

.title-anim-forward {
    animation: title-anim-forward 0.3s linear forwards;
    /* mix-blend-mode: darken; */

}

@keyframes title-anim-forward {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-text-stroke: 1px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: #666666;
    }
}

#scroll-text {
    transition: all 2s ease; /
}

input[type=checkbox] {
    -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);
    padding: 5px;
}

.excel_voyager {
    position: absolute !important;
    margin-left: 3px;
    margin-top: 36px;
    height: 35px;
}

.duplicate {
    margin-right: 6px;
}

