/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");*/

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #505056;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

a:focus,
input:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    transition: all linear 0.3s;
}

h1,
h3,
h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #0e1133;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505056;
    margin: 0px;
}

/*===== All Button Style =====*/

.appie-section-title {
    padding-bottom: 25px;
}

.appie-section-title .appie-title {
    font-size: 44px;
    line-height: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-section-title .appie-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-section-title .appie-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .appie-section-title .appie-title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appie-section-title .appie-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.appie-section-title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-section-title p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-section-title p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .appie-section-title p {
        font-size: 15px;
    }
}

.appie-section-title.appie-section-title-2 .appie-title {
    color: #fff;
}

.appie-section-title.appie-section-title-2 p {
    color: #fff;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: none;
}

.back-to-top a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #2b70fa;
    border-radius: 6px;
    color: #fff;
}

.back-to-top.back-to-top-2 a {
    background: #ff3e66;
}

/*===========================
    SEARCH css
===========================*/

/*===========================
    SHOPPING CART css
===========================*/

/*===========================
    2.HEADER css
===========================*/

.appie-header-area {
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-header-main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .appie-header-main-menu {
        display: none;
    }
}

.appie-header-main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.appie-header-main-menu ul > li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-header-main-menu ul > li {
        margin-right: 14px;
    }
}

.appie-header-main-menu ul > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    line-height: 45px;
}

.appie-header-main-menu ul > li > a i {
    padding-left: 6px;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

/*===========================
    3.APPIE HERO css
===========================*/

.appie-hero-area-2 {
    padding-top: 290px;
    padding-bottom: 170px;
    background: #eef1f6;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-hero-area-2 {
        padding-top: 190px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-hero-area-2 {
        padding-top: 190px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .appie-hero-area-2 {
        padding-top: 190px;
        padding-bottom: 150px;
    }
}

.appie-hero-area-2 .appie-hero-thumb-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .appie-hero-area-2 .appie-hero-thumb-3 {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-hero-area-2 .appie-hero-thumb-3 {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .appie-hero-area-2 .appie-hero-thumb-3 {
        width: 36%;
    }
}

.appie-hero-area-2 .hero-shape-1 {
    position: absolute;
    top: 250px;
    left: 130px;
    animation: linear 20s animationFramesOne infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-2 {
    position: absolute;
    bottom: 290px;
    left: 40px;
    animation: linear 20s animationFramesFour infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-3 {
    position: absolute;
    top: 480px;
    right: 240px;
    animation: linear 20s animationFramesFive infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-4 {
    position: absolute;
    top: 210px;
    right: 0px;
    animation: linear 20s animationFramesThree infinite;
    z-index: -1;
}

.appie-hero-content-2 > span {
    font-size: 16px;
    font-weight: 500;
    color: #ff3e66;
    position: relative;
}

.appie-hero-content-2 > span::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 70px;
    background-image: url(../images/hero-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appie-hero-content-2 .appie-title {
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
    margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-hero-content-2 .appie-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-hero-content-2 .appie-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .appie-hero-content-2 .appie-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appie-hero-content-2 .appie-title {
        font-size: 40px;
        line-height: 50px;
    }
}

.appie-hero-content-2 .appie-title span {
    font-weight: 900;
}

.appie-hero-content-2 p {
    font-size: 18px;
    color: #0e1133;
    margin-top: 22px;
}

.appie-hero-content-2 .input-box {
    position: relative;
    margin-top: 40px;
    width: 400px;
}

@media (max-width: 767px) {
    .appie-hero-content-2 .input-box {
        width: 100%;
    }
}

.appie-hero-content-2 .input-box > i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #c3c3cc;
}

.appie-hero-content-2 .input-box input {
    width: 100%;
    height: 60px;
    border-radius: 40px;
    border: 0;
    border-left: 3px solid #ff3e66;
    padding-left: 55px;
    box-shadow: -3px 0px 0px 0px rgba(255, 62, 102, 0.004), 0px 30px 30px 0px rgba(14, 17, 51, 0.1);
}

.appie-hero-content-2 .input-box button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    color: #ff3e66;
}

.appie-hero-content-2 .hero-users {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.appie-hero-content-2 .hero-users > span {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 900;
    color: #0e1133;
    width: 60px;
    display: inline-block;
    line-height: 16px;
}

.appie-hero-content-2 .hero-users > span span {
    font-size: 13px;
    font-weight: 500;
    color: #505056;
    display: inline-block;
    line-height: 13px;
}

/*===========================
    4.APPIE SERVOCE css
===========================*/

@media (max-width: 767px) {
    .appie-services-2-area .appie-section-title {
        text-align: center !important;
    }
}

.appie-single-service-2 {
    border: 1px solid #eef0f4;
    border-radius: 10px;
    padding: 48px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .appie-single-service-2 {
        text-align: center;
        padding: 20px;
    }
}

.appie-single-service-2 .icon i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #2eacfc;
    color: #fff;
    border-radius: 50%;
}

.appie-single-service-2 .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.appie-single-service-2 a {
    font-size: 14px;
    font-weight: 500;
    color: #505056;
    margin-top: 23px;
}

.appie-single-service-2 a:hover {
    color: #ff3e66;
}

.appie-single-service-2:hover {
    box-shadow: 0px -3px 0px 0px rgba(234, 76, 137, 0.004), 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
    border-top: 3px solid #2eacfc;
    transform: translateY(-10px);
}

.appie-single-service-2.item-2 .icon i {
    background: #ea4c89;
}

.appie-single-service-2.item-2:hover {
    border-top-color: #ea4c89;
}

.appie-single-service-2.item-3 .icon i {
    background: #3578ff;
}

.appie-single-service-2.item-3:hover {
    border-top-color: #3578ff;
}

.appie-single-service-2.item-4 .icon i {
    background: #f67741;
}

.appie-single-service-2.item-4:hover {
    border-top-color: #f67741;
}

.appie-single-service-2.item-5 .icon i {
    background: #6a88f7;
}

.appie-single-service-2.item-5:hover {
    border-top-color: #6a88f7;
}

.appie-single-service-2.item-6 .icon i {
    background: #3ab094;
}

.appie-single-service-2.item-6:hover {
    border-top-color: #3ab094;
}

/*===========================
    5.APPIE FEATURES css
===========================*/

.appie-features-area-2 {
    background: #0e1133;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.appie-features-area-2 .features-shape-1 {
    position: absolute;
    left: 240px;
    top: 240px;
    z-index: -1;
    animation: linear 20s animationFramesThree infinite;
}

.appie-features-area-2 .features-shape-2 {
    position: absolute;
    right: 190px;
    top: 160px;
    z-index: -1;
    animation: linear 20s animationFramesFive infinite;
}

.appie-features-area-2 .features-shape-3 {
    position: absolute;
    right: 160px;
    bottom: 260px;
    z-index: -1;
    animation: linear 20s animationFramesOne infinite;
}

.appie-features-box-item {
    border: 1px solid #202234;
    padding: 25px 30px 30px 70px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-features-box-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-box-item {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .appie-features-box-item {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 60px;
    }
}

.appie-features-box-item .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-features-box-item .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .appie-features-box-item .title {
        font-size: 20px;
    }
}

.appie-features-box-item .title::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 30px;
    width: 30px;
    background: #ff3e66;
    border: 6px solid #2a182d;
    border-radius: 50%;
}

.appie-features-box-item p {
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
    margin-top: 3px;
}

.appie-features-box-item:hover {
    border-color: #ff3e66;
}

.appie-features-box-item.item-2 .title::before {
    background: #2eacfc;
    border-color: #15233d;
}

.appie-features-box-item.item-2:hover {
    border-color: #2eacfc;
}

.appie-features-box-item.item-3 .title::before {
    background: #33c956;
    border-color: #15262c;
}

.appie-features-box-item.item-3:hover {
    border-color: #33c956;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .appie-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

/*===========================
    6.APPIE TRAFFICE css
===========================*/

/*===========================
    6.APPIE TRAFFICE css
===========================*/

/*===========================
    7.APPIE TEAM css
===========================*/

/*===========================
    8.APPIE PRICING css
===========================*/

/*===========================
    9.APPIE FAQ css
===========================*/

/*===========================
    10.APPIE BLOG css
===========================*/

/*--------------------------------------------------------
/ 7. Blog Page
/---------------------------------------------------------*/

/*--- Sidebar ---*/

.tags {
    position: relative;
}

.tags a {
    display: inline-block;
    height: 34px;
    background: #f8f8f8;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    color: #797781;
    line-height: 34px;
    padding: 0 15px;
    font-weight: 600;
    margin: 10px 6px 0 0;
}

.tags a:hover {
    background: #2b70fa;
    color: #fff;
}

/*--------------------------------------------------------
/ 8. Single Blog Page
/---------------------------------------------------------*/

/*===========================
    10.APPIE PROJECT css
===========================*/

/*===========================
    10.APPIE FOOTER css
===========================*/
.appie-footer-area {
    background: #eef1f6;
    padding-top: 50px;
    padding-bottom: 60px;
}

.footer-about-widget {
    padding-right: 70px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-about-widget {
        text-align: center;
        padding-right: 0;
    }
}

.footer-about-widget p {
    padding-top: 25px;
}

.footer-about-widget > a {
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    margin-top: 15px;
}

.footer-about-widget > a i {
    padding-left: 6px;
}

.footer-about-widget .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-about-widget .social ul li {
    display: inline-block;
}

.footer-about-widget .social ul li a {
    height: 36px;
    width: 36px;
    text-align: center;
    background: #fff;
    color: #0e1133;
    border-radius: 6px;
    line-height: 36px;
    margin-right: 5px;
}

.footer-about-widget .social ul li a:hover {
    background: #2b70fa;
    color: #fff;
}

.footer-about-widget.footer-about-widget-2 ul li a:hover {
    background: #ff3e66;
}

.footer-navigation {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-navigation {
        text-align: center;
    }
}

.footer-navigation .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-navigation ul li a {
    color: #505056;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-navigation ul li a:hover {
    color: #2b70fa;
}

.footer-navigation.footer-navigation-2 ul li a:hover {
    color: #ff3e66;
}

.footer-widget-info {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-widget-info {
        text-align: center;
    }
}

.footer-widget-info .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-widget-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget-info ul li a {
    color: #505056;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.footer-widget-info ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2b70fa;
}

.footer-copyright {
    padding-top: 35px;
    border-top: 1px solid #e1e5ec;
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright {
        display: block !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        display: block !important;
        text-align: center;
    }
}

/*===========================
    11.APPIE ABOUT css
===========================*/
.appie-about-box {
    background: #f0f1f7;
    padding: 70px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .appie-about-box {
        padding: 30px;
        text-align: center;
    }
}

.appie-about-box .about-thumb {
    position: absolute;
    left: 0;
    top: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-about-box .about-thumb {
        position: static;
    }
}

@media (max-width: 767px) {
    .appie-about-box .about-thumb {
        display: none;
    }
}

.appie-about-content {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .appie-about-content {
        padding-right: 0;
    }
}

.appie-about-content span {
    font-size: 14px;
    font-weight: 500;
    color: #ff3e66;
}

.appie-about-content .title {
    font-size: 44px;
    line-height: 54px;
    margin-top: 8px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-about-content .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .appie-about-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.appie-about-service {
    position: relative;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .appie-about-service {
        text-align: left;
    }
}

.appie-about-service .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.appie-about-service .icon i {
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    background: #31c369;
}

.appie-about-service .title {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-about-service .title {
        font-size: 16px;
    }
}

.appie-about-service p {
    font-size: 15px;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-about-service p {
        font-size: 14px;
    }
}

/*===========================
    12.APPIE COUNTER css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-counter-area {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .appie-counter-area {
        padding-bottom: 100px;
    }
}

.appie-single-counter {
    padding: 30px;
    position: relative;
    background: #fff;
    height: 160px;
    background-image: -moz-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
    background-image: -webkit-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
    background-image: -ms-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-single-counter {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-single-counter {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .appie-single-counter {
        margin-bottom: 90px;
    }
}

.appie-single-counter .counter-content {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 30px 40px 0px rgba(0, 41, 57, 0.1);
    padding-top: 37px;
    padding-bottom: 40px;
}

.appie-single-counter .counter-content .title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 5px;
}

.appie-single-counter .counter-content .title span {
    font-weight: 700;
}

.appie-single-counter .counter-content p {
    font-size: 14px;
    font-weight: 500;
}

.appie-single-counter.item-2 {
    background-image: -moz-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -webkit-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -ms-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
}

.appie-single-counter.item-2 .counter-content {
    box-shadow: 0px 30px 40px 0px rgba(56, 31, 0, 0.1);
}

.appie-single-counter.item-3 {
    background-image: -moz-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -webkit-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -ms-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
}

.appie-single-counter.item-3 .counter-content {
    box-shadow: 0px 30px 40px 0px rgba(0, 74, 1, 0.1);
}

.appie-single-counter.item-4 {
    background-image: -moz-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -webkit-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -ms-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
}

.appie-single-counter.item-4 .counter-content {
    box-shadow: 0px 30px 40px 0px rgba(74, 0, 54, 0.1);
}

/*===========================
    13.APPIE VIDEO PLAYER css
===========================*/

@keyframes popup {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
    75% {
        transform: scale(1.3);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/*===========================
    14.APPIE DOWNLOAD css
===========================*/

.appie-sponser-area {
    position: relative;
    z-index: 10;
}

.appie-sponser-area .sponser-shape {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .appie-sponser-box {
        flex-wrap: wrap;
    }
}

.appie-sponser-box .sponser-item {
    background: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 6px;
    box-shadow: 0px 40px 60px 0px rgba(14, 17, 51, 0.14);
    margin: 30px 16px 0;
}

.appie-sponser-box.item-2 .sponser-item {
    margin: 30px 28px 0;
}

@media (max-width: 767px) {
    .appie-sponser-box.item-2 .sponser-item {
        margin: 30px 16px 0;
    }
}

/*===========================
    15.APPIE FUN FACT css
===========================*/

/*===========================
    15.APPIE SHOWCASE css
===========================*/

/*===========================
    16.APPIE CONTACT css
===========================*/

/*===========================
    17.APPIE CONTACT css
===========================*/

/*# sourceMappingURL=style.css.map */
