    @import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
    *,
    *:before,
    *:after {
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box; */
        /*box-sizing: border-box;*/
    }
    
    *:focus {
        outline: none;
    }
    
     :-moz-any-link:focus {
        outline: none;
        text-decoration: none;
    }
    
     ::-moz-focus-inner {
        padding: 0;
        border: 0;
        outline: none;
    }
    
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 22px;
        font-weight: 300;
        color: #777;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
    }
    
    a {
        transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
    }
    
    a,
    a:hover {
        cursor: pointer;
        text-decoration: none;
    }
    
    strong,
    b {
        font-weight: 700;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    ul,
    ol {}
    
    ul,
    ol {
        padding: 0;
        margin: 0;
    }
    
    .icons-list {
        list-style: none;
    }
    
    ul li,
    ol li,
    .icons-list li {
        padding: 2px 0;
        font-size: 14px;
        font-weight: 400;
    }
    
    .icons-list i {
        font-size: 12px;
        margin-right: 8px;
    }
    
    .icons-list i {
        color: #444;
    }
    
    .icons-list strong {
        color: #666;
    }
    
    .dark-section .icons-list,
    .dark-section .icons-list i,
    .dark-section .icons-list strong {
        color: #666;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        color: #111;
        margin: 0;
    }
    
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 1px;
    }
    
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    h4 {
        font-size: 16px;
        line-height: 22px;
    }
    
    h5 {
        font-size: 14px;
        line-height: 20px;
    }
    
    h6 {
        font-size: 12px;
        line-height: 18px;
    }
    
    p {
        color: #777;
        font: 400 13px/21px "open sans";
        margin: 0;
    }
    
    p strong {
        font-weight: 300;
    }
    
    .light-text {
        color: #fff;
    }
    
    .gray-text {
        color: #bbb;
    }
    
    .uppercase {
        text-transform: uppercase;
    }
    
    .fit-text {
        font-size: 78px;
        line-height: 88px;
        font-weight: 100;
    }
    
    .contant-form-bx label {
        color: #444;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 4px;
    }
    
    .dark-section .contant-form-bx label {
        color: #ddd;
    }
    
    .contant-form-bx label:after {
        content: "*";
        color: #f23e1e;
    }
    
    .name-missing,
    .email-missing,
    .message-missing {
        opacity: 0;
        filter: Alpha(Opacity=0);
        float: right;
        color: #f23e1e;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
    }
    
    .mail_response {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 2px solid;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
    }
    
    .mail_response h4,
    .mail_response p {
        display: inline;
        color: #fff;
    }
    
    input,
    textarea,
    select {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 15px;
        border-radius: 2px;
        outline: none;
        max-width: 100%;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    input[type="email"],
    input[type="number"],
    input[type="date"],
    input[type="text"],
    input[type="text"]:hover,
    input[type="text"]:focus,
    textarea,
    select,
    textarea:hover,
    textarea:focus {
        color: #888;
        min-width: 100%;
        padding: 6px 9px;
        background-color: #fff;
        border: 1px solid #e2e2e2;
    }
    
    blockquote {
        position: relative;
        padding: 5px 0;
        border-left: 0;
    }
    
    blockquote>i {
        position: absolute;
        top: -14px;
        left: 50%;
        margin-left: -24px;
        font-size: 4em;
        color: rgba(0, 0, 0, 0.1);
    }
    
    blockquote p {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #333;
        text-transform: uppercase;
    }
    
    blockquote small {
        text-transform: uppercase;
    }
    
    .hr.border {
        height: 1px;
        background-color: #eee;
    }
    
    .dark-section input[type="text"],
    .dark-section input[type="text"]:hover,
    .dark-section input[type="text"]:focus,
    .dark-section textarea,
    .dark-section textarea:hover,
    .dark-section textarea:focus {
        color: #444;
        background-color: rgba(255, 255, 255, .05);
        border-color: transparent;
    }
    
    textarea,
    textarea:hover,
    textarea:focus {
        padding: 8px 10px;
    }
    
    input[type="text"]:hover,
    textarea:hover {
        border-color: #d2d2d2;
    }
    
    .dark-section input[type="text"]:hover,
    .dark-section textarea:hover {
        border-color: transparent;
    }
    
    input[type="text"]:focus,
    textarea:focus {
        color: #444;
        border-color: #d2d2d2;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    }
    
    .dark-section input[type="text"]:focus,
    .dark-section textarea:focus {
        color: #888;
        border-color: transparent;
        background-color: rgba(255, 255, 255, .04);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    
    input[type="submit"],
    .button {
        font-weight: 600;
        overflow: hidden;
        position: relative;
        display: inline-block;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 20px;
        border: none;
    }
    
    .light-section input[type="submit"]:hover {
        background-color: #000;
    }
    
    .dark-section input[type="submit"]:hover {
        color: #000;
        background-color: #fff;
    }
    
    .tooltip .tooltip-inner {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }
    
    .parallax,
    .parallax-section,
    .parallax-bg,
    .parallax-full {
        background-position: 50% 0;
        background-attachment: fixed !important;
        background-repeat: no-repeat;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    
    .section {
        position: relative;
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    
    .section .container {
        z-index: 36;
        position: relative;
    }
    
    .dark-section h1,
    .dark-section h2,
    .dark-section h3,
    .dark-section h4,
    .dark-section h5,
    .dark-section h6 {
        color: #fff;
    }
    
    .dark-section,
    .dark-section p {
        color: #ddd;
    }
    
    .dark-section .section-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: url(../images/overlays/dark.png) repeat rgba(0, 0, 0, .7);
    }
    
    .light-section h1,
    .light-section h2,
    .light-section h3,
    .light-section h4,
    .light-section h5,
    .light-section h6 {
        color: #222;
    }
    
    .light-section .fit-text {
        color: #000;
    }
    
    .light-section,
    .light-section p {
        color: #607D8B;
    }
    
    .light-section .section-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0.9;
        background: url(../images/overlays/light.png) repeat rgba(255, 255, 255, .5);
    }
    
    #container {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }
    
    #container .title {
        margin-bottom: 12px;
    }
    
    #container p {
        margin-bottom: 14px;
    }
    
    #container h1,
    #container h2,
    #container h3,
    #container h4,
    #container h5,
    #container h6 {
        margin-bottom: 8px;
    }
    /*-------- Section Titles --------*/
    
    .section-title {
        position: relative;
    }
    
    .section-title p {
        position: relative;
        font: 400 14px/22px "open sans";
    }
    
    .section-title h2+.lead {
        padding-top: 18px;
    }
    
    .section-title h2+.lead::after {
        content: "";
        display: block;
        width: 75px;
        height: 1px;
        position: absolute;
        top: 0;
    }
    
    .section-title h1 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
        margin-bottom: 4px;
        color: #607D8B;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .section-title h2 {
        position: relative;
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 6px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .section-title .title-icon {
        margin-bottom: 15px;
        margin-left: 44px;
    }
    
    .section-title.text-center .title-icon {
        margin-left: 0;
    }
    
    .section-title .title-icon span {
        position: relative;
    }
    
    .section-title .title-icon span::before,
    .section-title .title-icon span::after {
        content: "";
        display: block;
        width: 35px;
        height: 1px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        background-color: #ddd;
    }
    
    .section-title .title-icon span::before {
        left: -44px;
    }
    
    .section-title .title-icon span::after {
        right: -44px;
    }
    
    .section-title .title-icon span i {
        font-size: 16px;
        color: #333;
    }
    /*-------- Page Header --------*/
    
    .page-header {
        position: relative;
        padding: 80px 0;
        margin: 0 0 60px 0;
    }
    
    .page-header .container {
        z-index: 36;
        position: relative;
    }
    
    .page-header h2 {
        font-size: 24px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 6px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .page-header h6 {
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    /*-------- Video Section --------*/
    
    .video-section {
        overflow: hidden;
        position: relative;
    }
    
    .video-section .container {
        z-index: 32;
        position: relative;
        opacity: 0.7;
        filter: Alpha(Opacity=0.7);
    }
    
    .video-section .fullscreen-video {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 30;
    }
    
    .video-section video {
        min-width: 100% !important;
        height: auto;
        min-height: 100%;
    }
    
    .video-section .video-section-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 31;
    }
    
    .video-section.dark-section .video-section-mask {
        background: url(../images/overlays/dark.png) repeat rgba(0, 0, 0, .6);
    }
    
    .video-section.light-section .video-section-mask {
        background: url(../images/overlays/light.png) repeat rgba(255, 255, 255, 0.7)
    }
    
    .video-section.light-section p {
        color: #444;
    }
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }
    
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
    
        .video-placeholder {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            background: #000;
        }
    
        .video-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
    
        .play-button i {
            color: #fff;
            font-size: 30px;
            margin-left: 5px;
        }
    
        .play-button:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }
    /*-------- Page-Loader --------*/
    
    #pageloader {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #111;
        z-index: 999999;
    }
    
    #pageloader.dark {
        background-color: #111;
    }
    
    #pageloader.dark .spinner>div {
        background-color: #fff;
    }
    
    #pageloader.light {
        background-color: #fff;
    }
    
    #pageloader.light .spinner>div {
        background-color: #111;
    }
    
    #pageloader .loader-container {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -35px;
        margin-top: -87px;
        text-align: center;
    }
    
    #pageloader .loader-logo {
        margin-bottom: 10px;
    }
    
    #pageloader .spinner {
        display: inline-block;
        width: 50px;
        height: 30px;
        text-align: center;
    }
    
    #pageloader .spinner>div {
        background-color: #333;
        height: 100%;
        width: 4px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }
    
    #pageloader .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }
    
    #pageloader .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }
    
    #pageloader .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }
    
    #pageloader .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    
    @-webkit-keyframes stretchdelay {
        0%,
        40%,
        100% {
            -webkit-transform: scaleY(0.4)
        }
        20% {
            -webkit-transform: scaleY(1.0)
        }
    }
    
    @keyframes stretchdelay {
        0%,
        40%,
        100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }
        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0);
        }
    }
    /*-------- Twitter Slider Section --------*/
    
    .twitter-slider {
        text-align: center;
    }
    
    .twitter-slider ul {
        list-style: none;
    }
    
    .twitter-slider .icon-twitter {
        display: inline-block;
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    
    .twitter-slider .tweet_time {
        margin-top: 12px;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .dark-section .twitter-slider .tweet_time a {
        color: #fff;
    }
    
    .light-section .twitter-slider .tweet_time a {
        color: #444;
    }
    
    .twitter-slider .tweet_text {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 14px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .twitter-slider .tweet_action {
        display: inline-block;
        margin: 0 10px;
        text-transform: capitalize;
    }
    
    .dark-section .twitter-slider .tweet_action {
        color: #fff;
    }
    
    .light-section .twitter-slider .tweet_action {
        color: #444;
    }
    
    .twitter-slider .tweet_action i {
        position: relative;
        top: 1px;
        margin-right: 4px;
        font-size: 14px;
    }
    /*------------------------------------------*/
    /*              02 - Headers Styles
/*------------------------------------------*/
    
    #hidden-header {
        background-color: #fff;
    }
    
    #header ul {
        list-style: none;
    }
    
    #header .navbar-toggle {
        height: 100%;
        width: 60px;
        background: #111;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }
    
    #header .navbar-toggle i {
        position: relative;
        top: 2px;
        font-size: 16px;
        color: #fff;
    }
    
    #header.light-header .navbar-toggle {
        background: #fff;
    }
    
    #header.light-header .navbar-toggle i {
        color: #E62B71;
    }
    
    .header-1,
    .header-2 {
        height: 62px;
        line-height: 62px;
        z-index: 99;
    }
    
    .header-1 #logo,
    .header-2 #logo {
        float: left;
    }
    
    .header-1 #logo a,
    .header-2 #logo a {
        display: block;
    }
    
    .header-1 .nav-menu,
    .header-2 .nav-menu {
        line-height: 62px;
        float: right;
    }
    
    .header-1 .nav-menu li,
    .header-2 .nav-menu li {
        line-height: normal;
        padding: 0;
    }
    
    .header-1 .nav-menu>ul>li,
    .header-2 .nav-menu>ul>li {
        display: inline-block;
        position: relative;
    }
    
    .header-1 .nav-menu .drop a::before,
    .header-2 .nav-menu .drop a::before {
        display: none;
    }
    
    .header-1 .nav-menu .drop a::before,
    .header-2 .nav-menu .drop.active a::before {
        display: block;
    }
    
    .header-1 .nav-menu .drop .dropdown,
    .header-2 .nav-menu .drop .dropdown {
        visibility: hidden;
        position: absolute;
        top: 53px;
        left: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
        width: 170px;
        margin-top: -1px;
        border-top: 1px solid;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    
    .header-1 .nav-menu .drop:hover .dropdown,
    .header-2 .nav-menu .drop:hover .dropdown {
        visibility: visible;
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .header-1 .nav-menu .drop .dropdown li a,
    .header-2 .nav-menu .drop .dropdown li a {
        color: rgba(255, 255, 255, .8);
        padding: 10px 14px;
        background-color: #111;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
    
    .header-1 .nav-menu .drop .dropdown li:hover a,
    .header-2 .nav-menu .drop .dropdown li:hover a {
        background-color: #161616;
        padding-left: 20px;
    }
    /*-------- Header 1 --------*/
    
    .header-1 {
        position: absolute;
        top: 25px;
        width: 100%;
        background-color: transparent;
    }
    
    .header-1.header-bg {
        position: fixed;
        top: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: headerFadeIn;
        -moz-animation-name: headerFadeIn;
        -o-animation-name: headerFadeIn;
        animation-name: headerFadeIn;
    }
    
    @-webkit-keyframes headerFadeIn {
        0% {
            top: -60px;
            opacity: 0;
            -webkit-animation-timing-function: ease-out;
        }
        100% {
            top: 0;
            opacity: 1;
            -webkit-animation-timing-function: ease-in;
        }
    }
    
    @-moz-keyframes headerFadeIn {
        0% {
            top: -60px;
            opacity: 0;
            -moz-animation-timing-function: ease-out;
        }
        100% {
            top: 0;
            opacity: 1;
            -moz-animation-timing-function: ease-in;
        }
    }
    
    @-o-keyframes headerFadeIn {
        0% {
            top: -60px;
            opacity: 0;
            -o-animation-timing-function: ease-out;
        }
        100% {
            top: 0;
            opacity: 1;
            -o-animation-timing-function: ease-in;
        }
    }
    
    @keyframes headerFadeIn {
        0% {
            top: -60px;
            opacity: 0;
            animation-timing-function: ease-out;
        }
        100% {
            top: 0;
            opacity: 1;
            animation-timing-function: ease-in;
        }
    }
    
    .header-1.header-bg.dark-header {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    
    .header-1.header-bg.light-header {
        background-color: #ed4590;
        box-shadow: 0 1px 1px rgb(248 215 230);
    }
    
    .header-1 .nav-menu ul>li>a {
        outline: 0;
        text-transform: uppercase;
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: 500;
        padding: 15px;
        letter-spacing: 1px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .header-1 .nav-menu>ul>li>a::before {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        margin-top: -10px;
        border-bottom: 1px solid transparent;
        content: '';
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .header-1 .nav-menu ul>li:hover>a::before,
    .header-1 .nav-menu ul>li.active>a::before {
        width: 20px;
        margin-left: -10px;
    }
    
    .header-1.light-header .nav-menu ul>li>a {
        color: #fff;
    }
    
    .header-1.light-header .nav-menu ul>li.active>a::before {
        border-bottom-color: #fff;
    }
    
    .header-1.dark-header .nav-menu ul>li>a {
        color: #000;
    }
    
    .header-1.dark-header .nav-menu ul>li.active>a::before {
        border-bottom-color: #000;
    }
    /*-------- Header 2 --------*/
    
    .header-2 {
        position: relative;
        width: 100%;
        background-color: #000;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    }
    
    .header-2.sticky {
        position: fixed;
        top: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: headerFadeIn;
        -moz-animation-name: headerFadeIn;
        -o-animation-name: headerFadeIn;
        animation-name: headerFadeIn;
    }
    
    .header-2.dark-header {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    }
    
    .header-2 .nav-menu ul>li>a {
        text-transform: uppercase;
        position: relative;
        display: block;
        font-size: 11px;
        font-weight: 300;
        padding: 15px;
        letter-spacing: 1px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .header-2 .nav-menu>ul>li>a::before {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        margin-top: -5px;
        border-bottom: 1px solid transparent;
        content: '';
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .header-2 .nav-menu ul>li:hover>a::before,
    .header-2 .nav-menu ul>li.active>a::before {
        width: 20px;
        margin-left: -10px;
    }
    
    .header-2.light-header .nav-menu ul>li>a {
        color: #fff;
    }
    
    .header-2.light-header .nav-menu ul>li.active>a::before {
        border-bottom-color: #fff;
    }
    
    .header-2.dark-header .nav-menu ul>li>a {
        color: #000;
    }
    
    .header-2.dark-header .nav-menu ul>li.active>a::before {
        border-bottom-color: #000;
    }
    /*-------- Header 3 --------*/
    
    .header-3 {
        position: fixed;
        z-index: 120;
        top: 0;
        left: -235px;
        width: 240px;
        height: 100%;
        border-right: 5px solid #080808;
        transition: border-right-color 0.6s ease-in-out;
        -moz-transition: border-right-color 0.6s ease-in-out;
        -webkit-transition: border-right-color 0.6s ease-in-out;
        -o-transition: border-right-color 0.6s ease-in-out;
    }
    
    .header-3.dark-header {
        background-color: #080808;
    }
    
    .header-3.light-header {
        background-color: #fff;
    }
    
    .header-3.shown-header:hover {
        border-right-color: #080808;
    }
    
    .header-3 #toggle-header {
        position: absolute;
        right: -50px;
        top: 20px;
        color: #fff;
        width: 35px;
        height: 35px;
        display: block;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 1px;
        background-color: #000;
        transition: background-color 0.6s ease-in-out;
        -moz-transition: background-color 0.6s ease-in-out;
        -webkit-transition: background-color 0.6s ease-in-out;
        -o-transition: background-color 0.6s ease-in-out;
    }
    
    .header-3 #logo {
        margin: 50px 0 30px 0;
        text-align: center;
    }
    
    .header-3 #logo a {
        display: inline-block;
    }
    
    .header-3 .nav-menu li {
        padding: 0;
    }
    
    .header-3 .nav-menu a {
        position: relative;
        display: block;
        font-size: 10px;
        font-weight: 300;
        padding: 7px 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.25);
    }
    
    .header-3 .nav-menu .dropdown a {
        padding-left: 40px;
    }
    
    .header-3.light-header .nav-menu a {
        color: #444;
    }
    
    .header-3 .nav-menu a:after {
        display: block;
        content: "";
        height: 100%;
        width: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
        transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -webkit-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
    }
    
    .header-3 .nav-menu li.active a:after {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .header-3 .nav-menu li a:before {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: -100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
        transition: left 0.6s ease-in-out, opacity 1.2s ease-in-out;
        -moz-transition: left 0.6s ease-in-out, opacity 1.2s ease-in-out;
        -webkit-transition: left 0.6s ease-in-out, opacity 1.2s ease-in-out;
        -o-transition: left 0.6s ease-in-out, opacity 1.2s ease-in-out;
    }
    
    .header-3 .nav-menu li li a:before {
        display: none;
    }
    
    .header-3 .nav-menu li:hover a:before {
        left: 0;
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .header-3 .nav-menu li.active:hover a:before {
        display: none;
    }
    
    .header-3 .nav-menu li>.dropdown {
        display: none;
    }
    
    .header-3 .social-icons {
        position: absolute;
        width: 100%;
        bottom: 10px;
        text-align: center;
    }
    
    .header-3 .social-icons li {
        display: inline-block;
    }
    
    .header-3 .social-icons li a {
        font-size: 14px;
        display: block;
        margin: 0 5px;
    }
    
    .header-3.dark-header .social-icons li a {
        color: rgba(255, 255, 255, 0.1);
    }
    
    .header-3.light-header .social-icons li a {
        color: #222;
    }
    /*------------------------------------------*/
    /*          03 - Home Sections
/*------------------------------------------*/
    
.section-home.dark-section {
    background-color: #111;
    min-height: 100vh; /* Set a minimum height based on viewport height */
}

.section-home .scroll-down-icon {
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-size: 26px;
    margin-left: -7px;
    z-index: 37;
    -webkit-animation: scroll-down-icon 1.4s linear infinite;
    -moz-animation: scroll-down-icon 1.4s linear infinite;
    -ms-animation: scroll-down-icon 1.4s linear infinite;
    -o-animation: scroll-down-icon 1.4s linear infinite;
    animation: scroll-down-icon 1.4s linear infinite;
}

@-webkit-keyframes scroll-down-icon {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.8);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scroll-down-icon {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    50% {
        -moz-transform: scale(0.8);
        opacity: 0.4;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes scroll-down-icon {
    0% {
        -o-transform: scale(1);
        opacity: 1;
    }
    50% {
        -o-transform: scale(0.8);
        opacity: 0.4;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scroll-down-icon {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.8);
        opacity: 0.4;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.section-home.light-section {
    background-color: #fff;
}

.section-home.one-slide {
    overflow: hidden;
}

.section-home .fit-text {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.section-home p {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-home img+.text-slider,
.section-home img+.fit-text {
    margin-top: 22px;
}

.section-home img+p {
    margin-top: 20px;
}

.section-home .fit-text+p,
.section-home .text-slider+p {
    margin-bottom: 25px;
}

.section-home p+.fit-text,
.section-home p+.text-slider {
    margin-top: 0px;
}

.section-home .fit-text+a,
.section-home .text-slider+a {
    margin-top: 12px;
}

.section-home.light-section p {
    color: #444;
}

.section-home .container {
    z-index: 11;
    position: relative;
    /* Remove previous positioning/margin that might interfere */
    margin-top: 0 !important;
    top: auto !important;
}

.section-home .home-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.home-slider-bg .item{
    width: 100%;
    height: 100%;
}

.home-slider-bg .item,
.home-slider .item {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.home-slider,
.home-slider .slick-list,
.home-slider .slick-track,
.home-slider .slick-slide {
    box-sizing: border-box;
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensure the slider takes the full height of its container */
    z-index: 9;
    overflow: hidden; /* Hide horizontal overflow */
}

.home-slider .slick-list {
    height: 100%; /* Ensure slick list takes full height */
}

.home-slider .slick-track {
    height: 100%; /* Ensure slick track takes full height */
}

.home-slider .slick-slide {
    height: 100%; /* Ensure slick slides take full height */
}

.section-home .home-slider .container {
    position: absolute;
    width: 100%;
}

.home-slider .item {
    width: 100%;
    height: 100%;
}

.home-slider .owl-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 12;
}
    
    .youtube-video.light-section .section-overlay {
        background-color: rgba(255, 255, 255, 0.6);
    }
    
    .yt-player-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    
    .video-controls {
        position: absolute;
        bottom: 20px;
        z-index: 12;
        width: 100%;
        text-align: center;
    }
    
    .video-controls a {
        margin: 0 2px;
        display: inline-block;
    }
    
    .video-controls a i {
        font-size: 14px;
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        text-align: center;
        color: #111;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .video-controls a:hover i {
        color: #fff;
        background-color: #111;
    }
    
    /*------------------------------------------*/
    /*         04 - Shortcodes Elements
/*------------------------------------------*/
    /*-------- Buttons --------*/
    
    .btn-sys {
        font-weight: 400;
        overflow: hidden;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 8px;
        margin-bottom: 15px;
        letter-spacing: 1.5px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .btn-sys i {
        position: relative;
        top: 1px;
    }
    
    .btn-sys.btn-crv {
        border-radius: 2px;
    }
    
    .btn-sys.btn-mini {
        font-size: 11px;
        padding: 4px 17px;
    }
    
    .btn-sys.btn-mini i {
        font-size: 12px;
    }
    
    .btn-sys.btn-mini.btn-border {
        padding: 3px 18px;
    }
    
    .btn-sys.btn-small {
        font-size: 11px;
        padding: 6px 20px;
    }
    
    .btn-sys.btn-small i {
        font-size: 12px;
    }
    
    .btn-sys.btn-small.btn-border {
        padding: 5px 20px;
    }
    
    .btn-sys.btn-medium {
        font-size: 13px;
        padding: 8px 22px;
    }
    
    .btn-sys.btn-medium.btn-border {
        padding: 7px 22px;
    }
    
    .btn-sys.btn-medium i {
        font-size: 14px;
    }
    
    .btn-sys.btn-large {
        font-size: 13px;
        padding: 10px 26px;
    }
    
    .btn-sys.btn-large.btn-border {
        padding: 9px 26px;
    }
    
    .btn-sys.btn-large i {
        font-size: 14px;
    }
    
    .btn-sys.btn-border {
        border: 1px solid;
        background-color: transparent;
    }
    
    .btn-light {
        color: #000;
        background-color: #fff;
    }
    
    .btn-light:hover {
        color: #000;
    }
    
    .btn-border.btn-light:after {
        content: "";
        height: 200%;
        width: 35%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .btn-border.btn-light {
        color: #fff;
        border-color: #fff;
    }
    
    .btn-border.btn-light:hover {
        color: #000;
        background-color: #fff;
    }
    
    .btn-border.btn-light:hover:after {
        right: 0;
    }
    
    .btn-dark {
        color: #fff;
        background-color: #000;
    }
    
    .btn-dark:hover {
        color: #fff;
    }
    
    .btn-dark:after {
        content: "";
        height: 200%;
        width: 35%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .btn-dark:hover:after {
        width: 50%;
        background: rgba(255, 255, 255, 0.14);
    }
    
    .btn-border.btn-dark {
        color: #000;
        border-color: #000;
    }
    
    .btn-border.btn-dark:hover {
        color: #fff;
        background-color: #000;
    }
    
    .btn-border.btn-dark:hover:after {
        right: 0;
    }
    
    .btn-gray {
        color: #fff;
        background-color: #c2c2c2;
    }
    
    .btn-gray:hover {
        color: #fff;
    }
    
    .btn-gray:after {
        content: "";
        height: 200%;
        width: 35%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .btn-gray:hover:after {
        width: 50%;
        background: rgba(255, 255, 255, 0.14);
    }
    
    .btn-border.btn-gray {
        color: #c2c2c2;
        border-color: #c2c2c2;
    }
    
    .btn-border.btn-gray:hover {
        color: #fff;
        background-color: #c2c2c2;
    }
    
    .btn-border.btn-gray:hover:after {
        right: 0;
    }
    
    .btn-color {
        color: #fff;
    }
    
    .btn-color:hover,
    .btn-color:visited,
    .btn-color:active {
        color: #fff;
    }
    
    .btn-color:after {
        content: "";
        height: 220%;
        width: 35%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 10%;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        background: rgba(255, 255, 255, 0.15);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .btn-color:hover:after {
        width: 50%;
        background: rgba(255, 255, 255, 0.2);
    }
    
    .btn-border.btn-color:hover {
        color: #fff;
    }
    
    .btn-border.btn-color:hover:after {
        right: 0;
    }
    /*-------- Numbers Counter --------*/
    
    .facts-section .section-overlay {
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.9);
    }
    
    .counter {
        opacity: 0;
        display: inline-block;
        text-align: center;
    }
    
    .counter>span {
        display: block;
    }
    
    .counter .counter-icon {
        opacity: 0.8;
        filter: Alpha(Opacity=0.8);
        line-height: 100%;
        margin-bottom: 10px;
        transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
    }
    
    .counter:hover .counter-icon {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .counter .counter-icon i {
        font-size: 40px;
    }
    
    .counter .num-counter {
        font-size: 64px;
        height: 52px;
        line-height: 52px;
        margin-bottom: 6px;
        text-align: center;
        display: inline-block!important;
    }
    
    .light-section .counter .num-counter {
        color: #111;
    }
    
    .counter h5 {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    .light-section .counter h5 {
        color: #111;
    }
    /*-------- Image Notes --------*/
    
    .image-notes {
        max-width: 100%;
        display: inline-block;
        position: relative;
    }
    
    .image-notes .img-note {
        position: absolute;
    }
    
    .image-notes .img-note .note-marker {
        display: inline-block;
        cursor: help;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        z-index: 20;
        -webkit-animation: note-marker 1s linear infinite;
        -moz-animation: note-marker 1s linear infinite;
        -ms-animation: note-marker 1s linear infinite;
        -o-animation: note-marker 1s linear infinite;
        animation: note-marker 1s linear infinite;
    }
    
    @-webkit-keyframes note-marker {
        0% {
            -webkit-transform: scale(1)
        }
        30% {
            -webkit-transform: scale(0.8)
        }
        100% {
            -webkit-transform: scale(1)
        }
    }
    
    @-moz-keyframes note-marker {
        0% {
            -moz-transform: scale(1)
        }
        30% {
            -moz-transform: scale(0.8)
        }
        100% {
            -moz-transform: scale(1)
        }
    }
    
    @-o-keyframes note-marker {
        0% {
            -o-transform: scale(1);
        }
        30% {
            -o-transform: scale(0.8);
        }
        100% {
            -o-transform: scale(1);
        }
    }
    
    @keyframes note-marker {
        0% {
            transform: scale(1);
        }
        30% {
            transform: scale(0.8);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .image-notes .img-note .note-marker:after {
        position: absolute;
        top: -4px;
        left: -4px;
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        border-radius: 50%;
        border: 2px solid;
    }
    
    .image-notes .img-note .img-note-content {
        text-align: center;
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 300px;
        opacity: 0;
        filter: Alpha(Opacity=0);
        visibility: hidden;
        border-radius: 4px;
        margin-bottom: 20px;
        margin-left: -150px;
        border: 1px solid;
        z-index: 21;
        padding: 12px 12px 14px 12px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .image-notes .img-note:hover .img-note-content {
        opacity: 1;
        filter: Alpha(Opacity=1);
        visibility: visible;
        margin-bottom: 15px;
    }
    
    .image-notes .img-note .img-note-content:after {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        display: block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    
    .image-notes .img-note .img-note-content h5 {
        margin-bottom: 3px;
    }
    
    .image-notes .img-note.light-note .img-note-content {
        border-color: rgba(0, 0, 0, .1);
        background-color: #fff;
    }
    
    .image-notes .img-note.light-note .img-note-content:after {
        box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
        background-color: #fff;
    }
    
    .image-notes .img-note.light-note .img-note-content p {
        color: #777;
    }
    
    .image-notes .img-note.dark-note .img-note-content {
        border-color: #fff;
        background-color: #111;
    }
    
    .image-notes .img-note.dark-note .img-note-content:after {
        box-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
        background-color: #111;
    }
    
    .image-notes .img-note.dark-note .img-note-content p {
        color: #666;
    }
    /*-------- Alerts --------*/
    
    .alert {
        border-radius: 0;
        padding: 10px 14px;
        margin-bottom: 14px;
        border: 0;
    }
    
    .alert-success {
        background-color: #D0F9BA;
    }
    
    .alert-info {
        background-color: #C1E0FF;
    }
    
    .alert-warning {
        background-color: #FFF1C1;
    }
    
    .alert-danger {
        background-color: #FFC4C4;
    }
    /*-------- Dropcaps --------*/
    
    .dropcaps {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: 700;
        display: inline-block;
        float: left;
        width: 36px;
        height: 36px;
        position: relative;
        top: 5px;
        line-height: 36px;
        text-align: center;
        margin-right: 8px;
    }
    
    .dr-style1 {
        color: #fff;
        background-color: #111;
    }
    
    .dr-style2 {
        line-height: 34px;
        border: 2px solid;
    }
    
    .dr-crv {
        border-radius: 2px;
    }
    
    .dr-crc {
        border-radius: 50%;
    }
    
    .dr-style1.dr-dark {
        background-color: #111;
    }
    
    .dr-style2.dr-dark {
        border-color: #111;
        color: #111;
    }
    /*-------- Tabs --------*/
    
    ul.nav-tabs {
        list-style: none;
        border-bottom: 1px solid #eee;
    }
    
    ul.nav-tabs li {
        padding: 0;
        display: inline-block;
        float: inherit;
    }
    
    ul.nav-tabs li a {
        font-family: 'Raleway', sans-serif;
        display: block;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 0 6px 0;
        border: 0 !important;
        color: #333;
        background-color: transparent !important;
        margin-right: 20px;
    }
    
    ul.nav-tabs li a:hover {
        color: #111;
    }
    
    ul.nav-tabs li.active a {
        border-bottom: 2px solid !important;
    }
    
    ul.nav-tabs li a i {
        font-size: 12px;
    }
    
    .tab-pane {
        padding: 14px 0 0 0;
    }
    /*-------- Toggles & Accordions --------*/
    
    .collapse-group .panel {
        margin-bottom: 6px;
        padding-bottom: 6px;
        background-color: transparent;
        border-bottom: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .collapse-group .panel-collapse .collapse-body {
        padding: 10px 0 0 0;
    }
    
    .collapse-group .collapse-heading h4 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 0 !important;
        text-transform: uppercase;
    }
    
    .collapse-group .collapse-heading h4 a {
        display: block;
    }
    
    .collapse-group .collapse-heading h4 a.collapsed {
        color: #333;
    }
    
    .collapse-group .collapse-heading h4 a.collapsed:hover {
        color: #111;
    }
    
    .collapse-group .collapse-heading h4 a .toggle-icon {
        display: inline-block;
        position: relative;
        text-align: center;
        margin-right: 12px;
        border-radius: 1px;
        line-height: 22px;
        width: 20px;
        height: 20px;
        color: #fff;
        top: 1px;
        font-size: 16px;
        background-color: #333;
        transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
    }
    
    .collapse-group .collapse-heading h4 a .toggle-icon i {
        display: block;
        line-height: 20px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .collapse-group .collapse-heading h4 a.collapsed .toggle-icon i {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    
    .collapse-group .collapse-heading h4 a.collapsed .toggle-icon {
        background-color: #333;
    }
    
    .collapse-group .collapse-heading h4 a.collapsed:hover .toggle-icon {
        background-color: #111;
    }
    /*-------- Progress Bar & Labels --------*/
    
    .progress {
        background-color: #fff;
        border-radius: 2px;
        height: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .progress-label {
        font-size: 12px;
        color: #666;
        font-weight: 600;
        margin-bottom: 2px;
    }
    
    .progress-label span {
        color: #888;
        font-size: 11px;
        font-weight: 300;
    }
    
    .progress-label span:before {
        content: "- ";
    }
    
    .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }
    
    .progress-bar-dark {
        background-color: #111;
    }
    
    .progress-bar-success,
    .label-success {
        background-color: #B1DD2F;
    }
    
    .progress-bar-info,
    .label-info {
        background-color: #50b1e7;
    }
    
    .progress-bar-warning,
    .label-warning {
        background-color: #F2C438;
    }
    
    .progress-bar-danger,
    .label-danger {
        background-color: #F24C27;
    }
    /*-------- Icon Box --------*/
    
    .icon-box-left-side .icon-side {
        float: left;
    }
    
    .icon-box-left-side.icon-style1 .icon-side {
        font-size: 28px;
        margin-top: 2px;
    }
    
    .icon-box-left-side.icon-style1.dark-icon .icon-side {
        color: #111;
    }
    
    .icon-box-left-side.icon-style2 .icon-side {
        position: relative;
        font-size: 1.4em;
        width: 46px;
        height: 46px;
        color: #fff;
        text-align: center;
        line-height: 46px;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .icon-box-left-side.icon-style2.dark-icon .icon-side {
        background-color: #111;
    }
    
    .icon-box-left-side.icon-style2 .icon-side::after {
        content: "";
        position: absolute;
        top: -40%;
        right: -50%;
        width: 100%;
        height: 150%;
        background-color: rgba(255, 255, 255, 0);
        transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }
    
    .icon-box-left-side.icon-style2:hover .icon-side::after {
        background-color: rgba(255, 255, 255, 0.22);
    }
    
    .icon-box-left-side.icon-style2.dark-icon:hover .icon-side::after {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .icon-box-left-side.icon-style1 .box-content {
        margin-left: 48px;
    }
    
    .icon-box-left-side.icon-style2 .box-content {
        margin-left: 60px;
    }
    
    .icon-box-left-side .box-content h4 {
        margin-bottom: 6px !important;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }
    /*-------- Service Box --------*/
    
    .service-box {
        margin-bottom: 40px;
    }
    
    .service-box>i {
        display: inline-block;
    }
    
    .service-box h4 {
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    
    .service-box .more-link {
        display: inline-block;
        margin-top: 8px;
        color: #444;
    }
    
    .service-box .more-link i {
        position: relative;
        top: 2px;
    }
    /*-------- Service Box (Stye 1) --------*/
    
    .service-box {
        text-align: center;
    }
    
    .service-box.style-1>i {
        color: #fff;
        width: 100px;
        height: 100px;
        font-size: 32px;
        line-height: 104px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        background-color: #ddd;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    
    .service-box.style-1:hover>i {
        color: #fff;
        transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    
    .service-box.style-1>i::after {
        content: "";
        position: absolute;
        top: -40%;
        right: -50%;
        width: 100%;
        height: 150%;
        background-color: rgba(255, 255, 255, 0);
        transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }
    
    .service-box.style-1:hover>i::after {
        background-color: rgba(255, 255, 255, 0.22);
    }
    
    .service-box p {
        margin-bottom: 0 !important;
    }
    /*-------- Service Box (Stye 2) --------*/
    
    .service-box.style-2 {
        text-align: center;
    }
    
    .service-box.style-2 h4 {
        margin-bottom: 5px;
    }
    
    .service-box.style-2 i {
        color: #fff;
        width: 44px;
        height: 44px;
        font-size: 20px;
        border-radius: 2px;
        line-height: 45px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        top: 0;
        transition: top 0.3s ease-in-out;
        -moz-transition: top 0.3s ease-in-out;
        -webkit-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
    }
    
    .service-box.style-2.dark-icon i {
        background-color: #111;
    }
    
    .service-box.style-2:hover i {
        top: -10px;
    }
    
    .service-box.style-2 i::after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        top: -20px;
        width: 30px;
        height: 100px;
        background-color: rgba(255, 255, 255, 0);
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transition: background-color 0.4s ease-in-out;
        -moz-transition: background-color 0.4s ease-in-out;
        -webkit-transition: background-color 0.4s ease-in-out;
        -o-transition: background-color 0.4s ease-in-out;
    }
    
    .service-box.style-2:hover i::after {
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .service-box.style-2.dark-icon:hover i::after {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .service-box.style-2 i span {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 4px;
        height: 4px;
        margin-left: -2px;
        background-color: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    /*-------- Service Box (Stye 3) --------*/
    
    .service-box.style-3 {
        text-align: center;
    }
    
    .service-box.style-3 h4 {
        margin-bottom: 5px;
    }
    
    .service-box.style-3 i {
        position: relative;
        top: 0;
        font-size: 32px;
        margin-bottom: 10px;
        transition: top 0.3s ease-in-out;
        -moz-transition: top 0.3s ease-in-out;
        -webkit-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
    }
    
    .service-box.style-3.dark-icon i {
        color: #111;
    }
    
    .service-box.style-3:hover i {
        top: -5px;
    }
    /*-------- Call Action --------*/
    
    .action-section {
        text-align: center;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .action-section>a {
        display: block;
        padding: 50px 30px 46px 30px;
    }
    
    .action-section h1,
    .action-section h2,
    .action-section h3 {
        text-transform: uppercase;
        margin: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .action-section.dark-section {
        background-color: #111;
    }
    
    .action-section.light-section {
        background-color: #fff;
    }
    
    .action-section.light-section:hover h1,
    .action-section.light-section:hover h2,
    .action-section.light-section:hover h3 {
        color: #fff;
    }
    /*-------- Testimonials & Clients Carousel --------*/
    
    .clients-carousel,
    .testimonials-carousel {
        padding: 0 45px;
    }
    
    .clients-carousel .item {
        opacity: 1;
        filter: Alpha(Opacity=1);
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    
    .clients-carousel:hover .item {
        opacity: 0.5;
        filter: Alpha(Opacity=0.5);
    }
    
    .clients-carousel:hover .item:hover {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .clients-carousel,
    .testimonials-carousel {
        position: relative;
        overflow: hidden;
    }

    /* Slick Carousel Arrow Styles for Clients and Testimonials */
    .clients-carousel .slick-prev,
    .clients-carousel .slick-next,
    .testimonials-carousel .slick-prev,
    .testimonials-carousel .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; /* Increased z-index to ensure visibility */
        width: 25px; /* Adjust as needed */
        height: 25px; /* Adjust as needed */
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: block; /* Ensure they are displayed */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margin */
        opacity: 1; /* Ensure full opacity */
        filter: Alpha(Opacity=100); /* Ensure full opacity for IE */
    }

    .clients-carousel .slick-prev,
    .testimonials-carousel .slick-prev {
        left: 0; /* Adjust as needed */
        background: url(../images/icons/prev.png) no-repeat center center !important;
        background-size: contain !important;
    }

    .clients-carousel .slick-next,
    .testimonials-carousel .slick-next {
        right: 0; /* Adjust as needed */
        background: url(../images/icons/next.png) no-repeat center center !important;
        background-size: contain !important;
    }

    /* Hide default Slick arrows content */
    .clients-carousel .slick-prev:before,
    .clients-carousel .slick-next:before,
    .testimonials-carousel .slick-prev:before,
    .testimonials-carousel .slick-next:before {
        display: none;
    }

    .testimonials-carousel .quote-content {
        padding: 10px 0;
    }
    
    .testimonials-carousel .quote-content q {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .testimonials-carousel .quote-author {
        font-size: 11px;
        opacity: 0.8;
        filter: Alpha(Opacity=0.8);
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .dark-section .testimonials-carousel .quote-content {
        color: #fff;
    }
    
    .dark-section .testimonials-carousel .quote-author {
        color: #eee;
    }

    // Estilos de setas para dark mode (clientes e testimonials) - If needed, adjust paths for dark mode specific arrows
    /*
    .dark-section .clients-carousel .slick-prev,
    .dark-section .testimonials-carousel .slick-prev {
        left: -50px; // Adjust as needed
        background: url(../images/icons/prev-dark.png) no-repeat center center !important;
        background-size: contain !important;
    }

    .dark-section .clients-carousel .slick-next,
    .dark-section .testimonials-carousel .slick-next {
        right: -50px; // Adjust as needed
        background: url(../images/icons/next-dark.png) no-repeat center center !important;
        background-size: contain !important;
    }
    */

    .light-section .testimonials-carousel .quote-author,
    .light-section .testimonials-carousel .quote-content {
        color: #111;
    }

    // Estilos de setas para light mode (clientes e testimonials) - If needed, adjust paths for light mode specific arrows
    /*
    .light-section .clients-carousel .slick-prev,
    .light-section .testimonials-carousel .slick-prev {
        left: -50px; // Adjust as needed
        background: url(../images/icons/prev-light.png) no-repeat center center !important;
        background-size: contain !important;
    }

    .light-section .clients-carousel .slick-next,
    .light-section .testimonials-carousel .slick-next {
        right: -50px; // Adjust as needed
        background: url(../images/icons/next-light.png) no-repeat center center !important;
        background-size: contain !important;
    }
    */
    /*-------- Team Members --------*/
    
    .member-box .member-pic {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        border-radius: 50%;
        border: 10px solid #f2f5f7;
    }
    
    .member-box.ss .member-pic img {
        transition: all 1.5s ease-out;
        -moz-transition: all 1.5s ease-out;
        -webkit-transition: all 1.5s ease-out;
        -o-transition: all 1.5s ease-out;
    }
    
    .member-box.ss:hover .member-pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .member-box .member-pic::after {
        content: "";
        display: block;
        width: 100%;
        height: 200%;
        position: absolute;
        top: -40%;
        right: -65%;
        opacity: 0;
        filter: Alpha(Opacity=0);
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
    }
    
    .member-box:hover .member-pic::after {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .member-box .member-details {
        text-align: center;
    }
    
    .member-box .member-details h4 {
        color: #000;
        text-transform: uppercase;
    }
    
    .member-box .member-details .member-position {
        color: #444;
        display: block;
        font-size: 11px;
        margin-top: -3px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    
    .member-box .member-details p {
        margin-bottom: 12px;
    }
    
    .memebr-social ul {
        list-style: none;
    }
    
    .memebr-social ul li {
        margin: 0 1px;
        display: inline-block;
    }
    
    .memebr-social ul li a {
        display: block;
        width: 30px;
        height: 30px;
        color: #E62B71;
        line-height: 29px;
        border-radius: 50%;
        border: 1px solid #E62B71;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .memebr-social ul li a i {
        font-size: 12px;
    }
    
    .memebr-social ul li:hover a {
        color: #fff;
        background-color: #E62B71;
    }
    
    .dark-section .member-box .member-details h4 {
        color: #fff;
    }
    
    .dark-section .member-box .member-details .member-position {
        color: #ddd;
    }
    
    .dark-section .member-box .member-details p {
        color: #888;
    }
    
    .dark-section .memebr-social ul li a {
        color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    .dark-section .memebr-social ul li:hover a {
        color: #222;
        background-color: #fff;
        border-color: #fff;
    }
    /*------------------------------------------*/
    /*          05 - Portfolio Styles
/*------------------------------------------*/
    
    .portfolio-filters {
        text-align: center;
        padding: 10px 0 20px 0;
    }
    
    .portfolio-filters a {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        color: #444;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .portfolio-filters a:after {
        content: "/";
        color: #666;
        margin: 0 12px;
    }
    
    .portfolio-filters a:last-child:after {
        display: none;
    }
    
    .dark-section .portfolio-filters a,
    .dark-section .portfolio-filters a:after {
        color: #bbb;
    }
    
    #portfolio-grid .portolio-item {
        overflow: hidden;
        cursor: pointer;
    }
    
    #portfolio-grid .portolio-item .portfolio-img img {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transform: scale(1.1);
    }
    
    #portfolio-grid .portolio-item:hover .portfolio-img img {
        -webkit-transform: scale(1);
    }
    
    #portfolio-grid .portolio-item .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    #portfolio-grid .portolio-item:hover .portfolio-overlay {
        background-color: #fff;
    }
    
    #portfolio-grid .portolio-item .portfolio-details {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -15px;
        text-align: center;
        opacity: 0;
        filter: Alpha(Opacity=0);
        text-transform: uppercase;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    
    #portfolio-grid .portolio-item .portfolio-details h4 {
        position: relative;
        right: -22px;
        color: #222;
        opacity: 0;
        filter: Alpha(Opacity=0);
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 1px;
        transition: all 0.4s ease 0.2s;
        -moz-transition: all 0.4s ease 0.2s;
        -webkit-transition: all 0.4s ease 0.2s;
        -ms-transition: all 0.4s ease 0.2s;
        -o-transition: all 0.4s ease 0.2s;
    }
    
    #portfolio-grid .portolio-item:hover .portfolio-details h4 {
        right: 0;
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    #portfolio-grid .portolio-item .portfolio-details span {
        position: relative;
        left: -15px;
        font-size: 11px;
        color: #555;
        opacity: 0;
        filter: Alpha(Opacity=0);
        letter-spacing: 1px;
        transition: all 0.4s ease 0.3s;
        -moz-transition: all 0.4s ease 0.3s;
        -webkit-transition: all 0.4s ease 0.3s;
        -ms-transition: all 0.4s ease 0.3s;
        -o-transition: all 0.4s ease 0.3s;
    }
    
    #portfolio-grid .portolio-item:hover .portfolio-details span {
        left: 0;
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    #portfolio-grid .portolio-item:hover .portfolio-details {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    /*-------- Project Expander --------*/
    
    .project-window {
        width: 100%;
    }
    
    .project-window .expander-arrows {
        padding: 21px 0;
        text-align: center;
    }
    
    .project-window .expander-arrows div {
        display: inline-block;
        cursor: pointer;
        margin: 0 3px;
    }
    
    .project-window .expander-arrows div i {
        font-size: 16px;
        display: block;
        width: 36px;
        height: 36px;
        color: #222;
        line-height: 36px;
        border-radius: 50%;
        border: 1px solid #222;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .project-window .expander-arrows div:hover i {
        color: #fff;
        background-color: #111;
        border-color: #111;
    }
    
    .project-window .project-wrap {
        padding-bottom: 30px;
    }
    
    .project-window .project-thumb {
        margin-bottom: 22px;
    }
    
    .project-window .project-sidebar .project-thumb {
        margin-bottom: 0;
    }
    
    .project-window .project-gallery .gallery-top {
        margin-bottom: 4px;
        padding: 0 2px;
    }
    
    .project-window .project-gallery .gallery-bottom .item {
        margin: 0 2px;
        cursor: pointer;
        overflow: hidden;
        transition: top 0.4s ease-in-out;
        -moz-transition: top 0.4s ease-in-out;
        -webkit-transition: top 0.4s ease-in-out;
        -o-transition: top 0.4s ease-in-out;
    }

    
    .project-window .info-project {
        position: relative;
    }
    
    .project-window .project-options {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .project-window .project-options .likes-counter {
        display: inline-block;
        cursor: pointer;
        position: relative;
        width: 32px;
        height: 32px;
        color: #FF5559;
        text-align: center;
        border: 1px solid #FF5559;
        border-radius: 50%;
        opacity: 0.8;
        filter: Alpha(Opacity=0.8);
        margin-left: 15px;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
    }
    
    .project-window .project-options .likes-counter:hover {
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .project-window .project-options .likes-counter span {
        position: absolute;
        left: 0;
        bottom: -26px;
        width: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
        font-size: 11px;
        text-align: center;
        transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
    }
    
    .project-window .project-options .likes-counter:hover span {
        bottom: -21px;
        opacity: 1;
        filter: Alpha(Opacity=1);
    }
    
    .project-window .project-options .likes-counter i {
        font-size: 10px;
        line-height: 32px;
    }
    
    .project-window .project-options .social-share {
        display: inline-block;
        position: relative;
        top: 2px;
    }
    
    .project-window .project-options .social-share a {
        display: inline-block;
        margin-left: 12px;
    }
    
    .project-window .project-options .social-share a i {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.22);
        transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }
    
    .project-window .project-options .social-share a:hover i {
        color: rgba(0, 0, 0, 0.92);
    }
    
    .project-window .title-project {
        text-transform: uppercase;
        font-weight: 700;
        color: #111;
        letter-spacing: 1px;
    }
    
    .project-window .cat-project {
        margin-bottom: 8px;
        margin-top: -1px;
        position: relative;
    }
    
    .project-window .cat-project {
        color: #444;
        font-size: 11px;
        text-transform: uppercase;
    }
    
    .project-window .cat-project span:after {
        content: "/";
        color: #888;
        margin: 0 4px 0 6px;
    }
    
    .project-window .cat-project span:last-child:after {
        display: none;
    }
    
    .project-window .meta-project {
        border-top: 1px solid rgba(0, 0, 0, .08);
        margin-top: 16px;
        padding-top: 10px;
        font-size: 11px;
    }
    
    .project-window .project-wrap .meta-project ul li {
        display: inline-block;
        margin-right: 15px;
    }
    
    .project-window .meta-project ul li span:after {
        content: ",";
    }
    
    .project-window .meta-project ul li span:last-child:after {
        display: none;
    }
    
    .project-window .project-content p {
        margin-bottom: 6px;
    }
    /*------------------------------------------*/
    /*         06 - Brand Section Styles
/*------------------------------------------*/
    
    .brand {
        height: 140px;
        overflow: hidden;
    }
    
    .brand .section-overlay {
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.9);
    }
    
    .brand.light-section .section-overlay {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.6);
    }
    
    .brand .section-overlay img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -30px;
        font-size: 60px;
        position: absolute;
        pointer-events: none;
    }
    
    .brand-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    

    /*-------- Masonry Layout --------*/
    
    .masonry-layout .post {
        width: 29%;
        padding: 19px 18px 10px 18px;
        border-radius: 2px;
        margin-bottom: 3.5%;
        border: 1px solid #eee;
        transition: border-color 0.5s ease-in-out;
        -moz-transition: border-color 0.5s ease-in-out;
        -webkit-transition: border-color 0.5s ease-in-out;
        -o-transition: border-color 0.5s ease-in-out;
    }
    
    .masonry-layout .masonry-post:hover {
        border-color: #e2e2e2;
    }
    
    .masonry-layout .post-thumb {
        margin-bottom: 18px;
    }
    
    .masonry-layout .post-head {
        margin-bottom: 10px;
    }
    
    .masonry-layout .post-head q {
        position: relative;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 5px;
        display: block;
    }
    
    .masonry-layout .post-head q::before,
    .masonry-layout .post-head q::after {
        display: none;
    }
    
    .masonry-layout .post-head q a {
        color: #fff;
        border-radius: 2px;
        display: block;
        padding: 12px 17px;
        background-color: #111;
        transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
    }
    
    .masonry-layout .post-head q a i {
        color: rgba(255, 255, 255, 0.08);
        font-size: 4em;
        position: absolute;
        bottom: -10px;
        right: 15px;
        z-index: 39;
    }
    
    .masonry-layout .post-head .post-meta,
    .masonry-layout .post-head .post-meta li a {
        color: #a8a8a8;
    }
    
    .masonry-layout .post-bottom {
        color: #a8a8a8;
        font-size: 11px;
        margin-top: 18px;
        padding-top: 8px;
        border-top: 1px solid #f2f2f2;
    }
    
    .masonry-layout .post-bottom .read-more {
        float: right;
    }
    /*-------- Sidebar --------*/
    
    .sidebar {
        padding-left: 100px;
    }
    
    .sidebar a {
        color: #666;
    }
    
    .sidebar .widget {
        margin-bottom: 60px;
    }
    
    .widget .widget-heading h4 {
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .widget-categories ul,
    .widget-recent-posts ul {
        list-style: none;
    }
    
    .sidebar .widget-categories ul li {
        font-size: 12px;
        padding: 5px 0;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .widget-recent-posts ul li {
        font-size: 12px;
        line-height: 20px;
        padding: 6px 0;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .widget-recent-posts ul li span {
        font-size: 11px;
        display: block;
        color: #aaa;
    }
    
    .widget-categories ul li .icon-arrow-right11,
    .widget-recent-posts ul li .icon-arrow-right11 {
        position: relative;
        top: 1px;
        color: #111;
        margin-right: 5px;
    }
    
    .widget-search .search-box {
        position: relative;
    }
    
    .widget-search .search-box input {
        margin-bottom: 0;
    }
    
    .widget-search .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 100%;
        border: 0;
        padding: 0;
        color: #111;
        outline: 0;
        font-size: 14px;
        line-height: 37px;
        text-align: center;
        background-color: transparent;
        transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
    }
    
    .widget-tags a {
        border: 1px solid #eee;
        display: inline-block;
        border-radius: 2px;
        font-size: 11px;
        color: #888;
        padding: 3px 10px;
        margin: 0 2px 6px 0;
        text-transform: capitalize;
        transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    
    .widget-tags a:hover {
        color: #fff !important;
    }
    /*------------------------------------------*/
    /*	         08 - Footer Styles
/*------------------------------------------*/
    
    #footer {
        padding: 45px 0 55px 0;
        text-align: center;
        background-color: #fff;
    }
    
    #goTop {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 34px;
        height: 30px;
        line-height: 34px;
        font-size: 16px;
        color: #fff;
        border-radius: 2px 2px 0 0;
        margin-left: -17px;
        background-color: #111;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    #footer .logo-img {
        margin-bottom: 5px;
    }
    
    #footer .copyright {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }
    
    #footer .social-icons ul {
        list-style: none;
    }
    
    #footer .social-icons ul li {
        display: inline-block;
    }
    
    #footer .social-icons ul li a {
        font-size: 14px;
        display: block;
        margin: 0 10px;
    }
    /*-------- Footer Light --------*/
    
    #footer.light-section {
        background-color: #fff;
    }
    
    #footer.light-section .copyright,
    #footer.light-section .social-icons ul li a {
        color: #111;
    }
    /*-------- Footer Dark --------*/
    
    #footer.dark-section .copyright,
    #footer.dark-section .social-icons ul li a {
        color: #eee;
    }
    /*-------- Demo Page Styles --------*/
    
    .demos-links .row .col-md-4 a img {
        position: relative;
        top: 0;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .demos-links .row .col-md-4 a:hover img {
        top: -5px;
    }
    
    .demos-links:hover .row .col-md-4 img {
        opacity: 0.7;
    }
    
    .demos-links:hover .row .col-md-4:hover img {
        opacity: 1;
    }
    
    .demos-links .row .col-md-4.soon img,
    .demos-links:hover .row .col-md-4.soon img,
    .demos-links:hover .row .col-md-4.soon img,
    .demos-links:hover .row .col-md-4.soon img {
        top: 0;
        opacity: 0.15;
    }
    
    .collection {
        margin: 0.5rem 0 1rem 0;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        overflow: hidden;
        position: relative;
    }
    
    .collection .collection-item {
        background-color: #fff;
        line-height: 3rem;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .collection .collection-item.avatar {
        min-height: 90px;
        padding-left: 72px;
        position: relative;
    }
    
    .collection .collection-item.avatar .circle {
        position: absolute;
        width: 70px;
        height: 70px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        border: 2px solid #f2f5f7;
        object-fit: cover;
    }
    
    .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center;
    }
    
    .collection .collection-item.avatar .title {
        font-size: 16px;
    }
    
    .collection .collection-item.avatar p {
        margin: 0;
    }
    
    .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 37px;
        right: 27px;
    }
    
    .collection .collection-item.avatar .secondary-content:active,
    .collection .collection-item.avatar .secondary-content:focus,
    .collection .collection-item.avatar .secondary-content:hover,
    .collection .collection-item.avatar .secondary-content:visited {
        color: #E62B71;
        text-decoration: none;
    }
    
    .collection .collection-item:last-child {
        border-bottom: none;
    }
    
    .collection .collection-item.active {
        background-color: #26a69a;
        color: #eafaf9;
    }
    
    .collection .collection-item.active .secondary-content {
        color: #fff;
    }
    
    .collection a.collection-item {
        display: block;
        transition: .25s;
        color: #26a69a;
    }
    
    .collection a.collection-item:not(.active):hover {
        background-color: #ddd;
    }
    
    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }
    
    .collection.with-header .collection-item {
        padding-left: 30px;
    }
    
    .collection.with-header .collection-item.avatar {
        padding-left: 100px;
    }
    
    .collection-item span.badge {
        margin-top: calc(0.75rem - 11px);
    }
    
    .teamGarh {
        display: none;
    }
    /* labels */
    
    .label {
        vertical-align: baseline;
    }
    
    .label {
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
    }
    
    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        color: #fff;
        border-radius: .25em;
    }
    
    .label-info {
        background-color: #5bc0de;
    }
    
    .label {
        font-family: "Open Sans", sans-serif;
    }
    
    .label {
        text-shadow: none;
        font-size: 14px;
        font-weight: 300;
        padding: 3px 6px;
        color: #fff;
    }
    
    .label-info {
        background-color: #E62B71;
    }
    
    .label.label-sm {
        font-size: 13px;
        padding: 2px 5px;
    }
    
     :not(.md-skip).label {
        text-transform: uppercase;
        padding: 2px 6px 4px;
        font-size: 10px;
        font-weight: 600;
    }
    
     :not(.md-skip).label.label-sm {
        font-size: 10px;
        font-weight: 600;
        padding: 3px 6px;
    }
    
    .space-label {
        margin-top: 10px;
        display: block;
        position: relative;
    }
    
    @media all and (max-width: 480px) {
        .collection .collection-item.avatar .secondary-content {
            position: relative;
            top: 0;
            right: 0;
            display: inline-block;
        }
    }
    /* Carousel Vídeos */
    
    .component_carousel_cod_001 .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 50;
    }
    
    .component_carousel_cod_001 .slick-prev {
        left: 0;
    }
    
    .component_carousel_cod_001 .slick-next {
        right: 0;
    }
    
    .component_carousel_cod_001 .video-thumb-view {
        margin: 8px 8px 8px 0;
    }
    
    .component_carousel_cod_001 .video-thumb-view img {
        width: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    
    .component_carousel_cod_001 .slick-next:before {
        content: '\f105';
        font-family: 'FontAwesome';
    }
    
    .component_carousel_cod_001 .slick-prev:before {
        content: '\f104';
        font-family: 'FontAwesome';
    }
    
    .component_carousel_cod_001 .movie-nav .slick-prev,
    .component_carousel_cod_001 .movie-nav .slick-prev:hover,
    .component_carousel_cod_001 .movie-nav .slick-prev:focus,
    .component_carousel_cod_001 .movie-nav .slick-next:hover,
    .component_carousel_cod_001 .movie-nav .slick-next:focus,
    .component_carousel_cod_001 .movie-nav .slick-next {
        background: rgba(0, 0, 0, 0.8);
        height: 80%;
    }
    
    .component_carousel_cod_001 .movie-single .slick-prev,
    .component_carousel_cod_001 .movie-single .slick-prev:hover,
    .component_carousel_cod_001 .movie-single .slick-prev:focus,
    .component_carousel_cod_001 .movie-single .slick-next:hover,
    .component_carousel_cod_001 .movie-single .slick-next:focus,
    .component_carousel_cod_001 .movie-single .slick-next {
        background: rgba(0, 0, 0, 0.8);
        height: 20%;
        width: 3%;
    }
    
    .component_carousel_cod_001 .movie-single iframe {
        width: 100%;
        max-height: 500px;
    }
    
    .header-register {
        padding: 15px 0;
        background-color: #ed4590;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    }
    
    .header-register a {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    
    .cadastro-integrantes .contant-form-bx iframe {
        height: 100%;
        max-height: 100%;
        min-height: 1200px;
    }
    
    .p-0 {
        padding-bottom: 0 !important;
    }

    .home-slider .item {
        background-size: cover !important;
        background-position: center center !important;
        height: 100%;
        display: flex; /* Use Flexbox */
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center vertically */
        align-items: center; /* Center horizontally */
        text-align: center; /* Ensure text inside is centered */
    }