﻿
/*=======================================================================
2. Style from other framework
=========================================================================*/

@media (min-width: 1200px) {
    .fxt-container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .fxt-container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .fxt-container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .fxt-container {
        max-width: 540px;
    }
}

.fxt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.fxt-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .fxt-none-767 {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-none-991 {
        display: none !important;
    }
}
/*========================================================================
3. Template Animation
=========================================================================*/
.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-animation .fxt-transformY-50 {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

.loaded.fxt-template-animation {
    opacity: 1;
}

    .loaded.fxt-template-animation .fxt-transformY-50 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-1 {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-2 {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-3 {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-4 {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-5 {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-6 {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-7 {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-8 {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-9 {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-10 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-11 {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-12 {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-13 {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-14 {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-15 {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-16 {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-17 {
        -webkit-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-18 {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-19 {
        -webkit-transition-delay: 1.9s;
        -o-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-20 {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
    }

/*========================================================================
14. Login Style
=========================================================================*/
.fxt-template-layout11 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

    .fxt-template-layout11 .fxt-checkbox-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*margin-bottom: 30px;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fxt-template-layout11 .fxt-bg-color {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    }

    .fxt-template-layout11 .fxt-bg-img {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .fxt-template-layout11 .fxt-content {
        padding: 65px 90px 45px;
        width: 100%;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .fxt-template-layout11 .fxt-content {
        padding: 65px 30px 45px;
    }
}

.fxt-template-layout11 .fxt-header {
    text-align: center;
    margin-bottom: 50px;
}

    .fxt-template-layout11 .fxt-header .fxt-logo {
        display: block;
        margin-bottom: 7px;
    }

    .fxt-template-layout11 .fxt-header h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .fxt-template-layout11 .fxt-header p {
        color: #999898;
    }

.fxt-template-layout11 .fxt-form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fxt-template-layout11 .fxt-form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.fxt-template-layout11 .fxt-form form .input-label {
    color: #979696;
}

.fxt-template-layout11 .fxt-form .form-group {
    position: relative;
    z-index: 1;
}

    .fxt-template-layout11 .fxt-form .form-group .field-icon {
        position: absolute;
        z-index: 1;
        right: 19px;
        bottom: 18px;
        font-size: 14px;
        color: #a1a1a1;
    }

        .fxt-template-layout11 .fxt-form .form-group .field-icon:before {
            padding: 17px 10px;
        }

.fxt-template-layout11 .fxt-form .form-control {
    /*min-height: 50px;*/
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}

.fxt-template-layout11 .fxt-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout11 .fxt-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout11 .fxt-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout11 .fxt-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout11 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    /*background-color: #111;*/
    background-color: #1976D2;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout11 .fxt-btn-fill:hover {
        /*background-color: #333;*/
        /*border-color: #333;*/
        background-color: #0C3B69;
        border-color: #0C3B69;
    }

    .fxt-template-layout11 .fxt-btn-fill:focus {
        outline: none;
    }

.fxt-template-layout11 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout11 .switcher-text:hover {
        color: #000000;
    }

.fxt-template-layout11 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout11 .switcher-text2.inline-text {
        margin-left: 3px;
    }

    .fxt-template-layout11 .switcher-text2:hover {
        color: #000000;
    }

.fxt-template-layout11 .fxt-style-line {
    overflow: hidden;
    text-align: center;
}

    .fxt-template-layout11 .fxt-style-line h3 {
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 20px;
        color: #a4a4a4;
        display: inline-block;
        position: relative;
        padding: 0 25px;
        z-index: 1;
    }

        .fxt-template-layout11 .fxt-style-line h3:before {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #ebebeb;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

        .fxt-template-layout11 .fxt-style-line h3:after {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #ebebeb;
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

.fxt-template-layout11 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
}

    .fxt-template-layout11 ul.fxt-socials li {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 ul.fxt-socials li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 350px) {
    .fxt-template-layout11 ul.fxt-socials li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.fxt-template-layout11 ul.fxt-socials li a {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout11 ul.fxt-socials li a i {
        border-radius: 2px 0 0 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
        height: 45px;
    }

    .fxt-template-layout11 ul.fxt-socials li a span {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.fxt-template-layout11 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
}

    .fxt-template-layout11 ul.fxt-socials li.fxt-facebook a i {
        background-color: #4867aa;
    }

    .fxt-template-layout11 ul.fxt-socials li.fxt-facebook a:hover {
        background-color: #5676bb;
    }

.fxt-template-layout11 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
}

    .fxt-template-layout11 ul.fxt-socials li.fxt-twitter a i {
        background-color: #33ccff;
    }

    .fxt-template-layout11 ul.fxt-socials li.fxt-twitter a:hover {
        background-color: #3dc5f3;
    }

.fxt-template-layout11 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
}

    .fxt-template-layout11 ul.fxt-socials li.fxt-google a i {
        background-color: #db4437;
    }

    .fxt-template-layout11 ul.fxt-socials li.fxt-google a:hover {
        background-color: #e75042;
    }

.fxt-template-layout11 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
}

    .fxt-template-layout11 .checkbox label {
        padding-left: 20px;
        color: #a4a4a4;
        margin-bottom: 0;
        font-size: 15px;
        position: relative;
    }

        .fxt-template-layout11 .checkbox label:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 4px;
            left: 0;
            margin-left: -5px;
            border: 1px solid;
            border-color: #dcdcdc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .fxt-template-layout11 .checkbox label:after {
            position: absolute;
            margin-left: -20px;
            padding-left: 3px;
            font-size: 10px;
            color: #555555;
        }

    .fxt-template-layout11 .checkbox input[type="checkbox"] {
        display: none;
    }

        .fxt-template-layout11 .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Free';
            content: "\f00c";
            font-weight: 900;
            color: #ffffff;
            left: 15px;
            top: 4px;
        }

        .fxt-template-layout11 .checkbox input[type="checkbox"]:checked + label::before {
            background-color: #111;
            border-color: #111;
        }

.fxt-template-layout11 .fxt-footer {
    text-align: center;
}

    .fxt-template-layout11 .fxt-footer p {
        color: #999898;
    }


/*========================================================================
30. Demo Layout Twenty Seven
=========================================================================*/
.fxt-template-layout27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 50px 15px 20px;
}

    .fxt-template-layout27:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
    }

    .fxt-template-layout27 .particles-js-canvas-el {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0.5;
    }

    .fxt-template-layout27 .fxt-checkbox-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fxt-template-layout27 .fxt-content {
        max-width: 600px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 80px 70px 70px;
        border-radius: 45px;
    }

@media only screen and (max-width: 767px) {
    .fxt-template-layout27 .fxt-content {
        padding: 70px 50px 60px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-content {
        padding: 60px 35px 50px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .fxt-template-layout27 .fxt-content {
        padding: 50px 20px 40px;
    }
}

.fxt-template-layout27 .fxt-header {
    text-align: center;
    margin-bottom: 60px;
}

.fxt-template-layout27 .fxt-logo {
    display: block;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout27 .fxt-logo {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout27 .fxt-logo {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout27 .fxt-logo {
        margin-bottom: 40px;
    }
}

.fxt-template-layout27 .fxt-form p {
    font-size: 20px;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout27 .fxt-form p {
        text-align: center;
    }
}

.fxt-template-layout27 .fxt-form .form-group {
    position: relative;
    z-index: 1;
}

    .fxt-template-layout27 .fxt-form .form-group .field-icon {
        position: absolute;
        z-index: 1;
        right: 19px;
        bottom: 18px;
        font-size: 14px;
        color: #bebebe;
    }

        .fxt-template-layout27 .fxt-form .form-group .field-icon:before {
            padding: 17px 10px;
        }

    .fxt-template-layout27 .fxt-form .form-group:last-child {
        margin-bottom: 0;
    }

.fxt-template-layout27 .fxt-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #fff;
}

.fxt-template-layout27 .fxt-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
}

.fxt-template-layout27 .fxt-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
}

.fxt-template-layout27 .fxt-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
}

.fxt-template-layout27 .fxt-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 300;
}

.fxt-template-layout27 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #e9b102;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout27 .fxt-btn-fill:hover {
        background-color: #ecb719;
    }

    .fxt-template-layout27 .fxt-btn-fill:focus {
        outline: none;
    }

.fxt-template-layout11 .fxt-switcher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 .fxt-switcher-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fxt-template-layout11 .fxt-switcher-wrap li {
    margin: 0 1px;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 .fxt-switcher-wrap li {
        margin: 0 0 2px;
        width: 100%;
    }

        .fxt-template-layout11 .fxt-switcher-wrap li:last-child {
            margin: 0;
        }
}

.fxt-template-layout11 .fxt-switcher-wrap li a.switcher-text {
    padding: 7px 20px;
    display: block;
    background-color: #848587;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 .fxt-switcher-wrap li a.switcher-text {
        border-radius: 5px;
    }
}

.fxt-template-layout11 .fxt-switcher-wrap li a.switcher-text:hover {
    background-color: #1976D2;
}

.fxt-template-layout11 .fxt-switcher-wrap li a.switcher-text.active {
    background-color: #2196F3;
}

.fxt-template-layout11 .fxt-switcher-wrap li:first-child a.switcher-text {
    border-radius: 45px 0 0 45px;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 .fxt-switcher-wrap li:first-child a.switcher-text {
        border-radius: 5px;
    }
}

.fxt-template-layout11 .fxt-switcher-wrap li:last-child a.switcher-text {
    border-radius: 0 45px 45px 0;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout11 .fxt-switcher-wrap li:last-child a.switcher-text {
        border-radius: 5px;
    }
}

.fxt-template-layout27 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}

    .fxt-template-layout27 .fxt-style-line h3 {
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        color: #646464;
        display: inline-block;
        position: relative;
        padding: 0 25px;
        z-index: 1;
    }

        .fxt-template-layout27 .fxt-style-line h3:before {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #a4a4a4;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

        .fxt-template-layout27 .fxt-style-line h3:after {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #a4a4a4;
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

.fxt-template-layout27 ul.fxt-socials {
    text-align: center;
}

    .fxt-template-layout27 ul.fxt-socials li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 8px;
    }

@media only screen and (max-width: 575px) {
    .fxt-template-layout27 ul.fxt-socials li {
        margin-right: 2px;
    }
}

.fxt-template-layout27 ul.fxt-socials li:last-child {
    margin-right: 0;
}

.fxt-template-layout27 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout27 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-facebook a:hover {
        background-color: transparent;
        color: #3b5998;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-twitter a:hover {
        background-color: transparent;
        color: #00acee;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-google a:hover {
        background-color: transparent;
        color: #CC3333;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-instagram a:hover {
        background-color: transparent;
        color: #3f729b;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-linkedin a:hover {
        background-color: transparent;
        color: #0077B5;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-youtube a:hover {
        background-color: transparent;
        color: #c4302b;
    }

.fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
}

    .fxt-template-layout27 ul.fxt-socials li.fxt-pinterest a:hover {
        background-color: transparent;
        color: #bd081c;
    }

.fxt-template-layout27 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
}

    .fxt-template-layout27 .checkbox label {
        padding-left: 20px;
        color: #484848;
        margin-bottom: 0;
        font-size: 15px;
        position: relative;
    }

        .fxt-template-layout27 .checkbox label:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 4px;
            left: 0;
            margin-left: -5px;
            border: 1px solid;
            border-color: #484848;
            border-radius: 2px;
            background-color: transparent;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .fxt-template-layout27 .checkbox label:after {
            position: absolute;
            margin-left: -20px;
            padding-left: 3px;
            font-size: 10px;
            color: #555555;
        }

    .fxt-template-layout27 .checkbox input[type="checkbox"] {
        display: none;
    }

        .fxt-template-layout27 .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Free';
            content: "\f00c";
            font-weight: 900;
            color: #ffffff;
            left: 15px;
            top: 4px;
        }

        .fxt-template-layout27 .checkbox input[type="checkbox"]:checked + label::before {
            background-color: #e9b102;
            border-color: #e9b102;
        }

/*========================================================================
34. Otp Layout One
=========================================================================*/
.fxt-otp-layout1 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

    .fxt-otp-layout1 .fxt-bg-color {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    }

    .fxt-otp-layout1 .fxt-content {
        padding: 65px 90px 45px;
        width: 100%;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .fxt-otp-layout1 .fxt-content {
        padding: 65px 30px 45px;
    }
}

.fxt-otp-layout1 .fxt-header {
    text-align: center;
    margin-bottom: 40px;
}

    .fxt-otp-layout1 .fxt-header .fxt-logo {
        display: block;
        margin-bottom: 50px;
        max-width: 40vw;
        margin-left: auto;
        margin-right: auto;
    }

    .fxt-otp-layout1 .fxt-header .fxt-otp-logo {
        margin-bottom: 20px;
        display: block;
    }

    .fxt-otp-layout1 .fxt-header h2 {
        color: #000000;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .fxt-otp-layout1 .fxt-header p {
        color: #999898;
    }

        .fxt-otp-layout1 .fxt-header p span {
            display: block;
        }

.fxt-otp-layout1 .fxt-form {
    text-align: center;
}

    .fxt-otp-layout1 .fxt-form .form-control {
        text-align: center;
        font-size: 20px;
        min-height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e7e7e7;
        padding: 10px 15px;
        color: #111;
    }

    .fxt-otp-layout1 .fxt-form .form-control.resetpassform {
        min-height: 50px;
        font-size:15px;
        text-align:start;
        font-weight: 300;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e7e7e7;
        padding: 10px 15px;
        color: #111;
    }
    .fxt-otp-layout1 .fxt-form .form-group {
        position: relative;
        z-index: 1;
    }

        .fxt-otp-layout1 .fxt-form .form-group .field-icon {
            position: absolute;
            z-index: 1;
            right: 19px;
            bottom: 18px;
            font-size: 14px;
            color: #a1a1a1;
        }

            .fxt-otp-layout1 .fxt-form .form-group .field-icon:before {
                padding: 17px 10px;
            }

    .fxt-otp-layout1 .fxt-form .fxt-form-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

        .fxt-otp-layout1 .fxt-form .fxt-form-row .fxt-form-col {
            margin-right: 10px;
            flex-basis: 0;
            flex-grow: 1;
        }

            .fxt-otp-layout1 .fxt-form .fxt-form-row .fxt-form-col:last-child {
                margin-right: 0;
            }

    .fxt-otp-layout1 .fxt-form .fxt-form-btn {
        width: 100%;
    }

.fxt-otp-layout1 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    /*background-color: #5a49f8;*/
    background-color: #1976D2;
    padding: 10px 36px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-otp-layout1 .fxt-btn-fill:hover {
        /*background-color: #4634e7;
        border-color: #4634e7;*/
        background-color: #0C3B69;
        border-color: #0C3B69;
    }

    .fxt-otp-layout1 .fxt-btn-fill:focus {
        outline: none;
    }

.fxt-otp-layout1 .fxt-footer {
    text-align: center;
}

    .fxt-otp-layout1 .fxt-footer p {
        color: #999898;
        margin-bottom: 10px;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .fxt-otp-layout1 .fxt-footer .fxt-btn-resend {
        margin-left: 3px;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        padding: 0;
        color: #63bbff;
        text-decoration: underline;
        transition: all 0.3s ease-in-out;
    }

        .fxt-otp-layout1 .fxt-footer .fxt-btn-resend:focus {
            outline: none;
        }

        .fxt-otp-layout1 .fxt-footer .fxt-btn-resend:hover {
            color: #000000;
        }

    .fxt-otp-layout1 .fxt-footer .text-or {
        margin-left: 3px;
        color: #000000;
    }

/*========================================================================
35. TimeCode Timer
=========================================================================*/

@keyframes circletimer {
    0% {
        stroke-dashoffset: 250;
        stroke-dasharray: 250;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 250;
    }
}

.timeout {
    position: relative;
    height: 100px;
}

    .timeout svg {
        background-color: transparent;
        position: absolute;
        background-color: transparent;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotateZ(-90deg);
    }

        .timeout svg .circle {
            stroke: #bc0054;
            stroke-width: 14;
            fill: transparent;
            stroke-dashoffset: 250;
            stroke-dasharray: 0;
            animation: 180s circletimer linear;
        }

.timer {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #bc0054;
    font-size: 28px;
    font-weight: 700;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 8px;
        width: 190px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.95);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }