@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'), url('../fonts/PoppinsMedium.woff2') format('woff2'), url('../fonts/PoppinsMedium.woff') format('woff'), url('../fonts/PoppinsMedium.ttf') format('truetype'), url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'), url('../fonts/PoppinsBold.woff2') format('woff2'), url('../fonts/PoppinsBold.woff') format('woff'), url('../fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2') format('woff2'), url('../fonts/PoppinsRegular.woff') format('woff'), url('../fonts/PoppinsRegular.ttf') format('truetype'), url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}





body {
    background: #fff;
    color: #444;
    font-family: 'PoppinsRegular';
}

a {
    color: #000;
}

    a:hover,
    a:active,
    a:focus {
        color: #6c6ce4;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PoppinsSemiBold';
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #6d6de2;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: all .3s ease-out 0s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #6e6ee2;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Prelaoder Pop */


#preloader_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
}

    #preloader_pop:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #6e6ee2;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader_pop 1s linear infinite;
        animation: animate-preloader_pop 1s linear infinite;
    }

@-webkit-keyframes animate-preloader_pop {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader_pop {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Prelaoder Contact */


#preloader_contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
}

    #preloader_contact:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #6e6ee2;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader_contact 1s linear infinite;
        animation: animate-preloader_contact 1s linear infinite;
    }

@-webkit-keyframes animate-preloader_contact {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader_contact {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd url("../images/intro-bg.jpg") center top no-repeat;
    background-size: cover;
    min-height: 600px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }


        .main-nav a {
            display: block;
            position: relative;
            color: #fff;
            padding: 20px 25px;
            font-size: 17px;
            text-transform: uppercase;
            font-family: 'PoppinsRegular';
        }

            .main-nav a:hover,
            .main-nav .active > a,
            .main-nav li:hover > a {
                text-decoration: none;
            }

        .main-nav .dropdown-toggle ul {
            display: block;
            position: absolute;
            left: 0;
            display: none;
            top: calc(100% - 10px);
            z-index: 99;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
            border-radius: 0px;
        }

            .main-nav .dropdown-toggle ul a {
                color: #333;
                font-size: 16px;
                text-transform: none;
                padding: 10px 20px;
            }

                .main-nav .dropdown-toggle ul a:hover:before {
                    display: none !important;
                }

                .main-nav .dropdown-toggle ul a:hover {
                    color: #5656e8;
                }

.dropdown-toggle::after {
    display: none;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #8dc2fa;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 18px 18px 0 0;
        color: #fff;
        font-size: 34px;
    }

.header-scrolled .mobile-nav-toggle i {
    color: #6d6de2;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Title Large
--------------------------------*/
.title_large .page_title {
    text-align: center;
}

.title_large h2 {
    font-size: 60px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

    .title_large h2:before {
        content: '';
        height: 2px;
        background: #000000;
        width: 100%;
        bottom: 3px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .title_large h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 8px;
        width: 100px;
        background: #6c6ce4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.page_title span {
    color: #6c6ce4;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 80px;
    }

    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }

    #header {
        height: 70px;
        padding: 15px 0;
    }

        #header .logo h1 {
            font-size: 28px;
            padding: 8px 0;
        }

    #why-us .why-us-content {
        padding-top: 30px;
    }

    #pricing {
        padding-bottom: 30px;
    }

        #pricing .card {
            margin-bottom: 50px;
        }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

@media (max-width: 767px) {
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }

        #intro .container {
            height: auto !important;
        }

        #intro .intro-img {
            width: 80%;
        }

        #intro .intro-info {
            text-align: center;
            padding-top: 40px;
        }

            #intro .intro-info h2 {
                font-size: 34px;
                margin-bottom: 30px;
            }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

        #testimonials .testimonial-item .testimonial-img {
            float: none;
            margin: auto;
        }

        #testimonials .testimonial-item h3,
        #testimonials .testimonial-item h4,
        #testimonials .testimonial-item p {
            margin-left: 0;
        }
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
}


.thankyou__wrapper .middle__content .banner_title h1 {
    color: #333
}

.thankyou__wrapper .middle__content .lead-content {
    font-size: 20px;
    text-align: center;
    padding: 40px 0px;
}


.thankyou__wrapper .btn_simple.btn_style_arrow a:hover {
    border: 1px #6e6ee2 solid;
}

.thankyou__wrapper .middle__content {
    margin-top: -80px;
    background-color: #fff;
    padding-bottom: 80px;
}



.post__image-container {
    width: 120px;
    height: 120px;
}

    .post__image-container.custom-object-fit {
        background-size: cover;
        background-position: center center;
    }

        .post__image-container.custom-object-fit .post__featured-image {
            opacity: 0;
        }

.post__featured-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
}




#preloader_subscribe {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
}

    #preloader_subscribe:before {
        content: "";
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        border: 4px solid #f2f2f2;
        border-top: 4px solid #6e6ee2;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        -webkit-animation: animate-preloader_contact 1s linear infinite;
        animation: animate-preloader_contact 1s linear infinite;
    }
