﻿@charset "UTF-8";
/*-------------------------------------------------
=  Table of Css

1.Reset
2.General
3.Main Settings
4.Main Navigation
5.FullPage
6.Main content
7.Blog Page
8.Navigation
9.Page
10.Post
11.Project
12.Contact Form
13.Footer
14.Elements
15.Loader
16.Magnific popup
17.OWL
18.Animations

-------------------------------------------------*/
/*-------------------------------------------------
=  Import Google Fonts */
@import 'https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic';
@import url("https://fonts.googleapis.com/css?family=Trirong:300,300i,400,400i");
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@400;500;700;800&display=swap');
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.Reset
/*-------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
p{font-family: "Poppins", sans-serif !important; font-size: 12pt !important;color: #333 !important; font-weight:400 !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}
@media only screen and (min-width: 1400px) {
    .container {
        width:1370px;
    }
}
@media only screen and (min-width: 1650px) {
    .container {
        width: 1500px;
    }
}
    blockquote, q {
        quotes: none;
    }

    blockquote, q {
        quotes: none;
    }

        blockquote:before, blockquote:after, q:before, q:after {
            content: '';
            content: none;
        }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    /*-------------------------------------------------*/
    /* =  2.General
/*-------------------------------------------------*/
    body {
        font: 100% "Poppins", sans-serif;
        color: #4e495c;
        background-color: #EEEEEE;
    }

    * {
        text-rendering: optimizeLegibility;
    }

    h1, h2, h3, h4, h5, h6 {
        font: 100% "Poppins", sans-serif;
        color: #4e495c;
        letter-spacing: 0.5px;
    }

        h2.title {
            font-size: 26px!important;
            font-weight: 600!important;
        }
        h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
            color: #333;
            text-transform: uppercase;
            position: relative;
            letter-spacing: 0;
            font-size: 20px;
            line-height: 32px;
            font-weight: 100;
        }

            h1.title:after, h2.title:after, h3.title:after, h4.title:after, h5.title:after, h6.title:after {
                border-bottom: 2px solid #61396f;
                position: absolute;
                content: '';
                display: block;
                margin: 0 auto;
                left: 0;
                right: 0;
                width: 50px;
                margin: 18px auto 18px auto;
            }

            h1.title.left:after, h2.title.left:after, h3.title.left:after, h4.title.left:after, h5.title.left:after, h6.title.left:after {
                margin: 18px 0;
            }

            h1.title.right:after, h2.title.right:after, h3.title.right:after, h4.title.right:after, h5.title.right:after, h6.title.right:after {
                margin: 18px 0;
                left: inherit;
            }

    h1 {
        font-size: 50px;
    }

        h1.heading {
            color: #888B8D;
            font-family: "Poppins", sans-serif;
            font-size: 18px !important;
            line-height: 40px !important;
            letter-spacing: 0;
            max-width: 800px;
            margin: 0 auto;
        }

            h1.heading.max {
                max-width: 1000px;
            }

            h1.heading.left {
                margin-left: 0;
            }

            h1.heading.right {
                margin-right: 0;
            }

    @media screen and (max-width: 480px) {
        h1.heading {
            font-size: 14px !important;
            line-height: 24px !important;
        }
    }

    h1.medium {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    @media screen and (max-width: 480px) {
        h1.medium {
            font-size: 24px;
            line-height: 34px;
        }
    }

    @media screen and (max-width: 320px) {
        h1.medium {
            font-size: 20px;
            line-height: 30px;
        }
    }

    h1.big {
        font-size: 60px;
        line-height: 64px;
    }

    @media screen and (max-width: 480px) {
        h1.big {
            font-size: 40px;
            line-height: 56px;
        }
    }

    h1.small, h2.small {
        font-size: 24px;
        line-height: 36px;
        font-family: "Roboto", sans-serif;
        color: #888B8D;
        font-weight: 100;
    }

        h1.small strong, h1.small b, h2.small strong, h2.small b {
            color: #61396f;
            font-weight: 400;
        }

    h1 i, h2 i {
        font-family: "Trirong", serif;
        font-style: italic;
        font-weight: 400;
        margin: 0 6px;
        color: white;
        padding: 0 5px;
        position: relative;
        display: inline-block;
    }

        h1 i:after, h2 i:after {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 100%;
            height: 23px;
            background-color: #61396f;
            z-index: -1;
            transition: background-color .4s ease;
        }

        h1 i:hover:after, h2 i:hover:after {
            background-color: #888B8D;
            transition: background-color .4s ease;
        }

        h1 i.simple, h2 i.simple {
            padding: 0;
            margin: 0;
        }

            h1 i.simple:after, h1 i.simple:before, h2 i.simple:after, h2 i.simple:before {
                display: none;
            }

    h1 span.data, h2 span.data {
        color: #4e495c;
    }

    h2 {
        font-size: 40px;
    }

        h2.big {
            font-size: 60px;
            line-height: 64px;
            font-family: "Roboto", sans-serif;
            margin-bottom: 50px;
            font-weight: 100;
        }

    @media screen and (max-width: 480px) {
        h2.big {
            font-size: 40px;
            line-height: 56px;
        }
    }

    h2.big span {
        color: #888B8D;
    }

    h2.medium {
        font-size: 45px;
    }

    h2.sm {
        font-size: 35px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px;
    }

        h3.big {
            font-size: 38px;
            line-height: 48px !important;
        }

        h3.small {
            font-size: 18px;
            line-height: 28px;
            font-family: "Roboto", sans-serif;
            color: #888B8D;
            font-weight: 100;
        }

            h3.small strong, h3.small b {
                color: #61396f;
                font-weight: 400;
            }

    h4 {
        font-size: 18px;
    }

        h4.big {
            color: #888B8D;
            font-family: "Poppins", sans-serif;
            font-size: 24px !important;
            line-height: 34px !important;
            letter-spacing: 0;
            margin: 0 auto;
        }

        h4.small {
            color: #888B8D;
            text-transform: uppercase;
            position: relative;
            letter-spacing: 0;
            font-size: 16px;
            line-height: 32px;
            font-weight: 100;
        }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

        h6.medium {
            font-size: 16px;
            line-height: 26px;
            text-transform: uppercase;
        }

        h6.small {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 2px;
        }

        h6.heading {
            color: #333;
            font-family: 'Noto Sans Malayalam', sans-serif;
            font-size: 20px;
            line-height: 26px;
            font-weight:600;
            letter-spacing: 0;
        }

    a {
        color: #61396f;
        text-decoration: none;
        transition: color .4s ease;
    }

        a:focus, a:active, a:visited {
            outline: none;
        }

        a:hover {
            text-decoration: none;
            color: #4e495c;
            transition: color .4s ease;
        }

        a.simple {
            text-decoration: none;
        }

            a.simple:hover {
                text-decoration: underline;
            }

        a.btn {
            padding: 0;
            padding-right: 30px;
            padding-left: 30px;
            height: 55px;
            line-height: 53px;
            text-align: center;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            display: inline-block;
            overflow: hidden;
            outline: none;
            border: 2px solid #4e495c;
            border-radius: 0;
            font-weight: bold;
            color: #4e495c;
            position: relative;
            margin-right: 10px;
            margin-left: 10px;
            margin-bottom: 35px;
            text-decoration: none !important;
            transition: all .4s ease;
        }

    @media screen and (max-width: 991px) {
        a.btn {
            margin-bottom: 0px;
        }
    }

    a.btn:hover {
        background-color: #61396f;
        color: white !important;
        border-color: transparent;
        transition: all .4s ease;
    }

    a.btn-alt {
        padding: 0;
        padding-right: 30px;
        padding-left: 30px;
        height: 55px;
        line-height: 53px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        overflow: hidden;
        outline: none;
        border-radius: 2px;
        font-weight: 100;
        color: white;
        position: relative;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 35px;
        text-decoration: none !important;
        transition: all .4s ease;
        background-color: #61396f;
    }

    @media screen and (max-width: 991px) {
        a.btn-alt {
            margin-bottom: 0px;
        }
    }

    a.btn-alt:hover {
        background-color: #4e495c;
        color: white !important;
        transition: all .4s ease;
    }

    a.btn-alt.shadow {
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    }

    a.btn-alt.no-margin-bottom {
        margin-bottom: 0;
    }

    a.btn-alt.small {
        height: 40px;
        line-height: 42px;
        background-color: transparent;
        border: 1px solid #61396f;
        color: #61396f;
        transition: all .4s ease;
        font-size: 12px;
    }

        a.btn-alt.small:hover {
            background-color: #61396f;
            color: white;
            -webkit-transform: all .4s ease;
            -ms-transform: all .4s ease;
            transform: all .4s ease;
        }

        a.btn-alt.small.white {
            border: 1px solid white;
        }

            a.btn-alt.small.white:hover {
                background-color: white;
                color: #61396f !important;
            }

            a.btn-alt.small.white.active {
                background-color: white;
                color: #61396f !important;
            }

                a.btn-alt.small.white.active:hover {
                    background-color: transparent;
                    color: white !important;
                }

        a.btn-alt.small.active {
            background-color: #61396f;
            color: white;
        }

            a.btn-alt.small.active:hover {
                background-color: transparent;
                color: #61396f !important;
            }

        a.btn-alt.small.activetwo {
            background-color: #61396f;
            color: white;
        }

            a.btn-alt.small.activetwo:hover {
                border-color: white;
                background-color: white;
                color: #61396f !important;
            }

    a.btn-alt.medium {
        height: 50px;
        line-height: 50px;
        text-transform: none;
        font-weight: 400;
        text-rendering: geometricPrecision;
        background-color: transparent;
        border: 1px solid #61396f;
        color: #61396f;
        transition: all .4s ease;
        border-radius: 50px;
        font-size: 13px;
        text-transform: uppercase;
    }

        a.btn-alt.medium:hover {
            background-color: #61396f;
            color: white;
            -webkit-transform: all .4s ease;
            -ms-transform: all .4s ease;
            transform: all .4s ease;
        }

        a.btn-alt.medium.white {
            border: 1px solid white;
        }

            a.btn-alt.medium.white:hover {
                background-color: white;
                color: #61396f !important;
            }

        a.btn-alt.medium.active {
            background-color: #61396f;
            color: white;
        }

            a.btn-alt.medium.active:hover {
                background-color: transparent;
                color: #61396f !important;
            }

        a.btn-alt.medium.activetwo {
            background-color: #61396f;
            color: white;
        }

            a.btn-alt.medium.activetwo:hover {
                border-color: white;
                background-color: white;
                color: #61396f !important;
            }

    a.btn-alt i {
        margin-right: 8px;
    }

    a.btn-pro {
        font-size: 16px;
        line-height: 16px;
        color: #61396f;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
    }

        a.btn-pro:after {
            content: "\f30f";
            font-family: "Ionicons";
            position: absolute;
            display: block;
            position: absolute;
            right: -20px;
            top: 5px;
            transition: right .4s ease;
        }

        a.btn-pro:hover:after {
            right: -25px;
            transition: right .4s ease;
        }

        a.btn-pro.simple {
            transition: all .4s ease;
        }

            a.btn-pro.simple:after {
                content: none;
            }

            a.btn-pro.simple:hover {
                margin-left: 18px;
                transition: all .4s ease;
            }

    a.btn-simple {
        font-size: 16px;
        line-height: 16px;
        color: #61396f;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        transition: color .4s ease;
        z-index: 2;
    }

        a.btn-simple:before {
            content: '';
            background-color: #61396f;
            border-radius: 2px;
            position: absolute;
            top: -1px;
            bottom: 0;
            left: -5px;
            width: 0%;
            z-index: -1;
            transition: all ease .4s;
        }

        a.btn-simple:hover {
            color: white;
            padding-left: 5px;
            transition: all .2s ease;
        }

            a.btn-simple:hover:before {
                width: calc(100% + 15px);
                transition: all ease .4s;
            }

    a#open-filters {
        transition: all .4s ease;
        text-decoration: none;
    }

        a#open-filters:hover {
            text-decoration: none;
            color: #61396f !important;
            transition: all .4s ease;
        }

    p {
        font-family: "Roboto", sans-serif;
        color: #888B8D;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
        font-weight: 300;
    }

        p.heading {
            color: #010101 !important;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 26px;
            max-width: 600px;
            letter-spacing: 0;
            margin: 0 auto;
        }

            p.heading.full {
                max-width: 1500px;
            }

            p.heading.max {
                max-width: 1000px;
            }

            p.heading.left {
                margin-left: 0;
            }

            p.heading.right {
                margin-right: 0;
            }

        p b, p strong {
            font-weight: bold;
            color: #4e495c;
        }

        p a {
            text-decoration: none;
        }

        p.light {
            font-weight: 100;
        }

    .color-dark {
        color: #4e495c;
    }

    .underline {
        border-bottom: 3px solid #fcfcfc;
        box-shadow: inset 0 -3px 0 #fcfcfc;
    }

    .light-background {
        background-color: #fcfcfc !important;
    }

.color-background {
    background: url(https://cdn.img.gen.in/assets/Business/2699/PageContent/2699_638258412676346116126393.jpg?rendered=true) no-repeat;
    background-size: cover !important;
}

        .color-background p {
            color: #d1d2d3;
        }

    .dark-background {
        background-color: #444 !important;
    }

    .black-background {
        background-color: #222;
    }

    .grey-background {
        background-color: #F6F6F6 !important;
    }

    .darkgrey-background {
        background-color: #A0A2A4 !important;
    }

    .body-background {
        background-color: #EEEEEE !important;
    }

    .section-bordertop {
        border-top: 1px solid #fcfcfc;
    }

    button {
        background: none;
        border: none;
        outline: inherit;
    }

    i {
        font-style: italic;
        font-family: "Roboto", sans-serif;
    }

        i.service {
            display: block;
            font-size: 40px;
            margin-bottom: 18px;
            transition: color .4s ease;
        }

            i.service.big {
                font-size: 50px;
            }

            i.service.material {
                box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
                width: 60px;
                height: 60px;
                border-radius: 10px;
                font-size: 30px;
                line-height: 60px;
                text-align: center;
                color: #61396f;
                display: inline-block;
            }

                i.service.material.left {
                    float: left;
                }

            i.service.left {
                float: left;
            }

            i.service:hover {
                color: #61396f;
                transition: color .4s ease;
            }

    b, strong {
        font-weight: bold;
    }

    dl {
        margin: 25px 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 24px;
    }

        dl dt {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            line-height: 22px;
        }

        dl dd {
            border-left: 2px solid #61396f;
            font-family: "Trirong", serif;
            padding-left: 20px;
            margin-bottom: 10px;
            font-style: italic;
            letter-spacing: 1px;
        }

    ol {
        list-style: decimal;
        padding-left: 28px;
        font-family: "Roboto", sans-serif;
        color: #888B8D;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        font-weight: 100;
        margin: 25px 0 25px 15px;
    }

    ul li.border {
        border-bottom: 1px solid #c2c3c4;
    }
.section-two {
    padding: 60px 0;
    background: #f4f4f4;
}
.section-three {
    background: #e6572c;
    padding: 60px 0;
}
.section-gallery {
    padding: 60px 0;
}
.section-two p {
    font-family: 'Noto Sans Malayalam', sans-serif !important;
}
    mark {
        background: #61396f;
        color: white;
        padding: 0 6px;
    }

    pre {
        padding: 25px;
        background: #fcfcfc;
        overflow: hidden;
        border-radius: 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #4e495c;
        margin: 25px 0;
    }

    code {
        color: #61396f;
        background-color: #fcfcfc;
    }

    blockquote, q {
        display: block;
        quotes: none;
        position: relative;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2px;
        color: white;
        padding: 25px;
        font-family: "Trirong", serif;
        background-color: #61396f;
        text-rendering: geometricPrecision;
        margin: 25px 0;
    }

        blockquote.heading, q.heading {
            color: #888B8D;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
            background-color: transparent;
            margin: 0;
            padding-left: 80px;
        }

    @media screen and (max-width: 1199px) {
        blockquote.heading, q.heading {
            padding-top: 60px;
        }
    }

    @media screen and (max-width: 991px) {
        blockquote.heading, q.heading {
            padding-top: 80px;
            padding-bottom: 50px;
        }
    }

    @media screen and (max-width: 480px) {
        blockquote.heading, q.heading {
            padding-left: 7px;
            padding-top: 45px;
            font-size: 14px;
            line-height: 22px;
            padding-bottom: 0px;
        }
    }

    blockquote.heading:before, q.heading:before {
        content: "“";
        font-size: 140px;
        line-height: 57px;
        position: absolute;
        left: 2px;
        color: white;
        right: 0;
        display: inline-block;
    }

    @media screen and (max-width: 480px) {
        blockquote.heading:before, q.heading:before {
            top: 45px;
        }
    }

    blockquote.heading.post, q.heading.post {
        background-color: #61396f;
        color: white;
        padding: 75px 50px 50px 120px;
        margin: 36px 0;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    }

    @media screen and (max-width: 600px) {
        blockquote.heading.post, q.heading.post {
            padding: 100px 50px 50px 60px;
        }
    }

    @media screen and (max-width: 480px) {
        blockquote.heading.post, q.heading.post {
            padding: 75px 25px 25px 30px;
        }
    }

    blockquote.heading.post:before, q.heading.post:before {
        line-height: 85px;
        left: 55px;
    }

    @media screen and (max-width: 600px) {
        blockquote.heading.post:before, q.heading.post:before {
            top: 75px;
        }
    }

    @media screen and (max-width: 480px) {
        blockquote.heading.post:before, q.heading.post:before {
            top: 55px;
            left: 25px;
        }
    }

    textarea {
        resize: none;
    }

    .popup-youtube, .popup-vimeo {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .popup-youtube.simple, .popup-vimeo.simple {
            padding: 0;
            padding-right: 30px;
            padding-left: 30px;
            height: 55px;
            line-height: 53px;
            text-align: center;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            display: inline-block;
            overflow: hidden;
            outline: none;
            border-radius: 0;
            font-weight: bold;
            color: white;
            position: relative;
            margin-right: 10px;
            margin-left: 10px;
            margin-bottom: 35px;
            text-decoration: none !important;
            transition: all .4s ease;
            background-color: #61396f;
        }

            .popup-youtube.simple:before, .popup-vimeo.simple:before {
                display: none;
            }

    @media screen and (max-width: 991px) {
        .popup-youtube.simple, .popup-vimeo.simple {
            margin-bottom: 0px;
        }
    }

    .popup-youtube.simple:hover, .popup-vimeo.simple:hover {
        background-color: #4e495c;
        color: white !important;
        transition: all .4s ease;
    }

    .popup-youtube.simple.no-margin-bottom, .popup-vimeo.simple.no-margin-bottom {
        margin-bottom: 0;
    }

    .popup-youtube.simple.small, .popup-vimeo.simple.small {
        height: 40px;
        line-height: 38px;
        text-transform: none;
        font-weight: 600;
        text-rendering: geometricPrecision;
        background-color: transparent;
        border: 1px solid #61396f;
        color: #61396f;
        transition: all .4s ease;
        border-radius: 40px;
        font-size: 12px;
    }

        .popup-youtube.simple.small:hover, .popup-vimeo.simple.small:hover {
            background-color: #61396f;
            color: white;
            -webkit-transform: all .4s ease;
            -ms-transform: all .4s ease;
            transform: all .4s ease;
        }

        .popup-youtube.simple.small.white, .popup-vimeo.simple.small.white {
            border: 1px solid white;
        }

            .popup-youtube.simple.small.white:hover, .popup-vimeo.simple.small.white:hover {
                background-color: white;
                color: #61396f !important;
            }

            .popup-youtube.simple.small.white.active, .popup-vimeo.simple.small.white.active {
                background-color: white;
                color: #61396f !important;
            }

                .popup-youtube.simple.small.white.active:hover, .popup-vimeo.simple.small.white.active:hover {
                    background-color: transparent;
                    color: white !important;
                }

        .popup-youtube.simple.small.active, .popup-vimeo.simple.small.active {
            background-color: #61396f;
            color: white;
        }

            .popup-youtube.simple.small.active:hover, .popup-vimeo.simple.small.active:hover {
                background-color: transparent;
                color: #61396f !important;
            }

        .popup-youtube.simple.small.activetwo, .popup-vimeo.simple.small.activetwo {
            background-color: #61396f;
            color: white;
        }

            .popup-youtube.simple.small.activetwo:hover, .popup-vimeo.simple.small.activetwo:hover {
                border-color: white;
                background-color: white;
                color: #61396f !important;
            }

    .popup-youtube.simple.medium, .popup-vimeo.simple.medium {
        height: 50px;
        line-height: 48px;
        text-transform: none;
        font-weight: 600;
        text-rendering: geometricPrecision;
        background-color: transparent;
        border: 1px solid #61396f;
        color: #61396f;
        transition: all .4s ease;
        border-radius: 50px;
        font-size: 13px;
    }

        .popup-youtube.simple.medium:hover, .popup-vimeo.simple.medium:hover {
            background-color: #61396f;
            color: white;
            -webkit-transform: all .4s ease;
            -ms-transform: all .4s ease;
            transform: all .4s ease;
        }

        .popup-youtube.simple.medium.white, .popup-vimeo.simple.medium.white {
            border: 1px solid white;
        }

            .popup-youtube.simple.medium.white:hover, .popup-vimeo.simple.medium.white:hover {
                background-color: white;
                color: #61396f !important;
            }

        .popup-youtube.simple.medium.active, .popup-vimeo.simple.medium.active {
            background-color: #61396f;
            color: white;
        }

            .popup-youtube.simple.medium.active:hover, .popup-vimeo.simple.medium.active:hover {
                background-color: transparent;
                color: #61396f !important;
            }

        .popup-youtube.simple.medium.activetwo, .popup-vimeo.simple.medium.activetwo {
            background-color: #61396f;
            color: white;
        }

            .popup-youtube.simple.medium.activetwo:hover, .popup-vimeo.simple.medium.activetwo:hover {
                border-color: white;
                background-color: white;
                color: #61396f !important;
            }

    .popup-youtube.simple i, .popup-vimeo.simple i {
        margin-right: 8px;
    }

    .popup-youtube:before, .popup-vimeo:before {
        content: "\f487";
        font-family: "Ionicons";
        position: absolute;
        display: block;
        color: white;
        font-size: 40px;
        text-align: center;
        line-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background-color: #61396f;
        line-height: 70px;
        padding-left: 5px;
        z-index: 1;
        transition: background-color .4s ease;
        border-radius: 50%;
    }

    @media screen and (max-width: 410px) {
        .popup-youtube:before, .popup-vimeo:before {
            font-size: 30px;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }
    }

    .popup-youtube:hover:before, .popup-vimeo:hover:before {
        background-color: #444;
        transition: background-color .4s ease;
    }

    .popup-youtube:focus, .popup-vimeo:focus {
        outline: none;
    }

    .popup-youtube.black:before, .popup-vimeo.black:before {
        background-color: #444;
    }

    .popup-youtube.black:hover:before, .popup-vimeo.black:hover:before {
        background-color: #61396f;
        transition: background-color .4s ease;
    }

    .popup-youtube img, .popup-vimeo img {
        display: block;
        width: 100%;
        height: auto;
    }

    @media screen and (max-width: 1199px) {
        .height-auto-lg {
            height: auto !important;
        }
    }

    .border-right {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        width: 70px;
        height: 100%;
        max-width: 70px;
        background-color: #fcfcfc;
    }

    @media screen and (max-width: 1350px) {
        .border-right {
            display: none;
        }
    }

    .border-left {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        width: 70px;
        height: 100%;
        max-width: 70px;
        background-color: #fcfcfc;
    }

    @media screen and (max-width: 1350px) {
        .border-left {
            display: none;
        }
    }

    .nav-tabs {
        padding-left: 0 !important;
        border-bottom: none;
    }

        .nav-tabs li {
            margin-bottom: 0;
        }

            .nav-tabs li a {
                font-size: 12px;
                line-height: 12px;
                color: #4e495c;
                text-decoration: none;
                font-family: "Poppins", sans-serif;
                text-transform: uppercase;
                border-radius: 2px;
                letter-spacing: 1px;
                border: none;
                margin-right: 0;
                transition: all .4s ease;
                padding: 0 30px;
                height: 40px;
                line-height: 40px;
            }

                .nav-tabs li a:hover, .nav-tabs li a:focus {
                    border: none;
                    border-radius: 2px;
                    color: #61396f;
                    background-color: transparent;
                    transition: all .4s ease;
                }

                .nav-tabs li a:focus {
                    outline: none;
                }

            .nav-tabs li.active a {
                border: none;
                border-radius: 2px;
                text-decoration: none;
                color: white;
                background-color: #61396f;
                box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            }

                .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
                    border: none;
                    border-radius: 2px;
                    color: white;
                    background-color: #61396f;
                }

                .nav-tabs li.active a:focus {
                    outline: none;
                }

        .nav-tabs.alt {
            text-align: center;
        }

            .nav-tabs.alt li {
                float: inherit;
                display: inline-block;
            }

                .nav-tabs.alt li a {
                    padding-left: 30px;
                    padding-right: 30px;
                    opacity: .5;
                    border: none;
                    height: 40px;
                    line-height: 22px;
                    border-radius: 0px;
                    font-weight: 600;
                    text-rendering: geometricPrecision;
                    font-size: 12px;
                }

                    .nav-tabs.alt li a:hover, .nav-tabs.alt li a:focus {
                        border: none;
                        opacity: 1;
                    }

                .nav-tabs.alt li.active a {
                    background-color: #61396f;
                    color: white;
                    opacity: 1;
                    border-radius: 40px;
                }

                    .nav-tabs.alt li.active a:hover, .nav-tabs.alt li.active a:focus {
                        border: none;
                    }

    .tab-content {
        margin-bottom: 50px;
        margin-top: -1px;
    }

        .tab-content .tab-pane {
            color: #888B8D;
            font-size: 14px;
            line-height: 24px;
            font-family: "Roboto", sans-serif;
            letter-spacing: 1px;
            padding-top: 25px;
            font-weight: 100;
        }

        .tab-content.alt .tab-pane {
            border: none;
        }

    .panel-group .panel {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

        .panel-group .panel .panel-heading {
            background-color: transparent;
            background-image: none;
            border-bottom: 1px solid #d1d2d3;
            border-radius: 0;
        }

            .panel-group .panel .panel-heading h4.panel-title {
                margin-bottom: 0;
                font-size: 12px;
                line-height: 12px;
            }

                .panel-group .panel .panel-heading h4.panel-title a {
                    font-size: 12px;
                    line-height: 12px;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    text-decoration: none;
                    font-family: "Poppins", sans-serif;
                    color: #4e495c;
                }

        .panel-group .panel .panel-body {
            border-top: none !important;
            color: #888B8D;
            font-size: 14px;
            line-height: 24px;
            font-family: "Roboto", sans-serif;
            letter-spacing: 1px;
            font-weight: 300;
            padding: 25px 0;
        }

    /* core classes */
    ::-moz-selection {
        background: #61396f;
        color: white;
    }

    ::selection {
        background: #61396f;
        color: white;
    }

    /* class white: set font color white */
    [class~="white"] {
        color: white !important;
    }

    /* class color: set font with secondary color */
    [class~="color"] {
        color: #61396f !important;
    }

    /* class black: set font with black color */
    [class~="black"] {
        color: #4e495c !important;
    }

    /* class grey: set font with grey color */
    [class~="grey"] {
        color: #333 !important;
    }

    /* class grey-light: set font with light grey color */
    [class~="grey-light"] {
        color: #d1d2d3 !important;
    }

    /* class grey-dark: set font with dark grey color */
    [class~="grey-dark"] {
        color: #A0A2A4 !important;
    }

    /* class uppercase: set font uppercase */
    [class~="uppercase"] {
        text-transform: uppercase;
    }

    /* class vertical-align: vertical align */
    [class="vertical-align"] {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
    }

    /* class vertical-align: vertical align over 991px */
    @media screen and (min-width: 991px) {
        [class="vertical-align-lg"] {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 3;
        }
    }

    /* box-shadow */
    [class~="box-shadow-inset"] {
        position: relative;
    }

        [class~="box-shadow-inset"]:before {
            box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    [class~="box-shadow-inset"] {
        position: relative;
    }

        [class~="box-shadow-inset"]:before {
            box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    [class~="box-shadow"] {
        position: relative;
    }

        [class~="box-shadow"]:before {
            /*box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);*/
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

    [class~="simple-shadow"] {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    [class*="vertical-align-outer"] {
        display: table;
    }

    [class*="vertical-align-inner"] {
        display: table-cell;
        vertical-align: middle;
    }

    [class*="full-height"] {
        height: 100% !important;
    }

    img[class*="normal"] {
        display: block;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        img[class*="normal"] {
            display: none;
        }
    }

    img[class*="retina"] {
        display: none;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        img[class*="retina"] {
            display: block;
        }
    }

    img[class~="center"] {
        margin: 0 auto;
    }

    /* padding shortcodes */
    .padding-top-ultra {
        padding-top: 235px !important;
        padding-bottom: 75px !important;
    }

    @media screen and (max-width: 480px) {
        .padding-top-ultra {
            padding-top: 180px !important;
        }
    }

    .padding-lg {
        padding: 75px 0 !important;
    }

    .padding-top-lg {
        padding-top: 75px !important;
        padding-bottom: 50px !important;
    }

    .padding-onlytop-lg {
        padding-top: 75px !important;
    }

    .padding-onlybottom-lg {
        padding-bottom: 75px !important;
    }

    .padding-md {
        padding: 50px 0 !important;
    }

    .padding-onlytop-md {
        padding-top: 50px !important;
    }

    .padding-onlybottom-md {
        padding-bottom: 50px !important;
    }

    .padding-sm {
        padding: 25px 0 !important;
    }

    .padding-onlytop-sm {
        padding-top: 25px !important;
    }

    .padding-onlybottom-sm {
        padding-bottom: 25px !important;
    }

    .padding-null {
        padding: 0 !important;
    }

    .padding-topbottom-null {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .padding-leftright-null {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padding-top-null {
        padding-top: 0 !important;
    }

    .padding-left-null {
        padding-left: 0 !important;
    }

    .padding-right-null {
        padding-right: 0 !important;
    }

    .padding-bottom-null {
        padding-bottom: 0 !important;
    }

    @media screen and (max-width: 1199px) {
        .padding-lg-topbottom-null {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-topbottom-null {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .left-image img {
            width: 100%;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-leftright-null {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-top-null {
            padding-top: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-bottom-null {
            padding-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-left-null {
            padding-left: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-md-right-null {
            padding-right: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-topbottom-null {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-leftright-null {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-top-null {
            padding-top: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-bottom-null {
            padding-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-left-null {
            padding-left: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-sm-right-null {
            padding-right: 0 !important;
        }
    }

    @media screen and (max-width: 480px) {
        .padding-xs-leftright-null {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .payment-details {
            padding-left: 45px;
            padding-right: 15px;
            padding-bottom: 25px;
        }
    }

    @media screen and (max-width: 991px) {
        .responsive-padding-md {
            padding-bottom: 50px;
        }

        .donation-form {
            margin-top: 40px !important;
            padding: 0px 50px;
        }

        .payment-details ul {
            padding-bottom: 30px !important;
        }
    }

    /* fixed padding/margin shortcodes */
    .padding-bottom {
        padding-bottom: 36px;
    }

    @media screen and (max-width: 991px) {
        .padding-md-bottom {
            padding-bottom: 50px !important;
        }
    }

    @media screen and (max-width: 991px) {
        .padding-sm-bottom {
            padding-bottom: 25px !important;
        }
    }

    @media screen and (max-width: 1199px) {
        .padding-lg-top-small {
            padding-top: 18px !important;
        }
    }

    .margin-bottom {
        margin-bottom: 20px !important;
    }

    @media screen and (max-width: 991px) {
        .margin-md-bottom {
            margin-bottom: 36px !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-bottom {
            margin-bottom: 36px !important;
        }
    }

    .margin-bottom-small {
        margin-bottom: 18px !important;
    }

    .margin-bottom-extrasmall {
        margin-bottom: 9px !important;
    }

    /* margin shortcodes */
    .margin-null {
        margin: 0 !important;
    }

    .margin-leftright-null {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .margin-topbottom-null {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .margin-top-null {
        margin-bottom: 0 !important;
    }

    .margin-bottom-null {
        margin-bottom: 0 !important;
    }

    .margin-left-null {
        margin-left: 0 !important;
    }

    .margin-right-null {
        margin-left: 0 !important;
    }

    @media screen and (max-width: 991px) {
        .margin-md-topbottom-null {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-md-leftright-null {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-md-top-null {
            margin-top: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-md-bottom-null {
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-md-left-null {
            margin-left: 0 !important;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-md-right-null {
            margin-right: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-topbottom-null {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-leftright-null {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-top-null {
            margin-top: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-bottom-null {
            margin-bottom: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-left-null {
            margin-left: 0 !important;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-sm-right-null {
            margin-right: 0 !important;
        }
    }

    /* text-align shortcodes */
    @media screen and (max-width: 991px) {
        .text-md-left {
            text-align: left;
        }
    }

    @media screen and (max-width: 767px) {
        .text-sm-left {
            text-align: left;
        }
    }

    @media screen and (max-width: 991px) {
        .text-md-right {
            text-align: right;
        }
    }

    @media screen and (max-width: 767px) {
        .text-sm-right {
            text-align: right;
        }
    }

    @media screen and (max-width: 991px) {
        .text-md-center {
            text-align: center;
        }
    }

    @media screen and (max-width: 767px) {
        .text-sm-center {
            text-align: center;
        }
    }

    /* flex order shortcodes */
    @media screen and (max-width: 991px) {
        .flex-order-md {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    @media screen and (max-width: 991px) {
        .flex-column-push-md {
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }
    }

    @media screen and (max-width: 991px) {
        .flex-column-pull-md {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
    }

    @media screen and (max-width: 767px) {
        .flex-order-sm {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    @media screen and (max-width: 767px) {
        .flex-column-push-sm {
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }
    }

    @media screen and (max-width: 767px) {
        .flex-column-pull-sm {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
    }

    /* other shortcodes */
    .z-index {
        position: relative;
        z-index: 10 !important;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-full {
        display: block;
        width: 100%;
        height: auto;
    }

    .not-visible {
        visibility: hidden;
        max-height: 0px;
    }

    .visible {
        visibility: visible;
        max-height: auto;
    }

    .no-scroll {
        overflow: hidden;
    }

    @media screen and (max-width: 991px) {
        .responsive-md-height-auto {
            height: auto !important;
        }
    }

    /*-------------------------------------------------*/
    /* =  3.Main Setting
/*-------------------------------------------------*/
    #main-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background: white;
    }

    .fullpage-wrap {
        margin-left: -50px;
        margin-right: -50px;
        background-color: white;
    }

    .row.no-margin {
        margin-left: 0;
        margin-right: 0;
    }

    .row.first-section {
        height: 533px;
        margin-top: 80px;
    }

    @media screen and (max-width: 480px) {
        .row.first-section {
            margin-top: 60px;
        }
    }

    /*-------------------------------------------------*/
    /* =  4.Main Navigation
/*-------------------------------------------------*/
    header {
        position: relative;
        z-index: 3;
    }

        header.transparent {
            background-color: transparent !important;
            transition: background-color .4s ease-in;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            header.transparent.light {
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%) !important;
            }

            header.transparent.fixed-top {
                background: white !important;
                transition: background-color .4s ease-out;
                box-shadow: 0px 2px 4px -2px rgba(156, 156, 156, 0.5);
            }

                header.transparent.fixed-top .navbar.white #logo img.white-logo {
                    display: none;
                }

                header.transparent.fixed-top .navbar.white #logo img:not(.white-logo) {
                    display: block;
                }

                    header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).normal {
                        display: block;
                    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).normal {
            display: none;
        }
    }

    header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).retina {
        display: none;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).retina {
            display: block;
        }
    }

    header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu) > li > a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu) > li > a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu) > li > a {
        color: #4e495c;
    }

        header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu) > li > a.active-item, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu) > li > a.active-item, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu) > li > a.active-item {
            color: #61396f;
            font-weight: 400;
        }

    header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu) > li.search, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu) > li.search, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu) > li.search {
        color: #4e495c;
    }

    header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu) > li.lang span.current a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu) > li.lang span.current a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu) > li.lang span.current a {
        color: #4e495c;
    }

    header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu) > li.lang:hover ul li a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu) > li.lang:hover ul li a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu) > li.lang:hover ul li a {
        color: white;
    }

    header.transparent.fixed-top .navbar.white #menu .menu-holder ul.mega-sub-menu li a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul.mega-sub-menu li a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul.mega-sub-menu li a {
        color: white;
    }

        header.transparent.fixed-top .navbar.white #menu .menu-holder ul.mega-sub-menu li a:hover, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul.mega-sub-menu li a:hover, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul.mega-sub-menu li a:hover {
            color: #4e495c;
        }

    header.transparent.fixed-top .navbar.white #menu-responsive .menu-button .bar, header.transparent.fixed-top .navbar.white #menu-responsive-sidemenu .menu-button .bar, header.transparent.fixed-top .navbar.white #menu-responsive-classic .menu-button .bar {
        background-color: #4e495c;
    }

    header.fixed {
        height: 80px;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding-left: 50px;
        padding-right: 50px;
        background-color: white;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.09019607843137255);
    }

    @media screen and (max-width: 1500px) {
        header.fixed {
            max-width: 100%;
            margin: 0;
            left: 0;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 480px) {
        header.fixed {
            height: 60px;
        }
    }

    header nav.navbar {
        height: 80px;
        box-shadow: none;
        border-radius: 0;
        background-image: none;
        background-color: transparent;
        border: none;
        margin-bottom: 0;
    }

    @media screen and (max-width: 480px) {
        header nav.navbar {
            height: 60px;
        }
    }

    header nav.navbar #logo {
        width: 250px;
        position: relative;
        float: left;
    }

    @media screen and (max-width: 480px) {
        header nav.navbar #logo {
            width: 185px;
        }
    }

    header nav.navbar #logo a.navbar-brand {
        height: 80px;
        line-height: 80px;
        padding: 25px 0;
    }

    @media screen and (max-width: 480px) {
        header nav.navbar #logo a.navbar-brand {
            height: 60px;
            line-height: 60px;
            padding: 15px 0;
        }
    }

    header nav.navbar #logo a.navbar-brand img {
        max-height: 65px;
        margin-top: -15px;
        width: auto;
    }

    @media screen and (max-width: 480px) {
        header nav.navbar #logo a.navbar-brand img {
            max-width: 180px;
            max-height: 50px;
            margin-top: -9px;
        }
    }

    header nav.navbar #menu, header nav.navbar #sidemenu, header nav.navbar #menu-classic {
        position: relative;
        float: right;
        margin: 25px 0;
        width: 80%;
        width: calc(100% - 250px);
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu, header nav.navbar #sidemenu, header nav.navbar #menu-classic {
            width: auto;
        }
    }

    header nav.navbar #menu .menu-holder, header nav.navbar #sidemenu .menu-holder, header nav.navbar #menu-classic .menu-holder {
        text-align: right;
        float: right;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder, header nav.navbar #sidemenu .menu-holder, header nav.navbar #menu-classic .menu-holder {
            display: none;
        }
    }

    header nav.navbar #menu .menu-holder ul > li:last-of-type.submenu ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul > li:last-of-type.submenu ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul > li:last-of-type.submenu ul.sub-menu {
        left: inherit;
        right: -18px;
    }

    header nav.navbar #menu .menu-holder ul li, header nav.navbar #sidemenu .menu-holder ul li, header nav.navbar #menu-classic .menu-holder ul li {
        display: inline-block;
        margin-left:40px;
    }

        header nav.navbar #menu .menu-holder ul li a, header nav.navbar #sidemenu .menu-holder ul li a, header nav.navbar #menu-classic .menu-holder ul li a {
            font-size: 16px;
            line-height: 26px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            color: #333;
            padding: 10px 0;
        }

            header nav.navbar #menu .menu-holder ul li a, header nav.navbar #sidemenu .menu-holder ul li a, header nav.navbar #menu-classic .menu-holder ul li a:focus {
                text-decoration: none;
            }

                header nav.navbar #menu .menu-holder ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li a:hover {
                    color: #61396f;
                }

                header nav.navbar #menu .menu-holder ul li a.active, header nav.navbar #menu .menu-holder ul li a.active-item, header nav.navbar #sidemenu .menu-holder ul li a.active, header nav.navbar #sidemenu .menu-holder ul li a.active-item, header nav.navbar #menu-classic .menu-holder ul li a.active, header nav.navbar #menu-classic .menu-holder ul li a.active-item {
                    color: #a164b6;
                }

        header nav.navbar #menu .menu-holder ul li.submenu, header nav.navbar #sidemenu .menu-holder ul li.submenu, header nav.navbar #menu-classic .menu-holder ul li.submenu {
            position: relative;
        }

            header nav.navbar #menu .menu-holder ul li.submenu > a, header nav.navbar #sidemenu .menu-holder ul li.submenu > a, header nav.navbar #menu-classic .menu-holder ul li.submenu > a {
                padding: 27px 0;
            }

            header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu {
                display: block;
                visibility: hidden;
                z-index: 90;
                position: absolute;
                top: 88px;
                opacity: 0;
                left: 18px;
                min-width: 177px;
                width: auto;
                text-align: left;
                background-color: #61396f;
                padding: 16px;
                transition: all .4s ease;
            }

                header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li {
                    display: block;
                    text-align: left;
                    margin: 10px 0;
                }

                    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:first-child, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:first-child, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:first-child {
                        margin: 0 0 5px 0;
                    }

                    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:last-child, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:last-child, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:last-child {
                        margin: 5px 0 0 0;
                    }

                    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a {
                        color: white;
                        margin-left: 0;
                        font-size: 14px;
                        line-height: 30px;
                        text-transform: none;
                        font-family: "Poppins", sans-serif;
                        transition: padding-left .4s ease;
                    }

                        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
                            color: white !important;
                        }

    @media screen and (min-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
            padding-left: 10px;
            transition: padding-left .4s ease;
        }
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
            width: 70%;
            right: 0;
            left: inherit;
            top: 59px;
        }

    @media screen and (max-width: 1450px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
            width: 85%;
        }
    }

    @media screen and (max-width: 1250px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
            width: 100%;
        }
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
        width: 50%;
        right: 0;
        top: 55px;
        left: inherit;
    }

    @media screen and (max-width: 1500px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
            width: 70%;
        }
    }

    @media screen and (max-width: 1250px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
            width: 100%;
        }
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
        color: white;
        margin-left: 0;
        font-size: 14px;
        line-height: 30px;
        text-transform: none;
        font-family: "Poppins", sans-serif;
        transition: padding-left .4s ease;
    }

        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i {
            color: #888B8D;
            padding-right: 16px;
            transition: color .4s ease;
        }

    @media screen and (min-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a {
            padding-left: 10px;
            transition: padding-left .4s ease;
        }
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i {
        color: white;
        transition: color .4s ease;
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list {
        overflow: hidden;
        margin-top: -10px;
    }

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header {
        display: block;
        color: #d1d2d3;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 2px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    header nav.navbar #menu .menu-holder ul li.submenu:hover ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu:hover ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu:hover ul.sub-menu {
        visibility: visible;
        top: 55px;
        opacity: 1;
        transition: all .4s ease;
    }

    header nav.navbar #menu .menu-holder ul li.submenu.megasubmenu, header nav.navbar #sidemenu .menu-holder ul li.submenu.megasubmenu, header nav.navbar #menu-classic .menu-holder ul li.submenu.megasubmenu {
        position: static;
    }

    header nav.navbar #menu .menu-holder ul li.search, header nav.navbar #sidemenu .menu-holder ul li.search, header nav.navbar #menu-classic .menu-holder ul li.search {
        cursor: pointer;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.search, header nav.navbar #sidemenu .menu-holder ul li.search, header nav.navbar #menu-classic .menu-holder ul li.search {
            display: none !important;
        }
    }

    header nav.navbar #menu .menu-holder ul li.search i, header nav.navbar #sidemenu .menu-holder ul li.search i, header nav.navbar #menu-classic .menu-holder ul li.search i {
        margin-left: 30px;
        font-size: 20px;
        line-height: 16px;
        padding: 10px 0;
    }

    header nav.navbar #menu .menu-holder ul li.lang, header nav.navbar #sidemenu .menu-holder ul li.lang, header nav.navbar #menu-classic .menu-holder ul li.lang {
        cursor: pointer;
        position: relative;
    }

        header nav.navbar #menu .menu-holder ul li.lang span, header nav.navbar #sidemenu .menu-holder ul li.lang span, header nav.navbar #menu-classic .menu-holder ul li.lang span {
            display: block;
        }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.lang span, header nav.navbar #sidemenu .menu-holder ul li.lang span, header nav.navbar #menu-classic .menu-holder ul li.lang span {
            display: inline-block;
        }
    }

    header nav.navbar #menu .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 25px 0;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
            padding: 10px 0;
            margin-right: 16px;
            color: #61396f;
        }

            header nav.navbar #menu .menu-holder ul li.lang span.current a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a:hover {
                color: #61396f;
            }
    }

    header nav.navbar #menu .menu-holder ul li.lang ul, header nav.navbar #sidemenu .menu-holder ul li.lang ul, header nav.navbar #menu-classic .menu-holder ul li.lang ul {
        display: block;
        visibility: hidden;
        z-index: 90;
        position: absolute;
        top: 88px;
        opacity: 0;
        right: -16px;
        width: 55px;
        text-align: center;
        background-color: #61396f;
        padding: 16px;
        transition: all .4s ease;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.lang ul, header nav.navbar #sidemenu .menu-holder ul li.lang ul, header nav.navbar #menu-classic .menu-holder ul li.lang ul {
            visibility: visible;
            position: relative;
            top: inherit;
            opacity: 1;
            right: inherit;
            width: auto;
            text-align: left;
            background-color: transparent;
            display: inline-block;
            padding: 0;
        }
    }

    header nav.navbar #menu .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
        margin-left: 0;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        color: white;
    }

        header nav.navbar #menu .menu-holder ul li.lang ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
            color: #4e495c;
        }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
            margin-right: 16px;
        }

            header nav.navbar #menu .menu-holder ul li.lang ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
                color: #888B8D;
            }
    }

    header nav.navbar #menu .menu-holder ul li.lang:hover ul, header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul, header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
        visibility: visible;
        top: 55px;
        opacity: 1;
        transition: all .4s ease;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu .menu-holder ul li.lang:hover ul, header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul, header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
            top: inherit;
        }
    }

    header nav.navbar #menu .menu-holder#home-menu ul.filters li a.is-checked, header nav.navbar #sidemenu .menu-holder#home-menu ul.filters li a.is-checked, header nav.navbar #menu-classic .menu-holder#home-menu ul.filters li a.is-checked {
        color: #61396f;
    }

    header nav.navbar #menu .menu-holder#home-menu ul.filters li a:focus, header nav.navbar #sidemenu .menu-holder#home-menu ul.filters li a:focus, header nav.navbar #menu-classic .menu-holder#home-menu ul.filters li a:focus {
        text-decoration: none;
    }

    header nav.navbar #menu .menu-holder button.close-menu, header nav.navbar #sidemenu .menu-holder button.close-menu, header nav.navbar #menu-classic .menu-holder button.close-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 100px;
        font-weight: 100;
        color: #61396f;
        width: 50px;
        height: 120px;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu.open, header nav.navbar #sidemenu.open, header nav.navbar #menu-classic.open {
            display: block;
            position: fixed;
            left: 0;
            top: 0;
            background-color: rgba(255, 255, 255, 0.95);
            width: 100%;
            height: 100%;
            z-index: 998;
            visibility: visible;
            opacity: 1;
            margin: 0;
            overflow-y: auto;
        }

            header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
                padding: 120px 100px 50px 100px;
                width: 100%;
                text-align: center;
            }
    }

    @media screen and (max-width: 991px) and (max-width: 1350px) {
        header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
            display: block;
        }
    }

    @media screen and (max-width: 991px) and (max-width: 480px) {
        header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
            padding: 120px 50px;
        }
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu.open .menu-holder ul li, header nav.navbar #sidemenu.open .menu-holder ul li, header nav.navbar #menu-classic.open .menu-holder ul li {
            display: block;
            padding: 6px 0;
        }

            header nav.navbar #menu.open .menu-holder ul li a, header nav.navbar #sidemenu.open .menu-holder ul li a, header nav.navbar #menu-classic.open .menu-holder ul li a {
                color: #4e495c;
                padding: 0;
                font-size: 35px;
                line-height: 55px;
            }

                header nav.navbar #menu.open .menu-holder ul li a:hover, header nav.navbar #sidemenu.open .menu-holder ul li a:hover, header nav.navbar #menu-classic.open .menu-holder ul li a:hover {
                    color: #61396f;
                }

            header nav.navbar #menu.open .menu-holder ul li.submenu, header nav.navbar #sidemenu.open .menu-holder ul li.submenu, header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
                display: block;
            }

                header nav.navbar #menu.open .menu-holder ul li.submenu > a, header nav.navbar #sidemenu.open .menu-holder ul li.submenu > a, header nav.navbar #menu-classic.open .menu-holder ul li.submenu > a {
                    padding: 0;
                }

                header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
                    position: relative;
                    background-color: transparent;
                    top: 0;
                    left: inherit;
                    right: inherit;
                    text-align: center;
                    max-height: 0;
                    transition: max-height .8s ease;
                    visibility: hidden;
                    display: block;
                    padding: 0;
                }

                    header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
                        display: inline-block;
                        margin: 0 16px;
                        text-align: center;
                        opacity: 0;
                        transition: opacity .4s ease;
                    }

                        header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li a {
                            color: #61396f;
                            font-size: 12px;
                            line-height: 22px;
                            text-transform: uppercase;
                            font-family: "Poppins", sans-serif;
                        }

            header nav.navbar #menu.open .menu-holder ul li a:focus, header nav.navbar #sidemenu.open .menu-holder ul li a:focus, header nav.navbar #menu-classic.open .menu-holder ul li a:focus {
                text-decoration: none;
                outline: none;
            }

            header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu {
                max-height: 800px;
                transition: max-height .8s ease;
                visibility: visible;
            }

                header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu li {
                    opacity: 1;
                    transition: opacity .4s ease;
                }

        header nav.navbar #menu.open .menu-holder ul a, header nav.navbar #sidemenu.open .menu-holder ul a, header nav.navbar #menu-classic.open .menu-holder ul a {
            font-size: 20px;
            line-height: 30px;
            font-family: "Roboto", sans-serif;
            color: white;
            margin-left: 0;
        }

        header nav.navbar #menu.open .menu-holder button.close-menu, header nav.navbar #sidemenu.open .menu-holder button.close-menu, header nav.navbar #menu-classic.open .menu-holder button.close-menu {
            display: block;
        }
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu.sidemenu, header nav.navbar #sidemenu.sidemenu, header nav.navbar #menu-classic.sidemenu {
            display: block;
            position: fixed;
            width: 100%;
            right: -320px;
            top: 0;
            left: inherit;
            background-color: #fff;
            height: 100%;
            z-index: 998;
        }

            header nav.navbar #menu.sidemenu .menu-holder, header nav.navbar #sidemenu.sidemenu .menu-holder, header nav.navbar #menu-classic.sidemenu .menu-holder {
                padding: 0px 50px;
                width: 100%;
                text-align: right;
                position: absolute;
                top: 80px;
                height: 60%;
                height: calc(100% - 80px);
                overflow-y: auto;
            }
    }

    @media screen and (max-width: 991px) and (max-width: 480px) {
        header nav.navbar #menu.sidemenu .menu-holder, header nav.navbar #sidemenu.sidemenu .menu-holder, header nav.navbar #menu-classic.sidemenu .menu-holder {
            padding: 90px 50px;
        }
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu.sidemenu .menu-holder ul li, header nav.navbar #sidemenu.sidemenu .menu-holder ul li, header nav.navbar #menu-classic.sidemenu .menu-holder ul li {
            border-bottom: 1px solid #ccc;
            margin-left:0;
        }

            header nav.navbar #menu.sidemenu .menu-holder ul li a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li a {
                color: #000;
                font-size: 16px;
                line-height: 30px;
            }

            header nav.navbar #menu.sidemenu .menu-holder ul li:hover a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li:hover a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li:hover a {
                color: #888B8D;
            }

            header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu {
                text-align: right;
            }

                header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li {
                    margin: 0 0 0 16px;
                }

                    header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a {
                        color: #d1d2d3;
                    }

                        header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover {
                            color: #61396f !important;
                        }
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu.sidemenu.open, header nav.navbar #sidemenu.sidemenu.open, header nav.navbar #menu-classic.sidemenu.open {
            overflow-y: visible;
            right: 0;
        }
    }

    header nav.navbar #menu.minimal, header nav.navbar #sidemenu.minimal, header nav.navbar #menu-classic.minimal {
        width: auto;
    }

        header nav.navbar #menu.minimal .menu-holder, header nav.navbar #sidemenu.minimal .menu-holder, header nav.navbar #menu-classic.minimal .menu-holder {
            display: none;
        }

        header nav.navbar #menu.minimal.open, header nav.navbar #sidemenu.minimal.open, header nav.navbar #menu-classic.minimal.open {
            width: 100%;
            display: block;
            position: fixed;
            left: 0;
            top: 0;
            background-color: rgba(255, 255, 255, 0.95);
            width: 100%;
            height: 100%;
            z-index: 998;
            visibility: visible;
            opacity: 1;
            margin: 0;
            overflow-y: auto;
        }

            header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
                padding: 120px 20% 50px 20%;
                width: 100%;
                text-align: center;
                display: block;
            }

    @media screen and (max-width: 1350px) {
        header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
            display: block;
        }
    }

    @media screen and (max-width: 480px) {
        header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
            padding: 120px 50px;
        }
    }

    header nav.navbar #menu.minimal.open .menu-holder ul li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li {
        display: block;
        padding: 6px 0;
    }

        header nav.navbar #menu.minimal.open .menu-holder ul li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a {
            color: #4e495c;
            padding: 0;
            font-size: 35px;
            line-height: 55px;
        }

            header nav.navbar #menu.minimal.open .menu-holder ul li a:hover, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a:hover, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a:hover {
                color: #61396f;
            }

        header nav.navbar #menu.minimal.open .menu-holder ul li.submenu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu {
            display: block;
        }

            header nav.navbar #menu.minimal.open .menu-holder ul li.submenu > a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu > a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu > a {
                padding: 0;
                font-family: "Poppins", sans-serif;
            }

            header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu {
                position: relative;
                background-color: transparent;
                top: 0;
                left: inherit;
                right: inherit;
                text-align: center;
                max-height: 0;
                transition: max-height .8s ease;
                visibility: hidden;
                display: block;
                padding: 0;
            }

                header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li {
                    display: inline-block;
                    margin: 0 16px;
                    text-align: center;
                    opacity: 0;
                    transition: opacity .4s ease;
                }

                    header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li a {
                        color: #4e495c;
                        font-size: 16px;
                        line-height: 24px;
                        text-transform: uppercase;
                        font-family: "Poppins", sans-serif;
                        font-weight: 300;
                    }

                        header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover {
                            color: #61396f !important;
                            padding-left: 0;
                        }

        header nav.navbar #menu.minimal.open .menu-holder ul li a:focus, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a:focus, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a:focus {
            text-decoration: none;
            outline: none;
        }

        header nav.navbar #menu.minimal.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li:hover ul.sub-menu {
            max-height: 800px;
            transition: max-height .8s ease;
            visibility: visible;
        }

            header nav.navbar #menu.minimal.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li:hover ul.sub-menu li {
                opacity: 1;
                transition: opacity .4s ease;
            }

        header nav.navbar #menu.minimal.open .menu-holder ul li.lang span, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang span, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang span {
            display: inline-block;
        }

            header nav.navbar #menu.minimal.open .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang span.current a {
                font-family: "Poppins", sans-serif;
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 2px;
                padding: 10px 0;
                margin-right: 16px;
                color: #61396f;
            }

        header nav.navbar #menu.minimal.open .menu-holder ul li.lang ul, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang ul, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang ul {
            display: block;
            visibility: visible;
            z-index: 90;
            position: relative;
            top: inherit;
            opacity: 1;
            right: inherit;
            width: auto;
            text-align: left;
            background-color: transparent;
            display: inline-block;
            padding: 0;
            transition: all .4s ease;
        }

            header nav.navbar #menu.minimal.open .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang ul li a {
                margin-left: 0;
                font-family: "Poppins", sans-serif;
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 2px;
                margin-right: 16px;
            }

    header nav.navbar #menu.minimal.open .menu-holder ul a, header nav.navbar #sidemenu.minimal.open .menu-holder ul a, header nav.navbar #menu-classic.minimal.open .menu-holder ul a {
        font-size: 20px;
        line-height: 30px;
        font-family: "Roboto", sans-serif;
        color: white;
        margin-left: 0;
    }

    header nav.navbar #menu.minimal.open .menu-holder button.close-menu, header nav.navbar #sidemenu.minimal.open .menu-holder button.close-menu, header nav.navbar #menu-classic.minimal.open .menu-holder button.close-menu {
        display: block;
    }

    header nav.navbar #menu-classic {
        margin: 25px 0;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu-classic.open {
            position: fixed;
            height: auto;
            max-height: 350px;
            top: 78px;
            background-color: white;
        }
    }

    @media screen and (max-width: 991px) and (max-width: 480px) {
        header nav.navbar #menu-classic.open {
            top: 60px;
        }
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu-classic.open .menu-holder {
            padding: 10px 50px 10px 50px;
            text-align: left;
        }

            header nav.navbar #menu-classic.open .menu-holder ul li a {
                font-size: 20px;
                line-height: 30px;
            }

            header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
                position: relative;
            }

                header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
                    display: none;
                    text-align: left;
                    padding-left: 15px;
                }

                    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
                        margin: 0 16px 0 0;
                    }

                        header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li.icon-list {
                            margin-top: 0;
                        }

                    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
                        background-image: none !important;
                    }

                        header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
                            top: 0;
                            width: 100%;
                        }

                        header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li a {
                            font-size: 12px;
                            line-height: 28px;
                            text-transform: uppercase;
                            font-weight: 300;
                            font-family: "Poppins", sans-serif;
                        }

                        header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div {
                            text-align: left;
                            padding-left: 0;
                        }

                            header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div span.header {
                                margin-top: 16px;
                                color: #888B8D;
                            }

                            header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 {
                                width: 100%;
                            }

                                header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row {
                                    padding-left: 15px;
                                }

                                    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-md-12, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-sm-12 {
                                        margin-bottom: 0;
                                    }

                            header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:first-child span.header {
                                margin-top: 0px;
                            }

                            header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:last-child {
                                margin-bottom: 0px;
                            }

                            header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul {
                                margin-top: 0;
                            }

                                header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li {
                                    padding: 0;
                                }

                                    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
                                        color: #61396f;
                                    }

                header nav.navbar #menu-classic.open .menu-holder ul li.submenu:after {
                    content: "\f3d6";
                    font-family: "Ionicons";
                    position: absolute;
                    display: block;
                    position: absolute;
                    right: 0px;
                    top: 6px;
                    font-size: 20px;
                    line-height: 30px;
                    color: #888B8D;
                    transition: all .4s ease;
                }

                header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open > a {
                    color: #61396f;
                }

                header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open:after {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                    transition: all .4s ease;
                    color: #61396f;
                }

                header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open ul.sub-menu {
                    display: block;
                }
    }

    header nav.navbar #menu-responsive, header nav.navbar #menu-responsive-sidemenu, header nav.navbar #menu-responsive-classic {
        float: right;
        display: none;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu-responsive, header nav.navbar #menu-responsive-sidemenu, header nav.navbar #menu-responsive-classic {
            display: block;
        }
    }

    header nav.navbar #menu-responsive .menu-button, header nav.navbar #menu-responsive-sidemenu .menu-button, header nav.navbar #menu-responsive-classic .menu-button {
        float: right;
        display: block;
        width: 30px;
        height: 20px;
        margin: 26px 0;
        cursor: pointer;
    }

    @media screen and (max-width: 480px) {
        header nav.navbar #menu-responsive .menu-button, header nav.navbar #menu-responsive-sidemenu .menu-button, header nav.navbar #menu-responsive-classic .menu-button {
            margin: 16px 0;
        }
    }

    header nav.navbar #menu-responsive .menu-button .bar, header nav.navbar #menu-responsive-sidemenu .menu-button .bar, header nav.navbar #menu-responsive-classic .menu-button .bar {
        background-color: #4e495c;
        height: 2px;
        width: 30px;
        display: block;
        right: 0;
        margin: 5px 0;
    }

    header nav.navbar #menu-responsive .menu-button .bar-1, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-1, header nav.navbar #menu-responsive-classic .menu-button .bar-1 {
        transition: margin .4s ease;
    }

    header nav.navbar #menu-responsive .menu-button .bar-2, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-2, header nav.navbar #menu-responsive-classic .menu-button .bar-2 {
        transition: all .4s ease;
        width: 24px !important;
        margin-left: 3px !important;
    }

    header nav.navbar #menu-responsive .menu-button .bar-3, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-3, header nav.navbar #menu-responsive-classic .menu-button .bar-3 {
        transition: margin .4s ease;
    }

    header nav.navbar #menu-responsive .menu-button:hover .bar-2, header nav.navbar #menu-responsive-sidemenu .menu-button:hover .bar-2, header nav.navbar #menu-responsive-classic .menu-button:hover .bar-2 {
        width: 30px !important;
        margin-left: 0 !important;
        transition: all .4s ease;
    }

    header nav.navbar #menu-responsive.minimal, header nav.navbar #menu-responsive-sidemenu.minimal, header nav.navbar #menu-responsive-classic.minimal {
        display: block;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar #menu-responsive-sidemenu.open .menu-button, header nav.navbar #menu-responsive-classic.open .menu-button {
            position: relative;
            z-index: 998;
        }

            header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar, header nav.navbar #menu-responsive-classic.open .menu-button .bar {
                background-color: #888B8D;
            }

            header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-1, header nav.navbar #menu-responsive-classic.open .menu-button .bar-1 {
                margin-top: 10px;
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
                transition: margin .15s ease-out,opacity .15s ease-out,-webkit-transform .15s ease-out .25s;
                transition: margin .15s ease-out,opacity .15s ease-out,transform .15s ease-out .25s;
                transition: margin .15s ease-out,opacity .15s ease-out,transform .15s ease-out .25s,-webkit-transform .15s ease-out .25s;
            }

            header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-2, header nav.navbar #menu-responsive-classic.open .menu-button .bar-2 {
                opacity: 0;
            }

            header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar.bar-3, header nav.navbar #menu-responsive-classic.open .menu-button .bar.bar-3 {
                margin-top: -14px;
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
                transition: margin .15s ease-out,opacity .15s ease-out,-webkit-transform .15s ease-out .25s;
                transition: margin .15s ease-out,opacity .15s ease-out,transform .15s ease-out .25s;
                transition: margin .15s ease-out,opacity .15s ease-out,transform .15s ease-out .25s,-webkit-transform .15s ease-out .25s;
            }
    }

    @media screen and (max-width: 767px) {
        header nav.navbar #menu-responsive-classic.open .menu-button .bar {
            background-color: #4e495c;
        }
    }

    header nav.navbar #search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(34, 34, 34, 0.8);
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 60px;
    }

        header nav.navbar #search-box.active {
            display: block;
        }

        header nav.navbar #search-box button.close-search-box {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 100px;
            font-weight: 100;
            color: #61396f;
            width: 50px;
            height: 120px;
        }

        header nav.navbar #search-box .form-input .form-field {
            border-bottom-color: #4e495c;
        }

    header nav.navbar.white #logo img:not(.white-logo) {
        display: none;
    }

    header nav.navbar.white #menu .menu-holder ul li > a, header nav.navbar.white #sidemenu .menu-holder ul li > a, header nav.navbar.white #menu-classic .menu-holder ul li > a {
        color: white;
        font-weight: 300;
    }

        header nav.navbar.white #menu .menu-holder ul li > a.active-item, header nav.navbar.white #sidemenu .menu-holder ul li > a.active-item, header nav.navbar.white #menu-classic .menu-holder ul li > a.active-item {
            color: white;
            font-weight: 400;
        }

    header nav.navbar.white #menu .menu-holder ul li.lang span.current a, header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
        color: white;
    }

    @media screen and (max-width: 991px) {
        header nav.navbar.white #menu .menu-holder ul li.lang span.current a, header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
            color: #61396f;
        }
    }

    header nav.navbar.white #menu.open .menu-holder ul li > a, header nav.navbar.white #sidemenu.open .menu-holder ul li > a, header nav.navbar.white #menu-classic.open .menu-holder ul li > a {
        color: #4e495c;
    }

        header nav.navbar.white #menu.open .menu-holder ul li > a.active-item, header nav.navbar.white #sidemenu.open .menu-holder ul li > a.active-item, header nav.navbar.white #menu-classic.open .menu-holder ul li > a.active-item {
            color: #61396f;
            font-weight: 400;
        }

    header nav.navbar.white #sidemenu.open .menu-holder ul li > a {
        color: white;
    }

        header nav.navbar.white #sidemenu.open .menu-holder ul li > a.active-item {
            color: #61396f;
            font-weight: 400;
        }

    header nav.navbar.white #menu-responsive .menu-button .bar, header nav.navbar.white #menu-responsive-sidemenu .menu-button .bar, header nav.navbar.white #menu-responsive-classic .menu-button .bar {
        background-color: white;
    }

    header nav.navbar.white #search-box .form-input i {
        color: #4e495c;
    }

    /*-------------------------------------------------*/
    /* =  5.FullPage
/*-------------------------------------------------*/
    #fullpage .section {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 50px;
        z-index: 1;
    }

        #fullpage .section .text {
            z-index: 3;
            position: relative;
        }

            #fullpage .section .text h3 {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 35px;
                margin-bottom: 36px;
            }

    @media screen and (max-width: 480px) {
        #fullpage .section .text h3 {
            font-size: 28px;
        }
    }

    #fullpage .section .text h4 {
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #fullpage .section .text.main {
        padding: 0 25%;
    }

    @media screen and (max-width: 900px) {
        #fullpage .section .text.main {
            padding: 0;
        }
    }

    #fullpage .section .text.main h1 {
        margin-bottom: 36px;
    }

    @media screen and (max-width: 480px) {
        #fullpage .section .text.main h1 {
            font-size: 38px;
        }
    }

    #fullpage .section .text.main p {
        font-size: 16px;
        line-height: 26px;
    }

    @media screen and (max-width: 900px) {
        #fullpage .section .text.main p {
            display: none;
        }
    }

    #fullpage .section .text.main p:last-of-type {
        margin-bottom: 36px;
    }

    #fullpage .section .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 34, 34, 0.65);
        transition: all .4s ease;
        z-index: 2;
    }

    #fp-nav {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        margin-left: -750px;
        left: 50%;
        right: inherit;
        padding-left: 25px;
        padding-right: 25px;
        z-index: 98 !important;
    }

    @media screen and (max-width: 1500px) {
        #fp-nav {
            max-width: 100%;
            margin: 0;
            left: 0;
        }
    }

    @media screen and (max-width: 480px) {
        #fp-nav {
            left: 15px;
        }
    }

    #fp-nav ul {
        float: right;
        margin-top: 40px !important;
    }

        #fp-nav ul li {
            margin: 16px 8px !important;
        }

            #fp-nav ul li a {
                display: inline !important;
            }

                #fp-nav ul li a span {
                    height: 10px !important;
                    width: 10px !important;
                    border: 1px solid white !important;
                    background-color: transparent !important;
                    margin: 0 !important;
                }

                #fp-nav ul li a.active span {
                    background-color: white !important;
                }

            #fp-nav ul li:last-child {
                display: none;
            }

    /*-------------------------------------------------*/
    /* =  6.Main content
/*-------------------------------------------------*/
    #page-content {
        position: relative;
        z-index: 2;
        background-color: white;
    }


    

    @media screen and (max-width: 991px) {
        #page-content.footer-fixed {
            margin-bottom: 0;
        }
    }

    #page-content.header-static {
        margin-top: -80px !important;
    }

    @media screen and (max-width: 480px) {
        #page-content.header-static {
            margin-top: -130px !important;
        }
    }

    #page-content.header-static #flexslider {
        height: calc(100vh) !important;
    }

        #page-content.header-static #flexslider li {
            height: calc(100vh) !important;
        }

    #page-content.header-static #slider-video {
        height: calc(100vh) !important;
    }

        #page-content.header-static #slider-video .local-video {
            height: calc(100vh) !important;
        }

    #page-content #flexslider {
        border: none;
        height: 100vh;
        height: calc(100vh - 80px);
        margin-top: 80px;
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider {
            height: calc(100vh - 60px);
            margin-top: 60px;
        }
    }

    #page-content #flexslider ul li {
        height: 100vh;
        height: calc(100vh - 80px);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider ul li {
            height: calc(100vh - 60px);
        }
    }

    #page-content #flexslider ul li .text {
        margin-top: -120px;
        position: relative;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        text-align: center;
        padding: 50px;
    }

        #page-content #flexslider ul li .text.left {
            text-align: left;
        }

        #page-content #flexslider ul li .text.right {
            text-align: right;
        }

    @media screen and (max-width: 480px) {
        #page-content #flexslider ul li .text.typed {
            padding: 100px 50px 50px 50px;
        }
    }

    #page-content #flexslider ul li .text h1 {
        font-size: 55px;
        line-height: 60px;
        color: #61396f;
    }

    @media screen and (max-width: 650px) {
        #page-content #flexslider ul li .text h1 {
            font-size: 50px;
            line-height: 55px;
        }
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider ul li .text h1 {
            font-size: 40px;
            line-height: 45px;
        }
    }

    #page-content #flexslider ul li .text h2 {
        margin-top: 25px;
        font-size: 16px;
        line-height: 26px;
        font-family: "Poppins", sans-serif;
        color: #61396f;
        font-weight: 300;
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider ul li .text h2 {
            font-size: 14px;
            line-height: 24px;
        }
    }

    #page-content #flexslider ul li .text h3 {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    #page-content #flexslider ul li .text a.btn-alt {
        margin-top: 36px;
    }

    #page-content #flexslider ul li .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(229, 229, 229, 0.8);
        z-index: 2;
    }

        #page-content #flexslider ul li .gradient.dark {
            background-color: #8c3f27;
        }

    #page-content #flexslider.small {
        height: 340px !important;
        overflow: hidden;
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider.small {
            height: 240px !important;
            /*height: calc(100vh) !important;*/
        }

        .modal-body img {
            max-width: 320px !important;
        }

        #lightbox .close {
            top: -2px !important;
            right: -37px !important;
        }
        /*.row.first-section {
        height: auto !important;
    }*/
        .purple-text-area-top {
            padding: 39px !important;
        }

        .vision {
            margin-top: 0px !important;
            margin-bottom: 50px !important;
        }

        .gallery-items {
            margin-top: 50px !important;
        }

        .padding-leftright-null {
            margin-bottom: 0px !important;
        }

        .vertical-align-outer .quote-section {
            padding: 0px 10px !important;
        }

        #page-content #showcase-projects.text {
            padding: 10px 40px !important;
        }

        .donation-form {
            margin-top: 40px !important;
            padding: 0px 50px;
        }
    }



    #page-content #flexslider.small ul li {
        height: 650px !important;
    }

    @media screen and (max-width: 480px) {
        #page-content #flexslider.small ul li {
            height: calc(100vh) !important;
        }
    }

    #page-content #slider-video {
        height: 100vh;
        height: calc(100vh - 80px);
        position: relative;
        margin-top: 80px;
    }

    @media screen and (max-width: 480px) {
        #page-content #slider-video {
            height: calc(100vh - 60px);
            margin-top: 60px;
        }
    }

    #page-content #slider-video .local-video {
        height: 100vh;
        height: calc(100vh - 80px);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }

    @media screen and (max-width: 480px) {
        #page-content #slider-video .local-video {
            height: calc(100vh - 60px);
        }
    }

    #page-content #slider-video .local-video video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        height: 100%;
    }

    @media screen and (max-width: 480px) {
        #page-content #slider-video .local-video video {
            height: 100%;
            width: auto;
            left: -50%;
        }
    }

    #page-content #slider-video .local-video .text {
        position: relative;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        text-align: center;
        padding: 50px;
    }

    #page-content #slider-video .local-video .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 34, 34, 0.65);
        z-index: 2;
    }

    #page-content #about .col-md-6 {
        padding-left: 0;
    }

    @media screen and (max-width: 991px) {
        #page-content #about .col-md-6 {
            padding-left: 15px;
        }
    }

    #page-content #main-services .title, #page-content #main-services .service {
        padding: 100px 50px;
        text-align: center;
    }

        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 70px;
        }

    @media screen and (max-width: 1450px) {
        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 60px;
        }
    }

    @media screen and (max-width: 1199px) {
        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 40px;
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 70px;
        }
    }

    @media screen and (max-width: 600px) {
        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 40px;
        }
    }

    @media screen and (max-width: 480px) {
        #page-content #main-services .title h2, #page-content #main-services .service h2 {
            font-size: 35px;
        }
    }

    #page-content #main-services .title .content, #page-content #main-services .service .content {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 50px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        transition: all .3s ease;
    }

        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 25px;
        }

    @media screen and (max-width: 1450px) {
        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 15px;
        }
    }

    @media screen and (max-width: 1199px) {
        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 25px;
        }
    }

    @media screen and (max-width: 600px) {
        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 480px) {
        #page-content #main-services .title .content p, #page-content #main-services .service .content p {
            margin-top: 0;
        }
    }

    #page-content #main-services .title.color-background h2 {
        color: white;
    }

    #page-content #main-services .service {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

        #page-content #main-services .service h2 {
            color: white;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            transition: all .3s ease-out;
        }

        #page-content #main-services .service:hover h2 {
            -webkit-transform: translate(0px, -50px);
            -ms-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
            transition: all .3s ease;
        }

    @media screen and (max-width: 480px) {
        #page-content #main-services .service:hover h2 {
            -webkit-transform: translate(0px, -65px);
            -ms-transform: translate(0px, -65px);
            transform: translate(0px, -65px);
        }
    }

    #page-content #main-services .service:hover .content {
        opacity: 1;
        -webkit-transform: translate(0px, 25px);
        -ms-transform: translate(0px, 25px);
        transform: translate(0px, 25px);
        transition: all .3s ease;
    }

    @media screen and (max-width: 1199px) {
        #page-content #main-services .service:hover .content {
            -webkit-transform: translate(0px, 10px);
            -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #main-services .service:hover .content {
            -webkit-transform: translate(0px, 25px);
            -ms-transform: translate(0px, 25px);
            transform: translate(0px, 25px);
        }
    }

    @media screen and (max-width: 600px) {
        #page-content #main-services .service:hover .content {
            -webkit-transform: translate(0px, 10px);
            -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
        }
    }

    @media screen and (max-width: 480px) {
        #page-content #main-services .service:hover .content {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }
    }

    #page-content #main-services .service:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(34, 34, 34, 0.8);
    }

    #page-content #projects.wrap-filters, #page-content #projects-filters.wrap-filters, #page-content #masonry-filters.wrap-filters {
        visibility: hidden;
        max-height: 0px;
        opacity: 0;
        transition: all .4s ease-out;
    }

        #page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open {
            padding: 60px;
            visibility: visible;
            max-height: 1000px;
            opacity: 1;
            transition: all .6s ease-in;
        }

    @media screen and (max-width: 767px) {
        #page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open {
            padding: 25px;
        }
    }

    #page-content #projects.wrap-filters-minimal, #page-content #projects-filters.wrap-filters-minimal, #page-content #masonry-filters.wrap-filters-minimal {
        padding: 50px 50px 25px 50px;
    }

    #page-content #projects ul.filters li, #page-content #projects-filters ul.filters li, #page-content #masonry-filters ul.filters li {
        display: inline-block;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        text-transform: none;
        color: #4e495c;
        font-weight: 400;
        margin-bottom: 25px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
        cursor: pointer;
        transition: color .4s ease;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #page-content #projects ul.filters li.is-checked, #page-content #projects-filters ul.filters li.is-checked, #page-content #masonry-filters ul.filters li.is-checked {
            color: white;
            border-bottom: 2px solid #61396f;
            background-color: #61396f;
            border-radius: 2px;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        }

            #page-content #projects ul.filters li.is-checked:hover, #page-content #projects-filters ul.filters li.is-checked:hover, #page-content #masonry-filters ul.filters li.is-checked:hover {
                color: white;
            }

        #page-content #projects ul.filters li:hover, #page-content #projects-filters ul.filters li:hover, #page-content #masonry-filters ul.filters li:hover {
            color: #61396f;
            transition: color .4s ease;
        }

        #page-content #projects ul.filters li sup, #page-content #projects-filters ul.filters li sup, #page-content #masonry-filters ul.filters li sup {
            font-size: 12px;
            line-height: 22px;
            top: -8px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
        }

    #page-content #projects ul.filters.light li, #page-content #projects-filters ul.filters.light li, #page-content #masonry-filters ul.filters.light li {
        width: 50%;
        float: left;
        color: #4e495c;
        margin-left: -15px;
        margin: 16px 0;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        padding: 0 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 24px;
    }

        #page-content #projects ul.filters.light li.is-checked, #page-content #projects-filters ul.filters.light li.is-checked, #page-content #masonry-filters ul.filters.light li.is-checked {
            color: #61396f;
            font-weight: 400;
            border: none;
        }

        #page-content #projects ul.filters.light li:hover, #page-content #projects-filters ul.filters.light li:hover, #page-content #masonry-filters ul.filters.light li:hover {
            color: #61396f;
            transition: color .4s ease;
        }

    #page-content #projects a:hover, #page-content #projects-filters a:hover, #page-content #masonry-filters a:hover {
        color: #4e495c;
    }

    #page-content #projects .projects-items .one-item, #page-content #projects .masonry-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .masonry-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .masonry-items .one-item {
        width: 50%;
        overflow: hidden;
        z-index: 1;
    }

    @media screen and (max-width: 767px) {
        #page-content #projects .projects-items .one-item, #page-content #projects .masonry-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .masonry-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .masonry-items .one-item {
            width: 100%;
        }
    }

    #page-content #projects .projects-items .one-item .content, #page-content #projects .masonry-items .one-item .content, #page-content #projects-filters .projects-items .one-item .content, #page-content #projects-filters .masonry-items .one-item .content, #page-content #masonry-filters .projects-items .one-item .content, #page-content #masonry-filters .masonry-items .one-item .content {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 3;
        opacity: 0;
        transition: opacity .4s ease;
        background: rgba(34, 34, 34, 0.85);
        padding: 50px;
    }

        #page-content #projects .projects-items .one-item .content span.icon, #page-content #projects .masonry-items .one-item .content span.icon, #page-content #projects-filters .projects-items .one-item .content span.icon, #page-content #projects-filters .masonry-items .one-item .content span.icon, #page-content #masonry-filters .projects-items .one-item .content span.icon, #page-content #masonry-filters .masonry-items .one-item .content span.icon {
            position: absolute;
            top: 50px;
            right: 50px;
            background-color: #61396f;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.6), 0 1px 1px 0 rgba(0, 0, 0, 0.6);
            transition: right .3s ease;
        }

            #page-content #projects .projects-items .one-item .content span.icon i, #page-content #projects .masonry-items .one-item .content span.icon i, #page-content #projects-filters .projects-items .one-item .content span.icon i, #page-content #projects-filters .masonry-items .one-item .content span.icon i, #page-content #masonry-filters .projects-items .one-item .content span.icon i, #page-content #masonry-filters .masonry-items .one-item .content span.icon i {
                line-height: 40px;
                color: white;
            }

        #page-content #projects .projects-items .one-item .content .text, #page-content #projects .masonry-items .one-item .content .text, #page-content #projects-filters .projects-items .one-item .content .text, #page-content #projects-filters .masonry-items .one-item .content .text, #page-content #masonry-filters .projects-items .one-item .content .text, #page-content #masonry-filters .masonry-items .one-item .content .text {
            text-align: left;
            opacity: 0;
            bottom: 50px;
            left: 50px;
            right: 50px;
            position: absolute;
            padding: 0;
        }

            #page-content #projects .projects-items .one-item .content .text h4, #page-content #projects .masonry-items .one-item .content .text h4, #page-content #projects-filters .projects-items .one-item .content .text h4, #page-content #projects-filters .masonry-items .one-item .content .text h4, #page-content #masonry-filters .projects-items .one-item .content .text h4, #page-content #masonry-filters .masonry-items .one-item .content .text h4 {
                color: #d1d2d3;
                text-transform: uppercase;
                position: relative;
                letter-spacing: 0;
                font-size: 16px;
                line-height: 32px;
                font-weight: 100;
                -webkit-transform: translate(-25px, 0px);
                -ms-transform: translate(-25px, 0px);
                transform: translate(-25px, 0px);
                transition: all .3s ease-out;
                text-transform: uppercase;
            }

            #page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .masonry-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .masonry-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .masonry-items .one-item .content .text h3 {
                color: white;
                -webkit-transform: translate(-50px, 0px);
                -ms-transform: translate(-50px, 0px);
                transform: translate(-50px, 0px);
                transition: all .3s ease-out;
                transition-delay: .8s;
            }

    @media screen and (max-width: 480px) {
        #page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .masonry-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .masonry-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .masonry-items .one-item .content .text h3 {
            font-size: 25px;
        }
    }

    #page-content #projects .projects-items .one-item .content a.link, #page-content #projects .masonry-items .one-item .content a.link, #page-content #projects-filters .projects-items .one-item .content a.link, #page-content #projects-filters .masonry-items .one-item .content a.link, #page-content #masonry-filters .projects-items .one-item .content a.link, #page-content #masonry-filters .masonry-items .one-item .content a.link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
    }

    #page-content #projects .projects-items .one-item:hover .content, #page-content #projects .masonry-items .one-item:hover .content, #page-content #projects-filters .projects-items .one-item:hover .content, #page-content #projects-filters .masonry-items .one-item:hover .content, #page-content #masonry-filters .projects-items .one-item:hover .content, #page-content #masonry-filters .masonry-items .one-item:hover .content {
        opacity: 1;
        transition: opacity .4s ease;
    }

        #page-content #projects .projects-items .one-item:hover .content .text, #page-content #projects .masonry-items .one-item:hover .content .text, #page-content #projects-filters .projects-items .one-item:hover .content .text, #page-content #projects-filters .masonry-items .one-item:hover .content .text, #page-content #masonry-filters .projects-items .one-item:hover .content .text, #page-content #masonry-filters .masonry-items .one-item:hover .content .text {
            opacity: 1;
        }

            #page-content #projects .projects-items .one-item:hover .content .text h4, #page-content #projects .masonry-items .one-item:hover .content .text h4, #page-content #projects-filters .projects-items .one-item:hover .content .text h4, #page-content #projects-filters .masonry-items .one-item:hover .content .text h4, #page-content #masonry-filters .projects-items .one-item:hover .content .text h4, #page-content #masonry-filters .masonry-items .one-item:hover .content .text h4 {
                -webkit-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
                transition: all .3s ease;
            }

            #page-content #projects .projects-items .one-item:hover .content .text h3, #page-content #projects .masonry-items .one-item:hover .content .text h3, #page-content #projects-filters .projects-items .one-item:hover .content .text h3, #page-content #projects-filters .masonry-items .one-item:hover .content .text h3, #page-content #masonry-filters .projects-items .one-item:hover .content .text h3, #page-content #masonry-filters .masonry-items .one-item:hover .content .text h3 {
                -webkit-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
                transition: all .3s ease;
            }

    #page-content #projects .projects-items.equal .image-bg, #page-content #projects .masonry-items.equal .image-bg, #page-content #projects-filters .projects-items.equal .image-bg, #page-content #projects-filters .masonry-items.equal .image-bg, #page-content #masonry-filters .projects-items.equal .image-bg, #page-content #masonry-filters .masonry-items.equal .image-bg {
        width: 50%;
        padding: 50%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 3;
        position: relative;
    }

    #page-content #projects .projects-items.three-columns.equal-grid .image-bg, #page-content #projects .masonry-items.three-columns.equal-grid .image-bg, #page-content #projects-filters .projects-items.three-columns.equal-grid .image-bg, #page-content #projects-filters .masonry-items.three-columns.equal-grid .image-bg, #page-content #masonry-filters .projects-items.three-columns.equal-grid .image-bg, #page-content #masonry-filters .masonry-items.three-columns.equal-grid .image-bg {
        width: 100%;
        padding-top: 50%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #page-content #projects .projects-items.three-columns .one-item, #page-content #projects .masonry-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .masonry-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .masonry-items.three-columns .one-item {
        width: 33.33333333%;
    }

    @media screen and (max-width: 991px) {
        #page-content #projects .projects-items.three-columns .one-item, #page-content #projects .masonry-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .masonry-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .masonry-items.three-columns .one-item {
            width: 50%;
        }
    }

    @media screen and (max-width: 650px) {
        #page-content #projects .projects-items.three-columns .one-item, #page-content #projects .masonry-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .masonry-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .masonry-items.three-columns .one-item {
            width: 100%;
        }
    }

    #page-content #projects .projects-items.three-columns .one-item.big, #page-content #projects .masonry-items.three-columns .one-item.big, #page-content #projects-filters .projects-items.three-columns .one-item.big, #page-content #projects-filters .masonry-items.three-columns .one-item.big, #page-content #masonry-filters .projects-items.three-columns .one-item.big, #page-content #masonry-filters .masonry-items.three-columns .one-item.big {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        #page-content #projects .projects-items.three-columns .one-item.big, #page-content #projects .masonry-items.three-columns .one-item.big, #page-content #projects-filters .projects-items.three-columns .one-item.big, #page-content #projects-filters .masonry-items.three-columns .one-item.big, #page-content #masonry-filters .projects-items.three-columns .one-item.big, #page-content #masonry-filters .masonry-items.three-columns .one-item.big {
            width: 100%;
        }
    }

    #page-content #projects .projects-items.four-columns.equal-grid .image-bg, #page-content #projects .masonry-items.four-columns.equal-grid .image-bg, #page-content #projects-filters .projects-items.four-columns.equal-grid .image-bg, #page-content #projects-filters .masonry-items.four-columns.equal-grid .image-bg, #page-content #masonry-filters .projects-items.four-columns.equal-grid .image-bg, #page-content #masonry-filters .masonry-items.four-columns.equal-grid .image-bg {
        width: 100%;
        padding-top: 50%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #page-content #projects .projects-items.four-columns .one-item, #page-content #projects .masonry-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .masonry-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .masonry-items.four-columns .one-item {
        width: 25%;
    }

    @media screen and (max-width: 1250px) {
        #page-content #projects .projects-items.four-columns .one-item, #page-content #projects .masonry-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .masonry-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .masonry-items.four-columns .one-item {
            width: 33.33333333%;
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #projects .projects-items.four-columns .one-item, #page-content #projects .masonry-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .masonry-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .masonry-items.four-columns .one-item {
            width: 50%;
        }
    }

    @media screen and (max-width: 650px) {
        #page-content #projects .projects-items.four-columns .one-item, #page-content #projects .masonry-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .masonry-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .masonry-items.four-columns .one-item {
            width: 100%;
        }
    }

    #page-content #projects .projects-items.four-columns .one-item.big, #page-content #projects .masonry-items.four-columns .one-item.big, #page-content #projects-filters .projects-items.four-columns .one-item.big, #page-content #projects-filters .masonry-items.four-columns .one-item.big, #page-content #masonry-filters .projects-items.four-columns .one-item.big, #page-content #masonry-filters .masonry-items.four-columns .one-item.big {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        #page-content #projects .projects-items.four-columns .one-item.big, #page-content #projects .masonry-items.four-columns .one-item.big, #page-content #projects-filters .projects-items.four-columns .one-item.big, #page-content #projects-filters .masonry-items.four-columns .one-item.big, #page-content #masonry-filters .projects-items.four-columns .one-item.big, #page-content #masonry-filters .masonry-items.four-columns .one-item.big {
            width: 100%;
        }
    }

    #page-content #projects .projects-items.five-columns.equal-grid .image-bg, #page-content #projects .masonry-items.five-columns.equal-grid .image-bg, #page-content #projects-filters .projects-items.five-columns.equal-grid .image-bg, #page-content #projects-filters .masonry-items.five-columns.equal-grid .image-bg, #page-content #masonry-filters .projects-items.five-columns.equal-grid .image-bg, #page-content #masonry-filters .masonry-items.five-columns.equal-grid .image-bg {
        width: 100%;
        padding-top: 50%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #page-content #projects .projects-items.five-columns .one-item, #page-content #projects .masonry-items.five-columns .one-item, #page-content #projects-filters .projects-items.five-columns .one-item, #page-content #projects-filters .masonry-items.five-columns .one-item, #page-content #masonry-filters .projects-items.five-columns .one-item, #page-content #masonry-filters .masonry-items.five-columns .one-item {
        width: 20%;
    }

    @media screen and (max-width: 1250px) {
        #page-content #projects .projects-items.five-columns .one-item, #page-content #projects .masonry-items.five-columns .one-item, #page-content #projects-filters .projects-items.five-columns .one-item, #page-content #projects-filters .masonry-items.five-columns .one-item, #page-content #masonry-filters .projects-items.five-columns .one-item, #page-content #masonry-filters .masonry-items.five-columns .one-item {
            width: 25%;
        }
    }

    @media screen and (max-width: 1199px) {
        #page-content #projects .projects-items.five-columns .one-item, #page-content #projects .masonry-items.five-columns .one-item, #page-content #projects-filters .projects-items.five-columns .one-item, #page-content #projects-filters .masonry-items.five-columns .one-item, #page-content #masonry-filters .projects-items.five-columns .one-item, #page-content #masonry-filters .masonry-items.five-columns .one-item {
            width: 33.33333333%;
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #projects .projects-items.five-columns .one-item, #page-content #projects .masonry-items.five-columns .one-item, #page-content #projects-filters .projects-items.five-columns .one-item, #page-content #projects-filters .masonry-items.five-columns .one-item, #page-content #masonry-filters .projects-items.five-columns .one-item, #page-content #masonry-filters .masonry-items.five-columns .one-item {
            width: 50%;
        }
    }

    @media screen and (max-width: 767px) {
        #page-content #projects .projects-items.five-columns .one-item, #page-content #projects .masonry-items.five-columns .one-item, #page-content #projects-filters .projects-items.five-columns .one-item, #page-content #projects-filters .masonry-items.five-columns .one-item, #page-content #masonry-filters .projects-items.five-columns .one-item, #page-content #masonry-filters .masonry-items.five-columns .one-item {
            width: 100%;
        }
    }

    #page-content #projects .projects-items.five-columns .one-item.big, #page-content #projects .masonry-items.five-columns .one-item.big, #page-content #projects-filters .projects-items.five-columns .one-item.big, #page-content #projects-filters .masonry-items.five-columns .one-item.big, #page-content #masonry-filters .projects-items.five-columns .one-item.big, #page-content #masonry-filters .masonry-items.five-columns .one-item.big {
        width: 50%;
    }

    @media screen and (max-width: 767px) {
        #page-content #projects .projects-items.five-columns .one-item.big, #page-content #projects .masonry-items.five-columns .one-item.big, #page-content #projects-filters .projects-items.five-columns .one-item.big, #page-content #projects-filters .masonry-items.five-columns .one-item.big, #page-content #masonry-filters .projects-items.five-columns .one-item.big, #page-content #masonry-filters .masonry-items.five-columns .one-item.big {
            width: 100%;
        }
    }

    @media screen and (min-width: 1199px) {
        #page-content #projects .projects-items.five-columns .one-item .content .text, #page-content #projects .masonry-items.five-columns .one-item .content .text, #page-content #projects-filters .projects-items.five-columns .one-item .content .text, #page-content #projects-filters .masonry-items.five-columns .one-item .content .text, #page-content #masonry-filters .projects-items.five-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.five-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (min-width: 1199px) {
        #page-content #projects .projects-items.five-columns .one-item .content .text h3, #page-content #projects .masonry-items.five-columns .one-item .content .text h3, #page-content #projects-filters .projects-items.five-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.five-columns .one-item .content .text h3, #page-content #masonry-filters .projects-items.five-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.five-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 26px;
        }
    }

    @media screen and (min-width: 1199px) {
        #page-content #projects .projects-items.five-columns .one-item .content .text h4, #page-content #projects .masonry-items.five-columns .one-item .content .text h4, #page-content #projects-filters .projects-items.five-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.five-columns .one-item .content .text h4, #page-content #masonry-filters .projects-items.five-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.five-columns .one-item .content .text h4 {
            margin-bottom: 26px;
        }
    }

    @media screen and (min-width: 1199px) {
        #page-content #projects .projects-items.five-columns .one-item .content .text a.btn.small, #page-content #projects .masonry-items.five-columns .one-item .content .text a.btn.small, #page-content #projects-filters .projects-items.five-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.five-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .projects-items.five-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.five-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.two-columns .one-item .content .text, #page-content #projects-filters .masonry-items.two-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.two-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.two-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.two-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.two-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.two-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.two-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.two-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.two-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.two-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.two-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (min-width: 991px) and (max-width: 1200px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 860px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (min-width: 991px) and (max-width: 1200px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 860px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (min-width: 991px) and (max-width: 1200px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 860px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (min-width: 991px) and (max-width: 1200px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 860px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.three-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.three-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (min-width: 991px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 990px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text {
            padding: 25px;
        }
    }

    @media screen and (min-width: 991px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 990px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h3, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h3, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h3 {
            font-size: 25px;
            margin-bottom: 18px;
        }
    }

    @media screen and (min-width: 991px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 990px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text h4, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text h4, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text h4 {
            margin-bottom: 9px;
        }
    }

    @media screen and (min-width: 991px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (min-width: 650px) and (max-width: 990px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    @media screen and (max-width: 410px) {
        #page-content #projects .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #projects-filters .masonry-items.four-columns .one-item .content .text a.btn.small, #page-content #masonry-filters .masonry-items.four-columns .one-item .content .text a.btn.small {
            height: 35px;
            border-radius: 35px;
            line-height: 33px;
        }
    }

    #page-content .section-text h3 {
        margin-bottom: 25px;
    }

    #page-content .section-text a.btn-pro {
        color: #61396f;
    }

    #page-content .section-text.half .col-md-6 {
        padding-left: 0;
    }

    @media screen and (max-width: 991px) {
        #page-content .section-text.half .col-md-6 {
            padding-left: 15px;
        }
    }

    #page-content #news.text {
        padding: 50px 40px;
    }

    #page-content #news .single-news {
        padding: 0 25px;
    }

    @media screen and (max-width: 991px) {
        #page-content #news .single-news {
            margin-bottom: 50px;
        }
    }

    #page-content #news .single-news article {
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
        background-color: white;
        border-radius: 2px;
        overflow: hidden;
        transition: all .4s ease;
    }

        #page-content #news .single-news article img {
            max-width: 100%;
            display: block;
        }

        #page-content #news .single-news article .content {
            padding: 36px;
            position: relative;
        }

        #page-content #news .single-news article span {
            transition: opacity .4s ease;
        }

            #page-content #news .single-news article span.category {
                color: #61396f;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 26px;
                letter-spacing: 0;
                margin-bottom: 9px;
                display: inline-block;
                margin-right: 9px;
            }

            #page-content #news .single-news article span.date {
                color: #888B8D;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 26px;
                letter-spacing: 0;
                display: inline-block;
                margin-right: 9px;
                font-weight: 300;
            }

            #page-content #news .single-news article span.read {
                position: absolute;
                top: -20px;
                right: -40px;
                background-color: #61396f;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                text-align: center;
                box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
                transition: right .3s ease;
            }

                #page-content #news .single-news article span.read i {
                    line-height: 40px;
                    color: white;
                }

        #page-content #news .single-news article h3 {
            font-weight: 400;
            font-size: 24px;
            line-height: 34px;
            margin: 0px 0 9px 0;
            color: #4e495c;
            transition: opacity .4s ease;
        }

    @media screen and (min-width: 991px) and (max-width: 1250px) {
        #page-content #news .single-news article h3 {
            min-height: 60px;
        }
    }

    #page-content #news .single-news article p {
        transition: color .4s ease;
        margin-bottom: 0;
        color: #888B8D;
    }

    #page-content #news .single-news article a.link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #page-content #news .single-news:hover article {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
        transition: all .4s ease;
    }

        #page-content #news .single-news:hover article span.category, #page-content #news .single-news:hover article span.date {
            color: #888B8D;
            transition: color .4s ease;
        }

        #page-content #news .single-news:hover article span.read {
            right: 36px;
            transition: right .3s ease;
        }

        #page-content #news .single-news:hover article h3 {
            color: #61396f;
            transition: color .4s ease;
        }

        #page-content #news .single-news:hover article a.btn-pro {
            opacity: .7;
            transition: all .4s ease;
        }

        #page-content #news .single-news:hover article p {
            color: #4e495c;
            transition: color .4s ease;
        }

    #page-content #news .single-news.horizontal-news article {
        position: relative;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 222px;
    }

    @media screen and (max-width: 991px) {
        #page-content #news .single-news.horizontal-news article {
            display: block;
        }
    }

    #page-content #news .single-news.horizontal-news article .content {
        min-height: 222px;
    }

    #page-content #news .single-news.horizontal-news article span.read {
        top: inherit;
        bottom: -40px;
        left: -20px;
        transition: bottom .3s ease;
    }

    @media screen and (max-width: 991px) {
        #page-content #news .single-news.horizontal-news article span.read {
            bottom: inherit;
            left: inherit;
            top: -20px;
            right: -40px;
            transition: right .3s ease;
        }
    }

    #page-content #news .single-news.horizontal-news article .image {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

    @media screen and (max-width: 991px) {
        #page-content #news .single-news.horizontal-news article .image {
            padding: 35%;
            min-height: 200px;
        }
    }

    #page-content #news .single-news.horizontal-news:hover span.read {
        bottom: 50px;
        left: -20px;
        transition: bottom .3s ease;
    }

    @media screen and (max-width: 991px) {
        #page-content #news .single-news.horizontal-news:hover span.read {
            bottom: inherit;
            left: inherit;
            right: 36px;
            transition: right .3s ease;
        }
    }

    @media screen and (max-width: 991px) {
        #page-content #related-news, #page-content .related-projects {
            margin-right: -50px !important;
            margin-left: -50px !important;
        }
    }

    #page-content #showcase-projects.text {
        /*padding: 50px 40px;*/
        padding: 10px 40px 40px 40px;
    }

    #page-content #showcase-projects.static {
        padding: 50px 50px 0 50px;
    }

    #page-content #showcase-projects .showcase-carousel .owl-stage-outer {
        overflow: inherit;
    }

    #page-content #showcase-projects .showcase-carousel .owl-dots {
        margin-top: 25px;
    }

    #page-content #showcase-projects .showcase {
        margin-left: -25px;
        margin-right: -25px;
    }

    #page-content #showcase-projects .item {
        background-color: white;
        border-radius: 2px;
        transition: all .4s ease;
    }

        #page-content #showcase-projects .item .showcase-project {
            overflow: hidden;
            box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
        }

            #page-content #showcase-projects .item .showcase-project img {
                max-width: 100%;
                display: block;
                border-radius: 2px 2px 0 0;
                position: relative;
            }

                #page-content #showcase-projects .item .showcase-project img:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: black;
                }

            #page-content #showcase-projects .item .showcase-project .content {
                padding: 36px;
                position: relative;
            }

            #page-content #showcase-projects .item .showcase-project span {
                transition: opacity .4s ease;
            }

                #page-content #showcase-projects .item .showcase-project span.read {
                    position: absolute;
                    top: -20px;
                    right: -40px;
                    background-color: #61396f;
                    border-radius: 50%;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
                    transition: right .3s ease;
                }

                    #page-content #showcase-projects .item .showcase-project span.read i {
                        line-height: 40px;
                        color: white;
                    }

            #page-content #showcase-projects .item .showcase-project a.link {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

        #page-content #showcase-projects .item:hover {
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
            transition: all .4s ease;
            margin-top: -10px;
        }

            #page-content #showcase-projects .item:hover .showcase-project {
                z-index: 4;
            }

                #page-content #showcase-projects .item:hover .showcase-project span.read {
                    right: 36px;
                    transition: right .3s ease;
                }

                #page-content #showcase-projects .item:hover .showcase-project h6 {
                    color: #61396f !important;
                    transition: color .4s ease;
                }

                #page-content #showcase-projects .item:hover .showcase-project a.btn-pro {
                    opacity: .7;
                    transition: all .4s ease;
                }

        #page-content #showcase-projects .item.col-md-6, #page-content #showcase-projects .item.col-md-4 {
            background-color: transparent;
            border-radius: 0px;
            transition: all .4s ease;
            padding: 0 25px;
        }

            #page-content #showcase-projects .item.col-md-6 .showcase-project, #page-content #showcase-projects .item.col-md-4 .showcase-project {
                background-color: white;
                border-radius: 2px;
                transition: all .4s ease;
                margin-bottom: 50px;
            }

            #page-content #showcase-projects .item.col-md-6:hover, #page-content #showcase-projects .item.col-md-4:hover {
                box-shadow: none;
                transition: all .4s ease;
                margin-top: 0px;
            }

                #page-content #showcase-projects .item.col-md-6:hover .showcase-project, #page-content #showcase-projects .item.col-md-4:hover .showcase-project {
                    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
                    transition: all .4s ease;
                }

    #page-content #team .row {
        margin-left: -25px;
        margin-right: -25px;
    }

    #page-content #team .single-person {
        border-radius: 2px;
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }

    @media screen and (max-width: 991px) {
        #page-content #team .single-person {
            margin-bottom: 50px;
        }

            #page-content #team .single-person:last-of-type {
                margin-bottom: 0px;
            }
    }

    #page-content #team .single-person img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 2px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
        transition: all .4s ease;
    }

    #page-content #team .single-person .content {
        position: absolute;
        top: 0;
        left: 25px;
        right: 25px;
        bottom: 0;
        background: rgba(34, 34, 34, 0.85);
        opacity: 0;
        padding: 36px;
        border-radius: 2px;
        transition: opacity .4s ease;
    }

        #page-content #team .single-person .content .description {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            left: 0;
            right: 0;
        }

            #page-content #team .single-person .content .description h5 {
                font-size: 38px;
                line-height: 48px;
                color: #d1d2d3;
                -webkit-transform: translate(0px, -25px);
                -ms-transform: translate(0px, -25px);
                transform: translate(0px, -25px);
                transition: all .3s ease-out;
            }

            #page-content #team .single-person .content .description h6 {
                color: white;
                text-transform: uppercase;
                position: relative;
                letter-spacing: 0;
                font-size: 16px;
                line-height: 32px;
                font-weight: 100;
                -webkit-transform: translate(0px, 25px);
                -ms-transform: translate(0px, 25px);
                transform: translate(0px, 25px);
                transition: all .3s ease-out;
            }

        #page-content #team .single-person .content ul.social {
            position: absolute;
            bottom: 36px;
            text-align: center;
            left: 0;
            right: 0;
        }

            #page-content #team .single-person .content ul.social li {
                display: inline-block;
            }

                #page-content #team .single-person .content ul.social li a {
                    background-color: #61396f;
                    border-radius: 50%;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    color: white;
                    display: block;
                    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
                    margin: 0 9px;
                    transition: all .4s ease;
                }

    @media screen and (min-width: 991px) and (max-width: 1199px) {
        #page-content #team .single-person .content ul.social li a {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
    }

    #page-content #team .single-person .content ul.social li:hover a {
        background-color: #F6F6F6;
        color: #4e495c;
        transition: all .4s ease;
    }

    #page-content #team .single-person:hover img {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
        transition: all .4s ease;
    }

    #page-content #team .single-person:hover .content {
        opacity: 1;
        transition: opacity .4s ease;
    }

        #page-content #team .single-person:hover .content h5, #page-content #team .single-person:hover .content h6 {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            transition: all .3s ease;
        }

    /*-------------------------------------------------*/
    /* =  7.Blog Page
/*-------------------------------------------------*/
    #news.text {
        padding: 50px 15px 50px 50px !important;
    }

    @media screen and (max-width: 991px) {
        #news.text {
            padding: 0px 25px 0px 25px !important;
        }
    }

    #news.text.related-news {
        padding: 50px 25px !important;
    }

    #news.page {
        padding: 25px;
    }

    #news .news-items .one-item {
        width: 50%;
        overflow: hidden;
        z-index: 1;
        padding: 0 !important;
    }

    @media screen and (max-width: 991px) {
        #news .news-items .one-item {
            margin-bottom: 0 !important;
        }
    }

    #news .news-items .one-item article {
        margin: 25px;
    }

    @media screen and (max-width: 767px) {
        #news .news-items .one-item {
            width: 100%;
        }
    }

    #news .news-items.one-columns .one-item {
        width: 100%;
    }

    #news .news-items.three-columns .one-item {
        width: 33.33333333%;
        width: calc(33.33333333%);
    }

    @media screen and (max-width: 991px) {
        #news .news-items.three-columns .one-item {
            width: 50%;
            width: calc(50%);
        }
    }

    @media screen and (max-width: 767px) {
        #news .news-items.three-columns .one-item {
            width: 100%;
        }
    }

    #news .news-items.four-columns .one-item {
        width: 25%;
    }

    @media screen and (max-width: 1199px) {
        #news .news-items.four-columns .one-item {
            width: 33.33333333%;
        }
    }

    @media screen and (max-width: 991px) {
        #news .news-items.four-columns .one-item {
            width: 50%;
        }
    }

    @media screen and (max-width: 767px) {
        #news .news-items.four-columns .one-item {
            width: 100%;
        }
    }

    aside.sidebar .widget-wrapper {
        margin-bottom: 50px;
    }

    @media screen and (max-width: 991px) {
        aside.sidebar .widget-wrapper:last-child {
            margin-bottom: 0;
        }
    }

    aside.sidebar form {
        width: 100%;
    }

        aside.sidebar form .form-input {
            width: 100%;
            position: relative;
        }

            aside.sidebar form .form-input input {
                width: 100%;
                border: none;
                border-radius: 2px;
                outline: inherit;
                padding: 9px 50px 9px 9px;
                font-family: "Poppins", sans-serif;
                font-size: 14px;
            }

    @media screen and (max-width: 991px) {
        aside.sidebar form .form-input input {
            width: 100%;
        }
    }

    aside.sidebar form .form-input input:focus {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    aside.sidebar form .form-input ::-webkit-input-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    aside.sidebar form .form-input :-moz-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    aside.sidebar form .form-input ::-moz-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    aside.sidebar form .form-input :-ms-input-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    aside.sidebar form .form-input span.form-button {
        position: absolute;
        width: 41px;
        height: 41px;
        right: 0;
        top: 0px;
        font-size: 20px;
        line-height: 41px;
        color: white;
        border-radius: 0 2px 2px 0;
        background-color: #61396f;
        text-align: center;
    }

    aside.sidebar ul.recent-posts li {
        margin-bottom: 18px;
    }

        aside.sidebar ul.recent-posts li:last-child {
            margin-bottom: 0;
        }

        aside.sidebar ul.recent-posts li a p {
            margin-bottom: 0 !important;
            font-size: 16px;
            line-height: 26px;
            transition: color .4s ease;
            color: #4e495c;
            letter-spacing: 0.5px;
            margin: 6px 0 !important;
        }

        aside.sidebar ul.recent-posts li a:hover p {
            color: #61396f;
            transition: color .4s ease;
        }

        aside.sidebar ul.recent-posts li a:hover .meta, aside.sidebar ul.recent-posts li a:hover .category {
            color: #888B8D;
        }

        aside.sidebar ul.recent-posts li .meta, aside.sidebar ul.recent-posts li .category {
            color: #888B8D;
            font-family: #888B8D;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 0;
            font-weight: 300;
            margin-right: 9px;
        }

        aside.sidebar ul.recent-posts li .category {
            color: #61396f;
            font-weight: 400;
        }

    aside.sidebar ul.widget-categories li a {
        color: #888B8D;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 34px;
        letter-spacing: 0;
        margin-bottom: 9px;
        font-weight: 300;
    }

        aside.sidebar ul.widget-categories li a:hover {
            color: #61396f;
        }

    aside.sidebar ul.tagCloud li {
        display: inline-block;
        margin: 9px 9px 9px 0;
    }

        aside.sidebar ul.tagCloud li a {
            color: #888B8D;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 24px;
            margin: 9px 0;
            border: 1px solid #d1d2d3;
            padding: 6px;
            border-radius: 2px;
            font-weight: 300;
        }

            aside.sidebar ul.tagCloud li a.popular {
                color: #61396f;
                letter-spacing: 0.5px;
                border-color: #61396f;
                box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            }

            aside.sidebar ul.tagCloud li a:hover {
                color: #61396f;
            }

    aside.sidebar h5 {
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 32px;
        font-weight: 100;
        color: #4e495c;
        margin-bottom: 18px;
    }

    aside.left {
        text-align: right;
        padding: 0;
    }

    @media screen and (max-width: 991px) {
        aside.left {
            text-align: left;
        }
    }

    aside.left ul.tagCloud li a {
        margin-left: 26px;
        margin-right: 0;
    }

    @media screen and (max-width: 991px) {
        aside.left ul.tagCloud li a {
            margin-left: 0;
            margin-right: 26px;
        }
    }

    aside.left .widget-wrapper {
        margin-bottom: 50px;
    }

    aside.left form {
        width: 100%;
    }

        aside.left form .form-input {
            width: 100%;
            position: relative;
        }

            aside.left form .form-input input {
                width: 80%;
            }

    @media screen and (max-width: 991px) {
        aside.left form .form-input input {
            width: 100%;
        }
    }

    aside.left form .form-input span.form-button {
        width: auto;
    }

    /*-------------------------------------------------*/
    /* =  8.Navigation
/*-------------------------------------------------*/
    #nav {
        padding: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #nav span {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
            text-rendering: geometricPrecision;
        }

    @media screen and (max-width: 480px) {
        #nav span {
            display: none;
        }
    }

    #nav .nav-right {
        text-align: right;
    }

        #nav .nav-right i {
            margin-left: 10px;
        }

    @media screen and (max-width: 480px) {
        #nav .nav-right i {
            margin-left: 0;
        }
    }

    #nav .nav-left i {
        margin-right: 10px;
    }

    @media screen and (max-width: 480px) {
        #nav .nav-left i {
            margin-right: 0;
        }
    }

    #nav .nav-left a.btn-alt, #nav .nav-right a.btn-alt {
        line-height: 40px;
    }

    /*-------------------------------------------------*/
    /* =  9.Page
/*-------------------------------------------------*/
    .content-section .text {
        padding: 50px;
    }

    @media screen and (max-width: 991px) {
        .content-section .text.service-responsive-bottom {
            padding: 50px 50px 0 50px;
        }
    }

    @media screen and (max-width: 991px) {
        .content-section .text.service-responsive-top {
            padding: 26px 50px 14px 50px;
        }
    }

    @media screen and (max-width: 480px) {
        .content-section .text.responsive-padding-sm {
            padding: 25px;
        }
    }

    .content-section .text p:last-of-type {
        margin-bottom: 36px;
    }

    .content-section .bg-img {
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: height .4s ease;
    }

    @media screen and (max-width: 767px) {
        .content-section .bg-img {
            max-height: 375px;
        }
    }

    .content-section .bg-img.fullpage-wrap {
        padding: 0 50px;
    }

    @media screen and (max-width: 767px) {
        .content-section .bg-img.responsive {
            max-height: none;
        }
    }

    .content-section .bg-img.overlay {
        position: relative;
        overflow: hidden;
    }

        .content-section .bg-img.overlay .text {
            z-index: 3;
            position: relative;
        }

        .content-section .bg-img.overlay:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: rgba(34, 34, 34, 0.6);
        }

        .content-section .bg-img.overlay.transparent:after {
            background: rgba(34, 34, 34, 0);
        }

    @media screen and (max-width: 1199px) {
        .content-section .bg-img.overlay.transparent:after {
            background: rgba(255, 255, 255, 0.85);
        }
    }

    .content-section .bg-img.static-height {
        height: 600px;
    }

    @media screen and (max-width: 767px) {
        .content-section .bg-img.responsive {
            max-height: none;
        }
    }

    @media screen and (max-width: 991px) {
        .content-section .bg-img.responsive .col-md-4:first-child .text {
            padding: 60px 15px 30px 15px;
        }
    }

    @media screen and (max-width: 991px) {
        .content-section .bg-img.responsive .col-md-4:last-child .text {
            padding: 30px 15px 60px 15px;
        }
    }

    .content-section ul.services li {
        display: table;
        margin-bottom: 54px;
        width: 100%;
    }

        .content-section ul.services li.fixed-height {
            min-height: 106px;
        }

    @media screen and (max-width: 1500px) {
        .content-section ul.services li.fixed-height {
            min-height: 130px;
        }
    }

    @media screen and (max-width: 1199px) {
        .content-section ul.services li.fixed-height {
            min-height: 154px;
        }
    }

    @media screen and (max-width: 991px) {
        .content-section ul.services li.fixed-height {
            min-height: inherit;
        }
    }

    .content-section ul.services li:last-child {
        margin-bottom: 0;
    }

    .content-section ul.services li em {
        font-size: 36px;
        line-height: 40px;
        font-family: "Poppins", sans-serif;
    }

    .content-section ul.services li .icon {
        text-align: center;
        display: inline-block;
        width: 50px;
        height: 50px;
        float: left;
        color: white;
        background-color: #61396f;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

        .content-section ul.services li .icon i {
            font-size: 22px;
            line-height: 50px;
        }

    .content-section ul.services li .icon-text {
        display: inline-block;
        line-height: 50px;
        float: left;
    }

    @media screen and (min-width: 991px) and (max-width: 1250px) {
        .content-section ul.services li .icon-text {
            padding-left: 15px;
        }
    }

    @media screen and (max-width: 650px) {
        .content-section ul.services li .icon-text {
            padding-left: 15px;
        }
    }

    .content-section ul.services li .icon-text p {
        transition: all .4s ease;
    }

        .content-section ul.services li .icon-text p:last-of-type {
            margin-bottom: 0;
        }

    .content-section ul.services li:hover {
        cursor: help;
    }

        .content-section ul.services li:hover .icon {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            transition: -webkit-transform .4s ease;
            transition: transform .4s ease;
            transition: transform .4s ease, -webkit-transform .4s ease;
        }

        .content-section ul.services li:hover .icon-text p {
            color: #61396f;
            transition: color .4s ease;
        }

    @media screen and (max-width: 600px) {
        .content-section ul.services li .col-xs-2 {
            width: 20%;
        }
    }

    @media screen and (max-width: 480px) {
        .content-section ul.services li .col-xs-2 {
            width: 25%;
        }
    }

    @media screen and (max-width: 410px) {
        .content-section ul.services li .col-xs-2 {
            width: 30%;
        }
    }

    @media screen and (max-width: 360px) {
        .content-section ul.services li .col-xs-2 {
            width: 35%;
        }
    }

    @media screen and (max-width: 600px) {
        .content-section ul.services li .col-xs-10 {
            width: 80%;
        }
    }

    @media screen and (max-width: 480px) {
        .content-section ul.services li .col-xs-10 {
            width: 75%;
        }
    }

    @media screen and (max-width: 410px) {
        .content-section ul.services li .col-xs-10 {
            width: 70%;
        }
    }

    @media screen and (max-width: 360px) {
        .content-section ul.services li .col-xs-10 {
            width: 65%;
        }
    }

    .content-section .partners .partner {
        position: relative;
    }

        .content-section .partners .partner:before {
            opacity: 0;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.1);
            width: 100%;
            height: 100%;
            transition: opacity .4s ease;
        }

        .content-section .partners .partner:hover:before {
            opacity: 1;
            transition: opacity .4s ease;
        }

    .content-section .circle-counters {
        padding: 60px;
        text-align: center;
    }

        .content-section .circle-counters .counter {
            height: 260px;
            width: 260px;
            display: block;
            margin: 0 auto;
            color: white;
            position: relative;
            border: 1px solid white;
            border-radius: 50%;
        }

            .content-section .circle-counters .counter:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 1px;
                border-radius: 50%;
                background-color: white;
            }

            .content-section .circle-counters .counter span {
                font-size: 80px;
            }

    .content-post ul {
        list-style: disc;
        padding-left: 28px;
        font-family: "Roboto", sans-serif;
        color: #888B8D;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        font-weight: 100;
        margin: 25px 0 25px 15px;
        margin-left: -29px;
        margin-bottom: 60px;
    }

    /*-------------------------------------------------*/
    /* =  10.Post
/*-------------------------------------------------*/
    @media screen and (max-width: 991px) {
        #post-wrap {
            padding: 0 50px;
        }
    }

    #post-wrap h2:not(.title) {
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        margin: 0px 0 9px 0;
        color: #4e495c;
    }

    #post-wrap span.category {
        color: #61396f;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        margin-bottom: 9px;
        display: inline-block;
        margin-right: 9px;
    }

    #post-wrap span.date {
        color: #888B8D;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        display: inline-block;
        margin-right: 9px;
        font-weight: 300;
    }

    #post-wrap ul.post {
        list-style: none;
    }

        #post-wrap ul.post li {
            position: relative;
            padding-left: 26px;
            margin: 9px 0;
            color: #333 !important;
            font-size: 17px;
        }

            #post-wrap ul.post li:before {
                position: absolute;
                content: "\f383";
                font-family: "Ionicons";
                color: #61396f;
                left: 0;
                top: 0;
            }

    #post-wrap #post-meta, #post-wrap #project-meta {
        border-top: 1px solid #d1d2d3;
        border-bottom: 1px solid #d1d2d3;
        padding: 36px 0;
        margin: 50px 0;
    }

        #post-wrap #post-meta.project, #post-wrap #project-meta.project {
            border: none;
            padding: 0;
            margin: 0;
        }

            #post-wrap #post-meta.project ul.tagCloud li a, #post-wrap #project-meta.project ul.tagCloud li a {
                color: white;
                background-color: #61396f;
            }

        #post-wrap #post-meta span, #post-wrap #project-meta span {
            margin-right: 18px;
        }

            #post-wrap #post-meta span em, #post-wrap #project-meta span em {
                color: #888B8D;
                font-weight: 300;
            }

        #post-wrap #post-meta ul.tagCloud, #post-wrap #project-meta ul.tagCloud {
            margin: 0 0 9px 0;
            padding-left: 0;
        }

            #post-wrap #post-meta ul.tagCloud li, #post-wrap #project-meta ul.tagCloud li {
                display: inline-block;
                margin: 9px 9px 9px 0;
            }

                #post-wrap #post-meta ul.tagCloud li a, #post-wrap #project-meta ul.tagCloud li a {
                    color: #61396f;
                    font-family: "Roboto", sans-serif;
                    font-size: 14px;
                    line-height: 24px;
                    margin: 9px 0;
                    border: 1px solid #61396f;
                    padding: 6px;
                    border-radius: 2px;
                    font-weight: 300;
                    transition: box-shadow .4s ease;
                }

                    #post-wrap #post-meta ul.tagCloud li a:hover, #post-wrap #project-meta ul.tagCloud li a:hover {
                        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                        transition: box-shadow .4s ease;
                    }

    #post-wrap #share {
        position: fixed;
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        position: fixed;
        left: 50%;
        margin-left: 650px;
        right: 50px;
        bottom: 250px;
        z-index: 5;
        width: 60px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    @media screen and (max-width: 1500px) {
        #post-wrap #share {
            max-width: 100%;
            margin: 0;
            left: inherit;
            right: 30px;
            margin-left: 0;
            width: 60px;
            bottom: 30px;
        }
    }

    #post-wrap #share .share-btn {
        display: block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: white;
        text-align: center;
        box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
        z-index: 1;
        position: relative;
    }

        #post-wrap #share .share-btn i {
            font-size: 24px;
            line-height: 60px;
            color: #4e495c;
        }

    #post-wrap #share .share-icons {
        top: 60px;
        width: 100%;
        z-index: 4;
        max-width: 100%;
        position: absolute;
        top: 60px;
        margin: 0 auto;
        z-index: 0;
    }

        #post-wrap #share .share-icons.open a.share-google {
            bottom: auto;
            top: 10px;
            background-color: #df4d34;
            transition: top .25s ease-in-out;
        }

    @media screen and (max-width: 1500px) {
        #post-wrap #share .share-icons.open a.share-google {
            top: -110px;
        }
    }

    #post-wrap #share .share-icons.open a.share-twitter {
        bottom: auto;
        top: 60px;
        background-color: #46a6f2;
        transition: top .25s ease-in-out;
    }

    @media screen and (max-width: 1500px) {
        #post-wrap #share .share-icons.open a.share-twitter {
            top: -160px;
        }
    }

    #post-wrap #share .share-icons.open a.share-linkedin {
        bottom: auto;
        top: 110px;
        background-color: #0080c1;
        transition: top .25s ease-in-out;
    }

    @media screen and (max-width: 1500px) {
        #post-wrap #share .share-icons.open a.share-linkedin {
            top: -210px;
        }
    }

    #post-wrap #share .share-icons.open a.share-mail {
        bottom: auto;
        top: 160px;
        background-color: #4e495c;
        transition: top .25s ease-in-out;
    }

    @media screen and (max-width: 1500px) {
        #post-wrap #share .share-icons.open a.share-mail {
            top: -260px;
        }
    }

    #post-wrap #share .share-icons a {
        color: #fff;
        font-size: 16px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: auto;
        width: 40px;
        border-radius: 20px;
        text-align: center;
    }

        #post-wrap #share .share-icons a i {
            font-size: 16px;
            line-height: 40px;
        }

        #post-wrap #share .share-icons a.share-google {
            transition: top .25s ease-in-out;
            top: -55px;
            background-color: #df4d34;
        }

        #post-wrap #share .share-icons a.share-twitter {
            transition: top .25s ease-in-out;
            top: -55px;
            background-color: #46a6f2;
        }

        #post-wrap #share .share-icons a.share-linkedin {
            transition: top .25s ease-in-out;
            top: -55px;
            background-color: #0080c1;
        }

        #post-wrap #share .share-icons a.share-mail {
            transition: top .25s ease-in-out;
            top: -55px;
            background-color: #4e495c;
        }

    #post-wrap .post-gallery .owl-item {
        transition: opacity .8s ease;
    }

        #post-wrap .post-gallery .owl-item:not(.center) {
            opacity: .2;
            transition: opacity .8s ease;
        }

    #post-wrap .post-gallery .owl-controls {
        top: 18px;
    }

    @media screen and (max-width: 480px) {
        #comments .nav-tabs > li > a {
            padding: 0 10px;
        }
    }

    @media screen and (max-width: 380px) {
        #comments .nav-tabs > li > a {
            padding: 0 4px;
            letter-spacing: 0;
        }
    }

    #comments .comment {
        margin-bottom: 50px;
    }

        #comments .comment:last-child {
            margin-bottom: 0;
        }

        #comments .comment img {
            display: block;
            max-width: 100%;
            height: auto;
            border-radius: 50%;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        }

        #comments .comment h3 {
            font-family: "Poppins", sans-serif;
            color: #4e495c;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px;
            margin: 0 0 18px 0;
        }

            #comments .comment h3 span {
                display: inline-block;
                padding-right: 26px;
                line-height: 30px;
            }

                #comments .comment h3 span.comment-date {
                    color: #888B8D;
                    font-weight: 300;
                }

                #comments .comment h3 span.comment-btn a {
                    position: relative;
                    display: block;
                    line-height: 30px;
                    font-size: 20px;
                    font-style: normal;
                }

                    #comments .comment h3 span.comment-btn a:before {
                        position: absolute;
                        font-family: 'Material Icons';
                        content: "\E163";
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                        transition: -webkit-transform .4s ease;
                        transition: transform .4s ease;
                        transition: transform .4s ease, -webkit-transform .4s ease;
                    }

                    #comments .comment h3 span.comment-btn a:hover:before {
                        -webkit-transform: rotate(-25deg);
                        -ms-transform: rotate(-25deg);
                        transform: rotate(-25deg);
                        transition: -webkit-transform .4s ease;
                        transition: transform .4s ease;
                        transition: transform .4s ease, -webkit-transform .4s ease;
                    }

        #comments .comment p:last-of-type {
            margin-bottom: 0;
        }

        #comments .comment a {
            font-size: 14px;
            line-height: 22px;
            font-family: "Trirong", serif;
            letter-spacing: 1px;
            font-style: italic;
            color: #61396f;
        }

    /*-------------------------------------------------*/
    /* =  11.Project
/*-------------------------------------------------*/
    .project-images img, .team-profiles img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 50px;
        opacity: 1;
        transition-duration: 300ms;
    }

        .project-images img:hover, .team-profiles img:hover {
            opacity: .8;
            transition-duration: 700ms;
        }

    .project-images a:last-child img, .team-profiles a:last-child img {
        margin-bottom: 0;
    }

    .project-images.grid, .team-profiles.grid {
        position: relative;
        overflow: hidden;
    }

        .project-images.grid .image, .team-profiles.grid .image {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 50%;
            position: relative;
        }

            .project-images.grid .image span.content, .team-profiles.grid .image span.content {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 50px;
                transition-duration: 300ms;
            }

    @media screen and (min-width: 767px) and (max-width: 991px) {
        .project-images.grid .image span.content, .team-profiles.grid .image span.content {
            padding: 30px;
        }
    }

    @media screen and (max-width: 480px) {
        .project-images.grid .image span.content, .team-profiles.grid .image span.content {
            padding: 30px;
        }
    }

    @media screen and (max-width: 360px) {
        .project-images.grid .image span.content, .team-profiles.grid .image span.content {
            padding: 25px;
        }
    }

    .project-images.grid .image span.content span.title, .team-profiles.grid .image span.content span.title {
        display: block;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        line-height: 22px;
        color: white;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    @media screen and (max-width: 360px) {
        .project-images.grid .image span.content span.title, .team-profiles.grid .image span.content span.title {
            line-height: 18px;
        }
    }

    .project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
        display: block;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: white;
        font-size: 35px;
    }

    @media screen and (min-width: 767px) and (max-width: 991px) {
        .project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
            font-size: 25px;
        }
    }

    @media screen and (max-width: 480px) {
        .project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
            font-size: 25px;
        }
    }

    .project-images .item, .team-profiles .item {
        position: relative;
        height: 500px;
    }

        .project-images .item .image, .team-profiles .item .image {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 100%;
            position: relative;
        }

        .project-images .item .content, .team-profiles .item .content {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 3;
            opacity: 0;
            transition: opacity .4s ease;
            background: rgba(34, 34, 34, 0.85);
        }

            .project-images .item .content .text, .team-profiles .item .content .text {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center;
                padding: 50px;
                opacity: 0;
            }

    @media screen and (max-width: 480px) {
        .project-images .item .content .text, .team-profiles .item .content .text {
            padding: 25px;
        }
    }

    .project-images .item .content .text h5, .team-profiles .item .content .text h5 {
        font-size: 38px;
        line-height: 48px;
        color: #d1d2d3;
        -webkit-transform: translate(0px, -25px);
        -ms-transform: translate(0px, -25px);
        transform: translate(0px, -25px);
        transition: all .3s ease-out;
    }

    .project-images .item .content .text h6, .team-profiles .item .content .text h6 {
        color: white;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 32px;
        font-weight: 100;
        -webkit-transform: translate(0px, 25px);
        -ms-transform: translate(0px, 25px);
        transform: translate(0px, 25px);
        transition: all .3s ease-out;
    }

    .project-images .item .content .social, .team-profiles .item .content .social {
        position: absolute;
        bottom: 36px;
        text-align: center;
        left: 0;
        right: 0;
    }

        .project-images .item .content .social ul, .team-profiles .item .content .social ul {
            -webkit-transform: translate(0px, 10px);
            -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
        }

            .project-images .item .content .social ul li, .team-profiles .item .content .social ul li {
                display: inline-block;
            }

                .project-images .item .content .social ul li a, .team-profiles .item .content .social ul li a {
                    background-color: #61396f;
                    border-radius: 50%;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    color: white;
                    display: block;
                    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
                    margin: 0 9px;
                    transition: all .4s ease;
                }

                .project-images .item .content .social ul li:hover a, .team-profiles .item .content .social ul li:hover a {
                    background-color: #F6F6F6;
                    color: #4e495c;
                    transition: all .4s ease;
                }

    .project-images .item:hover .content, .team-profiles .item:hover .content {
        opacity: 1;
        transition: opacity .4s ease;
    }

        .project-images .item:hover .content .text, .team-profiles .item:hover .content .text {
            opacity: 1;
            transition: opacity .4s ease;
        }

        .project-images .item:hover .content h5, .project-images .item:hover .content h6, .team-profiles .item:hover .content h5, .team-profiles .item:hover .content h6 {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            transition: all .3s ease;
        }

    .project-images .col-lg-1, .project-images .col-lg-10, .project-images .col-lg-11, .project-images .col-lg-12, .project-images .col-lg-2, .project-images .col-lg-3, .project-images .col-lg-4, .project-images .col-lg-5, .project-images .col-lg-6, .project-images .col-lg-7, .project-images .col-lg-8, .project-images .col-lg-9, .project-images .col-md-1, .project-images .col-md-10, .project-images .col-md-11, .project-images .col-md-12, .project-images .col-md-2, .project-images .col-md-3, .project-images .col-md-4, .project-images .col-md-5, .project-images .col-md-6, .project-images .col-md-7, .project-images .col-md-8, .project-images .col-md-9, .project-images .col-sm-1, .project-images .col-sm-10, .project-images .col-sm-11, .project-images .col-sm-12, .project-images .col-sm-2, .project-images .col-sm-3, .project-images .col-sm-4, .project-images .col-sm-5, .project-images .col-sm-6, .project-images .col-sm-7, .project-images .col-sm-8, .project-images .col-sm-9, .project-images .col-xs-1, .project-images .col-xs-10, .project-images .col-xs-11, .project-images .col-xs-12, .project-images .col-xs-2, .project-images .col-xs-3, .project-images .col-xs-4, .project-images .col-xs-5, .project-images .col-xs-6, .project-images .col-xs-7, .project-images .col-xs-8, .project-images .col-xs-9 {
        overflow: hidden;
    }

    .project-images .image {
        transition-duration: 300ms;
        position: relative;
    }

        .project-images .image:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            background: rgba(34, 34, 34, 0.6);
            transition: opacity .4s ease;
        }

        .project-images .image:hover {
            -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
            transition-duration: 700ms;
        }

            .project-images .image:hover:before {
                opacity: 1;
                transition: opacity .4s ease;
            }

            .project-images .image:hover span.content {
                -webkit-transform: scale3d(0.88, 0.88, 0.88);
                transform: scale3d(0.88, 0.88, 0.88);
                transition-duration: 700ms;
            }

    .project-alt {
        padding: 50px 50px 50px 30px;
    }

    @media screen and (max-width: 991px) {
        .project-alt {
            padding: 50px;
        }
        .slider-text-area {
            max-width: 90%!important;
        }
        #home-wrap h3 {
            font-size: 20px;
            display: inline-flex;
            min-width: auto;
            margin-right: auto;
            margin-top: 0px !important;
            line-height: 30px !important;
        }
    }

    .project-alt ul li {
        display: inline-block;
        margin-right: 16px;
    }

        .project-alt ul li a {
            font-family: "Roboto", sans-serif;
            color: #d1d2d3;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 1px;
            margin-bottom: 16px;
            font-weight: 300;
        }

            .project-alt ul li a:hover {
                color: #61396f;
            }

    /*-------------------------------------------------*/
    /* =  12.Contact Form
/*-------------------------------------------------*/
    #contact-form .form-field, #search-form .form-field {
        outline: inherit;
        border: none;
        border-radius: 2px;
        width: 100%;
        margin-bottom: 25px;
        padding: 9px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 14px;
        background-color: #F6F6F6;
        color: #4e495c;
        font-weight: 400;
    }

        #contact-form .form-field:focus, #search-form .form-field:focus {
            box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
        }

        #contact-form .form-field.big, #search-form .form-field.big {
            font-size: 40px;
            font-family: "Poppins", sans-serif;
            letter-spacing: 1px;
            padding-right: 70px;
            line-height: 40px;
        }

    @media screen and (max-width: 767px) {
        #contact-form .form-field.big, #search-form .form-field.big {
            font-size: 35px;
            padding-right: 35px;
        }
    }

    #contact-form textarea.form-field, #search-form textarea.form-field {
        padding: 12px 9px;
    }

    #contact-form ::-webkit-input-placeholder, #search-form ::-webkit-input-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    #contact-form :-moz-placeholder, #search-form :-moz-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    #contact-form ::-moz-placeholder, #search-form ::-moz-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    #contact-form :-ms-input-placeholder, #search-form :-ms-input-placeholder {
        font-family: "Poppins", sans-serif;
        color: #888B8D;
        font-size: 14px;
    }

    #contact-form #submit-contact, #search-form #submit-contact {
        padding: 0;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 2px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        overflow: hidden;
        outline: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
        color: white;
        position: relative;
        margin: 0;
        background-color: transparent;
        transition: all .4s ease;
    }

        #contact-form #submit-contact:hover, #search-form #submit-contact:hover {
            color: #4e495c;
            transition: all .4s ease;
        }

        #contact-form #submit-contact.btn-alt, #search-form #submit-contact.btn-alt {
            height: 40px;
            line-height: 40px;
            text-transform: none;
            font-weight: 400;
            background-color: transparent;
            border: 1px solid #61396f;
            color: #61396f;
            transition: all .4s ease;
            text-transform: uppercase;
            border-radius: 2px;
            padding-right: 30px;
            padding-left: 30px;
            text-align: center;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: "Roboto", sans-serif;
            display: inline-block;
            overflow: hidden;
            outline: none;
        }

            #contact-form #submit-contact.btn-alt:hover, #search-form #submit-contact.btn-alt:hover {
                background-color: #61396f;
                color: white;
                transition: all .4s ease;
            }

            #contact-form #submit-contact.btn-alt.shadow, #search-form #submit-contact.btn-alt.shadow {
                box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
            }

            #contact-form #submit-contact.btn-alt.white, #search-form #submit-contact.btn-alt.white {
                border: 1px solid white;
            }

                #contact-form #submit-contact.btn-alt.white:hover, #search-form #submit-contact.btn-alt.white:hover {
                    background-color: white;
                    color: #61396f !important;
                    transition: all .4s ease;
                }

            #contact-form #submit-contact.btn-alt.active, #search-form #submit-contact.btn-alt.active {
                background-color: #61396f;
                color: white;
                transition: all .4s ease;
            }

                #contact-form #submit-contact.btn-alt.active:hover, #search-form #submit-contact.btn-alt.active:hover {
                    background-color: transparent;
                    color: #61396f !important;
                    transition: all .4s ease;
                }

    #contact-form .form-button, #search-form .form-button {
        position: absolute;
        width: auto;
        right: 0;
        top: -2px;
    }

        #contact-form .form-button.big, #search-form .form-button.big {
            top: 7px;
            right: 25px;
        }

            #contact-form .form-button.big i, #search-form .form-button.big i {
                font-size: 60px;
            }

    @media screen and (max-width: 767px) {
        #contact-form .form-button.big i, #search-form .form-button.big i {
            font-size: 35px;
        }
    }

    #contact-form #msg, #search-form #msg {
        margin-top: 36px;
        color: #f54337;
    }

    #contact-form.color ::-webkit-input-placeholder, #search-form.color ::-webkit-input-placeholder {
        color: #61396f;
    }

    #contact-form.color :-moz-placeholder, #search-form.color :-moz-placeholder {
        color: #61396f;
    }

    #contact-form.color ::-moz-placeholder, #search-form.color ::-moz-placeholder {
        color: #61396f;
    }

    #contact-form.color :-ms-input-placeholder, #search-form.color :-ms-input-placeholder {
        color: #61396f;
    }

    #contact-form.black ::-webkit-input-placeholder, #search-form.black ::-webkit-input-placeholder {
        color: #4e495c;
        font-weight: 400;
    }

    #contact-form.black :-moz-placeholder, #search-form.black :-moz-placeholder {
        color: #4e495c;
        font-weight: 400;
    }

    #contact-form.black ::-moz-placeholder, #search-form.black ::-moz-placeholder {
        color: #4e495c;
        font-weight: 400;
    }

    #contact-form.black :-ms-input-placeholder, #search-form.black :-ms-input-placeholder {
        color: #4e495c;
        font-weight: 400;
    }

    #contact-form.big ::-webkit-input-placeholder, #search-form.big ::-webkit-input-placeholder {
        font-size: 40px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1px;
    }

    @media screen and (max-width: 767px) {
        #contact-form.big ::-webkit-input-placeholder, #search-form.big ::-webkit-input-placeholder {
            font-size: 35px;
        }
    }

    #contact-form.big :-moz-placeholder, #search-form.big :-moz-placeholder {
        font-size: 40px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1px;
    }

    @media screen and (max-width: 767px) {
        #contact-form.big :-moz-placeholder, #search-form.big :-moz-placeholder {
            font-size: 35px;
        }
    }

    #contact-form.big ::-moz-placeholder, #search-form.big ::-moz-placeholder {
        font-size: 40px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1px;
    }

    @media screen and (max-width: 767px) {
        #contact-form.big ::-moz-placeholder, #search-form.big ::-moz-placeholder {
            font-size: 35px;
        }
    }

    #contact-form.big :-ms-input-placeholder, #search-form.big :-ms-input-placeholder {
        font-size: 40px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1px;
    }

    @media screen and (max-width: 767px) {
        #contact-form.big :-ms-input-placeholder, #search-form.big :-ms-input-placeholder {
            font-size: 35px;
        }
    }

    span.contact-info {
        font-family: "Poppins", sans-serif;
        color: #4e495c;
        font-size: 16px;
        line-height: 26px;
        margin-right: 18px;
        font-weight: 400;
    }

        span.contact-info a em {
            color: #61396f;
            transition: color .4s ease;
        }

        span.contact-info a:hover em {
            color: #4e495c;
            transition: color .4s ease;
        }

        span.contact-info em {
            color: #333;
            font-weight: 300;
        }

    #search-form {
        position: relative;
    }

        #search-form.big {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 90%;
            width: calc(100% - 100px);
            height: 125px;
            margin: auto;
        }

    @media screen and (max-width: 991px) {
        .contact {
            padding: 0 45px;
        }
    }

    #contact-newsletter .text {
        width: 50%;
        position: relative;
        margin: 0 auto;
    }

    @media screen and (max-width: 991px) {
        #contact-newsletter .text {
            width: auto;
            max-width: 550px;
        }
    }

    @media screen and (max-width: 480px) {
        #contact-newsletter .text {
            width: 100%;
        }
    }

    #contact-newsletter .text p {
        margin-top: 18px;
    }

    #contact-newsletter .form-field {
        outline: inherit;
        border: none;
        border-bottom: 1px solid white;
        width: 80%;
        padding: 18px 50px 18px 30px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 300;
        height: 40px;
        border-radius: 40px;
    }

    @media screen and (max-width: 991px) {
        #contact-newsletter .form-field {
            padding-right: 20%;
        }
    }

    @media screen and (max-width: 480px) {
        #contact-newsletter .form-field {
            padding-right: 33%;
        }
    }

    @media screen and (max-width: 410px) {
        #contact-newsletter .form-field {
            padding: 18px 30px;
            width: 100%;
        }
    }

    #contact-newsletter .form-field:focus {
        border-bottom: 1px solid white;
    }

    #contact-newsletter #submit-newsletter {
        padding: 0;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 2px;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        overflow: hidden;
        outline: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
        color: white;
        position: relative;
        margin: 0;
        background-color: transparent;
        transition: all .4s ease;
        position: absolute;
        right: 50px;
        top: 0;
    }

    @media screen and (max-width: 410px) {
        #contact-newsletter #submit-newsletter {
            position: relative;
            right: 0;
            width: 100%;
            margin-top: 18px;
        }
    }

    #contact-newsletter #submit-newsletter:hover {
        color: #4e495c;
        transition: all .4s ease;
    }

    #contact-newsletter #submit-newsletter.btn-alt {
        height: 40px;
        line-height: 40px;
        text-transform: none;
        font-weight: 600;
        text-rendering: geometricPrecision;
        background-color: transparent;
        border: 1px solid #61396f;
        color: #61396f;
        transition: all .4s ease;
        border-radius: 0px 40px 40px 0px;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: "Roboto", sans-serif;
        display: inline-block;
        overflow: hidden;
        outline: none;
    }

    @media screen and (max-width: 480px) {
        #contact-newsletter #submit-newsletter.btn-alt {
            border-radius: 40px;
        }
    }

    #contact-newsletter #submit-newsletter.btn-alt:hover {
        background-color: #61396f;
        color: white;
        transition: all .4s ease;
    }

    #contact-newsletter #submit-newsletter.btn-alt.white {
        border: 1px solid white;
    }

        #contact-newsletter #submit-newsletter.btn-alt.white:hover {
            background-color: white;
            color: #61396f !important;
            transition: all .4s ease;
        }

    #contact-newsletter #submit-newsletter.btn-alt.color {
        border: 1px solid #61396f;
        color: #61396f;
    }

        #contact-newsletter #submit-newsletter.btn-alt.color.active {
            background-color: #61396f;
            color: white !important;
        }

            #contact-newsletter #submit-newsletter.btn-alt.color.active:hover {
                background-color: white;
                color: #61396f !important;
                border: 1px solid transparent;
                border-left: 1px solid #61396f;
            }

    @media screen and (max-width: 410px) {
        #contact-newsletter #submit-newsletter.btn-alt.color.active:hover {
            background-color: transparent;
            border: 1px solid #61396f;
        }
    }

    /*-------------------------------------------------*/
    /* =  13.Footer
/*-------------------------------------------------*/
    footer, .footer {
        padding: 50px 0;
        background-color: #222;
    }

        footer p {
            padding-top: 20px;
            color: #7c7c7c !important;
            margin-bottom:0;
        }

    @media screen and (max-width: 991px) {
        footer, .footer {
            margin-left: -50px !important;
            margin-right: -50px !important;
            max-width: none !important;
            width: auto !important;
            padding: 50px !important;
        }
    }

    @media screen and (max-width: 991px) {
        footer .col-sm-12, .footer .col-sm-12 {
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 767px) {
        footer .col-sm-3, .footer .col-sm-3 {
            margin-bottom: 30px;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .row.first-section {
            height: auto !important;
        }

        [class~="box-shadow-inset"]:before {
            box-shadow: none;
        }

        .gallery-items {
            margin-top: 90px;
        }

        .purple-text-area-top {
            height: auto !important;
        }

        .vision {
            margin-top: 5px;
            margin-bottom: 45px !important;
        }

        .imageleft img {
            width: 100%;
        }
    }

    footer:not(.fixed), .footer:not(.fixed) {
        margin-left: -50px !important;
        margin-right: -50px !important;
        max-width: none !important;
        width: auto !important;
        padding: 50px !important;
        overflow: hidden;
    }

    footer.fixed, .footer.fixed {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -750px;
        z-index: 100;
        padding-left: 50px;
        padding-right: 50px;
        z-index: 1;
        height: 390px;
    }

        footer.fixed.fullpage, .footer.fixed.fullpage {
            display: none;
        }

    @media screen and (max-width: 1500px) {
        footer.fixed, .footer.fixed {
            max-width: 100%;
            margin: 0;
            left: 0;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 991px) {
        footer.fixed, .footer.fixed {
            height: auto;
            position: relative;
            padding-left: 0;
            padding-right: 0;
        }
    }

    footer .logo, .footer .logo {
        margin-bottom: 18px;
    }

        footer .logo img, .footer .logo img {
            max-height: 30px;
            width: auto;
        }

    #logo img {
        height: 60px;
        margin-top: 10px;
    }

    footer .copy, .footer .copy {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 36px 100px 0 0 !important;
        margin-top: 18px;
        color: #d1d2d3;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
        position: relative;
    }

        footer .copy a, .footer .copy a {
            color: white;
        }

            footer .copy a:hover, .footer .copy a:hover {
                color: #61396f;
            }

            footer .copy a#backtotop, .footer .copy a#backtotop {
                position: absolute;
                right: 0;
                top: 36px;
                padding-right: 15px;
            }

                footer .copy a#backtotop:before, .footer .copy a#backtotop:before {
                    content: "\f366";
                    display: inline-block;
                    font-family: "Ionicons";
                    position: absolute;
                    right: 0;
                }

    footer p, .footer p {
        max-width: 350px;
    }

    @media screen and (max-width: 991px) {
        footer p, .footer p {
            max-width: none;
        }
    }

    footer ul.sitemap li, footer ul.info li, .footer ul.sitemap li, .footer ul.info li {
        color: #d1d2d3;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
    }

        footer ul.sitemap li a, footer ul.info li a, .footer ul.sitemap li a, .footer ul.info li a {
            color: #d1d2d3;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 16px;
            font-weight: 300;
        }

            footer ul.sitemap li a:hover, footer ul.info li a:hover, .footer ul.sitemap li a:hover, .footer ul.info li a:hover {
                color: white;
            }

    footer ul.info li, .footer ul.info li {
        margin-bottom: 10px;
    }

    .footer.section {
        padding-top: 50px !important;
    }

    /*-------------------------------------------------*/
    /* =  14.Elements
/*-------------------------------------------------*/
    @media screen and (max-width: 991px) {
        #counters.padding-md {
            padding: 30px 15px !important;
        }
    }

    #counters .statistic span {
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }

    #counters .statistic p {
        font-weight: 400;
    }

    #counters .statistic i.service.left {
        font-size: 50px;
        line-height: 50px;
    }

    @media screen and (max-width: 767px) {
        #counters .col-sm-6, #counters .col-sm-4 {
            margin-bottom: 50px;
        }

            #counters .col-sm-6:last-of-type, #counters .col-sm-4:last-of-type {
                margin-bottom: 0px;
            }
    }

    #pricing {
        overflow: hidden;
        padding: 50px 50px 90px 50px;
    }

    @media screen and (max-width: 480px) {
        #pricing {
            padding: 50px 20px 90px 20px;
        }
    }

    #pricing .price {
        background-color: white;
        text-align: center;
        padding: 30px;
    }

        #pricing .price.transparent {
            background-color: transparent;
            border: 2px solid white;
        }

        #pricing .price .price-title {
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #4e495c;
            font-family: "Poppins", sans-serif;
            text-transform: uppercase;
        }

        #pricing .price .price-number {
            font-size: 50px;
            line-height: 70px;
            color: #4e495c;
            font-family: "Poppins", sans-serif;
            margin-bottom: 30px;
        }

            #pricing .price .price-number sup {
                font-size: 12px;
                line-height: 12px;
            }

                #pricing .price .price-number sup.up {
                    top: -25px;
                }

        #pricing .price ul li {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 1px;
            font-weight: 300;
            padding: 10px 30px;
        }

        #pricing .price.active {
            box-shadow: 0px 0rem 28px rgba(0, 0, 0, 0.1);
            z-index: 1;
            top: 30px;
        }

    @media screen and (max-width: 767px) {
        #pricing .price.active {
            top: 0px;
        }

        #logo img {
            height: 42px;
        }

       

        .texts .text {
            padding: 0px;
        }

        .gallery-items {
            margin-top: 177px;
        }
    }

    #pricing .price.active.standard {
        top: 0px;
    }

    #pricing .price.active.transparent {
        border: 2px solid transparent;
        background-color: white;
    }

    #pricing .price a.btn-alt {
        margin-top: 30px;
    }

    #pricing .col-md-4:nth-child(1).price {
        margin-right: -15px;
    }

    #pricing .col-md-4:nth-child(3).price {
        margin-left: -15px;
    }

    .mycolors {
        overflow: hidden;
        width: 100%;
        margin-top: 5px;
    }

        .mycolors span.mycolor {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            background-color: #61396f;
        }

    .testimonials-carousel, .testimonials-carousel-simple {
        z-index: 3 !important;
    }

        .testimonials-carousel span.quote, .testimonials-carousel-simple span.quote {
            font-size: 140px;
            line-height: 140px;
            font-family: "Poppins", sans-serif;
            margin-bottom: -60px;
            display: block;
            color: #61396f;
        }

        .testimonials-carousel img, .testimonials-carousel-simple img {
            display: block;
            border-radius: 50%;
            width: 75px !important;
            height: 75px;
            margin: 36px auto;
        }

        .testimonials-carousel blockquote, .testimonials-carousel-simple blockquote {
            color: #888B8D;
            background-color: transparent;
            margin: 0;
            padding: 0;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            line-height: 28px;
        }

        .testimonials-carousel em, .testimonials-carousel-simple em {
            font-size: 20px;
            line-height: 30px;
            color: #888B8D;
            text-decoration: none;
            position: relative;
            display: block;
            margin-bottom: 18px;
        }

            .testimonials-carousel em.small, .testimonials-carousel-simple em.small {
                font-size: 16px;
                line-height: 26px;
                font-family: "Roboto", sans-serif;
                font-weight: 300;
            }

        .testimonials-carousel .owl-controls, .testimonials-carousel-simple .owl-controls {
            margin-bottom: 50px;
        }

        .testimonials-carousel-simple .item {
            margin: 50px 0 0 0;
        }

    @media screen and (max-width: 991px) {
        .testimonials-carousel-simple .item .text {
            padding: 0;
        }
    }

    .testimonials-carousel-simple blockquote {
        color: #4e495c;
        font-family: "Trirong", serif;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        background-color: transparent;
        margin: 0;
        padding-left: 18px;
    }

        .testimonials-carousel-simple blockquote:before {
            content: "“";
            font-family: "Poppins", sans-serif;
            font-size: 180px;
            line-height: 146px;
            position: absolute;
            left: 2px;
            color: white;
            right: 0;
            display: inline-block;
            z-index: -1;
        }

        .testimonials-carousel-simple blockquote.grey-light:before, .testimonials-carousel-simple blockquote.white:before {
            color: #444;
        }

    .testimonials-carousel-simple em.small {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        padding-left: 18px;
        font-weight: 300;
        color: #4e495c;
        margin-bottom: 0;
        display: inline-block;
    }

    .testimonials-carousel-simple span {
        font-family: "Roboto", sans-serif;
        color: #888B8D;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
        font-weight: 300;
        font-style: italic;
    }

    .testimonials-carousel-simple p {
        padding-left: 18px;
    }

        .testimonials-carousel-simple p.bold {
            font-weight: 400;
        }

    .map {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

        .map #map {
            height: 100%;
            width: 100%;
        }

    .services-simple {
        padding: 50px 35px 14px 35px;
    }

        .services-simple .service p {
            margin-bottom: 36px;
        }

    table {
        width: 100%;
        margin: 0 0 25px 0;
        border-collapse: collapse;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        border: 1px solid #A0A2A4 !important;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
    }

        table th {
            background: #61396f;
            color: white;
            text-align: left;
            padding: 15px !important;
            border: 1px solid #A0A2A4;
            font-family: "Poppins", sans-serif;
        }

        table td {
            padding: 15px !important;
            border: 1px solid #A0A2A4;
        }

    .alert {
        text-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        background-image: none;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
    }

        .alert.alert-success {
            border: 2px solid #dff0d8;
            background-color: transparent;
            color: #4e495c;
        }

        .alert.alert-info {
            border: 2px solid #61396f;
            background-color: transparent;
            color: #4e495c;
        }

        .alert.alert-warning {
            border: 2px solid #fcf8e3;
            background-color: transparent;
            color: #4e495c;
        }

        .alert.alert-danger {
            border: 2px solid #f2dede;
            background-color: transparent;
            color: #4e495c;
        }

        .alert .close {
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            font-weight: 100;
            top: -4px;
            color: #4e495c;
            opacity: .8;
        }

            .alert .close:hover {
                opacity: .2;
            }

    #skills {
        margin-left: -25px;
        margin-right: -25px;
    }

        #skills ul.skill-list {
            padding-left: 0;
            padding: 0 25px;
        }

            #skills ul.skill-list em {
                color: #888B8D;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 26px;
                letter-spacing: 0;
                margin-bottom: 9px;
                display: block;
            }

            #skills ul.skill-list li {
                border-bottom: 8px solid #F6F6F6;
                position: relative;
                color: #4e495c;
                font-size: 18px;
                line-height: 20px;
                font-family: "Roboto", sans-serif;
                letter-spacing: 1px;
                list-style: none;
                margin-bottom: 25px;
                border-radius: 8px;
            }

                #skills ul.skill-list li span.border-color {
                    height: 8px;
                    width: 0;
                    position: absolute;
                    background: #61396f;
                    background-color: #61396f;
                    bottom: -8px;
                    left: 0;
                    border-radius: 8px;
                }

                #skills ul.skill-list li span.label {
                    position: absolute;
                    right: 0;
                    top: -32px;
                    padding: 3px 3px 3px 5px;
                    width: 45px;
                    text-align: right;
                }

        #skills.white ul.skill-list li {
            border-bottom: 8px solid rgba(255, 255, 255, 0.2);
        }

            #skills.white ul.skill-list li span.border-color {
                background-color: white;
            }

            #skills.white ul.skill-list li span.label {
                background-color: white;
                color: #61396f;
            }

    .image-carousel .owl-controls {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .image-carousel .owl-controls img {
            transition: all .4s ease .4s;
        }

        .image-carousel .owl-controls .owl-nav {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
        }

            .image-carousel .owl-controls .owl-nav .owl-prev, .image-carousel .owl-controls .owl-nav .owl-next {
                width: 50%;
                float: left;
            }

                .image-carousel .owl-controls .owl-nav .owl-prev:hover span, .image-carousel .owl-controls .owl-nav .owl-next:hover span {
                    background-color: #444;
                    transition: all .4s ease;
                }

                .image-carousel .owl-controls .owl-nav .owl-prev span, .image-carousel .owl-controls .owl-nav .owl-next span {
                    height: 40px;
                    width: 40px;
                    background-color: #61396f;
                    color: white;
                    display: block;
                    border-radius: 0 4px 4px 0;
                    text-align: center;
                    transition: all .4s ease;
                }

                .image-carousel .owl-controls .owl-nav .owl-prev i, .image-carousel .owl-controls .owl-nav .owl-next i {
                    font-size: 30px;
                    line-height: 40px;
                }

                .image-carousel .owl-controls .owl-nav .owl-next span {
                    float: right;
                    border-radius: 4px 0 0 4px;
                }

        .image-carousel .owl-controls .owl-dots {
            position: absolute !important;
            bottom: 15px;
            left: 0;
            right: 0;
        }

            .image-carousel .owl-controls .owl-dots .owl-dot span {
                background-color: transparent;
            }

    .image-carousel.not-nav .owl-controls .owl-nav {
        display: none;
    }

    .image-carousel.dots-outside .owl-controls {
        position: relative !important;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        margin-top: 60px;
    }

        .image-carousel.dots-outside .owl-controls .owl-dots {
            bottom: 0;
        }

    .image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span {
        background-color: #4e495c;
    }

        .image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span.active {
            background-color: #4e495c;
        }

    .simple-parallax {
        background-attachment: fixed;
    }

    .service-content, .statistic-content {
        padding-left: 100px;
    }

        .service-content.large, .statistic-content.large {
            padding-left: 65px;
            z-index: 1;
            position: relative;
        }

        .service-content.medium, .statistic-content.medium {
            padding-left: 50px;
            z-index: 1;
            position: relative;
        }

    em.number {
        font-size: 80px;
        line-height: 80px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #d1d2d3;
        float: left;
        position: absolute;
        z-index: 0;
    }

    #typed.big {
        font-size: 38px;
        line-height: 48px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

    .typed-cursor {
        font-size: 38px;
        line-height: 48px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: white;
        opacity: 1;
        -webkit-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }

    .grid-images {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 30px;
    }

        .grid-images .padding-sm {
            padding: 30px 0 !important;
        }

        .grid-images .padding-onlytop-sm {
            padding-top: 30px !important;
        }

    @media screen and (max-width: 991px) {
        .grid-images .padding-onlytop-sm {
            padding-top: 0 !important;
        }
    }

    .grid-images .image {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: 271px;
        opacity: 1;
        transition: opacity .4s ease;
    }

    @media screen and (max-width: 991px) {
        .grid-images .image {
            margin-bottom: 30px;
        }
    }

    .grid-images .image > .lightbox-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .grid-images .image > .lightbox-image:focus {
            outline: none;
        }

    .grid-images .image:hover {
        opacity: .8;
        transition: opacity .4s ease;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /*-------------------------------------------------*/
    /* =  15.Loader
/*-------------------------------------------------*/
    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #4e495c;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 4px;
        border-radius: 4px;
    }

    #myloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1999;
        background: white;
        text-align: center;
    }

        #myloader .loader {
            display: inline-block;
            height: auto;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            #myloader .loader img {
                max-width: 100px;
            }

    /*-------------------------------------------------*/
    /* =  16.Magnific popup
/*-------------------------------------------------*/
    button.mfp-close {
        background-color: #61396f !important;
        color: white;
        transition: background-color .4s ease;
    }

        button.mfp-close:hover {
            background-color: #444 !important;
            transition: background-color .4s ease;
        }

    /*-------------------------------------------------*/
    /* =  17.OWL
/*-------------------------------------------------*/
    .owl-theme .owl-controls {
        position: relative;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-theme .owl-dots .owl-dot:hover span {
            opacity: 1;
            transition: opacity .4s ease;
        }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #61396f;
        border-radius: 50%;
        opacity: 1;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #61396f;
        opacity: 1;
    }

    /*-------------------------------------------------*/
    /* =  18.Animations
/*-------------------------------------------------*/
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    @-webkit-keyframes fadeOutUp {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
    }

    @keyframes fadeOutUp {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
    }

    .fadeOutUp {
        -webkit-animation-name: fadeOutUp;
        animation-name: fadeOutUp;
    }

    @-webkit-keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }

    @-webkit-keyframes slideOutRight {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    }

    @keyframes slideOutRight {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    }

    .slideOutRight {
        -webkit-animation-name: slideOutRight;
        animation-name: slideOutRight;
    }

    .left-image img {
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    }


    #lightbox .modal-content {
        display: inline-block;
        text-align: center;
    }

    #lightbox .close {
        opacity: 1;
        color: rgb(255, 255, 255);
        background-color: rgb(25, 25, 25);
        padding: 4px 8px;
        border-radius: 30px;
        border: 2px solid rgb(255, 255, 255);
        position: absolute;
        top: -15px;
        right: -55px;
        z-index: 1032;
    }

    .listing li {
        color: #888B8D !important;
    }

    .heading-top {
        font-size: 17px;
    }

    .business-name h1 {
        font-size: 15px;
        margin-left: 78px;
        padding-top: 26px;
        font-weight: 500;
        position: absolute;
    }

    /*.business-name h1 span {
    display: inline-block;
    background: url(../../Content/img/logo-right.png) no-repeat;
    margin-left: 5px;
    height: 60px;
    width: 60px;

    margin-top: -14px;
}*/
    .logo-right img {
        margin-top: -14px;
        margin-left: 10px;
    }

    .business-name a {
        width: 100%;
        font-size: 17px; /*padding-left: 20px;*/
        vertical-align: top;
    }

        .business-name a:focus {
            text-decoration: none;
        }
    /*.imageleft{margin-top: 50px;}*/
.purpulebg {
    background: #e6572c;
    height: 263px;
}

    .quote-section {
        padding: 24px !important;
    }

    .banner-img img {
        width: 100%;
    }

    .purple-text-area-top {
        height: 533px;
    }

    #box-overlay .text {
        /*color: #fff !important;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 80px;
    position: absolute;
    left: 0px;
    top: 0;
    text-align: center;
    text-transform: capitalize;
    visibility: hidden;
    height: 100%;
      width: 100%;
    line-height: 21px;*/
        color: #fff !important;
        background: rgba(0, 0, 0, 0.75);
        padding-top: 80px;
        position: absolute;
        left: 15px;
        top: 15px;
        text-align: center;
        text-transform: capitalize;
        height: 90%;
        width: 92%;
        line-height: 21px;
        visibility: visible;
    }

    #box-overlay:hover .text {
        visibility: visible;
    }

    .gal-box {
        margin: 0px;
        padding: 15px;
    }

    .counter {
        top: 26px;
        border: 1px solid #fff;
        border-radius: 14px;
        left: 35px;
        width: 26px;
        height: 26px;
        font-size: 14px;
        position: absolute;
        color: #fff;
    }

    .crumbs a {
        color: #fff;
    }

    @media only screen and (max-device-width : 1400px) {
        .padding-leftright-null {
            margin-bottom: -50px;
        }

        .row.first-section {
            height: 475px;
            overflow: hidden;
        }

        .business-name a {
            font-size: 15px;
        }

        .vision {
            margin-bottom: 100px;
        }

        .purpulebg {
            height: 238px;
            overflow: hidden;
        }

        .quote-section {
            padding: 13px !important;
        }

        .title-text-res {
            font-size: 36px !important;
            margin-bottom: 13px !important;
        }
    }

    .hdn {
        display: none;
    }

    .purple-text-area-top p {
        color: #fff !important;
    }

    @media screen and (min-width: 991px) {
        .lg-padding {
            padding: 0px 80px;
        }
    }

    .gal-box small {
        font-size: 13px;
    }

    #followbusiness {
        display: block;
        position: absolute;
        width: 140px;
        background: #2abc70 !important;
        border: none !important;
        display: inline-block;
        cursor: pointer;
        z-index: 22;
        margin-top: -20px;
        margin-left: 2px;
        margin-bottom: 10px !important;
    }

        #followbusiness a {
            color: #fff !important;
            text-align: center;
            display: block;
            padding: 13px 12px !important;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            #followbusiness a:hover {
                background: #000;
                text-align: center;
                display: block !important;
            }

            #followbusiness a:focus {
                text-decoration: none;
            }

    .note {
        border-radius: 0px;
        padding: 0px 0px 20px 4px;
        text-align: left;
        margin-top: 50px;
        font-size: 14px !important;
        display: block:
    }

    .input-group {
        margin-bottom: 20px;
    }

    .modal-dialog {
        max-width: 500px;
    }

    #Email_login.form-control {
        margin-bottom: 15px !important;
        border: 1px solid #e0e0e0 !important;
    }

    .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 40px !important;
    }

    .modal-content {
        border-radius: 0 !important;
    }

    .modal-header {
        padding: 4px 10px 12px 10px;
        border-bottom: 1px solid #e5e5e5;
    }
.malayalam-font {
    font-family: 'Noto Sans Malayalam', sans-serif!important;
}
#home-wrap h3 {
    margin-top: 40px;
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-weight: 600;
    background: #8c3f27;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    min-width:auto;
    color: #ffc699 !important;
}
#home-wrap p {
    font-family: 'Noto Sans Malayalam', sans-serif!important;
}
.slider-text-area {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    max-width: 50%;
    margin: auto;
    justify-content:left;
}
.slider-text-area h3{
    min-width:100%;
}
.slider-text-area p{
    min-width:100%;
}
.banner-text-wrap .carousel-inner > .item > img {
    object-fit: cover;
    height: 533px;
}
    .following {
        background: #d96609;
    }

        .following a:hover {
            background: #b65507;
            text-align: center;
            display: block !important;
            border-radius: 0px;
        }

        .following a:focus {
            text-decoration: none;
        }

    .login-widget-ui .resend-btn {
        margin-top: 7px !important;
    }

    .submit-area .btn {
        background: #25744B !important;
        color: #fff;
        min-width: 120px;
    }

        .submit-area .btn:hover {
            background: #158d4f !important;
        }

    .donation-form {
        margin-top: 70px;
    }

        .donation-form label[class="error"] {
            display: block;
            margin-top: -15px;
            margin-bottom: 9px;
        }

        .donation-form textarea.form-field {
            margin-bottom: 18px !important;
        }

    .payment-details {
    }

        .payment-details h2 {
            font-size: 20px;
            line-height: 10px;
            padding-top: 50px;
            margin-bottom: 45px !important;
        }

            .payment-details h2::after {
                right: auto;
            }

        .payment-details .im-checkout-btn.btn--light {
            width: 135px !important;
            padding: 15px !important;
        }

        .payment-details ul {
            padding-bottom: 10px;
        }

            .payment-details ul li {
                line-height: 30px;
            }

    .no-margin {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
@media only screen and (max-width: 1649.98px) {
    .slider-text-area {
        max-width:80%;
    }
        .slider-text-area h3 {
            font-size: 28px;
        }
}