/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.COMMON
    2.BUTTON
    3.FORM ELEMENTS
    4.HEADER
    6.ABOUT
    7.PORTFOLIO
    8.PRICING
    9.TESTIMONIAL
    10.BLOG
    11.CONTACT
    12.FOOTER
    13.ALERT

-----------------------------------------------------------------------------------*/
/*===========================
    1.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

body {
    font-family: "Encode Sans Condensed","Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #121212;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Encode Sans Condensed","Poppins", sans-serif;
    font-weight: 600;
    color: #121212;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


/*===== All Section Title ======*/
.section-title .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #121212;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 24px;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

    .preloader .loader {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

        .preloader .loader .ytp-spinner {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 64px;
            margin-left: -32px;
            z-index: 18;
            pointer-events: none
        }

            .preloader .loader .ytp-spinner .ytp-spinner-container {
                pointer-events: none;
                position: absolute;
                width: 100%;
                padding-bottom: 100%;
                top: 50%;
                left: 50%;
                margin-top: -50%;
                margin-left: -50%;
                -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                animation: ytp-spinner-linspin 1568.23529647ms linear infinite
            }

                .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
                    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
                    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
                    animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both
                }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        overflow: hidden;
                        right: 50%
                    }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        overflow: hidden;
                        left: 50%
                    }

        .preloader .loader .ytp-spinner-circle {
            box-sizing: border-box;
            position: absolute;
            width: 200%;
            height: 100%;
            border-style: solid;
            border-color: #0067f4 #0067f4 #e9ecef;
            border-radius: 50%;
            border-width: 6px
        }

        .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
            left: 0;
            right: -100%;
            border-right-color: #e9ecef;
            -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
        }

        .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
            left: -100%;
            right: 0;
            border-left-color: #e9ecef;
            -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            -o-animation: ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            animation: ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
        }

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}


/*===========================
    2.BUTTON css 
===========================*/
.buttons-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #6c6c6c;
}

@media (max-width: 767px) {
    .buttons-title .title {
        font-size: 24px;
        line-height: 35;
    }
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
    }
}

/*===== standard Buttons =====*/
.standard-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .standard-buttons ul li {
        margin-left: 0;
    }
}

.standard-buttons ul li:first-child {
    margin-left: 0;
}

.standard-buttons .standard-one {
    border-color: #0067f4;
}

    .standard-buttons .standard-one:hover {
        color: #fff;
        background-color: #0067f4;
    }

.standard-buttons .standard-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

    .standard-buttons .standard-two:hover {
        color: #0067f4;
        background-color: transparent;
    }

.standard-buttons .standard-three {
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
    line-height: 52px;
}

    .standard-buttons .standard-three:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

.standard-buttons .standard-four {
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .standard-buttons .standard-four {
        padding-left: 40px;
    }
}

.standard-buttons .standard-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .standard-buttons .standard-four span {
        left: 15px;
    }
}

.standard-buttons .standard-four:hover {
    color: #fff;
    background-color: #0067f4;
}

    .standard-buttons .standard-four:hover i {
        animation: iconTranslateY 0.5s forwards;
    }

.standard-buttons .standard-five {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .standard-buttons .standard-five {
        padding-left: 40px;
    }
}

.standard-buttons .standard-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .standard-buttons .standard-five span {
        left: 15px;
    }
}

.standard-buttons .standard-five:hover {
    color: #0067f4;
    background-color: transparent;
}

    .standard-buttons .standard-five:hover i {
        animation: iconTranslateY 0.5s forwards;
    }

.standard-buttons .standard-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
    line-height: 52px;
}

@media (max-width: 767px) {
    .standard-buttons .standard-six {
        padding-right: 40px;
    }
}

.standard-buttons .standard-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .standard-buttons .standard-six span {
        right: 15px;
    }
}

.standard-buttons .standard-six:hover {
    background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
}

    .standard-buttons .standard-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Light Rounded Buttons =====*/
.light-rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .light-rounded-buttons ul li {
        margin-left: 0;
    }
}

.light-rounded-buttons ul li:first-child {
    margin-left: 0;
}

.light-rounded-buttons a.main-btn {
    border-radius: 5px;
}

.light-rounded-buttons .light-rounded-one {
    border-color: #0067f4;
}

    .light-rounded-buttons .light-rounded-one:hover {
        color: #fff;
        background-color: #0067f4;
    }

.light-rounded-buttons .light-rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

    .light-rounded-buttons .light-rounded-two:hover {
        color: #0067f4;
        background-color: transparent;
    }

.light-rounded-buttons .light-rounded-three {
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    line-height: 52px;
    border: 0;
}

    .light-rounded-buttons .light-rounded-three:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

.light-rounded-buttons .light-rounded-four {
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-four {
        padding-left: 40px;
    }
}

.light-rounded-buttons .light-rounded-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-four span {
        left: 15px;
    }
}

.light-rounded-buttons .light-rounded-four:hover {
    color: #fff;
    background-color: #0067f4;
}

    .light-rounded-buttons .light-rounded-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.light-rounded-buttons .light-rounded-five {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-five {
        padding-left: 40px;
    }
}

.light-rounded-buttons .light-rounded-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-five span {
        left: 15px;
    }
}

.light-rounded-buttons .light-rounded-five:hover {
    color: #0067f4;
    background-color: transparent;
}

    .light-rounded-buttons .light-rounded-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.light-rounded-buttons .light-rounded-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    line-height: 52px;
    border: 0;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-six {
        padding-right: 40px;
    }
}

.light-rounded-buttons .light-rounded-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .light-rounded-buttons .light-rounded-six span {
        right: 15px;
    }
}

.light-rounded-buttons .light-rounded-six:hover {
    background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
}

    .light-rounded-buttons .light-rounded-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Semi Rounded Buttons =====*/
.semi-rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .semi-rounded-buttons ul li {
        margin-left: 0;
    }
}

.semi-rounded-buttons ul li:first-child {
    margin-left: 0;
}

.semi-rounded-buttons a.main-btn {
    border-radius: 10px;
}

.semi-rounded-buttons .semi-rounded-one {
    border-color: #0067f4;
}

    .semi-rounded-buttons .semi-rounded-one:hover {
        color: #fff;
        background-color: #0067f4;
    }

.semi-rounded-buttons .semi-rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

    .semi-rounded-buttons .semi-rounded-two:hover {
        color: #0067f4;
        background-color: transparent;
    }

.semi-rounded-buttons .semi-rounded-three {
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
    color: #fff;
}

    .semi-rounded-buttons .semi-rounded-three:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

.semi-rounded-buttons .semi-rounded-four {
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-four {
        padding-left: 40px;
    }
}

.semi-rounded-buttons .semi-rounded-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-four span {
        left: 15px;
    }
}

.semi-rounded-buttons .semi-rounded-four:hover {
    color: #fff;
    background-color: #0067f4;
}

    .semi-rounded-buttons .semi-rounded-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.semi-rounded-buttons .semi-rounded-five {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-five {
        padding-left: 40px;
    }
}

.semi-rounded-buttons .semi-rounded-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-five span {
        left: 15px;
    }
}

.semi-rounded-buttons .semi-rounded-five:hover {
    color: #0067f4;
    background-color: transparent;
}

    .semi-rounded-buttons .semi-rounded-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.semi-rounded-buttons .semi-rounded-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-six {
        padding-right: 40px;
    }
}

.semi-rounded-buttons .semi-rounded-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .semi-rounded-buttons .semi-rounded-six span {
        right: 15px;
    }
}

.semi-rounded-buttons .semi-rounded-six:hover {
    background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
}

    .semi-rounded-buttons .semi-rounded-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Rounded Buttons =====*/
.rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .rounded-buttons ul li {
        margin-left: 0;
    }
}

.rounded-buttons ul li:first-child {
    margin-left: 0;
}

.rounded-buttons a.main-btn {
    border-radius: 50px;
}

.rounded-buttons .rounded-one {
    border-color: #0067f4;
}

    .rounded-buttons .rounded-one:hover {
        color: #fff;
        background-color: #0067f4;
    }

.rounded-buttons .rounded-two {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

    .rounded-buttons .rounded-two:hover {
        color: #0067f4;
        background-color: transparent;
    }

.rounded-buttons .rounded-three {
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    color: #fff;
    border: 0;
}

    .rounded-buttons .rounded-three:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

.rounded-buttons .rounded-four {
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-four {
        padding-left: 40px;
    }
}

.rounded-buttons .rounded-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-four span {
        left: 15px;
    }
}

.rounded-buttons .rounded-four:hover {
    color: #fff;
    background-color: #0067f4;
}

    .rounded-buttons .rounded-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.rounded-buttons .rounded-five {
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-five {
        padding-left: 40px;
    }
}

.rounded-buttons .rounded-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-five span {
        left: 15px;
    }
}

.rounded-buttons .rounded-five:hover {
    color: #0067f4;
    background-color: transparent;
}

    .rounded-buttons .rounded-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.rounded-buttons .rounded-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    color: #fff;
    border: 0;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-six {
        padding-right: 40px;
    }
}

.rounded-buttons .rounded-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-six span {
        right: 15px;
    }
}

.rounded-buttons .rounded-six:hover {
    background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
}

    .rounded-buttons .rounded-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Success Buttons =====*/
.success-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .success-buttons ul li {
        margin-left: 0;
    }
}

.success-buttons ul li:first-child {
    margin-left: 0;
}

.success-buttons .success-one {
    border-color: #4da422;
    color: #4da422;
}

    .success-buttons .success-one:hover {
        color: #fff;
        background-color: #4da422;
    }

.success-buttons .success-two {
    color: #fff;
    background-color: #4da422;
    border-color: #4da422;
}

    .success-buttons .success-two:hover {
        color: #4da422;
        background-color: transparent;
    }

.success-buttons .success-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 100%);
    background: -o-linear-gradient(left, #4da422 0%, #69e02e 100%);
    background: linear-gradient(to right, #4da422 0%, #69e02e 100%);
}

    .success-buttons .success-three:hover {
        background: -webkit-linear-gradient(right, #4da422 0%, #69e02e 100%);
        background: -o-linear-gradient(right, #4da422 0%, #69e02e 100%);
        background: linear-gradient(to left, #4da422 0%, #69e02e 100%);
    }

.success-buttons .success-four {
    padding-left: 60px;
    border-color: #4da422;
    color: #4da422;
}

@media (max-width: 767px) {
    .success-buttons .success-four {
        padding-left: 40px;
    }
}

.success-buttons .success-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .success-buttons .success-four span {
        left: 15px;
    }
}

.success-buttons .success-four:hover {
    color: #fff;
    background-color: #4da422;
}

    .success-buttons .success-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.success-buttons .success-five {
    padding-left: 60px;
    color: #fff;
    background-color: #4da422;
    border-color: #4da422;
}

@media (max-width: 767px) {
    .success-buttons .success-five {
        padding-left: 40px;
    }
}

.success-buttons .success-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .success-buttons .success-five span {
        left: 15px;
    }
}

.success-buttons .success-five:hover {
    color: #4da422;
    background-color: transparent;
}

    .success-buttons .success-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.success-buttons .success-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 100%);
    background: -o-linear-gradient(left, #4da422 0%, #69e02e 100%);
    background: linear-gradient(to right, #4da422 0%, #69e02e 100%);
}

@media (max-width: 767px) {
    .success-buttons .success-six {
        padding-right: 40px;
    }
}

.success-buttons .success-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .success-buttons .success-six span {
        right: 15px;
    }
}

.success-buttons .success-six:hover {
    background: -webkit-linear-gradient(right, #4da422 0%, #69e02e 100%);
    background: -o-linear-gradient(right, #4da422 0%, #69e02e 100%);
    background: linear-gradient(to left, #4da422 0%, #69e02e 100%);
}

    .success-buttons .success-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Warning Buttons =====*/
.warning-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .warning-buttons ul li {
        margin-left: 0;
    }
}

.warning-buttons ul li:first-child {
    margin-left: 0;
}

.warning-buttons .warning-one {
    border-color: #ffb400;
    color: #ffb400;
}

    .warning-buttons .warning-one:hover {
        color: #fff;
        background-color: #ffb400;
    }

.warning-buttons .warning-two {
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400;
}

    .warning-buttons .warning-two:hover {
        color: #ffb400;
        background-color: transparent;
    }

.warning-buttons .warning-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 100%);
    background: -o-linear-gradient(left, #ffb400 0%, #f7e500 100%);
    background: linear-gradient(to right, #ffb400 0%, #f7e500 100%);
}

    .warning-buttons .warning-three:hover {
        background: -webkit-linear-gradient(right, #ffb400 0%, #f7e500 100%);
        background: -o-linear-gradient(right, #ffb400 0%, #f7e500 100%);
        background: linear-gradient(to left, #ffb400 0%, #f7e500 100%);
    }

.warning-buttons .warning-four {
    padding-left: 60px;
    border-color: #ffb400;
    color: #ffb400;
}

@media (max-width: 767px) {
    .warning-buttons .warning-four {
        padding-left: 40px;
    }
}

.warning-buttons .warning-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .warning-buttons .warning-four span {
        left: 15px;
    }
}

.warning-buttons .warning-four:hover {
    color: #fff;
    background-color: #ffb400;
}

    .warning-buttons .warning-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.warning-buttons .warning-five {
    padding-left: 60px;
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400;
}

@media (max-width: 767px) {
    .warning-buttons .warning-five {
        padding-left: 40px;
    }
}

.warning-buttons .warning-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .warning-buttons .warning-five span {
        left: 15px;
    }
}

.warning-buttons .warning-five:hover {
    color: #ffb400;
    background-color: transparent;
}

    .warning-buttons .warning-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.warning-buttons .warning-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 100%);
    background: -o-linear-gradient(left, #ffb400 0%, #f7e500 100%);
    background: linear-gradient(to right, #ffb400 0%, #f7e500 100%);
}

@media (max-width: 767px) {
    .warning-buttons .warning-six {
        padding-right: 40px;
    }
}

.warning-buttons .warning-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .warning-buttons .warning-six span {
        right: 15px;
    }
}

.warning-buttons .warning-six:hover {
    background: -webkit-linear-gradient(right, #ffb400 0%, #f7e500 100%);
    background: -o-linear-gradient(right, #ffb400 0%, #f7e500 100%);
    background: linear-gradient(to left, #ffb400 0%, #f7e500 100%);
}

    .warning-buttons .warning-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Info Buttons =====*/
.info-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .info-buttons ul li {
        margin-left: 0;
    }
}

.info-buttons ul li:first-child {
    margin-left: 0;
}

.info-buttons .info-one {
    border-color: #00b8d8;
    color: #00b8d8;
}

    .info-buttons .info-one:hover {
        color: #fff;
        background-color: #00b8d8;
    }

.info-buttons .info-two {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8;
}

    .info-buttons .info-two:hover {
        color: #00b8d8;
        background-color: transparent;
    }

.info-buttons .info-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 100%);
    background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 100%);
    background: linear-gradient(to right, #00b8d8 0%, #32fbfc 100%);
}

    .info-buttons .info-three:hover {
        background: -webkit-linear-gradient(right, #00b8d8 0%, #32fbfc 100%);
        background: -o-linear-gradient(right, #00b8d8 0%, #32fbfc 100%);
        background: linear-gradient(to left, #00b8d8 0%, #32fbfc 100%);
    }

.info-buttons .info-four {
    padding-left: 60px;
    border-color: #00b8d8;
    color: #00b8d8;
}

@media (max-width: 767px) {
    .info-buttons .info-four {
        padding-left: 40px;
    }
}

.info-buttons .info-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .info-buttons .info-four span {
        left: 15px;
    }
}

.info-buttons .info-four:hover {
    color: #fff;
    background-color: #00b8d8;
}

    .info-buttons .info-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.info-buttons .info-five {
    padding-left: 60px;
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8;
}

@media (max-width: 767px) {
    .info-buttons .info-five {
        padding-left: 40px;
    }
}

.info-buttons .info-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .info-buttons .info-five span {
        left: 15px;
    }
}

.info-buttons .info-five:hover {
    color: #00b8d8;
    background-color: transparent;
}

    .info-buttons .info-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.info-buttons .info-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 100%);
    background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 100%);
    background: linear-gradient(to right, #00b8d8 0%, #32fbfc 100%);
}

@media (max-width: 767px) {
    .info-buttons .info-six {
        padding-right: 40px;
    }
}

.info-buttons .info-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .info-buttons .info-six span {
        right: 15px;
    }
}

.info-buttons .info-six:hover {
    background: -webkit-linear-gradient(right, #00b8d8 0%, #32fbfc 100%);
    background: -o-linear-gradient(right, #00b8d8 0%, #32fbfc 100%);
    background: linear-gradient(to left, #00b8d8 0%, #32fbfc 100%);
}

    .info-buttons .info-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

/*===== Danger Buttons =====*/
.danger-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .danger-buttons ul li {
        margin-left: 0;
    }
}

.danger-buttons ul li:first-child {
    margin-left: 0;
}

.danger-buttons .danger-one {
    border-color: #fc3832;
    color: #fc3832;
}

    .danger-buttons .danger-one:hover {
        color: #fff;
        background-color: #fc3832;
    }

.danger-buttons .danger-one {
    border-color: #fc3832;
    color: #fc3832;
}

    .danger-buttons .danger-one:hover {
        color: #fff;
        background-color: #fc3832;
    }

.danger-buttons .danger-two {
    color: #fff;
    background-color: #fc3832;
    border-color: #fc3832;
}

    .danger-buttons .danger-two:hover {
        color: #fc3832;
        background-color: transparent;
    }

.danger-buttons .danger-three {
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 100%);
    background: -o-linear-gradient(left, #fc3832 0%, #dc312b 100%);
    background: linear-gradient(to right, #fc3832 0%, #dc312b 100%);
}

    .danger-buttons .danger-three:hover {
        background: -webkit-linear-gradient(right, #fc3832 0%, #dc312b 100%);
        background: -o-linear-gradient(right, #fc3832 0%, #dc312b 100%);
        background: linear-gradient(to left, #fc3832 0%, #dc312b 100%);
    }

.danger-buttons .danger-four {
    padding-left: 60px;
    border-color: #fc3832;
    color: #fc3832;
}

@media (max-width: 767px) {
    .danger-buttons .danger-four {
        padding-left: 40px;
    }
}

.danger-buttons .danger-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .danger-buttons .danger-four span {
        left: 15px;
    }
}

.danger-buttons .danger-four:hover {
    color: #fff;
    background-color: #fc3832;
}

    .danger-buttons .danger-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.danger-buttons .danger-five {
    padding-left: 60px;
    color: #fff;
    background-color: #fc3832;
    border-color: #fc3832;
}

@media (max-width: 767px) {
    .danger-buttons .danger-five {
        padding-left: 40px;
    }
}

.danger-buttons .danger-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .danger-buttons .danger-five span {
        left: 15px;
    }
}

.danger-buttons .danger-five:hover {
    color: #fc3832;
    background-color: transparent;
}

    .danger-buttons .danger-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.danger-buttons .danger-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    border: 0;
    background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 100%);
    background: -o-linear-gradient(left, #fc3832 0%, #dc312b 100%);
    background: linear-gradient(to right, #fc3832 0%, #dc312b 100%);
}

@media (max-width: 767px) {
    .danger-buttons .danger-six {
        padding-right: 40px;
    }
}

.danger-buttons .danger-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .danger-buttons .danger-six span {
        right: 15px;
    }
}

.danger-buttons .danger-six:hover {
    background: -webkit-linear-gradient(right, #fc3832 0%, #dc312b 100%);
    background: -o-linear-gradient(right, #fc3832 0%, #dc312b 100%);
    background: linear-gradient(to left, #fc3832 0%, #dc312b 100%);
}

    .danger-buttons .danger-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

.lg-btn {
    line-height: 64px !important;
    font-size: 18px;
}

@media (max-width: 767px) {
    .lg-btn {
        font-size: 16px;
        ine-height: 52px;
    }
}

.el-btn {
    line-height: 80px !important;
    font-size: 20px;
}

@media (max-width: 767px) {
    .el-btn {
        font-size: 18px;
        line-height: 74px;
    }
}

.sm-btn {
    line-height: 40px !important;
    font-size: 12px;
}

/*===== Regular Icon Buttons =====*/
.regular-icon-buttons ul li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
}

    .regular-icon-buttons ul li:first-child {
        margin-left: 0;
    }

    .regular-icon-buttons ul li .regular-icon-light-one {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        -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;
        overflow: hidden;
        color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-one:hover {
            color: #fff;
            background-color: #0067f4;
        }

    .regular-icon-buttons ul li .regular-icon-light-two {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 5px;
        -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;
        overflow: hidden;
        color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-two:hover {
            color: #fff;
            background-color: #0067f4;
        }

    .regular-icon-buttons ul li .regular-icon-light-three {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 10px;
        -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;
        overflow: hidden;
        color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-three:hover {
            color: #fff;
            background-color: #0067f4;
        }

    .regular-icon-buttons ul li .regular-icon-light-four {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 50%;
        -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;
        overflow: hidden;
    }

        .regular-icon-buttons ul li .regular-icon-light-four:hover {
            color: #fff;
            background-color: #0067f4;
        }

    .regular-icon-buttons ul li .regular-icon-light-five {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        text-align: center;
        font-size: 24px;
        -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;
        position: relative;
        z-index: 5;
        overflow: hidden;
        color: #fff;
        background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    }

        .regular-icon-buttons ul li .regular-icon-light-five:hover {
            background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
        }

    .regular-icon-buttons ul li .regular-icon-light-six {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        text-align: center;
        font-size: 24px;
        -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;
        position: relative;
        z-index: 5;
        overflow: hidden;
        color: #fff;
        background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        border-radius: 5px;
    }

        .regular-icon-buttons ul li .regular-icon-light-six:hover {
            background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
        }

    .regular-icon-buttons ul li .regular-icon-light-seven {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        text-align: center;
        font-size: 24px;
        -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;
        position: relative;
        z-index: 5;
        overflow: hidden;
        color: #fff;
        background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        border-radius: 10px;
    }

        .regular-icon-buttons ul li .regular-icon-light-seven:hover {
            background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
        }

    .regular-icon-buttons ul li .regular-icon-light-eight {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        text-align: center;
        font-size: 24px;
        -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;
        position: relative;
        z-index: 5;
        overflow: hidden;
        color: #fff;
        background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        border-radius: 50%;
    }

        .regular-icon-buttons ul li .regular-icon-light-eight:hover {
            background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
            background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
        }

    .regular-icon-buttons ul li .regular-icon-light-nine {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        -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;
        overflow: hidden;
        color: #fff;
        background-color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-nine:hover {
            color: #0067f4;
            background-color: transparent;
        }

    .regular-icon-buttons ul li .regular-icon-light-ten {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 5px;
        -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;
        overflow: hidden;
        color: #fff;
        background-color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-ten:hover {
            color: #0067f4;
            background-color: transparent;
        }

    .regular-icon-buttons ul li .regular-icon-light-eleven {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 10px;
        -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;
        overflow: hidden;
        color: #fff;
        background-color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-eleven:hover {
            color: #0067f4;
            background-color: transparent;
        }

    .regular-icon-buttons ul li .regular-icon-light-twelve {
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #0067f4;
        text-align: center;
        font-size: 24px;
        border-radius: 50%;
        -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;
        overflow: hidden;
        color: #fff;
        background-color: #0067f4;
    }

        .regular-icon-buttons ul li .regular-icon-light-twelve:hover {
            color: #0067f4;
            background-color: transparent;
        }

/*===== Group Buttons =====*/
.group-buttons .btn-group {
    margin-left: 30px;
}

.group-buttons .group-one {
    margin-left: 0;
}

    .group-buttons .group-one .main-btn {
        background: none;
        border: 2px solid #0067f4;
        -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;
    }

        .group-buttons .group-one .main-btn:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: 0;
        }

        .group-buttons .group-one .main-btn:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-left: 0;
        }

        .group-buttons .group-one .main-btn:hover {
            background-color: #0067f4;
            color: #fff;
        }

.group-buttons .group-two .main-btn {
    background: none;
    -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;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(#0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(#0067f4 0%, #2bdbdc 100%);
    border-top: 0;
    border-bottom: 0;
    border-color: rgba(244, 246, 247, 0.2);
}

    .group-buttons .group-two .main-btn:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 0;
    }

    .group-buttons .group-two .main-btn:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0;
    }

    .group-buttons .group-two .main-btn:hover {
        background: -webkit-linear-gradient(bottom, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(bottom, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to top, #0067f4 0%, #2bdbdc 100%);
    }

.group-buttons .group-three .main-btn {
    background: none;
    -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;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
}

    .group-buttons .group-three .main-btn:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 0;
    }

    .group-buttons .group-three .main-btn:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0;
    }

    .group-buttons .group-three .main-btn:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

.group-buttons .group-four {
    margin-left: 0;
}

    .group-buttons .group-four .main-btn {
        background: none;
        border: 2px solid #0067f4;
        -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;
        padding: 0 12px;
    }

        .group-buttons .group-four .main-btn i {
            font-size: 24px;
        }

        .group-buttons .group-four .main-btn:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: 0;
        }

        .group-buttons .group-four .main-btn:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-left: 0;
        }

        .group-buttons .group-four .main-btn:hover {
            background-color: #0067f4;
            color: #fff;
        }

.group-buttons .group-five .main-btn {
    background: none;
    -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;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(#0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(#0067f4 0%, #2bdbdc 100%);
    border-top: 0;
    border-bottom: 0;
    border-color: rgba(244, 246, 247, 0.2);
    padding: 0 16px;
}

    .group-buttons .group-five .main-btn:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 0;
    }

    .group-buttons .group-five .main-btn:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0;
    }

    .group-buttons .group-five .main-btn:hover {
        background: -webkit-linear-gradient(bottom, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(bottom, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to top, #0067f4 0%, #2bdbdc 100%);
    }

.group-buttons .group-six .main-btn {
    background: none;
    -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;
    overflow: hidden;
    color: #fff;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    border: 0;
    padding: 0 16px;
}

    .group-buttons .group-six .main-btn:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 0;
    }

    .group-buttons .group-six .main-btn:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0;
    }

    .group-buttons .group-six .main-btn:hover {
        background: -webkit-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(right, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to left, #0067f4 0%, #2bdbdc 100%);
    }

/*===========================
    3.FORM ELEMENTS css 
===========================*/
.form-elements-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #6c6c6c;
}

@media (max-width: 767px) {
    .form-elements-title {
        font-size: 24px;
        line-height: 35px;
    }
}

.form-group {
    margin-bottom: 0;
}

.form-input .help-block {
    margin-top: 2px;
}

    .form-input .help-block .list-unstyled li {
        font-size: 12px;
        line-height: 16px;
        color: #fc3832;
    }

.form-input label {
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    margin-bottom: 8px;
    display: inline-block;
}

.form-input .input-items {
    position: relative;
}

    .form-input .input-items input, .form-input .input-items textarea {
        width: 100%;
        height: 44px;
        border: 2px solid;
        padding-left: 44px;
        padding-right: 12px;
        position: relative;
        font-size: 16px;
    }

    .form-input .input-items textarea {
        padding-top: 8px;
        height: 130px;
        resize: none;
    }

    .form-input .input-items i {
        position: absolute;
        top: 11px;
        left: 13px;
        font-size: 20px;
        z-index: 9;
    }

    .form-input .input-items.valid input, .form-input .input-items.valid textarea {
        border-color: #a4a4a4;
        color: #6c6c6c;
    }

        .form-input .input-items.valid input:focus, .form-input .input-items.valid textarea:focus {
            border-color: #0067f4;
        }

        .form-input .input-items.valid input::placeholder, .form-input .input-items.valid textarea::placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.valid input::-moz-placeholder, .form-input .input-items.valid textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.valid input::-moz-placeholder, .form-input .input-items.valid textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.valid input::-webkit-input-placeholder, .form-input .input-items.valid textarea::-webkit-input-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

    .form-input .input-items.valid i {
        color: #6c6c6c;
    }

    .form-input .input-items.active input, .form-input .input-items.active textarea {
        border-color: #0067f4;
        color: #121212;
    }

        .form-input .input-items.active input::placeholder, .form-input .input-items.active textarea::placeholder {
            color: #121212;
            opacity: 1;
        }

        .form-input .input-items.active input::-moz-placeholder, .form-input .input-items.active textarea::-moz-placeholder {
            color: #121212;
            opacity: 1;
        }

        .form-input .input-items.active input::-moz-placeholder, .form-input .input-items.active textarea::-moz-placeholder {
            color: #121212;
            opacity: 1;
        }

        .form-input .input-items.active input::-webkit-input-placeholder, .form-input .input-items.active textarea::-webkit-input-placeholder {
            color: #121212;
            opacity: 1;
        }

    .form-input .input-items.active i {
        color: #0067f4;
    }

    .form-input .input-items.invalid input, .form-input .input-items.invalid textarea {
        border-color: #fc3832;
        color: #fc3832;
    }

        .form-input .input-items.invalid input::placeholder, .form-input .input-items.invalid textarea::placeholder {
            color: #fc3832;
            opacity: 1;
        }

        .form-input .input-items.invalid input::-moz-placeholder, .form-input .input-items.invalid textarea::-moz-placeholder {
            color: #fc3832;
            opacity: 1;
        }

        .form-input .input-items.invalid input::-moz-placeholder, .form-input .input-items.invalid textarea::-moz-placeholder {
            color: #fc3832;
            opacity: 1;
        }

        .form-input .input-items.invalid input::-webkit-input-placeholder, .form-input .input-items.invalid textarea::-webkit-input-placeholder {
            color: #fc3832;
            opacity: 1;
        }

    .form-input .input-items.invalid i {
        color: #fc3832;
    }

    .form-input .input-items.success input, .form-input .input-items.success textarea {
        border-color: #4da422;
        color: #4da422;
    }

        .form-input .input-items.success input::placeholder, .form-input .input-items.success textarea::placeholder {
            color: #4da422;
            opacity: 1;
        }

        .form-input .input-items.success input::-moz-placeholder, .form-input .input-items.success textarea::-moz-placeholder {
            color: #4da422;
            opacity: 1;
        }

        .form-input .input-items.success input::-moz-placeholder, .form-input .input-items.success textarea::-moz-placeholder {
            color: #4da422;
            opacity: 1;
        }

        .form-input .input-items.success input::-webkit-input-placeholder, .form-input .input-items.success textarea::-webkit-input-placeholder {
            color: #4da422;
            opacity: 1;
        }

    .form-input .input-items.success i {
        color: #4da422;
    }

    .form-input .input-items.disabled input, .form-input .input-items.disabled textarea {
        border-color: #a4a4a4;
        color: #6c6c6c;
        background: none;
    }

        .form-input .input-items.disabled input::placeholder, .form-input .input-items.disabled textarea::placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.disabled input::-moz-placeholder, .form-input .input-items.disabled textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.disabled input::-moz-placeholder, .form-input .input-items.disabled textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items.disabled input::-webkit-input-placeholder, .form-input .input-items.disabled textarea::-webkit-input-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

    .form-input .input-items.disabled i {
        color: #6c6c6c;
    }

.form-style-two .form-input .input-items input, .form-style-two .form-input .input-items textarea {
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 44px;
}

.form-style-two .form-input .input-items i {
    left: auto;
    right: 13px;
}

.form-style-three .form-input {
    text-align: center;
}

    .form-style-three .form-input .input-items input, .form-style-three .form-input .input-items textarea {
        border-radius: 50px;
        text-align: center;
    }

.form-style-four .form-input label {
    padding-left: 44px;
    margin-bottom: 0;
}

.form-style-four .form-input .input-items input, .form-style-four .form-input .input-items textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-style-five .form-input {
    position: relative;
}

    .form-style-five .form-input label {
        position: absolute;
        top: -10px;
        left: 10px;
        background-color: #fff;
        z-index: 5;
        padding: 0 5px;
    }

    .form-style-five .form-input .input-items input, .form-style-five .form-input .input-items textarea {
        border-radius: 5px;
    }

/*===========================
    4.HEADER css 
===========================*/

/*===== NAVBAR =====*/

.text-brand {
    font-family: 'Encode Sans Condensed';
    vertical-align: middle;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    transform: scale(.75, 1);
    margin-left: -15px;
    margin-bottom: 0px;
    text-transform: lowercase;
    padding-left: 12px;
    padding-bottom: 7px;
}

.navbar-area {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 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;
}

    .navbar-area.sticky {
        position: fixed;
        background-color: #0067f4;
        z-index: 103;
    }

.navbar {
    position: relative;
    padding: 0;
}

    .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 5px 0;
        display: block;
        position: relative;
        -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;
    }

    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #0067f4;
        z-index: 8;
        padding: 5px 16px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #0067f4;
        z-index: 8;
        padding: 5px 16px;
    }
}

.navbar .navbar-nav {
    margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        margin-right: 0;
    }
}

.dropdown-nav-item {
    margin: 17px 14px;
}

    .dropdown-nav-item .dropdown-menu {
        min-width: 7rem;
    }

.navbar .navbar-nav .nav-item {
    position: relative;
}

    .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        padding: 11px 14px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        /*border: 1px solid rgba(255, 255, 255, 0);*/
        border-radius: 5px;
        -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;
        margin: 14px 4px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }

    .dropdown-nav-item {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }

    .dropdown-nav-item {
        display: none;
    }
}

.navbar .navbar-nav .nav-item a::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 6px;
    background-color: #fff;
    left: 50%;
    margin: 0px;
    top: 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;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item a::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item a::after {
        display: none;
    }
}

.navbar .navbar-nav .nav-item a::after {
    top: auto;
    bottom: 0;
}

.navbar .navbar-nav .nav-item.active > a::before, .navbar .navbar-nav .nav-item.active > a::after, .navbar .navbar-nav .nav-item:hover > a::before, .navbar .navbar-nav .nav-item:hover > a::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -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;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

.navbar .navbar-nav .nav-item .sub-menu li {
    position: relative;
}

    .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
        color: #121212;
        -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;
    }

    .navbar .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 24px;
        position: relative;
        color: #121212;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        border-radius: 0;
        margin: 0 0;
        border: 0;
    }

        .navbar .navbar-nav .nav-item .sub-menu li a i {
            float: right;
            font-size: 14px;
            margin-top: 5px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

.navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
}

.navbar .navbar-nav .nav-item .sub-menu li a::before {
    display: none;
}

.navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

.navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: #fff;
}

.navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    color: #fff;
}

    .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
        opacity: 1;
    }

.navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px;
    }
}

.navbar .navbar-btn ul li {
    display: inline-block;
    margin-right: 5px;
}

    .navbar .navbar-btn ul li a {
        padding: 10px 16px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        border: 2px solid;
        border-radius: 4px;
        -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;
    }

        .navbar .navbar-btn ul li a.light {
            border-color: #fff;
        }

            .navbar .navbar-btn ul li a.light:hover {
                background-color: rgba(255, 255, 255, 0.4);
            }

        .navbar .navbar-btn ul li a.solid {
            background-color: #fff;
            border-color: #fff;
            color: #0067f4;
        }

            .navbar .navbar-btn ul li a.solid:hover {
                background-color: transparent;
                color: #fff;
            }

/*===== HEADER =====*/
.header-content-area {
    background-color: #005ad5;
    height: 750px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) {
    .header-content-area {
        height: 900px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-content-area {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .header-content-area {
        height: 550px;
    }
}

.header-content-area .header-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

    .header-content-area .header-shape img {
        width: 100%;
    }

.header-wrapper {
    position: relative;
    top: -80px;
}

.header-image {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 5;
}

    .header-image .image {
        max-width: 730px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-image .image {
        max-width: 550px;
    }
}

.header-image .image img {
    width: 100%;
}

.header-content {
    padding-top: 95px;
    max-width: 500px;
    position: relative;
    z-index: 5;
}

    .header-content .header-title {
        font-size: 44px;
        line-height: 55px;
        font-weight: 600;
        color: #fff;
    }

@media (max-width: 767px) {
    .header-content .header-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-content .header-title {
        font-size: 36px;
        line-height: 45px;
    }
}

.header-content .text {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .header-content .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.header-content .header-btn {
    margin-top: 40px;
}

    .header-content .header-btn .main-btn {
        background-color: #fff;
        color: #0067f4;
        border-color: #fff;
    }

        .header-content .header-btn .main-btn:hover {
            background-color: transparent;
            color: #fff;
        }

/*===========================
        5.FEATURES css 
===========================*/
.features-area {
    background-color: #f4f6f7;
    scroll-margin-top: 3rem;
}

.single-features {
    background-color: #fff;
    padding: 40px 20px;
}

    .single-features .features-icon {
        position: relative;
        display: inline-block;
    }

        .single-features .features-icon i {
            font-size: 88px;
            line-height: 70px;
            color: #0067f4;
            position: relative;
            z-index: 5;
        }

        .single-features .features-icon .shape {
            position: absolute;
            top: 0;
            left: 0;
        }

    .single-features .features-content {
        margin-top: 24px;
    }

        .single-features .features-content .features-title a {
            font-size: 28px;
            line-height: 35px;
            font-weight: 500;
            color: #121212;
            -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;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-features .features-content .features-title a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .single-features .features-content .features-title a {
        font-size: 22px;
    }
}

.single-features .features-content .features-title a:hover {
    color: #0067f4;
}

.single-features .features-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 16px;
}

.single-features .features-content .features-btn {
    margin-top: 32px;
}

/*===========================
        6.ABOUT css 
===========================*/
.about-area {
    scroll-margin-top: 3rem;
}

.about-feature .about-feature-image img {
    width: 100%;
}

.about-feature .about-feature-content {
    margin-top: 48px;
}

    .about-feature .about-feature-content .feature-title {
        font-size: 44px;
        font-weight: 600;
        line-height: 55px;
        color: #121212;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-feature .about-feature-content .feature-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about-feature .about-feature-content .feature-title {
        font-size: 30px;
        line-height: 35px;
    }
}

.about-feature .about-feature-content .text {
    font-size: 20px;
    line-height: 25px;
    color: #121212;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-feature .about-feature-content .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-feature .about-feature-content .text {
        font-size: 18px;
    }
}

.about-feature-items .feature-items-icon img {
    width: 120px;
}

@media (max-width: 767px) {
    .about-feature-items .feature-items-icon img {
        width: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-feature-items .feature-items-icon img {
        width: 120px;
    }
}

.about-feature-items .feature-items-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .about-feature-items .feature-items-content {
        padding-left: 0;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-feature-items .feature-items-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.about-feature-items .feature-items-content .items-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
}

@media (max-width: 767px) {
    .about-feature-items .feature-items-content .items-title {
        font-size: 18px;
    }
}

.about-feature-items .feature-items-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .about-feature-items .feature-items-content .text {
        font-size: 14px;
    }
}

/*===========================
      7.PORTFOLIO css 
===========================*/
.portfolio-area {
    scroll-margin-top: 3rem;
    background-color: #f4f6f7;
}

.portfolio-menu ul li {
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    z-index: 5;
    -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;
    cursor: pointer;
    margin: 0 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 26px;
    }
}

@media (max-width: 767px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }
}

.portfolio-menu ul li.active, .portfolio-menu ul li:hover {
    color: #fff;
    background-color: #0067f4;
}

.single-portfolio {
    position: relative;
    overflow: hidden;
}

    .single-portfolio .portfolio-image img {
        width: 100%;
        -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;
    }

    .single-portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        border-radius: 8px;
    }

        .single-portfolio .portfolio-overlay .portfolio-content {
            padding: 16px;
        }

            .single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon {
                position: relative;
                display: inline-block;
                margin: 0 20px;
            }

                .single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon a {
                    font-size: 40px;
                    color: #0067f4;
                    position: relative;
                    z-index: 5;
                    line-height: 50px;
                    width: 50px;
                }

                .single-portfolio .portfolio-overlay .portfolio-content .portfolio-icon .shape {
                    position: absolute;
                    top: 7px;
                    left: 0;
                }

            .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text {
                padding-top: 24px;
            }

@media (max-width: 767px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text {
        padding-top: 10px;
    }
}

.single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
    color: #121212;
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .portfolio-title a {
        font-size: 20px;
    }
}

.single-portfolio .portfolio-overlay .portfolio-content .portfolio-text .text {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

/*===========================
      8.PRICING css 
===========================*/
.pricing-area {
    scroll-margin-top: 3rem;
}

.pricing {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 20px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .pricing .pricing-header .sub-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        color: #121212;
        position: relative;
        padding-bottom: 8px;
    }

        .pricing .pricing-header .sub-title::before {
            position: absolute;
            content: '';
            width: 72px;
            height: 4px;
            bottom: 0;
            left: 0;
            background-color: #0067f4;
            margin: 0 auto;
        }

    .pricing .pricing-header .price {
        display: block;
        font-size: 64px;
        font-weight: 600;
        line-height: 80px;
        margin-top: 32px;
        color: #121212;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px;
    }
}

.pricing .pricing-header .year {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: 3px;
}

.pricing .pricing-baloon {
    position: absolute;
    top: 0;
    right: -78px;
    width: 156px;
}

.pricing .pricing-list {
    margin-top: 40px;
}

    .pricing .pricing-list ul li {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-top: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}

.pricing .pricing-list ul li i {
    color: #0067f4;
    margin-right: 8px;
}

.pricing .pricing-btn {
    margin-top: 42px;
}

    .pricing .pricing-btn .main-btn {
        background-color: #0067f4;
        color: #fff;
        border-color: #0067f4;
    }

        .pricing .pricing-btn .main-btn:hover {
            background-color: #005ad5;
            border-color: #005ad5;
        }

.pricing .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
}

/*===========================
     9.TESTIMONIAL css 
===========================*/
.testimonial-area {
    scroll-margin-top: 3rem;
    background-color: #f4f6f7;
}

.map-area {
    border: 1px solid #cbced1;
    background-color: #fff;
}

.single-testimonial {
    border: 1px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff;
}

    .single-testimonial .testimonial-author .author-image img {
        width: 80px;
        border-radius: 50%;
    }

    .single-testimonial .testimonial-author .author-name {
        padding-left: 20px;
    }

        .single-testimonial .testimonial-author .author-name .name {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            color: #121212;
        }

        .single-testimonial .testimonial-author .author-name .sub-title {
            font-size: 14px;
            line-height: 24px;
            color: #a4a4a4;
        }

    .single-testimonial .testimonial-text {
        margin-top: 25px;
    }

        .single-testimonial .testimonial-text .text {
            font-size: 14px;
            line-height: 24px;
            color: #121212;
        }

.testimonial-active .slick-dots {
    text-align: center;
    margin-top: 25px;
}

    .testimonial-active .slick-dots li {
        display: inline-block;
        margin: 0 3px;
    }

        .testimonial-active .slick-dots li button {
            font-size: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cbced1;
            border: 0;
            cursor: pointer;
        }

        .testimonial-active .slick-dots li.slick-active button {
            background-color: #0067f4;
        }

/*===========================
       10.BLOG css 
===========================*/
.blog-area {
    scroll-margin-top: 3rem;
}

.single-blog .blog-image {
    width: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-image {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-image {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-image {
        width: 240px;
    }
}

.single-blog .blog-image img {
    width: 100%;
    border-radius: 8px;
}

.single-blog .blog-content {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .single-blog .blog-content {
        padding-left: 0;
        padding-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content {
        padding-left: 16px;
        padding-top: 0;
    }
}

.single-blog .blog-content .blog-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    -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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #0067f4;
}

.single-blog .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: #6c6c6c;
    margin-top: 8px;
    margin-right: 10px;
}

.single-blog .blog-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .text {
        margin-top: 8px;
    }
}

.single-blog .blog-content .more {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #0067f4;
    margin-top: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .more {
        margin-top: 16px;
    }
}

/*===========================
      11.CONTACT css 
===========================*/
.contact-area {
    scroll-margin-top: 3rem;
    background-color: #f4f6f7;
}

.form-message.error, .form-message.success {
    font-size: 16px;
    color: #121212;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #e9ecef;
}

.form-message.error {
    color: #fc3832;
}

.contact .contact-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 767px) {
    .contact .contact-title {
        font-size: 20px;
    }
}

.contact .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    color: #6c6c6c;
}

.contact .contact-info {
    margin-top: 40px;
}

    .contact .contact-info li {
        color: #6c6c6c;
        margin-top: 8px;
        font-size: 16px;
    }

        .contact .contact-info li i {
            margin-right: 5px;
            color: #121212;
        }

/*===========================
      12.FOOTER css 
===========================*/
.footer-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #6c6c6c;
}

.footer-support {
    padding-top: 21px;
}

    .footer-support span {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        font-weight: 600;
        margin-top: 9px;
        display: block;
    }

@media (max-width: 767px) {
    .footer-support span {
        display: block;
    }
}

.social {
    padding-top: 27px;
}

    .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .social li:last-child {
            margin-right: 0;
        }

        .social li a {
            font-size: 24px;
            color: #6c6c6c;
            -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;
        }

            .social li a:hover {
                color: #0067f4;
            }

.footer-link {
    margin-top: 32px;
}

    .footer-link ul {
        margin-top: 8px;
    }

        .footer-link ul li a {
            font-size: 16px;
            line-height: 24px;
            color: #121212;
            margin-top: 16px;
            font-weight: 500;
            -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;
        }

            .footer-link ul li a:hover {
                color: #0067f4;
            }

.footer-copyright {
    background-color: #005ad5;
}

    .footer-copyright .copyright {
        padding-bottom: 23px;
        padding-top: 13px;
    }

        .footer-copyright .copyright .text {
            color: #fff;
            margin-top: 10px;
        }

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 12px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 99;
    -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;
    display: none;
}

    .back-to-top:hover {
        color: #fff;
        background-color: #0067f4;
    }

.copyright a {
    color: #8ec5f1;
}


/*===========================
       12.ALERTS css 
===========================*/
.alerts-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #6c6c6c;
}

@media (max-width: 767px) {
    .alerts-title .title {
        font-size: 24px;
        line-height: 35px;
    }
}

.label {
    line-height: 48px;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 30px;
}

    .label.label-default {
        background-color: #0067f4;
        border-radius: 50px;
    }

    .label.label-success {
        background-color: #4da422;
    }

    .label.label-info {
        background-color: #00b8d8;
    }

    .label.label-warning {
        background-color: #ffb400;
    }

    .label.label-danger {
        background-color: #fc3832;
    }

    .label.label-gradient-default {
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    }

    .label.label-gradient-success {
        background: linear-gradient(to right, #4da422 0%, #69e02e 100%);
    }

    .label.label-gradient-info {
        background: linear-gradient(to right, #00b8d8 0%, #32fbfc 100%);
    }

    .label.label-gradient-warning {
        background: linear-gradient(to right, #ffb400 0%, #f7e500 100%);
    }

    .label.label-gradient-danger {
        background: linear-gradient(to right, #fc3832 0%, #dc312b 100%);
    }

.tg-btn {
    position: relative;
    display: inline-block;
    height: 30px;
    cursor: pointer;
}

    .tg-btn [type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

    .tg-btn .tg-body {
        width: 144px;
        height: 48px;
        background: white;
        display: inline-block;
        position: relative;
        border-radius: 50px;
    }

        .tg-btn .tg-body .tg-switch {
            width: 48px;
            height: 48px;
            display: inline-block;
            background-color: white;
            position: absolute;
            left: -1px;
            top: 0;
            border-radius: 50%;
            transition: all 0.3s ease-out 0s;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            border: solid 2px #f4f6f7;
            z-index: 1;
        }

        .tg-btn .tg-body .tg-track {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            border-radius: 50px;
        }

            .tg-btn .tg-body .tg-track .tg-bgd {
                font-size: 16px;
                position: absolute;
                right: -10px;
                top: 0;
                bottom: 0;
                width: 144px;
                transition: all 0.3s ease-out 0s;
                background-color: #f4f6f7;
                color: #6c6c6c;
                padding: 0 45px;
                text-align: center;
                line-height: 46px;
                border-radius: 50px;
            }

                .tg-btn .tg-body .tg-track .tg-bgd.tg-bgd-negative {
                    right: auto;
                    left: -120px;
                    background-color: #0067f4;
                    color: #fff;
                }

    .tg-btn > :not(:checked) ~ .tg-body > .tg-switch {
        left: 97px;
        right: auto;
    }

    .tg-btn > :not(:checked) ~ .tg-body .tg-bgd {
        right: -120px;
    }

        .tg-btn > :not(:checked) ~ .tg-body .tg-bgd.tg-bgd-negative {
            right: auto;
            left: -10px;
        }

    .tg-btn.tg-gradient .tg-body .tg-track .tg-bgd.tg-bgd-negative {
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    }

    .tg-btn.small-tg .tg-body {
        width: 96px;
    }

        .tg-btn.small-tg .tg-body .tg-track .tg-bgd {
            width: 96px;
        }

            .tg-btn.small-tg .tg-body .tg-track .tg-bgd.tg-bgd-negative {
                left: -75px;
            }

    .tg-btn.small-tg > :not(:checked) ~ .tg-body > .tg-switch {
        left: 48px;
    }

    .tg-btn.small-tg > :not(:checked) ~ .tg-body .tg-bgd {
        right: -75px;
    }

        .tg-btn.small-tg > :not(:checked) ~ .tg-body .tg-bgd.tg-bgd-negative {
            right: auto;
            left: -10px;
        }

.alerts-default-bg {
    background-color: #0067f4;
}

.alerts-default-gradient-bg {
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
}

.alerts-success-bg {
    background-color: #4da422;
}

.alerts-success-gradient-bg {
    background: linear-gradient(to right, #4da422 0%, #69e02e 100%);
}

.alerts-danger-bg {
    background-color: #fc3832;
}

.alerts-danger-gradient-bg {
    background: linear-gradient(to right, #fc3832 0%, #dc312b 100%);
}

.alerts-info-bg {
    background-color: #00b8d8;
}

.alerts-info-gradient-bg {
    background: linear-gradient(to right, #00b8d8 0%, #32fbfc 100%);
}

.alerts-warning-bg {
    background-color: #ffb400;
}

.alerts-warning-gradient-bg {
    background: linear-gradient(to right, #ffb400 0%, #f7e500 100%);
}

.single-alerts-message {
    position: relative;
    padding: 20px 24px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .single-alerts-message {
        padding: 16px 20px;
    }
}

.single-alerts-message .alerts-message-icon {
    position: absolute;
    top: 20px;
    left: 24px;
}

@media (max-width: 767px) {
    .single-alerts-message .alerts-message-icon {
        top: 16px;
        left: 20px;
    }
}

.single-alerts-message .alerts-message-icon i {
    font-size: 32px;
    color: #fff;
}

@media (max-width: 767px) {
    .single-alerts-message .alerts-message-icon i {
        font-size: 28px;
    }
}

.single-alerts-message .alerts-message-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .single-alerts-message .alerts-message-content {
        padding-left: 40px;
    }
}

.single-alerts-message .alerts-message-content .message-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .single-alerts-message .alerts-message-content .message-title {
        font-size: 20px;
    }
}

.single-alerts-message .alerts-message-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .single-alerts-message .alerts-message-content .text {
        font-size: 14px;
    }
}

.single-alerts-message-small {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 0;
    border: 0;
}

    .single-alerts-message-small .alerts-message-small-icon {
        position: absolute;
        top: 12px;
        left: 16px;
    }

        .single-alerts-message-small .alerts-message-small-icon i {
            font-size: 24px;
            color: #fff;
        }

@media (max-width: 767px) {
    .single-alerts-message-small .alerts-message-small-icon i {
        font-size: 16px;
    }
}

.single-alerts-message-small .alerts-message-small-content {
    padding-left: 36px;
}

@media (max-width: 767px) {
    .single-alerts-message-small .alerts-message-small-content {
        padding-left: 28px;
    }
}

.single-alerts-message-small .alerts-message-small-content .text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {
    .single-alerts-message-small .alerts-message-small-content .text {
        font-size: 14px;
    }
}

.single-alerts-message-small .close {
    font-size: 10px;
    color: #fff;
    border: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    background-color: transparent;
}

@media (max-width: 767px) {
    .single-alerts-message-small .close {
        font-size: 12px;
    }
}

.single-alerts-message-small .close:hover {
    color: #fff;
}

/*===========================
        13.TEAM css 
===========================*/
.single-team {
    position: relative;
}

    .single-team .team-image img {
        width: 100%;
    }

    .single-team .team-content {
        padding: 16px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border-radius: 8px;
    }

        .single-team .team-content .name a {
            font-size: 24px;
            font-weight: 600;
            line-height: 30px;
            color: #121212;
            transition: all 0.3s ease-out 0s;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team .team-content .name a {
        font-size: 20px;
    }
}

.single-team .team-content .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #a4a4a4;
    margin-top: 8px;
}

.single-team .team-content .social {
    margin-top: 8px;
}

    .single-team .team-content .social li {
        display: inline-block;
        margin: 0 8px;
    }

        .single-team .team-content .social li a {
            font-size: 20px;
            color: #0067f4;
        }

/*===== TEAM STYLE ONE =====*/
.team-style-one .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 62px;
    background-color: #fff;
}

    .team-style-one .team-content::before {
        position: absolute;
        content: '';
        width: 72px;
        height: 4px;
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .team-style-one .team-content .name a:hover {
        color: #0067f4;
    }

/*===== TEAM STYLE TWo =====*/
.team-style-two .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 62px;
    background: -linear-gradient(90deg, #0467f4 0%, #2bdbdc 50%, #0467f4 100%);
    background: linear-gradient(90deg, #0467f4 0%, #2bdbdc 50%, #0467f4 100%);
    background-size: 200%;
    transition: all 0.3s ease-out 0s;
}

    .team-style-two .team-content .name a {
        color: #fff;
    }

    .team-style-two .team-content .sub-title {
        color: #fff;
    }

    .team-style-two .team-content .social li a {
        color: #fff;
    }

    .team-style-two .team-content:hover {
        background-position: right center;
    }

/*===== TEAM STYLE THREE =====*/
.team-style-three .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 62px;
    background-color: #fff;
}

    .team-style-three .team-content::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        top: 0;
        left: 0;
    }

    .team-style-three .team-content .name a:hover {
        color: #0067f4;
    }

/*===== TEAM STYLE FOUR =====*/
.team-style-four .team-content {
    position: relative;
    background-color: #fff;
}

    .team-style-four .team-content::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 72px;
        background: linear-gradient(#f09819 0%, #ff5858 100%);
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .team-style-four .team-content .name a:hover {
        color: #4da422;
    }

/*===== TEAM STYLE FIVE =====*/
.team-style-five .team-content {
    background: linear-gradient(#f09819 0%, #ff5858 100%);
}

    .team-style-five .team-content .name a {
        color: #fff;
    }

    .team-style-five .team-content .sub-title {
        color: #fff;
    }

    .team-style-five .team-content .social li a {
        color: #fff;
    }

/*===== TEAM STYLE SIX =====*/
.team-style-six .team-content {
    position: relative;
    background-color: #fff;
}

    .team-style-six .team-content::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 100%;
        background: linear-gradient(#f09819 0%, #ff5858 100%);
        top: 0;
        right: 0;
    }

    .team-style-six .team-content .name a:hover {
        color: #4da422;
    }

/*===== TEAM STYLE SAVEN =====*/
.team-style-saven .team-content {
    position: relative;
    background-color: #fff;
    box-shadow: none;
}

    .team-style-saven .team-content::before {
        position: absolute;
        content: '';
        width: 72px;
        height: 4px;
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .team-style-saven .team-content .name a:hover {
        color: #0067f4;
    }

/*===== TEAM STYLE EIGHT =====*/
.team-style-eight .team-content {
    position: relative;
    background-color: #fff;
}

    .team-style-eight .team-content::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        bottom: 0;
        left: 0;
    }

    .team-style-eight .team-content .name a:hover {
        color: #0067f4;
    }

/*===== TEAM STYLE NINE =====*/
.team-style-nine {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    overflow: hidden;
}

    .team-style-nine .team-content {
        background-color: #fff;
        box-shadow: none;
    }

        .team-style-nine .team-content .name {
            position: relative;
        }

            .team-style-nine .team-content .name::before {
                position: absolute;
                content: '';
                width: 72px;
                height: 8px;
                background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
                top: 0;
                left: 0;
                border-radius: 25px;
            }

            .team-style-nine .team-content .name a {
                margin-top: 16px;
            }

                .team-style-nine .team-content .name a:hover {
                    color: #0067f4;
                }

/*===== TEAM STYLE TEN =====*/
.team-style-ten .team-image img {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.team-style-ten .team-content {
    box-shadow: none;
}

    .team-style-ten .team-content .name {
        position: relative;
    }

        .team-style-ten .team-content .name::before {
            position: absolute;
            content: '';
            width: 72px;
            height: 8px;
            background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
            top: 0;
            left: 0;
            border-radius: 25px;
        }

        .team-style-ten .team-content .name a {
            margin-top: 16px;
        }

            .team-style-ten .team-content .name a:hover {
                color: #0067f4;
            }

/*===== TEAM STYLE ELEVEN =====*/
.team-style-eleven {
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
}

    .team-style-eleven .team-image img {
        width: 100%;
    }

    .team-style-eleven .team-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding-top: 25px;
        padding-bottom: 25px;
        z-index: 5;
        transition: all 0.3s ease-out 0s;
    }

@media (max-width: 767px) {
    .team-style-eleven .team-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.team-style-eleven .team-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.team-style-eleven .team-content .team-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

    .team-style-eleven .team-content .team-social .social {
        background-color: #fff;
        display: inline-block;
        padding: 10px 20px 6px;
        border-radius: 50px;
    }

        .team-style-eleven .team-content .team-social .social li {
            display: inline-block;
            margin: 0 8px;
        }

            .team-style-eleven .team-content .team-social .social li a {
                font-size: 16px;
                color: #a4a4a4;
                transition: all 0.3s ease-out 0s;
            }

                .team-style-eleven .team-content .team-social .social li a:hover {
                    color: #0067f4;
                }

.team-style-eleven .team-content .team-name a {
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .team-style-eleven .team-content .team-name a {
        font-size: 18px;
    }
}

.team-style-eleven .team-content .sub-title {
    font-size: 16px;
    color: #0067f4;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .team-style-eleven .team-content .sub-title {
        font-size: 14px;
    }
}

.team-style-eleven:hover .team-content {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .team-style-eleven:hover .team-content {
        padding-top: 35px;
    }
}

.team-style-eleven:hover .team-content::before {
    opacity: 1;
}

.team-style-eleven:hover .team-content .team-social {
    top: -20px;
    visibility: visible;
    opacity: 1;
}

.team-style-eleven:hover .team-content .team-name a {
    color: #fff;
}

.team-style-eleven:hover .team-content .sub-title {
    color: #fff;
}


.validation-message {
    color: red;
}

/*# sourceMappingURL=style.css.map */
