@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800);

body, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    font-display: swap
}

*, ol, ul {
    padding: 0;
    margin: 0
}

*, ol, p, ul {
    margin: 0
}

.main-btn, .navigation {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

body {
    font-weight: 400;
    font-style: normal;
    color: #8a8fa3
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.socialbox div img, img {
    max-width: 100%
}

a:focus, button:focus, input:focus, textarea:focus {
    text-decoration: none;
    outline: 0
}

a:focus, a:hover {
    text-decoration: none
}

a, i, span {
    display: inline-block
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #32333c;
    margin: 0
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content .author-name, .single-blog-post .blog-tag-share .blgo-share .share li a, h6 {
    font-size: 16px
}

ol, ul {
    list-style-type: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #8a8fa3
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px;
    padding: 0 40px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: .3s ease-out;
    -webkit-box-shadow: 0 5px 8px 0 rgba(118,78,249,.55);
    -moz-box-shadow: 0 5px 8px 0 rgba(118,78,249,.55);
    box-shadow: 0 5px 8px 0 rgba(118,78,249,.55);
    background-color: #ed1c24;
    text-transform: uppercase
}

    .main-btn:hover {
        background-color: #fff;
        color: #ed1c24;
        border-color: #ed1c24
    }

    .main-btn.main-btn-2 {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .call-action-content ul li .main-btn.custom:hover, .main-btn.main-btn-2:hover {
            background-color: #ed1c24;
            color: #fff;
            border-color: #ed1c24
        }

.section-title .title {
    font-weight: 700;
    font-size: 45px;
    color: #000;
    padding-bottom: 20px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #ffffff40;
    z-index: 99999
}

    .preloader .loader_34 {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

        .preloader .loader_34 .ytp-spinner {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 64px;
            margin-left: -32px;
            z-index: 18;
            pointer-events: none
        }

            .preloader .loader_34 .ytp-spinner .ytp-spinner-container {
                pointer-events: none;
                position: absolute;
                width: 100%;
                padding-bottom: 100%;
                top: 50%;
                left: 50%;
                margin-top: -50%;
                margin-left: -50%;
                -webkit-animation: 1.568s linear infinite ytp-spinner-linspin;
                -moz-animation: 1.568s linear infinite ytp-spinner-linspin;
                -o-animation: 1.568s linear infinite ytp-spinner-linspin;
                animation: 1.568s linear infinite ytp-spinner-linspin
            }

                .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-animation: 5332ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-easespin;
                    -moz-animation: 5332ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-easespin;
                    -o-animation: 5332ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-easespin;
                    animation: 5332ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-easespin
                }

                    .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        overflow: hidden;
                        right: 50%
                    }

                    .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        overflow: hidden;
                        left: 50%
                    }

        .preloader .loader_34 .ytp-spinner-circle {
            box-sizing: border-box;
            position: absolute;
            width: 200%;
            height: 100%;
            border-style: solid;
            border-color: #ed1c24#ed1c24 #ddd;
            border-radius: 50%;
            border-width: 6px
        }

        .preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
            left: 0;
            right: -100%;
            border-right-color: #ddd;
            -webkit-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-left-spin;
            -moz-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-left-spin;
            -o-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-left-spin;
            animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-left-spin
        }

        .preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
            left: -100%;
            right: 0;
            border-left-color: #ddd;
            -webkit-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-right-spin;
            -moz-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-right-spin;
            -o-animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-right-spin;
            animation: 1333ms cubic-bezier(.4,0,.2,1) infinite both ytp-right-spin
        }

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes ytp-right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

.navigation {
    -webkit-box-shadow: 0 0 29px 0 rgba(134,134,134,.25);
    -moz-box-shadow: 0 0 29px 0 rgba(134,134,134,.25);
    box-shadow: 0 0 29px 0 rgba(134,134,134,.25);
    padding: 20px 0;
    background-color: #fff;
    transition: .3s ease-out
}

    .navigation .navbar .navbar-toggler .toggler-icon, .navigation.sticky {
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        -o-transition: .3s ease-out
    }

    .navigation.sticky {
        padding: 20px 0;
        transition: .3s ease-out
    }

    .navigation .navbar {
        padding: 0;
        position: relative
    }

        .navigation .navbar .navbar-brand {
            padding-top: 0;
            padding-bottom: 5px
        }

        .navigation .navbar .navbar-toggler {
            padding: 2px 6px
        }

            .navigation .navbar .navbar-toggler .toggler-icon {
                width: 30px;
                height: 2px;
                background-color: #32333c;
                margin: 5px 0;
                display: block;
                position: relative;
                transition: .3s ease-out
            }

        .navigation .navbar .navbar-nav .nav-item a, .navigation .navbar .navbar-nav .nav-item a::before {
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            -ms-transition: .3s ease-out;
            -o-transition: .3s ease-out
        }

        .navigation .navbar .navbar-toggler.active .toggler-icon:first-of-type {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 7px
        }

        .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
            opacity: 0
        }

        .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            top: -7px
        }

        .navigation .navbar .navbar-nav .nav-item {
            margin-left: 30px
        }

            .header-social .header-social-icon ul li:first-child, .navigation .navbar .navbar-nav .nav-item:first-child {
                margin-left: 0
            }

            .navigation .navbar .navbar-nav .nav-item a {
                text-transform: uppercase;
                font-size: 16px;
                color: #8a8fa3;
                font-weight: 500;
                position: relative;
                transition: .3s ease-out
            }

                .navigation .navbar .navbar-nav .nav-item a::before {
                    position: absolute;
                    content: '';
                    width: 3px;
                    height: 0;
                    background-color: #ed1c24;
                    left: 50%;
                    top: -50px;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    transition: .3s ease-out
                }

            .blog-sidebar .sidebar-category ul li a:hover, .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a:hover, .navigation .navbar .navbar-nav .nav-item.active a, .navigation .navbar .navbar-nav .nav-item:hover a, .single-blog-post .blog-content .meta li a:hover, .single-blog-post .blog-tag-share .blog-tag .tag li a:hover, .single-service .service-content .service-title a:hover {
                color: #ed1c24
            }

                .navigation .navbar .navbar-nav .nav-item.active a::before, .navigation .navbar .navbar-nav .nav-item:hover a::before {
                    height: 45px
                }

.header-content {
    height: 730px;
    width: 100%;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb
}

    .header-content .header-shape {
        position: absolute !important
    }

        .header-content .header-shape.shape-one {
            top: 0 !important;
            left: 0 !important
        }

        .header-content .header-shape.shape-tow {
            top: -18px !important;
            left: 20% !important
        }

        .header-content .header-shape.shape-three {
            top: 0 !important;
            left: 40% !important
        }

        .header-content .header-shape.shape-fore {
            top: 28px !important;
            right: 7.6% !important;
            left: auto !important
        }

        .header-content .header-shape.shape-five {
            right: 30px !important;
            bottom: 35% !important;
            left: auto !important;
            top: auto !important
        }

        .header-content .header-shape.shape-six {
            top: 44% !important;
            left: 13% !important;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .header-content .header-shape.shape-seven {
            left: 30px !important;
            bottom: 50px !important;
            top: auto !important
        }

        .header-content .header-shape.shape-eight {
            left: 90px !important;
            bottom: 140px !important;
            top: auto !important
        }

        .header-content .header-shape.shape-nine {
            left: 50% !important;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 28px !important;
            top: auto !important
        }

        .header-content .header-shape.shape-ten {
            right: 30px !important;
            bottom: 5px !important;
            left: auto !important;
            top: auto !important
        }

.header-image::before, .header-social .header-social-icon::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    content: ''
}

.header-content-right {
    position: relative;
    text-align: center
}

    .header-content-right .sub-title {
        font-size: 30px;
        color: #ed1c24;
        text-transform: uppercase;
        padding-bottom: 15px
    }

    .header-content-right .title {
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 15px
    }

.about-skills .skill-item .skill-header, .blog-sidebar .sidebar-search, .blog-sidebar .sidebar-subscribe .subscribe-form, .header-image, .header-social .header-social-icon, .single-work {
    position: relative
}

    .header-image::before {
        position: absolute;
        height: 82%;
        border-bottom: 0;
        left: 0;
        transform: translateY(-50%)
    }

    .header-image::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 58px;
        z-index: 11
    }

.header-social {
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: 100%
}

    .header-social .header-social-icon::before {
        position: absolute;
        height: 2px;
        left: -102.5%;
        transform: translateY(-50%)
    }

    .header-social .header-social-icon ul li {
        display: inline-block;
        margin-left: 13px
    }

        .header-social .header-social-icon ul li a {
            color: #ccc;
            font-size: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px solid #ccc;
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            -ms-transition: .3s ease-out;
            -o-transition: .3s ease-out;
            transition: .3s ease-out;
            text-align: center
        }

            .back-to-top:hover, .header-social .header-social-icon ul li a:hover {
                color: #fff;
                background-color: #ed1c24;
                border-color: #ed1c24
            }

.about-content .about-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px
}

.about-content ul {
    padding-top: 15px
}

    .about-content ul li {
        width: 50%;
        float: left;
        margin-top: 5px
    }

.about-content .single-info .info-icon i {
    font-size: 16px;
    color: #ed1c24
}

.about-content .single-info .info-text {
    padding-left: 13px
}

    .about-content .single-info .info-text p span {
        color: #32333c
    }

.about-skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 400
}

.about-skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #32333c;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

    .about-skills .skill-item .skill-header .skill-percentage .count-box {
        font-size: 16px;
        color: #32333c
    }

.about-skills .skill-item .skill-bar, .contact-box .contact-content {
    margin-top: 15px
}

    .about-skills .skill-item .skill-bar .bar-inner {
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background-color: #d9d9d9;
        position: relative
    }

        .about-skills .skill-item .skill-bar .bar-inner .progress-line {
            position: absolute;
            top: 0;
            left: 0;
            height: 5px;
            border-radius: 5px;
            background-color: #ed1c24;
            -webkit-transition: 2s ease-out;
            -moz-transition: 2s ease-out;
            -ms-transition: 2s ease-out;
            -o-transition: 2s ease-out;
            transition: 2s ease-out;
            width: 0
        }

.single-service, .single-service .service-content .service-title a {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

.single-service {
    background-color: #fff;
    border: 1px solid #eceff8;
    border-radius: 5px;
    padding: 25px;
    transition: .3s ease-out
}

    .single-service .service-icon i {
        font-size: 60px;
        color: #ed1c24;
        line-height: 56px
    }

    .single-service .service-content {
        margin-top: 11px
    }

        .single-service .service-content .service-title a {
            font-size: 22px;
            font-weight: 600;
            color: #32333c;
            margin-bottom: 20px;
            transition: .3s ease-out
        }

.single-work .work-overlay, .single-work .work-overlay .work-content .work-title {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    opacity: 0
}

.contact-box:hover, .single-pricing.active, .single-service:hover {
    -webkit-box-shadow: 0 0 21px 0 rgba(152,152,152,.23);
    -moz-box-shadow: 0 0 21px 0 rgba(152,152,152,.23);
    box-shadow: 0 0 21px 0 rgba(152,152,152,.23)
}

.call-to-action, .page-banner-content {
    position: relative;
    z-index: 9
}

    .call-to-action::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

.call-action-content .action-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px
}

.call-action-content p {
    color: #fff;
    padding-bottom: 25px
}

.call-action-content ul li {
    display: inline-block;
    margin: 10px 15px 0
}

    .call-action-content ul li .main-btn {
        width: 180px;
        padding: 0
    }

        .call-action-content ul li .main-btn.custom {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background-color: #fff;
            color: #ed1c24;
            border-color: #fff
        }

        .call-action-content ul li .main-btn.custom-2 {
            color: #fff;
            background-color: transparent;
            border-color: #fff
        }

            .call-action-content ul li .main-btn.custom-2:hover {
                background-color: rgba(255,255,255,.5);
                color: #fff;
                border-color: #fff
            }

.single-work .work-image img {
    width: 100%
}

.single-work .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237,28,36,.73);
    visibility: hidden;
    transition: .3s ease-out
}

    .single-work .work-overlay .work-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .single-work .work-overlay .work-content .work-title {
            font-size: 22px;
            color: #fff;
            font-weight: 60;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            margin-bottom: 15px;
            transition: .3s ease-out
        }

        .single-work .work-overlay .work-content ul li, .single-work .work-overlay .work-content ul li a {
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            -ms-transition: .3s ease-out;
            -o-transition: .3s ease-out
        }

        .single-work .work-overlay .work-content ul {
            position: relative;
            padding-top: 20px
        }

            .single-work .work-overlay .work-content ul::before {
                position: absolute;
                content: '';
                width: 60px;
                height: 2px;
                background-color: #fff;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                top: 0
            }

            .single-work .work-overlay .work-content ul li {
                display: inline-block;
                margin: 0 15px;
                transition: .3s ease-out;
                opacity: 0
            }

                .single-work .work-overlay .work-content ul li a {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 25px;
                    color: #fff;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    text-align: center;
                    transition: .3s ease-out
                }

.single-blog .blog-content, .single-blog .blog-image img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

.single-pricing .pricing-body .pricing-btn .main-btn, .single-pricing.active .pricing-body .pricing-btn .main-btn:hover, .single-work .work-overlay .work-content ul li a:hover {
    background-color: #fff;
    color: #ed1c24
}

.single-work .work-overlay .work-content ul li:first-of-type {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.single-work .work-overlay .work-content ul li:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.single-work:hover .work-overlay {
    opacity: 1;
    visibility: visible
}

    .single-work:hover .work-overlay .work-content .work-title {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .single-work:hover .work-overlay .work-content ul li {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

.single-pricing .pricing-package {
    background-color: #ed1c24;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

    .single-pricing .pricing-package .package-title {
        font-size: 22px;
        color: #fff;
        padding: 25px
    }

.single-pricing .pricing-body {
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

    .single-pricing .pricing-body .pricing-text {
        border-bottom: 1px solid #ddd;
        padding: 20px 25px
    }

    #getstarted, .section-title .title, .single-pricing .pricing-body .pricing-list {
        padding-top: 30px
    }

    .single-pricing .pricing-body .pricing-text .price {
        font-size: 30px;
        font-weight: 600;
        color: #ed1c24;
        padding-top: 15px
    }

    .single-pricing .pricing-body .pricing-list ul li {
        line-height: 36px;
        color: #32333c;
        font-size: 16px
    }

    .single-pricing .pricing-body .pricing-btn {
        padding-top: 25px;
        padding-bottom: 40px
    }

        .footer-content ul li a:hover, .single-pricing .pricing-body .pricing-btn .main-btn:hover, .single-pricing.active .pricing-body .pricing-btn .main-btn {
            background-color: #ed1c24;
            color: #fff
        }

.single-blog {
    -webkit-box-shadow: 0 0 15px 0 rgba(152,152,152,.25);
    -moz-box-shadow: 0 0 15px 0 rgba(152,152,152,.25);
    box-shadow: 0 0 15px 0 rgba(152,152,152,.25);
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

    .single-blog .blog-image {
        overflow: hidden
    }

        .single-blog .blog-image img {
            width: 100%;
            transition: .3s ease-out
        }

    .single-blog .blog-content {
        width: 75%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 25px;
        transition: .3s ease-out
    }

        .single-blog .blog-content .blog-title a, .single-blog .blog-content span, .single-blog-post .blog-content .meta li a {
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            -ms-transition: .3s ease-out;
            -o-transition: .3s ease-out
        }

        .single-blog .blog-content .blog-title a {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            transition: .3s ease-out;
            color: #32333c
        }

        .single-blog .blog-content span, .single-blog-post .blog-content .meta li a {
            font-size: 16px;
            color: #8a8fa3;
            transition: .3s ease-out
        }

    .single-blog:hover .blog-image img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    .single-blog:hover .blog-content {
        background-color: #ed1c24
    }

        .footer-copyright .copyright-text p, .request-call-btn:hover, .single-blog:hover .blog-content .blog-title a, .single-blog:hover .blog-content span {
            color: #fff
        }

.contact-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 35px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-content ul li {
        width: 100%;
        float: none
    }

    .contact-box {
        padding: 30px 25px
    }
}

.contact-box .contact-icon i {
    font-size: 48px;
    color: #ed1c24
}

.contact-box .contact-content .contact-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px
}

p.form-message.error, p.form-message.success {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px
}

    .field-validation-error, .requried, p.form-message.error.form-message.error, p.form-message.success.form-message.error {
        color: red
    }

.optionbox, .single-form input, .single-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #636363;
    padding: 0 25px;
    font-size: 16px;
    color: #636363
}

.back-to-top, .footer-content ul li a {
    border-radius: 50%;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    text-align: center
}

.single-form input.placeholder, .single-form textarea.placeholder {
    opacity: 1;
    color: #8a8fa3
}

.single-form input:-moz-placeholder, .single-form textarea:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3
}

.single-form input::-moz-placeholder, .single-form textarea::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3
}

.single-form input::-webkit-input-placeholder, .single-form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3
}

.blog-sidebar .sidebar-search input:focus, .blog-sidebar .sidebar-subscribe .subscribe-form input:focus, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:focus, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:focus, .single-form input:focus, .single-form textarea:focus {
    border-color: #ed1c24
}

.single-form textarea {
    height: 135px;
    padding-top: 10px;
    resize: none
}

.contact-map .gmap_canvas {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    -moz-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    box-shadow: 0 0 12px 0 rgba(152,152,152,.46)
}

.footer-widget {
    background-color: #152136
}

.footer-content ul li a, .footer-copyright {
    background-color: #1c2940
}

.footer-content p {
    color: #fff;
    margin-top: 35px
}

.footer-content ul {
    margin-top: 35px
}

    .footer-content ul li {
        display: inline-block;
        margin: 0 14px
    }

        .footer-content ul li a {
            font-size: 30px;
            width: 74px;
            height: 70px;
            line-height: 74px;
            color: #bebebe;
            transition: .3s ease-out
        }

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #586376;
    background-color: #152136;
    z-index: 99;
    transition: .3s ease-out;
    display: none
}

.page-banner {
    margin-top: 95px;
    padding-top: 118px;
    padding-bottom: 122px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        padding: 3px 12px
    }

    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0
    }

        .navigation .navbar .navbar-nav .nav-item a::before {
            display: none
        }

    .header-content {
        height: 780px
    }

    .about-area, .blog-area, .contact-area, .pricing-area, .services-area, .work-area {
        padding-top: 90px;
        padding-bottom: 100px
    }

    .footer-widget {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .page-banner {
        padding-top: 88px;
        padding-bottom: 92px
    }
}

.page-banner-content .page-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px
}

@media (max-width:767px) {
    p {
        font-size: 15px
    }

    .section-title .title {
        font-size: 30px
    }

    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        box-shadow: 0 10px 15px 0 rgba(134,134,134,.15);
        padding: 3px 12px
    }

    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0
    }

        .navigation .navbar .navbar-nav .nav-item a::before {
            display: none
        }

    .header-content {
        height: 780px
    }

        .header-content .header-shape.shape-five img, .header-content .header-shape.shape-fore img, .header-content .header-shape.shape-one img, .header-content .header-shape.shape-six img, .header-content .header-shape.shape-tow img {
            width: 40px
        }

        .header-content .header-shape.shape-eight img, .header-content .header-shape.shape-nine img, .header-content .header-shape.shape-seven img, .header-content .header-shape.shape-ten img, .header-content .header-shape.shape-three img {
            width: 100px
        }

        .header-content .header-shape.shape-five {
            right: 20px !important;
            bottom: 48% !important
        }

        .header-content .header-shape.shape-seven {
            left: 15px !important;
            bottom: 25px !important
        }

        .header-content .header-shape.shape-eight {
            left: 50px !important;
            bottom: 70px !important
        }

        .header-content .header-shape.shape-nine {
            left: 65% !important;
            bottom: 20px !important
        }

        .header-content .header-shape.shape-ten {
            right: 0 !important;
            bottom: 140px !important
        }

    .header-content-right .sub-title {
        font-size: 24px
    }

    .header-content-right .title {
        font-size: 38px
    }

    .about-area, .blog-area, .contact-area, .pricing-area, .services-area, .work-area {
        padding-top: 70px;
        padding-bottom: 80px
    }

    .about-content ul li {
        width: 100%;
        float: none
    }

    .single-service {
        padding: 15px
    }

    .single-blog .blog-content {
        padding: 20px
    }

        .single-blog .blog-content .blog-title a {
            font-size: 18px
        }

    .contact-box {
        padding: 30px 25px
    }

    .footer-widget {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .footer-content ul li {
        margin: 0 7px
    }

        .footer-content ul li a {
            width: 52px;
            height: 50px;
            line-height: 50px;
            font-size: 20px
        }

    .page-banner {
        padding-top: 73px;
        padding-bottom: 72px
    }

    .page-banner-content .page-title {
        font-size: 28px
    }
}

.page-banner-content .breadcrumb {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0
}

    .page-banner-content .breadcrumb .breadcrumb-item {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        padding-left: 26px
    }

        .page-banner-content .breadcrumb .breadcrumb-item a {
            color: #fff;
            font-size: 16px;
            font-weight: 500
        }

        .page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            position: absolute;
            content: '';
            width: 10px;
            height: 2px;
            background-color: #fff;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-banner-content .page-title {
        font-size: 38px
    }

    .single-blog-page {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

.single-blog-post .blog-content {
    padding-top: 32px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd
}

    .single-blog-post .blog-content .blog-title {
        font-size: 24px;
        color: #32333c;
        padding-bottom: 10px
    }

    .single-blog-post .blog-content .meta li {
        display: inline-block;
        margin-right: 40px
    }

        .single-blog-post .blog-content .meta li:last-child {
            margin-right: 0
        }

        .single-blog-post .blog-content .meta li a i {
            color: #ed1c24;
            margin-right: 5px
        }

    .single-blog-post .blog-content .blockquote {
        margin-bottom: 0;
        padding: 20px 80px
    }

        .single-blog-post .blog-content .blockquote p {
            color: #32333c;
            font-weight: 500;
            position: relative
        }

            .single-blog-post .blog-content .blockquote p .quote-left {
                position: absolute;
                top: 5px;
                left: -30px
            }

            .single-blog-post .blog-content .blockquote p .quote-right {
                margin-left: 10px
            }

.single-blog-post .blog-tag-share .blgo-share span, .single-blog-post .blog-tag-share .blog-tag span {
    text-transform: uppercase;
    color: #32333c;
    font-size: 16px;
    font-weight: 600
}

.single-blog-post .blog-tag-share .blgo-share .share li, .single-blog-post .blog-tag-share .blog-tag .tag li {
    display: inline-block;
    margin-left: 10px
}

    .single-blog-post .blog-tag-share .blog-tag .tag li a {
        text-transform: uppercase;
        color: #8a8fa3;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
        font-size: 16px
    }

    .single-blog-post .blog-tag-share .blgo-share .share li a.color-1 {
        color: #3b5998
    }

    .single-blog-post .blog-tag-share .blgo-share .share li a.color-2 {
        color: #55acee
    }

    .single-blog-post .blog-tag-share .blgo-share .share li a.color-3 {
        color: #dc4e41
    }

    .single-blog-post .blog-tag-share .blgo-share .share li a.color-4 {
        color: #517fa4
    }

.blog-sidebar .sidebar-title, .single-blog-post .blog-comment .title {
    font-size: 22px;
    font-weight: 600
}

.blog-sidebar .sidebar-post .single-sidebar-post, .single-blog-post .blog-comment .author-comment ul li {
    margin-top: 25px
}

.single-blog-post .blog-comment .author-comment .comment-replay, .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
    padding-left: 30px
}

    .single-blog-post .blog-comment .author-comment .single-comment .comment-content span {
        font-size: 14px;
        color: #8a8fa3;
        padding-bottom: 10px
    }

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input {
    margin-top: 30px
}

    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
        width: 100%;
        height: 55px;
        border: 1px solid #ddd;
        padding: 0 30px;
        border-radius: 5px
    }

        .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input.placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea.placeholder {
            opacity: 1;
            color: #8a8fa3
        }

        .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:-moz-placeholder {
            opacity: 1;
            color: #8a8fa3
        }

        .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-moz-placeholder {
            opacity: 1;
            color: #8a8fa3
        }

        .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-webkit-input-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-webkit-input-placeholder {
            opacity: 1;
            color: #8a8fa3
        }

    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
        height: 160px;
        padding-top: 20px;
        resize: none
    }

    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input .main-btn {
        width: 160px
    }

.blog-sidebar .sidebar-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px
}

    .blog-sidebar .sidebar-search input.placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-search input:-moz-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-search input::-moz-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-search input::-webkit-input-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

.blog-sidebar .sidebar-search button {
    width: 65px;
    height: 60px;
    text-align: center;
    background-color: #ed1c24;
    font-size: 30px;
    color: #fff;
    border: 1px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    cursor: pointer
}

.blog-sidebar .sidebar-category, .blog-sidebar .sidebar-post, .blog-sidebar .sidebar-subscribe {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px
}

    .blog-sidebar .sidebar-post .single-sidebar-post .post-thumb a img {
        border-radius: 3px
    }

    .blog-sidebar .sidebar-post .single-sidebar-post .post-content {
        padding-left: 20px
    }

        .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
            line-height: 22px;
            font-size: 15px;
            color: #32333c;
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            -ms-transition: .3s ease-out;
            -o-transition: .3s ease-out;
            transition: .3s ease-out
        }

@media (max-width:767px) {
    .single-blog-page {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .single-blog-post .blog-content .blog-title {
        font-size: 18px
    }

    .single-blog-post .blog-content .meta li {
        margin-right: 20px
    }

        .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a, .single-blog-post .blog-content .meta li a, .single-blog-post .blog-tag-share .blog-tag .tag li a {
            font-size: 14px
        }

    .single-blog-post .blog-content .blockquote {
        padding: 20px 25px
    }

    .single-blog-post .blog-comment .author-comment .single-comment .comment-thumb img {
        width: 80px
    }

    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-content ul li {
        width: 50%;
        float: left
    }

    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 30px;
        padding-top: 0
    }

    .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        font-size: 15px
    }
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content span {
    color: #8a8fa3;
    font-size: 14px
}

.blog-sidebar .sidebar-category ul li a {
    display: block;
    font-size: 16px;
    color: #8a8fa3;
    margin-top: 10px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

    .blog-sidebar .sidebar-category ul li a span, .login-button a, html.no-flexbox .pricing-step-amenities-list {
        float: right
    }

.blog-sidebar .sidebar-subscribe .subscribe-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #f2f2f2
}

    .blog-sidebar .sidebar-subscribe .subscribe-form input.placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-subscribe .subscribe-form input:-moz-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-subscribe .subscribe-form input::-moz-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

    .blog-sidebar .sidebar-subscribe .subscribe-form input::-webkit-input-placeholder {
        opacity: 1;
        color: #8a8fa3
    }

.blog-sidebar .sidebar-subscribe .subscribe-form button {
    width: 65px;
    height: 50px;
    text-align: center;
    background-color: #ed1c24;
    font-size: 20px;
    color: #fff;
    border: 1px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 54px;
    cursor: pointer
}

.heager-inner-gif {
    position: absolute;
    top: 40px;
    left: 150px;
    width: 50%
}

.resisteration {
    border-left: 1px solid #000 !important;
    position: relative
}

.circle {
    display: block;
    height: 32px;
    width: 32px;
    background-color: #3e3b3b;
    border-radius: 50%;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -16px
}

.resgister-or {
    margin-left: 40px
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px;
    position: relative
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
    padding-top: 60px
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15%;
    border: 1px solid #888;
    width: 80%
}

.close {
    position: absolute;
    right: 25px;
    top: 15;
    color: #000;
    font-size: 35px;
    font-weight: 700
}

    .close:focus, .close:hover {
        color: red;
        cursor: pointer
    }

.animate {
    -webkit-animation: .6s animatezoom;
    animation: .6s animatezoom
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width:300px) {
    span.psw {
        display: block;
        float: none
    }

    .cancelbtn {
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .modal-res-sin {
        width: 35% !important
    }
}

.main-btn-login:hover {
    background-color: #fff !important;
    color: #ed1c24;
    border-color: #ed1c24
}

.main-btn-login {
    width: 100%;
    border: 1px solid #2d9d47;
    background-color: #2d9d47
}

.pop-cancel {
    justify-content: unset
}

.request-call-btn {
    background: #ed1c24;
    color: #fff;
    line-height: 31px;
    position: fixed;
    right: 0;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    z-index: 10;
    display: block
}

.lblcheckbox label {
    margin-top: 0;
    margin-bottom: 0;
    width: 92% !important
}

.customcheck {
    width: 2% !important;
    vertical-align: middle
}

@media (min-width:360px) and (max-width:500px) {
    .heager-inner-gif {
        position: absolute;
        top: 14px;
        left: 80px
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .heager-inner-gif {
        left: 95px
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .heager-inner-gif {
        top: 22px;
        left: 117px
    }

    .header-content {
        height: 510px !important
    }
}

@media (min-width:300px) and (max-width:800px) {
    .model-home-res {
        padding-top: 120px
    }

    .modal-res-sin {
        width: 100%
    }
}

@media screen and (min-width:700px) {
    .contlbl-device {
        margin-bottom: 30px
    }
}

.request-call-btn {
    top: 50%;
    margin-top: -100px;
    padding: 10px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 17px
}

#getstarted {
    background-color: #fbfbfb;
    padding-bottom: 40px
}

.startedbox {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px 3px 12px 12px
}

    .startedbox .section-title .title {
        padding: 0
    }

.login-button {
    padding-bottom: 30px;
    margin-top: 12px;
    border-bottom: 1px solid rgba(152,152,152,.23);
    margin-bottom: 30px
}

    .login-button .main-btn, html.no-flexbox .pricing-step-pricing {
        float: left
    }

.socialbox {
    font-size: 0;
    margin: 12px 0
}

    .socialbox > div {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px
    }

@media screen and (max-width:767px) {
    .section-title .title {
        padding-top: 0;
        padding-bottom: 0
    }

    #parallax .mt-60, .resgister-or {
        margin: 0
    }

    .navigation {
        padding: 12px 0
    }

    .header-content {
        height: 610px
    }

    .startedbox .single-form {
        margin: 0 0 12px;
        padding: 0;
        text-align: left
    }

    .single-form {
        margin-top: 30px;
        text-align: center;
        padding-bottom: 26px
    }

    .startedbox {
        padding: 15px
    }

        .startedbox .resisteration {
            border: 0 !important
        }

        .startedbox .pt-30 {
            padding: 0
        }

    .resisteration .circle {
        display: none
    }

    .startedbox .mt-60 {
        margin-top: 12px
    }

    .resgister-or > div:last-child {
        margin-top: 12px !important
    }

    #getstarted {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .contact-sport-txt .single-form {
        text-align: left;
        margin-top: 0;
        padding-bottom: 0
    }
}

.errormessage {
    background-color: red;
    padding: 11px;
    color: #fff
}

.successmessage {
    background-color: #4caf50;
    padding: 11px;
    color: #fff
}

#logohome {
    width: 155px;
    height: 63px
}

.panel-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 20px 75px
}

@media (min-width:450px) {
    .panel-inner {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .panel-inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.panel-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 22px;
    margin-top: 0;
    text-align: center
}

.pricing-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid #ed1c24;
    color: #ed1c24;
    margin: 0 auto;
    max-width: 960px;
    position: relative
}

.pricing-step-body, .pricing-step-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox
}

.pricing-step + .pricing-step {
    border-top: none
}

.pricing-step-header:after, html.no-flexbox .pricing-step-header:after {
    border-left-color: transparent;
    border-top-color: #ed1c24;
    bottom: -30px;
    left: 50%;
    margin-left: -30px
}

.pricing-step-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #ed1c24;
    color: #fff;
    padding: 35px 0;
    position: relative;
    text-align: center
}

.pricing-step + .pricing-step .pricing-step-header:before {
    background-size: 45.5px 45.5px;
    content: '';
    display: block;
    height: 91px;
    left: 5px;
    margin-top: -22.75px;
    position: absolute;
    top: 50%;
    width: 91px
}

html.no-flexbox .pricing-step + .pricing-step .pricing-step-header:before {
    left: 5px;
    margin-left: 0;
    margin-top: -45.5px;
    top: 50%
}

.pricing-step-header:after {
    border-style: solid;
    border-width: 30px 30px 0;
    border-right-color: transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

html.no-flexbox .pricing-step-header:after {
    border-bottom-width: 0;
    border-right-width: 30px;
    margin-top: 0;
    right: auto;
    top: auto
}

.pricing-step-description {
    font-size: 27px;
    display: block;
    font-weight: 700
}

.pricing-step-body {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    padding: 55px 15px 30px
}

html.no-flexbox .pricing-step-body:after, html.no-flexbox .pricing-step-body:before {
    content: " ";
    display: table
}

html.no-flexbox .pricing-step-body:after {
    clear: both
}

.pricing-step-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.pricing-step-pricing-title {
    font-size: 16px;
    font-weight: 400;
    left: 11px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px
}

.pricing-step-price {
    font-size: 27px;
    color: #ed1c24;
    font-weight: 700;
    text-align: center
}

.pricing-step-currency {
    font-size: 2.2rem;
    font-weight: 400;
    vertical-align: super
}

.pricing-step-frequency {
    font-size: 2.2rem;
    display: block;
    font-weight: 400
}

@media (min-width:850px) {
    .pricing-step {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    html.flexbox .pricing-step + .pricing-step {
        border-bottom: 3px solid #ed1c24
    }

    .pricing-step-header {
        min-width: 315px
    }

    html.flexbox .pricing-step-header {
        padding: 0
    }

    .pricing-step + .pricing-step .pricing-step-header:before {
        background-size: auto auto;
        left: 50%;
        margin-left: -45.5px;
        margin-top: 0;
        top: -45.5px
    }

    .pricing-step-header:after {
        bottom: auto;
        border-left-color: #ed1c24;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-bottom-width: 30px;
        border-right-width: 0;
        left: auto;
        margin-top: -23px;
        right: -23px;
        top: 50%
    }

    .pricing-step-body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 25px 25px 25px 40px
    }

    html.flexbox .pricing-step + .pricing-step .pricing-step-body {
        border-top: 3px solid #ed1c24
    }

    .pricing-step-pricing-title {
        order: 0
    }

    .pricing-step-frequency {
        display: inline
    }
}

.pricing-step-amenities-container {
    width: 57%
}

.pricing-step-amenities-list {
    font-size: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:430px) {
    .pricing-step-amenities-list {
        font-size: 1.4rem
    }
}

@media (min-width:475px) {
    .pricing-step-amenities-list {
        font-size: 1.6rem
    }
}

.pricing-step-amenities-list li {
    margin-bottom: 5px;
    padding-left: 14px;
    font-size: 17px
}

.pricing-step-amenities-fine-print {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 30px
}

.firstrowprice, .secondrowprice {
    padding: 10px;
    width: 85%;
    margin-bottom: 5%;
    border: 1px solid #ed1c24
}

.firstrowprice {
    margin-right: 2%
}

.pricelabel {
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 3px;
    padding: 1px
}

.listedprice {
    color: #780609;
    text-decoration: line-through
}

.pricing-step-title, pricing-step-description {
    font-size: 28px;
    margin: 0;
    color: #fff
}

#pricing {
    border-bottom: 4px solid rgba(152,152,152,.46)
}

@media (max-width:550px) {
    .pricing-step-currency {
        font-size: 1rem
    }

    .firstrowprice {
        width: 75%
    }

    .pricing-step-amenities-list li {
        font-size: 13px
    }
}
