﻿
.responsive {
    display: none;
}

#mobile-menu {
    display: block;
}
.section-t h2 {
    font-size: 350px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    color: #001659;
    opacity: .05;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    top: -35px;
    line-height: 1;
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 10px 15px;
}

.section-title h5 {
    color: #ff5e14;
    margin-bottom: 15px;
    border-left: 4px solid;
    padding-left: 10px;
}

.section-title.center-align h5 {
    display: inline-block;
    border-left: 4px solid;
    border-right: 4px solid;
    padding-right: 10px;
}

.section-title h2 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
}

    .section-title h2::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        width: 60px;
        background: #ff5e14;
        margin: auto;
        transition: .3s;
        display: none;
    }

section:hover .section-title h2::before {
    width: 100px;
}

/* 6. services */

#feature-top {
    margin-top: -170px;
    z-index: 999;
    position: relative;
}

.services-two .s-single-services {
    border-radius: 0 0 0 0;
    background-color: rgb(247, 249, 255);
}

    .services-two .s-single-services .btn2 {
        display: inline-block;
        color: #ff5e14;
    }
.services-area {
    padding: 5%;
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-services {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

    .single-services::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 5px;
        top: 5px;
        background: #ff5e14;
        z-index: -1;
        transition: .3s;
        opacity: 0;
    }

.service-t h2 {
    top: 55px;
}

.services-thumb img {
    width: 100%;
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #ff5e14;
    transition: .3s;
    margin-bottom: 55px;
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px;
}

    .services-content small {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 20px;
    }

    .services-content h4 {
        font-size: 24px;
        margin-bottom: 23px;
    }

        .services-content h4:hover a {
            color: #ff5e14;
        }

    .services-content p {
        margin-bottom: 0;
    }

.single-services:hover .services-content span {
    background: #ff5e14;
}

.single-services:hover::before {
    opacity: 1;
}

.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1;
}

    .services-active .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .services-active .slick-dots li button {
            text-indent: -99999px;
            border: none;
            padding: 0;
            height: 5px;
            width: 20px;
            background: #ff5e14;
            border-radius: 50px;
            z-index: 1;
            cursor: pointer;
            transition: .3s;
        }

        .services-active .slick-dots li.slick-active button {
            width: 50px;
            background: #ff5e14;
        }

.services-active .slick-track {
    padding-bottom: 10px;
}

.services-icon i {
    font-size: 42px;
    color: #fff;
    text-align: center;
    line-height: 90px;
}

.services-two .services-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
}

    .services-two .services-icon img {
        width: 100%;
    }

.services-two .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-two ul li {
    margin-bottom: 25px;
}

    .services-two ul li::before {
        font-family: "Font Awesome 5 Pro";
        content: "";
        margin-right: 10px;
        color: #ff5e14;
    }

.services-icon .glyph-icon::before {
    font-size: 42px;
    color: #3763eb;
    margin-left: 0;
}

.services-icon2 {
    position: absolute;
    right: 5%;
    top: 0;
}

    .services-icon2 .glyph-icon::before {
        font-size: 120px;
        color: #8ca8ff29;
        margin-left: 0;
    }

.services-two .second-services-content {
    float: left;
    width: 100%;
    padding: 30px;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 0px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
}

.services-two .s-single-services {
    float: left;
    width: 100%;
}

.services-three .services-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 16px 32px #00000014;
}

    .services-three .services-icon img {
        width: 100%;
    }

.services-three .brline {
    margin-top: 15px;
    margin-bottom: 25px;
}

.services-three ul li {
    margin-bottom: 25px;
}

    .services-three ul li::before {
        font-family: "Font Awesome 5 Pro";
        content: "";
        margin-right: 10px;
        color: #ff5e14;
    }

.services-three .second-services-content {
    float: left;
    width: 100%;
}

.services-three .s-single-services {
    transition: .3s;
    padding: 40px 40px 25px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
    border: 2px solid #F0F0F0;
}

.services-three .s-single-services {
    float: left;
    width: 100%;
}

    .services-three .s-single-services.active {
        background: #fff;
        margin-top: 0;
        position: relative;
        z-index: 1;
        left: 0;
    }

        .services-three .s-single-services.active a.ss-btn {
            display: none;
        }

.second-services-content h5 {
    font-weight: 700;
    transition: .3s;
    letter-spacing: 0;
    font-size: 22px;
    color: #001659;
}

.second-services-content p {
    margin-bottom: 0;
}

.second-services-content a {
    /*font-size: 14px;
	font-weight: 500;
	color: #444d69;
	position: relative;
	transition: .5s;*/
}

    .second-services-content a::after {
        left: -40px;
        right: unset;
        opacity: 0;
    }

.s-single-services {
    transition: .3s;
    padding: 30px;
    border: 5px solid #f5f8fa;
}

    .s-single-services a.ss-btn {
        display: none;
    }

    .s-single-services.active {
        background: #ff5e14;
    }

    .s-single-services .active-icon {
        display: none;
    }

    .s-single-services .d-active-icon {
        display: block;
    }

    .s-single-services:hover {
        background: #ff5e14;
    }

        .s-single-services:hover .second-services-content h5 {
            color: #fff;
        }

        .s-single-services:hover .second-services-content a,
        .s-single-services.active a,
        .services-two .s-single-services.active .btn2 {
            color: #FFF;
        }

            .s-single-services.active a.ss-btn {
                display: inline-block;
            }

    .s-single-services.active .second-services-content h5 {
    }

    .s-single-services.active .second-services-content a,
    #feature-top .s-single-services.active .btn2,
    .s-single-services.active .services-icon .glyph-icon::before {
    }

    .s-single-services.active .second-services-content p {
        color: #FFF;
    }

    .s-single-services.active .active-icon {
        display: block;
    }

    .s-single-services.active .d-active-icon {
        display: none;
    }

.services-bg {
    background-position: center;
    background-size: cover;
}

.services-active2 {
    padding-top: 50px;
    padding-bottom: 300px;
}

    .services-active2 .slick-arrow {
        position: absolute;
        top: 50%;
        left: -60px;
        border: none;
        background: none;
        padding: 0;
        font-size: 24px;
        color: #ff5e14;
        z-index: 9;
        cursor: pointer;
        transition: .3s;
    }

    .services-active2 .slick-next {
        left: inherit;
        right: -60px;
    }

    .services-active2 .slider-nav .slick-list.draggable {
        width: 1100px;
        float: right;
    }

.services-item {
    background: #fff;
    margin: 22px 15px;
    box-shadow: 3px 4px 15px #0000001A;
    text-align: center;
    border-radius: 10px;
}

.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px;
}

.services-item h3 {
    font-size: 20px;
}

.services-item .glyph-icon:before {
    font-size: 60px;
}

.services-active2 li .icon {
    padding-right: 10px;
}

.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb;
}

    .services-item.slick-slide.slick-current.slick-active .glyph-icon:before {
        color: #fff;
    }

    .services-item.slick-slide.slick-current.slick-active h3 {
        color: #fff;
    }

.services-area .services-box {
    background: #edf2e4;
    padding-top: 30px;
    border-radius: 10px;
}

.services-box .services-content2 {
    margin-top: 25px;
    padding-bottom: 30px;
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px;
}

    .services-box .services-content2 p {
        margin-bottom: 0;
    }

.services-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

    .services-content2 h5 a {
        color: #001659;
    }

.services-box .ss-btn2 {
    width: 60px;
    height: 60px;
    background: #ff5e140% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #ff5e1433;
    display: none;
    color: #fff;
    line-height: 60px;
    font-size: 31px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -25px;
    transition: .3s;
}

.services-box .services-content2:hover .ss-btn2 {
    display: inline-block;
}

.services-02 ul {
    display: flex;
    border: 2px solid #F5F5F5;
}

    .services-02 ul li {
        padding: 30px;
        border-right: 2px solid #F5F5F5;
        background: #fff;
        transition: .2s;
    }

        .services-02 ul li:last-child {
            border: none;
        }

.services-icon-02 {
    margin-bottom: 30px;
}

.services-content-02 h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.services-content-02 {
    font-size: 14px;
}

    .services-content-02 .ss-btn2 {
        margin-top: 20px;
        display: block;
    }

        .services-content-02 .ss-btn2 i {
            width: 40px;
            height: 40px;
            border: 2px solid #E6E6E6;
            border-radius: 50%;
            line-height: 35px;
            text-align: center;
            color: #777;
        }

        .services-content-02 .ss-btn2 span {
            color: #ff5e14;
            margin-left: -10px;
            font-weight: 600;
            opacity: 0;
            transition: all 0.5s ease 0s;
        }

.services-02 ul li:hover {
    border: none;
    box-shadow: 0px 16px 32px #0000000A;
    transform: scale(1.08);
    transition: .2s;
}

    .services-02 ul li:hover .ss-btn2 span {
        margin-left: 5px;
        opacity: 1;
        transition: .2s;
    }

.services-box-03 {
    background: #fff;
    padding: 50px;
}

.services-box-04 {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 45px;
}

.services-icon-04 {
    display: flex;
    margin-bottom: 30px;
}

    .services-icon-04 img {
        margin-right: 15px;
    }

    .services-icon-04 h4 {
        padding: 15px 0 0;
    }

.services-box-04 .services-content-02 li {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #001659;
}

    .services-box-04 .services-content-02 li::before {
        font-family: "Font Awesome 5 Pro";
        content: "";
        margin-right: 10px;
        color: #ff5e14;
    }

.services-box-04 .services-content-02 .blue li::before {
    color: #4cc3c1;
}

.services-box-04 .services-content-02 .green li::before {
    color: #2db065;
}

.services-05 h2 {
    color: #fff;
}

.services-05::before {
    content: "";
    background: #001659;
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
}

.services-content-05 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 38px 0px rgba(40, 40, 40, 0.04);
    padding: 30px;
    margin-bottom: 50px;
}

    .services-content-05 span {
        color: #ff5e14;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
    }

.services-text05 p {
    font-size: 20px;
}

.services-text05 a {
    font-size: 20px;
    color: #ff5e14;
    font-weight: 500;
    text-decoration: underline;
}

.services-07 .section-title h2 {
    color: #fff;
}

.services-box07 .sr-contner {
    display: flex;
}

    .services-box07 .sr-contner .icon {
        width: 100px;
        margin-right: 30px;
    }

    .services-box07 .sr-contner .text h5 {
        color: #fff;
        font-size: 18px;
    }

    .services-box07 .sr-contner .text p {
        color: #9aa4a9;
        margin-top: 20px;
    }

.services-07 .user-box {
    display: flex;
}

    .services-07 .user-box .text {
        padding-top: 10px;
        padding-left: 15px;
    }

        .services-07 .user-box .text h2 {
            font-size: 24px;
            font-weight: 500;
            font-family: 'Rubik', sans-serif;
            color: #fff;
            margin-bottom: 5px;
        }

        .services-07 .user-box .text h3 {
            font-size: 14px;
            font-family: 'Rubik', sans-serif;
            color: #9a9fa2;
        }

.services-08-item {
    text-align: center;
}

.services-08-item {
    text-align: center;
    padding: 30px 15px;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

    .services-08 .services-08-item--wrapper:nth-child(3) {
        border-bottom: none;
    }

.services-08-item--wrapper > div {
    border-right: 2px solid #f5f5f5;
}

    .services-08-item--wrapper > div:nth-child(3) {
        border-right: none;
    }

.services-08-thumb {
    margin-bottom: 30px;
}

.services-08-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-09::before {
    display: none;
}

.services-09 p,
.services-09 .section-title h5 {
    color: #fff;
}

.services-area2 .container {
    z-index: 1;
    position: relative;
}

.services-area2 .services-box2 {
    border-radius: 10px;
    padding: 30px;
    border: 5px solid rgb(247, 249, 255);
}

    .services-area2 .services-box2 h5 {
        font-size: 24px;
        margin-top: 30px;
    }

    .services-area2 .services-box2 .services-icon {
        border-radius: 10px;
        background-color: rgb(0, 22, 89);
        width: 80px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        text-align: center;
    }

    .services-area2 .services-box2 p {
        margin-bottom: 0;
    }

.services-area2 .s-single-services.active {
    background: #f7f9ff;
}

    .services-area2 .s-single-services.active a {
        color: #001659;
    }

    .services-area2 .s-single-services.active .services-icon {
        background: #ff5e14;
    }

/* 19. contact */

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

    .contact-area .map {
        position: absolute;
        right: 0;
        top: 0;
    }

.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}


.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}

.contact-message.c-icon i {
    top: 30px;
    transform: unset;
}

.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}

.contact-name {
    position: relative;
}

.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    margin-bottom: 20px;
    cursor: unset;
}

.contact-field {
    padding-right: 0;
}

    .contact-field input {
        width: 100%;
        border: none;
        background-color: mintcream;
        padding: 15px 15px;
        transition: .3s;
        border-radius: 10px;
        border: 1px solid rgba(183, 183, 183, 0.38);
    }

    .contact-field.c-name::after {
        content: "\f007";
    }

    .contact-field::after {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        font-size: 14px;
        text-align: center;
        right: 25px;
        color: #ff5e14;
        bottom: 22px;
        display: none;
    }

    .contact-field.c-email::after {
        content: "\f0e0";
    }

    .contact-field.c-subject::after {
        content: "\f249";
    }

    .contact-field.c-message::after {
        content: "\f303";
        font-weight: 700;
        top: 20px;
        bottom: unset;
    }


    .contact-field textarea {
        width: 100%;
        border: none;
        padding: 15px;
        transition: .3s;
        border-radius: 10px;
        background-color: #f7f9ff;
        height: 100px;
        border: 1px solid rgba(183, 183, 183, 0.38);
    }

.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}
/*Services Category*/

.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.03);
}

    .services-categories li {
        position: relative;
        border: 1px solid #e7e7e7;
        border-bottom: 0;
        z-index: 9;
    }

        .services-categories li:last-child {
            border-bottom: 1px solid #e7e7e7;
        }

        .services-categories li:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 4px;
            background-color: #2a2e48;
            content: "";
            opacity: 0;
            visibility: hidden;
        }

        .services-categories li.active:before,
        .services-categories li:hover:before {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .services-categories li a {
            font-size: 16px;
            font-weight: 500;
            color: #222222;
            line-height: 30px;
            padding: 10px 25px;
            display: block;
            padding-left: 38px;
            overflow: hidden;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .services-categories li.active a,
        .services-categories li:hover a {
            color: #ffffff;
        }

        .services-categories li a:before {
            position: absolute;
            left: 20px;
            top: 10px;
            font-size: 12px;
            line-height: 30px;
            color: #222222;
            font-weight: 900;
            content: "\f0da";
            font-family: "Font Awesome 5 pro";
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .services-categories li.active a:before,
        .services-categories li:hover a:before {
            color: #ffffff;
        }

        .services-categories li a:after {
            position: absolute;
            left: -1px;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            background-color: #ff5e14;
            z-index: -1;
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right top;
            -ms-transform-origin: right top;
            transform-origin: right top;
        }

        .services-categories li.active a:after,
        .services-categories li:hover a:after {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

/*=== Brochures Box ===*/

.brochures-box {
    position: relative;
    margin-bottom: 50px;
}

    .brochures-box .inner {
        position: relative;
        background-color: #2a2e48;
        padding: 35px 30px 25px;
        border-radius: 10px;
    }

    .brochures-box h4 {
        display: block;
        font-size: 17px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .brochures-box .text {
        font-size: 15px;
        line-height: 23px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .brochures-box .theme-btn {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 20px;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .brochures-box .theme-btn i {
            margin-right: 3px;
        }

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ff5e14;
    padding: 15px 35px;
    font-weight: 700;
    overflow: hidden;
}

    .btn-style-one:hover {
        color: #fff;
    }

/*Help Box*/

.help-box {
    position: relative;
    background-size: cover;
    padding: 30px 25px;
}

    .help-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(54, 54, 54, 0.90);
    }

    .help-box > span {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .help-box h4 {
        position: relative;
        color: #ffffff;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    .help-box p {
        position: relative;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .help-box .theme-btn {
        padding: 8px 30px;
        font-size: 14px;
        font-weight: 700;
    }

/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail {
    position: relative;
    padding-left: 20px;
}

    .service-detail .images-box {
        position: relative;
        margin: 0 -5px;
    }

        .service-detail .images-box .column {
            padding: 0 5px;
        }

        .service-detail .images-box .image {
            position: relative;
            margin-bottom: 10px;
        }

            .service-detail .images-box .image img {
                display: block;
                width: 100%;
                height: auto;
            }

    .service-detail .content-box {
        position: relative;
        padding: 0px 0 0;
    }

        .service-detail .content-box h2 {
            position: relative;
            display: block;
            font-size: 32px;
            line-height: 1.2em;
            color: #001659;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .service-detail .content-box h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 1.2em;
            color: #001659;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .service-detail .content-box p {
            position: relative;
            display: block;
            margin-bottom: 25px;
        }

    .service-detail .two-column {
        position: relative;
    }

        .service-detail .two-column .title {
            margin-bottom: 40px;
        }

        .service-detail .two-column p {
            margin-bottom: 25px;
        }

        .service-detail .two-column .image-column {
            position: relative;
            margin-bottom: 26px;
        }

            .service-detail .two-column .image-column .image {
                margin-bottom: 0;
            }

        .service-detail .two-column .text-column {
            position: relative;
        }

    .service-detail .prod-tabs {
        position: relative;
    }

        .service-detail .prod-tabs .tab-btns {
            position: relative;
            z-index: 1;
            border-bottom: 1px solid #dddddd;
        }

            .service-detail .prod-tabs .tab-btns .tab-btn {
                position: relative;
                top: 1px;
                display: block;
                float: left;
                margin-right: 5px;
                font-size: 16px;
                color: #333333;
                background: #ffffff;
                text-transform: capitalize;
                font-weight: 400;
                line-height: 23px;
                cursor: pointer;
                border: 1px solid #e5e5e5;
                border-bottom: 0;
                padding: 10px 25px;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .service-detail .prod-tabs .tab-btns .tab-btn:before {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 50%;
                    width: 0%;
                    height: 3px;
                    background-color: #dc3545;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                .service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
                .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
                    width: 100%;
                    left: 0;
                }

                .service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
                .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
                    position: absolute;
                    content: '';
                    left: 0px;
                    bottom: -3px;
                    width: 100%;
                    height: 5px;
                    background-color: #ffffff;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                .service-detail .prod-tabs .tab-btns .tab-btn:hover,
                .service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
                    color: #ff5e14;
                    background: #ffffff;
                }

        .service-detail .prod-tabs .tabs-content {
            position: relative;
            padding: 25px 30px 45px;
            border: 1px solid #dddddd;
        }

            .service-detail .prod-tabs .tabs-content .tab {
                position: relative;
                display: none;
                border-top: 0px;
            }

                .service-detail .prod-tabs .tabs-content .tab.active-tab {
                    display: block;
                }

                .service-detail .prod-tabs .tabs-content .tab .content {
                    position: relative;
                }

                    .service-detail .prod-tabs .tabs-content .tab .content p {
                        position: relative;
                        font-size: 16px;
                        line-height: 26px;
                        color: #666666;
                        margin-bottom: 0px;
                    }

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .list-style-one li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .list-style-one li::before {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            line-height: 25px;
            color: #ff5e14;
            content: "\f101";
            font-weight: 900;
            font-family: "Font Awesome 5 Pro";
        }

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 120px 0 105px;
}

    .project-detail .upper-box {
        position: relative;
        margin-bottom: 40px;
    }

        .project-detail .upper-box .image {
            position: relative;
            margin-bottom: 0;
        }

            .project-detail .upper-box .image img {
                display: block;
                width: 100%;
                height: auto;
            }

    .project-detail .single-item-carousel .owl-nav {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: -50px;
    }

    .project-detail .single-item-carousel .owl-next,
    .project-detail .single-item-carousel .owl-prev {
        position: absolute;
        left: 0;
        height: 100px;
        width: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        font-size: 18px;
        line-height: 100px;
        color: #ffffff;
        font-weight: 400;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .project-detail .single-item-carousel .owl-next {
        left: auto;
        right: 0px;
    }

        .project-detail .single-item-carousel .owl-next:hover,
        .project-detail .single-item-carousel .owl-prev:hover {
            background-color: rgba(255, 255, 255, .5);
            color: #000000;
        }

    .project-detail .text-column {
        position: relative;
    }

        .project-detail .text-column .inner-column {
            position: relative;
            padding-right: 30px;
        }

            .project-detail .text-column .inner-column .dropcap {
                float: left;
                background: #ff5e14;
                border-radius: 20px;
                padding: 30px;
                color: #FFFFFF;
                font-size: 42px;
                font-weight: 700;
                margin-right: 20px;
            }

            .project-detail .text-column .inner-column p strong {
                color: #001659;
            }

    .project-detail .pr-ul {
        margin-top: 10px;
        float: left;
        margin-bottom: 0px;
    }

        .project-detail .pr-ul li {
            display: flex;
            margin-bottom: 15px;
            float: left;
            width: 50%;
        }

        .project-detail .pr-ul .icon i {
            width: 40px;
            height: 40px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 2px solid #EEEEEE;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 20px;
            color: #ff5e14;
        }

    /* Lower Content */

    .project-detail .lower-content {
        position: relative;
    }

        .project-detail .lower-content h2 {
            position: relative;
            display: block;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .project-detail .lower-content h3 {
            position: relative;
            display: block;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .project-detail .lower-content h4 {
            position: relative;
            display: block;
            font-size: 22px;
            margin-bottom: 20px;
        }

        .project-detail .lower-content p {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

    .project-detail .info-column {
        position: relative;
    }

        .project-detail .info-column .inner-column {
            position: relative;
            padding: 30px;
            box-shadow: 3px 4px 25px #0000001A;
            margin: -55px 50px 0;
            border-radius: 80px;
            background: #fff;
        }

    .project-detail .project-info {
        position: relative;
    }

        .project-detail .project-info li {
            position: relative;
            padding-left: 30px;
            display: inline-block;
        }

            .project-detail .project-info li .icon {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 18px;
                line-height: 28px;
                color: #dc3545;
            }

            .project-detail .project-info li strong {
                color: #001659;
                font-size: 20px;
                line-height: 24px;
                margin-bottom: 10px;
                display: inline-block;
            }

            .project-detail .project-info li p {
                font-size: 15px;
                line-height: 24px;
                font-weight: 400;
                margin-bottom: 0;
            }

                .project-detail .project-info li p a {
                    display: inline-block;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .project-detail .project-info li p a:hover {
                        color: #dc3545;
                    }

/* Load More Option */

.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

    .load-more-option li.prev a,
    .load-more-option li.next a {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 20px;
        width: 80px;
        padding: 10px 10px;
        text-align: center;
        color: #ffffff;
        background-color: #ff5e14;
        border-radius: 10px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .load-more-option li.prev a:hover,
        .load-more-option li.next a:hover {
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        }

    .load-more-option .load-more {
        position: relative;
        display: inline-block;
        font-size: 30px;
    }

        .load-more-option .load-more a {
            position: relative;
            display: inline-block;
            font-size: 30px;
            line-height: 42px;
            color: #dc3545;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .load-more-option .load-more a:hover {
                color: #000000;
            }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}

/* 8. newslater-area */

.newslater-area h2,
.newslater-area p {
    color: #fff;
}

.newslater-area p {
    color: #A0A4A5;
}

.newslater .input-bg {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}

.newslater .input-bg2 {
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    width: 40%;
}

.newslater input {
    background: #4D5152 !important;
    border-radius: 30px;
    border: 1px solid #4D5152 !important;
    box-shadow: none !important;
    padding: 9px 50px !important;
    color: #000 !important;
    height: calc(1.5em + .75rem + 20px);
    width: 100% !important;
    border-radius: 30px !important;
    position: relative;
    z-index: 1;
    margin-right: 7px;
}

.newslater .form-group {
    margin-bottom: 0;
}

.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}

    .newslater button:hover {
        background: #ff3494;
        color: #fff;
    }



.newslater-area #contact-form4 {
    margin-top: 0;
    float: right;
    width: 100%;
}

    .newslater-area #contact-form4 button {
        border-radius: 30px;
        background: #4CC3C1;
        color: #fff;
        height: 56px;
        padding: 0 35px 0 0px;
        right: 11px;
        width: 33.333%;
        z-index: 0;
        text-align: right;
    }

.slick-slide {
    outline: none;
}

.features-area h2,
.features-area h4,
.features-area h5,
.features-area p {
    color: #fff;
}

.features-area h5 {
    margin-bottom: 15px;
}

.features-area ul {
    margin-top: 30px;
    color: #fff;
}

.features-area li {
    display: flex;
    margin-bottom: 15px;
}

    .features-area li .icon {
        margin-right: 20px;
        color: #84DAA9;
    }

/* 8. search-popup */

.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase;
}

.search-bg {
    background: #f5f5f5;
    opacity: 1;
}

.close2 {
    color: #ff5e14;
    cursor: pointer;
    font-size: 14px;
}

.search-bg a i {
    color: #ff5e14;
    font-size: 18px;
}

.search-outer {
    border-bottom: 1px solid #282828;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}

    .search-outer input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: #000;
        font-size: 14px;
        width: 100%;
    }

.case-study-content {
    padding: 30px;
    background: #FFF5F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #FFF5F4;
}

    .case-study-content span {
        margin-bottom: 10px;
        display: inline-block;
    }

.case-study-content02 {
    padding: 30px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #0016590A;
}

    .case-study-content02 span {
        margin-bottom: 10px;
        display: inline-block;
        color: #ff5e14;
    }

    .case-study-content02 .ss-btn {
        display: none;
        transition: all 0.5s ease 0s;
    }

.case-study-box:hover .case-study-content02 .ss-btn {
    display: inline-block;
}

.case-study-box .case-study-content02 {
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 {
    transform: translate(0, -62px);
}

/* 24. process-area */

.process-area h2 {
    color: #fff;
}

.process-area .section-title h5 {
    color: #ff5e14;
}

.process-area .col-lg-3.col-md-12:nth-child(2),
.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}

    .process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,
    .process-area .col-lg-3.col-md-12:nth-child(2) .no {
        background: #ff5e140% 0% no-repeat padding-box;
    }

.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(3) .no {
    background: #27ae61 0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,
.process-area .col-lg-3.col-md-12:nth-child(4) .no {
    background: #8145DA 0% 0% no-repeat padding-box;
}

.process-area h5 {
    color: #fff;
}

.process-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid #001659;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 700;
}

/* 24. skills-area */

.skills {
    width: 100%;
    max-width: 600px;
    padding: 0 20px 0 0;
}

.skill-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 20px;
    color: #fff;
}

.skill-bar {
    height: 6px;
    background: #313940;
    border-radius: 8px;
}

.skill-per {
    height: 6px;
    background-color: #ff5e14;
    border-radius: 8px;
    width: 0;
    position: relative;
    transition: 1s linear;
}

    .skill-per::before {
        content: attr(per);
        position: absolute;
        padding: 4px 6px;
        background-color: #ff5e14;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        top: -35px;
        right: 0;
        transform: translateX(50%);
    }

    .skill-per::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ff5e14;
        top: -16px;
        right: 0;
        transform: translateX(50%) rotate(45deg);
        border-radius: 2px;
    }

.skills-content {
    color: #C3C3C3;
}

.skills-title h5 {
    color: #4CC3C1;
    font-size: 22px;
    margin-bottom: 15px;
}

.skills-title h2 {
    font-size: 46px;
    line-height: 1.4;
    color: #fff;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 0 50px;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #2f373e;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 12px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #001659;
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

        .progress .progress-value sub {
            font-size: 20px;
            color: #ff5e14;
            margin-left: 5px;
            font-weight: 400;
        }

    .progress.blue .progress-bar {
        border-color: #ff5e14;
    }

    .progress.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

    .progress.yellow .progress-bar {
        border-color: #fdba04;
    }

    .progress.yellow .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress.pink .progress-bar {
        border-color: #ed687c;
    }

    .progress.pink .progress-left .progress-bar {
        animation: loading-4 0.4s linear forwards 1.8s;
    }

    .progress.green .progress-bar {
        border-color: #1abc9c;
    }

    .progress.green .progress-left .progress-bar {
        animation: loading-5 1.2s linear forwards 1.8s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */

.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}

    .map-img li:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 45%;
    }

        .map-img li:nth-child(2) .map-text-hover {
            left: -520px;
        }

    .map-img li:nth-child(3) {
        position: absolute;
        top: 100px;
        left: 85%;
    }

        .map-img li:nth-child(3) .map-text-hover {
            left: -520px;
        }

    .map-img li:nth-child(4) {
        position: absolute;
        top: 40%;
        left: 15%;
    }

        .map-img li:nth-child(4) .map-text-hover {
            left: 50px;
        }

    .map-img li:nth-child(5) {
        position: absolute;
        top: 43%;
        left: 70%;
    }

        .map-img li:nth-child(5) .map-text-hover {
            left: -520px;
        }

.map-text-hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
    position: absolute;
    ;
    width: 510px;
    height: 133px;
    z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}

.map-img li:hover .map-text-hover {
    display: block;
}

.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}

.map-text-user {
    display: flex;
}

    .map-text-user .text {
        padding: 30px 30px 0px 30px;
    }

    .map-text-user .img img {
        max-width: initial;
        height: 152px;
    }

.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}

.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}

.contact-area::after {
    content: "";
    background: #f4fbfb;
    position: absolute;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    z-index: 0;
}

.after-none::after {
    display: none;
}

.contact-area .container {
    position: relative;
    z-index: 1;
}

.contact-bg02 .slider-btn {
    width: 100%;
}

.contact-field select {
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
}

.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.services-box.contact-box {
    background: #00235a;
    color: #fff;
}

    .services-box.contact-box h5 {
        color: #fff;
    }

    .services-box.contact-box .services-icon i {
        background: #ff5e14;
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

/* Here's the new blog dtl to add... */

.quote-post {
    background-position: center;
    background-repeat: no-repeat;
}

    .quote-post .quote-icon {
        float: left;
        margin-right: 30px;
        display: block;
        margin-top: 20px;
    }

    .quote-post h2 {
        overflow: hidden;
        margin-bottom: 0;
    }

.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}

.sidebar-widget .widget th,
.footer-widget .widget th {
    background: #ff5e14;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}

.sidebar-widget .widget td {
    padding: 5px;
    text-align: center;
}

.sidebar-widget .widget {
    padding: 25px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 2px solid #f5f5f5 !important;
    border-radius: 10px;
}

    .sidebar-widget .widget li {
        padding-bottom: 5px;
        border-bottom: 1px solid #e4e4e4;
        padding-top: 5px;
        float: left;
        width: 100%;
    }

.widget-title {
    margin-bottom: 40px;
}

.sidebar-widget .widgettitle,
.sidebar-widget .widget-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 4px solid #ff5e14;
    padding-left: 15px;
}

.sidebar-widget .widget .gallery-icon a:hover {
    padding-left: 0;
}

.tags {
    border-bottom: 1px solid #eaeaea;
    /*float:left;*/
    width: 100%;
    display: inline-block;
}

.search-form {
    position: relative;
}

    .search-form input {
        background: #f5f5f5;
        border: none;
        width: 100%;
        padding: 18px 30px;
    }



    .search-form .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: #ff5e14;
        padding: 18px 23px;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        height: 88%;
        width: 106px;
    }

.sidebar-widget .widget .widget_archive,
.widget_categories,
.sidebar-widget .widget_archive {
    text-align: right;
}

    .sidebar-widget .widget .widget_archive,
    .sidebar-widget .widget_categories a,
    .sidebar-widget .widget_archive a {
        float: left;
        height: 30px;
    }

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}

    .widget-insta-post li:hover a::before {
        opacity: .7;
    }

    .widget-insta-post li a {
        position: relative;
        display: block;
    }

        .widget-insta-post li a::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background: #ff5e14;
            opacity: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

.widget-social a {
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e4e4e4;
    color: #6e6e6e;
    margin: 0 3px;
    text-align: center !important;
}

    .widget-social a:hover {
        background: #ff5e14;
        color: #ffffff !important;
        border-color: #ff5e14;
        padding: 0 !important;
        box-shadow: 0px 10px 19px 0px #ff5e1466 !important;
    }

.rpwwt-widget a {
    padding-left: 0 !important;
}

.rpwwt-widget li {
    line-height: 23px !important;
}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

    .cat__list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .cat__list li:hover a {
        color: #ff5e14;
    }

    .cat__list li a {
        font-size: 14px;
        color: #777777;
    }

        .cat__list li a span {
            float: right;
            display: block;
        }

.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

    .widget__post ul li:last-child {
        margin-bottom: 0;
    }

.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
}

.widget__post-content {
    overflow: hidden;
    display: block;
}

    .widget__post-content h6 {
        font-size: 16px;
        margin-bottom: 1px;
        padding-right: 15px;
        font-weight: bold;
    }

        .widget__post-content h6:hover a {
            color: #ff5e14;
        }

    .widget__post-content span {
        font-size: 14px;
    }

        .widget__post-content span i {
            margin-right: 8px;
        }

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}

    .widget__tag ul li:hover a {
        background: #ff5e14;
        border-color: #ff5e14;
        color: #ffffff;
    }

    .widget__tag ul li a {
        display: block;
        border: 1px solid #d8d8d8;
        font-size: 14px;
        color: #8f8bb8;
        padding: 9px 20px;
    }

.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative;
}

.widget__banner-thumb img {
    width: 100%;
}

.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

    .widget__banner-overly > span {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 160px;
    }

    .widget__banner-overly h3 {
        color: #ffffff;
        font-size: 40px;
        margin-bottom: 129px;
        font-weight: bold;
    }

        .widget__banner-overly h3 span {
            display: block;
            font-family: 'Roboto', sans-serif;
            font-size: 30px;
            font-weight: 300;
        }

    .widget__banner-overly .btn {
        border-radius: unset;
        background: #fff;
        border: 2px solid #fff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 17px 35px;
        color: #ff5e14;
    }

        .widget__banner-overly .btn:hover {
            background: transparent;
            color: #fff;
        }

.meta__info ul {
    margin-bottom: 7px;
}

    .meta__info ul li {
        display: inline-block;
        font-size: 14px;
        margin-right: 30px;
    }

        .meta__info ul li a {
            color: #777777;
            text-transform: capitalize;
        }

            .meta__info ul li a i {
                margin-right: 5px;
            }

            .meta__info ul li a:hover {
                color: #ff5e14;
            }

        .meta__info ul li i {
            margin-right: 5px;
        }

.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 0;
    font-weight: bold;
}

.details__content p {
    margin-bottom: 18px;
}

blockquote,
.pages-content blockquote,
.comment-list blockquote {
    background: #242d2e;
    border-radius: 10px;
    padding: 50px 45px 57px !important;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

    .comment-list blockquote a:hover {
        color: #fff;
    }

.news-text blockquote h3 {
    color: #fff;
}

.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

blockquote p {
    color: #fff;
}

.news-text blockquote footer {
    color: #FF8000 !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.news-text ul li {
    line-height: 30px;
    list-style: none;
}

    .news-text ul li i,
    .quote-post ul li i {
        color: #F15B26;
        padding-right: 5px;
    }

.news-text blockquote p,
.pages-content blockquote p,
.comment-list blockquote p {
    color: #fff;
    line-height: 28px;
}

.news-text blockquote footer,
.pages-content blockquote footer {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}

.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}

.wp-block-pullquote cite {
    color: #ff5e14 !important;
}

cite {
    margin-top: 15px;
    color: #ff5e14;
    font-weight: 600;
}

.post-categories li {
    display: none !important;
}

    .post-categories li:first-child {
        display: block !important;
    }

.details__content-img {
    margin: 45px 0;
}

    .details__content-img img {
        width: 100%;
        height: auto;
    }

.details__content figure {
    margin-top: 45px;
    margin-bottom: 60px;
}

    .details__content figure img {
        float: left;
        width: 255px;
        margin-right: 30px;
    }

.tags.pb-50 {
    padding-bottom: 20px;
}

.post__tag h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-top: 30px;
    border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}

.post__tag ul li {
    display: inline-block;
    margin-right: 10px;
}

    .post__tag ul li a {
        font-size: 12px;
        text-transform: uppercase;
        border: 2px solid #e5e5e5;
        padding: 7px 10px;
        font-weight: bold;
        display: inline-block;
        border-radius: 3px;
        color: #9d9d9d;
        margin-bottom: 10px;
    }

        .post__tag ul li a:hover {
            border-color: #ff5e14;
            background: #ff5e14;
            color: #ffffff;
        }

.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

.post__share ul li {
    margin-left: 20px;
    display: inline-block;
}

    .post__share ul li a {
        font-size: 18px;
        display: inline-block;
        color: #b5becc;
    }

        .post__share ul li a:hover {
            color: #ff5e14;
        }

.posts_navigation {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

    .posts_navigation .prev-link span {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .posts_navigation .prev-link h4 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: bold;
        text-transform: capitalize;
        height: 30px;
        overflow: hidden;
    }

.navigation.posts-navigation {
    display: none;
}

.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}

.posts_navigation .prev-link h4:hover a {
    color: #ff5e14;
}

.posts_navigation .next-link span {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}

    .posts_navigation .next-link h4:hover a {
        color: #ff5e14;
    }

.related__post .post-title {
    margin-bottom: 35px;
}

    .related__post .post-title h4 {
        font-size: 26px;
        margin-bottom: 0;
        font-weight: bold;
    }

.related-post-wrap .post-thumb img {
    width: 100%;
}

.related-post-wrap .rp__content {
    padding: 30px;
    border: 2px solid #f4f3fb;
    border-top: none;
}

    .related-post-wrap .rp__content h3 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

        .related-post-wrap .rp__content h3:hover a {
            color: #ff5e14;
        }

    .related-post-wrap .rp__content p {
        margin-bottom: 0;
        font-size: 14px;
    }

.avatar__wrap {
    background: #fff5f4;
    padding: 50px 80px;
    float: left;
    width: 100%;
}

    .avatar__wrap .avatar-img {
        margin-top: -115px;
        margin-bottom: 35px;
    }

.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

.avatar__info-social {
    margin-bottom: 20px;
}

    .avatar__info-social a {
        font-size: 12px;
        color: #ff5e14;
        display: inline-block;
        margin: 0 5px;
    }

        .avatar__info-social a:hover {
            color: #ff5e14;
        }

code {
    font-size: 15px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    margin-top: 10px;
}

figcaption {
    font-weight: 600;
    color: #202020;
}

.comment-form-comment label {
    display: none;
}

.form-submit {
    margin-bottom: 0;
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea;
}

.comment__wrap-title {
    margin-bottom: 35px;
}

    .comment__wrap-title h5 {
        font-size: 26px;
        margin-bottom: 0;
        font-weight: bold;
    }

.single__comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single__comment.children {
    margin-left: 130px;
}

    .single__comment.children .avatar-name h6 i {
        font-size: 12px;
        color: #cacfef;
        margin-left: 20px;
    }

.comment-text {
    overflow: hidden;
}

    .comment-text .avatar-name {
        overflow: hidden;
    }

        .comment-text .avatar-name h6 {
            font-size: 16px;
            margin-bottom: 7px;
            font-weight: bold;
        }

            .comment-text .avatar-name h6 i {
                display: none;
            }

.comment-author-admin .avatar-name h6 i {
    font-size: 12px;
    display: inline-block;
    color: #cacfef;
    margin-left: 20px;
}

.comment-text .avatar-name span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff5e14;
}

.comment-text .avatar-name .comment-reply {
    float: right;
    display: inline-block;
    border: 2px solid #f4f4ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
}

    .comment-text .avatar-name .comment-reply a {
        color: #777777;
    }

    .comment-text .avatar-name .comment-reply:hover a {
        color: #fff;
    }

.comment-list {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 45px;
}

.comments-title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-author-admin {
    margin-left: 130px;
}

.comment-text .avatar-name .comment-reply:hover {
    border-color: #ff5e14;
    background: #ff5e14;
    color: #ffffff;
}

.comment-text .avatar-name .comment-reply i {
    margin-right: 5px;
}

.comment-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.screen-reader-text {
    display: none;
}

.comment-form {
    padding: 50px;
    background: #f6f6f6;
    border-radius: 30px;
}

    .comment-form .comment-field {
        position: relative;
    }

        .comment-form .comment-field.text-area i {
            top: 25px;
            transform: unset;
        }

    .comment-form i {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        color: #ff5e14;
        font-size: 14px;
    }

    .comment-form textarea {
        height: 150px;
        width: 100%;
        padding: 20px;
        padding-right: 50px;
        background: #ffffff;
        border: none;
    }



        .comment-form textarea:focus {
            outline: 1px solid#ff5e14;
        }

    .comment-form input {
        width: 100%;
        padding: 20px;
        padding-right: 50px;
        background: #ffffff;
        border: none;
    }


        .comment-form input:focus {
            outline: 1px solid#ff5e14;
        }

    .comment-form .submit {
        background: #ff5e14;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 50px;
        padding: 12px 45px;
        margin-top: 20px;
        font-weight: bold;
        width: auto;
    }

        .comment-form .submit::before {
            content: none;
        }

        .comment-form .submit:hover {
            color: #fff;
            background: #ff5e14;
        }

.page .comments-area ol .comment-respond {
    margin-bottom: 30px;
    margin-top: -26px;
}

.comments-area ol > .comment-respond {
    margin-bottom: 30px;
    margin-top: -30px;
}

.comments-area ol > li > ol .comment-respond {
    margin-left: -32px;
    margin-top: -35px;
}

.comments-area ol > li > ol > li > ol > .comment-respond {
    margin-left: -42px;
    margin-top: -30px;
}

.comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
    margin-left: -62px;
    margin-top: -35px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.blist li {
    list-style: none !important;
}

.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget {
    padding-top: 50px;
}

figure.aligncenter img {
    margin-bottom: 15px;
}

.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}

figure img {
    display: inline-block;
    margin-bottom: 15px;
}

.wpding .footer-widget {
}

.footer-widget .tag-cloud-link {
    color: #020202;
}

.footer-widget .textwidget,
.footer-widget .recentcomments a,
.footer-widget a,
.footer-widget .widget_categories a {
    color: #99A3AC;
}

    .footer-widget .recentcomments a:hover,
    .footer-widget a:hover,
    .footer-widget .widget_categories a:hover {
        color: #ff5e14;
    }

.footer-widget .tag-cloud-link:hover {
    color: #fff;
}

.single-post .bsingle__content .admin {
    display: none;
}

.single-post .blog-deatails-box.single {
    padding: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}

.single-post .bsingle__post-thumb img {
    margin-bottom: 50px;
}

.bsingle__content.quote-post .meta-info {
    margin-top: 30px;
}

blockquote h3 {
    color: #fff;
}

blockquote footer {
    color: #ff5e14;
    margin-bottom: 30px;
}

.blist li i {
    color: #F15B26;
    padding-right: 5px;
}

.blist li {
    line-height: 30px;
    list-style: none;
}

.comment-form-cookies-consent input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

/* 16. pagination */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

    .pagination .page-item {
        display: inline-block;
        margin: 0 5px;
    }

        .pagination .page-item a.page-link {
            border-radius: 50%;
            padding: 0;
            height: 70px;
            width: 70px;
            line-height: 70px;
            background: #f8f8f8;
            color: #9fa7c5;
            font-size: 14px;
            border: none;
            font-weight: 500;
        }

        .pagination .page-item:hover a.page-link {
            box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
            background: #ff4a57;
            color: #fff;
        }

        .pagination .page-item.active a.page-link {
            box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
            background: #ff4a57;
            color: #fff;
        }

.pagination-wrap .pagination {
    display: block;
    border-radius: unset;
}

    .pagination-wrap .pagination li {
        display: inline-block;
        margin-right: 6px;
        margin-left: 0;
        margin-bottom: 15px;
    }

        .pagination-wrap .pagination li.active a {
            background: #252525;
            color: #ffffff;
            box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
        }

        .pagination-wrap .pagination li a {
            border: none;
            height: 50px;
            width: 50px;
            display: block;
            line-height: 50px;
            background: #ff5e14;
            border-radius: 50%;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

            .pagination-wrap .pagination li a:hover {
                color: #ffffff;
                background: #ff5e14;
            }

/* 17. f-cta */

.f-cta-area {
    background: #fff;
    margin-left: 260px;
    margin-right: 260px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
}

.f-cta-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: #ff5e14;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.contact-info {
    padding: 30px 20px;
    background: #3c3935;
    background: #3c3935;
}

    .contact-info p {
        color: #fff;
    }

    .contact-info h5 {
        color: #ff5e14;
    }

.single-cta {
    border-bottom: 1px solid;
}

div.single-cta:last-child {
    border: 0;
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 15px !important;
}

.single-cta p {
    margin-bottom: 0;
}

    .single-cta p a {
        color: #ff5e14;
    }

.s-cta-btn .btn {
    background: #383838;
    color: #fff;
    margin-top: 10px;
}

    .s-cta-btn .btn::before {
        content: none;
    }

.widget.widget_media_image {
    margin: 25px 0 0;
}

.product-slider h2,
.product-slider h5 {
    color: #fff;
}

.product-slider h5 {
    border-left: 4px solid;
    display: inline-block;
    border-right: 4px solid;
    padding: 0 10px;
}

.btn.ss-btn.active {
    background: #001659;
    color: #fff;
    padding: 15px 30px;
}

.input-text-field {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    margin-left: 50%
}
.input-label-field {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.input-field {
    position: relative;
    margin-top: 1rem;
}

    .input-field label {
        color: #9c9c9c;
    }
    /* label focus color */
    .input-field input[type=text]:focus + label {
        color: #9c9c9c;
    }
    /* label underline focus color */
    .input-field input[type=text]:focus {
        border-bottom: 1px solid #9c9c9c;
        box-shadow: 0 1px 0 0 #9c9c9c;
    }
    /* valid color */
    .input-field input[type=text].valid {
        border-bottom: 1px solid #9c9c9c;
        box-shadow: 0 1px 0 0 #9c9c9c;
    }
    /* invalid color */
    .input-field input[type=text].invalid {
        border-bottom: 1px solid #9c9c9c;
        box-shadow: 0 1px 0 0 #9c9c9c;
    }
    /* icon prefix focus color */
    .input-field .prefix.active {
        color: #9c9c9c;
    }

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #009ddc;
    box-shadow: 0 1px 0 0 #009ddc;
}

    input:not([type]):focus:not([readonly]) + label,
    input[type=text]:focus:not([readonly]) + label,
    input[type=password]:focus:not([readonly]) + label,
    input[type=email]:focus:not([readonly]) + label,
    input[type=url]:focus:not([readonly]) + label,
    input[type=time]:focus:not([readonly]) + label,
    input[type=date]:focus:not([readonly]) + label,
    input[type=datetime]:focus:not([readonly]) + label,
    input[type=datetime-local]:focus:not([readonly]) + label,
    input[type=tel]:focus:not([readonly]) + label,
    input[type=number]:focus:not([readonly]) + label,
    input[type=search]:focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #009ddc;
    }

.form-container .btn {
    background-color: #009ddc;
}

.submitbtn {
    line-height: 48px;
    display: block;
    height: 48px;
    width: 100%;
}

.form-container h3 {
    font-size: 42px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -46px;
}

@media all and (max-width: 640px) {
    .form-container {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        margin-top: 70px;
        margin-bottom: 20px;
    }

        .form-container h3 {
            font-size: 24px;
            top: -26px;
        }
}
.status {
    text-align: center;
}
