/* Minification failed. Returning unminified contents.
(1161,34): run-time error CSS1046: Expect comma, found '30'
(1161,40): run-time error CSS1046: Expect comma, found '/'
(1212,30): run-time error CSS1046: Expect comma, found '45'
(1212,36): run-time error CSS1046: Expect comma, found '/'
(4037,24): run-time error CSS1046: Expect comma, found '146'
(4037,31): run-time error CSS1046: Expect comma, found ')'
(4046,23): run-time error CSS1046: Expect comma, found '153'
(4046,29): run-time error CSS1046: Expect comma, found ')'
 */
@charset "UTF-8";
/*
  **GENEL CSS**
  ** TÜM SAYFALARDA AYNI OLACAK CSS'LER **
*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url("/Content/WebsiteTemplate/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("/Content/WebsiteTemplate/fonts/HelveticaNeue-Light.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("/Content/WebsiteTemplate/fonts/HelveticaNeueLT25UltLight.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/HelveticaNeueLT25UltLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("/Content/WebsiteTemplate/fonts/HelveticaNeue.woff2") format("woff2"), url("/Content/WebsiteTemplate/fonts/HelveticaNeue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-fromtop {
    position: relative;
    overflow: hidden;
}

    .img-fromtop img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.container {
    margin: 0 auto;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    float: left;
    white-space: nowrap;
}

/* MAIN HEADER */
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    padding-top: 15px;
    transition: all 0.4s;
}

    .main-header.is-hidden {
        position: fixed;
        opacity: 0;
        visibility: hidden;
    }

    .main-header.is-visible {
        position: fixed;
        background-color: #fff;
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1);
    }

        .main-header.is-visible .main-nav > ul > li > a,
        .main-header.is-visible .hdr-lang-button {
            color: #333;
        }

        .main-header.is-hidden .logo,
        .main-header.is-visible .logo {
            transform: scale(0.8);
            transform-origin: top left;
        }

        .main-header.is-hidden .logo-img,
        .main-header.is-visible .logo-img {
            filter: brightness(0);
        }

.logo {
    position: relative;
    /*width: 331px;*/
    float: left;
    margin: 17px 0 0 70px;
}

    .logo-img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        margin-left: 10px;
    }

.logo-left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.logo-top {
    position: absolute;
    top: -29%;
    left: 26%;
    /* width: 80px; */
    width: 115%;
}

.logo-top img {
    width: 100%;
}

.logo-earth {
    width: 70px;
    height: 70px;
    background: url("/Content/WebsiteTemplate/img/world-square1.png");
    border-radius: 100%;
    background-size: cover;
    animation: spin 20s infinite linear;
}

@keyframes spin {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 380px;
    }
}

@-webkit-keyframes spin {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 380px;
    }
}

/*.main-header.is-hidden .logo,
.main-header.is-visible .logo {
    width: 190px;
}*/

.hdr-right {
    position: relative;
    margin: 25px 73px 0 0;
    float: right;
}

.main-nav {
    float: right;
    margin-right: 20px;
}

    .main-nav > ul {
        float: right;
    }

        .main-nav > ul > li {
            float: left;
        }

.main-nav-link {
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 18px;
    -webkit-transition: none;
    transition: none;
}

.main-nav > ul > li > a {
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 18px;
    -webkit-transition: none;
    transition: none;
}

    .main-nav > ul > li > a::before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 0;
        right: 0;
        border-top: 2px solid #d83a30;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .main-nav > ul > li > a:hover::before,
    .has-megamenu:hover > a::before {
        width: 100%;
        left: 0;
    }

.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 25px;
    z-index: 10;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1)
}

.has-megamenu:hover .megamenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-nav > ul > li:first-child .megamenu {
    border-top-left-radius: 0;
}

.mgm-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.mgm-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 292px;
}

    .mgm-img img {
        width: 100%;
        border-radius: 5px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

.mgm-list {
    padding-left: 25px;
}

.mgm-list + .mgm-list {
    padding-left: 40px;
}

.main-nav ul li:nth-child(2) .mgm-list {
    width: 100%;
}

.main-nav ul li:nth-child(2) .mgm-list:nth-last-child(1) {
    display: none;
}

.main-nav > ul > li .mgm-list {
    width: 50%;
    padding-left: 15px;
}
    .mgm-list ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }



.mgm-list ul li {
    display: block;
    margin-bottom: 8px;
    margin-right: 10px;
}

        .mgm-list ul li:last-child {
            margin: 0;
        }

        .mgm-list ul li a {
            position: relative;
            display: block;
            color: #333;
            font-weight: 500;
            -webkit-transition: all .4s;
            transition: all .4s;
            padding-left: 15px;
        }

            .mgm-list ul li a:hover {
                color: #d83a30;
            }

            .mgm-list ul li a::before {
                content: "";
                position: absolute;
                left: 0;
                top: 1px;
                width: 8px;
                height: 14px;
                background: url("/Content/WebsiteTemplate/img/red-right-arrow.svg") no-repeat 50% 50%;
                transition: all 0.4s;
                filter: brightness(0);
            }

            .mgm-list ul li a:hover::before {
                filter: none;
                transform: translate(3px);
            }

.hdr-lang {
    float: right;
    margin: 18px 0 0 0;
}

.hdr-lang-list.dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.hdr-lang-button {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

    .hdr-lang-button .arrow-icon {
        width: 6px;
        margin-left: 2px;
    }

.lang-world-icon {
    width: 12px;
    margin-right: 2px;
}

.hdr-lang-list {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

    .hdr-lang-list a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
    }

        .hdr-lang-list a img {
            vertical-align: middle;
            margin-right: 3px;
        }

        .hdr-lang-list a:hover {
            background-color: #f5f5f5;
        }

/* MAIN FOOTER */
.main-footer {
    background-color: #101e3a;
}

.mf-top {
    position: relative;
    padding: 50px 0;
}

    .mf-top .container {
        position: relative;
        padding-right: 45px;
    }

.mf-social {
    position: absolute;
    top: -50px;
    right: 0;
    width: 43px;
    padding: 25px 0 10px;
    text-align: center;
    background-color: #dc3434;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .mf-social ul li {
        margin-bottom: 15px;
    }

        .mf-social ul li a {
            display: block;
            color: #fff;
        }

            .mf-social ul li a svg {
                width: 16px;
                height: 16px;
            }

            .mf-social ul li a.facebook svg {
                width: 12px;
                height: 16px;
            }

            .mf-social ul li a.instagram svg {
                width: 24px;
                height: 24px;
            }

.mf-item {
    position: relative;
    z-index: 2;
    float: left;
    padding-right: 10px;
}

    .mf-item:first-child {
        width: 36%;
        padding-left: 75px;
    }

    .mf-item:nth-child(2) {
        width: 19%;
    }

    .mf-item:nth-child(3) {
        width: 21.083333%;
    }

    .mf-item:nth-child(4) {
        width: 23.91666666666667%
    }

    .mf-item ul li {
        display: block;
    }

        .mf-item ul li span {
            display: block;
            color: #d6d6d6;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .mf-item ul li a {
            display: block;
            color: #d6d6d6;
            font-size: 16px;
            margin-bottom: 10px;
        }

            .mf-item ul li a:hover {
                color: #fff;
            }

                .mf-item ul li a:hover span {
                    color: #fff;
                }

.mf-logo {
    margin: 0 0 10px -75px;
}

    .mf-logo img {
        /*width: 286px;*/
        max-width: 100%;
    }

.footer-logos {
    max-width: 267px;
}

.footer-logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-logos ul li {
        max-width: 50%;
        margin-bottom: 10px;
    }

        .footer-logos ul li img {
            max-width: 100%;
        }

        .footer-logos ul li:first-child {
            padding-right: 10px;
        }

        .footer-logos ul li:last-child {
            padding-left: 10px;
        }

.mf-address {
    max-width: 300px;
    color: #d7d7d7;
    font-size: 16px;
    margin-bottom: 20px;
}

.mf-contact {
    color: #d7d7d7;
    font-size: 16px;
}

    .mf-contact a {
        display: block;
        color: #d7d7d7;
        margin-bottom: 5px;
    }

        .mf-contact a:hover {
            color: #fff;
        }

.mf-bottom {
    position: relative;
}

    .mf-bottom::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("/Content/WebsiteTemplate/img/footer-bottom-img.jpg");
        width: 230px;
        height: 190px;
        z-index: 1;
    }

.mfb-inner {
    background-color: #dc3434;
    padding: 33px 40px 22px 245px;
}

.mf-copyright {
    color: #d5d5d5;
    letter-spacing: 0.5px;
    float: left;
}

    .mf-copyright a {
        color: #d5d5d5;
        letter-spacing: 0.5px;
    }

    .mf-copyright a:hover {
        color: #fff;
        text-decoration: underline;
    }

.mf-development {
    float: right;
}

.mf-development img {
    max-width: 50px;
}

/* MOBILE MENU */

.accordion ul.inner {
    overflow: hidden;
    display: none;
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding: 10px 15px;
}

    .mobile-menu ul li a.mm-title span {
        position: relative;
        display: block;
        font-weight: 600;
        padding: 0 20px;
    }

    .mobile-menu ul li a.mm-title.toggle span::before {
        content: url("/Content/WebsiteTemplate/img/arrow-down.svg");
        position: absolute;
        top: 3px;
        right: 0;
        width: 14px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .mobile-menu ul li a.mm-title.active.toggle span::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.mobile-menu ul > li ul li {
    display: block;
    padding-left: 30px;
}

.mobile-menu {
    display: none;
    background-color: #dc3434;
    padding-bottom: 25px;
    padding-top: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s;
}

    .mobile-menu.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

.mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer;
}

.hamburger-menu {
    width: 53px;
    height: 49px;
    float: right;
    cursor: pointer;
    background-color: #dc3434;
    padding-top: 15px;
    display: none;
    margin-left: 15px;
}

    .hamburger-menu span {
        display: block;
        width: 27px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        margin: 6px auto 0;
    }

        .hamburger-menu span:first-child {
            margin-top: 0;
        }

/* OFFER FORM POPUP */


.contact-form ::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

.contact-form ::-moz-placeholder {
    color: #333;
    font-weight: 300;
}

.contact-form :-ms-input-placeholder {
    color: #333;
    font-weight: 300;
}

.contact-form :-moz-placeholder {
    color: #333;
    font-weight: 300;
}

.contact-form .row {
    margin: 0 -13px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.half {
    width: 50%;
    float: left;
}

.full {
    width: 100%;
    float: left;
}

.contact-form .half,
.contact-form .full {
    padding: 0 13px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: none;
    border-radius: 0;
    background: #f3f4f6;
    color: #333;
    font-size: 16px;
    font-family: inherit;
    padding: 0 15px;
    outline: none;
}

.contact-form textarea {
    height: auto;
    padding-top: 15px;
    padding-left: 25px;
    line-height: 1.5;
    resize: none;
}

.checkbox {
    position: relative;
}

.checkbox input {
    display: none;
}

.checkbox label {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
}

    .checkbox label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #b5b5b5;
    }

    .checkbox label::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 4px;
        width: 12px;
        height: 12px;
        background-color: #171954;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform-origin: 50% 50%;
    }

.checkbox input:checked ~ label::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.cf-send-btn {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #dc3434;
    border: 0;
    outline: none;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .cf-send-btn:hover {
        background-color: #dc3434;
    }
.checkbox label a {
    color: #333;
}
.form-popup {
    position: relative;
    background-color: #fff;
    padding: 30px 60px;
    margin: 20px auto;
    width: auto;
    max-width: 500px;
}

#offer-form {
    width: 800px;
    max-width: 100%;
}

    .form-popup .mfp-close {
        right: -70px;
        top: 0;
        width: 70px;
        height: 70px;
        color: #fff;
        background: url(/Content/WebSiteTemplate/img/popup-close-icon.png) no-repeat center center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: transparent !important;
        opacity: 1;
        text-align: center
    }

.fp-title {
    color: #171954;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.4px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form.fp-form .form-group {
    margin-bottom: 10px
}

.contact-form.fp-form .cf-send-btn {
    height: 50px;
    line-height: 50px;
}

.form-popup.result {
    padding: 30px;
}

    .form-popup.result .fp-title {
        font-size: 24px;
        font-weight: 400;
        text-align: left;
    }

.fp-title span {
    color: #DC3434;
}

.popup-result-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border: none;
}

.popup-result-table table tr {
    border: none;
}

    .popup-result-table table tr:nth-child(even) {
        background: #f5f5f5;
    }

    .popup-result-table table tr td {
        border: none;
        border-right: 1px solid #fff;
        padding: 10px 5px;
    }

        .popup-result-table table tr td:first-child {
            width: 133px;
            font-weight: 700;
        }


/**/

.form-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 500px);
    text-align: center;
    padding: 30px 15px
}

.fpmc-icon {
    font-size: 30px;
}

    .fpmc-icon .swal2-icon {
        margin-top: 0
    }

.fpmc-text {
    color: #333;
    font-size: 26px
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.fpmc-icon .swal2-icon {
    margin-top: 0
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    zoom: normal;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em
    }

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%
    }

    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86
    }

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.mf-copyrightkvkk a{
    margin-left: 10px;
    color: #ffffff;
}

.popup-logo {
    text-align: center;
}

.popup-logo img {
    max-width: 100%;
}
.smul-inner {
    margin-left: -20px;
    margin-right: -20px;
    display:flex;
    flex-wrap:wrap;
}
.smul-item {
    width: 33.33%;
    padding:0 20px;
    margin-bottom:20px;
}
    .smul-item a {
        width: 100%;
        height: 100%;
        float: left;
        padding-bottom: 20px;
        border: 1px solid rgb(16 30 58 / 25%);
    }
.smul-img {
    position: relative;
    padding-top:100%;
    overflow:hidden;
}
    .smul-img img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height:100%;
        min-width:100%;
    }
.smul-text span {
    color: #333;
    font-size: 16px;
    float:left;
    width: 100%;
    text-align: center;
}
    .smul-text span:first-child {
        margin-bottom: 5px;
        float: left;
        width: 100%;
        color: #dc3434;
        font-size: 16px;
    }
.smul-text {
    float: left;
    width: 100%;
    margin-top:15px;
    padding:0 10px;
}
span.sm-date {
    color: #dc3434;
    font-size: 16px;
}
.home-social-media-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin-left:-20px;
    margin-right:-20px;
}
.cookieBar {
    position: fixed;
    background-color: rgb(21 45 73 / 60%);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 20px 0;
    z-index: 999999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
    .cookieBar .row {
        display: flex;
        justify-content: space-between;
    }
.cookieBarText {
    color: #ffffff;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400
}


    .cookieBarText a {
        color: #ffffff;
        line-height: 32px;
        font-size: 16px;
        font-weight: 400
    }

.cookieBarButton {
    padding: 0 0
}

    .cookieBarButton button {
        border: 1px solid #dc3434;
        background-color: #dc3434;
        padding: 7px 25px;
        outline-color: #dc3434;
        font-weight: 700;
        width: 50px;
        height: 50px;
        overflow: hidden;
        color: #dc3434;
        position: absolute;
        top: 11px;
    }
        .cookieBarButton button:after {
            content: 'x';
            color: #fff;
            font-size: 22px;
            width: 50px;
            text-align: center;
            line-height: 45px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        .cookieBarButton button:focus {
            outline-color: #fff !important
        }

.cookieBarIn {
    -webkit-animation-name: cookieBarIn;
    animation-name: cookieBarIn
}

.cookieBarOut {
    -webkit-animation-name: cookieBarOut;
    animation-name: cookieBarOut
}

@-webkit-keyframes cookieBarIn {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cookieBarIn {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes cookieBarOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes cookieBarOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
/*MEDIA*/
@media(max-width: 1230px) {
    .logo {
        margin-left: 30px;
    }
    .logo-img {
        width: 200px;
    }
    .hdr-right {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .mf-top .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mf-item {
        width: 50% !important;
        padding: 0;
        margin-bottom: 30px;
    }
    .mf-bottom::before {
        display: none;
    }

    .mfb-inner {
        padding: 10px 15px 10px 15px;
    }

    .mf-item:first-child {
        padding-left: 0;
    }

    .mf-logo {
        margin-left: 0;
    }
    .hdr-right {
        margin-right: 0;
    }
    .hamburger-menu {
        position: relative;
        top: -15px;
    }
    .hdr-lang {
        margin-top: 0;
    }
    
    .hamburger-menu,
    .mobile-menu{
        display: block;
    }
    .main-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding-top: 5px;
    }
    .logo {
        margin-left: 15px;
    }
    .logo-img {
        width: 130px;
    }
    .logo-earth {
        width: 40px;
        height: 40px;
    }
    .main-footer {
        padding: 30px 15px;
    }

    .mf-top {
        padding: 0;
    }

    .footer-logos,
    .mf-address {
        margin: 0 auto 20px;
    }

    .mf-copyright,
    .mf-development {
        width: 100%;
        text-align: center;
    }

    .mf-copyright {
        margin: 5px;
    }

    .mf-item {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .mf-top .container {
        padding-right: 0;
    }

    .mf-social {
        position: static;
        width: 100%;
        height: auto;
        float: left;
        padding: 10px 0;
    }

        .mf-social ul li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
        }

    .mf-social,
    .mfb-inner {
        background: none;
    }
    .form-popup .mfp-close {
        width: 50px;
        right: 0;
        height: 50px;
        border-radius: 0;
    }
    .form-popup {
        padding: 30px;
    }
    .fp-title {
        font-size: 24px;
        padding-right: 25px;
    }
    .fp-form .g-recaptcha {
        transform: scale(0.82);
        transform-origin: left center;
    }
    .contact-form.fp-form .half {
        width: 100%;
    }
    .smul-item {
        width: 100%;
    }
    .hn-social-media-us{
        padding-top:0;
    }
    .home-social-media-us {
        padding: 0px 0;
    }
    .hn-title {
        font-size: 26px !important;
        margin-right: 20px !important;
    }
    .cookieBar .row{
        flex-wrap:wrap;
    }
    .cookieBarText{
        width:100%;
    }
}

@media(max-width: 340px) {
    .logo {
        max-width: 140px;
    }
}

/*MIN WIDTH*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{display:none;text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{/*max-height:0*/}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.toast-title {
  font-weight: 500;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -25px;
  top: 3px;
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 35px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  text-align: center;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);*/
  cursor: pointer;
}
/*#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}*/
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    overflow: hidden;
}

    .page-banner::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

.page-banner-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
}

.page-share {
    text-align: center;
}

.page-share-inner,
.page-share-button {
    position: relative;
    display: inline-block;
    text-align: center;
}

.page-share-button {
    cursor: pointer;
}

.page-share-content {
    display: none;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    padding: 5px 5px 0;
    background: #fff;
    z-index: 5;
}

.page-share-content.active {
    display: block;
}

.page-nav {
    text-align: center;
    margin: 10px 0;
}

    .page-nav ul li,
    .page-nav ul li a {
        display: inline-block;
    }

        .page-nav ul li a {
            color: #cacaca;
            font-size: 16px;
            font-weight: 300;
        }

            .page-nav ul li a:hover {
                text-decoration: underline;
            }

            .page-nav ul li a::after {
                position: relative;
                top: 3px;
                content: "";
                width: 7px;
                height: 17px;
                background: url(/Content/WebsiteTemplate/img/pink-right-arrow.svg) no-repeat center center;
                display: inline-block;
                margin: 0 4px 0 8px;
            }

        .page-nav ul li:last-child a::after {
            display: none;
        }

.page-banner-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

/* FIXED CONTAINER FORM */

.offer-form-link {
    position: relative;
    width: 47px;
    background-color: #f5f5f5;
    min-height: 150px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-bottom-left-radius: 20px;
}

    .offer-form-link a {
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
        color: #333;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 2px;
        bottom: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }

.top-forms-link {
    width: 47px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 10;
}

.container-fixed-form {
    position: relative;
    width: 357px;
    transform: translate(47px);
    -webkit-transform: translate(47px);
    -ms-transform: translate(47px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

    .container-fixed-form.active {
        transform: translate(-2310px);
        -webkit-transform: translate(-310px);
        -ms-transform: translate(-310px);
    }

    .container-fixed-form .ship-search-form .form-group {
        margin: 0;
    }

.cff-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -47px;
    cursor: pointer;
    width: 47px;
    background: #dc3434;
    border-top-left-radius: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 10px;
    transition: all 0.4s;
}

.container-fixed-form.active .cff-title {
    border-bottom-left-radius: 20px;
}

.cff-title span {
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

html[lang="en"] .cff-title span,
html[lang="en"] .offer-form-link a {
    right: 2px;
}


.cff-content {
    background: #f5f5f5;
    min-height: 135px;
    padding: 27px 25px 25px;
}

.cff-desc {
    color: #333;
    font-size: 14px;
}

.top-forms-link:hover .container-fixed-form .cff-title,
.top-forms-link:hover .offer-form-link {
    color: #333;
    background-color: #fff;
}

.top-forms-link:hover .container-fixed-form:hover .cff-title,
.top-forms-link:hover .offer-form-link:hover {
    color: #fff;
    background-color: #dc3434;
}

.top-forms-link:hover .offer-form-link:hover a {
    color: #fff;
}

.container-fixed-form .ship-search-form .hts-no input {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
}

.container-fixed-form .ship-search-form .hts-no {
    display: block;
    width: calc(100% - 50px);
    margin: 0;
    padding-right: 15px;
    float: left;
}

.container-fixed-form .ship-search-form .submit button {
    width: 100%;
    height: 50px;
}

.container-fixed-form .ship-search-form .submit {
    width: 50px;
    display: block;
    float: left;
}

.container-fixed-form .ship-search-form {
    margin-top: 10px;
}

/**/

.page-content {
    position: relative;
    padding: 40px 0;
}

.page-text {
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Helvetica Neue' !important;
}

    .page-text p {
        margin-bottom: 20px;
        font-family: 'Helvetica Neue' !important;
    }
    .page-text ul li {
        font-family: 'Helvetica Neue' !important;
    }
    .page-text ol li {
        font-family: 'Helvetica Neue' !important;
        list-style-type: decimal;
    }
    .page-text td {
        font-family: 'Helvetica Neue' !important;
        padding: 13px;
    }
    .page-text span,.page-text h1,p.page-text h2,.page-text h3 {
        font-family: 'Helvetica Neue' !important;
    }
    .page-text img {
        max-width: 100%;
        height: auto !important;
    }

    .page-text iframe {
        max-width: 100%;
    }
.page-text ol ol{
    counter-reset: item
}

.page-text ol li{
    display: block
}
    .page-text .my-page-text h2 {
        line-height: 25px;
    }
    .page-text ol ol li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
        float: left;
        line-height: 25px;
        margin-right: 10px;
    }
    .page-text ol li {
        /* display: block; */
        list-style-type: decimal;
        display: list-item;
    }
    .page-text ol li ol li:before {
        line-height: 25px;
        margin-right: 10px;
        float:none;
    }
  
        /* FIXED SOCIAL */
        .fixed-social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 45px;
    text-align: center;
    background-color: #dc3434;
    z-index: 10;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .fixed-social ul li a {
        display: block;
        color: #fff;
        padding: 9px 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

        .fixed-social ul li a svg {
            width: 16px;
            height: 16px;
        }

        .fixed-social ul li a.instagram svg {
            width: 24px;
            height: 24px;
        }

        .fixed-social ul li a.facebook svg {
            width: 12px;
            height: 16px;
        }

        .fixed-social ul li a.instagram:hover {
            background-color: #CE2D95;
        }

        .fixed-social ul li a.facebook:hover {
            background-color: #1877F2;
        }

        .fixed-social ul li a.twitter {
            padding: 12px 0;
        }

            .fixed-social ul li a.twitter:hover {
                background-color: #00ACED;
            }
        .fixed-social ul li a.linkedin:hover {
            background-color: #0E76A8;
        }
        .fixed-social ul li a.youtube:hover {
            background-color: #c4302b;
        }

/* HOME TOP MENU */
/*.home-top-menu {
    position: absolute;
    width: 53px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}

.htm-link {
    width: 100px;
    left: 36px;
    bottom: 279px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

    .htm-link a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .htm-link img {
        position: relative;
        top: -2px;
        left: -5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: block;
    }

    .htm-link:last-child {
        width: 135px;
        left: 36px;
        bottom: 148px;
    }

.htm-link-title {
    display: block;
    color: #333;
    line-height: 1;
}*/

/* HOME SHIP INFO */
.ship-search-form-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ship-search-form {
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .ship-search-form .form-group {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .ship-search-form input {
        width: 295px;
        height: 55px;
        line-height: 55px;
        position: relative;
        border: none;
        border-radius: 5px;
        background: #f5f5f5;
        color: #454550;
        font-size: 18px;
        font-family: inherit;
        padding: 0 15px;
        outline: none;
    }

        .ship-search-form .hts-no input {
            width: 295px;
            padding-left: 40px;
        }

    .ship-search-form .hts-start input,
    .ship-search-form .hts-end input {
        padding: 0 70px 0 85px;
    }

    .ship-search-form .hts-start input {
        background-image: url("/Content/WebsiteTemplate/img/hts-search-ship.png"), url("/Content/WebsiteTemplate/img/hts-arrow-red.png");
        background-position: left 25px center, right 44px center;
        background-repeat: no-repeat, no-repeat;
    }

    .ship-search-form .hts-end input {
        background-image: url("/Content/WebsiteTemplate/img/hts-search-ship2.png"), url("/Content/WebsiteTemplate/img/hts-arrow-red.png");
        background-position: left 25px center, right 44px center;
        background-repeat: no-repeat, no-repeat;
    }

    .ship-search-form .hts-date input {
        width: 113px;
        background-image: url("/Content/WebsiteTemplate/img/hts-date.png");
        background-position: left 20px center;
        background-repeat: no-repeat;
        padding: 0 15px 0 45px;
    }

    .ship-search-form .submit {
        margin-right: 0;
    }

        .ship-search-form .submit button {
            display: block;
            width: 55px;
            height: 55px;
            border: 0;
            padding: 0;
            background: #d83a30 url("/Content/WebsiteTemplate/img//hts-submit-icon.png") no-repeat 50% 50%;
            border-radius: 5px;
            outline: none;
            cursor: pointer;
        }

            .ship-search-form .submit button:hover {
                background-color: #63676d;
            }

    .ship-search-form .form-group.hts-submit2 {
        display: block;
    }

        .ship-search-form .form-group.hts-submit2 button {
            display: inline-block;
            color: #fff;
            font-size: 18px;
            background-color: #e26761;
            padding: 8px 22px;
            border: none;
            outline: none;
            cursor: pointer;
        }

            .ship-search-form .form-group.hts-submit2 button:hover {
                background-color: #63676d;
            }

/* SHIP TABLE */

.ship-info {
    background: url("/Content/WebsiteTemplate/img/ship-info-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 50px 0;
    margin-bottom: 90px;
}

.ship-info-without-bg {
    width: 100%;
    max-width: 1400px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 auto 30px;
}

.ship-info-without-bg .ship-info-title {
    color: #333;
    font-weight: 500;
}

    .ship-info-without-bg .ship-info-table table thead tr th {
        color: #101e3a;
        font-weight: 700;
    }
    .ship-info-without-bg .ship-info-table table tbody tr td {
        color: #101e3a;
    }
.ship-info-title {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 15px;
}

    .ship-info-title img {
        margin-right: 10px;
    }

.ship-info-table table {
    width: 100%;
    height: auto;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 3px solid rgba(255, 255, 255, 0.37);
}

    .ship-info-table table thead tr {
        border-bottom: 1px solid #8996ab;
    }

        .ship-info-table table thead tr th {
            color: #c5c8cc;
            font-weight: 400;
            padding: 13px 5px;
        }

    .ship-info-table table tbody tr {
        border-bottom: 1px solid rgba(137, 150, 171, 0.37);
    }

        .ship-info-table table tbody tr td {
            color: #fff;
            font-weight: 400;
            padding: 15px 5px 13px;
        }

/* REFERENCES */
.references-text {
    margin-bottom: 45px;
}

.references-list .row {
    margin: 0 -20px;
}

.ref-item {
    width: 20%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}

.ref-item-inner {
    position: relative;
    height: 135px;
    border: 1px solid #808796;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .ref-item-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90%;
    }

    .ref-item-inner:hover {
        box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.28);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

/* CONTACT */
.contact-page .page-content {
    background-color: #f3f4f6;
    padding-top: 55px;
    padding-bottom: 55px;
}

.contact-page .page-share {
    display: none;
}

.contact-page .page-nav,
.contact-page .page-banner-title {
    text-align: left;
}

.contact-left {
    width: 100%;
    float: left;
    padding-right: 40px;
}

.contact-form-popup {
    width: 740px;
    max-width: 100%;
    padding: 0;
}

.contact-info-title {
    color: #171954;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px;
}

.contact-item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

    .contact-item img {
        position: absolute;
        top: -3px;
        left: 0;
    }

.contact-item-title {
    color: #171954;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

.contact-item-text,
.contact-item-text span,
.contact-item-text a {
    display: block;
    color: #4a4a55;
    font-size: 16px;
}
.contact-item-text {
    width: 50%;
    padding-right: 10px;
    
}
.contact-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .contact-item-map {
        width: 50%;
        padding-left: 10px;
    }
.contact-form-top {
    position: relative;
    background-color: #dc3434;
    padding: 40px 65px 40px;
    z-index: 5;
}
.contact-form-link {
    position: fixed;
    right: -20px;
    top: 0;
    bottom: 0;
    height: 120px;
    width: auto;
    margin: auto;

}
    .contact-form-link span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px;
        margin-left: 41px;
        background: #dc3434;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        height: 143px;
        text-align: center;
        width: 61px;
        line-height: 53px;
    }
.grey-bg-map {
    background: #f3f4f8;
}
.cft-title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding-left: 55px;
}

    .cft-title img {
        position: absolute;
        left: 0;
        top: -5px;
        width: 25px;
    }

.contact-form .g-recaptcha {
    position: relative;
    transform-origin: top left;
    transform: scale(0.93);
}

.contact-map iframe {
    width: 100%;
    height: 185px;
}

.contact-map {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(185,185,185,.28);
    border-radius: 10px;
}

.contact-form-bottom {
    background-color: #fff;
    padding: 45px 45px 30px;
    box-shadow: 0 0 10px rgba(185,185,185,.28);
}

/* CAREER */
.page-content.career {
    padding-top: 60px;
}

.career-img {
    width: 49.33333333333333%;
    float: left;
}

    .career-img img {
        width: 100%;
    }

.career-text {
    width: 50.66666666666667%;
    float: left;
    padding-left: 30px;
    color: #454545;
    font-size: 16px;
}

    .career-text h2 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 22px;
    }

.career-info {
    margin-bottom: 30px;
}

.job-list .row {
    margin: 0 -29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.job-list-item {
    width: 33.33%;
    padding: 0 29px;
    margin-bottom: 50px
}

    .job-list-item > a {
        display: block
    }

.jli-inner {
    position: relative;
    box-shadow: 0 5px 23px 0 rgba(193,188,188,.3);
    min-height: 100%;
    padding: 35px 45px 75px;
    /*border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    -webkit-transition: all .4s;
    transition: all .4s
}

    .jli-inner:hover {
        color: #fff;
        background-color: #dc3434;
        box-shadow: none
    }

.jli-title {
    color: #4b504f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.25px;
    margin: 0 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.jli-desc {
    color: #4b504f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .jli-desc p {
        margin: 0
    }

.jli-list ul li {
    display: block;
    color: #333;
    margin-bottom: 18px
}

    .jli-list ul li img {
        position: relative;
        top: -2px;
        margin-right: 8px;
        -webkit-filter: invert(80%);
        filter: invert(80%);
        -webkit-transition: all .4s;
        transition: all .4s
    }

.jli-inner:hover .jli-title, .jli-inner:hover .jli-desc {
    color: #fff
}

.jli-inner:hover .jli-list ul li {
    color: #fff
}

    .jli-inner:hover .jli-list ul li img {
        -webkit-filter: none;
        filter: none
    }

.jli-link {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #dc3434;
    /*border-radius: 35px;
    border-top-left-radius: 0;*/
    padding: 10px 38px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.jli-inner:hover .jli-link {
    color: #dc3434;
    background-color: #fff
}

.job-detail-info {
    position: relative;
    background-color: #dc3434;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 145px;
    padding: 35px 75px 35px 40px;
    margin-bottom: 50px
}

    .job-detail-info::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: #dc3434 transparent transparent transparent;
        top: 100%;
        left: 50px;
        z-index: 1
    }

.jdi-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.25px;
    margin: 0 0 15px
}

.jdi-bottom-left {
    float: left
}

    .jdi-bottom-left span {
        display: inline-block;
        color: #fff;
        margin-right: 34px
    }

        .jdi-bottom-left span img {
            position: relative;
            top: -2px;
            margin-right: 5px
        }

        .jdi-bottom-left span:last-child {
            margin: 0
        }

.jdi-bottom-right {
    float: right
}

.jdi-share-title {
    display: inline-block;
    color: #f9f8f8;
    font-weight: 600;
    letter-spacing: -.25px
}

    .jdi-share-title img {
        position: relative;
        top: -2px;
        margin-right: 2px
    }

.job-detail-text .page-text h2, .job-detail-text .page-text h3 {
    color: #4b504f;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.25px;
    padding-bottom: 8px;
    margin: 0 0 20px;
    border-bottom: 1px dashed #4b504f
}

.job-detail-link {
    margin-top: 40px
}

    .job-detail-link a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #dc3434;
        border-radius: 35px;
        border-top-left-radius: 0;
        padding: 10px 38px;
        margin-top: 40px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .job-detail-link a:hover {
            border-top-left-radius: 35px
        }

/* NEWS LIST */

.news-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.nl-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.nl-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 25px 25px;
    background: #fff;
    box-shadow: 0 0 18px 0px rgba(197, 199, 207, 0.29);
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .nl-item a:hover {
        background-color: #192668;
    }

.hns-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.hns-date {
    color: #dc3434;
    margin-bottom: 17px;
}

.hns-title {
    color: #2d3036;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hns-link {
    color: #2d3036;
}

.hns-date,
.hns-title,
.hns-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nl-item a:hover .hns-date,
.nl-item a:hover .hns-title,
.nl-item a:hover .hns-link {
    color: #fff;
}

.hns-link svg {
    width: 6px;
    margin: 3px 0 0 5px;
}

.hns-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .hns-img img {
        width: 100%;
    }

/* HACIM HESAPLAMA */

.hacim-hesaplama .row {
    margin: 0 -15px 15px;
}

.hacim-item {
    width: 16.66666667%;
    font-size: 16px;
    text-align: center;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.hacim-item .form-input {
    width: 100%;
    border: 1px solid #dedcdc;
    padding: 5px 10px;
}

.hacim-item .form-input[disabled="true"] {
    opacity: 0.6;
}

.hacim-item span {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin: 0 2px;
    display: inline-block;
}

.hacim-item span i {
    display: inline-block;
    font-style: normal;
    position: relative;
    top: -3px;
}

    .hacim-item strong {
        display: block;
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }

button.hacim-clear-btn {
    width: 100%;
    color: #fff;
    display: block;
    background: #dc3434;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    cursor: pointer;
}

    button.hacim-clear-btn:hover {
        background: #101e3a;
    }

/* SERVICES LIST / DETAIL */
.services-detail-info {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

/*.services-detail-img {
    margin-bottom: 40px;
}*/

    .services-detail-img img {
        width: 100%;
    }

.services-detail-text {
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    /*margin-bottom: 40px;*/
}

    .services-detail-text p {
        margin-bottom: 20px;
    }

    .services-detail-text ul, .services-detail-text ul li {
        list-style-type: disc;
        list-style-position: inside;
    }
    .services-detail-text ol, .services-detail-text ol li {
        list-style-type: disc;
        list-style-position: inside;
        color: #454545;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    .services-detail-text td{
        padding:20px;
    }

    .page-menu ul li {
        display: block;
        margin-bottom: 2px;
    }

.page-menu-link {
    position: relative;
    display: block;
    color: #101e3a;
    background-color: #d6dff2;
    font-size: 18px;
    padding: 15px 35px 15px 60px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .page-menu-link img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 12px;
    }

    .page-menu-link:hover {
        color: #fff;
        background-color: #dc3434;
    }

        .page-menu-link:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

    .page-menu-link.active {
        color: #fff;
        background-color: #101e3a;
        margin-left: -20px;
    }

        .page-menu-link.active img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.fixed-page-menu {
    position: absolute;
    top: 210px;
    right: 0;
    z-index: 5;
}

.page-menu-title {
    position: relative;
    display: none;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 15px;
    background: #d6dff2;
}

    .page-menu-title::after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        width: 3px;
        height: 15px;
        background: #101e3a;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .page-menu-title::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        width: 3px;
        height: 15px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #101e3a;
    }

    .page-menu-title.active::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/* PHOTO GALLERY */

.photo-gallery .row {
    margin: 0 -15px;
}

.photo-gallery.style2 .row {
    margin: 0 -10px;
}

.photo-gallery-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}

.photo-gallery.style2 .photo-gallery-item {
    padding: 0 10px;
}

.pgi-inner {
    position: relative;
    min-height: 180px;
}

.photo-gallery-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.photo-gallery-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.photo-gallery-category {
    margin-bottom: 20px
}
.photo-gallery-category ul {
    display:flex;
    flex-wrap: wrap;
}
    .photo-gallery-category ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        min-width:10%;
    }

        .photo-gallery-category ul li a {
            display: inline-block;
            color: #333;
            font-size: 16px;
            border: 1px solid #333;
            padding: 15px;
            -webkit-transition: all .4s;
            transition: all .4s;
            width: 100%;
            text-align: center;
        }

            .photo-gallery-category ul li a.active {
                color: #fff;
                border: 1px solid #dc3434;
                background-color: #dc3434;
                -webkit-transition: all .4s;
                transition: all .4s;
            }
.photo-gallery-tab {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery-tab.active {
    height: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.photo-gallery.image-gallery {
    min-height: 247px;
}
.photo-gallery-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.photo-gallery-item a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);

}
.photo-gallery-item:hover a::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.vg-item:not(:nth-child(3n+3)) {
    margin-right: 18px;
}

.vg-item {
    width: 32.33%;
    margin-bottom: 25px;
}
    .vg-item a {
        position: relative;
    }
.vg-item-img {
    position: relative;
}
    .vg-item-img img {
        width: 100%;
        max-height: 250px;
    }
.vg-play-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.vg-item-title {
    background: #DC3434;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    padding: 8px 11px;
    min-height: 52px;
    display: flex;
    align-items: center;
}
.services-detail-info img {
    max-width: 100%;
}

.graph-why {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.graph-why .graph-inner {
    width: 100%;
}

    .graph-why .graph-item {
        /*width: 23.35%;*/
        width: 145px;
        position: relative;
        border-radius: 50%;
        background: #ededed;
        /*border: 1px solid #6c3c13;*/
        animation: fadeingraph ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        transform: scale(1);
    }
.graph-why .graph-item:hover {
    cursor: pointer;
    transform: scale(1.07);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@keyframes fadeingraph {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.graph-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
    .graph-row:nth-child(1) {
        justify-content: center;
    }
    .graph-row:nth-child(2) {
        justify-content: space-between;
        width: 80%;
        position: relative;
        top: -30px;
    }
.graph-row:nth-child(3) {
    justify-content: space-between;
    position: relative;
    top: 0;
}
    .graph-row:nth-child(4) {
        justify-content: space-between;
        width:90% ;
        position: relative;
        top: 30px;
    }
.graph-row:nth-child(5) {
    justify-content: space-between;
    width: 56%;
    position: relative;
    top: 35px;
}
.graph-text:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #000000;
    position: absolute;
    left: -10px;
    animation: fadeingraph ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
    .graph-item.graph-item-1 {
        background: #b03532;
        animation-delay: 1s;
    }
.graph-item-1 .graph-text:before {
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    left: -25px;
    bottom: 0;
    color: #b03532;
    animation-delay: 1.5s;
}
.graph-item.graph-item-2 {
    background: #a3cd4d;
    animation-delay: 2s;
}
.graph-item-2 .graph-text:before {
    -webkit-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    transform: rotate(-62deg);
    left: 29px;
    bottom: -35px;
    color: #a3cd4d;
    animation-delay: 2.5s;
}
.graph-item.graph-item-3 {
    background: #34a8c7;
    animation-delay: 9s;
}
.graph-item-3 .graph-text:before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    left: -10px;
    top: -17px;
    color: #34a8c7;
    animation-delay: 9.5s;
}
.graph-item.graph-item-4 {
    background: #7957a4;
    animation-delay: 3s;
}
.graph-item-4 .graph-text:before {
    -webkit-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    transform: rotate(-105deg);
    left: 41%;
    bottom: -38px;
    color: #7957a4;
    animation-delay: 3.5s;
}
.graph-item.graph-item-5 {
    background: #75549d;
    animation-delay: 8s;
}
.graph-item-5 .graph-text:before {
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
    left: 42px;
    top: -40px;
    color: #75549d;
    animation-delay: 8.5s;
}
.graph-item.graph-item-6 {
    background: #39bbdd;
    animation-delay: 4s;
}
.graph-item-6 .graph-text:before {
    -webkit-transform: rotate(-136deg);
    -ms-transform: rotate(-136deg);
    transform: rotate(-136deg);
    left: 64%;
    bottom: -33px;
    color: #39bbdd;
    animation-delay: 4.5s;
}
.graph-item.graph-item-7 {
    background: #a0c84b;
    animation-delay: 7s;
}
.graph-item-7 .graph-text:before {
    -webkit-transform: rotate(114deg);
    -ms-transform: rotate(114deg);
    transform: rotate(114deg);
    left: 79px;
    top: -36px;
    color: #a0c84b;
    animation-delay: 7.5s;
}
.graph-item.graph-item-8 {
    background: #f58828;
    animation-delay: 5s;
}
.graph-item-8 .graph-text:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 109%;
    bottom: auto;
    color: #f58828;
    animation-delay: 5.5s;
}
.graph-item.graph-item-9 {
    background: #be3a37;
    animation-delay: 6s;
}
.graph-item-9 .graph-text:before {
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg);
    left: 87%;
    top: -16px;
    color: #be3a37;
    animation-delay: 6.5s;
}
.graph-why .graph-item:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 80%;
}

.graph-why .graph-item .graph-text {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 1;
}
.graph-why .graph-item:after {
    width: 102%;
    position: absolute;
    height: 102%;
    border-radius: 50%;
    content: '';
    left: -1%;
    bottom: -1%;
    background-image: url("/Content/WebsiteTemplate/img/graph-shadow.png");
    background-size: 100% 105%;
    background-repeat: no-repeat;
    z-index: 0;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.quality-logos {
    width: 100%;
}
.quality-logos ul {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
    .quality-logos ul li {
        padding: 36px;
        border: 1px solid #ededed;
        max-width: 100%;
        width: 300px;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-right: 20px;
        width: 300px;
        max-width: 50%;
        margin-bottom: 20px;
    }

.quality-logos ul li img{
    max-width: 100%;
}

.hide {
    display: none;
}

/* SERVICE MAP */

.services-detail-map {
    position: relative;
    line-height: 0;
}

.sdm-img {
    width: 100%;
}

.sdm-icon {
    position: absolute;
    /*width: 18px;*/
    width: 1.715%;
    z-index: 1;
}

    .sdm-icon::after {
        content: "";
        position: absolute;
        left: -10%;
        bottom: 17%;
        width: 30%;
        height: 15%;
        border-radius: 50%;
        animation: pulse 2s infinite;
        z-index: -1;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 52, 52, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 52, 52, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 52, 52, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 52, 52, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 52, 52, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 52, 52, 0);
    }
}

    .sdm-icon img {
        width: 100%;
    }

.sdm-icon--1 {
    top: 41.4%;
    left: 58%;
    /*width: 42px;*/
    width: 4%;
}

.sdm-icon--1::after {
    left:0;
      bottom:0;
      width: 17%;
      height: 20%;
}

.sdm-icon--2 {
    top: 41.8%;
    left: 52.5%;
}

.sdm-icon--3 {
    top: 38.3%;
    left: 51.3%;
}

.sdm-icon--4 {
    top: 37%;
    left: 49.3%;
}

.sdm-icon--5 {
    left: 30.1%;
    top: 43.2%;
}

.sdm-icon--6 {
    left: 37.5%;
    top: 72.5%;
}

.sdm-icon--7 {
    left: 68.3%;
    top: 51.3%;
}

.sdm-icon--8 {
    left: 70.3%;
    top: 55%;
}

.sdm-icon--9 {
    left: 72%;
    top: 57%;
}

.sdm-icon--10 {
    left: 77%;
    top: 55%;
}

.sdm-icon--11 {
    left: 77.7%;
    top: 59.9%;
}

.sdm-icon--12 {
    left: 78.5%;
    top: 63%;
}

.sdm-icon--13 {
    left: 83.3%;
    top: 63.8%;
}

.sdm-icon--14 {
    left: 81.9%;
    top: 77.3%;
}

.sdm-icon--15 {
    left: 90.3%;
    top: 80%;
}

.sdm-icon--16 {
    left: 90.4%;
    top: 82.5%;
}

.sdm-icon--17 {
    left: 92.5%;
    top: 75%;
}

.sdm-icon--18 {
    left: 83.8%;
    top: 55%;
}

.sdm-icon--19 {
    left: 83.8%;
    top: 52%;
}

.sdm-icon--20 {
    left: 82.3%;
    top: 52.3%;
}

.sdm-icon--21 {
    left: 82.3%;
    top: 50.3%;
}

.sdm-icon--22 {
    left: 83.5%;
    top: 48%;
}

.sdm-icon--23 {
    left: 82.7%;
    top: 46%;
}

.sdm-icon--24 {
    left: 81.7%;
    top: 44%;
}

.sdm-icon--25 {
    left: 85.8%;
    top: 46%;
}

.sdm-icon--26 {
    left: 88.2%;
    top: 45.5%;
}

.sdm-icon--27 {
    left: 89%;
    top: 47%;
}
/*.sdm-icon--28 {
    left: 85.6%;
    top: 47%;
}*/
/*.sdm-icon--29 {
    left: 85.6%;
    top: 47%;
}*/
/*.sdm-icon--30 {
    left: 85.6%;
    top: 47%;
}*/
.sdm-icon--31 {
    top: 51.8%;
    left: 64.2%;
}
.sdm-icon--32 {
    top: 41.8%;
    left: 58.4%;
}
/*.sdm-icon--33 {
    top: 41.8%;
    left: 58.4%;
}*/
/*.sdm-icon--34 {
    top: 41.8%;
    left: 58.4%;
}*/
.sdm-icon--35 {
    top: 43.8%;
    left: 50.4%;
}
.sdm-icon--36 {
    top: 47.8%;
    left: 48.1%;
}
.sdm-icon--37 {
    top: 49%;
    left: 58.1%;
}
.sdm-icon--38 {
    top: 39%;
    left: 51.1%;
}
.sdm-icon.sdm-icon--39 {
    top: 52%;
    left: 65%;
}
.sdm-icon.sdm-icon--40 {
    left: 77.8%;
    top: 61.6%;
}
.sdm-icon.sdm-icon--41 {
    left: 78.8%;
    top: 65.6%;
}
/*.sdm-icon.sdm-icon--42 {
    left: 78.8%;
    top: 65.6%;
}*/
.sdm-icon.sdm-icon--43 {
    left: 59.4%;
    top: 48.6%;
}
.transportation-guide-list .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: center;
}
.transportation-guide-list .container .row .item {
    width: 31%;
    min-height: 0;
    margin-right: 1%;
    margin-left: 1%;
    color: #fff;
    padding: 32px 25px 25px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}

.tgl-img-inner {
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin-bottom: 10px;
}
    .tgl-img-inner img {
        width: 100%;
    }
.tgl-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #002563;
    font-size: 16px;
    transition: all .3s;
}/*KVKK FORM**/
.kvkk-form-inner{
    margin-left:-10px;
    margin-right:-10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.kvkk-form-group-full {
    padding:0 10px;
    width:100%;
    margin-bottom:30px;
}
.kvkk-form-group-half {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 30px;
}
.label-full {
    width: 100%;
    margin-bottom: 30px;
}
.kvkk-form-title {
    width:100%;
}
.kvkk-form-title h2 {
    color: #666562;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 35px;
    margin-top: 0;
}


.kvkk-form-group-full input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .kvkk-form-group-full textarea, .kvkk-form-group-full select, .kvkk-form-group-half input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .kvkk-form-group-half textarea, .kvkk-form-group-half select, .OtherCheck input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    border: 1px solid #cacaca;
    color: #333;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
    font-style: inherit;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.30px;
    background: #fff;
}
.kvkk-form-group-full textarea, .kvkk-form-group-half textarea {
    width: 100%;
    height: 91px;
    border: 1px solid #cacaca;
    color: #333;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
    font-style: inherit;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.30px;
    background: #fff;
    resize: none;
}
.OtherCheck {
    margin-top:30px;
}
.check-multiple-oneline {
    margin-bottom:30px;
}
/*.kvkk-form-group-full label {
    color: #333;
    letter-spacing: -0.20px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 25px;
}*/
.kvkk-form-group-half label {
    width: 100%;
    float: left;
    color: #454545;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
}
.kvkk-form-group-full label {
    width: 100%;
    float: left;
    color: #454545;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
}
.kvkk-form-desc p{
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
}
.kvkk-form .checkbox label::before {
    top: 7px;
}
.kvkk-form .checkbox label::after {
    top: 11px;
}
.check-multiple-oneline {
    margin-bottom: 30px;
    padding: 21px;
    border: 1px solid #cacad0;
    float: left;
}
.kvkk-form-group-full-withborder {
    padding: 21px;
    border: 1px solid #cacad0;
    float: left;
}
.kvkk-bottom-section {
    width: 100%;
}
.kvkk-send-button {
    float: right;
    background-color: #DC3434;
    color: #ffffff;
    border-width: 0;
    width: 150px;
    height: 50px;
    cursor: pointer;
}
button.kvkk-send-button:hover {
    background-color: #333;
}

/*Cookie Preferences**/


.cookie-preferences {
    width:100%;
}
.cookie-preference-desc {
    width:100%;
    margin-bottom:10px;
}
    .cookie-preference-desc p {
        font-family: 'Helvetica Neue' !important;
        color: #454545;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        margin:0 0 20px 0;
    }
.cookie-preference-item {
    width: 100%;
    margin-bottom: 40px;
}
.cookie-preference-item p{
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px 0;
}
    .cookie-preference-item ul{
        width:100%;
        margin-bottom:20px;
    }
    .cookie-preference-item ul li {
        font-family: 'Helvetica Neue' !important;
        color: #454545;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        margin: 0 0 10px 20px;
        list-style-type: disc;
    }
.cookie-preference-choice {
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 24px;
    border-radius: 18px;
    border: 1px solid rgba(37,37,48,.5);
    vertical-align: middle;
    transition: .4s;
}
    .cookie-preference-choice.cookie-preference-choice-checked {
        border: 1px solid rgba(0,127,0,.8);
        transition: .4s;
    }
    .cookie-preference-choice:before {
        transform: translateX(16px);
        left: auto;
        right: 20px;
        transition: .4s;
        content: '';
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: rgba(37,37,48,.5);
        display: block;
        position: absolute;
        top: 3px;
        left: -12px;
        right: auto;
    }
    .cookie-preference-choice.cookie-preference-choice-checked:before {
        background-color: rgba(0,127,0,.8);
        transition: .4s;
        left: auto;
        right: 19px;

    }
    .cookie-preference-choice:after {
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 10px;
        content: 'Off';
        color: rgb(146 146 151);
        transition: .4s;
        display: block;
        position: absolute;
        left: 40px;
        top: -3px;
    }
    .cookie-preference-choice.cookie-preference-choice-checked:after {
        content: 'On';
        color: rgb(51 153 51);
        transition: .4s;
    }
/*********************/

/**CookieBox*/



.cookieBoxPopUp {
    width: 100%;
    background: #ffffff;
    margin: 0 auto 60px auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    max-height: 100vh;
}


.cookieBoxInner {
    width: 100%;
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}

    .cookieBoxInner a {
        font-family: 'Helvetica Neue' !important;
        color: #454545;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400
    }

.cookieBoxTitle {
    width: 100%;
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.cookieBoxText {
    width: 100%;
    margin-bottom: 30px;
}

.cookieBoxOptions {
    width: 100%;
}

.cookieBoxOption {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 90px;
}

    .cookieBoxOption:last-child {
        margin-right: 0px;
    }

    .cookieBoxOption button {
        border: 0px solid #ffffff;
        background: #ffffff;
        font-family: 'Helvetica Neue' !important;
        color: #454545;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        padding: 0 0 0 50px;
        margin: 0 0 0 0;
        position: relative;
        cursor: pointer;
        transition: 3s all;
    }

        .cookieBoxOption button:before {
            position: absolute;
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #101e3a;
            transition: 3s all;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            margin: auto 0;
        }

        .cookieBoxOption button:hover {
            color: #00ff21;
            transition: 3s all;
        }

.cookieBoxPopUp.cookieAlreadyAccepted .cookieBoxFirstOption button:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #101e3a;
    transition: 3s all;
    top: 0;
    bottom: 0;
    left: 3px;
    right: auto;
    margin: auto 0;
}
.calculate-form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.calc-f-left, .calc-f-right {
    width: 48%;
}
.calc-f-left {
    padding: 20px;
    background: #fdfdfd;
    border-radius: 20px;
    border: 1px solid #ededed;
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.10), 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.calc-f-right {
    padding: 20px;
    background: #fdfdfd;
    border-radius: 20px;
    border: 1px solid #ededed;
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.10), 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.calculate-form .row{
    margin-bottom:10px;
}
.calculate-form .row{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.calculate-form .row .col-md-6{
    width:auto;
    max-width:50%;
    min-width:112px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding-right:5px;
}
    .calculate-form .row .col-md-6:last-child {
        padding-right: 0;
    }
    .calculate-form .row .col-md-6 span {
        font-weight: 500;
        color: #101e3a;
        line-height: 22px;
        font-size: 16px;
    }
.calculate-form .form-input {
    width: 100%;
    border: 1px solid #dedcdc;
    padding: 5px 10px;
}
.calculate-form input.form-input:disabled {
    background: #dbe9ed;
}
button.calc-clear-btn {
    width: 100%;
    color: #fff;
    display: block;
    background: #dc3434;
    border: none;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 26px;
}
.btn-calc {
    margin: 0 14px 0 0;
}

    button.calc-clear-btn:hover {
        background: #f95e5e;
    }
button.calc-getresult-btn {
    width: 100%;
    color: #fff;
    display: block;
    background: #101e3a;
    border: none;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 26px;
}

button.getresult-clear-btn:hover {
    background: #345088;
}
/* MEDIA */
@media(max-width: 1229px) {
    .nl-item, .job-list-item {
                width: 50%;
            }

            .hacim-item {
                width: 20%;
            }

            .services-detail-text img {
                max-width: 100%;
            }
    .vg-item:not(:nth-child(3n+3)) {
        margin-right: 14px;
    }
    .vg-item-img img {
        max-height: 200px;
    }
        }

        @media (max-width: 991px) {
            .contact-page .page-banner-content {
                padding-left: 55px;
            }

            .career-img {
                display: none;
            }

            .career-text {
                width: 100%;
                padding: 0;
            }

            .ship-info-table {
                display: block;
                width: 100%;
                overflow-x: auto;
            }

                .ship-info-table table {
                    table-layout: auto;
                }

                    .ship-info-table table tbody tr td,
                    .ship-info-table table thead tr th {
                        min-width: 150px;
                        padding: 10px;
                    }

            .ref-item {
                width: 25%;
            }

            .photo-gallery-item {
                width: 33.33%;
            }
            

            .vg-item:not(:nth-child(3n+3)) {
                margin-right: 0;
            }
            .vg-item:not(:nth-child(2n+2)) {
                margin-right: 15px;
            }

            .vg-item {
                width: 49%;
                margin-bottom: 15px;
            }
        }

        @media (max-width: 767px) {
            .transportation-guide-list .container .row .item {
                width: 48%;
            }

            .nl-item,
            .job-list-item {
                width: 100%;
            }

            .fixed-social {
                display: none;
            }

            .page-banner-content {
                padding: 0 15px;
            }

            .top-forms-link {
                display: none;
                bottom: 0;
                right: 0;
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                top: auto;
            }

            .container-fixed-form {
                width: 257px;
            }

                .container-fixed-form.active {
                    transform: translate(-210px);
                    -webkit-transform: translate(-210px);
                    -ms-transform: translate(-210px);
                }

            .page-banner-title {
                font-size: 26px;
            }

            .page-menu {
                margin-bottom: 30px;
            }

            .services-detail-info {
                font-size: 20px;
            }

            .page-menu-title {
                display: block;
            }

            .page-menu ul {
                display: none;
            }

            .fixed-page-menu {
                position: static;
            }

            .page-menu-link.active {
                margin-left: 0;
            }

            .contact-page .page-banner-content {
                padding-left: 0;
            }

            .contact-page .page-nav,
            .contact-page .page-banner-title {
                text-align: center;
            }

            .contact-left,
            .contact-right {
                width: 100%;
                padding-right: 0;
            }

            .contact-form-top {
                padding: 30px 15px;
            }

            .contact-form-bottom {
                padding: 15px 15px 0 15px;
            }

            .references-text {
                margin-bottom: 30px;
            }

            .references-list .row {
                margin: 0 -15px;
            }

            .ref-item {
                width: 50%;
                padding: 0 15px;
            }

            .page-content {
                padding-left: 15px;
                padding-right: 15px;
            }

            .ship-search-form .form-group {
                display: block;
            }

            .ship-search-form input,
            .ship-search-form .hts-date input,
            .ship-search-form .hts-no input,
            .contact-form .half {
                width: 100%;
            }

            .ship-info {
                padding: 30px 15px;
            }

            .photo-gallery-item {
                width: 50%;
            }

            .ship-search-form .submit button {
                width: 100%;
            }

            .hacim-hesaplama .row {
                margin: 0 -5px 10px;
            }

            .hacim-item {
                font-size: 14px;
                padding: 0 5px;
            }

                .hacim-item strong {
                    font-size: 12px;
                    line-height: 1.2;
                }

            .contact-item-inner .contact-map {
                width: 100%;
            }

            .contact-item-text {
                width: 100%;
                padding-right: 0;
            }

            .contact-item-map {
                width: 100%;
                padding-left: 0;
                margin-top: 20px;
            }

            .contact-item-inner .contact-map {
                top: 0;
                position: relative;
            }
            .vg-item {
                width: 100%;
            }

            .vg-item:not(:nth-child(2n+2)) {
                margin-right: 0;
            }
            .vg-item-img img {
                max-height:unset;
                height:auto;
            }
            .calc-f-left, .calc-f-right {
                width:100%;
            }
            .calc-f-left {
                margin-bottom:30px;
            }

        @media (max-width:630px) {
            .kvkk-form-group-half {
                width: 100%;
            }
        }

        @media (max-width: 600px) {
            .graph-text:before {
                font-size: 18px;
            }

            .graph-item-1 .graph-text:before {
                left: -5px;
            }

            .graph-item-2 .graph-text:before {
                bottom: -27px;
            }

            .graph-item-4 .graph-text:before {
                bottom: -31px;
            }

            .graph-item-6 .graph-text:before {
                bottom: -25px;
            }

            .graph-item-8 .graph-text:before {
                left: 98%;
            }

            .graph-item-9 .graph-text:before {
                top: -9px;
            }

            .graph-item-7 .graph-text:before {
                top: -30px;
            }

            .graph-item-5 .graph-text:before {
                top: -32px;
            }

            .graph-item-3 .graph-text:before {
                left: -1px;
                top: -3px;
            }
        }

        @media (max-width:568px) {

            .graph-why .graph-item {
                width: 108px;
            }
        }

        @media (max-width:480px) {
            .graph-item .graph-text:before {
                display: none;
            }

            .transportation-guide-list .container .row .item {
                width: 100%;
            }
        }

        @media (max-width:435px) {

            .graph-why .graph-item {
                width: 108px;
            }

            .graph-row:nth-child(5) {
                justify-content: space-between;
                width: 70%;
                position: relative;
                top: 35px;
            }

            .graph-row:nth-child(4) {
                width: 95%;
            }

            .graph-row:nth-child(2) {
                width: 89%;
            }
        }

        @media (max-width:360px) {
            .graph-row {
                display: block;
                top: 0 !important;
                bottom: 0 !important;
            }

            .graph-item {
                opacity: 1 !important;
                margin: 0 auto 20px auto;
                -webkit-animation-duration: none !important;
                animation-duration: none !important;
                -webkit-animation-fill-mode: none !important;
                animation-fill-mode: none !important;
                animation: initial !important;
            }
        }
        /* MIN */
        @media (min-width: 1230px) {
            .page-content.references .container {
                width: 1155px;
            }

            .page-content {
                min-height: 404px;
            }

                .page-content.small-container .container {
                    width: 1050px;
                }
        }

        @media(min-width: 1288px) {
            .oversize-img img {
                max-width: 120%;
                left: -10%;
                position: relative;
            }
        }
        /* IE10+ CSS */
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .cff-title span {
                width: 115px;
                top: auto;
                left: auto;
                bottom: auto;
                right: auto;
                transform-origin: 50% 50%;
                transform: rotate(90deg) translate(57px, 43px)
            }


            .offer-form-link a {
                width: 105px;
                top: auto;
                left: auto;
                bottom: auto;
                right: auto;
                transform-origin: 50% 50%;
                transform: rotate(90deg) translate(60px,24px);
            }


            html[lang="en"] .offer-form-link a {
                transform: rotate(90deg) translate(54px,-28px);
            }

            html[lang="en"] .cff-title span {
                transform: rotate(90deg) translate(55px,-37px);
            }


            .footer-logos ul li {
                width: 50% !important;
            }
        }
