@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&amp;display=swap");

.scrollBar::-webkit-scrollbar {
    width: 5px;
}

.scrollBar::-webkit-scrollbar-track {
    background: transparent;
    margin-right: 5px !important;
    border-radius: 30px;
}

.scrollBar::-webkit-scrollbar-thumb {
    background-color: #426DA5;
    border-radius: 30px;
    /*damla*/
}

.scrollBar::-webkit-resizer {
    margin-right: 10px;
}

/* CSS Document */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    color: #778692;
}

    body.fancybox-active {
        height: 100%;
    }

form {
    width: 100%;
    height: 100%;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a, a img {
        text-decoration: none;
        outline: none;
        border: none;
    }

.clr {
    clear: both;
    height: 0;
}

::-webkit-input-placeholder {
    color: #707070;
}

:-moz-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

::selection {
    background: #1691CE;
    color: #fff;
}

::-moz-selection {
    background: #1691CE;
    color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

:before {
    font-family: IcoFont;
    font-style: normal;
}

section {
    position: relative;
}

    section h2 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 50px;
        color: #1B4298;
    }

        section h2.metricsTitle {
            font-size: 25px;
            font-weight: 600;
        }

    section h1 {
        font-size: 40px;
        font-weight: 300;
        color: #1B4298;
        margin-bottom: 35px;
    }

    section p {
        font-size: 20px;
        font-weight: 400;
        color: #778692;
    }

.content {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

    .content:after {
        display: block;
        width: 100%;
        height: 0;
        clear: both;
        content: "";
    }

#cookieseal-banner .cookieseal-banner-body {
    padding: 50px !important;
    background-color: #1B4298 !important;
}

/* .btn{box-shadow: 0px 0px 38px #96B0CB4F; background:#fff; line-height:60px; font-size:11px; color:#1691CE; @include rounded(30px); padding:0 40px; font-weight:bold;}*/
/* Forms */
.formArea {
    padding-right: 10%;
    margin-top: 70px;
}

    .formArea input, .formArea textarea, .formArea button, .formArea select {
        width: 100%;
        padding: 25px 20px;
        height: 100%;
        border: 1px solid #C6D5D4;
        resize: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        background: none;
        font-size: 17px;
        font-weight: 600;
        color: #778692;
    }

        .formArea input:focus, .formArea textarea:focus, .formArea button:focus, .formArea select:focus {
            border: 1px solid #426DA5;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .formArea .form-label {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 17px;
        transition: all 0.5s ease-in-out 0s;
        font-weight: 600;
    }

        .formArea .form-label.formLabel {
            top: 15px;
            font-size: 10px;
            left: 0px;
            color: #1B4298;
            left: 20px;
        }

    .formArea textarea {
        min-height: 150px;
    }

    .formArea button {
        width: 100%;
        height: 70px;
        background-color: #426DA5;
        /*damla*/
        color: white;
        font-weight: 600;
        cursor: pointer;
        border: 1px solid transparent;
        position: relative;
        text-align: left;
        font-weight: 600;
        font-size: 17px;
    }

        .formArea button:after {
            content: "";
            width: 30px;
            height: 20px;
            background: url(../images/icons/rightWhiteArrow.svg) no-repeat;
            position: absolute;
            right: 50px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .formArea button:focus {
            border: 1px solid transparent;
        }

        .formArea button:hover {
            background-color: #1B4298;
            padding-left: 30px;
        }

            .formArea button:hover:after {
                right: 20px;
            }

    .formArea .row {
        justify-content: space-between;
        margin-bottom: 2%;
    }

        .formArea .row .col.col-4 {
            width: 49%;
            position: relative;
        }

        .formArea .row .col.col-8 {
            position: relative;
        }

        .formArea .row .col.col-3 {
            width: 25%;
        }

        .formArea .row .col.col-5 {
            width: 75%;
        }

            .formArea .row .col.col-5 input[type=checkbox] + label {
                margin-bottom: 10px;
            }

        .formArea .row .col.labelGroup {
            display: flex;
            margin-bottom: 10px;
        }

            .formArea .row .col.labelGroup label {
                margin-right: 50px;
            }

    .formArea .captcha {
        position: relative;
    }

        .formArea .captcha img {
            position: absolute;
            left: 0;
            height: 100%;
            width: 150px;
        }

        .formArea .captcha input {
            padding-left: 170px;
        }

    .formArea .chckBox-validate {
        position: absolute;
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0px !important;
    }

    .formArea input[type=checkbox] {
        display: none;
        appearance: none;
    }

        .formArea input[type=checkbox] + label {
            cursor: pointer;
            position: relative;
            padding-left: 30px;
            font-size: 14px;
            color: #778692;
            font-weight: 400;
            line-height: 1.3;
            display: inline-block;
            cursor: default;
        }

            .formArea input[type=checkbox] + label a {
                color: #778692;
                font-weight: bold;
            }

            .formArea input[type=checkbox] + label:before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 20px;
                border: 1px solid #C6D5D4;
                position: absolute;
                top: 50%;
                left: 0px;
                opacity: 1;
                transition: all 0.3s;
                transform: translateY(-50%);
            }

            .formArea input[type=checkbox] + label:after {
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                background: #778692;
                position: absolute;
                top: 50%;
                left: 5px;
                opacity: 0;
                transition: all 0.3s;
                transform: translateY(-50%);
            }

        .formArea input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

    .formArea input[type=radio] {
        position: absolute;
        opacity: 0;
        width: 0px;
    }

        .formArea input[type=radio] + label {
            position: relative;
            cursor: pointer;
            font-size: 17px;
            line-height: 2;
            display: -webkit-box;
        }

            .formArea input[type=radio] + label:before {
                content: "";
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 36px;
                height: 36px;
                border-radius: 100%;
                float: left;
                box-shadow: 0px 3px 10px rgba(62, 65, 76, 0.05);
                background: #E5EAED;
            }

        .formArea input[type=radio]:checked + label:after {
            content: "";
            position: absolute;
            background: #1B4298;
            width: 20px;
            height: 20px;
            left: 8px;
            top: 8px;
            border-radius: 100%;
        }

/* Forms*/
i.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    font-style: normal;
    position: relative;
}

    i.icon.feedbackIco {
        background-image: url(../images/icons/feedback.html);
    }

    i.icon.mailIco {
        background-image: url(../images/icons/mail.html);
        width: 17px;
        height: 14px;
    }

    i.icon.messageIco {
        background-image: url(../images/icons/message.html);
    }

    i.icon.phoneIco {
        background-image: url(../images/icons/phone.svg);
        width: 18px;
        height: 18px;
    }

    i.icon.searchIco {
        background-image: url(../images/icons/search.svg);
        width: 17px;
        height: 17px;
    }

.arrowBtn {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .arrowBtn:after {
        width: 35px;
        height: 4px;
        display: block;
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #1B4298;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }

    .arrowBtn:before {
        width: 4px;
        height: 20px;
        display: block;
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #1B4298;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }

    .arrowBtn.whiteArrow:after {
        background-color: white;
    }

    .arrowBtn.whiteArrow:before {
        background-color: white;
    }

    .arrowBtn.right:after {
        bottom: 0px;
        left: 0px;
    }

    .arrowBtn.right:before {
        right: 7px;
        bottom: -1px;
        transform: rotate(-45deg);
    }

    .arrowBtn.left:before {
        left: 7px;
        top: -1px;
        transform: rotate(-45deg);
    }

    .arrowBtn:hover:after {
        background-color: #426DA5;
    }

    .arrowBtn:hover:before {
        background-color: #426DA5;
    }

    .arrowBtn:hover.right:after {
        width: 70px;
    }

    .arrowBtn:hover.right:before {
        right: -28px;
    }

    .arrowBtn:hover.left:after {
        width: 70px;
    }

.btn {
    float: left;
    line-height: 60px;
    position: relative;
    background: #426DA5;
    width: 224px;
    height: 60px;
    padding-left: 30px;
}

    .btn span {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 18px;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-position: right center;
        background-repeat: no-repeat;
        line-height: 30px;
        font-weight: 600;
    }

    .btn:before {
        width: 0px;
        height: 60px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #1B4298;
    }

    .btn:hover {
        color: #fff;
    }

        .btn:hover span {
            background-image: url(../images/icons/rightWhiteArrow.svg);
            padding: 0 60px 0 20px;
            color: #fff;
        }

        .btn:hover:before {
            width: 100%;
        }

.angleBtn {
    background: linear-gradient(#426DA5 0%, #426DA5 100%);
    width: 260px;
    height: 260px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    padding: 0px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

    .angleBtn:hover {
        background: linear-gradient(#426DA5 0%, #426DA5 100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .angleBtn:hover .arrowBtn.right:after {
            width: 70px;
        }

        .angleBtn:hover .arrowBtn.right:before {
            right: -28px;
        }

    .angleBtn.center {
        right: -130px;
        top: 50%;
        transform: translateY(-50%);
    }

    .angleBtn.right {
        right: 0;
        bottom: 0;
    }

    .angleBtn.leftBottom {
        left: 0px;
        bottom: 0;
    }

    .angleBtn.blur {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #426DA5;
    }

        .angleBtn.blur:hover {
            background: linear-gradient(#426DA5 0%, #426DA5 100%);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .angleBtn.w50 {
        width: 50%;
    }

.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

    .row .col {
        flex: 0 0 auto;
        width: 33.3333%;
    }

        .row .col.col-1 {
            width: 12.5%;
        }

        .row .col.col-2 {
            width: 25%;
        }

        .row .col.col-3 {
            width: 37.5%;
        }

        .row .col.col-4 {
            width: 50%;
        }

        .row .col.col-5 {
            width: 62.5%;
        }

        .row .col.col-6 {
            width: 75%;
        }

        .row .col.col-7 {
            width: 27.5%;
        }

        .row .col.col-8 {
            width: 100%;
        }

        .row .col.col-61 {
            width: 61%;
        }

        .row .col.col-39 {
            width: 39%;
        }

        .row .col.col-44 {
            width: 44%;
        }

        .row .col.col-56 {
            width: 56%;
        }

        .row .col.col-20 {
            width: 20%;
        }

        .row .col.col-80 {
            width: 80%;
        }

    .row.j-center {
        justify-content: center;
    }

    .row.center {
        align-items: center;
        padding-bottom: 60px;
    }

    .row.pb0 {
        padding-bottom: 0px;
    }

.rowSixCol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

    .rowSixCol .col {
        flex: 0 0 auto;
        width: 33.3333%;
    }

        .rowSixCol .col.col-1 {
            width: 16.6666666667%;
        }

        .rowSixCol .col.col-2 {
            width: 33.3%;
        }

        .rowSixCol .col.col-3 {
            width: 50%;
        }

        .rowSixCol .col.col-4 {
            width: 66.6666666667%;
        }

        .rowSixCol .col.col-5 {
            width: 83.3%;
        }

        .rowSixCol .col.col-6 {
            width: 100%;
        }

    .rowSixCol.j-center {
        justify-content: center;
    }

.pad {
    padding: 100px;
}

.pl140 {
    padding-left: 140px;
}

.pr140 {
    padding-right: 140px;
}

.pt100 {
    padding-top: 100px;
}

.pt135 {
    padding-top: 135px;
}

.pr90 {
    padding-right: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.h10 {
    height: 10%;
}

.h20 {
    height: 20%;
}

.h30 {
    height: 30%;
}

.h40 {
    height: 40%;
}

.h50 {
    height: 50%;
}

.h60 {
    height: 60%;
}

.h70 {
    height: 70%;
}

.h80 {
    height: 80%;
}

.h90 {
    height: 90%;
}

.h100 {
    height: 100%;
}

.pt-0 {
    padding-top: 0;
}

.border-right {
    border-right: 1px solid #C6D5D4;
}

.border-left {
    border-left: 1px solid #C6D5D4;
}

.border-top {
    border-top: 1px solid #C6D5D4;
}

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

.grey {
    background-color: #f0f3f5;
}

a.scroll {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    z-index: 2;
}

    a.scroll span {
        display: block;
        width: 20px;
        height: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 2px solid #1B4298;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

        a.scroll span:after {
            width: 2px;
            height: 1px;
            background: #1B4298;
            display: block;
            content: "";
            position: absolute;
            top: 5px;
            left: 45%;
            -webkit-animation: mainArrowAnim 1s infinite;
            /* Safari 4+ */
            -moz-animation: mainArrowAnim 1s infinite;
            /* Fx 5+ */
            -o-animation: mainArrowAnim 1s infinite;
            /* Opera 12+ */
            animation: mainArrowAnim 1s infinite;
        }

    a.scroll small {
        position: absolute;
        color: #fff;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        font-size: 14px;
    }

@-webkit-keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

@-moz-keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

@-o-keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

@keyframes mainArrowAnim {
    0% {
        height: 0px;
    }

    50% {
        height: 10px;
    }

    100% {
        height: 0px;
    }
}

.pagination {
    margin-bottom: 50px;
}

    .pagination ul {
        display: flex !important;
        justify-content: center;
    }

        .pagination ul li {
            margin: 0 10px;
        }

            .pagination ul li a {
                font-size: 16px;
                color: #1B4298;
                font-weight: bold;
                display: block;
                padding: 10px 15px;
                border: 1px solid #C6D5D4;
            }

                .pagination ul li a.prev {
                    font-weight: bold;
                }

                .pagination ul li a.next {
                    font-weight: bold;
                }

            .pagination ul li.active {
                background-color: #426DA5;
                color: white;
                padding: 10px 15px;
                font-weight: bold;
            }

            .pagination ul li:first-child {
                display: none;
            }

            .pagination ul li:last-child {
                display: none;
            }

.boxItem {
    padding: 135px 105px 90px 140px;
}

    .boxItem.right {
        padding-right: 140px;
    }

    .boxItem.w100 {
        padding: 135px 0 0;
    }

        .boxItem.w100 small {
            display: block;
            float: right;
        }

        .boxItem.w100 span {
            padding-right: 50px;
        }

    .boxItem h2 {
        min-height: 120px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        line-height: 60px;
    }

    .boxItem video {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .boxItem img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .boxItem span {
        display: block;
        padding-top: 70px;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        color: #778692;
        min-height: 190px;
    }

        .boxItem span.orange {
            height: auto;
            padding-top: 0;
            margin-bottom: 10px;
            font-weight: 600;
            color: #426DA5;
        }

    .boxItem small {
        display: block;
        padding-top: 20px;
    }

    .boxItem > a {
        display: block;
    }

        .boxItem > a:hover .arrowBtn:after {
            background-color: #426DA5;
        }

        .boxItem > a:hover .arrowBtn:before {
            background-color: #426DA5;
        }

        .boxItem > a:hover .arrowBtn.right:after {
            width: 70px;
        }

        .boxItem > a:hover .arrowBtn.right:before {
            right: -28px;
        }

        .boxItem > a:hover .arrowBtn.left:after {
            width: 70px;
        }

.tabsBtn a {
    border-bottom: 1px solid #C6D5D4;
    width: 200px;
    height: 200px;
    display: block;
    padding: 30px;
    color: #778692;
    background-color: #fff;
    position: relative;
}

    .tabsBtn a:before {
        content: "";
        top: 30px;
        left: -2px;
        width: 5px;
        height: 45px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        position: absolute;
    }

    .tabsBtn a:nth-child(1):before {
        background-color: #1B4298;
    }

    .tabsBtn a:nth-child(2):before {
        background-color: #426DA5;
    }

    .tabsBtn a:nth-child(3):before {
        background-color: #49C9BF;
        border-bottom: none;
    }

    .tabsBtn a svg {
        margin-bottom: 35px;
    }

    .tabsBtn a span {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

    .tabsBtn a:hover {
        background: linear-gradient(#416DA5 0%, #416DA5 100%);
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .tabsBtn a:hover:before {
            background-color: #fff;
        }

        .tabsBtn a:hover svg * {
            stroke: #fff;
        }

    .tabsBtn a.active-tab {
        border-bottom: 1px solid transparent;
        background: linear-gradient(#416DA5 0%, #416DA5 100%);
    }

        .tabsBtn a.active-tab:before {
            background-color: #fff;
        }

        .tabsBtn a.active-tab svg * {
            stroke: #fff;
        }

        .tabsBtn a.active-tab span {
            color: #fff;
        }

.tabs-content .tabs {
    display: none;
}

    .tabs-content .tabs .facilitySlider:hover {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

        .tabs-content .tabs .facilitySlider:hover .item:not(:hover) {
            filter: grayscale(1);
            opacity: 0.5;
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

    .tabs-content .tabs .facilitySlider .owl-stage-outer .item {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

        .tabs-content .tabs .facilitySlider .owl-stage-outer .item span {
            display: block;
            margin-top: 40px;
            font-size: 20px;
            font-weight: bold;
            color: #1B4298;
        }

    .tabs-content .tabs .facilitySlider .owl-nav {
        position: absolute;
        top: -80px;
        right: 35px;
    }

        .tabs-content .tabs .facilitySlider .owl-nav button {
            width: 35px;
            height: 35px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            position: relative;
        }

            .tabs-content .tabs .facilitySlider .owl-nav button:after {
                width: 35px;
                height: 4px;
                display: block;
                content: "";
                position: absolute;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                background-color: #1B4298;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                bottom: 0px;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button:before {
                width: 4px;
                height: 20px;
                display: block;
                content: "";
                position: absolute;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                background-color: #1B4298;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button.owl-next:before {
                right: 7px;
                bottom: -1px;
                transform: rotate(-45deg);
            }

            .tabs-content .tabs .facilitySlider .owl-nav button.owl-prev {
                right: 10px;
            }

                .tabs-content .tabs .facilitySlider .owl-nav button.owl-prev:before {
                    left: 7px;
                    bottom: -15px;
                    transform: rotate(-45deg);
                }

            .tabs-content .tabs .facilitySlider .owl-nav button:hover:after {
                background-color: #426DA5;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button:hover:before {
                background-color: #426DA5;
            }

/*General Elements */
aside {
    position: fixed;
    width: 90px;
    height: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 5;
    border-left: 1px solid #C6D5D4;
}

    aside .content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        aside .content a {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        aside .content .nav a {
            height: 91px;
            border-bottom: 1px solid #C6D5D4;
            position: relative;
            z-index: 2;
        }

            aside .content .nav a:before {
                width: 100%;
                height: 0;
                -webkit-transition: all 0.6s;
                -moz-transition: all 0.6s;
                -o-transition: all 0.6s;
                transition: all 0.6s;
                top: 0;
                left: 0;
                position: absolute;
                background: #1B4298;
                content: "";
            }

            aside .content .nav a:hover:before {
                height: 100%;
            }

            aside .content .nav a:hover img {
                filter: brightness(0) invert(1);
            }

            aside .content .nav a:first-child:before {
                display: none;
            }

            aside .content .nav a:first-child:hover img {
                filter: none;
            }

            aside .content .nav a.language span {
                position: absolute;
                color: #1B4298;
                font-weight: 500;
                font-size: 12px;
                top: 15px;
                right: 15px;
            }

            aside .content .nav a.language:hover span {
                color: #fff;
            }

        aside .content .quickAccess a.toggler {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            z-index: 2;
            padding: 30px 0px;
        }

            aside .content .quickAccess a.toggler span {
                display: block;
                width: 24px;
                position: relative;
                height: 15px;
                margin: auto;
            }

                aside .content .quickAccess a.toggler span .line1 {
                    width: 24px;
                    height: 2px;
                    background: #426DA5;
                    position: absolute;
                    top: 0;
                    left: 0;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                aside .content .quickAccess a.toggler span .line2 {
                    width: 24px;
                    height: 2px;
                    background: #426DA5;
                    position: absolute;
                    top: 8px;
                    left: 0;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                aside .content .quickAccess a.toggler span .line3 {
                    width: 24px;
                    height: 2px;
                    background: #426DA5;
                    position: absolute;
                    top: 16px;
                    left: 0;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

            aside .content .quickAccess a.toggler:hover .line1 {
                width: 28px;
                left: -2px;
            }

            aside .content .quickAccess a.toggler:hover .line2 {
                width: 12px;
                left: 6px;
            }

            aside .content .quickAccess a.toggler:hover .line3 {
                width: 28px;
                left: -2px;
            }

        aside .content .quickAccess .scrollBar {
            overflow: scroll;
            height: 70%;
            overflow-x: hidden;
        }

        aside .content .quickAccess .quickMenu {
            position: absolute;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.8);
            backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
            -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
            -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
            -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
            right: 90px;
            top: 91px;
            padding: 70px 50px 70px 30px;
            width: 450px;
            opacity: 0;
            pointer-events: none;
            box-shadow: -5px 1px 5px -4px rgba(80, 80, 80, 0.75);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            height: 100%;
        }

            aside .content .quickAccess .quickMenu .head {
                display: flex;
                justify-content: space-between;
                margin-bottom: 50px;
                align-items: flex-end;
            }

                aside .content .quickAccess .quickMenu .head strong {
                    font-size: 24px;
                    color: #1B4298;
                    font-weight: bold;
                }

                aside .content .quickAccess .quickMenu .head a {
                    font-size: 15px;
                    font-weight: bold;
                    color: #426DA5;
                }

            aside .content .quickAccess .quickMenu ul {
                padding-left: 20px;
            }

                aside .content .quickAccess .quickMenu ul li a {
                    font-size: 20px;
                    font-weight: bold;
                    color: #1B4298;
                    display: block;
                    margin-bottom: 20px;
                }

                aside .content .quickAccess .quickMenu ul li.inner .innerBaslik {
                    position: relative;
                }

                    aside .content .quickAccess .quickMenu ul li.inner .innerBaslik:before {
                        content: "";
                        width: 16px;
                        height: 16px;
                        background: url(../images/icons/plus.svg) no-repeat;
                        position: absolute;
                        left: -20px;
                        top: 4px;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                aside .content .quickAccess .quickMenu ul li.inner .active {
                    color: #426DA5 !important;
                    position: relative;
                }

                    aside .content .quickAccess .quickMenu ul li.inner .active:before {
                        content: "";
                        width: 16px;
                        height: 16px;
                        background: url(../images/icons/minus.svg) no-repeat;
                        position: absolute;
                        left: -20px;
                        top: 10px;
                    }

                aside .content .quickAccess .quickMenu ul li.inner .innerUl {
                    display: none;
                    padding: 10px 0 10px 20px;
                }

                    aside .content .quickAccess .quickMenu ul li.inner .innerUl li a {
                        color: #1B4298;
                        font-size: 17px;
                        font-weight: bold;
                    }

        aside .content .quickAccess .socialMobile {
            display: none;
            justify-content: center;
        }

            aside .content .quickAccess .socialMobile a {
                margin: 0 5%;
            }

                aside .content .quickAccess .socialMobile a.youtube {
                    border-bottom: none;
                }

        aside .content .quickAccess.opened a.toggler {
            background-color: #426DA5;
        }

            aside .content .quickAccess.opened a.toggler span .line1 {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                top: 10px;
                background-color: white;
            }

            aside .content .quickAccess.opened a.toggler span .line2 {
                display: none;
            }

            aside .content .quickAccess.opened a.toggler span .line3 {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                top: 10px;
                background-color: white;
            }

            aside .content .quickAccess.opened a.toggler span:before {
                width: 60px;
                height: 60px;
            }

            aside .content .quickAccess.opened a.toggler strong {
                opacity: 0;
                padding-top: 50px;
            }

        aside .content .quickAccess.opened .quickMenu {
            opacity: 1;
            pointer-events: all;
        }

        aside .content .social {
            margin-top: auto;
            padding-bottom: 90px;
        }

            aside .content .social a {
                color: #778692;
                font-size: 24px;
                padding-bottom: 30px;
            }

                aside .content .social a.youtube {
                    border-bottom: 1px solid #C6D5D4;
                }

                aside .content .social a i {
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                aside .content .social a:hover i {
                    color: #426DA5;
                }

                aside .content .social a.scroll {
                    left: 40%;
                    bottom: 30px;
                }

        aside .content .searchBtn.active {
            background: url(../images/icons/orangeSearch.svg) no-repeat center;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            aside .content .searchBtn.active img {
                display: none;
            }

.searchArea {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 90px);
    height: 92px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
    top: 0px;
    left: 0;
}

    .searchArea.open {
        opacity: 1;
        top: 90px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: all;
        position: fixed;
    }

    .searchArea .form {
        height: 92px;
        width: 100%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        padding-left: 200px;
    }

        .searchArea .form input {
            width: 100%;
            margin: 0 auto;
            height: 100%;
            border: none;
            background: none;
            background: url(../images/icons/search.svg) no-repeat left center;
            padding-left: 60px;
            font-weight: 400;
            font-size: 22px;
            color: #1B4298;
        }

            .searchArea .form input::placeholder {
                color: #1B4298;
            }

        .searchArea .form button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 150px;
            background: none;
            border: none;
            height: 20px;
            cursor: pointer;
        }

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    padding: 0 90px 0 0px;
    border-bottom: 1px solid #C6D5D4;
}

    header .content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
        max-width: none;
        margin: auto;
        align-items: center;
    }

    header a.logo {
        display: block;
        background: url(img/Logo.png) no-repeat center;
        background-size: 100% auto;
        width: 284px;
        height: 53px;
        margin-left: 140px;
    }

        header a.logo.en {
            background: url(img/Logo.png) no-repeat center;
            background-size: 100% auto;
        }

    header nav {
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-right: 100px;
    }

        header nav ul {
            height: 100%;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-right: 20px;
        }

            header nav ul li {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                header nav ul li > a {
                    color: #1B4298;
                    font-weight: bold;
                    font-size: 17px;
                    display: block;
                    padding: 35px 30px;
                    position: relative;
                }

                    header nav ul li > a:after {
                        content: "";
                        width: 0%;
                        left: 50%;
                        background-color: #426DA5;
                        height: 3px;
                        border-radius: 30px;
                        -webkit-border-radius: 30px;
                        -moz-border-radius: 30px;
                        position: absolute;
                        bottom: 0;
                        transform: translateX(-50%);
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                        opacity: 0;
                    }

                header nav ul li:hover > a {
                    opacity: 1;
                    color: #426DA5;
                }

                    header nav ul li:hover > a:after {
                        opacity: 1;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                        width: 25%;
                    }

        header nav a.supplier {
            display: none;
            border-left: 1px solid #426DA5;
            padding-left: 50px;
            padding-right: 50px;
            font-size: 17px;
            line-height: 30px;
            font-weight: bold;
            color: #426DA5;
            background: url(../images/icons/supplierIcon.svg) no-repeat right center;
            margin-right: 45px;
        }

    header .subMenu {
        position: absolute;
        top: 150%;
        left: 0px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
        width: 100%;
        z-index: 0;
        display: flex;
        padding-left: 140px;
    }

        header .subMenu .left {
            width: 60%;
            padding-bottom: 60px;
        }

            header .subMenu .left ul {
                width: 100%;
                padding-top: 60px;
                margin-right: 0;
                align-items: flex-start;
            }

                header .subMenu .left ul li {
                    display: block;
                    width: 100%;
                    position: relative;
                }

                    header .subMenu .left ul li a:after {
                        display: none;
                    }

            header .subMenu .left.corporate ul li {
                width: 33.3%;
                padding-right: 50px;
            }

                header .subMenu .left.corporate ul li a {
                    padding: 15px 0px;
                }

            header .subMenu .left.powerPlants {
                display: flex;
            }

                header .subMenu .left.powerPlants > div:first-child {
                    width: 66.6%;
                    position: relative;
                    padding-top: 50px;
                }

                    header .subMenu .left.powerPlants > div:first-child ul {
                        display: block;
                    }

                        header .subMenu .left.powerPlants > div:first-child ul li {
                            width: 50%;
                            float: left;
                            padding: 15px;
                        }

                            header .subMenu .left.powerPlants > div:first-child ul li:first-child {
                                position: absolute;
                                top: 50px;
                                left: -15px;
                            }

                                header .subMenu .left.powerPlants > div:first-child ul li:first-child a {
                                    font-weight: bold;
                                    font-size: 20px;
                                }

                            header .subMenu .left.powerPlants > div:first-child ul li a {
                                padding: 0;
                                font-weight: 500;
                                font-size: 18px;
                            }

                header .subMenu .left.powerPlants > div:last-child {
                    width: 33.3%;
                    position: relative;
                    padding-top: 50px;
                }

                    header .subMenu .left.powerPlants > div:last-child ul {
                        display: block;
                        height: 50%;
                    }

                        header .subMenu .left.powerPlants > div:last-child ul:first-child li:first-child {
                            position: absolute;
                            top: 50px;
                            left: -15px;
                        }

                            header .subMenu .left.powerPlants > div:last-child ul:first-child li:first-child a {
                                font-weight: bold;
                                font-size: 20px;
                            }

                        header .subMenu .left.powerPlants > div:last-child ul:first-child li a {
                            padding: 0;
                            font-weight: 500;
                            font-size: 18px;
                        }

                        header .subMenu .left.powerPlants > div:last-child ul:last-child {
                            padding-top: 0;
                        }

                            header .subMenu .left.powerPlants > div:last-child ul:last-child li:first-child {
                                position: relative;
                                left: -15px;
                            }

                                header .subMenu .left.powerPlants > div:last-child ul:last-child li:first-child a {
                                    font-weight: bold;
                                    font-size: 20px;
                                }

                            header .subMenu .left.powerPlants > div:last-child ul:last-child li a {
                                padding: 0;
                                font-weight: 500;
                                font-size: 18px;
                            }

                        header .subMenu .left.powerPlants > div:last-child ul li {
                            padding: 15px;
                        }

                header .subMenu .left.powerPlants .hej {
                    padding-top: 55px !important;
                }

            header .subMenu .left.investments {
                display: flex;
                align-items: center;
                padding-bottom: 0;
            }

                header .subMenu .left.investments div {
                    width: 50%;
                }

                header .subMenu .left.investments ul {
                    border-right: 1px solid #C6D5D4;
                    padding-bottom: 50px;
                }

                    header .subMenu .left.investments ul li a {
                        padding: 15px 0px;
                    }

                header .subMenu .left.investments p {
                    padding: 0px 50px;
                }

            header .subMenu .left.renewableSolutions {
                display: flex;
                padding-bottom: 0;
            }

                header .subMenu .left.renewableSolutions div {
                    width: 33%;
                }

                    header .subMenu .left.renewableSolutions div ul {
                        display: block;
                        padding-top: 120px;
                        border-left: 1px solid #C6D5D4;
                        position: relative;
                        padding-bottom: 50px;
                    }

                        header .subMenu .left.renewableSolutions div ul li {
                            padding: 15px 50px;
                        }

                            header .subMenu .left.renewableSolutions div ul li:first-child {
                                position: absolute;
                                top: 50px;
                                left: -15px;
                            }

                                header .subMenu .left.renewableSolutions div ul li:first-child a {
                                    font-weight: bold;
                                    font-size: 20px;
                                }

                            header .subMenu .left.renewableSolutions div ul li.size20 {
                                position: absolute;
                                top: 120px;
                                left: -15px;
                            }

                                header .subMenu .left.renewableSolutions div ul li.size20 a {
                                    font-weight: bold;
                                    font-size: 20px;
                                }

                            header .subMenu .left.renewableSolutions div ul li a {
                                padding: 0;
                                font-weight: 500;
                                font-size: 18px;
                            }

                    header .subMenu .left.renewableSolutions div:first-child ul {
                        border-left: 0px;
                    }

            header .subMenu .left.sustainabilityMenu {
                display: flex;
                padding-bottom: 0;
            }

                header .subMenu .left.sustainabilityMenu div {
                    width: 50%;
                }

                    header .subMenu .left.sustainabilityMenu div ul {
                        display: block;
                        padding-top: 120px;
                        border-left: 1px solid #C6D5D4;
                        position: relative;
                        padding-bottom: 50px;
                    }

                        header .subMenu .left.sustainabilityMenu div ul li {
                            padding: 15px 50px;
                        }

                            header .subMenu .left.sustainabilityMenu div ul li:first-child {
                                position: absolute;
                                top: 50px;
                                left: -15px;
                            }

                                header .subMenu .left.sustainabilityMenu div ul li:first-child a {
                                    font-weight: bold;
                                    font-size: 20px;
                                }

                            header .subMenu .left.sustainabilityMenu div ul li a {
                                padding: 0;
                                font-weight: 500;
                                font-size: 18px;
                            }

                            header .subMenu .left.sustainabilityMenu div ul li .sm {
                                padding-top: 0;
                                padding-bottom: 0;
                            }

                                header .subMenu .left.sustainabilityMenu div ul li .sm li {
                                    position: inherit;
                                    top: 0;
                                    left: 0;
                                    padding-bottom: 0;
                                }

                                    header .subMenu .left.sustainabilityMenu div ul li .sm li a {
                                        font-weight: 500;
                                        font-size: 15px;
                                    }

                    header .subMenu .left.sustainabilityMenu div:first-child ul {
                        border-left: 0px;
                    }

        header .subMenu .right {
            width: 40%;
            display: flex;
            flex-wrap: wrap;
            border-left: 1px solid #C6D5D4;
            padding-top: 60px;
        }

            header .subMenu .right .top {
                height: 50%;
                padding-left: 50px;
            }

                header .subMenu .right .top p {
                    width: 65%;
                    font-size: 17px;
                }

            header .subMenu .right .bottom {
                height: 50%;
            }

                header .subMenu .right .bottom.corporateImg {
                    background: url(../images/img/corporate-menu.jpg) no-repeat;
                    width: 100%;
                    background-size: cover;
                }

                header .subMenu .right .bottom.powerPlantsImg {
                    background: url(../images/img/powerPlants-menu.jpg) no-repeat;
                    width: 100%;
                    background-size: cover;
                }

                header .subMenu .right .bottom.investmentsImg {
                    background: url(../images/img/investments-menu.jpg) no-repeat;
                    width: 100%;
                    background-size: cover;
                }

                header .subMenu .right .bottom.renewableSolutionsImg {
                    background: url(../images/img/renewableSolutions-menu.jpg) no-repeat;
                    width: 100%;
                    background-size: cover;
                }

                header .subMenu .right .bottom.sustainabilityImg {
                    background: url(../images/img/sustainability-menu.jpg) no-repeat;
                    width: 100%;
                    background-size: cover;
                }

            header .subMenu .right.investments {
                padding-top: 0;
            }

                header .subMenu .right.investments .bottom {
                    width: 100%;
                    height: 100%;
                }

    header .hasSub:hover .subMenu {
        top: 101%;
        pointer-events: all;
        background: #F0F3F5;
        opacity: 1;
    }

.mobileMenuLink {
    height: 100%;
    width: 60px;
    float: left;
}

.mobileMenuLinkContent {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 20px auto 0;
}

.line1 {
    width: 20px;
    height: 2px;
    background: #1B4298;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line2 {
    width: 20px;
    height: 2px;
    background: #1B4298;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.line3 {
    width: 20px;
    height: 2px;
    background: #1B4298;
    position: absolute;
    top: 16px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobileMenuLink.closer .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
}

.mobileMenuLink.closer .line2 {
    display: none;
}

.mobileMenuLink.closer .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 10px;
}

main {
    width: 100%;
    padding: 0 90px 0 0;
    position: relative;
    z-index: 4;
}

section.mainSlider {
    width: 100%;
    height: 100%;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    margin: 0;
}

    section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
        height: 100%;
    }

    section.mainSlider .item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
        position: relative;
        overflow: hidden;
        padding-top: 116px;
    }

        section.mainSlider .item .content {
            height: 100%;
        }

        section.mainSlider .item .caption {
            position: absolute;
            top: 50%;
            left: 400px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            section.mainSlider .item .caption h2 {
                color: #FFF;
                font-weight: bold;
                font-size: 56px;
                letter-spacing: -1px;
                line-height: 1;
                margin-bottom: 70px;
                display: block;
            }

                section.mainSlider .item .caption h2 span {
                    color: #FFF;
                    font-size: 220px;
                    display: block;
                    text-indent: -16px;
                }

                    section.mainSlider .item .caption h2 span.green {
                        color: #FFF;
                    }

                    section.mainSlider .item .caption h2 span.blue {
                        color: #FFF;
                    }

            section.mainSlider .item .caption p {
                font-size: 20px;
                color: #fff;
                max-width: 360px;
                font-weight: 400;
                line-height: normal;
                color: #FFF;
                padding: 30px 0px 60px 0px;
                position: relative;
            }

                section.mainSlider .item .caption p:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 50%;
                    height: 2px;
                    background-color: #FFF;
                    border-radius: 30px;
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                }

                section.mainSlider .item .caption p.green:before {
                    background-color: #FFF;
                }

                section.mainSlider .item .caption p.blue:before {
                    background-color: #FFF;
                }

    section.mainSlider .active .item .caption {
        left: 140px;
        opacity: 1;
    }

    section.mainSlider .active .item .desc {
        bottom: 0;
        opacity: 1;
    }

    section.mainSlider .owl-nav {
        position: absolute;
        bottom: 165px;
        right: 130px;
    }

        section.mainSlider .owl-nav button {
            width: 30px;
            height: 4px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            position: relative;
        }

            section.mainSlider .owl-nav button:before {
                content: "";
                height: 12px;
                width: 4px;
                background-color: #1B4298;
                left: 4px;
                transform: rotate(-45deg);
                top: 0px;
                border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                position: absolute;
            }

            section.mainSlider .owl-nav button.owl-prev {
                margin-right: 20px;
                background-color: #1B4298;
            }

            section.mainSlider .owl-nav button.owl-next {
                background-color: #1B4298;
            }

                section.mainSlider .owl-nav button.owl-next:before {
                    transform: rotate(-45deg);
                    right: 4px;
                    left: auto;
                    top: auto;
                    bottom: 0px;
                }


    section.mainSlider .owl-dots {
        position: absolute;
        bottom: 0px;
        width: 70px;
        right: 60px;
        display: flex;
        flex-direction: column;
    }

        section.mainSlider .owl-dots .owl-dot {
            width: 100%;
            position: relative;
        }

            section.mainSlider .owl-dots .owl-dot span {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                font-size: 17px;
                color: #1B4298;
                padding-bottom: 70px;
                display: inline-block;
                font-weight: bold;
            }

            section.mainSlider .owl-dots .owl-dot.active span {
                color: #426DA5;
            }

    section.mainSlider video {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        z-index: 0;
    }

section.facility {
    background-color: #F0F3F5;
}

    section.facility.subFacility {
        height: auto;
        padding-bottom: 200px;
    }

.sustainability .left {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}

    .sustainability .left .bottom {
        border-top: 1px solid #C6D5D4;
        margin-top: 30px;
        padding-top: 30px;
    }

        .sustainability .left .bottom span.title {
            display: block;
            margin-bottom: 40px;
            color: #1B4298;
            font-size: 34px;
            font-weight: 600;
        }

            .sustainability .left .bottom span.title.s32 {
                font-size: 32px;
                font-weight: 400;
            }

        .sustainability .left .bottom a {
            display: inline-block;
            margin-top: 60px;
            color: #fff;
        }

        .sustainability .left .bottom .w320 {
            width: 350px;
        }

            .sustainability .left .bottom .w320 span {
                font-size: 16px;
            }

.sustainability .right {
    overflow: hidden;
    position: relative;
}

    .sustainability .right img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sustainability .right:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: linear-gradient(rgba(6, 24, 65, 0) 0%, #061841 100%);
        z-index: 1;
        bottom: 0;
    }

    .sustainability .right .rightContent {
        position: absolute;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        bottom: 0;
        z-index: 2;
        padding: 0px 25px;
    }

        .sustainability .right .rightContent .title {
            color: #fff;
            font-size: 32px;
            display: block;
            font-weight: 500;
            margin-bottom: 25px;
        }

        .sustainability .right .rightContent p {
            color: #fff;
            width: 55%;
            margin-bottom: 40px;
        }

    .sustainability .right a {
        position: absolute;
        bottom: 0px;
        display: inline-block;
        right: 0px;
        z-index: 2;
        width: 90px;
        height: 90px;
        background: #426DA5 url(../images/icons/rightWhiteArrow.svg) no-repeat center;
    }

    .sustainability .right:hover img {
        transform: scale(1.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sustainability .right:hover a {
        background: #1B4298 url(../images/icons/rightWhiteArrow.svg) no-repeat center;
    }

section.news-contact {
    background-color: #F0F3F5;
}

    section.news-contact .boxItem {
        padding: 0px;
    }

        section.news-contact .boxItem h2 {
            min-height: auto;
        }

    section.news-contact .right p {
        margin-bottom: 30px;
    }

        section.news-contact .right p a {
            color: #778692;
        }

    section.news-contact .right .title {
        display: block;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
    }

        section.news-contact .right .title.blue {
            color: #1B4298;
        }

        section.news-contact .right .title.orange {
            color: #426DA5;
        }

    section.news-contact .right .top {
        border-bottom: 1px solid #C6D5D4;
        margin-bottom: 30px;
    }

        section.news-contact .right .top .row .col:nth-child(2) {
            padding-left: 40px;
        }

.breadCrumb {
    margin-bottom: 35px;
}

    .breadCrumb a {
        font-size: 13px;
        font-weight: 400;
        color: #1B4298;
        background: url(../images/icons/right-arrow.png) no-repeat left center;
        padding: 0 20px;
    }

        .breadCrumb a:first-child {
            background: url(../images/icons/home.png) no-repeat left center;
            padding-left: 30px;
            padding-right: 10px;
        }

section.subPage {
    padding: 140px 140px 0px 140px;
}

    section.subPage .grey {
        position: relative;
    }

        section.subPage .grey:after {
            content: "";
            width: 140px;
            height: 100%;
            background-color: #f0f3f5;
            position: absolute;
            left: -140px;
            top: 0px;
        }

    section.subPage .boxItem {
        padding-left: 0px;
        padding-right: 0px;
    }

        section.subPage .boxItem a small {
            padding-top: 60px;
        }

        section.subPage .boxItem.right {
            padding-left: 100px;
        }

        section.subPage .boxItem.left {
            padding-right: 100px;
        }

    section.subPage.kvkk p a {
        color: #778692;
    }

    section.subPage.board span.title {
        font-size: 32px;
        font-weight: 600;
        color: #1B4298;
        display: block;
        margin-bottom: 20px;
    }

    section.subPage.stu .boxItem {
        min-height: 700px;
    }

        section.subPage.stu .boxItem p {
            margin-bottom: 5px;
        }

            section.subPage.stu .boxItem p i {
                color: #426DA5;
                font-style: normal;
                font-weight: 600;
                width: 5%;
                display: inline-block;
            }

            section.subPage.stu .boxItem p a {
                color: #778692;
            }

    section.subPage.min750 {
        min-height: 750px;
    }

    section.subPage.orangeEthics {
        padding-bottom: 120px;
    }

        section.subPage.orangeEthics p a {
            color: #1B4298;
            font-weight: 600;
        }

    section.subPage.announcements .accHead {
        display: block;
        font-size: 32px;
        color: #1B4298;
        margin-bottom: 30px;
    }

    section.subPage.visualGallery .title {
        font-weight: 600;
        font-size: 32px;
        color: #1B4298;
        display: block;
    }

    section.subPage.sustainabilityPage .left .top p a {
        color: #426DA5;
    }

    section.subPage.sustainabilityPage .right a.angleBtn {
        background: linear-gradient(#416DA5 0%, #416DA5 100%);
        width: 260px;
        height: 260px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        position: absolute;
        justify-content: center;
        flex-direction: column;
        padding: 0px 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    section.subPage.contact .contactDesc {
        margin-right: 100px;
    }

        section.subPage.contact .contactDesc .row {
            justify-content: space-between;
        }

            section.subPage.contact .contactDesc .row .col {
                display: flex;
                flex-direction: column;
            }

                section.subPage.contact .contactDesc .row .col.col-4 {
                    width: 46%;
                }

            section.subPage.contact .contactDesc .row.line {
                border-bottom: 1px solid #C6D5D4;
                padding-bottom: 30px;
            }

        section.subPage.contact .contactDesc span.title {
            color: #1B4298;
            font-size: 20px;
            display: block;
            font-weight: bold;
            margin-bottom: 15px;
        }

            section.subPage.contact .contactDesc span.title.title2 {
                color: #426DA5;
                margin-top: 30px;
                margin-bottom: 20px;
            }

        section.subPage.contact .contactDesc p {
            margin-bottom: 20px;
        }

        section.subPage.contact .contactDesc a {
            color: #778692;
            font-weight: 400;
            font-size: 20px;
            display: block;
            margin-bottom: 20px;
        }

        section.subPage.contact .contactDesc .btn {
            padding-left: 20px;
            margin-top: auto;
        }

            section.subPage.contact .contactDesc .btn span {
                font-size: 16px;
            }

            section.subPage.contact .contactDesc .btn:hover span {
                padding-left: 0;
            }

    section.subPage.search .form {
        height: 92px;
        width: 100%;
        position: relative;
        padding-left: 30px;
        margin-bottom: 50px;
    }

        section.subPage.search .form input {
            width: 100%;
            margin: 0 auto;
            height: 100%;
            border: none;
            background: none;
            background: url(../images/icons/search.svg) no-repeat left center;
            padding-left: 60px;
            font-weight: 400;
            font-size: 22px;
            color: #1B4298;
        }

            section.subPage.search .form input::placeholder {
                color: #1B4298;
            }

        section.subPage.search .form button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 100px;
            background: none;
            border: none;
            height: 20px;
            cursor: pointer;
        }

    section.subPage.search .searchList {
        padding-bottom: 50px;
    }

        section.subPage.search .searchList span {
            color: #426DA5;
            font-size: 20px;
            font-weight: 400;
            display: block;
            margin-bottom: 25px;
        }

        section.subPage.search .searchList .item {
            margin-bottom: 30px;
        }

            section.subPage.search .searchList .item a {
                display: flex;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 35px 120px 35px 35px;
                font-size: 22px;
                color: #1B4298;
                font-weight: 600;
                position: relative;
                border: 1px solid #C6D5D4;
            }

                section.subPage.search .searchList .item a:after {
                    content: "";
                    width: 35px;
                    height: 20px;
                    position: absolute;
                    background: url(../images/icons/rightBlueArrow.svg) no-repeat;
                    right: 55px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                section.subPage.search .searchList .item a:hover {
                    background-color: #1B4298;
                    color: #fff;
                }

                    section.subPage.search .searchList .item a:hover:after {
                        background: url(../images/icons/rightWhiteArrow.svg) no-repeat;
                        right: 35px;
                    }

    section.subPage.governance .btn {
        width: 300px;
        height: 70px;
        padding-top: 10px;
    }

        section.subPage.governance .btn:before {
            height: 70px;
        }

        section.subPage.governance .btn span {
            line-height: 24px;
        }

    section.subPage.aboutArea .angleBtn.blur {
        border: 1px solid #426DA5;
        backdrop-filter: blur(50px);
        --webkit-backdrop-filter: blur(50px);
    }

    section.subPage.aboutArea .textContent.right {
        margin-left: 250px;
        padding-left: 0;
    }

    section.subPage.powerPlants {
        padding-bottom: 100px;
    }

        section.subPage.powerPlants .textContent h2 {
            font-size: 80px;
            line-height: 80px;
        }

        section.subPage.powerPlants .row {
            position: relative;
            padding-bottom: 280px;
        }

            section.subPage.powerPlants .row .textContent {
                margin-top: 80px;
            }

            section.subPage.powerPlants .row .windArea {
                position: absolute;
                width: 60%;
                bottom: -200px;
                right: 0;
                height: 540px;
            }

                section.subPage.powerPlants .row .windArea:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
                    opacity: 0.8;
                    z-index: 1;
                }

                section.subPage.powerPlants .row .windArea video {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    z-index: 0;
                }

                section.subPage.powerPlants .row .windArea .windRow {
                    padding-bottom: 0;
                    z-index: 2;
                }

                    section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) {
                        width: 37.5%;
                        height: 80%;
                        backdrop-filter: blur(50px);
                        --webkit-backdrop-filter: blur(50px);
                        background-color: rgba(0, 0, 0, 0);
                        padding: 40px 60px;
                    }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .top {
                            height: 50%;
                            border-bottom: 1px solid rgba(27, 66, 152, 0.25);
                        }

                            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .top span {
                                font-weight: bold;
                            }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .bottom {
                            height: 50%;
                            padding-top: 40px;
                        }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) img {
                            margin-bottom: 25px;
                        }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) span {
                            font-size: 24px;
                            font-weight: 400;
                        }

                    section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) {
                        width: 62.5%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) img {
                            margin-bottom: 40px;
                        }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) span {
                            font-size: 120px;
                            font-weight: bold;
                        }

                            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) span sup {
                                font-size: 30px;
                            }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) small {
                            font-weight: 400;
                            font-size: 32px;
                        }

                    section.subPage.powerPlants .row .windArea .windRow .col img {
                        display: block;
                    }

                    section.subPage.powerPlants .row .windArea .windRow .col span {
                        display: block;
                    }

        section.subPage.powerPlants .box {
            width: 400px;
            height: 400px;
            position: absolute;
            z-index: 1;
            padding: 50px 0px 0px 50px;
        }

            section.subPage.powerPlants .box * {
                display: block;
            }

            section.subPage.powerPlants .box.box1 {
                background: linear-gradient(#416DA5 0%, #416DA5 100%);
                top: 0;
                left: 0;
            }

            section.subPage.powerPlants .box.box2 {
                background-color: #fff;
                /*top:50%;transform: translateY(-50%);*/
                top: 180px;
                right: 0;
                border: 1px solid #426DA5;
            }

            section.subPage.powerPlants .box.box3 {
                background-color: #426DA5;
                right: 0;
                bottom: 0;
            }

            section.subPage.powerPlants .box.box4 {
                background-color: #1B4298;
                left: 0px;
                bottom: 180px;
            }

            section.subPage.powerPlants .box.box5 {
                width: 675px;
                height: 675px;
                right: 0px;
                top: 0px;
                background: #426DA5 url(../images/icons/power-plants/light.svg) no-repeat center;
            }

                section.subPage.powerPlants .box.box5 i {
                    margin-bottom: 100px;
                }

            section.subPage.powerPlants .box.box6 {
                background-color: #1B4298;
                left: 0px;
                top: 0px;
            }

        section.subPage.powerPlants .centerImg {
            max-width: 950px;
            width: 100%;
            padding: 180px 0px;
            position: relative;
            margin: auto;
        }

            section.subPage.powerPlants .centerImg img {
                display: block;
            }

        section.subPage.powerPlants .content-2 {
            padding-top: 338px;
        }

            section.subPage.powerPlants .content-2 .left {
                max-width: 1240px;
                width: 100%;
                background-color: #2D764B;
                position: relative;
                min-height: 675px;
                display: flex;
                align-items: center;
                padding-left: 50px;
            }

        section.subPage.powerPlants .content-3 {
            margin-top: 200px;
        }

            section.subPage.powerPlants .content-3 .centerImg {
                padding-top: 0;
                padding-bottom: 0;
            }

        section.subPage.powerPlants .tree {
            position: absolute;
            top: 100px;
        }

        section.subPage.powerPlants span {
            color: #fff;
            display: block;
        }

            section.subPage.powerPlants span.size90 {
                font-size: 75px;
                font-weight: bold;
                line-height: 70px;
                margin-top: 30px;
            }

                section.subPage.powerPlants span.size90 sup {
                    font-size: 28px;
                    display: inline !important;
                }

            section.subPage.powerPlants span.size120 {
                font-size: 120px;
                font-weight: bold;
            }

            section.subPage.powerPlants span.blue {
                color: #1B4298;
            }

            section.subPage.powerPlants span.posRe {
                position: relative;
                padding-right: 65px;
                display: inline-block;
            }

                section.subPage.powerPlants span.posRe sub {
                    position: absolute;
                    right: 33px;
                    bottom: -20px;
                    font-size: 20px;
                }

                    section.subPage.powerPlants span.posRe sub i {
                        top: 20px;
                        display: inline-block;
                        font-style: normal;
                        position: relative;
                        top: 8px;
                        left: 2px;
                    }

        section.subPage.powerPlants small {
            color: #fff;
            margin-top: 30px;
            display: block;
        }

            section.subPage.powerPlants small.size32 {
                font-size: 32px;
            }

            section.subPage.powerPlants small.blue {
                color: #1B4298;
            }

            section.subPage.powerPlants small.bold {
                font-weight: bold;
                font-size: 28px;
            }

        section.subPage.powerPlants .contact {
            border: 1px solid #C6D5D4;
            padding-bottom: 0;
            margin: 200px 0px 0px;
        }

            section.subPage.powerPlants .contact .col {
                padding: 85px 0 85px 55px;
            }

                section.subPage.powerPlants .contact .col span.title {
                    display: block;
                    margin-bottom: 50px;
                    color: #1B4298;
                    font-size: 32px;
                    font-weight: bold;
                }

                section.subPage.powerPlants .contact .col small {
                    font-size: 18px;
                    display: block;
                    color: #1B4298;
                    font-weight: bold;
                    margin-bottom: 10px;
                }

                section.subPage.powerPlants .contact .col a {
                    color: #778692;
                    font-size: 20px;
                    display: block;
                    margin-bottom: 10px;
                    font-weight: bold;
                }

                    section.subPage.powerPlants .contact .col a.blue {
                        display: inline;
                        font-weight: 400;
                        color: #1B4298;
                    }

                section.subPage.powerPlants .contact .col i {
                    float: right;
                    margin-right: 80px;
                }

                section.subPage.powerPlants .contact .col p {
                    margin-top: 20px;
                }

                section.subPage.powerPlants .contact .col .logos img {
                    margin-right: 15px;
                }

                section.subPage.powerPlants .contact .col .btn {
                    width: 300px;
                    margin-bottom: 0;
                    margin-top: 20px;
                }

                    section.subPage.powerPlants .contact .col .btn span {
                        display: inline-block;
                    }

                section.subPage.powerPlants .contact .col .certificates {
                    border-top: 1px solid #C6D5D4;
                    padding-top: 50px;
                    margin: 50px 30px 0 0;
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }

                    section.subPage.powerPlants .contact .col .certificates a {
                        display: flex;
                        align-items: center;
                        width: 49%;
                        height: 100%;
                        padding: 35px 120px 35px 130px;
                        font-size: 22px;
                        color: #1B4298;
                        font-weight: 600;
                        position: relative;
                        border: 1px solid #C6D5D4;
                    }

                        section.subPage.powerPlants .contact .col .certificates a:before {
                            content: "";
                            width: 56px;
                            height: 69px;
                            position: absolute;
                            background: url(../images/icons/pdf-orange.svg) no-repeat;
                            left: 40px;
                            top: 50%;
                            transform: translateY(-50%);
                        }

                        section.subPage.powerPlants .contact .col .certificates a:after {
                            content: "";
                            width: 35px;
                            height: 20px;
                            position: absolute;
                            background: url(../images/icons/rightBlueArrow.svg) no-repeat;
                            right: 55px;
                            top: 50%;
                            transform: translateY(-50%);
                            -webkit-transition: all 0.3s;
                            -moz-transition: all 0.3s;
                            -o-transition: all 0.3s;
                            transition: all 0.3s;
                        }

                        section.subPage.powerPlants .contact .col .certificates a:hover {
                            background-color: #1B4298;
                            color: #fff;
                        }

                            section.subPage.powerPlants .contact .col .certificates a:hover:before {
                                filter: brightness(0) invert(1);
                            }

                            section.subPage.powerPlants .contact .col .certificates a:hover:after {
                                filter: brightness(0) invert(1);
                                right: 35px;
                            }

                    section.subPage.powerPlants .contact .col .certificates.kiyikoy a {
                        padding: 20px 70px 20px 80px;
                        font-size: 18px;
                    }

                        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:after {
                            right: 30px;
                        }

                        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:before {
                            background-size: 70% auto;
                            left: 20px;
                            top: 60%;
                        }

                        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:hover:after {
                            right: 20px;
                        }

.blueArea {
    padding: 75px 240px 75px 110px;
    background-color: #1B4298;
    color: #fff;
    width: 84%;
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
}

    .blueArea .title {
        display: block;
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 50px;
    }

        .blueArea .title.top {
            margin-left: -35px;
            margin-bottom: 75px;
        }

    .blueArea p {
        color: #fff;
    }

    .blueArea .box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: linear-gradient(#416DA5 0%, #416DA5 100%);
        padding: 0px 40px;
        width: 26%;
        height: 80%;
        position: absolute;
        right: -20%;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

        .blueArea .box span {
            font-size: 32px;
            font-weight: 400;
            display: block;
            margin-bottom: 35px;
        }

        .blueArea .box small {
            font-size: 20px;
        }

.textContent {
    position: relative;
    z-index: 1;
}

    .textContent .title {
        display: block;
        margin-bottom: 40px;
    }

        .textContent .title.grey {
            font-weight: 600;
            font-size: 24px;
            color: #8F9092;
        }

        .textContent .title.blue {
            font-weight: 400;
            font-size: 32px;
            color: #1B4298;
            margin-top: 40px;
            margin-bottom: 20px;
        }

    .textContent h2 {
        font-weight: 200;
        font-size: 120px;
        color: #1B4298;
        margin-bottom: 60px;
        margin-left: -14px;
        line-height: 120px;
    }

    .textContent h3 {
        font-weight: bold;
        font-size: 56px;
        padding-right: 100px;
        color: #1B4298;
        margin-bottom: 80px;
    }

    .textContent p {
        padding-right: 80px;
    }

    .textContent .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 70px;
        margin-bottom: 80px;
    }

        .textContent .flex img.mr50 {
            margin-right: 50px;
        }

        .textContent .flex strong {
            display: block;
            margin-bottom: 40px;
            font-size: 32px;
            color: #1B4298;
            font-weight: 600;
        }

        .textContent .flex:last-child {
            margin-bottom: 0;
        }

    /*.textContent.right {
        padding-left: 120px;
    }

        .textContent.right p {
            padding-right: 0;
        }

    .textContent.left .title {
        padding-right: 80px;
    }*/


    .textContent.right {
        padding-left: 10%; 
    }

    .textContent.left .title {
        padding-right: 7%;
    }






    .textContent .arrowBtn {
        margin-top: 80px;
    }

.imgContent {
    position: relative;
    z-index: 0;
}

    .imgContent.gradient:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 27.59%, rgba(255, 224, 224, 0.15) 48.55%, rgba(255, 255, 255, 0.77) 80.79%, #fff 100%);
        opacity: 0.5;
    }

    .imgContent img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .imgContent .bottom {
        background: rgba(141, 141, 141, 0.1);
        position: absolute;
        bottom: 0;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 80px;
    }

        .imgContent .bottom span {
            color: #fff;
            font-weight: bold;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .imgContent .bottom p {
            color: #fff;
        }

.pdfArea {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 50px 0px 100px 0px;
}

    .pdfArea .col {
        width: calc(33.333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .pdfArea .pdfInner {
        height: 100%;
    }

        .pdfArea .pdfInner a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 35px 120px 35px 130px;
            font-size: 22px;
            color: #1B4298;
            font-weight: 600;
            position: relative;
            border: 1px solid #C6D5D4;
        }

            .pdfArea .pdfInner a:before {
                content: "";
                width: 56px;
                height: 69px;
                position: absolute;
                background: url(../images/icons/pdf-orange.svg) no-repeat;
                left: 40px;
                top: 50%;
                transform: translateY(-50%);
            }

            .pdfArea .pdfInner a:after {
                content: "";
                width: 35px;
                height: 20px;
                position: absolute;
                background: url(../images/icons/rightBlueArrow.svg) no-repeat;
                right: 55px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .pdfArea .pdfInner a:hover {
                background-color: #1B4298;
                color: #fff;
            }

                .pdfArea .pdfInner a:hover:before {
                    filter: brightness(0) invert(1);
                }

                .pdfArea .pdfInner a:hover:after {
                    filter: brightness(0) invert(1);
                    right: 35px;
                }

    .pdfArea.pressKit .pdfInner a:before {
        background: url(../images/icons/zip-orange.svg) no-repeat;
        width: 63px;
        height: 69px;
    }

    .pdfArea.pressKit .pdfInner a:after {
        width: 35px;
        height: 45px;
        background: url(../images/icons/bottomBlueArrow.svg) no-repeat;
        right: 20px;
    }

    .pdfArea.pressKit .pdfInner a:hover:before {
        filter: brightness(0) invert(1);
    }

    .pdfArea.pressKit .pdfInner a:hover:after {
        filter: brightness(0) invert(1);
        top: 60%;
    }

    .pdfArea.docx .pdfInner a:before {
        background: url(../images/icons/docx-orange.svg) no-repeat;
        width: 63px;
        height: 69px;
    }

    .pdfArea.docx .pdfInner a:hover:before {
        filter: brightness(0) invert(1);
    }

    .pdfArea.policies a {
        padding-left: 170px;
    }

        .pdfArea.policies a:before {
            content: "";
            background: url(../images/icons/policies.jpg) no-repeat;
            left: 20px;
            height: 110px;
            width: 130px;
            background-size: 100% auto;
        }

        .pdfArea.policies a:hover:before {
            filter: none;
        }

    .pdfArea.csed a {
        padding-left: 170px;
    }

        .pdfArea.csed a:before {
            content: "";
            background: url(../images/icons/csed-icon.png) no-repeat;
            left: 20px;
            width: 130px;
            height: 100px;
            background-size: contain;
        }

        .pdfArea.csed a:hover:before {
            filter: none;
        }

.boardArea {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 50px 0px 100px 0px;
}

    .boardArea .col.col-2 {
        width: calc(25% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .boardArea .inner {
        height: 100px;
    }

        .boardArea .inner a {
            display: flex;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: 100%;
            padding: 25px 50px;
            font-size: 18px;
            color: #1B4298;
            font-weight: bold;
            border: 1px solid #C6D5D4;
            cursor: default;
        }

            .boardArea .inner a i {
                color: #778692;
                font-weight: 500;
                font-size: 16px;
            }

            .boardArea .inner a:hover {
                background-color: #1B4298;
                color: #fff;
            }

                .boardArea .inner a:hover i {
                    color: #fff;
                }

.imgGallery {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 50px 0px 100px 0px;
}

    .imgGallery .col {
        width: calc(33.3% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .imgGallery .col.col-2 {
            width: calc(25% - 20px);
        }

    .imgGallery .inner a {
        display: block;
        overflow: hidden;
    }

        .imgGallery .inner a img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .imgGallery .inner a span {
            color: #1B4298;
            font-weight: bold;
            font-size: 20px;
            display: block;
            position: relative;
            width: 100%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            padding: 20px 40px 20px 0px;
        }

            .imgGallery .inner a span:before {
                content: "";
                width: 30px;
                height: 20px;
                background: url(../images/icons/rightWhiteArrow.svg) no-repeat;
                position: absolute;
                right: 50px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                opacity: 0;
            }

            .imgGallery .inner a span i {
                color: #778692;
                font-size: 18px;
                font-weight: 500;
            }

        .imgGallery .inner a:hover img {
            transform: scale(1.1);
        }

        .imgGallery .inner a:hover span {
            background-color: #1B4298;
            color: #fff;
            padding-left: 25px;
        }

            .imgGallery .inner a:hover span:before {
                right: 20px;
                opacity: 1;
            }

            .imgGallery .inner a:hover span i {
                color: #fff;
            }

.pressHead {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .pressHead .selectArea {
        width: 100%;
        max-width: 200px;
        position: relative;
    }

        .pressHead .selectArea:after {
            content: "";
            position: absolute;
            width: 15px;
            height: 100%;
            background: url(../images/icons/selectArrow.svg) no-repeat center;
            background-size: 100%;
            top: 0px;
            right: 20px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .pressHead .selectArea select {
            width: 100%;
            border: 1px solid #C6D5D4;
            padding: 15px 20px;
            font-size: 19px;
            color: #1B4298;
            appearance: none;
            -webkit-appearance: none;
            font-weight: 600;
        }

            .pressHead .selectArea select option {
                font-size: 19px;
            }

        .pressHead .selectArea:focus-within:after {
            transform: rotate(180deg);
        }

.pressArea {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 50px 0px 50px 0px;
}

    .pressArea .col {
        width: calc(33.3% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .pressArea .col.col-2 {
            width: calc(25% - 20px);
        }

    .pressArea .inner {
        height: 100%;
    }

        .pressArea .inner a {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            padding: 35px 30px;
            border: 1px solid #C6D5D4;
            position: relative;
        }

            .pressArea .inner a span {
                font-size: 18px;
                font-weight: 600;
            }

                .pressArea .inner a span:nth-child(1) {
                    color: #1B4298;
                    margin-bottom: 35px;
                }

                .pressArea .inner a span:nth-child(2) {
                    color: #778692;
                    font-weight: 400;
                    padding-bottom: 35%;
                }

            .pressArea .inner a .btn {
                width: 180px;
                height: 50px;
                padding-left: 20px;
                border: 1px solid #C6D5D4;
                background: transparent;
                line-height: 50px;
            }

                .pressArea .inner a .btn span {
                    font-size: 16px;
                    font-weight: 600;
                    background-image: url(../images/icons/rightOrangeArrow.svg);
                    padding: 0 60px 0 0px;
                }

                .pressArea .inner a .btn:before {
                    width: 0px;
                    height: 48px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    background-color: #426DA5;
                }

            .pressArea .inner a small {
                position: absolute;
                bottom: 35px;
                left: 30px;
            }

                .pressArea .inner a small.orange {
                    color: #426DA5;
                    font-size: 16px;
                    font-weight: 500;
                }

            .pressArea .inner a i {
                position: absolute;
                bottom: 55px;
                right: 30px;
                color: #426DA5;
                font-weight: 500;
            }

            .pressArea .inner a:hover {
                background-color: #1B4298;
                color: #426DA5;
            }

                .pressArea .inner a:hover .btn:before {
                    background-color: #426DA5;
                    width: 100%;
                }

                .pressArea .inner a:hover .btn span {
                    background-image: url(../images/icons/rightWhiteArrowSmall.svg);
                    padding: 0 60px 0 20px;
                    color: #426DA5;
                }

                .pressArea .inner a:hover span {
                    color: #426DA5;
                }

                .pressArea .inner a:hover i {
                    color: #426DA5;
                }

                .pressArea .inner a:hover small.orange {
                    color: #426DA5;
                }

    .pressArea.pressBorusan .inner a span {
        padding-bottom: 15%;
    }

    .pressArea.pressBorusan .inner a i {
        bottom: 35px;
        color: #778692;
    }

    .pressArea.pressBorusan .inner a:hover i {
        color: #fff;
    }

.pressDetail {
    padding-bottom: 100px;
}

    .pressDetail .left {
        float: left;
        width: 35%;
    }

        .pressDetail .left img {
            padding-bottom: 30px;
        }

    .pressDetail .right .head {
        display: flex;
        justify-content: space-between;
    }

        .pressDetail .right .head h2 {
            font-size: 28px;
        }

    .pressDetail:after {
        clear: both;
        content: "";
        display: block;
        width: 100%;
    }

.sustainabilityTable {
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 10px;
}

    .sustainabilityTable .col {
        width: calc(33.333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .sustainabilityTable .sustainabilityInner {
        height: 100%;
    }

        .sustainabilityTable .sustainabilityInner a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 30px 15px 30px 40px;
            font-size: 22px;
            color: #1B4298;
            font-weight: 600;
            position: relative;
            justify-content: space-between;
            cursor: default;
        }

            .sustainabilityTable .sustainabilityInner a:after {
                content: "";
                width: 25%;
                height: 100%;
                background: rgba(0, 0, 0, 0.1);
                top: 0;
                right: 0;
                position: absolute;
                z-index: 0;
            }

            .sustainabilityTable .sustainabilityInner a span {
                color: #fff;
                display: block;
                font-weight: 600;
                font-size: 24px;
            }

            .sustainabilityTable .sustainabilityInner a img {
                position: relative;
                z-index: 1;
            }

    .sustainabilityTable.green .sustainabilityInner {
        background-color: #9FC736;
    }

    .sustainabilityTable.blue .sustainabilityInner {
        background-color: #1B4298;
    }

    .sustainabilityTable.yellow .sustainabilityInner {
        background-color: #f8af1a;
    }

section.greyBg {
    position: relative;
    padding: 60px 140px 0px 140px !important;
}

    section.greyBg:after {
        content: "";
        height: 550px;
        top: 0px;
        background-color: #fff;
        width: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
    }

    section.greyBg:before {
        content: "";
        height: 100%;
        bottom: 0px;
        background-color: #F0F3F5;
        width: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
    }

    section.greyBg .bgImg {
        width: 100%;
        position: relative;
        padding-bottom: 200px;
    }

        section.greyBg .bgImg .w100 {
            width: 100%;
            display: block;
        }

        section.greyBg .bgImg .desc {
            position: absolute;
            top: 490px;
            left: 0;
            width: 100%;
            z-index: 1;
            display: flex;
            align-items: flex-end;
        }

            section.greyBg .bgImg .desc .white {
                width: 60%;
                background-color: #fff;
                margin-left: 100px;
                padding: 100px;
            }

                section.greyBg .bgImg .desc .white .title {
                    display: block;
                    margin-bottom: 50px;
                    font-weight: 400;
                    font-size: 32px;
                    color: #1B4298;
                }

            section.greyBg .bgImg .desc .orange {
                width: 40%;
                height: 251px;
            }

                section.greyBg .bgImg .desc .orange a {
                    background: linear-gradient(#426DA5 0%, #426DA5 100%);
                    height: 100%;
                    color: #426DA5;
                    font-size: 20px;
                    padding: 70px 50px;
                    font-weight: bold;
                    display: block;
                }

                    section.greyBg .bgImg .desc .orange a:hover {
                        background: linear-gradient(#426DA5 0%, #426DA5 100%);
                    }

                        section.greyBg .bgImg .desc .orange a:hover .arrowBtn.right:after {
                            width: 70px;
                        }

                        section.greyBg .bgImg .desc .orange a:hover .arrowBtn.right:before {
                            right: -28px;
                        }

                section.greyBg .bgImg .desc .orange.about {
                    width: 20%;
                    height: 312px;
                }

                    section.greyBg .bgImg .desc .orange.about a {
                        height: 100%;
                        padding: 100px 50px;
                    }

    section.greyBg.aboutArea .aboutBottom {
        padding: 200px 0px 150px 0px;
    }

        section.greyBg.aboutArea .aboutBottom .col {
            height: 260px;
            overflow: hidden;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            section.greyBg.aboutArea .aboutBottom .col.blue {
                width: 27%;
            }

            section.greyBg.aboutArea .aboutBottom .col.yellow {
                width: 27%;
            }

            section.greyBg.aboutArea .aboutBottom .col.green {
                width: 46%;
            }

            section.greyBg.aboutArea .aboutBottom .col img {
                width: 100%;
                height: 260px;
                object-fit: cover;
                position: relative;
                z-index: -1;
                display: block;
            }

            section.greyBg.aboutArea .aboutBottom .col span {
                position: absolute;
                font-size: 24px;
                font-weight: bold;
                color: #fff;
                top: 50px;
                left: 50px;
            }

            section.greyBg.aboutArea .aboutBottom .col i {
                position: absolute;
                top: 100px;
                left: 50px;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover.blue {
                background-color: #1B4298;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover.yellow {
                background-color: #426DA5;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover.green {
                background-color: #2D764B;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover span, section.greyBg.aboutArea .aboutBottom .col:hover i {
                opacity: 1;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover .arrowBtn.right:after {
                width: 70px;
            }

            section.greyBg.aboutArea .aboutBottom .col:hover .arrowBtn.right:before {
                right: -28px;
            }

    section.greyBg.powerPlants:after {
        height: 380px;
    }

    section.greyBg.iRec .bgImg {
        padding-bottom: 400px;
    }

.accordionContent {
    width: 100%;
    margin-top: 50px;
}

    .accordionContent .item {
        width: 100%;
        transition: 0.3s;
        border: 1px solid transparent;
        margin-bottom: 20px;
        background-color: #F0F3F5;
    }

        .accordionContent .item .title {
            display: block;
            font-size: 32px;
            font-weight: 400;
            position: relative;
            color: #1B4298;
            cursor: pointer;
            padding: 30px;
        }

            .accordionContent .item .title:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 14px;
                top: 50%;
                transform: translateY(-50%);
                right: 30px;
                background: url(../images/icons/accDown.svg) no-repeat;
                transition: 0.3s;
            }

        .accordionContent .item .desc {
            display: none;
            padding: 0px 30px 50px 30px;
        }

            .accordionContent .item .desc p {
                padding: 20px 30px 0px 30px;
            }

                .accordionContent .item .desc p a {
                    color: #778692;
                    font-weight: 600;
                }

            .accordionContent .item .desc .w70 {
                width: 70%;
                margin: 50px auto;
                position: relative;
            }

                .accordionContent .item .desc .w70 .owl-nav {
                    position: absolute;
                    top: 45%;
                    transform: translateY(-50%);
                    width: 100%;
                }

                    .accordionContent .item .desc .w70 .owl-nav button {
                        width: 70px;
                        height: 70px;
                        position: absolute;
                        background: #1B4298 url(../images/icons/rightWhiteArrow.svg) no-repeat center !important;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .accordionContent .item .desc .w70 .owl-nav button.owl-prev {
                            left: -70px;
                            background: #1B4298 url(../images/icons/leftWhiteArrowSmall.svg) no-repeat center !important;
                            top: 0;
                            transform: rotate(0deg);
                        }

                        .accordionContent .item .desc .w70 .owl-nav button.owl-next {
                            right: -70px;
                        }

                        .accordionContent .item .desc .w70 .owl-nav button:hover {
                            background-color: #426DA5 !important;
                        }

            .accordionContent .item .desc .table {
                border: 1px solid #C6D5D4;
                font-size: 16px;
                font-weight: 400;
                margin-top: 50px;
            }

                .accordionContent .item .desc .table .row {
                    border-bottom: 1px solid #C6D5D4;
                }

                    .accordionContent .item .desc .table .row:last-child {
                        border-bottom: none;
                    }

                    .accordionContent .item .desc .table .row.head {
                        text-align: center;
                        background-color: #1B4298;
                        color: #fff;
                        font-weight: 500;
                        font-size: 20px;
                    }

                    .accordionContent .item .desc .table .row .col {
                        border-right: 1px solid #C6D5D4;
                        padding: 15px 20px;
                    }

                        .accordionContent .item .desc .table .row .col:last-child {
                            border-right: none;
                        }

                        .accordionContent .item .desc .table .row .col.p0 {
                            padding: 0;
                        }

                        .accordionContent .item .desc .table .row .col a {
                            color: #778692;
                            font-weight: 600;
                        }

                    .accordionContent .item .desc .table .row.head2 .col {
                        font-weight: bold;
                        color: #fff;
                    }

                        .accordionContent .item .desc .table .row.head2 .col:nth-child(odd) {
                            background-color: #fb925e;
                        }

                        .accordionContent .item .desc .table .row.head2 .col:nth-child(even) {
                            background-color: #426DA5;
                        }

                    .accordionContent .item .desc .table .row.inner {
                        height: auto;
                    }

                .accordionContent .item .desc .table.seven {
                    margin-top: 0;
                }

                    .accordionContent .item .desc .table.seven .row:nth-child(even) {
                        background-color: #f9fdff;
                    }

                    .accordionContent .item .desc .table.seven .row .col {
                        width: 15%;
                        font-size: 15px;
                        padding: 15px 6px;
                        text-align: center;
                        word-wrap: break-word;
                    }

                        .accordionContent .item .desc .table.seven .row .col:first-child {
                            width: 50%;
                            text-align: left;
                            padding-left: 30px;
                        }

                        .accordionContent .item .desc .table.seven .row .col:nth-child(2) {
                            width: 35%;
                        }

                    .accordionContent .item .desc .table.seven .row.head {
                        align-items: center;
                        background-color: transparent;
                        color: #778692;
                        font-weight: bold;
                        font-size: 18px;
                    }

            .accordionContent .item .desc.metrics {
                padding: 0;
            }

                .accordionContent .item .desc.metrics span.subTitle {
                    font-size: 26px;
                    color: #1B4298;
                    font-weight: 400;
                    background-color: #f8f9fa;
                    display: block;
                    padding: 20px 30px;
                }

        .accordionContent .item.active {
            border: 1px solid #426DA5;
        }

            .accordionContent .item.active .title {
                color: #426DA5;
            }

                .accordionContent .item.active .title:after {
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 14px;
                    top: 50%;
                    transform: translateY(-50%);
                    background: url(../images/icons/accUp.svg) no-repeat;
                    transition: 0.3s;
                }

.sustainabilitySlider .item {
    position: relative;
}

    .sustainabilitySlider .item a span {
        background: linear-gradient(rgba(6, 24, 65, 0) 0%, #061841 100%);
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 100px;
        display: flex;
        align-items: center;
        font-size: 25px;
        color: #fff;
        padding-left: 25px;
        font-weight: 500;
    }

.sustainabilitySlider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

    .sustainabilitySlider .owl-nav button {
        width: 30px;
        height: 20px;
        position: relative;
        display: block;
    }

        .sustainabilitySlider .owl-nav button.owl-prev {
            background: url(../images/icons/rightBlueArrow.svg) no-repeat center !important;
            transform: rotate(180deg);
            right: 40px;
            top: 28px;
        }

        .sustainabilitySlider .owl-nav button.owl-next {
            background: url(../images/icons/rightBlueArrow.svg) no-repeat center !important;
        }

.powerPlantsSlider {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .powerPlantsSlider .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

        .powerPlantsSlider .owl-nav button {
            width: 140px;
            height: 140px;
            position: absolute;
            background: #1B4298 url(../images/icons/rightWhiteArrow.svg) no-repeat center !important;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .powerPlantsSlider .owl-nav button.owl-prev {
                left: -140px;
                background: #1B4298 url(../images/icons/leftWhiteArrowSmall.svg) no-repeat center !important;
            }

            .powerPlantsSlider .owl-nav button.owl-next {
                right: -140px;
            }

            .powerPlantsSlider .owl-nav button:hover {
                background-color: #426DA5 !important;
            }

.stakeHolder .formArea {
    padding-right: 0;
    padding-bottom: 80px;
}

    .stakeHolder .formArea button:after {
        right: 30px;
    }

    .stakeHolder .formArea button:hover:after {
        right: 20px;
    }

.checkbox-box {
    display: block;
    color: #707070;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding-top: 10px;
}

    .checkbox-box input {
        position: absolute;
        opacity: 0;
    }

    .checkbox-box label {
        margin-right: 0;
        position: relative;
        padding-left: 60px;
        min-width: auto;
        line-height: 1.5;
        display: block;
        padding-top: 5px;
        font-size: 10px;
    }

        .checkbox-box label:before {
            width: 30px;
            height: 30px;
            background-color: #D2D7D7;
            display: block;
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            background-repeat: no-repeat;
            background-position: center;
        }

    .checkbox-box input:checked + label:before {
        background-image: url(../images/icons/check.html);
    }

footer {
    background: #fff;
    padding: 50px 230px 50px 140px;
    border-top: 1px solid #C6D5D4;
}

    footer .content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .center {
        border-left: 1px solid #C6D5D4;
        padding-left: 50px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

        footer .center nav ul {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
        }

            footer .center nav ul li a {
                font-size: 17px;
                font-weight: bold;
                padding: 0 20px;
                color: #1B4298;
            }

        footer .center .other {
            margin-top: auto;
        }

            footer .center .other ul {
                display: flex;
            }

                footer .center .other ul li a {
                    font-size: 14px;
                    color: #7E7E7E;
                    font-weight: 500;
                    padding: 0 20px;
                    border-right: 1px solid #7E7E7E;
                }

                footer .center .other ul li:last-child a {
                    border-right: none;
                }

    footer .right {
        padding-left: 50px;
    }

        footer .right a {
            font-size: 17px;
            font-weight: bold;
            color: #426DA5;
            opacity: 0;
        }










.fancybox-content img {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1800px) {
    .pl140 {
        padding-left: 50px;
    }

    .pr140 {
        padding-right: 50px;
    }

    .breadCrumb {
        margin-bottom: 20px;
    }

    .row.center {
        padding: 30px 0px;
    }

    .row.pb0 {
        padding-bottom: 0;
    }

    .formArea {
        margin-top: 30px;
    }

    section h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

        section h2.metricsTitle {
            font-size: 20px;
        }

    section h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    section p {
        font-size: 17px;
    }

    header {
        height: 91px;
    }

        header a.logo {
            margin-left: 50px;
        }

        header nav ul li a {
            padding: 35px 15px;
            font-size: 15px;
        }

        header nav a.supplier {
            font-size: 15px;
        }

        header .subMenu {
            padding-left: 50px;
        }

            header .subMenu ul li a {
                font-size: 16px !important;
            }

    footer {
        padding-left: 50px;
        padding-right: 140px;
    }

        footer .center nav ul li a {
            font-size: 15px;
        }

        footer .right a {
            font-size: 15px;
        }

    section.subPage {
        padding: 140px 50px 0px 50px;
    }

        section.subPage .boxItem.left {
            padding-right: 50px;
        }

        section.subPage .boxItem.right {
            padding-left: 50px;
        }

        section.subPage.powerPlants .textContent h2 {
            font-size: 60px;
            margin-left: 0;
            line-height: 70px;
        }

        section.subPage.powerPlants .row .windArea {
            width: 75%;
            height: 400px;
        }

            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) span {
                font-size: 80px;
            }

            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) small {
                font-size: 25px;
                margin-top: 0px;
            }

        section.subPage.powerPlants .box {
            width: 300px;
            height: 300px;
            padding: 25px 0px 0px 25px;
        }

            section.subPage.powerPlants .box.box5 {
                width: 450px;
                height: 450px;
                background-size: 100% auto;
            }

        section.subPage.powerPlants span.size90 {
            font-size: 60px;
            line-height: 70px;
            margin-top: 10px;
        }

            section.subPage.powerPlants span.size90 sup {
                font-size: 20px;
            }

        section.subPage.powerPlants span.size120 {
            font-size: 80px;
        }

        section.subPage.powerPlants span.posRe sub {
            right: 17px;
        }

        section.subPage.powerPlants small {
            color: #fff;
            margin-top: 20px;
            display: block;
        }

            section.subPage.powerPlants small.size32 {
                font-size: 24px;
            }

            section.subPage.powerPlants small.blue {
                color: #1B4298;
            }

            section.subPage.powerPlants small.bold {
                font-weight: bold;
            }

    section.greyBg {
        padding: 30px 50px 0px 50px !important;
    }

        section.greyBg:after {
            height: 450px;
        }

        section.greyBg .bgImg .desc {
            top: 390px;
        }

            section.greyBg .bgImg .desc .white {
                padding: 50px 50px 100px 50px;
            }

    .boxItem {
        padding: 70px 50px 90px 50px;
    }

        .boxItem.right {
            padding-right: 50px;
        }

        .boxItem.w100 {
            padding-top: 50px;
        }

        .boxItem span {
            font-size: 17px;
        }

    .textContent .title {
        margin-bottom: 30px;
    }

        .textContent .title.blue {
            font-size: 25px;
        }

    .textContent h2 {
        font-size: 100px;
    }

    .textContent h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .textContent.right {
        padding-left: 80px;
    }

    .powerPlantsSlider .owl-nav button {
        width: 100px;
        height: 100px;
    }

        .powerPlantsSlider .owl-nav button.owl-prev {
            left: 0px;
        }

        .powerPlantsSlider .owl-nav button.owl-next {
            right: 0px;
        }
}

@media screen and (max-width: 1540px) {
    section h2 {
        font-size: 30px;
    }

    section h1 {
        font-size: 25px;
    }

    section p {
        font-size: 17px;
    }

    aside .content .nav a {
        height: 60px;
    }

        aside .content .nav a:first-child {
            height: 90px;
        }

    aside .content .quickAccess a.toggler {
        padding: 20px 0px 30px 0px;
    }

    aside .content .social a {
        padding-bottom: 15px;
        font-size: 18px;
    }


    header a.logo {
        width: 180px;
    }

    header nav ul li a {
        padding: 35px 15px;
        font-size: 15px;
    }

    header nav a.supplier {
        font-size: 15px;
        margin-right: 30px;
        padding-left: 20px;
        padding-right: 35px;
    }

    header .subMenu ul li {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
    }

        header .subMenu ul li a {
            font-size: 15px !important;
        }

    header .subMenu .left.powerPlants .hej {
        padding-top: 45px !important;
    }

    header .subMenu p {
        font-size: 15px !important;
        width: 80% !important;
    }

    section.mainSlider .item .caption h2 {
        font-size: 35px;
    }

        section.mainSlider .item .caption h2 span {
            color: #FFF;
            font-size: 100px;
            display: block;
            text-indent: -5px;
        }

    section.mainSlider .item .caption p {
        font-size: 17px;
    }

    section.mainSlider .active .item .caption {
        left: 50px;
    }

    .textContent h2 {
        font-size: 65px;
        line-height: 70px;
        margin-left: 0;
    }

    .textContent h3 {
        font-size: 30px;
    }

    .textContent .title {
        margin-bottom: 30px;
    }

        .textContent .title.orange {
            font-size: 18px;
            margin-bottom: 20px;
        }

    .boxItem h2 {
        line-height: 30px;
        min-height: 60px;
    }

    .boxItem img {
        height: 200px;
    }

    .boxItem video {
        height: 200px;
    }

    .pressArea .col.col-2 {
        width: calc(33.3% - 20px);
    }

    .pdfArea .pdfInner a {
        font-size: 16px;
        padding-right: 60px;
        padding-left: 100px;
    }

        .pdfArea .pdfInner a:before {
            left: 25px;
        }

        .pdfArea .pdfInner a:after {
            right: 20px;
        }

        .pdfArea .pdfInner a:hover:after {
            right: 15px;
        }

    .pdfArea.policies a {
        padding-left: 170px;
    }

    .pdfArea.csed .pdfInner a:before {
        width: 70px;
        height: 55px;
        left: 20px;
    }

    .boardArea .inner a {
        padding: 20px 30px;
    }

    .imgGallery .inner a span {
        font-size: 16px;
    }

        .imgGallery .inner a span i {
            font-size: 14px;
        }

    section.subPage.board span.title {
        font-size: 20px;
    }

    section.subPage.powerPlants .contact .col .certificates.kiyikoy a {
        padding: 20px 60px 20px 55px;
        font-size: 14px;
    }

        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:after {
            right: 20px;
        }

        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:before {
            background-size: 50% auto;
            left: 10px;
            top: 70%;
        }

        section.subPage.powerPlants .contact .col .certificates.kiyikoy a:hover:after {
            right: 10px;
        }

    section.greyBg .bgImg .desc .orange.about {
        width: 250px;
        height: 200px;
    }

        section.greyBg .bgImg .desc .orange.about a {
            padding: 30px;
        }

    .pressDetail .left {
        width: 42%;
    }

    .pressDetail .right .head h2 {
        font-size: 22px;
        padding-right: 30px;
    }

    .accordionContent .item .desc .table.seven .row .col {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    section h2 {
        font-size: 25px;
    }

        section h2.metricsTitle {
            font-size: 16px;
        }

    section h1 {
        font-size: 20px;
    }

    section p {
        font-size: 15px;
    }

    header {
        height: 91px;
    }

        header a.logo {
            width: 150px;
        }

        header nav ul li a {
            padding: 35px 10px;
            font-size: 13px;
        }

        header nav a.supplier {
            font-size: 13px;
        }

    .textContent h2 {
        font-size: 50px;
        line-height: 55px;
        margin-left: 0;
    }

    .textContent .title {
        margin-bottom: 30px;
    }

        .textContent .title.orange {
            font-size: 18px;
            margin-bottom: 20px;
        }

    section.greyBg {
        padding: 30px 50px 0px 50px !important;
    }

        section.greyBg:after {
            height: 450px;
        }

        section.greyBg .bgImg .desc {
            top: 390px;
        }

            section.greyBg .bgImg .desc .white {
                padding: 30px 30px 50px 30px;
            }

                section.greyBg .bgImg .desc .white .title {
                    font-size: 20px;
                    margin-bottom: 30px;
                }

    .pressDetail .left {
        width: 60%;
    }

    .pressDetail .right .head h2 {
        font-size: 22px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px) {
    .breadCrumb {
        display: none;
    }

    .angleBtn {
        width: 150px;
        height: 150px;
        font-size: 16px;
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        border: 1px solid #426DA5;
    }

        .angleBtn.center {
            right: 0;
            top: auto;
            transform: translateY(0);
            bottom: 0px;
        }

        .angleBtn.w50 {
            width: 100%;
            font-size: 11px;
            height: auto;
            padding: 10px 20px;
        }

    .btn {
        width: 100% !important;
    }

    section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .row .col {
        width: 100% !important;
    }

    .row.order .col:first-child {
        order: 2;
    }

    .row.order .col:last-child {
        margin-bottom: 30px;
    }

    .row.center {
        padding-bottom: 0;
    }

        .row.center .col:first-child {
            margin-bottom: 30px;
        }

    .pt135 {
        padding-top: 60px;
    }

    .pr140 {
        padding-right: 30px;
    }

    .pl140 {
        padding-left: 30px;
    }

    main {
        padding: 0;
    }

    .tabsBtn {
        display: flex;
        margin-bottom: 30px;
    }

        .tabsBtn a {
            width: 33%;
            height: auto;
            text-align: center;
        }

            .tabsBtn a:before {
                top: 0px;
                left: 50%;
                transform: translateX(-50%);
                width: 45px;
                height: 5px;
            }

            .tabsBtn a span {
                font-size: 13px;
            }

    .tabs-content .tabs h2 {
        margin-bottom: 30px;
    }

    .tabs-content .tabs .facilitySlider .owl-stage-outer .item {
        text-align: center;
    }

        .tabs-content .tabs .facilitySlider .owl-stage-outer .item span {
            font-size: 15px;
            margin-top: 20px;
        }

    .tabs-content .tabs .facilitySlider .owl-nav {
        top: -70px;
        right: 10px;
    }

        .tabs-content .tabs .facilitySlider .owl-nav button {
            width: 25px;
            height: 25px;
        }

            .tabs-content .tabs .facilitySlider .owl-nav button:after {
                width: 25px;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button:before {
                height: 15px;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button.owl-prev:before {
                left: 5px;
                bottom: -11px;
            }

            .tabs-content .tabs .facilitySlider .owl-nav button.owl-next:before {
                right: 4px;
            }

    .formArea {
        padding-right: 0;
    }

        .formArea .row {
            margin-bottom: 0;
        }

            .formArea .row .col {
                margin-bottom: 15px;
            }

        .formArea input, .formArea textarea, .formArea button, .formArea select {
            padding: 15px 20px;
        }

        .formArea .form-label {
            font-size: 14px;
        }

        .formArea select {
            font-size: 14px;
        }

        .formArea input[type=checkbox] + label {
            font-size: 11px;
        }

    .accordionContent .item .title {
        font-size: 20px;
        padding: 20px;
    }

        .accordionContent .item .title:after {
            background-size: 70% auto;
            top: 55%;
            right: 20px;
        }

    .accordionContent .item.active .title:after {
        background-size: 70% auto;
        top: 55%;
        right: 20px;
    }

    .accordionContent .item .desc {
        padding: 0px 0px 30px 0px;
    }

        .accordionContent .item .desc .table {
            font-size: 14px;
            margin-top: 50px;
        }

            .accordionContent .item .desc .table .row.head {
                font-size: 17px;
            }

            .accordionContent .item .desc .table .row .col {
                border-right: 1px solid #C6D5D4;
                padding: 15px 20px;
            }

                .accordionContent .item .desc .table .row .col.col-2 {
                    width: 35% !important;
                }

                .accordionContent .item .desc .table .row .col.col-6 {
                    width: 65% !important;
                }

                .accordionContent .item .desc .table .row .col.col-4 {
                    width: 50% !important;
                }

                .accordionContent .item .desc .table .row .col.col-20 {
                    width: 20% !important;
                }

                .accordionContent .item .desc .table .row .col.col-80 {
                    width: 80% !important;
                }

            .accordionContent .item .desc .table.five {
                width: 100%;
                overflow: auto;
            }

                .accordionContent .item .desc .table.five .row {
                    flex-wrap: nowrap;
                }

                    .accordionContent .item .desc .table.five .row .col.col-20 {
                        width: 45% !important;
                    }

                    .accordionContent .item .desc .table.five .row .col.col-80 {
                        width: 100% !important;
                    }

                    .accordionContent .item .desc .table.five .row .col.col-2 {
                        width: 45% !important;
                    }

                    .accordionContent .item .desc .table.five .row.head2 .col {
                        width: 45% !important;
                    }

            .accordionContent .item .desc .table.seven {
                width: 100%;
                overflow: auto;
            }

                .accordionContent .item .desc .table.seven .row {
                    flex-wrap: nowrap;
                    align-items: center;
                }

                    .accordionContent .item .desc .table.seven .row .col {
                        width: 30% !important;
                    }

                        .accordionContent .item .desc .table.seven .row .col:first-child {
                            width: 40% !important;
                            padding-left: 20px;
                        }

        .accordionContent .item .desc.metrics span.subTitle {
            font-size: 16px;
            padding-left: 20px;
        }

    header {
        /*height: 75px;*/
        padding: 0;
        z-index: 7;
    }

        header a.logo {
            margin-left: 30px;
            width: 170px;
        }

        header nav ul {
            display: none;
        }

    footer {
        padding: 30px 30px 100px 30px;
    }

        footer .center {
            padding-left: 0;
            border-left: 0;
            margin-top: 20px;
        }

            footer .center ul {
                flex-direction: column;
            }

                footer .center ul li a {
                    padding: 0 !important;
                    border-right: 0 !important;
                    margin-bottom: 5px;
                    display: block;
                }

        footer .right {
            padding-left: 30px;
            display: flex;
            align-items: center;
        }

    .searchArea {
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    }

        .searchArea.open {
            top: 0;
        }

            .searchArea.open .form {
                top: 45%;
            }

        .searchArea .form {
            padding-left: 15px;
            width: 85%;
            margin: 0px 30px;
            border: 1px solid #C6D5D4;
            background-color: #fff;
        }

            .searchArea .form input {
                padding-left: 40px;
                width: 100%;
            }

            .searchArea .form button {
                right: 20px;
            }

    aside {
        position: fixed;
        width: 100%;
        height: 70px;
        bottom: 0;
        right: 0;
        z-index: 5;
        border-top: 1px solid #C6D5D4;
        top: auto;
    }

        aside .content {
            height: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            aside .content .nav {
                width: 84%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                position: relative;
                z-index: 6;
            }

                aside .content .nav a {
                    width: 25%;
                    border-bottom: 0px;
                    height: 70px;
                    border-right: 1px solid #C6D5D4;
                }

                    aside .content .nav a:first-child {
                        height: auto;
                    }

            aside .content .quickAccess {
                width: 16%;
                height: 100%;
            }

                aside .content .quickAccess .quickMenu {
                    width: 100%;
                    height: 100vh;
                    bottom: 0;
                    top: auto;
                    right: 0;
                    padding: 0 30px;
                }

                    aside .content .quickAccess .quickMenu .head {
                        margin-top: 100px;
                    }

                aside .content .quickAccess .scrollBar {
                    height: 50vh;
                }

                aside .content .quickAccess a.toggler {
                    padding: 22px 0px;
                    height: 100%;
                }

                aside .content .quickAccess .socialMobile {
                    display: flex;
                    margin-top: 50px;
                }

                    aside .content .quickAccess .socialMobile a {
                        font-size: 30px;
                    }

            aside .content .social {
                display: none;
            }

    section.mainSlider .item .caption {
        width: calc(100% - 60px);
    }

        section.mainSlider .item .caption h2 {
            font-size: 30px;
            margin-bottom: 30px;
        }

            section.mainSlider .item .caption h2 span {
                font-size: 60px;
            }

        section.mainSlider .item .caption p {
            padding: 30px 0px;
        }

    section.mainSlider .active .item .caption {
        top: 40%;
        left: 30px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    }

    section.mainSlider .owl-nav {
        right: 30px;
        bottom: 100px;
    }

    section.mainSlider .owl-dots {
        width: 100%;
        flex-direction: row;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
        -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
    }

        section.mainSlider .owl-dots .owl-dot span {
            padding: 20px 0px;
        }

    section.facility .content {
        padding: 0 5px;
    }

        section.facility .content.pl140 {
            padding-left: 5px;
        }

    section.facility.subFacility {
        padding-top: 100px;
    }

    section.news-contact .row .col:nth-child(1) {
        margin-bottom: 30px;
    }

    section.news-contact .row .col:nth-child(2) {
        padding-left: 0;
    }

    section.news-contact .row .col .title {
        font-size: 16px;
    }

    section.news-contact .right .top .row .col:nth-child(2) {
        padding-left: 0;
    }

    .boxItem {
        padding: 30px;
    }

        .boxItem.w100 {
            padding: 0px 0px 80px 0px;
        }

            .boxItem.w100 small {
                padding-right: 30px;
            }

        .boxItem.right {
            padding-right: 30px;
        }

        .boxItem span {
            padding-top: 30px;
            font-size: 14px;
            min-height: auto;
        }

        .boxItem h2 {
            min-height: auto;
            margin-bottom: 20px;
        }

    .textContent h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .textContent h3 {
        font-size: 22px;
    }

    .textContent .title.blue {
        font-size: 20px;
    }

    .textContent p {
        padding-right: 0;
    }

    .textContent.right {
        padding-left: 0;
    }

    .textContent .arrowBtn {
        margin-top: 20px;
    }

    .textContent .flex {
        margin-bottom: 25px;
        justify-content: space-between;
        padding-right: 0;
    }

        .textContent .flex img {
            width: 50%;
            float: right;
        }

            .textContent .flex img.mr50 {
                margin-right: 0;
            }

        .textContent .flex strong {
            font-size: 22px;
            margin-bottom: 10px;
        }

    .imgContent .bottom {
        padding: 25px;
        height: 60%;
    }

        .imgContent .bottom span {
            font-size: 18px;
        }

    .pdfArea {
        margin-left: 0;
        width: 100%;
    }

        .pdfArea .col {
            margin-left: 0;
        }

        .pdfArea .pdfInner a {
            padding: 25px 75px 25px 80px;
        }

            .pdfArea .pdfInner a:before {
                width: 40px;
                height: 50px;
                background-size: 100% auto;
                left: 20px;
            }

        .pdfArea.docx .pdfInner a:before {
            width: 40px;
            height: 50px;
            background-size: 100% auto;
            left: 20px;
        }

    .boardArea {
        margin-left: 0;
        width: 100%;
    }

        .boardArea .col.col-2 {
            margin-left: 0;
        }

    .imgGallery {
        margin-left: 0;
        width: 100%;
    }

        .imgGallery .col {
            margin-left: 0;
            margin-bottom: 40px;
        }

        .imgGallery .inner a span {
            padding: 10px 40px 0px 0px;
        }

    .pressArea {
        margin-left: 0;
        width: 100%;
    }

        .pressArea .col {
            margin-left: 0;
        }

        .pressArea .inner a {
            padding: 25px;
        }

            .pressArea .inner a span {
                font-size: 16px;
            }

                .pressArea .inner a span:nth-child(2) {
                    padding-bottom: 25px;
                }

            .pressArea .inner a small {
                position: relative;
                bottom: 0;
                left: 0;
                margin-bottom: 20px;
            }

            .pressArea .inner a i {
                position: relative;
                bottom: 0px;
                left: 0px;
            }

        .pressArea.pressBorusan .inner a span {
            padding-bottom: 25px;
        }

        .pressArea.pressBorusan .inner a i {
            bottom: 0;
        }

    .sustainabilityTable {
        margin-left: 0;
        width: 100%;
    }

        .sustainabilityTable .col {
            margin-left: 0;
        }

        .sustainabilityTable .sustainabilityInner a {
            padding: 20px 15px;
        }

            .sustainabilityTable .sustainabilityInner a span {
                font-size: 16px;
            }

            .sustainabilityTable .sustainabilityInner a img {
                width: 60px;
                height: 60px;
            }

    .blueArea {
        padding: 20px;
        width: 100%;
    }

        .blueArea .title {
            font-size: 20px;
            margin-bottom: 20px;
        }

            .blueArea .title.top {
                margin-left: 0;
                margin-bottom: 30px;
                font-size: 25px;
            }

        .blueArea .box {
            position: relative;
            top: auto;
            transform: translateX(0);
            bottom: 0;
            width: 100%;
            left: 0px;
            margin-top: 30px;
            padding: 20px;
        }

            .blueArea .box span {
                font-size: 20px;
                margin-bottom: 25px;
            }

            .blueArea .box small {
                font-size: 16px;
            }

        .blueArea .angleBtn {
            position: relative;
            margin-top: 20px;
            width: 100%;
        }

    .powerPlantsSlider .owl-nav {
        top: 40%;
    }

        .powerPlantsSlider .owl-nav button {
            width: 50px;
            height: 50px;
            background-size: 30% auto !important;
        }

            .powerPlantsSlider .owl-nav button.owl-prev {
                background-size: 30% auto !important;
            }

    .sustainability .row .col {
        margin-bottom: 30px;
    }

        .sustainability .row .col.pl140 {
            padding-left: 0;
        }

    .sustainability .left .bottom span.title {
        font-size: 19px;
    }

        .sustainability .left .bottom span.title.s32 {
            font-size: 19px;
        }

    .sustainability .right a {
        width: 50px;
        height: 50px;
    }

    .sustainability .right .rightContent .title {
        font-size: 15px;
    }

    .sustainability .right .rightContent p {
        width: 85%;
        margin-bottom: 20px;
    }

    section.greyBg {
        padding: 50px 5% 25px 5% !important;
        width: 100%;
        margin: 15px auto 0px auto;
    }

        section.greyBg:after {
            display: none;
        }

        section.greyBg .bgImg {
            padding-bottom: 0;
        }

            section.greyBg .bgImg .desc {
                position: relative;
                top: 0px;
                flex-wrap: wrap;
            }

                section.greyBg .bgImg .desc .white {
                    width: 100%;
                    margin-left: 0;
                }

                section.greyBg .bgImg .desc .orange {
                    width: 100%;
                    height: auto;
                }

                    section.greyBg .bgImg .desc .orange a {
                        padding: 25px;
                        font-size: 15px;
                        background: linear-gradient(#426DA5 0%, #426DA5 100%);
                    }

                    section.greyBg .bgImg .desc .orange.about {
                        width: 100%;
                    }

        section.greyBg.aboutArea .aboutBottom {
            padding-top: 50px;
        }

            section.greyBg.aboutArea .aboutBottom .col span {
                font-size: 20px;
                top: 25px;
                left: 25px;
            }

            section.greyBg.aboutArea .aboutBottom .col i {
                left: 25px;
                top: 55px;
            }

    section.subPage {
        padding: 100px 0px 0px;
        width: 90%;
        margin: 0 auto;
    }

        section.subPage .grey:before {
            content: "";
            width: 5%;
            height: 100%;
            background-color: #f0f3f5;
            position: absolute;
            right: -5%;
            top: 0px;
        }

        section.subPage.visualGallery .title {
            font-size: 20px;
        }

        section.subPage .boxItem.left {
            padding-right: 0;
        }

        section.subPage .boxItem.right {
            padding-left: 0;
        }

        section.subPage .boxItem a small {
            padding-top: 20px;
        }

        section.subPage.aboutArea .textContent.right {
            margin-left: 0;
        }

        section.subPage.powerPlants {
            padding-bottom: 30px;
        }

            section.subPage.powerPlants .content {
                margin-bottom: 50px;
            }

            section.subPage.powerPlants .content-2 {
                padding-top: 200px;
            }

                section.subPage.powerPlants .content-2 .left {
                    min-height: 400px;
                    align-items: flex-end;
                    padding-bottom: 80px;
                    padding-left: 30px;
                }

            section.subPage.powerPlants .content-3 {
                margin-top: 0;
            }

            section.subPage.powerPlants .contact {
                margin-top: 0;
                padding-bottom: 0 !important;
            }

                section.subPage.powerPlants .contact .col {
                    padding: 25px;
                }

                    section.subPage.powerPlants .contact .col .logos img {
                        width: 20%;
                        margin-right: 12px;
                    }

                    section.subPage.powerPlants .contact .col a {
                        font-size: 15px;
                        margin-bottom: 25px;
                    }

            section.subPage.powerPlants .row {
                padding-bottom: 60px;
            }

                section.subPage.powerPlants .row .textContent {
                    margin-top: 30px;
                }

                    section.subPage.powerPlants .row .textContent h2 {
                        font-size: 28px;
                        line-height: 30px;
                    }

                        section.subPage.powerPlants .row .textContent h2 br {
                            display: none;
                        }

                section.subPage.powerPlants .row .windArea {
                    position: relative;
                    margin-top: 20px;
                    width: 100%;
                }

                    section.subPage.powerPlants .row .windArea .windRow {
                        align-items: flex-start;
                    }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) {
                            display: flex;
                            height: 40%;
                            padding: 30px;
                            justify-content: space-between;
                        }

                            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .top {
                                border: 0px;
                                height: auto;
                            }

                                section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .top span {
                                    font-size: 18px;
                                }

                            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .bottom {
                                padding-top: 0;
                                height: auto;
                            }

                                section.subPage.powerPlants .row .windArea .windRow .col:nth-child(1) .bottom span {
                                    font-size: 18px;
                                }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) img {
                            margin-bottom: 10px;
                            width: 10%;
                        }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) span {
                            font-size: 45px;
                        }

                            section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) span sup {
                                font-size: 18px;
                            }

                        section.subPage.powerPlants .row .windArea .windRow .col:nth-child(2) small {
                            font-size: 18px;
                        }

            section.subPage.powerPlants .centerImg {
                padding-top: 0px;
                padding-bottom: 0px;
            }

                section.subPage.powerPlants .centerImg img {
                    width: 100%;
                }

            section.subPage.powerPlants .tree {
                top: 230px;
            }

                section.subPage.powerPlants .tree img {
                    width: 100%;
                }

            section.subPage.powerPlants .box {
                width: 150px;
                height: 150px;
                padding: 15px 0px 0px 15px;
            }

                section.subPage.powerPlants .box img {
                    width: 20%;
                }

                section.subPage.powerPlants .box.box2 {
                    top: 0px;
                    transform: translateY(0);
                    background: rgba(255, 255, 255, 0.4);
                    backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                }

                section.subPage.powerPlants .box.box4 {
                    bottom: 0px;
                    background: rgba(27, 66, 152, 0.3);
                    backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    border: 1px solid #426DA5;
                }

                section.subPage.powerPlants .box.box5 {
                    width: 100%;
                    height: 200px;
                    background-size: 50% auto;
                }

                    section.subPage.powerPlants .box.box5 i {
                        margin-bottom: 0;
                    }

                        section.subPage.powerPlants .box.box5 i img {
                            width: 10%;
                        }

                section.subPage.powerPlants .box.box6 {
                    background: rgba(27, 66, 152, 0.3);
                    backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    border: 1px solid #426DA5;
                }

                section.subPage.powerPlants .box.box3 {
                    background: rgba(255, 103, 27, 0.3);
                    backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
                    border: 1px solid #426DA5;
                }

            section.subPage.powerPlants span.size90 {
                font-size: 22px;
                line-height: 30px;
            }

                section.subPage.powerPlants span.size90 sup {
                    font-size: 10px;
                }

            section.subPage.powerPlants span.size120 {
                font-size: 40px;
            }

            section.subPage.powerPlants span.posRe {
                padding-right: 50px;
            }

                section.subPage.powerPlants span.posRe sub {
                    font-size: 10px;
                    bottom: -5px;
                    right: 26px;
                }

            section.subPage.powerPlants small.size32 {
                font-size: 15px;
                margin-top: 5px;
            }

            section.subPage.powerPlants small.bold {
                font-size: 13px;
            }

        section.subPage.stu .boxItem {
            min-height: auto;
        }

        section.subPage.announcements .announcementsOrder > .col:nth-child(1) {
            order: 2;
        }

        section.subPage.announcements .accHead {
            font-size: 22px;
        }

        section.subPage .appFormOrder > .col:nth-child(1) {
            order: 2;
        }

        section.subPage.sustainabilityPage .right a.angleBtn {
            width: 150px;
            height: 150px;
            font-size: 15px;
            padding: 0 20px;
        }

        section.subPage.contact .contactDesc {
            margin-right: 0;
        }

            section.subPage.contact .contactDesc a {
                font-size: 17px;
            }

    .pressDetail .left {
        width: 100%;
        float: none;
    }

        .pressDetail .left img {
            width: 100%;
        }

    .pressDetail .right .head {
        flex-direction: column;
        margin-bottom: 30px;
    }

        .pressDetail .right .head h2 {
            font-size: 18px;
            padding-right: 0px;
        }

    .fancybox-content img {
        width: 90%;
        height: 90%;
    }
}
