.marquessTicker {
    margin-bottom: 0px;
    height: 30px;
}

.main-navigation ul > li > a {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
}


.octf-main-header {
    padding-right: 2%;
    padding-left: 2%;
}

.header_mobile .octf-row {
    flex-wrap: wrap;
}

.octf-mainbar-row .octf-col {
    flex-grow: 1;
    flex-grow: 1;
    flex-flow: column wrap;
    flex-basis: auto;
}

    .octf-mainbar-row .octf-col.cta-col {
        flex-grow: 0.8;
        display: flex;
        align-items: flex-end;
    }


.octf-mainbar-row .octf-col.menu-col{
     flex-grow: 1;
}

.octf-mainbar-row .octf-col.logo-col{
     flex-grow: 0.8;
}

.octf-btn-cta {
    align-content: center;
    align-items: center;
}


.main-navigation > ul > li {
    margin: 0px 14px;
}

.is-stuck #site-logo img {
    padding-top: 0%;
    padding-bottom: 0%;
}

.is-stuck {
    padding-top: 0%;
    padding-bottom: 0%;
}

    .is-stuck .downloadProfileDiv a {
        color: #9f9e9e;
    }

#site-logo img {
    padding-top: 7%;
    padding-bottom: 7%;
    /*padding-left: 5%;
    padding-right: 5%;*/
    max-width: 280px;
}

.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow{

}

.cate-lines img {
    filter: brightness(100%);
}

.main-navigation > ul {
    height: 110px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
    top: 45%;
}

.is-stuck .main-navigation ul.menu > li > a:after {
    color: #c3c7c9;
    /*top: 30%;*/
}
/*loader*/
/* 03. Preload css */
#loadAnim,
#loadAnimPara {
    -webkit-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

    #loadAnim.transition-in,
    #loadAnimPara.transition-in {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible
    }

    #loadAnim h2 {
        color: #fff;
        letter-spacing: 1px
    }

    #loadAnimPara p {
        color: #eee;
        line-height: 24px;
    }

.banner_inn > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

#loadAnim {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #000 none repeat scroll 0 0;
        z-index: 1000;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

        #loader-wrapper .loader-section.section-left {
            left: 0;
        }

        #loader-wrapper .loader-section.section-right {
            right: 0;
        }

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.7s 1.6s ease-out;
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

#loader-wrapper .patternLoadTop {
    opacity: 1;
    -webkit-animation: changeTop 2.7s;
    animation: changeTop 2.7s;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    /*top: 42%;
    top: 42vh;*/
    top: -37px;
}


#loader-wrapper .patternLoadDown {
    opacity: 1;
    -webkit-animation: changeDown 2.7s;
    animation: changeDown 2.7s;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    top: 42%;
    top: 37px;
}

    #loader-wrapper .patternLoadTop img {
        max-width: 15%;
        margin: auto;
        display: block;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }


#loader-wrapper .patternLoadDown img {
    max-width: 15%;
    margin: auto;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.loaded .splash {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.splash {
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 999999999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

    .splash > .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100vh;
    }

    .splash.display-none {
        width: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 100vh;
        position: fixed;
        background-color: black;
        z-index: -10;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

#welcome {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fill .5s ease forwards 3.5s;
    animation: fill .5s ease forwards 3.5s;
    max-height: 45px
}

    #welcome path:nth-child(1) {
        stroke-dasharray: 1092;
        stroke-dashoffset: 1092;
        -webkit-animation: line-anim 2.7s ease forwards;
        animation: line-anim 2.7s ease forwards;
    }

    #welcome path:nth-child(2) {
        stroke-dasharray: 463px;
        stroke-dashoffset: 463px;
        -webkit-animation: line-anim 2.7s ease forwards 0.3s;
        animation: line-anim 2.7s ease forwards 0.3s;
    }

    #welcome path:nth-child(3) {
        stroke-dasharray: 380px;
        stroke-dashoffset: 380px;
        -webkit-animation: line-anim 2.7s ease forwards 0.6s;
        animation: line-anim 2.7s ease forwards 0.6s;
    }

    #welcome path:nth-child(4) {
        stroke-dasharray: 605px;
        stroke-dashoffset: 605px;
        -webkit-animation: line-anim 2.7s ease forwards 0.9s;
        animation: line-anim 2.7s ease forwards 0.9s;
    }

    #welcome path:nth-child(5) {
        stroke-dasharray: 605px;
        stroke-dashoffset: 605px;
        -webkit-animation: line-anim 2.7s ease forwards 1.2s;
        animation: line-anim 2.7s ease forwards 1.2s;
    }

    #welcome path:nth-child(6) {
        stroke-dasharray: 860px;
        stroke-dashoffset: 860px;
        -webkit-animation: line-anim 2.7s ease forwards 1.5s;
        animation: line-anim 2.7s ease forwards 1.5s;
    }

    #welcome path:nth-child(7) {
        stroke-dasharray: 463px;
        stroke-dashoffset: 463px;
        -webkit-animation: line-anim 2.7s ease forwards 1.8s;
        animation: line-anim 2.7s ease forwards 1.8s;
    }

@-webkit-keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fill {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}

@keyframes fill {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}


/* Header Style */


@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes changeTop {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    1% {
        transform: translate3d(0, 50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    /*0%, 100% {
        transform: translate3d(0, -100, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }*/
  
}


@-webkit-keyframes changeDown {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    1% {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(0, 50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


@-webkit-keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%, 29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%, 45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%, 62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%, 79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%, 95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

.os-phrases h2 {
    font-family: Gotham-Light, sans-serif;
    font-size: 70px;
    font-weight: 200;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 14px;
    text-align: center;
    opacity: 0;
}

    .os-phrases h2,
    .os-phrases h2 > span {
        height: 100%;
        /* Centering with flexbox */
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .os-phrases h2 > span {
            margin: 0 15px;
        }

            .os-phrases h2 > span > span {
                display: inline-block;
                -webkit-perspective: 1000px;
                -moz-perspective: 1000px;
                perspective: 1000px;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

                .os-phrases h2 > span > span > span {
                    display: inline-block;
                    color: rgba(0, 0, 0, 0);
                    -webkit-transform-style: preserve-3d;
                    -moz-transform-style: preserve-3d;
                    transform-style: preserve-3d;
                    -webkit-transform: translate3d(0, 0, 0);
                    -moz-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-animation: OpeningSequence 3.2s linear forwards;
                    -moz-animation: OpeningSequence 3.2s linear forwards;
                    animation: OpeningSequence 3.2s linear forwards;
                }

        .os-phrases h2:nth-child(2) > span > span > span {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            animation-delay: 3s;
        }

        .os-phrases h2:nth-child(3) > span > span > span {
            -webkit-animation-delay: 5s;
            -moz-animation-delay: 5s;
            animation-delay: 5s;
        }

        .os-phrases h2:nth-child(4) > span > span > span {
            -webkit-animation-delay: 8s;
            -moz-animation-delay: 8s;
            animation-delay: 8s;
        }

        .os-phrases h2:nth-child(5) > span > span > span {
            font-size: 150px;
            -webkit-animation-delay: 10s;
            -moz-animation-delay: 10s;
            animation-delay: 10s;
            -webkit-animation-duration: 4s;
            -moz-animation-duration: 4s;
            animation-duration: 4s;
        }

        .os-phrases h2:nth-child(6) > span > span > span {
            -webkit-animation-delay: 15s;
            -moz-animation-delay: 15s;
            animation-delay: 15s;
        }

        .os-phrases h2:nth-child(7) > span > span > span {
            -webkit-animation-delay: 17s;
            -moz-animation-delay: 17s;
            animation-delay: 17s;
        }

@-webkit-keyframes OpeningSequence {
    0% {
        text-shadow: 0 0 50px #fff;
        letter-spacing: 80px;
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }

    50% {
        text-shadow: 0 0 1px #fff;
        letter-spacing: 14px;
        opacity: 0.8;
        -webkit-transform: rotateY(0deg);
    }

    85% {
        text-shadow: 0 0 1px #fff;
        opacity: 0.8;
        -webkit-transform: rotateY(0deg) translateZ(100px);
    }

    100% {
        text-shadow: 0 0 10px #fff;
        opacity: 0;
        -webkit-transform: translateZ(130px);
        pointer-events: none;
    }
}

@-moz-keyframes OpeningSequence {
    0% {
        text-shadow: 0 0 50px #fff;
        letter-spacing: 80px;
        opacity: 0.2;
        -moz-transform: rotateY(-90deg);
    }

    50% {
        text-shadow: 0 0 1px #fff;
        letter-spacing: 14px;
        opacity: 0.8;
        -moz-transform: rotateY(0deg);
    }

    85% {
        text-shadow: 0 0 1px #fff;
        opacity: 0.8;
        -moz-transform: rotateY(0deg) translateZ(100px);
    }

    100% {
        text-shadow: 0 0 10px #fff;
        opacity: 0;
        -moz-transform: translateZ(130px);
        pointer-events: none;
    }
}

@keyframes OpeningSequence {
    0% {
        text-shadow: 0 0 50px #fff;
        letter-spacing: 80px;
        opacity: 0.2;
        transform: rotateY(-90deg);
    }

    50% {
        text-shadow: 0 0 1px #fff;
        letter-spacing: 14px;
        opacity: 0.8;
        transform: rotateY(0deg);
    }

    85% {
        text-shadow: 0 0 1px #fff;
        opacity: 0.8;
        transform: rotateY(0deg) translateZ(100px);
    }

    100% {
        text-shadow: 0 0 10px #fff;
        opacity: 0;
        transform: translateZ(130px);
        pointer-events: none;
    }
}

.os-phrases h2:nth-child(8) > span > span > span {
    font-size: 30px;
    -webkit-animation: FadeIn 4s linear 40s forwards;
    -moz-animation: FadeIn 4s linear 40s forwards;
    animation: FadeIn 4s linear 40s forwards;
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        text-shadow: 0 0 50px #fff;
    }

    100% {
        opacity: 0.8;
        text-shadow: 0 0 1px #fff;
    }
}

@-moz-keyframes FadeIn {
    0% {
        opacity: 0;
        text-shadow: 0 0 50px #fff;
    }

    100% {
        opacity: 0.8;
        text-shadow: 0 0 1px #fff;
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        text-shadow: 0 0 50px #fff;
    }

    100% {
        opacity: 0.8;
        text-shadow: 0 0 1px #fff;
    }
}
/* Bold words */
.os-phrases h2:first-child .word3,
.os-phrases h2:nth-child(2) .word2,
.os-phrases h2:nth-child(4) .word2 {
    font-weight: 600;
}


/*end loader*/


p {
    color: #fff;
    font-style: normal;
    font-family: Lato-Regular, sans-serif;
}

h1, h2, h3, h5, h6 {
    font-family: 'Gotham-Bold';
}


.octf-btn:before {
    width: calc( 100% + 0px );
    height: 0px;
}


.octf-btn:after {
    width: 0px;
    height: calc( 100% + 0px );
}


.banner-desc-1 {
    color: #fff;
    height: 100%;
}



.banner-4 {
    background: url(/shared/assets/images/businesses/services/fm/fmBg6.jpg);
}

.our-studio .octf-btn {
    margin-top: 2%;
}

.our-studio .entry-media {
    position: absolute;
    top: 50%;
    left: 50%;
}

.our-studio-detail p {
    color: #fff;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Lato-Regular, sans-serif;
    font-size: 18px;
}

.benefit-side .icon-box--classic p {
    font-size: 18px;
    color: #fff;
}


.benefit-side-desc {
    /*background-image: url(/assets22/images/businesses/fm/sectionBg.jpg);*/
    background-image: none;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    background-color: #1A1A1A;
    padding: 120px 70px 120px 70px;
    margin: 0px;
}

.section-team-list .ot-heading {
    margin-bottom: 0px;
}

.benefit-side {
    padding: 0px;
}

.ot-heading {
    padding-bottom: 5%;
}

.serviceSection .cate-item > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.serviceSection .pointer-large:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .4);
    z-index: 9;
}

.downloadProfileDiv {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

    .downloadProfileDiv a {
        /* position: relative;
        */
        /* display: flex; */
        /* -webkit-box-align: center; */
        /* -webkit-align-items: center; */
        /*-ms-flex-align: center;*/
        /* align-items: end; */
        /* height: 100%; */
        /* text-decoration: none; */
        /* text-align: center; */
        text-transform: uppercase;
        outline: none;
        color: #fff !important;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 29px;
        padding-bottom: 0px;
        font-family: "Gotham-Light", sans-serif;
    }

        .downloadProfileDiv a:hover{
            background-color: transparent !important;

        }

    .downloadProfileDiv img {
        max-width: 280px;
    }

.is-stuck .main-navigation ul.menu > li > a {
    color: #000;
}


.footer-social a, .list-social a {
    font-size: 22px;
}

.footer-social a i, .list-social a i {
    width: 22px;
    height: 22px;
}
.topbar-socials.list-social a i:before {
    font-size: 22px;
}



.is-stuck {
    background-color: #fff !important;
}


.is-stuck #site-logo img {
    /*height: 86px;*/
}

    .is-stuck .octf-main-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.grid-lines .color-line-default {
    background-color: rgba(208, 39, 36, 0.8);
    ;
}

.grid-lines .color-line-secondary {
    background-color: rgba(208, 39, 36, 0.8);
}


/*home sldier*/

.slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .4);
    z-index: 9;
}
.header {
    overflow: hidden;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

.hero .hero-slide .header-content {
    top: 58%;
    margin-left: 0;
    /* max-width: 550px; */
    width: 100%;
    padding: 4%;
    z-index: 99;
}


    
.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

.hero .slick-arrow {
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: none;
    top: calc(100% - 36px);
    background: transparent;
    color: #fff;
    left: auto;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    z-index: 9;
    width: 90px;
    height: 90px;
    background: transparent;
    transition: 0.3s;
    font-weight: normal
}

.hero .slick-prev{
    right: 64px;
}

.hero .slick-arrow:focus{
    outline: none !important;
}
/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: #d60e96;
}

/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}

/*home sldier end*/


.firstCanvas.grid-lines .g-line-vertical {
    height: 80%;
    display: block;
    width: 1px;
    /*background-color: #fff;*/
    left: 90px;
    top: 10%;
    position: absolute;
}
.story-1 {
    background-color: #fff;
}


/* projects slider*/

/* 4.21 Home Grid page blocks */
@media (min-width: 1200px) {
    .projects-grid__inner {
        max-width: 1830px;
    }
}



.projects-grid {
    padding-top: 5%;
    padding-bottom: 5%;
}

.projects-grid__list {
    list-style: none;
    margin-top: -30px;
    margin-bottom: 0;
    padding: 0;
}

.projects-grid__item {
    margin-top: 30px;
}

.projects-grid__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .projects-grid__bg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .4);
        z-index: 9;
    }

.projects-grid__bg-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    transition: all 5s, opacity 0.35s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .projects-grid__bg-item.active {
        opacity: 1;
        transform: scale(1.03);
    }

/* 4.6 Statistics block */
.card {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.card--masonry .card__heading, .card--carousel .card__heading {
    visibility: hidden;
}

    .card--masonry .card__heading br, .card--carousel .card__heading br {
        display: none;
    }

.card--masonry:hover .card__heading, .card--masonry:focus .card__heading, .card--carousel:hover .card__heading, .card--carousel:focus .card__heading {
    visibility: visible;
}

.card--carousel .card__heading br {
    display: block;
}

.card--carousel .card__text {
    max-width: 472px;
}

.card--small .card__heading {
    font-size: 25px;
}

.card--team .card__heading {
    visibility: hidden;
}

.card--team:focus .card__heading {
    visibility: visible;
}

.card--team:focus .card__content {
    border: solid 4px #d02724;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

@media (min-width: 992px) {
    .card--team:hover .card__heading, .card--team:focus .card__heading {
        visibility: visible;
    }

    .card--team:hover .card__content, .card--team:focus .card__content {
        border: solid 4px #d02724;
        background-color: rgba(255, 255, 255, 0.9) !important;
    }
}

.card--team .social__link svg {
    fill: #000000;
}

.card--team .social__link:focus svg {
    fill: #d02724;
}

@media (min-width: 992px) {
    .card--team .social__link:hover svg, .card--team .social__link:focus svg {
        fill: #d02724;
    }
}

.card--send {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px 40px;
    border: solid 1px #ababab;
    transition: border-color 0.3s ease;
}

    .card--send:focus {
        border-color: #d02724;
    }

        .card--send:focus .card__send-text {
            color: #d02724;
        }

@media (min-width: 992px) {
    .card--send:hover, .card--send:focus {
        border-color: #d02724;
    }

        .card--send:hover .card__send-text, .card--send:focus .card__send-text {
            color: #d02724;
        }
}

.card--transparent {
    min-height: 240px;
    border: solid 1px #ffffff;
    transition: border-color 0.3s ease;
    background: transparent;
    border-radius: 0px !important;
}

    .card--transparent .card__heading {
        position: static;
        font-size: 27px;
        line-height: 1.29;
        text-transform: uppercase;
    }

    .card--transparent .card__content {
        padding: 24px 30px 4px;
        justify-content: flex-end;
    }

    .card--transparent .card__text {
        position: absolute;
        margin-bottom: 20px;
    }

    .card--transparent:focus {
        border-color: #d02724;
    }

        .card--transparent:focus .card__text {
            position: static;
            transition: transform 0.4s 0.4s ease, opacity 0.4s 0.4s ease;
        }


    .card--active .card__heading {
        position: static !important;
        transform: translateY(0);
    }

    .card--active .card__text {
        position: static !important;
    }

.card:hover, .card:focus, .card--active {
    outline: none;
}

    .card:hover .card__content, .card:focus .card__content, .card--active .card__content {
        background-color: rgba(208, 39, 36, 0.8);
    }

    .card:hover .card__date, .card:focus .card__date, .card--active .card__date {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.6s 0.4s ease, opacity 0.6s 0.4s ease;
    }

    .card:hover .card__tag, .card:focus .card__tag, .card--active .card__tag {
        color: #fff;
        transform: translateY(0);
        transition: transform 0.5s ease;
    }

    .card:hover .card__heading, .card:focus .card__heading, .card--active .card__heading {
        position: static;
        color: #fff;
        transform: translateY(0);
        transition: transform 0.5s ease;
    }

    .card:hover .card__text, .card:focus .card__text, .card--active .card__text {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.4s 0.2s ease, opacity 0.4s 0.2s ease;
    }

    .card:hover .card__bottom, .card:focus .card__bottom, .card--active .card__bottom {
        opacity: 1;
    }

.card__tag {
    margin-bottom: 4px;
    color: #ffffff;
    transform: translateY(-20px);
}

.card__send-text {
    max-width: 100px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.card__image {
    display: block;
}

    .card__image img {
        display: block;
        width: 100%;
        height: auto;
    }

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: background-color 0.5s ease;
}

@media (min-width: 1200px) {
    .card__content {
        padding: 44px 30px;
    }
}

.card__date {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .card__date {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.card__heading {
    position: absolute;
    left: 32px;
    bottom: 12px;
    margin: 0;
    transform: translateY(-20px);
    font-size: 28px;
    line-height: 1.4;
    color: #ffffff;
    font-family: 'Gotham-Light';
}

@media (min-width: 1200px) {
    .card__heading {
        left: 40px;
        bottom: 24px;
        font-size: 32px;
    }
}

.card__text {
    display: block;
    max-width: 340px;
    margin-top: 24px;
    margin-bottom: auto;
    opacity: 0;
    transform: translateY(-20px);
    font-size: 16px;
    line-height: 1.3125;
    color: #000000;
}

    .card__text br {
        display: none;
    }

@media (min-width: 992px) {
    .card__text br {
        display: block;
    }
}

.card__bottom {
    display: block;
    margin-top: 12px;
    opacity: 0;
}

.card__link {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.15;
    color: #000000;
    font-weight: 700;
}

    .card__link svg {
        margin-left: 8px;
    }

.card .social__link:hover svg, .card .social__link:focus svg {
    fill: #ffffff;
}

.card--news {
    height: 100%;
    overflow: hidden;
}

    .card--news:hover, .card--news:focus {
        outline: none;
    }

        .card--news:hover .card__content, .card--news:focus .card__content {
            background-color: #ffffff;
        }

        .card--news:hover .card__heading, .card--news:focus .card__heading {
            visibility: visible;
        }

@media (min-width: 992px) {
    .card--news:hover:hover, .card--news:hover:focus, .card--news:focus:hover, .card--news:focus:focus {
        outline: none;
    }

        .card--news:hover:hover .card__content, .card--news:hover:focus .card__content, .card--news:focus:hover .card__content, .card--news:focus:focus .card__content {
            background-color: #ffffff;
            transform: translateX(0);
        }

        .card--news:hover:hover .card__heading, .card--news:hover:focus .card__heading, .card--news:focus:hover .card__heading, .card--news:focus:focus .card__heading {
            opacity: 1;
            transition: transform 0.5s 0.5s ease, opacity 0.4s 0.5s ease;
        }

        .card--news:hover:hover .card__text, .card--news:hover:focus .card__text, .card--news:focus:hover .card__text, .card--news:focus:focus .card__text {
            transition: transform 0.4s 0.6s ease, opacity 0.4s 0.6s ease;
        }
}

.card--news .card__content {
    width: 100%;
    padding-left: 0;
    background-color: #ffffff;
    position: relative;
    transition: transform 0.4s ease;
}

@media (min-width: 992px) {
    .card--news .card__content {
        max-width: 351px;
        padding-left: 30px;
        border: 4px solid #d02724;
        transform: translateX(100%);
        position: absolute;
        left: unset;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .card--news .card__content {
        padding: 36px 32px 22px;
    }
}

@media (min-width: 992px) {
    .card--news .card__content--full {
        max-width: 100%;
    }
}

.card--news .card__heading {
    position: relative;
    left: unset;
    bottom: unset;
    transform: none;
    color: #000000;
    visibility: visible;
}

@media (min-width: 992px) {
    .card--news .card__heading {
        position: absolute;
        left: 32px;
        bottom: 12px;
        opacity: 0;
        transform: translateY(-20px);
    }
}

.card--news .card__text {
    margin-top: 27px;
    line-height: 26px;
    opacity: 1;
    transform: none;
}

@media (min-width: 992px) {
    .card--news .card__text {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.card--news .card__image {
    height: 400px;
}

@media (min-width: 992px) {
    .card--news .card__image {
        height: 100%;
    }
}

.card--news .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card--news .card__bottom {
    opacity: 1;
}

@media (min-width: 992px) {
    .card--news .card__bottom {
        opacity: 0;
    }
}

.card--news .card__link {
    font-size: 16px;
    font-weight: 600;
    color: #fcd54c;
}

@media (min-width: 992px) {
    .card--news .card__link:hover svg, .card--news .card__link:focus svg {
        animation: link-arrow-hover 0.4s ease;
    }
}

.card--news .card__link svg {
    fill: #fcd54c;
    margin-left: 16px;
}

.card--news-masonry:hover .card__content, .card--news-masonry:focus .card__content {
    transform: none;
    border-color: #d02724;
}

.card--news-masonry:hover .card__date, .card--news-masonry:focus .card__date {
    transform: none;
}

.card--news-masonry:hover .card__heading, .card--news-masonry:focus .card__heading {
    transform: none;
}

.card--news-masonry:hover .card__text, .card--news-masonry:focus .card__text {
    transform: none;
}

.card--news-masonry:hover .card__link, .card--news-masonry:focus .card__link {
    color: #d02724;
}

    .card--news-masonry:hover .card__link svg, .card--news-masonry:focus .card__link svg {
        fill: #d02724;
    }

.card--news-masonry .card__content {
    border-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 992px) {
    .card--news-masonry .card__content {
        background-color: #f4f4f4;
        transform: none;
        position: relative;
    }
}

@media (min-width: 992px) {
    .card--news-masonry .card__date {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 992px) {
    .card--news-masonry .card__heading {
        position: relative;
        left: unset;
        bottom: unset;
        transform: none;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .card--news-masonry .card__text {
        opacity: 1;
        transform: none;
    }
}

.card--news-masonry .card__bottom {
    opacity: 1;
}

.card--news-masonry .card__link {
    color: #000000;
    transition: color 0.3s ease;
}

    .card--news-masonry .card__link svg {
        fill: #000000;
        transition: fill 0.3s ease;
    }


/* end projects slider*/


#back-to-top i {
    -webkit-transform: rotate( 0deg);
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg);
    line-height: 48px;
}




/*--------------------------------------------------------------
2. Custom mouse cursor
--------------------------------------------------------------*/
/** {
    cursor: none;
}

.pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-property: width, height, background;
    -o-transition-property: width, height, background;
    transition-property: width, height, background;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    -o-transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    border-radius: 50%;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #f60000;
}

body.out .pointer {
    width: 0;
    height: 0;
}

.pointer.large {
    width: 30px;
    height: 30px;
    background: transparent;
    -webkit-box-shadow: 0 0 30px rgb(14 12 12 / 80%);
    box-shadow: 0 0 0px rgb(14 12 12 / 80%);
    border-width: 20px 0 20px 30px;
}

.pointer.small {
    width: 25px;
    height: 25px;
    background: rgba(239,13,51,0);
    -webkit-box-shadow: 0 0 30px #ef0d33;
    box-shadow: 0 0 30px #ef0d33;
}

.pointer.right {
    width: 70px;
    height: 70px;
    background: rgba(239,13,51,0);
    border: 2px solid #ef0d33;
}

.pointer.zoom,
.pointer.open {
    width: 80px;
    height: 80px;
    background: rgba(239,13,51,0);
    border: 2px solid #ef0d33;
}

.pointer .fa-long-arrow-alt-right,
.pointer .fa-search,
.pointer .fa-link {
    color: #ef0d33;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.225, 1, .316, .99);
    -o-transition: .4s cubic-bezier(.225, 1, .316, .99);
    transition: .4s cubic-bezier(.225, 1, .316, .99);
}

.pointer .fa-search,
.pointer .fa-link {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.pointer.right .fa-long-arrow-alt-right {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.pointer.zoom .fa-search,
.pointer.open .fa-link {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.pointer.black {
    background: #1b2a2f;
}

    .pointer.black.large {
        background: rgba(27,42,47,.4);
        -webkit-box-shadow: 0 0 30px black;
        box-shadow: 0 0 30px black;
    }

    .pointer.black.small {
        background: rgba(27,42,47,.5);
        -webkit-box-shadow: 0 0 30px black;
        box-shadow: 0 0 30px black;
    }

    .pointer.black.right {
        background: rgba(27,42,47,0);
        border: 2px solid #1b2a2f;
    }

    .pointer.black.zoom,
    .pointer.black.open {
        background: rgba(27,42,47,0);
        border: 2px solid #1b2a2f;
    }

    .pointer.black .fa-long-arrow-alt-right,
    .pointer.black .fa-search,
    .pointer.black .fa-link {
        color: #1b2a2f;
    }

.touch .pointer {
    display: none;
}
*/
/*end pointer*/
.cate-lines:hover img {
    filter: brightness(100%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cate-lines .cate-item_content {
    position: absolute;
    /* bottom: 67px; */
    left: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    /*align-content: center;
    align-items: center;
    justify-content: center;*/
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 99;
}

.cate-lines.h-light h2 {
    letter-spacing: 2px;
    font-size: 32px;
    padding-left: 15px;
}

.cate-lines.h-light:hover h2 {
    color: #FFF;
    background-color: #333;
    /*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 8px;
}

.number-stroke {
    opacity: 0.2;
}



    .title {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
    }

        .title .block {
            width: 0%;
            height: inherit;
            background: #ffb510;
            position: absolute;
            animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
            display: flex;
        }

       .title h1 {
            font-family: "Poppins";
            color: #fff;
            font-size: 32px;
            -webkit-animation: mainFadeIn 2s forwards;
            -o-animation: mainFadeIn 2s forwards;
            animation: mainFadeIn 2s forwards;
            animation-delay: 1.6s;
            opacity: 0;
            display: flex;
            align-items: baseline;
            position: relative;
        }

           .title h1 span {
                width: 0px;
                height: 0px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: #ffb510;
                -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                animation-delay: 2s;
                margin-left: 5px;
                margin-top: -10px;
                position: absolute;
                bottom: 13px;
                right: -12px;
            }

   .role {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        height: 30px;
        margin-top: -10px;
    }

        .role .block {
            width: 0%;
            height: inherit;
            background: #e91e63;
            position: absolute;
            animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
            animation-delay: 2s;
            display: flex;
        }

        .role p {
            animation: secFadeIn 2s forwards;
            animation-delay: 3.2s;
            opacity: 0;
            font-weight: 400;
            font-family: "Lato";
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 5px;
        }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a, button, img, input, span {
    -webkit-transition: all 0.1s cubic-bezier(0.345, 0.025, 0.155, 1);
    -o-transition: all 0.1s cubic-bezier(0.345, 0.025, 0.155, 1);
    transition: all 0.1s cubic-bezier(0.345, 0.025, 0.155, 1);
}


/*=========================================
=               13. Footer Css            =
===========================================*/
.align-tems-style .footer-widget:first-child, .align-tems-style .footer-widget:last-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-widget__logo {
    max-width: 220px;
}

.reveal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .reveal-footer {
        position: static;
    }
}

.footer-widget-wrapper {
    margin-bottom: -35px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget__title {
    margin-top: -3px;
    color: #111111;
}

.footer-widget__list li {
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

    .footer-widget__list li:last-child {
        margin-bottom: 0;
    }

    .footer-widget__list li .image_btn {
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        overflow: hidden;
    }

.footer-widget__list-real_estate {
    margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget__list-real_estate {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget__list-real_estate {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget__list-real_estate {
        margin-left: 0;
    }
}

.footer-widget__list-real_estate li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

    .footer-widget__list-real_estate li:last-child {
        margin-bottom: 0;
    }

    .footer-widget__list-real_estate li .image_btn {
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        overflow: hidden;
    }

.footer-newsletter {
    position: relative;
}

    .footer-newsletter::before {
        content: "\ea02";
        font-family: 'Lato-Regular';
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 24px;
        line-height: 20px;
        margin-top: -10px;
        height: 20px;
        width: 20px;
        color: #ffffff;
    }

    .footer-newsletter input {
        background: transparent;
        border: none;
        border-bottom: 1px solid #ddd;
        width: 100%;
        position: relative;
        padding: 10px 100px 10px 30px;
    }

        .footer-newsletter input:focus {
            border-bottom: 1px solid #ddd;
            color: #fff;
        }

    .footer-newsletter button {
        position: absolute;
        right: 0;
        background: transparent;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        color: #ffffff;
        font-weight: 600;
    }

        .footer-newsletter button:hover {
            color: #4241ff;
        }

.footer-menu ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
}

    .footer-menu ul li a {
        font-weight: 600;
        text-transform: uppercase;
    }

.footer-social-white li {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}

    .footer-social-white li a {
        color: #ffffff;
    }
.footer-social-black li {
    color: #000000;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}

.social-group__list .ht-social-networks.tilte-style .link-text {
    color: #CCCCCC;
}

    .social-group__list .ht-social-networks.tilte-style .link-text::before {
        background: rgba(255, 255, 255, 0.2);
    }

    .social-group__list .ht-social-networks.tilte-style .link-text:hover {
        color: #ffffff;
    }

.social-group__list .ht-social-networks.tilte-style .social-link::before {
    color: #ccc;
}

.copyright-text {
    display: inline-block;
    font-size: 14px;
}



.copyright-text-two {
    font-size: 14px;
}

/*=====  End of footer ======*/


.footer-area-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
    background: #021644;
    margin-top: 5%;
}



.footer-widget__logo {
    max-width: 325px
}


.footer-widget-wrapper {
    align-items: flex-start;
}

.footer-widget__list li {
    margin-bottom: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Gotham-Light';
}


.footer-widget__title {
    margin-top: 0px;
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 28px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.footer-widget__list {
    margin-bottom: 30px;
}

.footer-widget-mainLinks a {
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    text-transform: uppercase;
}

.footer-widget__list li a{
    color: #fff;
}

.footer-widget__list li a:hover {
    color: #fff !important;
}

    .footer-widget__list li a:hover:after {
        align-items: center;
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        position: relative;
        top: 6px;
        bottom: 10px;
        width: 0px;
        left: -15px;
        margin-left: -10px;
        z-index: 888;
        float: left;
    }

.footer-widget__Subtitle {
    margin-top: 0px;
    color: #fff;
    font-size: 26px;
    font-family: Gotham-Light;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #949597;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer-widget__list {
    width: 100%;
}

.footer-widget ul li a{
    color: #fff;
}

.copyright-text {
    letter-spacing: 4px;
}

.ot-testimonials p{
    color: #333;
}


@keyframes mainBlock {
    0% {
        margin-right: 0px;
        left: 0;
    }

    50% {
        margin-right: 60px;
        left: 100%;
    }

    100% {
        margin-right: 30px;
        left: 10%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: #e9d856;
        border: 0px solid #ddd;
        opacity: 0;
    }

    50% {
        width: 10px;
        height: 10px;
        background: #e9d856;
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: #e9d856;
        border: 0px solid #222;
        bottom: 13px;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes top {
    0% {
        opacity: 0;
        bottom: -80px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.3) rotate(-2deg);
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}



.pheader-service-detail1 {
    background-image: url(/assets22/images/businesses/fm/services/bg.jpg);
}





@media only screen and (max-width: 767px) {
    .header_mobile .octf-menu-mobile {
        align-items: center;
        justify-content: space-between;
    }

    .octf-menu-mobile img {
        max-width: 70% !important;
    }

    .copyright-text {
        margin-bottom: 15px;
    }

    .hero .hero-slide .header-content {
        left: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

        .hero .hero-slide .header-content h1 {
            font-size: 42px !important;
        }

    .our-studio .entry-media{
        left: 40%;
    }

    .our-studio .our-studio-detail {
        padding: 15px !important;
    }

    .card--transparent .card__heading {
        font-size: 18px !important;
    }
}