@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");

.section-bg {
    background-color: #FEF4F4
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    color: #1a1a1a;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: "Roboto", sans-serif;
    color: #301A22;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.6
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.mb-5 {
    margin-bottom: 5px
}

.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-55 {
    margin-bottom: 55px
}

.ml-5 {
    margin-left: 5px
}

.mr-10 {
    margin-right: 10px
}

.pt-50 {
    padding-top: 50px
}

.pt-100 {
    padding-top: 100px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c;
    text-decoration: none
}

a:hover {
    color: #fff
}

a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

@keyframes bounce {
    0% {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(-3px)
    }
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}

#back-top {
    background: #FF1616;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}

@media (max-width: 575px) {
    #back-top {
        right: 16px
    }
}

#back-top a i {
    display: block;
    line-height: 50px
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.slick-initialized .slick-slide {
    outline: 0
}

.running {
    animation: nudge 10s linear infinite alternate
}

@keyframes nudge {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-100px, 0);

        @media (max-width: 575px) {
            transform: translate(-50px, 0) !important
        }
    }

    80% {
        transform: translate(100px, 0);

        @media (max-width: 575px) {
            transform: translate(50px, 0) !important
        }
    }
}

.nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    padding: 11px 19px 11px 18px;
    color: #140C40;
    line-height: 20px;
    border: 1px solid #EEE1E0;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .nice-select {
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nice-select {
        padding-left: 25px
    }
}

.nice-select .list {
    width: 100%
}

.nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.nice-select::after {
    border-bottom: 3px solid #232F55;
    border-right: 3px solid #232F55;
    height: 9px;
    width: 9px;
    margin-top: -6px;
    right: 29px
}

.nice-select:focus {
    border-color: #EEE1E0
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.top-padding {
    padding-top: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding {
        padding-top: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding {
        padding-top: 70px
    }
}

@media (max-width: 575px) {
    .top-padding {
        padding-top: 70px
    }
}

.w-padding2 {
    padding: 40px 50px
}

@media (max-width: 575px) {
    .w-padding2 {
        padding: 40px 20px
    }
}

.footer-padding {
    padding-top: 100px;
    padding-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle p {
    color: #6A6063;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle p br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle p br {
        display: none
    }
}

.section-tittle p a {
    text-decoration: underline
}

.section-tittle>span {
    color: #7EA0FF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.05em
}

@media (max-width: 575px) {
    .section-tittle>span {
        font-size: 14px;
        padding-left: 0px
    }
}

.section-tittle h2 {
    font-size: 30px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 24px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle h2 br {
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small-tittle {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .small-tittle {
        margin-bottom: 50px
    }
}

.small-tittle h4 {
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-tittle h4 {
        font-size: 41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-tittle h4 {
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small-tittle h4 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .small-tittle h4 {
        font-size: 24px
    }
}

.small-tittle p {
    color: #301A22;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

.small-tittle p a {
    text-decoration: underline
}

.btn {
    background: #FF1616;
    font-family: "Roboto", sans-serif;
    text-transform: inherit !important;
    padding: 22px 32px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 35px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #cf0f0f;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn i {
    padding-right: 11px
}

.btn:hover {
    color: #fff !important
}

.btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.border-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    text-transform: normal;
    padding: 17px 39px !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1
}

.border-btn i {
    color: #fff !important;
    font-size: 16px;
    margin-right: 10px;
    color: #FF1616;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn.border-btn2 {
    border: 1px solid #FF1616 !important;
    color: #FF1616 !important;
    border-radius: 30px
}

.border-btn.border-btn2:hover {
    color: #fff !important
}

.border-btn.border-btn2:hover::before {
    border: 1px solid transparent !important;
    background: #FF1616
}

.border-btn:hover {
    color: #FF1616
}

.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}

.border-btn:hover i {
    color: #FF1616 !important
}

.browse-btn {
    color: #1a1a1a !important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: inline-block
}

.browse-btn::before {
    position: absolute;
    content: "";
    background: #EEE1E0;
    width: 100%;
    height: 2px;
    bottom: -11px
}

.browse-btn:hover {
    color: #FF1616;
    letter-spacing: 1px
}

.header-btn {
    padding: 25px 34px !important;
    display: inline-block !important
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn {
        padding: 17px 12px !important;
        font-size: 14px !important
    }
}

@media (max-width: 575px) {
    .header-btn {
        padding: 17px 12px !important;
        font-size: 14px !important
    }
}

.header-btn::after {
    position: unset !important
}

.header-btn i {
    padding-right: 9px;
    font-size: 17px;
    color: #fff
}

.hero-btn {
    padding: 29px 45px
}

.submit-btn {
    width: 100%;
    background: #FF1616;
    font-family: "Playfair Display", serif;
    text-transform: inherit !important;
    padding: 25px 43px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 35px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.submit-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #1a1a1a;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.submit-btn:hover {
    color: #fff !important
}

.submit-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.submit-btn i {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.white-btn {
    background: #fff;
    padding: 25px 36px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    -moz-user-select: none;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

@media (max-width: 575px) {
    .white-btn {
        padding: 25px 18px
    }
}

.white-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #FF1616;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.white-btn:hover {
    color: #fff !important;
    box-shadow: 0px 3px 31px 2px rgba(207, 207, 207, 0.7)
}

.white-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.btn_1 {
    background-color: #FF1616;
    border: 1px solid #FF1616;
    color: #fff !important;
    display: inline-block;
    padding: 16px 41px;
    text-transform: capitalize;
    line-height: 16px;
    margin-top: 32px;
    font-size: 13px
}

.btn_1:hover {
    background-color: #fff;
    border: 1px solid #FF1616;
    color: #FF1616 !important
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.more-btn {
    color: #F1FBFF;
    font-size: 16px
}

.more-btn:hover {
    letter-spacing: 0.3px
}

.more-btn i {
    -ms-transform: rotate(20deg);
    transform: rotate(45deg);
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 3px;
    left: 5px
}

.boxed-btn {
    background: #fff;
    color: #FF1616 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #FF1616;
    text-align: center;
    color: #FF1616;
    cursor: pointer
}

.boxed-btn:hover {
    background: #FF1616;
    color: #fff !important;
    border: 1px solid #FF1616
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn2 {
    padding: 4px 20px !important
}

.share-btn {
    border-radius: 50%;
    padding: 12px 17px !important
}

.share-btn i {
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 8px 13px;
        background: #fff
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 8px 13px;
        background: #fff
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 8px 0px;
        background: #fff
    }
}

.header-area .header-top {
    padding: 20px 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top {
        padding-bottom: 8px
    }
}

@media (max-width: 575px) {
    .header-area .header-top {
        padding-bottom: 8px
    }
}

@media (max-width: 575px) {
    .header-area .header-top .flex-sm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-info-left .logo {
        margin-bottom: 20px;
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left .logo {
        margin-bottom: 20px;
        display: none
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .logo {
        margin-bottom: 20px;
        display: none
    }
}

.header-area .header-top .header-info-left .form-box {
    position: relative;
    width: 530px;
    margin-left: 38px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .header-area .header-top .header-info-left .form-box {
        width: 430px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-top .header-info-left .form-box {
        width: 360px;
        margin-left: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-info-left .form-box {
        width: 347px;
        margin-left: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left .form-box {
        width: 262px;
        margin-left: 0px
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .form-box {
        width: 289px;
        margin-left: 0px
    }
}

.header-area .header-top .header-info-left .form-box input {
    border: 1px solid rgba(35, 47, 85, 0.15);
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    height: 50px
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .form-box input {
        height: 40px;
        margin-bottom: 16px
    }
}

.header-area .header-top .header-info-left .form-box input::placeholder {
    color: #9498A7;
    font-size: 16px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left .form-box input::placeholder {
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .form-box input::placeholder {
        font-size: 14px
    }
}

.header-area .header-top .header-info-left .form-box .search-icon {
    position: absolute;
    top: 14px;
    right: 20px
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .form-box .search-icon {
        top: 10px;
        right: 16px
    }
}

.header-area .header-top .header-info-left .form-box .search-icon i {
    color: #FF1616;
    cursor: pointer;
    font-size: 22px
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left .form-box .search-icon i {
        font-size: 19px
    }
}

.header-area .header-top .header-info-right ul li {
    display: inline-block;
    position: relative;
    margin-left: 33px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-top .header-info-right ul li {
        margin-left: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-info-right ul li {
        margin-left: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-right ul li {
        margin-left: 8px
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-right ul li {
        margin-left: 20px
    }
}

.header-area .header-top .header-info-right ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #454E6D;
    font-weight: 400;
    display: inline-block
}

.header-area .header-top .header-info-right ul li a:hover {
    color: #FF1616
}

.header-area .header-top .header-info-right .shopping-card {
    position: relative
}

.header-area .header-top .header-info-right .shopping-card::before {
    position: absolute;
    content: "0";
    width: 24px;
    height: 24px;
    background: #FF1616;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    top: -8px;
    right: -8px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3)
}

.header-area .header-top .header-info-right .shopping-card i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #4e4e4e;
    font-size: 14px;
    cursor: pointer
}

.header-area .header-top .header-info-right .shopping-card img {
    cursor: pointer
}

.header-area .header-top .header-info-right .shopping-card:hover::before {
    top: -10px
}

.header-bottom {
    background: #FEF4F4
}

.header-bottom .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 4px
}

.header-bottom .main-menu ul li a {
    color: #232F55;
    padding: 15px 17px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-bottom .main-menu ul li a {
        padding: 20px 14px
    }
}

@media (max-width: 575px) {
    .header-bottom .main-menu ul li a {
        padding: 12px 12px
    }
}

.header-bottom .main-menu ul li:hover>a {
    color: #FF1616
}

.header-bottom .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.header-bottom .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.header-bottom .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39;
    text-transform: capitalize;
    text-align: left
}

.header-bottom .main-menu ul ul.submenu>li>a:hover {
    color: #FF1616;
    background: none;
    letter-spacing: 0.5px
}

.logo2 {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo2 {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .logo2 {
        display: block
    }
}

@media (max-width: 575px) {
    .logo2 {
        display: block
    }
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.slider-height {
    height: 580px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 580px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 580px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 580px
    }
}

@media (max-width: 575px) {
    .slider-height {
        height: 450px
    }
}

.slider-height2 {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 250px
    }
}

@media (max-width: 575px) {
    .slider-height2 {
        height: 250px
    }
}

.slider-bg1 {
    background-image: url(../img/hero/h1_hero1.jpg)
}

.slider-bg2 {
    background-image: url(../img/hero/h1_hero3.jpg)
}

.slider-bg3 {
    background-image: url(../img/hero/ho.png)
}

.slider-bg4 {
    background-image: url(../img/hero/h2_hero1.jpg)
}

.slider-bg5 {
    background-image: url(../img/hero/h2_hero2.jpg)
}

.slider-area {
    background-color: #FEF4F4
}

.slider-area .hero-caption span {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: inline-block;
    background: #fff;
    padding: 6px 17px;
    border-radius: 17px
}

@media (max-width: 575px) {
    .slider-area .hero-caption span {
        margin-bottom: 30px
    }
}

.slider-area .hero-caption h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 34px;
    color: #fff;
    line-height: 1.2
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero-caption h1 {
        font-size: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption h1 {
        font-size: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption h1 {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption h1 {
        font-size: 35px
    }
}

.slider-area .hero-caption p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

.slider-area .hero-caption.hero-caption2 h2 {
    color: #fff;
    font-size: 50px;
    display: block;
    font-weight: 400;
    line-height: 1.4
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        font-size: 35px
    }
}

.slider-area .hero-caption.hero-caption2 p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 p {
        font-size: 18px
    }
}

.dot-style .slick-dots {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 28px
}

.dot-style .slick-dots li {
    display: inline-block;
    margin: 0 8px
}

.dot-style .slick-dots li.slick-active button::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    border: 2px solid #fff;
    left: 49%;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 7px;
    width: 7px;
    line-height: 7px;
    border: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: #fff
}

.dot-style .slick-dots .slick-active button {
    background: #fff;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.best-selling {
    padding-top: 95px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-selling {
        padding-top: 95px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .best-selling {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .best-selling {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.best-selling .properties {
    margin: 0 12px
}

.best-selling .properties:first-child {
    margin-left: 0
}

.best-selling .properties:last-child {
    margin-right: 0;
    margin-left: 0
}

.best-selling .properties .properties-card {
    background-color: #fff
}

.best-selling .properties .properties-card .properties-img img {
    width: 100%
}

.best-selling .properties .properties-card .properties-caption {
    padding: 14px 20px 2px 20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.best-selling .properties .properties-card .properties-caption.properties-caption2 {
    border: 1px solid #EEE1E0;
    border-top: 0
}

.best-selling .properties .properties-card .properties-caption h3 a {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .best-selling .properties .properties-card .properties-caption h3 a {
        font-size: 16px
    }
}

.best-selling .properties .properties-card .properties-caption P {
    color: #9498A7;
    font-size: 14px;
    margin-bottom: 11px
}

.best-selling .properties .properties-card .properties-caption P span {
    color: #FF1616;
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-selling .properties .properties-card .properties-caption P span {
        font-size: 12px
    }
}

.best-selling .properties .properties-card .properties-caption .properties-footer {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media (max-width: 575px) {
    .best-selling .properties .properties-card .properties-caption .properties-footer {
        padding: 19px 10px 20px 12px
    }
}

.best-selling .properties .properties-card .properties-caption .properties-footer .review .rating i {
    font-size: 13px;
    color: #FF5700
}

.best-selling .properties .properties-card .properties-caption .properties-footer .review p {
    display: inline-block;
    color: #9498A7;
    font-size: 14px
}

.best-selling .properties .properties-card .properties-caption .properties-footer .review p span {
    color: #FF7B2E;
    font-size: 12px
}

.best-selling .properties .properties-card .properties-caption .properties-footer .price span {
    cursor: pointer;
    font-weight: 500;
    color: #FF1616;
    font-size: 22px
}

.best-selling .properties:hover .properties-caption {
    box-shadow: 0px 15px 30px rgba(255, 22, 22, 0.1)
}

.best-selling .properties:hover .properties-caption h3 a {
    color: #FF1616
}

.selling-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

.selling-active button.slick-arrow i {
    font-size: 30px;
    color: rgba(32, 69, 112, 0.3);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.selling-active button.slick-arrow i:hover {
    color: #FF1616
}

.selling-active button.slick-prev {
    left: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .selling-active button.slick-prev {
        left: -20px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .selling-active button.slick-prev {
        left: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .selling-active button.slick-prev {
        left: -30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .selling-active button.slick-prev {
        left: -20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .selling-active button.slick-prev {
        left: -10px
    }
}

.selling-active button.slick-next {
    right: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .selling-active button.slick-next {
        right: -20px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .selling-active button.slick-next {
        right: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .selling-active button.slick-next {
        right: -30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .selling-active button.slick-next {
        right: -20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .selling-active button.slick-next {
        right: -10px
    }
}

.services-area2 .single-services {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #FF1616;
    padding: 29px 20px 29px 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area2 .single-services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 29px 20px 29px 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area2 .single-services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 29px 20px 29px 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 29px 20px 29px 20px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services img {
        width: 100%
    }
}

.services-area2 .single-services .features-caption {
    margin-left: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area2 .single-services .features-caption {
        margin-left: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area2 .single-services .features-caption {
        margin-left: 0px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services .features-caption {
        margin-left: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area2 .single-services .features-caption img {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area2 .single-services .features-caption img {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services .features-caption img {
        margin-bottom: 30px
    }
}

.services-area2 .single-services .features-caption h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 9px;
    font-weight: 400;
    display: block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area2 .single-services .features-caption h3 {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services .features-caption h3 {
        font-size: 24px
    }
}

.services-area2 .single-services .features-caption p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area2 .single-services .features-caption p {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .services-area2 .single-services .features-caption p {
        font-size: 15px
    }
}

.services-area2 .single-services .features-caption .review .rating {
    display: inline-block
}

.services-area2 .single-services .features-caption .review .rating i {
    font-size: 16px;
    color: #fff
}

.services-area2 .single-services .features-caption .review p {
    display: inline-block;
    font-size: 13px
}

.services-area2 .single-services .features-caption .price {
    display: inline-block
}

.services-area2 .single-services .features-caption .price span {
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    margin-bottom: 9px;
    display: block
}

.services-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

.services-active button.slick-arrow i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.services-active button.slick-arrow i:hover {
    color: #fff
}

.services-active button.slick-prev {
    left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-active button.slick-prev {
        left: -25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-active button.slick-prev {
        left: -10px
    }
}

.services-active button.slick-next {
    right: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-active button.slick-next {
        right: -25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-active button.slick-next {
        right: -10px
    }
}

.nav-button .nav-tabs {
    padding-bottom: 40px;
    border: 0;
    float: right
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-button .nav-tabs {
        float: left
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav-button .nav-tabs {
        float: left
    }
}

@media (max-width: 575px) {
    .nav-button .nav-tabs {
        float: left
    }
}

.nav-button .nav-tabs .nav-item {
    display: block
}

@media (max-width: 575px) {
    .nav-button .nav-tabs .nav-item {
        font-size: 18px
    }
}

.nav-button .nav-tabs .nav-link {
    color: #454E6D;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 24px;
    margin-right: 8px;
    border: 1px solid #EEE1E0;
    border-radius: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-button .nav-tabs .nav-link {
        padding: 7px 17px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav-button .nav-tabs .nav-link {
        padding: 7px 17px
    }
}

@media (max-width: 575px) {
    .nav-button .nav-tabs .nav-link {
        padding: 7px 17px;
        margin-bottom: 10px
    }
}

.nav-button .nav-tabs .nav-link.active {
    background-color: #FF1616;
    color: #fff;
    border: 1px solid transparent
}

@media (max-width: 575px) {
    .nav-button .nav-tabs .nav-link.active {
        border-bottom: 0
    }
}

.subscribe-area {
    position: relative
}

.subscribe-area::before {
    position: absolute;
    content: "";
    background: #FEF4F4;
    height: 45%;
    width: 100%;
    right: 0px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.subscribe-area .subscribe-padding {
    padding: 75px 0
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-padding {
        padding: 40px 0
    }
}

.subscribe-area .subscribe-caption span {
    text-transform: uppercase;
    font-size: 12px;
    color: #FF1616;
    margin-bottom: 10px;
    display: block
}

.subscribe-area .subscribe-caption h3 {
    font-size: 40px;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 22px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-area .subscribe-caption h3 {
        font-size: 41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-caption h3 {
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-caption h3 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-caption h3 {
        font-size: 32px
    }
}

.subscribe-area .subscribe-caption p {
    color: #9498A7;
    font-size: 16px;
    margin-bottom: 21px
}

.subscribe-area .subscribe-caption form input {
    width: 39%;
    height: 50px;
    padding: 15px 24px;
    color: #232F55;
    font-size: 16px;
    border-radius: 25px;
    background: #fff;
    border: 0
}

.subscribe-area .subscribe-caption form input::placeholder {
    color: #9498A7;
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-caption form input {
        width: 52%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-caption form input {
        width: 52%
    }
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-caption form input {
        width: 90%;
        margin-bottom: 20px
    }
}

.subscribe-area .subscribe-caption form button.subscribe-btn {
    width: 21%;
    height: 50px;
    border: 0;
    background: #FF1616;
    border-radius: 25px;
    padding: 15px 26px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-caption form button.subscribe-btn {
        width: 26%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-caption form button.subscribe-btn {
        width: 28%
    }
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-caption form button.subscribe-btn {
        width: 90%;
        margin-bottom: 20px;
        margin-left: 0px
    }
}

.wantToWork-area {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 188px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wantToWork-area h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wantToWork-area h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wantToWork-area h2 {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .wantToWork-area h2 {
        font-size: 25px
    }
}

.wantToWork-area p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 6px
    }
}

@media (max-width: 575px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 6px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 6px
    }
}

.footer-wrappper .footer-area .footer-pera p {
    color: #454E6D;
    font-size: 14px;
    margin-bottom: 21px;
    line-height: 1.8;
    font-weight: 400
}

.footer-wrappper .footer-area .footer-tittle h4 {
    font-family: "Roboto", sans-serif;
    color: #232F55;
    font-size: 17px;
    margin-bottom: 40px;
    font-weight: 700
}

.footer-wrappper .footer-area .footer-tittle ul li {
    margin-bottom: 15px
}

.footer-wrappper .footer-area .footer-tittle ul li a {
    color: #454E6D;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline transparent
}

.footer-wrappper .footer-area .footer-tittle ul li a:hover {
    color: #232F55;
    text-decoration: underline
}

.footer-wrappper .footer-area .footer-tittle ul li span {
    color: red
}

.footer-wrappper .footer-area .footer-tittle p {
    color: #454E6D;
    font-size: 16px
}

.footer-wrappper .footer-area .info.error {
    color: #FF1616
}

.footer-wrappper .footer-bottom-area .footer-border {
    padding-top: 45px;
    padding-bottom: 1px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrappper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-wrappper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-wrappper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.footer-wrappper .footer-bottom-area .footer-copy-right p {
    color: #454E6D;
    font-weight: 400;
    font-size: 14px;
    line-height: 2
}

.footer-wrappper .footer-bottom-area .footer-copy-right p i {
    color: #FF1616
}

.footer-wrappper .footer-bottom-area .footer-copy-right p a {
    color: #FF1616
}

.footer-social a {
    background: none;
    color: #9498A7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #EEE1E0
}

.footer-social a:hover {
    color: #fff;
    background: #FF1616;
    border: 1px solid transparent
}

.footer-social a i {
    display: inline-block
}

.number a {
    font-family: "Roboto", sans-serif;
    font-size: 24px !important;
    color: #FF1616 !important;
    margin-bottom: 0px;
    font-weight: 400 !important;
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number a {
        font-size: 19px !important
    }
}

@media (max-width: 575px) {
    .listing-area {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .listing-area {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.listing-area .count span {
    color: #001d38;
    font-size: 18px
}

@media (max-width: 575px) {
    .listing-area .count span {
        margin-bottom: 30px
    }
}

.category-listing {
    border: 1px solid #ededed;
    padding: 30px 19px 30px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-listing {
        padding: 30px 19px 30px 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-listing {
        padding: 30px 19px 30px 16px
    }
}

.category-listing .single-listing .select-job-items2 .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    padding: 11px 19px 11px 18px;
    color: #140C40;
    line-height: 20px;
    border: 1px solid #EEE1E0;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .category-listing .single-listing .select-job-items2 .nice-select {
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .category-listing .single-listing .select-job-items2 .nice-select {
        padding-left: 25px
    }
}

.category-listing .single-listing .select-job-items2 .nice-select .list {
    width: 100%
}

.category-listing .single-listing .select-job-items2 .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.category-listing .single-listing .select-job-items2 .nice-select::after {
    border-bottom: 3px solid #232F55;
    border-right: 3px solid #232F55;
    height: 9px;
    width: 9px;
    margin-top: -6px;
    right: 29px
}

.category-listing .single-listing .select-job-items2 .nice-select:focus {
    border-color: #EEE1E0
}

.category-listing .single-listing .select-Categories .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #232F55;
    font-size: 16px
}

@media (max-width: 575px) {
    .category-listing .single-listing .select-Categories .container {
        font-size: 14px
    }
}

.category-listing .single-listing .select-Categories .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.category-listing .single-listing .select-Categories .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #EEE1E0;
    border-radius: 50%
}

.category-listing .single-listing .select-Categories .container input:checked~.checkmark {
    background-color: #FF1616;
    border: 2px solid transparent
}

.category-listing .single-listing .select-Categories .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.category-listing .single-listing .select-Categories .container input:checked~.checkmark:after {
    display: block
}

.category-listing .single-listing .select-Categories .container .checkmark::after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.range_item p {
    margin-bottom: 0
}

.price_value input {
    border: 0px;
    text-align: center;
    max-width: 50px;
    background-color: transparent
}

.price_value {
    align-items: center
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
    display: none
}

.irs-bar {
    height: 2px;
    top: 33px;
    border-top: 1px solid #ff3368;
    border-bottom: 1px solid #ff3368;
    background: #ff3368;
    background: linear-gradient(to top, #ff3368 0%, #ff3368 100%)
}

.irs-line {
    height: 2px;
    top: 33px;
    background: linear-gradient(to bottom, #ffeaef -50%, #ffeaef 150%);
    border: 1px solid #ffeaef;
    border-radius: 16px;
    -moz-border-radius: 16px
}

.irs-slider {
    height: 15px;
    width: 15px;
    border: 1px solid #ff3368;
    background-color: #ff3368;
    background: #fff;
    top: 26px;
    box-shadow: none;
    border-radius: 4px
}

.about-details {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-details {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-details {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .about-details {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.about-details .about-pera {
    padding-bottom: 50px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-details .about-pera {
        padding-bottom: 30px
    }
}

@media (max-width: 575px) {
    .about-details .about-pera {
        padding-bottom: 30px
    }
}

.about-details .about-pera p {
    color: #707070
}

.left_widgets {
    margin-bottom: 30px
}

.left_widgets:last-child {
    margin-bottom: 0px
}

.widgets_inner p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px
}

.widgets_inner input[type=checkbox],
.widgets_inner input[type=radio] {
    margin-right: 15px
}

.widgets_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 15px
}

@media (max-width: 991px) {
    .widgets_inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.p_filter_widgets .widgets_inner {
    border-bottom: 1px solid #eeeeee
}

.p_filter_widgets .widgets_inner:last-child {
    border-bottom: 0px
}

.p_filter_widgets .list {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px
}

.p_filter_widgets .list:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0px solid transparent
}

.p_filter_widgets .list li {
    margin-bottom: 18px;
    -webkit-transition: .5s;
    transition: .5s
}

.p_filter_widgets .list li a {
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    position: relative
}

.p_filter_widgets .list li.active a:before,
.p_filter_widgets .list li:hover a:before {
    background: #FF1616;
    border-color: #FF1616
}

.p_filter_widgets .list li:last-child {
    margin-bottom: 0px
}

.cart_area .product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden
}

.cart_area .product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px
}

.cart_area .product_count .input-number-increment {
    position: absolute;
    right: 0;
    top: -7px;
    padding: 10px;
    border-left: 1px solid #eee;
    display: inline-block
}

.cart_area .product_count .input-number-increment:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.cart_area .product_count .input-number-decrement {
    position: absolute;
    right: 0;
    bottom: -9px;
    padding: 10px;
    border-left: 1px solid #eee;
    display: inline-block
}

@media (max-width: 576px) {
    .cart_area .media {
        display: block
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cart_area .media {
        display: block
    }
}

.cart_inner .table {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #797979;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px
}

.cart_inner .table tbody tr td .media .d-flex img {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    max-width: 150px
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 50px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -446px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 15px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px;
    color: #606060
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li input {
    margin-left: 10px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 14px;
    color: #797979;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FF1616;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #797979;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 40px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #797979
}

.checkout_area p {
    font-size: 14px
}

.checkout_area .form-control {
    font-size: 14px;
    height: 40px
}

.checkout_area .form-control {
    border: 1px solid #eee
}

.checkout_area .form-control :focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none
}

.checkout_area .form-control .form-control input {
    height: 50px
}

.post_code {
    display: block;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 40px;
    margin-bottom: 20px;
    padding: 8px 15px
}

.check_title h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    background: #f4f4f4;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .check_title h2 {
        line-height: 17px;
        padding: 12px
    }
}

.check_title h2 a {
    color: #FF1616;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .returning_customer p {
        padding-left: 0
    }
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

@media (max-width: 991px) {
    .returning_customer .contact_form {
        margin-left: -15px
    }
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #797979;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #797979;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #797979;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #797979;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #797979;
    font-weight: normal
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.p_star {
    display: inline-block;
    position: relative
}

.p_star input {
    background: #fff
}

.p_star input:focus+.placeholder {
    display: none
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #777
}

.p_star .placeholder::after {
    content: " *";
    color: tomato
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .cupon_area input {
        margin-left: 0
    }
}

.billing_details h3 {
    font-size: 18px;
    color: #2a2a2a;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group input {
    border-radius: 3px;
    color: #797979
}

.billing_details .contact_form .form-group input.placeholder {
    color: #797979
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #797979
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #797979
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #797979
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 0px;
    padding: 20px 20px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%
}

.billing_details .contact_form .form-group .country_select span {
    color: #797979
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #FF1616
}

.order_box {
    background: #f4f4f4;
    padding: 30px
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    padding-bottom: 15px
}

.order_box .list li a {
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #2a2a2a
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #797979;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #2a2a2a
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 20px
}

.order_box .payment_item.active h4:before {
    background: #FF1616;
    border-color: #FF1616
}

.order_box .creat_account {
    margin: 15px 0
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #2a2a2a
}

.order_box .creat_account a {
    color: #FF1616
}

.radion_btn input[type="radio"] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #2a2a2a;
    font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type="radio"]:checked~.check {
    border: 1px solid #FF1616;
    background: #FF1616
}

.radion_btn input[type="radio"]:checked~.check::before {
    background: #fff
}

.radion_btn input[type="radio"]:checked~label {
    color: #000
}

.cart_area .btn_1 {
    border: 1px solid transparent
}

.cart_area .btn_1:hover {
    border: 1px solid #FF1616 !important
}

.checkout-cap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 8px;
    overflow: hidden
}

@media (max-width: 575px) {
    .checkout-cap {
        display: block
    }
}

.checkout-cap input[type=checkbox]+label {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0;
    margin: 0 0 13px 0
}

.checkout-cap input[type=checkbox] {
    display: none
}

.checkout-cap input[type="checkbox"]+label::before {
    content: "\2714";
    border: 0.1em solid #e4e4e4;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s
}

.checkout-cap input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.checkout-cap input[type=checkbox]:checked+label:before {
    background-color: #FF1616;
    border-color: #FF1616;
    color: #fff;
    line-height: 18px
}

.login-bg {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/hero/h1_hero.html)
}

.login-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px 0
}

.login-form-area .login-form {
    background: #fff;
    padding: 55px 60px 50px 50px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
    min-width: 700px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
}

@media (max-width: 575px) {
    .login-form-area .login-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
}

.login-form-area .login-form .login-heading {
    text-align: center
}

.login-form-area .login-form .login-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
}

.login-form-area .login-form .input-box {
    padding-top: 35px;
    padding-bottom: 75px
}

@media (max-width: 575px) {
    .login-form-area .login-form .input-box {
        padding-top: 28px;
        padding-bottom: 10px
    }
}

.login-form-area .login-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left
}

.login-form-area .login-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #000
}

.login-form-area .login-form .input-box .single-input-fields input::placeholder {
    color: #777777;
    font-weight: 300;
    font-size: 13px
}

.login-form-area .login-form .login-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
}

@media (max-width: 575px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
}

.login-form-area .login-form .login-footer p {
    margin: 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
}

@media (max-width: 575px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
}

.login-form-area .login-form .login-footer p a {
    color: #FF1616
}

.login-check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 8px;
    overflow: hidden
}

@media (max-width: 575px) {
    .login-check {
        display: block
    }
}

.login-check input[type=checkbox]+label {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0;
    margin: 0 0 13px 0
}

.login-check input[type=checkbox] {
    display: none
}

.login-check input[type="checkbox"]+label::before {
    content: "\2714";
    border: 0.1em solid #e4e4e4;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s
}

.login-check input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.login-check input[type=checkbox]:checked+label:before {
    background-color: #FF1616;
    border-color: #FF1616;
    color: #fff;
    line-height: 18px
}

.login-check a {
    color: #FF1616;
    font-size: 14px;
    font-weight: 400
}

.login-check a:hover {
    color: #FF1616
}

@media (max-width: 575px) {
    .login-check a {
        float: left;
        display: block;
        padding-top: 7px;
        margin-bottom: 10px
    }
}

.register-form-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px 0
}

.register-form-area .register-form {
    background: #fff;
    padding: 55px 60px 50px 50px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
    min-width: 700px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-form-area .register-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
}

@media (max-width: 575px) {
    .register-form-area .register-form {
        padding: 40px 20px 20px 26px;
        min-width: 95%
    }
}

.register-form-area .register-form .register-heading {
    text-align: center
}

.register-form-area .register-form .register-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
}

.register-form-area .register-form .input-box {
    padding-top: 35px;
    padding-bottom: 60px
}

@media (max-width: 575px) {
    .register-form-area .register-form .input-box {
        padding-top: 28px;
        padding-bottom: 20px
    }
}

.register-form-area .register-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left
}

.register-form-area .register-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #000
}

.register-form-area .register-form .input-box .single-input-fields input::placeholder {
    color: #777777;
    font-weight: 300;
    font-size: 13px
}

.register-form-area .register-form .register-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-form-area .register-form .register-footer {
        display: block;
        text-align: start
    }
}

@media (max-width: 575px) {
    .register-form-area .register-form .register-footer {
        display: block;
        text-align: start
    }
}

.register-form-area .register-form .register-footer p {
    margin: 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-form-area .register-form .register-footer p {
        margin-bottom: 28px;
        display: block
    }
}

@media (max-width: 575px) {
    .register-form-area .register-form .register-footer p {
        margin-bottom: 28px;
        display: block
    }
}

.register-form-area .register-form .register-footer p a {
    color: #FF1616
}

.submit-btn3 {
    background: #FF1616;
    height: 60px;
    padding: 10px 43px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px
}

.blog_area a {
    color: "Playfair Display", serif !important;
    text-decoration: none;
    transition: .4s
}

.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #FF1616 0%, #FF1616 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #ff8b23
}

.blog_details a:hover {
    color: #FF1616
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #FF1616;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #FF1616;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 12px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #FF1616;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #FF1616
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.img-fluid {
    width: 100%
}

.form-group {
    margin-bottom: 1rem
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4A3600;
    opacity: 0.6
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #1f2b7b
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -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
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #1f2b7b
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1f2b7b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.primary-switch input:checked+label:after {
    left: 19px
}

.primary-switch input:checked+label:before {
    background: #1f2b7b
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-checkbox input:checked+label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-radio input:checked+label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none
}

.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -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;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.default-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -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;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}