/* 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 '/'
(2848,24): run-time error CSS1046: Expect comma, found '18'
(2848,30): 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;
    }
}

/**
 * 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%}

.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}}

.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);
}

/*
  **SADECE ANASAYFAYA AIT CSS**
*/
/* HOME TOP */
.home-top {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-top-search {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
}

.hts-title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    text-shadow: 4px 2px 2px rgba(0,0,0,.36);
}

    .home-top-search .form-group {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }


    .home-top-search input {
        width: 370px;
        height: 55px;
        line-height: 55px;
        position: relative;
        border: none;
        background: rgba(255, 255, 255, 0.9);
        color: #454550;
        font-size: 18px;
        font-family: inherit;
        padding: 0 15px;
        outline: none;
    }

    .home-top-search .submit {
        margin-right: 0;
    }

        .home-top-search .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%;
            outline: none;
            cursor: pointer;
            transition: all 0.4s;
        }

            .home-top-search .submit button:hover {
                color: #d83a30;
                background: #fff url("/Content/WebsiteTemplate/img/hts-submit-icon-red.png") no-repeat 50% 50%;
            }


/* 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%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.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(-310px);
        -webkit-transform: translate(-310px);
        -ms-transform: translate(-310px);
    }

.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: 22px 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 .home-top-search {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
    text-align: left;
}*/


.container-fixed-form .ship-search-form .hts-no input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    font-family: inherit;
    border: 1px solid #e6e6e6;
}

.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;
    display: block;
    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;
    transition: all 0.4s;
}

.container-fixed-form .ship-search-form .submit {
    width: 50px;
    display: block;
    float: left
}

.container-fixed-form .ship-search-form {
    margin-top: 10px
}


.fixed-social {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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 {
    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;
}*/

.ulasim-list {
    position: absolute;
    bottom: 16%;
    left: 75px;
    z-index: 9;
}

.ulasim-list-inner {
    position: absolute;
    bottom: 53px;
    left: 9px;
    padding-bottom: 20px;
    visibility: hidden;
}

    .ulasim-list-inner.active {
        visibility: visible;
    }

    .ulasim-list-inner::before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 0;
        left: 15px;
        width: 1px;
        background: url(/Content/WebsiteTemplate/img/home-rehber-line.png) no-repeat bottom center;
        transition: all 1.8s linear;
        -webkit-transition: all 1.8s linear;
    }

    .ulasim-list-inner.active::before {
        height: 100%;
    }

.ulasim-open {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.ulasim-open a{
    color: #fff;
}
    .ulasim-open img {
        margin-right: 5px;
    }

.ulasim-list-inner li {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    /*padding: 3px 0;*/
    margin-bottom: 20px;
    /*background: #1c83cc;*/
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ulasim-list-inner.active li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .ulasim-list-inner.active li:first-child {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .ulasim-list-inner.active li:nth-child(2) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .ulasim-list-inner.active li:nth-child(3) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .ulasim-list-inner.active li:nth-child(4) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .ulasim-list-inner.active li:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.ulasim-list-inner li:last-child {
    margin: 0;
}

/*not active*/
.ulasim-list-inner li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ulasim-list-inner li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.ulasim-list-inner li:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.ulasim-list-inner li:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.ulasim-list-inner li:nth-child(5) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.ulasim-list-inner li:nth-child(6) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.ulasim-list-inner li a {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

    .ulasim-list-inner li a:hover {
        color: #dc3434;
    }

        .ulasim-list-inner li a:hover .uli-icon {
            background-color: #dc3434;
        }

.uli-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    /*background-color: #1a274a;*/
    transition: all 0.3s;
}

    .uli-icon 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%;
    }

/* HOME SLIDER */
.main-slider {
    position: relative;
    z-index: 5;
    background: #101e3a url(/Content/WebsiteTemplate/img/iframe-loader.gif) no-repeat 50% 50%;
}

    .main-slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 18%;
        transform: translateX(-50%);
        z-index: 5;
    }

    .main-slider .owl-dot {
        background: #fff;
        outline: none;
        border: none;
        width: 14px;
        height: 14px;
        margin: 0 3px;
        opacity: 0.5;
        border-radius: 50%;
    }

        .main-slider .owl-dot.active {
            opacity: 1;
        }

    .main-slider .item {
        position: relative;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #101e3a;
    }

        .main-slider .item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 49%;
            background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
            z-index: 1;
        }

        .main-slider .item::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            height: 49%;
            background: -webkit-linear-gradient(bottom, #101e3a 0%, rgba(15, 27, 53, 0.4) 26%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(0deg, #101e3a 0%, rgba(15, 27, 53, 0.4) 26%, rgba(0, 0, 0, 0) 100%);
        }
.item-special:before{
    display:none;
}
.slide-text {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 690px;
    overflow: hidden;
    z-index: 5;
}

.slide-desc {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
}
.slide-desc-smaller {
    font-size: 36px;
    line-height: 38px;
}
.active .slide-desc {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slide-text-wider {
    width: 878px;
    max-width: 100%;
}


.slide-desc-smaller b {
    width: 100%;
    margin-top: 5px;
    font-size: 40px;
    line-height: 42px;
    color: #ed1c24;
}
/* HOME SERVICES */
.home-services {
    background-color: #101e3a;
    padding-top: 45px;
}

.hs-left {
    width: 73.5%;
    float: left;
    padding: 10px 35px 0 0;
}

.hs-right {
    width: 26.5%;
    float: left;
    overflow: hidden;
}

    .hs-right img {
        width: 100%;
        max-height: 493px;
        border-top: 4px solid #dc3434;
    }

.fadeAnim {
    -webkit-animation: fadeAnimate 0.4s ease forwards;
    animation: fadeAnimate 0.4s ease forwards;
}

@-webkit-keyframes fadeAnimate {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeAnimate {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hs-title {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
    margin: 0;
}

    .hs-title::after {
        content: "";
        display: block;
        width: 163px;
        border-top: 3px solid #dc3434;
        margin: 10px 0 35px;
    }

.home-services-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-services-slider .item {
    position: relative;
    min-height: 100%;
    padding-bottom: 53px;
}

.home-services-slider .item a {
    display: block;
}

.hss-title {
    color: #e6e8ed;
    /*font-size: 30px;*/
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin: 0 0 15px;
}

.hss-desc {
    color: #8b8f99;
    font-size: 16px;
    /*margin-bottom: 30px;*/
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 140px;
    overflow: hidden;
}

.hss-desc p {
    text-align: unset !important;
    margin: 0;
}

.hss-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    line-height: 47px;
    background-color: #dc3434;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .hss-arrow svg {
        position: relative;
        top: 2px;
        width: 14px;
        height: 16px;
        margin-right: 10px;
    }

.item:hover .hss-arrow {
    width: 100%;
    color: #dc3434;
    background-color: #fff;
}

/* HOME ABOUT */
.home-about {
    padding: 30px 0 80px;
}

    .home-about .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.ha-img {
    width: 37.08333333333333%;
    padding-right: 30px;
}

    .ha-img img {
        max-width: 100%;
    }

.ha-text {
    width: 62.91666666666667%;
}

.ha-title {
    color: #454545;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px;
}

.ha-desc {
    color: #454545;
    font-size: 16px;
}

    .ha-desc p {
        line-height: 1.5;
        margin-bottom: 23px;
    }

        .ha-desc p:first-child {
            font-size: 20px;
        }

.ha-link {
    margin-top: 15px;
}

    .ha-link a {
        position: relative;
        display: inline-block;
        color: #fff;
        background-color: #dc3434;
        padding: 13px 25px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
    }

        .ha-link a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #101E3A;
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            z-index: -1;
        }

        .ha-link a:hover {
            color: #fff;
        }

        .ha-link a:hover::before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

/* HOME SHIP INFO */
.home-ship-info {
    background: url("/Content/WebsiteTemplate/img/home-ship-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 50px 0;
}

.hsi-title {
    color: #fff;
    font-size: 24px;
    /*font-weight: 200;*/
    margin: 0 0 15px;
}

    .hsi-title img {
        margin-right: 10px;
    }

.hsi-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);
}

    .hsi-table table thead tr {
        border-bottom: 1px solid #8996ab;
    }

    .hsi-table table tbody tr:nth-child(1n+8) {
        display: none;
    }

        .hsi-table table thead tr th {
            color: #c5c8cc;
            font-weight: 400;
            padding: 13px 10px;
        }

        .hsi-table table thead tr th:nth-child(9) {
            width: 150px;
        }

    .hsi-table table tbody tr {
        border-bottom: 1px solid rgba(137, 150, 171, 0.37);
    }

        .hsi-table table tbody tr td {
            color: #fff;
            font-weight: 400;
            padding: 15px 10px 13px;
        }

.hsi-show-more {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 30px;
}

    .hsi-show-more svg {
        display: block;
        width: 13px;
        height: 20px;
        color: #ee3f34;
        margin: 0 auto;
    }

    .hsi-show-more span {
        display: inline-block;
        cursor: pointer;
    }

        .hsi-show-more span:hover svg {
            color: #fff;
        }

        .hsi-show-more span:last-child svg {
            transform: rotate(180deg);
        }

/* HOME NEWS */
.home-news {
    padding: 55px 0 130px;
}

.hn-top {
    /*max-width: 780px;*/
}

.hn-title {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    float: left;
    margin: 0;
}

.hn-all-link {
    position: relative;
    top: 21px;
    float: right;
}

    .hn-all-link a {
        display: inline-block;
        color: #dc3434;
        text-decoration: underline;
        font-weight: 600;
    }

        .hn-all-link a:hover {
            color: #333;
            text-decoration: none;
        }

.home-news-slider.owl-carousel .owl-stage-outer {
    padding: 40px 0;
}

.home-news-slider .item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 25px 25px;
    /* background-color: #192668;*/
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*.home-news-slider .owl-item.active:nth-child(2) .item:not(:hover) a {
    background-color: #1a2b61;
}*/

.home-news-slider .owl-dot {
    width: 52px;
    height: 3px;
    padding: 0;
    border: 0;
    background-color: #d6d6d6;
    outline: none;
    margin-right: 4px;
}

    .home-news-slider .owl-dot.active {
        background-color: #dc3434;
    }

.hns-date {
    color: #9398a9;
    margin-bottom: 17px;
}

.hns-title {
    color: #2d3036;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hns-link {
    color: #fff;
}

    .hns-link svg {
        width: 6px;
        height: 12px;
        margin: 3px 0 0 5px;
    }

.hns-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  /*  -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/
  /*  -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%;
    }

.hns-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.hsi-head {
    display: flex;
    justify-content: space-between;
}
.home-ship-info-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hsit-tab a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.hsit-tab {
    background: #16304b;
    border: 1px solid #6b7a8c;
    margin-right: 10px;
   
    padding: 3px 14px;
}
.hsit-tab.hsit-tab-active {
    background: #dc3434;
    border: 1px solid #172f4b;
   
}
   
        .hsit-tab.hsit-tab-active a {
            color: #ffffff;
        }
    .hsi-tab {
        display: none;
    }
    .hsi-tab.hsi-tab-active{
        display: block;
    }

    /**CookiePopUp*/

/**CookiePopUp*/

.cookieBarPopUpCover {
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    height: 100%;
    background: rgb(18 18 19 / 70%);
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(100%);
    -ms-transform: scale(100%);
    transform: scale(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: scroll;
    padding-top: 20px;
}

.cookieBarPopUp {
    width: 900px;
    background: #ffffff;
    margin: 0 auto;
    max-width: 100%;
    padding: 60px;
    position: relative;
    max-height: 100vh;
}
.cookieClose{
    position:absolute;
    width:60px;
    height:60px;
    right:0;
    top:0;
    background:#101e3a;
    cursor:pointer;
}
    .cookieClose:before {
        width:30px;
        height:2px;
        background:#dc3434;
        display:block;
        content:'';
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
        transform:rotate(45deg);
    }
    .cookieClose:after {
        width: 30px;
        height: 2px;
        background: #dc3434;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(135deg);
    }
.cookieBarPopUpInner {
    width: 100%;
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}
.cookieBarPopUpInner a{
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400
}
.cookieBarPopTitle {
    width: 100%;
    font-family: 'Helvetica Neue' !important;
    color: #454545;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom:20px;
}
.cookieBarPopText{
    width:100%;
    margin-bottom:30px;
}
.cookieBarPopOptions {
    width:100%;
}
.cookieBarPopOption {
    width:100%;
    margin-bottom:20px;
    margin-right:90px;
}
.cookieBarPopOption:last-child{
    margin-right: 0px;
}
    .cookieBarPopOption 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;
    }
        .cookieBarPopOption 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;
        }
    .cookieBarOption button:hover {
        color: #00ff21;
        transition: 3s all;
    }


.cookieBarPopUpCover.cookieAlreadyAccepted .cookieBarPopFirstOption 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;
}
.cookieBarPopUpCover.cookiePopUpClosed {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
/* MEDIA */
@media(max-width: 1600px) {
    .slide-desc {
        font-size: 40px;
    }
}

@media (max-width: 1229px) {
    .hs-left {
        width: 68%;
    }

    .hs-right {
        width: 32%;
    }

    .hns-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .slide-desc {
        font-size: 35px;
    }

    .ulasim-list {
        bottom: 5%;
    }
}

@media (max-width: 991px) {
    .main-slider .owl-dots {
        display: none;
    }
    .home-top-search {
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        max-width: inherit;
        padding: 0 65px;
    }

        .home-top-search .form-group {
            margin-bottom: 12px;
        }

    .hs-left {
        width: 63%;
    }

    .hs-right {
        width: 37%;
    }

    .hsi-table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

        .hsi-table table {
            table-layout: auto;
        }

            .hsi-table table tbody tr td,
            .hsi-table table thead tr th {
                min-width: 150px;
                padding: 10px;
            }
    .cookieBarPopUp {
        padding: 50px 30px;
    }

    .cookieBarPopUpInner {
        font-size: 14px;
    }

        .cookieBarPopUpInner a {
            font-size: 14px;
        }

    .cookieBarPopOption button {
        font-size: 14px;
    }

    .cookieBarPopTitle {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hsit-tab {
        width: 100%; 
        margin-bottom: 5px;
        text-align: center;
    }
    .home-top-search input {
        font-size: 16px;
    }
    .top-forms-link {
        display: none;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .container-fixed-form {
        width: 257px;
    }

        .container-fixed-form.active {
            transform: translate(-210px);
            -webkit-transform: translate(-210px);
            -ms-transform: translate(-210px);
        }
    .ulasim-list {
        left: 10px;
    }
    .home-top-search {
        padding: 0 15px;
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
        top: auto;
        bottom: 300px;
    }

    .home-top-search .form-group,
    .home-top-search input,
    .home-top-search .submit button {
        display: block;
        width: 100%;
    }
    .slide-text,
    .fixed-social {
        display: none;
    }

    .hs-left {
        width: 100%;
        padding-right: 0;
    }

    .hs-right,
    .home-news-slider .owl-dots {
        display: none;
    }

    .ha-img img {
        max-height: 100px;
    }

    .ha-title {
        font-size: 36px;
    }

    .home-about,
    .home-services,
    .home-ship-info,
    .home-news {
        padding: 30px 15px;
    }

        .home-about .container {
            display: block;
        }

    .ha-img,
    .ha-text {
        width: 100%;
        padding-right: 0;
    }

    .hn-all-link {
        top: 0;
        float: left;
    }

    .home-news-slider.owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .hn-top {
        margin-bottom: 15px;
    }
   /* .home-news-slider .item a{
        display:block;
    }*/
    .hns-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
    .hns-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

/* HEIGHT */

@media(max-height: 680px) {
    .main-slider .owl-dots {
        bottom: 5%;
    }
}

/*MIN*/
@media (min-width: 768px) {
    .home-news-slider .owl-item:hover {
        z-index: 5;
    }

    .home-news-slider .item a:hover {
        background: #fff;
        box-shadow: 0 0 18px 0px rgba(197, 199, 207, 0.29);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 1;
    }

    .item a:hover .hns-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .item a .hns-title {
        color: #2d3036;
    }

    .item a .hns-date {
        color: #dc3434;
    }

    .item a .hns-link {
        color: #2d3036;
    }
    .item a .hns-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity:0;
    }
    .item a:hover .hns-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .owl-item.active.first .item a {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .owl-item.active .hns-img {
        opacity:1;
    }
  /*  .owl-item.active.first .item:hover a {
        left: 25px;
    }*/

    .owl-item.active.last .item a {
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

  /*  .owl-item.active.last .item:hover a {
        left: -25px;
    }*/

    .home-news-slider .owl-stage:not(:hover) .owl-item.active.last {
        z-index: 5;
    }

        .home-news-slider .owl-stage:not(:hover) .owl-item.active.first .item a {
            background: #fff;
            box-shadow: 0 0 18px 0px rgba(197, 199, 207, 0.29);
            z-index: 1;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            left: -25px;
        }

            .home-news-slider .owl-stage .owl-item.active .item a .hns-text {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                flex: 1 1 100%;
            }

            .home-news-slider .owl-stage:not(:hover) .owl-item.active.last .item a .hns-title {
                color: #2d3036;
            }

            .home-news-slider .owl-stage:not(:hover) .owl-item.active.last .item a .hns-date {
                color: #dc3434;
            }

            .home-news-slider .owl-stage:not(:hover) .owl-item.active.last .item a .hns-link {
                color: #2d3036;
            }

            .home-news-slider .owl-stage .owl-item.active .item a .hns-img {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }
}

@media(min-width: 1230px) {
    .home-services-slider .owl-item:nth-child(3) .hss-desc {
        position: relative;
        max-height: 100px;
    }
        html[lang="tr"] .home-services-slider .owl-item:nth-child(3) .hss-desc::after {
            content: "...";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 97px;
            height: 16px;
            line-height: 15px;
            text-align: left;
            background-color: #101e3a;
        }
}

/* 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;
    }
}
