:root {
    --blue: #265066;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ec0c38;
    --orange: #fd7e14;
    --yellow: #ffb617;
    --green: #2dce89;
    --teal: #00A9A2;
    --cyan: #11cdef;
    --white: #fff;
    --gray: #f7fafc;
    --gray-dark: #333333;
    --primary: #30c7f6;
    --secondary: #d81b60;
    --success: #6fd96f;
    --info: #4d7cff;
    --warning: #f29d56;
    --danger: #ff5e5e;
    --light: #f8f9fa;
    --dark: #333333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Open Sans, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


.bg-primary-darken-5 {
    background: var(--primary);
    background-image: linear-gradient(to top, #436db7 10%, #30c7f6 90%);
}
.card-title {
    font-family: 'poppins';
    font-weight: 500;
    color: #333;
}

.content-body-no-padding {
    padding-top: 0;
}

.btn {
    white-space: normal;
}

.mobile-btn {
    display: none;
}

@media screen and (max-width: 575px) {
    .mobile-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
        height: 80px;
        /*background:rgba(9,23,43,1);*/
        background: var(--yellow);
        box-shadow: 0px -3px 10px 0px rgba(9, 23, 43, 0.5);
        color: #fff;
        font-weight: 300;
        font-size: 24px;
        transition: ease-in-out 0.3s;
    }

    .mobile-btn:hover,
    .mobile-btn:focus,
    .mobile-btn:visited,
    .mobile-btn:active {
        color: #fff;
        font-weight: 400;
    }
}

body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #666666;
    background-color: #fcfcfc;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0033c7;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.gradient-2 {
    background-image: linear-gradient(230deg, #fc5286, #fbaaa2);
}

.text-small {
    font-size: 12px;
}

.text-primary {
    color: var(--primary) !important;
}

.ftco-navbar-light {
    background: transparent !important;
    z-index: 3;
    padding: 0;
}

.navbar-brand {
    font-weight: 900;
    font-size: 20px;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #0033c7;
}

.hero-wrap.hero-wrap-2 {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

.home-slider .img {
    background-size: 73%;
}

.home-slider:before {
    display: block;
    height: 60%;
    width: 35%;
    background: #F5FBFD;
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 8%;
    right: 20%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #0033c7 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-carousel.home-slider {
    position: relative;
    height: 750px;
    z-index: 0;
    margin-top: 0px;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 750px;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .one-third {
    width: 60%;
    position: relative;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .one-third {
        width: 100%;
        z-index: 0;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .one-forth {
    width: 40%;
    position: relative;
    padding: 1em;
    padding-left: 100px;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .one-forth {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 0em;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .owl-carousel.home-slider .slider-item .slider-text .text {
        margin-right: -180px;
    }
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .text {
        background: rgba(255, 255, 255, 0.85);
        padding: 2em;
        top: 200px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: var(--blue);
    line-height: 1.2em;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: 0px 2px 5px rgba(36 41 98 /.3);
}

.owl-carousel.home-slider .slider-item .slider-text h1 a {
    color: #000000;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        color: #000000;
    }
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 50px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text p {
        color: #000000;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p.sub-p {
    font-weight: 400;
}

.owl-carousel.home-slider .slider-item .slider-text p strong {
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text p strong a {
    color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text h3.vr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    text-orientation: sideways;
    text-align: center;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 14px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h3.vr {
        opacity: 0;
    }
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

@media screen and (max-width: 575px) {
    .home-slider {
        margin-top: 160px;
    }
    .owl-carousel.home-slider {
        margin-top: 100px;
    }

    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 34px;
        line-height: 1.1em;
    }

    .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
    }
    .home-slider .img {
        background-size: cover;
    }
    /* .owl-carousel.home-slider .slider-item .slider-text .text {
        margin-top: 300px;
    } */
}

.container {
    max-width: 1300px;
}

.bg-light {
    background: #fafafa !important;
}

.bg-white {
    background: #fff !important;
}
.ftc-no-pb {
    padding-bottom: 0 !important;
}

.btn-rounded {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-rounded:hover,
.btn-rounded:active,
.btn-rounded:focus {
    outline: none;
}

.btn.btn-primary {
    /* background: #C10A65;
    border: 1px solid #C10A65; */
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:focus-within {
    border: 1px solid var(--yellow) !important;
    background: var(--yellow) !important;
}

.btn.btn-secondary {
    /* background: #C10A65;
    border: 1px solid #C10A65; */
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    font-size: 14px;
    padding: 15px 25px;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:focus-within {
    border: 1px solid #a61e50 !important;
    background: #a61e50 !important;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #0033c7;
    background: transparent;
    color: #0033c7;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #0033c7;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: 1px solid #fff;
    color: #0033c7;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #0033c7;
}

.btn-custom {
    font-weight: 500;
    color: #002694;
    border-bottom: 4px solid #0038db;
}

.ftco-services {
    padding: 5em 0;
}

.ftco-services .services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-services .services:after {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e1e8ff;
    z-index: -1;
}

.ftco-services .services:before {
    position: absolute;
    top: 45px;
    right: 0;
    content: '';
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #e1e8ff;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    background: #0033c7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-services .services .icon span {
    font-size: 50px;
    color: #fff;
}

.ftco-services .services .media-body h3 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.ftco-services .services.services-2:after,
.ftco-services .services.services-2:before {
    opacity: 0;
}

.ftco-services .services.services-2 .icon {
    line-height: 1.3;
    position: relative;
    width: 52px;
    height: 52px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-services .services.services-2 .icon span {
    font-size: 50px;
    color: #0033c7;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}

.wrap-about {
    position: relative;
}

@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
}

.project {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.project:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0 0 0 /.75);
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    padding: 2em;
    opacity: 0;
    z-index: 2;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}

.project .text h3 {
    color: #fff;
    font-size: 24px;
}

.project .text h3 a {
    color: #fff;
    font-size: 34px;
}

.project .icon {
    position: absolute;
    bottom: -50px;
    left: 2em;
    width: 50px;
    height: 50px;
    bordeR: 1px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2;
}

.project .icon span {
    color: #fff;
    font-size: 20px;
}

.project:hover:after,
.project:focus:after {
    opacity: .8;
}

.project:hover .text,
.project:focus .text {
    opacity: 1;
    top: 0;
}

.project:hover .icon,
.project:focus .icon {
    bottom: 10px;
    opacity: 1;
}

.project:hover img,
.project:focus img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.staff {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img {
    height: 320px;
    background-position: top center;
}

.staff .text {
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.staff .text .position {
    color: #0033c7;
    display: block;
}

.staff .text .faded {
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .staff .text .faded {
        opacity: 1;
    }
}

.staff:hover .text,
.staff:focus .text {
    margin-top: -50px;
}

.staff:hover .text .faded,
.staff:focus .text .faded {
    opacity: 1;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
    border: 1px solid #0033c7;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #0033c7;
    color: #fff;
    border: 1px solid transparent;
}

.aside-stretch {
    background: #0040fa;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #0040fa;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: var(--primary) !important;
}

.close {
    color: #fff;
    opacity: .8;
    font-weight: 500;
    font-size: 26px;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

.close:hover {
    color: #fff;
    opacity: 1;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 7em 0;
    padding-top: calc(7em + 50px);
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}



.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #0033c7;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #0033c7;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 51, 199, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 51, 199, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 51, 199, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(0, 51, 199, 0);
        box-shadow: 0 0 0 30px rgba(0, 51, 199, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 51, 199, 0);
        box-shadow: 0 0 0 0 rgba(0, 51, 199, 0);
    }
}

.heading-section .subheading {
    font-weight: 700;
    font-size: 45px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(13 17 60/.15);
    line-height: 1em;
    /* position: absolute;
    left: 60px;
    top: -80px;
    z-index: -1; */
}

.heading-section .subheading.subheading-with-line:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: '';
    /*background: #e1e8ff;*/
    z-index: -1;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #525252;
    line-height: 1.3em;
}

@media (max-width: 767.98px) {
    .heading-section .subheading {
        font-size: 40px;
        top: -50px;
        left: 0;
    }
}

@media (max-width: 575px) {
    .heading-section h2 {
        font-size: 28px;
    }
}


.border-line {
    position: relative;
}

.border-line p {
    color: rgba(0, 0, 0, 0.5);
}

.hotel-img,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #0033c7;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

/* PRELOADER */

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* ============================ */
/* SPINNER GENERAL              */
/* ============================ */
.spinner:before,
.spinner:after,
.spinner {
    width: 9px;
    height: 60px;
    background-color: var(--orange);
    border-radius: 7px;
}

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

.spinner:before,
.spinner:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
}

.spinner:before {
    left: -15px;
}

.spinner:after {
    left: 15px;
}

/* ============================ */
/* SPINNER BOUNCE MIDDLE        */
/* ============================ */
@-webkit-keyframes bounce-middle {
    0% {
        height: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    50% {
        height: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    100% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@keyframes bounce-middle {
    0% {
        height: 12px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    50% {
        height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    100% {
        height: 12px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.spinner-bounce-middle {
    -webkit-animation: bounce-middle 0.6s ease 0.1s infinite;
    animation: bounce-middle 0.6s ease 0.1s infinite;
}

.spinner-bounce-middle:before,
.spinner-bounce-middle:after {
    top: 50%;
    transform: translateY(-30px) translateZ(0);
}

.spinner-bounce-middle:before {
    -webkit-animation: bounce-middle 0.6s ease 0s infinite;
    animation: bounce-middle 0.6s ease 0s infinite;
}

.spinner-bounce-middle:after {
    -webkit-animation: bounce-middle 0.6s ease 0.2s infinite;
    animation: bounce-middle 0.6s ease 0.2s infinite;
}

/* HEADER STYLE */

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    background: var(--primary);
    background-image: linear-gradient(to bottom, #436db7 10%, #30c7f6 90%);
    color: #fff;
    z-index: 9;
    height: auto;
    min-height: 600px;
    padding: 13px 0;
    /*overflow: hidden;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    /*line-height: 160px;*/
}

.header h4,
.header h5 {
    color: white;
    line-height: 1.2;
}

.header h4 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Roboto';
    letter-spacing: 2px;
}

.header h5 {
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 2px;
}

/* IBO TOP AREA INFO */
.header .logo {
    width: clamp(80px, 80px, 250px);
}

.ibo-top-area {
    display: flex;
    align-items: flex-start;
}

.header .btn-top {
    display: none;
}

.ibo-info {
    position: absolute;
    top: 160px;
    left: -100px;
    text-align: left;
    z-index: 99;
    max-width: 600px;
}

.ibo-details span {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
}

.ibo-info span img {
    width: 30px;
    height: auto;
    /* border-radius: 25px; */
}

.ibo-details h4 {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-size: 24px;
}

.ibo-details h3 {
    font-size: 42px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.ibo-rank-contacts {
    margin-top: 14px;
}

.ibo-rank-contacts h6 {
    font-size: 22px;
    margin-bottom: .4em;
}

.social-m-list ul {
    margin: 0
}

.social-m-list ul li {
    display: inline-block;
    margin: 3px 7px;
}

.social-m-list ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 24px;
}

.social-m-list ul li a:hover {
    transform: translateY(-20px);
    color: rgba(255, 255, 255, 1);
}

/* IBO IMG */

.ibo-img-container {
    padding: 100px 70px;
    background: url(../images/background-img-3.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ibo-img {
    width: 300px;
    height: 300px;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
    box-shadow: -3px 5px 20px -8px rgba(0 0 0 /.35);
    /* margin: 0em 10px; */
}
.ibo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

img.f-1 {
    width: 30px;
    position: absolute;
    bottom: 10%;
    left: 10%;
}

img.f-2 {
    width: 50px;
    position: absolute;
    top: 0%;
    left: 40%;
}

img.f-3 {
    width: 30px;
    position: absolute;
    top: 40%;
    right: 10%;
}

img.f-4 {
    width: 160px;
    position: absolute;
    top: -12%;
    right: 40%;
    opacity: .4;
}

img.f-5 {
    width: 160px;
    position: absolute;
    top: 40%;
    left: -2%;
    transform: rotate(90deg);
    opacity: .4;
}

/* WAVE */
#wave {
    position: relative;
    z-index: 9;
    fill: var(--primary);
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 676px) {
    .ibo-img {
        width: 30px !important;
        height: 30px !important;
    }

    .ibo-info h4 {
        font-size: 16px;
    }

    .ibo-info h5 {
        font-size: 14px;
    }
}

/*HEADER SHRINKED*/

.header.shrink {
    height: 100px;
    position: fixed;
    min-height: 100px;
    /*line-height: 80px;*/
    padding: 30px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* IBO TOP AREA INFO SHRINK */

.header.ibo-top-area.shrink {
    align-items: center;
}

.header.shrink .logo {
    width: clamp(50px, 70px, 200px);
}

.header.shrink .btn-top {
    display: block;
    padding:9px 10px;
    font-size: 14px;
}

.header.shrink .ibo-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    max-width: 100%;
}

.header.shrink .ibo-details h4 {
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink .ibo-details h3 {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-line-clamp: 1;
    max-width: 350px;
}

/*.header.shrink .ibo-img {
    width: 80px;
    height: 80px;
}*/

/* HEADER SHRINK HIDE ALL*/
.header.shrink .ibo-rank-contacts,
.header.shrink .hide-shrink,
.header.shrink .f-4,
.header.shrink .f-5,
.header.shrink .btn-body {
    display: none !important;
}

.header.shrink .show-shrink {
    display: flex !important;
}

.header.shrink .profile-img-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 1em 0;
        height: auto;
        min-height: 700px;
    }

    .ibo-info {
        top: 350px;
        z-index: 9;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left:5%;
        max-width: 90%;
        /* left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); */
        
    }
    
    .ibo-details h4 {
        font-size: 20px;
    }

    .ibo-details h3 {
        font-size: 30px;
    }

    .ibo-rank-contacts h6 {
        font-size: 18px;
    }

    .ibo-img-container {
        padding: 50px;
        text-align: center;
    }

    .ibo-img {
        margin: 0 auto;
        width: 200px !important;
        height: 200px !important;
    }

    .header.shrink {
        padding: 0.7em 0.5em;
        height: auto;
        width: 98%;
        margin-left: 1%;
        margin-top: 1%;
        border-radius: 11px;
        display: flex;
    }

    .header.shrink .ibo-info {
        text-align: center;
        justify-content: center;
        position: static;
        width: auto;
        left: auto;
        transform: translateX(0px);
    }

    .header.shrink .ibo-details h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header.shrink .ibo-details h3 {
        font-size: 16px;
    }

    .header.shrink .social-m-list {
        display: none;
    }

    .header.shrink .ibo-img {
        width: 80px;
        height: 80px;
    }

    .header.shrink .img-resize img {
        width: 60px;
    }

    .position-sm-static {
        position: static;
    }
}

@media screen and (max-width: 575px) {

    .header {
        padding: 1em 0;
        height: auto;
        min-height: 700px;
    }

    .ibo-info {
        top: 350px;
        z-index: 9;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left:0;
        max-width: 100%;
        padding:20px
        
        /* left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); */
    }
    
    .ibo-details h4 {
        font-size: 20px;
    }

    .ibo-details h3 {
        font-size: 30px;
    }

    .ibo-rank-contacts h6 {
        font-size: 18px;
    }

    .ibo-img-container {
        padding: 50px;
        text-align: center;
    }

    .ibo-img {
        margin: 0 auto;
        width: 200px !important;
        height: 200px !important;
    }

    .header.shrink {
        padding: 0.7em 0.5em;
        height: auto;
        width: 98%;
        margin-left: 1%;
        margin-top: 1%;
        border-radius: 11px;
        display: flex;
    }

    .header.shrink .ibo-info {
        text-align: center;
        justify-content: center;
        position: static;
        width: auto;
        left: auto;
        padding:0;
        transform: translateX(0px);
    }

    .header.shrink .ibo-details h4 {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: left;
    }
    .header.shrink .ibo-details h3 {
        font-size: 16px;
        text-align: left;
    }

    .header.shrink .social-m-list,
    .header.shrink .btn-primary {
        display: none;
    }

    .header.shrink .ibo-img {
        width: 80px;
        height: 80px;
    }

    .header.shrink .img-resize img {
        width: 60px;
    }
    
    body.body-index {
        margin-bottom: 80px;
    }
}

/*Guideline Banner Style*/

.close-btn-pop {
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.close-btn-pop a {
    /*background:var(--primary);*/
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.5);
    animation-delay: 1s;
    transition: all .2s ease;
}

.close-btn-pop a:hover {
    margin-bottom: 35px;
    transform: translateY(-7px);
    box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.5);
}

.carousel-instructions .carousel-control-prev-icon {
    background-image: url(../images/arrow-right-01.svg);
    transform: rotate(180deg);
}

.carousel-instructions .carousel-control-next-icon {
    background-image: url(../images/arrow-right-01.svg);
}

.modal.fade {
    background: rgba(0, 0, 0, .77);
}

.modal-backdrop.fade {
    opacity: 0;
}

/* ACCORDION STYLE */
.accordion .card .card-header {
    background: rgba(0 0 0 /.08);
}

/*SHOP STYLES*/
.drop-down {
    display: none;
    z-index: 9999;
    width: 20rem;
    top: 5rem !important;
    position: absolute;
    right: 0 !important;
    left: auto !important;
    /*transform: translate3d(0px, 75px, 0px) !important;*/
    transition: all 0.4s ease-in-out;
    border-top: 0;
    background: #fff;
    color: #000;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    padding:1em 0;
}

.shop-cart.drop-down {
    width: 30rem;
}

.shop-cart:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 12px;
    height: 0px;
    width: 0px;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #fff;
}

.dropdown-content-heading {
    padding: 0.9375rem 0.9375rem;
    line-height: 1.25;
    background: #F9FAFC;
}

.dropdown-content-heading span {
    font-size: 1rem;
    color: #333;
}

.dropdown-content-heading i {
    color: var(--primary);
}

.dropdown-content-body ul {
    padding: 0 1.25rem;
    background-color: #fff;
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 0;
}

.dropdown-content-body ul>li {
    float: none;
    line-height: 1.25;
    padding: 1.3em 0 .935em 0;
    position: relative;
    transition: all 0.4s ease-in-out;
    list-style: none;
    border-bottom: 1px solid #efefef;
}

.dropdown-content-body h6 {
    font-size: 14px;
}

.dropdown-content-body .card-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--blue);
    font-family: 'Roboto';
    letter-spacing: 0px !important;
}

.dropdown-content-body .notification-heading a {
    color: var(--blue);
}

.box-shadow-top {
    box-shadow: inset 0px 5px 10px -10px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
    font-size: inherit;
}

.shop-cart.drop-down {
    width: 30rem;
}

.shop-cart .btn {
    padding: 0.935em 1.5em;
}

.shop-cart .shop-cart-checkout p {
    margin-bottom: 3px;
    color: #969696 !important;
    font-size: 14px;
}

.mix {
    display: none;
    width: 17.1%;
    margin: 1%;
    /*padding: 1em 1%;*/
    background-color: #fff;
}

.img-holder {
    position: relative
}

.img-holder>.product-img-small-bnn {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    /*width: 100px;*/
    /*background: var(--primary);*/
    padding: 2px 7px 2px 10px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.35);
    font-size: 12px;
    font-weight: 500;
}

.img-holder>.product-img-small-bnn:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.img-holder>.product-img-small-bnn p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.img-holder>.product-img-sold-out {
    font-family: 'Roboto', san-serif;
    /*width: 150px;*/
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /*padding:2em 0;*/
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    transform: rotate(-55deg);
    color: #ababab;
    opacity: 0.7;
}

.opacity-5 {
    opacity: 0.5;
}

.mixitup .card-body__2 {
    height: 150px;
}

.mixitup a:hover h5,
.mixitup a:hover h6 {
    color: var(--primary);
}

.card .card-body__2 {
    padding: 1.2rem 1rem;
}

.card .card-body__2 h6 {
    font-weight: 600;
}

.card .card-body__2 h5 {
    font-weight: 500;
}

.card .card-body__2 h6,
.card .card-body__2 h5 {
    font-size: 14px;
    color: #09172b;
}

.mixitup .card-footer {
    padding:0
}

.mixitup .card-footer button{
    width: 100%;
    padding:1em 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sales-title {
    height: 36px;
    line-height: 18px;
    /* color: #424242; */
    font-size: 14px;
    /* font-size: 14px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width:1280px) {
    .mix {
        /*width: 18.1%;*/
        margin: 10px 5px;
    }
}

@media screen and (max-width:960px) {
    .mix {
        width: 31%;
    }
}

@media screen and (max-width:767px) {
    .mix {
        width: 30%;
    }

    .text-right.text-right-responsive,
    .text-center.text-center-responsive {
        text-align: left !important;
    }

    .btn {
        min-height: 44px;
        padding: 1em 1em;
        font-size: 0.9em;
    }
}

@media screen and (max-width:575px) {
    .mix {
        width: 45%;
    }

    .card .card-body {
        padding: 1.2rem !important;
    }

    .invoice-ibo-address {
        border-right: 0;
    }

    .bulletin-board .text-right,
    .chart-title .text-right {
        text-align: left !important;
    }

    .status-l>span {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .hide-on-mobile {
        display: none;
    }

    .cat-grouping .select2-container {
        display: inline-block;
    }

    .u-name-top {
        max-width: 80px;
    }

    .shop-cart.drop-down {
        width: 20rem;
    }

    .shop-cart .shop-cart-checkout p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-single__cta .btn {
        width: 100%;
    }

    .checkout-page__products .d-flex {
        display: block !important;
    }

    .checkout-page__products .img-fluid {
        width: 100px;
    }

    .drop-down {
        /* top: -28rem !important; */
        bottom: 5rem !important;
    }

    .shop-cart:after {
        border-bottom: none;
        border-top: solid 10px #fff;
        top: auto;
        bottom: -10px;
    }

    .order-summary .text-right,
    .product-single__price .text-right {
        text-align: left !important;
    }

    .order-summary h5 {
        font-size: 14px;
    }

    .mixitup .card-footer button{
        padding:1.2em 0;
        font-size: 18px;
    }
}

@media screen and (max-width:340px) {
    .mix {
        width: 100%;
    }

    .u-name-top {
        display: none;
    }

    .shop-cart.drop-down {
        width: 17rem;
        /*max-height:400px;*/
        position: relative;
        z-index: 99;
        overflow: scroll;
    }
}

/* MINI CART */

.mini-cart {
    width: 50px;
    height: 50px;
    /* background: var(--primary); */
    position: relative;
    right: 0px;
    top: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    z-index: 999;
}

.mini-cart i {
    font-size: 2em;
    color: #fff;
}

.mini-cart .badge {
    color: #fff;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 0.875rem;
    font-size: 0.75rem;
    position: absolute;
    right: 0px;
    top: -3px;
}

@media screen and (max-width:575px) {
    .mini-cart {
        display: flex !important;
        position: fixed;
        bottom: 2%;
        right: 4%;
        top: auto;
        background: var(--primary);

        /* -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1030; */
    }

    .mini-cart .badge {
        top: 5px;
        right: 5px;
    }

    .drop-down {
        /* top: -28rem !important; */
        bottom: 5rem !important;
        top: auto !important;
    }

    .shop-cart:after {
        border-bottom: none;
        border-top: solid 10px #fff;
        top: auto;
        bottom: -10px;
    }

    .order-summary .text-right,
    .product-single__price .text-right {
        text-align: left !important;
    }

    .order-summary h5 {
        font-size: 14px;
    }
}

.notification-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
}

.notification-text {
    font-size: 0.725rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.1875rem;
    line-height: 1.25;
    font-weight: 300;
}

.cart-plus-minus {
    display: inline-block;
}

.cart-plus-minus input {
    border: 0 none;
    color: #636363;
    display: block;
    float: left;
    font-family: 'poppins';
    font-size: 12px;
    height: 24px;
    text-align: center;
    width: 30px;
}

.wizard>.content>.body tr input {
    border: 0 none !important;
}

.cart-plus-minus .qtybutton {
    background: #fff none repeat scroll 0 0;
    color: #636363;
    cursor: pointer;
    float: left;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 30px;
}

.cart-plus-minus .inc {
    font-size: 13px;
}

.checkout-page__products .cart-plus-minus .qtybutton {
    background: #ddd;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #676767;
}

.checkout-page__products .cart-plus-minus input {
    height: 30px;
    width: 30px;
    font-size: 14px;
}

.product-single__badge {
    font-size: 14px;
    padding: 7px 10px;
    vertical-align: middle;
    margin-left: 5px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

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

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #59ebc7;
    }

    100% {
        stroke: #59ebc7;
    }
}

@keyframes colors {
    0% {
        stroke: #59ebc7;
    }

    100% {
        stroke: #59ebc7;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

.product-single__price .product-price h3 {
    font-size: 1.2em;
}

.product-single__desc h2 {
    font-size: 1.6rem;
}

.checkout-page__products-desc p {
    font-size: 12px;
}

.checkout-page__products h4 {
    font-size: 16px;
    white-space: nowrap;
}



/*@media only screen and (max-width: 922px) {
    .mini-cart {
        position: relative;
         background: white; 
        right: 0;
        top: 0;
    }
}*/

/* Checkout Area */

.order-summary h5 {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    margin-bottom: 0;
}

.purchase_wrapper .form-check-input {
    margin-left: 0;
}

.purchase_wrapper label {
    margin-left: 14px;
}

.purchase_wrapper .form-check {
    padding: 0.776em;
    border: 2px dotted var(--dark);
    border-radius: 10px;
}

.label-content {
    padding: 0 0.5em;
}

.label-content img {
    width: 80%;
}

.label-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.label-content h5 {
    font-size: 16px;
}

.purchase_wrapper input[type=checkbox]+label {
    opacity: 0.5;
}

.purchase_wrapper input[type=checkbox]:checked+label {
    opacity: 1;
}

.half-section:after {
    content: '';
    display: block;
    z-index: -1;
    background: #efefef;
    height: 100%;
    width: 42.66667%;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:767px) {
    .half-section:after {
        display: none;
    }
}

.breadcrumb a {
    color: var(--primary)
}

.breadcrumb li.active {
    font-weight: 600;
    color: #232323;
}

.breadcrumb {
    background: transparent;
    font-size: 12px;
    padding-left: 0;
    letter-spacing: 0.05em;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f3d1";
    font-family: 'Ionicons' !important;
    font-size: 12px;
    color: #999;
}

.item-summary {
    /* margin: 3em 1em 2em 5em; */
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
    padding: 1.2em;
    border-radius: 11px;
    margin-bottom: 3em;
}

ul.item-summary__list {
    padding: 0;
    list-style: none;
}

.item-summary__list li {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #ababab;
    font-size: 16px;
}

.item-summary__list li:last-child {
    border-bottom: none;
}

.item-summary__list li:last-child span~span {
    font-weight: 600;
    font-size: 18px;
}

.shipping-info {
    padding: 0.5em 1.2em;
    font-size: 14px;
}

.shipping-info span {
    font-weight: 600;
}

.shipping-info a {
    font-size: 12px;
}

.shipping-info h6 {
    font-size: 14px;
}

.shipping-info .row~.row,
.d-table~.d-table {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 0.5px solid #eee;
}

.span-table__cell {
    width: 100%;
    display: table-cell;
}

.d-table {
    display: table;
    width: 100%;
}

.cc-info {
    background: #eee;
}

.print-smaller-qr img {
    width: 70%;
}

.info-card h4,
.table-head h4 {
    font-size: 16px;
    font-weight: 600;
}

.info-card p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em;
}

.info-card table td {
    font-size: 14px;
}

table.cart-data-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

table.cart-data-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.cart-data-table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table.cart-data-table th,
table.cart-data-table td {
    padding: 0.6em;
    text-align: center;
}

table.cart-data-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary);
    background: #fff;
}

@media only screen and (max-width:992px) {
    table.cart-data-table {
        border: 0;
    }

    table.cart-data-table caption {
        font-size: 1.3em;
    }

    table.cart-data-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.cart-data-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.cart-data-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right !important;
    }

    table.cart-data-table td:before {
        /* * aria-label has no advantage, it won't be read inside a table 
        content: attr(aria-label); */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.cart-data-table td:last-child {
        border-bottom: 0;
    }

    table.cart-data-table img {
        width: 100px;
    }

    .shipping-info h6 {
        font-size: 13px;
        color: #999;
    }
}

table.cart-data-table.invoice-area .table-info>td {
    background: #fff;
}

table.cart-data-table.invoice-area {
    border: none;
}

table.cart-data-table.invoice-area tr {
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

table.cart-data-table.invoice-area th {
    color: #fff;
    background: #333;
}

.table-info h5,
.table-secondary h5 {
    font-size: 14px;
    font-weight: 600;
}

.info-card p,
.product-more-details p,
#printable-area-invoice p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-more-details {
    background: #f9f9f9;
    padding: 0.77em;
}

.product-more-details p {
    font-weight: 400;
    font-size: 12px !important;
}

#printable-area-invoice table.cart-data-table {
    table-layout: auto;
}

#printable-area-invoice table.cart-data-table tbody {
    vertical-align: top !important;
}

.delivery-order-table td {
    font-weight: bold;
    color: #333;
}

.sub-table-style td {
    padding: 0.5em 0.85em;
    font-size: 0.9em;
    color: #777888;
    font-weight: normal;
}

.sub-table-style td:first-child {
    text-indent: 5px;
}

.page-footer,
.page-footer-space {
    height: 100px;
    margin-top: 60px;
    display: none;

}

.page-footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
    /*border-top: 1px solid black; /* for demo */

    /*background: yellow; /* for demo */

}

.total {
    /*background: #fff none repeat scroll 0 0;*/
    float: right;
    margin: 30px 0;
    /*padding: 25px 15px 20px 70px;*/
    width: 95%;
}

.total .total-p {
    margin: 7px 0;
}

.total h5 {
    color: #595a5a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.total h5 span {
    margin-left: 80px;
}

.total h6 {
    color: #54b948;
    font-size: 18px;
    font-weight: 700;
}

.total h6 span {
    margin-left: 68px;
}

.total h4 {
    font-weight: 700;
    font-size: 14px;
    color: #cf023c;
}

#printable-area-invoice {
    background: #fff !important;
}



.common-message h1 {
    color: #0F4C81;
    text-transform: none;
}

@media screen and (max-width: 768px) {
    .ftco-section {
        padding-top: calc(7em + 30px);
    }

    .common-message {
        padding: 2em;
        background: rgba(255, 255, 255, 0.88);
    }

    .common-message h1 {
        font-size: 2.3em;
    }


}

@media screen and (max-width: 575px) {
    .half-section .float-right {
        float: left !important;
    }
}

@media screen and (max-width: 520px) {
    .common-message {
        padding: 0em;
    }

    h1 {
        font-size: 1.6em;
    }
}

@media print {
    #printable-area-invoice {
        padding: 20px;
        margin: 0;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 0.877em;
        line-height: 1.28;
    }

    p {
        font-size: 1em;
        margin-bottom: 5px;
        line-height: 1.38;
        color: #222;
        font-weight: normal;
    }

    h5 {
        font-weight: bold;
    }

    body {
        background: #fff;
    }

    .info-card p,
    .product-more-details p,
    #printable-area-invoice p {
        margin-bottom: 0;
    }

    .product-more-details {
        background: #f9f9f9;
        padding: 0;
        margin-bottom: 2px;
        border-bottom: 1px solid #999;
    }

    .cart-data-table tbody {
        vertical-align: top !important;
    }

    .total .mb-1 {
        margin-bottom: 0px !important;
    }

    .total h5,
    .cart-data-table h5 {
        font-size: 0.977;
        margin-bottom: 2px;
    }

    table.cart-data-table th {
        line-height: 1.28;
    }

    table.cart-data-table th,
    table.cart-data-table td {
        padding: 0.3em;
        font-size: 0.777em;
        color: #222;
    }

    .table th,
    .table td,
    .table-basic th,
    .table-basic td {
        font-size: 0.877em;
        font-weight: normal;
        color: #222 !important;
    }

    .table th,
    .table td {
        border-top: 1px solid #999;
    }

    table.cart-data-table.invoice-area th {
        color: #222;
        background: #efefef;
    }

    .sub-table-style td {
        border: none;
        color: #454545
    }

    .table thead th {
        border-color: #999;
    }

    .mt-5 {
        margin-top: 0;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    .page-footer,
    .page-footer-space {
        display: block;
    }
}

@page {
    margin-bottom: 0em;
    margin-top: 1.3em;
}


/* EKYC ERROR PAGE */
.error-kyc-content i {
    font-size: 30px;
}

.error-kyc-content h3 {
    font-weight: 600;
}

.error-kyc-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

.error-kyc-content span {
    font-weight: 600;
    color: var(--secondary);
    font-style: italic;
}

.replicated-guide-title {
    font-size: 22px !important;
    line-height: 1.3em;
}

.replicated-guide {
    max-height: 250px;
    overflow-y: auto;
}

.replicated-guide ul {
    padding-left: 40px;
    text-align: left;
}

.replicated-guide ul li {
    list-style-type: decimal !important;
    margin-bottom: 10px;
}

/* LAST CTA */
/* BLUE */
img.ff-1 {
    width: 20px;
    position: absolute;
    bottom: 10%;
    left: 20%;
}
/* Yellow */
img.ff-2 {
    width: 50px;
    position: absolute;
    top: 10%;
    right: 7%;
}
/* Red */
img.ff-3 {
    width: 30px;
    position: absolute;
    right: 15%;
    bottom: 10%;
}
/* Dotted 01 */
img.ff-4 {
    width: 160px;
    position: absolute;
    top: -15%;
    right: 35%;
    opacity: .4;
}
/* Dotted 02 */
img.ff-5 {
    width: 160px;
    position: absolute;
    top: 40%;
    left: -2%;
    transform: rotate(90deg);
    opacity: .4;
}

.system-default-alert {
    padding:2em;
    border-radius: 11px;
    background:#f2f2f2;
}

.system-default-alert i {
    font-size: 24px;
    margin:0 10px;
}

.system-default-alert h4 {
    font-size: 16px;
    line-height: 2.4em;
    color: #666;
}

.system-default-alert a.btn {
    margin: 0 10px;
}

/* Footer Style*/
.ftco-footer {
    font-size: 14px;
    background: var(--dark);
    padding: 3em 0;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: #0033c7 !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

a.copy-link {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 3px;
}

a:hover.copy-link {
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:767px) {

    .ftco-footer .text-left,
    .ftco-footer .text-right {
        text-align: center !important;
    }
.owl-carousel.owl-drag .owl-item {
	touch-action : pan-y;
}
}