/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #cccccc;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
    font-weight: 300;
}

body {
    color: #4a4a4a;
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    display: block;
}

figure {
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #c7c7c7;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
    background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
    margin-bottom: 0;
    margin-top: 0;
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #222222;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
    color: #222222;
}

td, th {
    border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
    content: " ";
    display: table;
}

.clear::after {
    clear: both;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-30 {
    font-size: 30px;
}

.fz-48 {
    font-size: 48px !important;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.fsi {
    font-style: italic;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0-i {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.p-40 {
    padding: 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff;
}

.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-full {
    padding: 150px 0;
}

.section-half {
    padding: 75px 0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.display-table {
    display: table;
}

.light {
    color: #fff;
}

.dark {
    color: #000;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.section-bg {
    background: #f9fafc;
}

@media (min-width: 768px) {
    .form ul li {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
    }
}

@media (max-width: 767px) {
    .circle-icon {
        line-height: 70px !important;
        margin-right: 0 !important;
    }

    .banner-content h1 {
        font-size: 1.4rem !important;
        margin-top: 20px;
    }

    .form-login-title {
        font-size: 20px !important;
    }

    .media {
        /*padding-right: 0 !important;*/
    }

    .floating-logo {
        display: none;
    }

    .top-lname {
        padding-top: 13px !important;
    }

    .no-flex-xs {
        display: block !important;
    }

    .banner-content p {
        font-size: 1.2rem !important;
        line-height: 1.3rem !important;
    }
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.primary-btn {
    line-height: 40px;
    padding: 5px 60px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #Fff;
    color: #222222;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.primary-btn:focus {
    outline: none;
}

.primary-btn.banner-btn {
    color: #FE3F3E;
    margin-top: 30px;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
    background: #Fff;
}

.primary-btn span {
    margin-left: 15px;
}

.primary-btn:hover {
    background: #FE3F3E;
    color: #fff;

    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
    /*border: none;*/
}

.section-title {
    padding-bottom: 70px;
}

.section-title h3 {
    font-weight: 300;
    font-size: 24px;
    color: #777777;
}

.section-title h3 b {
    font-weight: 300;
    color: #222222;
}

.progressBar,
.progressBar-contentCircle {
    display: table;
    height: 150px;
    position: absolute;
    width: 150px;
}

.progressBar-circle,
.progressBar-background {
    fill: none;
    stroke: #777777;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.progressBar-background {
    stroke: #f9f9ff;
    stroke-width: 4;
    z-index: 0;
}

.progressBar-percentage {
    color: #222222;
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/************************/
/* structure de la page */
/************************/
.list {
    list-style: none;
    margin: 10px auto;
    padding: 0px;
}

.list:hover .progressBar-circle {
    stroke: #FE3F3E;
}

.list:hover .progressBar-percentage {
    color: #FE3F3E;
}

.list-item {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}

.details-btn {
    border: 1px solid #FE3F3E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.details-btn .details {
    visibility: hidden;
    opacity: 0;
    margin-left: -53px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.details-btn:hover {
    width: 140px;
    background: #FE3F3E;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.details-btn:hover .details {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    margin-right: 20px;
}

.details-btn:hover span {
    color: #fff;
    font-weight: 600;
}

.default-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.default-header .right-bar {
    position: relative;
}

.default-header nav .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .default-header nav .main-menu {
        display: none;
    }
}

.default-header nav .main-menu a {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .default-header nav .main-menu a {
        margin: 0 5px;
    }
}

.default-header nav .main-menu a:hover {
    /*color: #FE3F3E;*/
    /*box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);*/
    font-size: 14px;
    text-align: center;

}

.default-header nav .mobile-btn {
    display: none;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .default-header .main-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 40px;
        right: 0;
        background: #FE3F3E;
        padding: 30px 20px;
    }

    .default-header .main-menu a {
        margin: 5px 20px !important;
    }

    .default-header .mobile-btn {
        display: block !important;
        font-size: 36px !important;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.sticky-header {
    padding: 15px 0;
}

.is-sticky .sticky-header {
    background: -moz-linear-gradient(left, rgba(254, 63, 62, 0.95) 0%, rgba(232, 26, 26, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 63, 62, 0.95) 0%, rgba(232, 26, 26, 0.95) 100%);
    background: linear-gradient(to right, rgba(254, 63, 62, 0.95) 0%, rgba(232, 26, 26, 0.95) 100%);
}

.search {
    padding: 6px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.search span {
    color: #fff;
}

.search:hover .search-field {
    transform: scaleY(1) !important;
}

@media (max-width: 767px) {
    .search {
        margin-right: 60px;
    }
}

.search-field {
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: -13px;
    right: -2px;
}

.search-field:hover {
    transform: scaleY(1) !important;
}

.search-field input {
    line-height: 60px;
    background: rgb(255, 26, 26);
    width: 600px;
    border: none;
    color: #fff;
    padding: 0 70px 0 25px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .search-field input {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .search-field input {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .search-field input {
        width: 200px;
    }
}

.search-field .search-submit {
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.search-field .search-submit span {
    color: #fff;
}

.header-social {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .header-social {
        display: none !important;
    }
}

.header-social a {
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}

.header-social a:hover {
    color: #FE3F3E;
}

.footer-social {
    margin-right: -5px;
}

.footer-social a {
    font-size: 18px;
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}

.footer-social a:hover {
    color: #FE3F3E;
}

.banner-area {
    background: url(../img/sad-bg.png) no-repeat center center/cover;
}

.banner-area .overlay-bg {
    background: -moz-linear-gradient(left, rgba(254, 63, 62, 0.75) 0%, rgba(255, 26, 26, 0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 63, 62, 75) 0%, rgba(232, 26, 26, 0.75) 100%);
    background: linear-gradient(to right, rgba(254, 63, 62, 0.75) 0%, rgba(232, 26, 26, 0.75) 100%);
}

/*.banner-area .overlay-bg {*/
/*background: -moz-linear-gradient(left, rgba(255, 26, 26, 0.55) 0%, rgba(255, 255, 255, 0.95) 100%);*/
/*background: -webkit-linear-gradient(left, rgba(255, 26, 26, 0.55) 0%, rgba(255, 255, 255, 0.95) 100%);*/
/*background: linear-gradient(to right, rgba(255, 26, 26, 0.55) 0%, rgba(255, 255, 255, 0.95) 100%);*/
/*}*/

.signle-service {
    margin-top: 30px;
}

.signle-service figcaption {
    background: #fff;
    padding: 40px 20px;
}

.signle-service figcaption h5 {
    margin-bottom: 15px;
}

.signle-service figcaption p {
    margin-bottom: 30px;
}

.title-bg {
    background: #222222;
}

.product-area-title {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .product-area-title h2 br {
        display: none;
    }
}

.single-product {
    margin-top: 30px;
    background: #fff;
    border-bottom: 2px solid #FE3F3E;
    padding: 70px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .icon {
    text-align: center;
    margin-bottom: 20px;
}

.single-product .icon span {
    font-size: 48px;
    color: #FE3F3E;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .desc {
    text-align: center;
}

.single-product .desc h4 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product .desc p {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-product:hover {
    background: #FE3F3E;
}

.single-product:hover .icon span, .single-product:hover .desc h4, .single-product:hover .desc p {
    color: #fff;
}

.controls .filter {
    margin: 0 20px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.controls .filter:hover {
    color: #FE3F3E !important;
}

.controls .filter.active {
    color: #FE3F3E !important;
}

.single-filter-content {
    height: 350px;
    position: relative;
}

.single-filter-content .overlay-bg-content {
    background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    text-align: center;
    padding: 50px 100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-filter-content .overlay-bg-content p {
    margin: 0;
}

.single-filter-content .overlay-bg-content .line {
    margin: 10px 0 15px 0;
    width: 100%;
    height: 1px;
    background: #FE3F3E;
}

.single-filter-content:hover .overlay-bg-content {
    opacity: 1;
}

.single-filter-content.content-1 {
    background: url(../img/c1.jpg) no-repeat center center/cover;
}

.single-filter-content.content-2 {
    background: url(../img/c2.jpg) no-repeat center center/cover;
}

.single-filter-content.content-3 {
    background: url(../img/c3.jpg) no-repeat center center/cover;
}

.single-filter-content.content-4 {
    background: url(../img/c4.jpg) no-repeat center center/cover;
}

.single-filter-content.content-5 {
    background: url(../img/c5.jpg) no-repeat center center/cover;
}

.single-filter-content.content-6 {
    background: url(../img/c6.jpg) no-repeat center center/cover;
}

.single-filter-content.content-7 {
    background: url(../img/c7.jpg) no-repeat center center/cover;
}

.single-filter-content.content-8 {
    background: url(../img/c8.jpg) no-repeat center center/cover;
}

.single-member {
    margin-top: 30px;
}

.single-member .thumb {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
}

.single-member .thumb .overlay-member {
    background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
    text-align: center;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-member .thumb .overlay-member p {
    margin: 0;
    font-size: 12px;
}

.single-member .thumb .overlay-member .line {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 1px;
    background: #FE3F3E;
}

.single-member .thumb .overlay-member .social a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    padding: 2px;
}

.single-member .thumb .overlay-member .social a:hover {
    color: #fff;
}

.single-member .thumb:hover .overlay-member {
    opacity: 1;
}

.single-member .desc {
    padding: 30px;
}

.single-member .desc h5 a {
    color: #222222;
}

.single-member .desc h5 a:hover {
    color: #FE3F3E;
}

.single-member .desc p {
    margin: 0;
}

.studio-area {
    position: relative;
}

.studio-area .container {
    position: relative;
    z-index: 3;
}

.studio-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    /*background: #404598;*/
    z-index: 2;
}

@media (max-width: 991px) {
    .studio-area:before {
        background: #FFffff;
        width: 100%;
    }
}

.studio-area:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FFffff;
    /*background: url(../img/studio-bg.jpg) no-repeat center center/cover;*/
    z-index: 1;
}

@media (max-width: 991px) {
    .studio-area:after {
        width: 100%;
    }
}

.single-pricing-table {
    margin-top: 30px;
}

.single-pricing-table .top {
    background-image: -moz-linear-gradient(0deg, #E81A1A 0%, #FE3F3E 100%);
    background-image: -webkit-linear-gradient(0deg, #E81A1A 0%, #FE3F3E 100%);
    background-image: -ms-linear-gradient(0deg, #E81A1A 0%, #FE3F3E 100%);
}

.single-pricing-table .top .head {
    padding: 35px 20px;
}

.single-pricing-table .top .head span {
    font-size: 48px;
    color: #fff;
}

.single-pricing-table .top .head h5 {
    margin-top: 20px;
}

.single-pricing-table .top .package {
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.1);
}

.single-pricing-table .top .package .price {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1em;
}

.single-pricing-table .bottom {
    background: #f9f9ff;
    padding: 35px 20px 50px 20px;
}

.single-pricing-table .bottom ul {
    margin-bottom: 50px;
}

.single-pricing-table .bottom ul li {
    margin-top: 15px;
}

.active-testimonial-carousel .single-testimonial {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
}

.active-testimonial-carousel .single-testimonial img {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 30px;
}

.active-testimonial-carousel .single-testimonial .author h6 a {
    color: #222222;
}

.active-testimonial-carousel .single-testimonial .author h6 a:hover {
    color: #FE3F3E;
}

.active-testimonial-carousel .owl-dots {
    padding-top: 70px;
    margin-left: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.active-testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeee;
    display: inline-block;
    margin-left: 10px;
}

.active-testimonial-carousel .owl-dots .owl-dot.active {
    background: #777777;
}

.single-publish {
    margin-top: 30px;
}

.single-publish .top {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.single-publish .top .line {
    display: inline-block;
    margin: 0 10px;
}

.single-publish .top h6 a {
    color: #222222;
}

.single-input input {
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    border: none;
}

.single-input input:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.single-input textarea {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    height: 140px;
    resize: none;
    border: none;
    background: #fff;
    border: none;
}

.single-input textarea:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.cta-area {
    background: #FE3F3E;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .cta-area .primary-btn {
        margin-top: 10px;
    }

    .circle-icon {
        margin: 0 38% !important;
    }
}

footer {
    background: #222222;
}

footer .footer-nav {
    margin-top: -7px;
}

footer .footer-nav li {
    margin-top: 8px;
}

footer .footer-nav li a:hover {
    color: #FE3F3E;
}

.subscription input {
    width: 100%;
    line-height: 40px;
    border: 1px solid #333333;
    padding: 0 50px 0 25px;
    background: transparent;
    color: #fff;
    font-weight: 300;
}

.subscription .newsletter-btn {
    width: 42px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 1px;
    right: 0;
    border: 1px solid #FE3F3E;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.subscription .newsletter-btn:focus {
    outline: none;
    cursor: pointer;
}

.subscription .newsletter-btn:hover {
    background: #FE3F3E;
}

.subscription .info {
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    font-size: 12px;
}

.subscription .info.valid {
    color: #FE3F3E;
}

.subscription .info.error {
    color: red;
}

.instafeed {
    margin: -5px;
}

.instafeed li {
    width: 25%;
}

.instafeed li img {
    margin: 5px;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.footer-bottom .footer-text a:hover {
    color: #FE3F3E;
}

.banner-content p {
    font-size: 1.8rem;
    line-height: 1rem;
}

.banner-content h1 {
    font-size: 2.5rem;
}

/*steps-to-get-loan*/
.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 30px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    /*padding: 10px;*/
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    background-color: #FFF;
    color: #FE3F3E;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps .media:hover .circle-icon {
    /*background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/
    /*background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/
    /*background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/
    /*background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/
    background: #FE3F3E;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps .media {
    /*padding: 15px 0;*/
}

.ui-steps .media:not(:last-child) {
    /*border-bottom: 1px solid #f8e3f0;*/
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width: 992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

.media-body h5 {
    color: #FE3F3E;
    font-weight: 300;
    font-size: 28px;
}

.pb-40 h2 {

    color: #FE3F3E;
    font-weight: 400;
}

.about_text {
    font-size: 15px;
}

body {

}

.ui-steps .media {
    display: inline-block;
    padding-top: 10px;
}

/*Login*/

.login-box {
    width: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*background: #f2f2f2;*/
}

.login-wrap {

    /*width: 390px;*/
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 20px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.form-login {
    width: 100%;
}

.form-login-title {
    display: block;
    /*font-family: Poppins-Bold;*/
    font-size: 25px;
    color: #FE3F3E;
    line-height: 1.2;
    text-align: center;
}

.input-wrap {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    /*background-color: #F9F5FA;*/
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
}

.input-space {

    /*font-family: Poppins-Regular;*/
    color: #535353;
    line-height: 1.2;
    font-size: 15px;
    display: block;
    width: 100%;
    background: transparent;
    height: 40px;
    padding: 0 20px;
}

input {
    outline: none;
    border: none;
}

.focus-inputspace {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #068AE8;
    border-radius: 10px;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input-space:focus + .focus-inputspace {
    visibility: visible;
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    width: auto;
    height: 40px;
    background-color: #FE3F3E;
    border-radius: 25px;
    border: none;
    cursor: pointer;

    /*font-family: Poppins-Medium;*/
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.login100-form-btn:focus {
    outline: none !important;
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
    background: #FE3F3E;
    background: -webkit-linear-gradient(45deg, #FE3F3E, #E44D4E);
    background: -o-linear-gradient(45deg, #FE3F3E, #E44D4E);
    background: -moz-linear-gradient(45deg, #FE3F3E, #E44D4E);
    background: linear-gradient(45deg, #FE3F3E, #E44D4E);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.login100-form-btn:hover:before {
    opacity: 1;
}

.social-media a i {
    font-size: 18px;
    color: #068AE8;
}

a i:hover {
    color: #FE3F3E;
}

/*checkout css*/

.left-box {
    padding: 70px 40px;
    height: auto;
    background: #fff;
    text-align: left;

    /*box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
}

.right-box {

    /*box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5);*/
    /*-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);*/
    height: auto;
    padding: 70px 40px;
    background: #fafafa;
}

.right-box h3 {
    /*font-size: 30px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: lighter !important;
}

.left-box h3 {
    /*font-size: 30px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
}

.total-rate h3 {
    font-size: 20px;
}

.left-box p {
    /*font-size: 30px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
}

.floating-logo {
    position: fixed;
    right: 2%;
    z-index: 9;
    cursor: pointer;
    padding-top: 50px;
}

.circle-icon {
    /*margin-right: 0 !important;*/
    margin: auto;
    margin-bottom: 15px;
    /*margin: 0 35%;*/
}

.light-bg {
    padding-bottom: 5%;
}

@media (max-width: 767px) {
    .studio-content {
        margin-top: 30px;
        text-align: justify;
    }
    .login-wrap {
        padding: 15% 10% !important;
    }

    .aboutus_text {
        margin-bottom: 15px !important;
        text-align: center !important;
        font-size: 17px;
    }

    .product-area-title {
        padding-bottom: 0;
    }

    .section-full {
        padding: 50px;
    }

    .primary-btn {
        white-space: nowrap;
    }

    .logo img {
        width: 75%;
        /*padding-top: 15px;*/
    }

    .header-viewport-height {
        height: 100vh !important;
    }

    .video {
        padding-top: 10% !important;
    }

}

@media (max-width: 360px) {
    .heading {
        padding-top: 25%;
    }
    .success img {
        width: 70px !important;
        margin-bottom: 20px !important;
    }

    .heading h1 {
        font-size: 24px;
    }

    .pb-40 h2, h5 {
        font-size: 25px !important;
    }

    .light-bg {
        padding-bottom: 20%;
    }

    .logo img {
        width: 60%;
    }

    .product-area-title h2 {
        font-size: 25px;
    }

    .product-area-title {
        padding-bottom: 0;
    }

    .banner-area {
        background: url("../img/sadbg-small.png") no-repeat center center/cover;
    }
}

.preloader {
    width: 70px;
    /*display: none;*/
}

.home-btn {
    color: #FE3F3E;
}

.home-btn:hover {
    color: #404597;
}

.logo {
    /*width: 75%;*/
    padding-top: 15px;
}

.header-viewport-height {
    height: 73vh;
}

/* mobile Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .header-viewport-height {
        height: 100vh !important;
    }

    .logo img {
        width: 45px !important;
    }
    .banner-content {
        padding-top: 42px !important;
    }
    .lone-page-vh {
        height: 50vh !important;
    }

    .banner-content p {
        font-size: 1.4rem;
        margin-top: 50px;
    }

    .banner-content h1 {
        font-size: 1.7rem;
        /*margin-top: 50px;*/
    }
}

.about-list {
    list-style: disc;
}

.video {
    padding-top: 4%;
}
.success-txt h5 {
    color: #dedede;
}
.lone-page-vh {
    height: 25vh;
}

@media (min-width: 1500px) {

}
