body {
    font-family: 'Poppins', sans-serif;
    background: #000;
}

.nav-up {
    top: -40px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
}

li {
    list-style: none;
}

p {
    color: #989898;
    line-height: 30px;
}

blockquote {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    padding: 30px;
    line-height: 40px;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 8000;
    text-align: center;
}

.percentage {
    z-index: 100;
    color: #404040;
    opacity: 1;
    font-weight: 700;
    font-size: 60px;
    line-height: 200px;
}

/* Margins */

.top_15 {
    margin-top: 15px;
}

.top_30 {
    margin-top: 30px;
}

.top_45 {
    margin-top: 45px;
}

.top_60 {
    margin-top: 60px;
}

.top_90 {
    margin-top: 90px;
}

.top_120 {
    margin-top: 120px;
}

.padding_30 {
    padding: 30px 0;
}

.padding_45 {
    padding: 45px 0;
}

.padding_60 {
    padding: 60px 0;
}

.padding_90 {
    padding: 90px 0;
}

.padding_120 {
    padding: 120px 0;
}

.bottom_15 {
    margin-bottom: 15px;
}

.bottom_30 {
    margin-bottom: 30px;
}

.bottom_45 {
    margin-bottom: 45px;
}

.bottom_60 {
    margin-bottom: 60px;
}

.bottom_90 {
    margin-bottom: 90px;
}

.bottom_120 {
    margin-bottom: 120px;
}

.padbot_15 {
    padding-bottom: 15px;
}

.padbot_30 {
    padding-bottom: 30px;
}

.padbot_45 {
    padding-bottom: 45px;
}

.padbot_60 {
    padding-bottom: 60px;
}

.padbot_90 {
    padding-bottom: 90px;
}

.padbot_120 {
    padding-bottom: 120px;
}

.padbot_200 {
    padding-bottom: 200px;
}


/*------------------------ 2 Home ------------------------*/

#home-video {
    position: absolute;
    top: 0;
    left: 0;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -2;
}


.main {
    background: url(../img/person-bg.jpg) no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: fixed;
}

    .main.agency {
        background: url(../img/agency-bg.jpg) no-repeat;
        background-size: cover;
    }

    .main.video {
        background: none;
    }

        .main.video:before {
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(6, 6, 6, 0.40);
            position: absolute;
            z-index: -1;
        }

    .main:after {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        z-index: -1;
        opacity: .85;
        position: absolute;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    }

.main-title {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
}

.hello {
    color: #ffffff;
    line-height: 51px;
}

.main-content {
    padding: 0 60px;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}

.main .down-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    cursor: pointer;
    z-index: 1;
}

    .main .down-arrow img {
        width: 12px;
        transition: all ease 0.3s;
    }

.down-inner {
    position: relative;
    height: 17px;
    overflow: hidden;
    top: 0;
    transition: all ease 0.3s;
}

.down-arrow .line {
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 19px;
    margin-left: 5px;
    transition: all ease 0.3s;
}

.down-arrow:hover .down-inner {
    top: -5px;
    transition: all ease 0.3s;
}

.down-arrow:hover .line {
    top: 0px;
    transition: all ease 0.3s;
}

.language {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 39px;
    z-index: 1;
}

    .language a {
        color: #fff;
        opacity: .5;
        margin-right: 5px;
        font-size: 13px;
    }

        .language a.active {
            opacity: .8;
        }

        .language a:hover {
            opacity: 1;
            transition: opacity ease 0.3s;
            -webkit-transition: opacity ease 0.3s;
            -moz-transition: opacity ease 0.3s;
        }

        .language a:last-child {
            margin-right: 0px;
        }
/*------------------------ 2.2 Header ------------------------*/


/* Header */

header {
    position: fixed;
    padding: 30px;
    top: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.page-menu {
    display: flex;
}

    .page-menu > li {
        padding: 0 20px;
    }

        .page-menu > li > a {
            position: relative;
        }

.social a:hover > img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


.social a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all ease 0.3s;
    opacity: .7;
}

.social img {
    width: 15px;
}

.social a i {
    font-size: 16px;
    color: #fff;
}

    .social a i.fa-telegram-plane {
        font-size: 18px;
    }

.main .social {
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

.social a {
    margin-right: 20px;
}

    .social a:hover img {
        opacity: .6;
        transition: all ease 0.3s;
    }

    .social a:last-child {
        margin-right: 0px;
    }

.page-menu li a:hover span {
    transform: scaleX(1);
    transform-origin: left;
}

.page-menu li a.active span {
    transform: scaleX(1);
}

.page-menu li a span {
    background: #ffffff;
    position: absolute;
    top: 23px;
    left: -5px;
    width: calc(100% + 10px);
    height: 2px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}

@media screen and (min-width:769px) {
    header .nav-icon {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .full-menu {
        position: fixed;
        z-index: 1000;
        background: black;
        top: 88px;
        bottom: 0;
        left: 0;
        width: 60vw;
        max-width: 300px;
        transition: transform .4s;
        transform: translateX(-100%);
    }

        .full-menu.visible {
            transform: translateX(0);
        }

    .page-menu {
        display: block;
    }

        .page-menu > li {
            padding: 10px 20px;
        }
}

@media screen and (max-width:700px) {
    .full-menu {
        top: 64px;
    }
}

.nav-icon {
    width: 23px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 7px;
}

    .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .nav-icon span:nth-child(2) {
            top: 6px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .nav-icon span:nth-child(3) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            width: 60%;
            right: 0 !important;
        }

    .nav-icon:hover span:nth-child(3) {
        width: 100%;
    }



/*------------------------ 2.3 Portfolio Content ------------------------*/

.content {
    margin-top: 90px;
}

.vf {
    position: fixed;
    bottom: 80px;
    left: 0;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 1.0;
}

    .vf.show {
        visibility: visible;
        opacity: 1;
        transition: opacity ease 1.0;
    }

    .vf.fix {
        position: absolute;
        left: -90px;
        bottom: 126px;
    }

    .vf .zigzag,
    .vf p {
        float: left;
    }

    .vf .zigzag {
        margin-right: 5px;
    }


    .vf p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
    }

.zigzag svg {
    stroke: #ffffff;
    stroke-width: 4.3;
}


.portfolio_filter {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: table;
    cursor: url(../img/close.png), e-resize;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}

    .portfolio_filter ul {
        display: table-cell;
        vertical-align: middle;
    }

        .portfolio_filter ul li {
            color: #fff;
            text-align: center;
            line-height: 50px;
        }

            .portfolio_filter ul li a {
                color: #fff;
                font-size: 24px;
                position: relative;
                cursor: pointer;
            }

.show {
    visibility: visible;
    opacity: 1;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}



.portfolio_filter ul li a.active span {
    transform: scaleX(1);
}

.portfolio_filter ul li a span {
    background: #ffffff;
    position: absolute;
    top: 17px;
    left: -5px;
    width: calc(100% + 10px);
    height: 4px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}

.portfolio_filter ul li a.select-cat span {
    transform: scaleX(1);
}


.wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #171717;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.50);
}

.single_item {
    overflow: hidden;
    margin-bottom: 30px;
}

    .single_item img {
        transform: scale(1.0);
        width: 100%;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }

    .single_item figure {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        position: relative;
        overflow: hidden;
    }

        .single_item figure figcaption {
            position: absolute;
            top: 0;
            width: 100%;
            padding: 33px 32px;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
        }

            .single_item figure figcaption:after {
                content: '';
                background: url(../img/right-arrow-w.svg) no-repeat;
                background-size: 100%;
                width: 26px;
                height: 14px;
                display: block;
                margin-top: 14px;
            }

            .single_item figure figcaption .title {
                font-size: 20px;
                color: #fff;
                line-height: 32px;
            }

            .single_item figure figcaption span {
                font-size: 12px;
                display: block;
                color: rgba(255, 255, 255, 0.55);
            }

.isotope_items .col-md-3.single_item figure figcaption .title {
    font-size: 16px;
}

.single_item.light-content figure figcaption span {
    color: rgba(0, 0, 0, 0.55);
}

.single_item.light-content figure figcaption .title {
    color: #000;
}

.single_item.light-content figure figcaption:after {
    background: url(../img/right-arrow.svg) no-repeat;
}

/* Porfolio Hover Effect */

.single_item figure:hover img {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    zoom: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.isotope_items.dark .single_item img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.isotope_items.dark .single_item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    zoom: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Portfolio Detail */

.lightbox img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 60px;
}





/*------------------------ 3 About ------------------------*/

.page-title {
    text-align: center;
    padding-top: 50px;
    display: block;
}

    .page-title .title {
        font-size: 28px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }

    .page-title .zigzag {
        margin-top: 30px;
    }

    .page-title span {
        font-size: 82px;
        font-weight: 700;
        z-index: -1;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #212121;
    }

.about-page .about-text {
    padding: 30px;
}

.about-text {
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
}

    .about-text span {
        color: #0067ff;
    }

.services .service i {
    color: #fff;
    font-size: 40px;
}

.services .service .title {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.services .service p {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff63;
    margin-bottom: 0;
    margin-top: 12px;
}

/* Testimonial */

.testimonials .item p {
    color: #919193;
    font-size: 16.5px;
    line-height: 30px;
}

.testimonials .item span {
    color: #fff;
    margin: 20px 0 15px;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0067ff;
}

.list-style li {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

    .list-style li a {
        color: #fff;
        font-size: 11px;
    }

        .list-style li a span {
            transition: color ease 0.3s;
            -webkit-transition: color ease 0.3s;
            -moz-transition: color ease 0.3s;
        }

        .list-style li a:hover > span {
            color: #0067ff;
            transition: color ease 0.3s;
            -webkit-transition: color ease 0.3s;
            -moz-transition: color ease 0.3s;
        }

    .list-style li span {
        display: block;
        font-weight: 400;
        color: #6d6d6d;
        font-size: 12px;
        line-height: 24px;
    }

/* Our Team */

.teammates .team img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.teammates .team .name {
    color: #fff;
    margin-top: 15px;
    display: block;
    transform: translateY(-48px);
    opacity: 0;
}

.teammates .team:hover > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}

.teammates .team:hover > .name {
    transform: translateY(0px);
    opacity: 1;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}


/*------------------------ 4 Blog Page ------------------------*/

.blog-post figure img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.blog-post.single-blog figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.blog-categories {
    font-size: 13px;
    text-decoration: underline;
}

    .blog-categories a {
        margin-right: 5px;
        color: #0067ff;
    }

.blog-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}


.blog-info {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 20px;
}

.blog-link .blog-title {
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-link:hover > .blog-title {
    opacity: .7;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-link {
    display: block;
}

.blog-post.mousef .blog-link .blog-title {
    opacity: .7;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
}

.blog-post.mousef .blog-link figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #fff;
    border-bottom: solid 1px #525252;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    background: none;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    color: #fff;
    border-bottom: solid 1px #525252;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    background: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-inp:focus {
    border-bottom: solid 1px #b5b5b5 !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.contact-form textarea:focus {
    border-bottom: solid 1px #b5b5b5 !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.form-title {
    font-size: 21px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.form-btn {
    color: #fff;
    background: #0122ee;
    padding: 15px 55px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    margin: 10px auto 0;
    display: block;
}

    .form-btn:hover {
        background: #0321d2;
        transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
    }

.next-link {
    text-decoration: none;
    overflow: hidden;
    height: 54px;
    display: inline-block;
}

    .next-link .nav-title {
        color: #797979;
        font-size: 33px;
        font-weight: 600;
    }

    .next-link .next-title {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }

    .next-link .next-title,
    .next-link .nav-title {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
    }

    .next-link:hover .next-title,
    .next-link:hover .nav-title {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
    }


/* sidebar */

.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.recent-post ul li {
    list-style: none;
}

    .recent-post ul li a {
        border-bottom: 1px solid #2d2d2d;
        width: 100%;
        display: block;
        padding: 15px 0;
        transition: all ease 0.3s;
    }

    .recent-post ul li:last-child a {
        border: none;
    }

.recent-post .title {
    font-size: 14px;
    line-height: 20px;
    color: #989898;
}

.recent-post ul li span {
    color: #b8b8b8;
    font-size: 12px;
}

.categories ul li {
    list-style: none;
}

    .categories ul li a {
        color: #9a9a9a;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid #2d2d2d;
        display: block;
        transition: all ease 0.3s;
    }


    .categories ul li:last-child a {
        border: none;
    }

.sidebar {
    border-left: solid #2f2f2f 1px;
    padding-left: 40px;
    display: inline-table;
}

.blog-article {
    padding-right: 40px;
}


/*Comments*/

.article-comments .comment {
    border-bottom: solid 1px #383838;
    padding-bottom: 30px;
}

    .article-comments .comment figure img {
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

.article-comments .comment-content .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.article-comments .comment-content .date {
    color: #505050;
    font-size: 12px;
}

.article-comments .comment-content p {
    color: #818080;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 4px;
}

.article-comments .comment-content .reply {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

    .article-comments .comment-content .reply:before {
        content: "\f3e5";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        margin-right: 7px;
        font-size: 10.5px;
    }

.article-comments .comment:last-child {
    border: none;
}

.article-comments .comment.reply {
    padding-left: 30px;
}


/*------------------------ 5 Footer ------------------------*/

footer {
    background: #272727;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 1;
    position: relative;
}

    footer p {
        font-size: 15px;
        line-height: 30px;
    }

.uptotop {
    color: rgb(97, 97, 97);
    height: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color ease .3s;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    cursor: pointer;
    float: right;
    padding-top: 77px;
}

    .uptotop:after {
        content: '';
        background: url(../img/icons/down-arrow.svg);
        width: 10px;
        height: 10px;
        display: block;
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
        float: right;
        margin: 8px 16px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        border: 1px solid;
        border-radius: 50%;
        padding: 20px;
    }

    .uptotop:hover {
        color: #fff;
        transition: color ease .3s;
        -webkit-transition: color ease .3s;
        -moz-transition: color ease .3s;
    }


/*------------------------ 6 Responsive ------------------------*/

@media only screen and (min-width: 1201px) {

    .container {
        width: 80%;
        margin-left: 10%;
    }

    .isotope_items .col,
    .isotope_items .col-1,
    .isotope_items .col-10,
    .isotope_items .col-11,
    .isotope_items .col-12,
    .isotope_items .col-2,
    .isotope_items .col-3,
    .isotope_items .col-4,
    .isotope_items .col-5,
    .isotope_items .col-6,
    .isotope_items .col-7,
    .isotope_items .col-8,
    .isotope_items .col-9,
    .isotope_items .col-lg,
    .isotope_items .col-lg-1,
    .isotope_items .col-lg-10,
    .isotope_items .col-lg-11,
    .isotope_items .col-lg-12,
    .isotope_items .col-lg-2,
    .isotope_items .col-lg-3,
    .isotope_items .col-lg-4,
    .isotope_items .col-lg-5,
    .isotope_items .col-lg-6,
    .isotope_items .col-lg-7,
    .isotope_items .col-lg-8,
    .isotope_items .col-lg-9,
    .isotope_items .col-md,
    .isotope_items .col-md-1,
    .isotope_items .col-md-10,
    .isotope_items .col-md-11,
    .isotope_items .col-md-12,
    .isotope_items .col-md-2,
    .isotope_items .col-md-3,
    .isotope_items .col-md-4,
    .isotope_items .col-md-5,
    .isotope_items .col-md-6,
    .isotope_items .col-md-7,
    .isotope_items .col-md-8,
    .isotope_items .col-md-9,
    .isotope_items .col-sm,
    .isotope_items .col-sm-1,
    .isotope_items .col-sm-10,
    .isotope_items .col-sm-11,
    .isotope_items .col-sm-12,
    .isotope_items .col-sm-2,
    .isotope_items .col-sm-3,
    .isotope_items .col-sm-4,
    .isotope_items .col-sm-5,
    .isotope_items .col-sm-6,
    .isotope_items .col-sm-7,
    .isotope_items .col-sm-8,
    .isotope_items .col-sm-9,
    .isotope_items .col-xl,
    .isotope_items .col-xl-1,
    .isotope_items .col-xl-10,
    .isotope_items .col-xl-11,
    .isotope_items .col-xl-12,
    .isotope_items .col-xl-2,
    .isotope_items .col-xl-3,
    .isotope_items .col-xl-4,
    .isotope_items .col-xl-5,
    .isotope_items .col-xl-6,
    .isotope_items .col-xl-7,
    .isotope_items .col-xl-8,
    .isotope_items .col-xl-9 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .single_item {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1401px) {

    .container {
        width: 86%;
        margin-left: 7%;
    }

    .vf {
        left: 18px;
    }

    .main-content {
        padding: 0 90px;
    }
}


@media only screen and (min-width: 1801px) {

    .vf {
        left: 23px;
    }
}


@media (max-width: 991px) {

    .blog-title {
        font-size: 28px;
        line-height: 42px;
    }

    .main {
        background: url(../img/person-bg.jpg) no-repeat right;
        background-size: cover;
    }

    .vf {
        left: 9px;
    }
}


@media (max-width: 768px) {

    #RefForm {
        transform: scale(0.8);
    }

    header {
        background: #000;
    }

    .uptotop {
        float: left;
    }


    .about-text {
        font-size: 21px;
        line-height: 42px;
    }

    .services .service {
        margin-bottom: 60px;
    }

    .services {
        padding: 0;
        margin-top: 90px;
    }

    .page-title span {
        font-size: 78px;
    }


    .comment.reply {
        padding-left: 0 !important;
    }

    .comment figure img {
        display: none;
    }
}

@media screen and (max-width: 1075px) and (min-width: 992px) {


    .vf.fix {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: -54px;
        height: 54px;
    }

    .vf {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        height: 20px;
        text-align: center;
        width: 100%;
    }


        .vf .zigzag,
        .vf p {
            float: none;
            height: 23px;
        }
}


@media (max-width: 850px) {


    .vf.fix {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: -54px;
        height: 54px;
    }

    .vf {
        position: absolute;
        transform: rotate(0);
        left: 0;
        bottom: 0;
        height: 20px;
        text-align: center;
        width: 100%;
    }


        .vf .zigzag,
        .vf p {
            float: none;
            height: 23px;
        }
}



@media (max-width: 700px) {

    .about-page .about-text {
        padding: 0;
    }

    .page-title span {
        font-size: 49px;
    }

    .page-title .title {
        font-size: 22px;
        margin-top: -22px;
    }

    .page-title .zigzag {
        margin-top: 11px;
    }

    .blog-title {
        font-size: 20px;
        line-height: 35px;
    }


    .countup {
        font-size: 100px;
    }

    .list-style li {
        margin-bottom: 30px;
    }

    header {
        padding: 18px;
    }

    footer {
        padding: 30px;
    }

    .uptotop {
        color: #fff;
    }

    .main-title br {
        display: inline;
    }

    .main-title {
        font-size: 17px;
    }
}

@media screen and (max-width: 576px) {
    .services .service {
        margin-bottom: 60px;
        padding: 0 75px;
    }


    .about-text {
        font-size: 15px;
        line-height: 33px;
    }

    .testimonials .item p {
        font-size: 13px;
        line-height: 26px;
    }

    p {
        line-height: 28px;
        font-size: 14px;
    }

    .portfolio_filter {
        height: 120%;
    }
}

.modal-dialog {
    background: transparent;
}

.modal-content {
    background: rgba(0, 0, 0, .7);
}

.modal-title {
    color: #ddd;
}

.modal-footer button {
    background: transparent;
    color: white;
}

.modal .close {
    color: white;
}

div#RefForm.show {
    display: flex !important;
    align-items: center;
}

.error-options a {
    border: 1px solid;
}

#cookiePart {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0,.5);
    width: 100%;
    bottom: 0;
}

    #cookiePart .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        padding: 20px;
    }

        #cookiePart .container a {
            display: block;
            border: 1px solid white;
            transition: all .3s;
        }

            #cookiePart .container a:hover {
                color: black;
                background: white;
            }

@media screen and (max-width:700px) {
    #cookiePart .container {
        display: block;
    }
}
