/*==========================================================================
ANIMATE
===========================================================================*/


/*----- FLASH -----*/

@keyframes flash {
    from,
    10%,
    to {
        opacity: 1
    }
    5%,
    15% {
        opacity: 0
    }
    20% {
        opacity: 1;
    }
}


/*----- SCALE UPDOWN -----*/

@keyframes ovic-animation-scale-updown {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}


/*==========================================================================
CSS DEFAULT
===========================================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.71428571;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    --main-color: #f05127;
    margin: 0;
}

@media (min-width: 1200px) {
    body {
        padding-top: 80px;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header.is-sticky {
        padding: 0;
        box-shadow: 0 0 20px #aaa;
    }
}

a {
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

.button {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    letter-spacing: 0.2em;
    background-color: var(--main-color);
    color: #fff !important;
    padding: 13px 30px;
}

.button:hover {
    background-color: #000;
}

.main-color {
    color: var(--main-color);
}

.site {
    overflow: hidden;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}


/*==========================================================================
SECTION
===========================================================================*/

section {
    padding: 95px 0 100px;
}

.s-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.s-title {
    font-size: 36px;
    margin: 0;
}

.s-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 20px 0 0;
}

.s-nav {
    list-style: none;
    padding: 0;
    margin: 0 -15px 50px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.s-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.s-nav li a {
    display: block;
    padding: 8px 0;
}

.s-nav li.active a {
    color: var(--main-color);
}

.s-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -60px;
}

.s-item {
    padding: 0 30px 60px;
}

.s-item .title {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    margin: 25px 0 -5px;
}

.s-button {
    margin: 60px 0 0;
}

@media (max-width: 1499px) {
    .s-inner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .s-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    section {
        padding: 65px 0 70px;
    }
    .s-head {
        margin-bottom: 40px;
    }
    .s-subtitle {
        margin-top: 15px;
    }
    .s-inner {
        margin: 0 -15px -40px;
    }
    .s-item {
        padding: 0 15px 40px;
    }
    .s-item .title {
        margin-top: 17px;
    }
    .s-button {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 45px 0 50px;
    }
    .s-head {
        margin-bottom: 30px;
    }
    .s-title {
        font-size: 30px;
    }
    .s-subtitle {
        font-size: 14px;
        margin-top: 10px;
    }
    .s-inner {
        margin-bottom: -30px;
    }
    .s-item {
        padding-bottom: 30px;
    }
    .s-item .title {
        margin-top: 12px;
    }
}


/*----- SLIDER -----*/

.owl-dots {
    margin: 36px 0 -50px;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 4px;
    background-color: #000;
    margin: 10px 5px 0;
}

.owl-dot:not(.active):not(:hover) {
    opacity: 0.2;
}

@media (max-width: 1199px) {
    .owl-dots {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .owl-dots {
        margin-top: 10px;
    }
}


/*----- HEADER -----*/

.header {
    padding: 15px 0;
    background-color: #fff;
}

.logo {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.logo a {
    display: block;
    color: #000 !important;
}

.logo .text {
    display: inline-block;
    vertical-align: top;
}

.header-inner {
    display: flex;
    align-items: center;
}

.header-menu {
    flex: 1 1 auto;
    width: 1%;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
    padding: 10px 30px;
    margin: 0;
    text-align: right;
}

.header-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.header-menu li a {
    display: block;
    padding: 3px 0;
}

.header-menu li a:not(:hover) {
    color: #000;
}

@media (max-width: 1100px) {
    .header {
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    .header {
        padding-top: 10px;
    }
    .header-inner {
        display: block;
        text-align: center;
    }
    .header-menu {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: inherit;
        margin: 0 -20px;
    }
}

@media (max-width: 479px) {
    .header-menu {
        margin: 0 -10px;
    }
    .header-menu li {
        margin: 0 10px;
    }
}


/*----- BANNER -----*/

.banners {
    position: relative;
    background-color: #fbeeea;
    background-image: url(../images/banner-1.png);
    background-position: center center;
    background-attachment: fixed;
    padding: 0 0 72px;
    height: 696px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}


/* SLIDE UP */

@keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.banners .banner-1,
.banners .banner-2 {
    position: absolute;
    top: 0;
    right: -277px;
    width: 1686px;
    animation: slide-up 15s linear infinite;
    pointer-events: none;
}

.banners .banner-2 {
    top: 1591px;
}

.banners .banner {
    position: absolute;
    bottom: 32px;
    left: -47px;
}

.banners .s-head {
    max-width: inherit;
    text-align: start;
}

.banners .img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 17px 31px 0;
    position: relative;
    z-index: 1;
}

.banners .s-title {
    font-size: 26px;
    line-height: 1.54;
    margin: 0 0 41px;
    position: relative;
    z-index: 1;
}

.banners .button {
    padding: 11px 28px;
    box-shadow: 0 0 13px rgba(84, 102, 112, 0.11);
    position: relative;
    z-index: 1;
}

.banners .button:not(:hover) {
    color: #000 !important;
    background-color: #fff;
}

@media (max-width: 1499px) {
    .banners .banner-1,
    .banners .banner-2 {
        right: -477px;
    }
    .banners .banner {
        left: -147px;
    }
}

@media (max-width: 1199px) {
    .banners .banner-1,
    .banners .banner-2 {
        right: -677px;
    }
}

@media (max-width: 991px) {
    .banners .banner-1,
    .banners .banner-2 {
        right: -877px;
    }
}

@media (max-width: 767px) {
    .banners {
        justify-content: flex-start;
        padding: 70px 0 0;
        height: 550px;
    }
    .banners .img {
        margin-bottom: 21px;
    }
    .banners .s-title {
        margin-bottom: 31px;
    }
    .banners .banner-1,
    .banners .banner-2 {
        right: -1077px;
    }
}

@media (max-width: 479px) {
    .banners .banner-1,
    .banners .banner-2 {
        right: -1277px;
    }
    .banners .s-title {
        font-size: 24px;
    }
}


/*----- DEMO -----*/

.demos {
    text-align: center;
}

.demos .s-item {
    width: 33.33333333%;
}

.demos .s-item a {
    display: block;
    position: relative;
}

.demos .s-item .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.15);
}

.demos .s-item .thumb::before {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    content: 'View Demo';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.demos .s-item a:not(:hover) .thumb::before {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.demos .coming-soon .thumb::before {
    content: 'Coming Soon';
    opacity: 1 !important;
    transform: none !important;
}

.demos .new .thumb::after {
    position: absolute;
    content: 'NEW';
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #79bf35;
    color: #fff;
    z-index: 1;
    letter-spacing: 0;
    width: 200px;
    padding: 25px 18px 5px 10px;
    -webkit-transform: translate(50%, 0) rotate(40deg);
    -moz-transform: translate(50%, 0) rotate(40deg);
    -ms-transform: translate(50%, 0) rotate(40deg);
    -o-transform: translate(50%, 0) rotate(40deg);
    transform: translate(50%, 0) rotate(40deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: flash 4s infinite;
    -o-animation: flash 4s infinite;
    animation: flash 4s infinite;
}

.demos .s-item.hover .thumb {
    background-position: center 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: background-position 1s ease-out;
    -moz-transition: background-position 1s ease-out;
    -o-transition: background-position 1s ease-out;
    transition: background-position 1s ease-out;
}

.demos .s-item.hover a:hover .thumb {
    background-position: center 100%;
    -webkit-transition: background-position 3s ease-out;
    -moz-transition: background-position 3s ease-out;
    -o-transition: background-position 3s ease-out;
    transition: background-position 3s ease-out;
}

@media (max-width: 991px) {
    .demos .s-item {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .demos .s-item {
        width: 100%;
    }
    .demos .s-item .thumb::before {
        font-size: 24px;
    }
}


/*----- MOBILE -----*/

.mobile {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .s-item {
    width: 33.33333333%;
    position: relative;
}

.mobile .s-item a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 515px;
    position: relative;
    z-index: 1;
    padding-right: 185px;
}

.mobile .s-item .qr-code {
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 0;
    width: 155px;
    font-size: 13px;
    color: #000;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 150px;
}

.mobile .s-item .qr {
    border: 1px solid #ccc;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}

.mobile .s-item .qr::before {
    position: absolute;
    content: '';
    top: 100%;
    right: 50%;
    width: 150px;
    height: 170px;
    border-style: dashed;
    border-width: 0 2px 2px 0;
    border-color: #ccc;
    border-radius: 0 0 100% 0;
    z-index: -1;
}

@media (max-width: 1499px) {
    .mobile .s-item {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .mobile {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile .s-item a {
        padding-right: 170px;
    }
    .mobile .s-item .qr-code {
        width: 150px;
        padding-bottom: 100px;
    }
    .mobile .s-item .qr {
        margin-top: 20px;
    }
    .mobile .s-item .qr::before {
        width: 120px;
        height: 130px;
    }
}

@media (max-width: 991px) {
    .mobile .s-item a {
        padding-right: 150px;
    }
    .mobile .s-item .qr-code {
        bottom: 12%;
        width: 135px;
        padding-bottom: 0;
    }
    .mobile .s-item .qr {
        margin-top: 0;
    }
    .mobile .s-item .qr::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile .s-item {
        width: 100%;
        max-width: 355px;
    }
}

@media (max-width: 479px) {
    .mobile .s-item a {
        padding-right: 140px;
    }
    .mobile .s-item .qr-code {
        width: 125px;
        font-size: 12px;
    }
}


/*----- VENDOR -----*/

.vendor {
    background-color: #f5f5f5;
}


/*----- FOOTER -----*/

.footer {
    text-align: center;
    background-color: #fbeeea;
}

.footer-top {
    padding: 40px 0;
    background-color: var(--main-color);
    position: relative;
}

.footer-top .s-inner {
    margin: 0 -15px -30px;
}

.footer-top .s-item {
    width: 20%;
    padding: 0 15px 30px;
}

.footer-top .s-item a {
    color: #fff;
}

.footer-top .s-item a:hover {
    text-decoration: underline;
}

.footer-top .s-item .title {
    color: #fff;
}

.footer-main {
    padding: 100px 0 120px;
}

.footer-main .s-title {
    font-size: 48px;
}

.footer-main .s-subtitle {
    font-size: 25px;
}

.footer-main .button {
    margin-top: 55px;
}

.copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 23px 0;
}

.copyright a {
    font-weight: 600;
}

.copyright p {
    color: #000;
    margin: 0;
}

@media (max-width: 1499px) {
    .footer-main {
        padding: 105px 0 120px;
    }
    .footer-main .button {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .footer-main {
        padding: 75px 0 90px;
    }
    .footer-main .button {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .footer-top .s-item {
        width: 50%;
    }
    .footer-top .s-item span {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .footer-top .s-item {
        width: 100%;
    }
    .footer-top .s-item span {
        margin-top: 12px;
    }
    .footer-main {
        padding: 55px 0 70px;
    }
    .footer-main .s-title {
        font-size: 40px;
    }
}

@media (max-width: 479px) {
    .footer-main .s-title {
        font-size: 36px;
    }
    .footer-main .s-subtitle {
        font-size: 16px;
    }
    .footer-main .button {
        margin-top: 30px;
    }
}


/*----- BACK TO TOP -----*/

a.backtotop:not(.show) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.backtotop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    overflow: hidden;
    z-index: 5;
}

.backtotop img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .backtotop {
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
    }
    .backtotop img {
        width: 16px;
    }
}