@import url("fonts.css");

img {
    max-width: 100%;
}

::-moz-selection {
    color: #FFF;
    background: #CE050B;
}

::selection {
    color: #FFF;
    background: #CE050B;
}

.custom-container {
    position: relative;
    width: 1265px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.nav.nav-tabs {
    margin-bottom: 20px;
    border: 0;
}

    .nav.nav-tabs .nav-item {
        margin-right: 2px;
    }

        .nav.nav-tabs .nav-item .nav-link {
            padding: 12px 20px;
            border-radius: 2px;
            border: 0;
            color: #a3a3a3;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .nav.nav-tabs .nav-item .nav-link:hover {
                background-color: #02a5f4;
                color: #FFF;
            }

            .nav.nav-tabs .nav-item .nav-link.active {
                background-color: #02a5f4;
                color: #FFF;
            }

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.form label {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.form .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .form .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-control.disabled {
        border-color: #868686;
    }

    .form .form-control:focus {
        outline: 0;
    }

.wpanimation {
    opacity: 0;
}

    .wpanimation.animated {
        opacity: 1;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.html) center no-repeat #FFF;
    background-size: 120px 120px;
}

body {
    font-family: Ubuntu-Regular, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus {
        outline: 0;
    }

.social .nav-item {
    margin: 0 5px;
}

.social .nav-link {
    width: 32px !important;
    height: 32px !important;
    padding: 0;
    background: #FFF;
    border-radius: 50%;
    color: #CE050B !important;
    line-height: 32px;
    text-align: center;
}

    .social .nav-link i {
        vertical-align: middle;
    }

    .social .nav-link.facebook-f:hover {
        color: #FFF !important;
        background: #3b5999 !important;
    }

    .social .nav-link.twitter:hover {
        color: #FFF !important;
        background: #55acee !important;
    }

    .social .nav-link.instagram:hover {
        color: #FFF !important;
        background: #e4405f !important;
    }

    .social .nav-link.youtube:hover {
        color: #FFF !important;
        background: #cd201f !important;
    }

    .social .nav-link.linkedin-in:hover {
        color: #FFF !important;
        background: #0077B5 !important;
    }

.btnPrimary {
    display: inline-block;
    height: auto;
    width: auto;
    min-width: 120px;
    padding: 15px 30px;
    margin: 0 5px;
    background: #CE050B;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btnPrimary.gray {
        background: #404040;
    }

    .btnPrimary.red {
        background: #D8232A;
    }

    .btnPrimary img {
        display: block;
        margin: 10px auto;
    }

    .btnPrimary:hover {
        background: #9c0408;
    }

    .btnPrimary:focus, .btnPrimary:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: 0 !important;
    }

    .btnPrimary:disabled {
        background: #9b9b9b;
        cursor: not-allowed;
    }

        .btnPrimary:disabled:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

    .cookie-disclaimer_content a {
        text-decoration: underline;
    }

    .cookie-disclaimer_content .btn {
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 10px 40px;
        border-radius: 0;
        background: #CE050B;
        font-size: 14px;
        text-transform: uppercase;
    }

        .cookie-disclaimer_content .btn:hover {
            background: #9c0408;
        }

        .cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #9c0408 !important;
            border: 0;
            outline: 0;
        }

.sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    height: 100vh;
    background: #333333;
    -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

    .sidenav-wrapper.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidenav-wrapper .center-block {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

    .sidenav-wrapper .nav .nav-item .nav-link {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3.3px;
        text-transform: uppercase;
    }

    .sidenav-wrapper.tr .nav .nav-item .nav-link {
        text-transform: uppercase;
    }

    .sidenav-wrapper.en .nav .nav-item .nav-link {
        text-transform: capitalize;
    }

        .sidenav-wrapper .nav .nav-item .nav-link:hover {
            color: #FFF;
        }

    .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        margin: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        border-radius: 0;
    }

.sidenavactive {
    overflow-y: hidden;
}

header {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.48);
}

    header .top-header {
        background: #CE050B;
        padding: 0;
    }

        header .top-header .nav.links {
            margin-right: 15px;
        }

            header .top-header .nav.links .nav-item {
                border-right: 1px solid rgba(255, 255, 255, 0.3);
            }

                header .top-header .nav.links .nav-item:last-child {
                    border-right: 0;
                }

                header .top-header .nav.links .nav-item .nav-link img {
                    margin-right: 10px;
                    height: 32px;
                    width: auto;
                }

                header .top-header .nav.links .nav-item:first-child {
                    padding-left: 0;
                }

        header .top-header .nav.langs .nav-item {
            padding: .5rem 0;
        }

            header .top-header .nav.langs .nav-item .nav-link {
                width: 30px;
                height: 30px;
                padding: 0;
                border: 2px solid transparent;
                border-radius: 50%;
            }

                header .top-header .nav.langs .nav-item .nav-link img {
                    width: 100%;
                }

                header .top-header .nav.langs .nav-item .nav-link.active, header .top-header .nav.langs .nav-item .nav-link:hover {
                    border-color: #FFF;
                }

        header .top-header .nav.social .nav-item {
            padding: 0;
        }

        header .top-header .nav .nav-item {
            padding: 10px 15px;
        }

            header .top-header .nav .nav-item .nav-link {
                display: -webkit-box;
                display: flex;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-box-align: center;
                align-items: center;
                -ms-flex-align: center !important;
                -webkit-box-pack: center;
                justify-content: center;
                -ms-flex-pack: center !important;
                padding: 0;
                height: 100%;
                color: #fff;
            }

    header .navbar {
        padding: 0;
        min-height: 82px;
    }

    header .navbar-toggler {
        background: none;
        border: 0;
        border-radius: 0;
        z-index: 99999;
    }

        header .navbar-toggler.collapsed .icon:nth-of-type(1), header .navbar-toggler.collapsed .icon:nth-of-type(3) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        header .navbar-toggler.collapsed .icon:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        header .navbar-toggler:focus {
            outline: 0;
        }

        header .navbar-toggler:hover {
            background: none !important;
        }

        header .navbar-toggler .icon {
            position: relative;
            display: block;
            height: 1px;
            width: 29px;
            margin: 7px 0;
            background: #febf61;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

            header .navbar-toggler .icon:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            header .navbar-toggler .icon:nth-of-type(2) {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            header .navbar-toggler .icon:nth-of-type(3) {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
            }

    header .navbar-nav {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
            border: 0;
            display: none;
        }

        header .navbar-nav .nav-item.dropdown:hover > a {
            color: #CE050B;
        }

        header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            top: 98%;
            z-index: 99;
        }

        header .navbar-nav .nav-item.dropdown .dropdown-menu {
            display: block;
            visibility: hidden;
            opacity: 0;
            top: 125%;
            z-index: -1;
            min-width: 265px;
            padding: 20px 0;
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            background: #CE050B;
            border: 0;
            border-radius: 3px;
            -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
            box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
        }

            header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                padding: 6px 28px;
                color: #FFF;
                font-weight: 500;
                -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
                    display: inline-block;
                    width: 0;
                    height: 4px;
                    margin-right: 0;
                    background: #CE050B;
                    border-radius: 25px;
                    content: '';
                    vertical-align: middle;
                    visibility: hidden;
                    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: none;
                }

                    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::before {
                        width: 12px;
                        margin-right: 10px;
                        visibility: visible;
                    }

        header .navbar-nav .nav-item.active .nav-link {
            color: #fff;
        }

        header .navbar-nav .nav-item {
            position: relative;
            margin-right: 30px;
        }

            header .navbar-nav .nav-item.active::after {
                width: 100%;
                height: 3px;
                background: #FDA21A;
                content: '';
                display: block;
                position: relative;
                top: 12px;
            }

            header .navbar-nav .nav-item:nth-child(5) {
                margin-right: 0;
            }

            header .navbar-nav .nav-item.language-nav {
                margin-left: 30px;
            }

            header .navbar-nav .nav-item .nav-link {
                color: #fff;
                font-weight: 400;
                padding-bottom: .3rem;
                font-size: 18px;
                line-height: 21px;
            }

            header .navbar-nav .nav-item.language-nav .nav-link {
                color: #FDA21A;
            }

            header .navbar-nav .nav-item .nav-link:hover {
                color: #FDA21A;
            }

    header .navbar-search .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-search-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        z-index: 999999;
        opacity: 0;
        padding: 0 15px;
        background: #CE050B;
        overflow: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        header .navbar-search-wrapper.active {
            left: 0;
            width: 100%;
            opacity: 1;
        }

        header .navbar-search-wrapper .search-input {
            width: 90%;
            height: 100%;
        }

            header .navbar-search-wrapper .search-input input {
                width: 100%;
                height: 100%;
                background: none;
                border: 0;
                color: #FFF;
                font-size: 24px;
            }

                header .navbar-search-wrapper .search-input input:focus {
                    outline: 0;
                }

                header .navbar-search-wrapper .search-input input::-webkit-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input:-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::placeholder {
                    color: #FFF;
                }

        header .navbar-search-wrapper .search-btn {
            height: 100%;
            min-width: 10%;
        }

            header .navbar-search-wrapper .search-btn .btn {
                display: inline-block;
                height: 100%;
                width: 50%;
                border: 0;
                background: none;
                border-radius: 0;
                text-align: center;
            }

                header .navbar-search-wrapper .search-btn .btn:hover {
                    background: #9c0408;
                }

                header .navbar-search-wrapper .search-btn .btn:focus {
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                header .navbar-search-wrapper .search-btn .btn img {
                    width: 32px;
                    max-width: 100%;
                }

.gp-main-title {
    color: #373535;
    font-size: 28px;
    font-weight: 500;
}

    .gp-main-title span {
        display: block;
        margin-top: 23px;
        color: #CE050B;
        font-size: 18px;
        font-weight: 400;
    }

    .gp-main-title::after {
        display: block;
        width: 72px;
        height: 2px;
        margin: 30px 0;
        background: #CE050B;
        content: "";
    }

    .gp-main-title.center {
        text-align: center;
    }

        .gp-main-title.center::after {
            margin: 30px auto;
        }



.gp-page-header {
    position: relative;
}

    .gp-page-header img {
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-page-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .gp-page-header .page-header-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 2;
    }

        .gp-page-header .page-header-content .breadcrumb {
            background: none;
        }

        .gp-page-header .page-header-content .breadcrumb-item::before {
            color: #FFF;
        }

        .gp-page-header .page-header-content .breadcrumb-item:last-child a {
            color: #CE050B;
        }

        .gp-page-header .page-header-content .breadcrumb-item a {
            color: #fff;
        }


footer {
    padding: 20px 0;
    background: #F0F0F0;
}

    footer .copyright-text {
        font-size: 12px;
        line-height: 12px;
        text-align: justify;
        color: #000000;
        margin-top: 22px;
        margin-bottom: 0;
    }

    footer .social-buttons {
        text-align: center;
    }

        footer .social-buttons a {
            display: inline-block;
            margin-right: 20px;
        }

            footer .social-buttons a:last-child {
                margin-right: 0 !important;
            }

    footer .right {
        text-align: right;
    }


/*# sourceMappingURL=layout.css.map */

.language-nav .dropdown-menu {
    min-width: 75px;
}

.langs {
    position: absolute;
    right: 5px;
    top: 10px;
}

    .langs ul {
        display: inline-block;
        list-style-type: none;
    }

        .langs ul li {
            float: left;
        }

            .langs ul li:after {
                content: "|";
                padding: 0 5px;
                color: #fff;
                font-family: Montserrat-Bold;
                font-size: 16px;
            }

            .langs ul li:last-child:after {
                content: "";
            }

            .langs ul li a {
                color: #fff;
            }

.section-slider {
    width: 100%;
    height: 100vh;
}

    .section-slider .slider-item {
        width: 100%;
        height:100vh;
        background-size:cover !important;
        background-position:center !important;
        background-repeat:no-repeat !important;
    }

    .section-slider .slider-item-img-blur {
        width: 100%;
        height: 100vh;
        background-size: cover !important;
        background-position: center !important;
        /*background-color:#000 !important;*/
        background-repeat: no-repeat !important;
        position: absolute;
        z-index: -1;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

        .section-slider .slider-item a.link {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index:3;
        }

        .section-slider .slider-item .slider-box {
            background: rgba(0, 0, 0, 0.45);
            border: 1px solid #000000;
            box-sizing: border-box;
            position: absolute;
            bottom: 150px;
            left: 85px;
            width: 250px;
            padding: 10px 7px;
            min-height: 98px;
        }

            .section-slider .slider-item .slider-box p {
                font-size: 12px;
                line-height: 14px;
                color: #FDA21A;
                font-family: Ubuntu-bold;
                margin-bottom: 0;
            }

            .section-slider .slider-item .slider-box h2 {
                font-size: 24px;
                line-height: 29px;
                color: #FFFFFF;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                text-transform: lowercase;
                max-width: 233px;
            }

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 55px;
    width: 100%;
}

    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 40px;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-left: 40px;
    }

    .owl-carousel .owl-nav button span {
        color: #FDA21A;
        font-size: 36px;
        line-height: 36px;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

h1.title {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #333333;
    font-family: MuktaMahee-ExtraBold;
    margin-bottom: 44px;
}

.footer-bottom {
    border-bottom: 2px solid #F2F2F2;
}

.section-contact, .section-blog, .section-project, .section-about, .section-news {
    padding:120px 0 60px;
}

    .section-contact .contact-item {
        max-width: 400px;
        margin-bottom: 32px;
    }

        .section-contact .contact-item:nth-child(4) {
            margin-bottom: 0;
        }

        .section-contact .contact-item img {
            margin-right: 16px;
            margin-bottom: 20px;
            float: left;
            margin-top: 3px;
        }

.owl-carousel.detail-page-slider .owl-nav {
    position: absolute;
    bottom: 23px;
    width: 100%;
}

    .owl-carousel.detail-page-slider .owl-nav button.owl-prev, .owl-carousel.detail-page-slider .owl-nav button.owl-next {
        background: none !important;
    }

.section-blog .left .sub-title {
    font-size: 14px;
    line-height: 17px;
    color: #FDA21A;
    font-family: MuktaMahee-Bold;
    margin-top: 30px;
    margin-bottom: 0;
}

.section-blog .left .content-title {
    margin-top: 26px;
    font-family: MuktaMahee-Regular;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #4F4F4F;
    margin-bottom: 0;
}

.section-blog .left .content {
    margin-top: 40px;
    margin-bottom: 60px;
}

    .section-blog .left .content * {
        font-family: MuktaMahee-Regular;
        font-size: 16px;
        line-height: 131%;
        text-align: justify;
        color: #000000;
    }

.section-blog .right .content {
    padding: 0;
}

.section-blog .right .img {
    width: 100%;
}

.section-blog .right .sub-title {
    margin-top: 17px;
    font-family: MuktaMahee-Bold;
    font-size: 12px;
    line-height: 13px;
    color: #FDA21A;
    margin-bottom: 0;
}

.section-blog .right .content-title {
    font-family: MuktaMahee-Regular;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
    height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top:10px;
}

.section-blog .right img.button {
    float: right;
    margin-top: 15px;
}

.section-blog .right a {
    display: block;
}

.section-project a {
    display: block;
}

.section-project .content {
    padding: 0;
}

.section-project .project-list-img {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
}

.section-project .content .sub-title {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: MuktaMahee-Bold;
    font-size: 12px;
    line-height: 13px;
    color: #FDA21A;
    min-height: 13px;
}

.section-project .content .content-title {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: MuktaMahee-Regular;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    height: 42px;
    overflow: hidden;
}

.section-about {
}

    .section-about .tab-list {
    }

        .section-about .tab-list ul {
            list-style-type: none;
            padding-left: 0;
            display: inline-block;
            margin-bottom: 0;
        }

            .section-about .tab-list ul li {
                display: inline-block;
                font-family: MuktaMahee-Bold;
                font-size: 14px;
                line-height: 17px;
                text-align: center;
                color: #BDBDBD;
                border-bottom: 3px solid #BDBDBD;
                float: left;
                padding: 0 13px 5px 13px;
                cursor: pointer;
                position: relative;
            }

                .section-about .tab-list ul li:first-child {
                    padding-left: 0;
                }

                .section-about .tab-list ul li.active {
                    border-bottom: 3px solid #FDA21A;
                    color: #333333;
                }

                .section-about .tab-list ul li::after {
                    width: 2px;
                    height: 18px;
                    background: #BDBDBD;
                    display: block;
                    content: '';
                    position: absolute;
                    right: 0;
                    bottom: 4px;
                }

                .section-about .tab-list ul li:last-child::after {
                    display: none;
                }

.section-about-content {
    min-height: 750px;
}

    .section-about-content .tab-container {
        margin-bottom: 50px;
    }

        .section-about-content .tab-container .content {
            margin-bottom: 50px;
        }


            .section-about-content .tab-container .content p {
                font-family: MuktaMahee-Regular;
                font-size: 16px;
                line-height: 131%;
                text-align: justify;
                color: #000000;
            }

.team-items {
    min-height: 600px;
    /*padding-top: 50px;*/
}

    .team-items .team-item {
        text-align: center;
    }

        .team-items .team-item .sub-title {
            font-family: MuktaMahee-Regular;
            font-weight: bold;
            font-size: 12px;
            line-height: 14px;
            color: #FDA21A;
            margin-top: 20px;
            margin-bottom: 0;
        }

        .team-items .team-item .namesurname {
            margin-top: 4px;
            font-family: MuktaMahee-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            margin-bottom: 0;
        }

        .team-items .team-item .email {
            margin-top: 6px;
            margin-bottom: 0;
            font-family: MuktaMahee-Light;
            font-size: 16px;
            line-height: 19px;
            text-align: justify;
            color: #000000;
        }

.section-news .news-photo img {
    margin-bottom: 20px;
}

.section-news .right .content {
    padding: 0;
}

.section-news .right .img {
    width: 100%;
}

.section-news .right .sub-title {
    margin-top: 17px;
    font-family: MuktaMahee-Bold;
    font-size: 12px;
    line-height: 13px;
    color: #FDA21A;
    margin-bottom: 0;
}

.section-news .right .content-title {
    font-family: MuktaMahee-Regular;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
}

.section-news .right img.button {
    float: right;
    margin-top: 15px;
}

.section-news .right a {
    display: block;
}

.section-news .right .sub-title-grey {
    font-family: MuktaMahee-Bold;
    font-size: 12px;
    line-height: 13px;
    color: #BDBDBD;
    margin-top: 6px;
    margin-bottom: 0;
}

.section-project-detail-top {
    margin: 54px 0 26px 0;
    text-align: center;
}

    .section-project-detail-top .sub-title {
        font-family: MuktaMahee-Bold;
        font-size: 14px;
        line-height: 17px;
        color: #FDA21A;
        margin-bottom: 25px;
    }

    .section-project-detail-top .content-title {
        font-family: MuktaMahee-Bold;
        font-size: 48px;
        line-height: 58px;
        color: #333333;
    }

.section-project-detail-images {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow:hidden;
}

    .section-project-detail-images .project-detail-img-blur {
        width: 100%;
        height: 100vh;
        background-size: cover !important;
        background-position: center !important;
        /*background-color:#000 !important;*/
        background-repeat: no-repeat !important;
        position: absolute;
        z-index: -1;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

    .section-project-detail-images .project-detail-img {
        width: 100%;
        height: 100vh;
        background-size:contain !important;
        background-position:center !important;
        /*background-color:#000 !important;*/
        background-repeat:no-repeat !important;
    }

.section-project-detail-content {
    margin-top: 50px;
}

    .section-project-detail-content .content-item {
        font-family: MuktaMahee-Light;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 20px;
    }

        .section-project-detail-content .content-item span {
            font-family: MuktaMahee-Bold;
            color: #828282;
        }

    .section-project-detail-content .right p {
        font-family: MuktaMahee-Regular;
        font-size: 16px;
        line-height: 131%;
        text-align: justify;
        color: #000000;
    }

.section-project-detail-buttons {
    margin-top: 80px;
    margin-bottom: 60px;
}

    .section-project-detail-buttons .buttons-item {
        border: 1px solid #FDA21A;
        box-sizing: border-box;
        padding: 18px 16px;
        width: 350px;
        position: relative;
    }

        .section-project-detail-buttons .buttons-item.left {
            float: left;
        }

        .section-project-detail-buttons .buttons-item.right {
            float: right;
        }

        .section-project-detail-buttons .buttons-item a {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

        .section-project-detail-buttons .buttons-item .sub-title {
            font-family: MuktaMahee-Bold;
            font-size: 14px;
            line-height: 17px;
            color: #FDA21A;
            margin-bottom: 0;
        }

        .section-project-detail-buttons .buttons-item .content-title {
            font-family: MuktaMahee-SemiBold;
            font-size: 24px;
            line-height: 28px;
            color: #4F4F4F;
            margin-top: 7px;
            height: 56px;
            overflow: hidden;
            margin-bottom:0;
        }
        .section-project-detail-buttons .buttons-item img {
            width:32px;
        }

        .section-project-detail-buttons .buttons-item.right img {
            float: right;
        }

        .section-project-detail-buttons .buttons-item.right .content-title {
           text-align:right;
        }

.section-news .news-photo {
    max-height: 100vh;
    overflow-y: auto;
    padding-right: 15px;
}

    .section-news .news-photo::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .section-news .news-photo::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .section-news .news-photo::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #febf61;
    }
.content-title {
    text-transform: lowercase;
}

.responsive-logo{
    display:none;
}

.section-news-list {
    padding: 120px 0 60px;
}

    .section-news-list a {
        display: block;
    }

    .section-news-list .content {
        padding: 0;
    }

    .section-news-list .news-list-img {
        width: 100%;
        height: 350px;
        background-size: cover !important;
        background-position: center !important;
    }

    .section-news-list .content .content-title {
        font-family: MuktaMahee-Regular;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-top: 10px;
        height: 38px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom:0;
    }

.detail-button {
    font-family: MuktaMahee-Bold;
    font-size: 14px;
    line-height: 17px;
    color: #FDA21A !important;
    cursor: pointer;
    padding: 7px 0;
    border: 1px solid #FDA21A;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.section-news.detail-page .right .content-title {
    font-family: MuktaMahee-Regular;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-blog-list {
    padding: 120px 0 60px;
}

    .section-blog-list a {
        display: block;
    }

    .section-blog-list .content {
        padding: 0;
    }

    .section-blog-list .news-list-img {
        width: 100%;
        height: 190px;
        background-size: cover !important;
        background-position: center !important;
    }

    .section-blog-list .content .content-title {
        font-family: MuktaMahee-Regular;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-top: 10px;
        height: 57px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
    }