/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Lateef:wght@300;400;500;600;700;800&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* color combo and fonts style  */
:root {
    --base-orange-color: #FF5C36;
    --base-color-gray: #7A7A7A;
    --base-text-color: #2E475E;
    --font-normal: 'Helvetica Neue', sans-serif;
    --font-heading: 'Lateef', serif;
}

/* Basic style */
html {
    overflow-x: hidden;
}

body {
    /*font-family: var(--font-normal);*/
    font-size: 14px;
    line-height: 1.42857143;
}

.corporate .btnBuildAuc a, .corporate .btnBuildAuc a:hover, .corporate .btnBuildAuc a:focus {
    background-color: #FF5C36 !important;
    border-radius: 5px !important;
}

.hero-section a {
    text-decoration: none;
    transition: all 0.3s;
    color: var(--base-orange-color);
    font-family: var(--font-normal);
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-dropdown .dropdown .dropdown-menu a {
    font-size: 14px !important;
}

    .header-dropdown .dropdown .dropdown-menu a:hover {
        background-color: transparent;
    }

#dvContainer {
    padding: 0 0 !important;
}

.pre-header {
    padding: 15px 0;
}

#dropdownMenuOptions {
    font-size: 14px;
}

    #dropdownMenuOptions:after {
        display: none;
    }

.footer-dark {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -20px;
    margin-bottom: 0px;
    padding: 40px 0px 40px 0px;
    background-color: #22384C;
}

    .footer-dark .dark-footer-links h4 {
        color: #E9E9EA;
        padding: 0;
        margin: 0 0 20px;
        line-height: 1;
        font-size: 18px;
        font-family: inherit;
        font-weight: 500;
    }

    .footer-dark .dark-footer-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.dark-footer-links {
    padding: 10px;
}

.footer-social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    justify-content: space-between;
}

.social-border {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 2px;
    background-color: #ffffff;
}

.footer-social a {
    width: 50px;
    height: 50px;
    background-color: #B6BABE;
    display: flex;
    border-radius: 100% !important;
    align-items: center;
    justify-content: center;
    color: #22384C;
    font-size: 24px;
}

    .footer-social a:hover {
        text-decoration: none;
    }

.footer-dark .dark-footer-links ul li a {
    color: #B9BABB;
    fill: #B9BABB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px 0;
    transition: .4s;
    line-height: 20px;
    display: block;
    font-weight: 500;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

.hero-section p {
    color: var(--base-text-color);
    font-family: var(--font-normal);
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.hero-section h5,
.hero-section h6 {
    font-family: var(--font-heading);
    color: var(--base-text-color);
}

.header {
    margin-bottom: 0 !important;
}

.service-box .btn-fill-orange {
    color: #FFFFFF;
    background-color: var(--base-orange-color);
    font-size: 16px !important;
    border: 2px solid var(--base-orange-color);
    border-radius: 5px !important;
    padding: 15px;
    transition: all 0.3s;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}

.p-0 {
    padding: 0 !important;
}

.service-box .btn-fill-orange:hover {
    background-color: #fff !important;
    color: #FF5C36 !important;
}

.service-box .btn-border-orange {
    color: var(--base-orange-color) !important;
    background-color: #fff;
    font-size: 16px !important;
    display: inline-block;
    border: 2px solid var(--base-orange-color);
    border-radius: 5px !important;
    transition: all 0.3s;
    line-height: 1;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}

    .service-box .btn-border-orange:hover {
        background-color: var(--base-orange-color) !important;
        color: #fff !important;
    }

.download-wrapper, .testimonial-wrapper, .service-wrapper, .video-section {
    padding: 30px 0;
}

/* hero section */
.hero-section {
    background-color: #FEF4EA;
    padding: 30px 0;
}

    .hero-section .col-md-5 {
        width: 45%;
    }

    .hero-section .col-md-7 {
        width: 55%;
    }

    .hero-section .content-wrapper {
        padding: 10px;
    }

.p-text-pb {
    padding-bottom: 1em;
    line-height: 1.42857143;
    margin: 0;
    margin-bottom: 10px;
}

.content-wrapper h1,
.content-wrapper h2 {
    margin-bottom: 20px;
    font-size: 59px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    font-family: var(--font-heading);
    color: var(--base-text-color);
    text-align: left;
}

.content-wrapper.text-center h2 {
    text-align: center;
}

.content-wrapper h3 {
    font-size: 38px;
    font-weight: 600;
}

.content-wrapper .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.btn-wrapper .btn-wrapper-first {
    width: 206px;
    max-width: 206px;
}

    .btn-wrapper .btn-wrapper-first > div,
    .btn-wrapper .btn-wrapper-second > div {
        margin: 5px;
    }

.btn-wrapper-second {
    width: 152.979px;
    max-width: 152.979px;
}

.content-wrapper .text-big {
    font-size: 18px !important;
    margin-bottom: 30px;
    text-align: left;
}

.content-wrapper p {
    font-size: 18px;
    color: var(--base-text-color) !important;
    text-align: left;
}

.hero-section .content-wrapper span {
    color: var(--base-color-gray);
}

.hero-section .rating-wrapper {
    display: flex;
    margin: 30px 0 0;
    align-items: flex-end;
}

    .hero-section .rating-wrapper div {
        flex-basis: 33.33%;
        padding: 10px;
    }

        .hero-section .rating-wrapper div > img {
            max-width: 100px;
        }

/* organizations style */
.organizations-wrapper {
    padding: 30px 0 10px;
}

    .organizations-wrapper h4 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        font-family: var(--font-normal);
        margin-bottom: 20px;
    }

    .organizations-wrapper .owl-carousel .owl-item img {
        width: 100px;
        margin: 0 auto;
    }

.organizations-slide {
    position: relative;
}

    .organizations-slide .owl-nav {
        position: absolute;
        top: 40px;
        margin: 0px !important;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }

        .organizations-slide .owl-nav button.owl-next,
        .organizations-slide .owl-nav button.owl-prev {
            background-color: #666 !important;
            width: 30px;
            height: 30px;
            border-radius: 50px !important;
            color: #fff !important;
            font-size: 9px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: normal;
            margin: 0px !important
        }

            .organizations-slide .owl-nav button.owl-next:focus-visible,
            .organizations-slide .owl-nav button.owl-prev:focus-visible {
                outline: none;
            }

            .organizations-slide .owl-nav button.owl-next:focus,
            .organizations-slide .owl-nav button.owl-prev:focus {
                outline: none;
            }

            .organizations-slide .owl-nav button.owl-next span,
            .organizations-slide .owl-nav button.owl-prev span {
                line-height: 0;
            }

/* vviedo wrapper style */
.video-section {
    padding: 30px 0;
    background-color: #F9F9F9;
}

.video-wrapper {
    padding: 10px;
}

.video-ratio {
    aspect-ratio: 1.77777
}

    .video-ratio > iframe {
        height: 100%;
        width: 100%;
        display: flex;
        border: none;
        background-color: #000;
        margin: 0;
        line-height: 1;
    }

.video-section .btn-fill-orange {
    padding: 20px 30px;
}

.video-section .btn-border-orange {
    padding: 20px 50px
}

.video-section .btn-wrapper .btn-wrapper-first {
    width: 240px;
    max-width: 240px;
}

.video-section .btn-wrapper-second {
    width: 240px;
    max-width: 240px;
}

/* services style */
.service-wrapper {
    background-color: #FCF8F2;
}

.service-widget {
    padding: 10px;
}

.service-wrapper .service-box {
    border: 3px solid var(--base-text-color);
    padding: 25px 20px;
    margin-bottom: 20px;
}

    .service-wrapper .service-box .title h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        font-family: var(--font-normal);
        margin: 0px;
        color: var(--base-text-color);
        text-align: left;
    }

    .service-wrapper .service-box .title {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 8px;
    }

        .service-wrapper .service-box .title .img-icon {
            width: 55px;
        }

            .service-wrapper .service-box .title .img-icon img {
                width: 100%;
            }

    .service-wrapper .service-box p {
        font-size: 18px;
        font-weight: 400;
        padding: 5px 0 0 0;
        margin-bottom: 30px;
        line-height: normal;
        color: var(--base-text-color);
        text-align: left;
    }

.service-box a {
    font-size: 18px !important;
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* multiple platform */
.multi-platform-wrapper {
    background-color: #FEF4EA;
    padding: 30px 0;
}

    .multi-platform-wrapper p {
        margin: 0 0 10px;
        color: var(--base-text-color);
    }

    .multi-platform-wrapper .ptext-wrapper {
        margin-bottom: 20px;
        text-align: center;
    }

.platform-box {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    margin: 10px;
    height: calc(100% - 30px);
}

    .platform-box h3 {
        font-weight: 600;
        font-size: 24px;
        font-family: var(--font-normal);
        line-height: 1;
        margin: 0;
        color: var(--base-text-color);
        text-align: left;
    }

    .platform-box p {
        font-size: 18px;
        color: var(--base-text-color);
        text-align: left;
    }

.line-divider {
    border-top: 1.5px solid #2E475E42;
}

.platform-box h5 {
    font-size: 18px;
    font-family: var(--font-normal);
    line-height: 1;
    color: var(--base-color-gray);
    font-weight: 500;
    margin: 10px 0;
}

.platform-box ul li {
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    color: #2E475E;
}

    .platform-box ul li img {
        width: 18px !important;
        margin-right: 5px;
    }

.platform-box a {
    padding: 12px 24px;
    font-size: 15px !important;
    text-align: center;
    margin: 0 !important;
}

/* Testimonial style */
.testimonial-wrapper h3 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    color: #2E475E;
}

.testimonial-box .client-heading {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial-slide .owl-stage {
    display: flex;
}

.testimonial-slide .item {
    height: 100%;
}

.testimonial-box {
    border: 2px solid #FEF4EA;
    padding: 20px;
    height: 100%;
}

    .testimonial-box .client-heading img {
        width: 50px !important;
    }

.client-heading span {
    color: var(--base-text-color);
    font-style: italic;
    font-weight: 700;
}

.testimonial-box p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

/* Blog Wrapper */
.blog-wrapper {
    background-color: #FFEAE5;
    padding: 30px 0px 60px 0px;
    position: relative;
}

.blog-heading {
    padding: 10px;
}

    .blog-heading h3 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0px;
        font-family: var(--font-heading);
        color: #2E475E;
    }

    .blog-heading .divider-line {
        border-top: 3px solid #E5D2CE;
        width: 100%;
        display: block;
    }

    .blog-heading h5 {
        text-align: left;
        color: var(--base-orange-color);
        font-size: 18px;
        font-weight: 600;
        font-family: var(--font-normal);
        margin-bottom: 0px;
    }

.blog-widget {
    padding: 10px;
}

.blog-box {
    position: relative;
    transition: all .4s ease;
}

    .blog-box .blog-img {
        height: 172px;
        overflow: hidden;
        width: 100%;
    }

        .blog-box .blog-img img {
            width: 100%;
            height: 172px;
            object-fit: cover;
            object-position: center;
            transition: all .4s ease;
        }

        .blog-box .blog-img a {
            display: block;
        }

    .blog-box:hover .blog-img img {
        -webkit-transform: scale(1.05) rotate(2deg);
        transform: scale(1.05) rotate(2deg);
        opacity: .8;
    }

.blog-content h2 {
    line-height: 22px;
    font-family: var(--font-normal);
    font-weight: 500;
    text-align: left;
}

    .blog-content h2 a {
        font-size: 18px;
        color: var(--base-orange-color);
        font-family: var(--font-normal);
        font-weight: normal;
        margin: 0;
    }

.blog-content .date {
    color: #767985;
    font-size: 14px;
    font-weight: 500;
}

/* download section */
.download-wrapper .content-wrapper h3 {
    margin-bottom: 20px;
    text-align: left;
}

.download-wrapper .content-wrapper p {
    margin-bottom: 30px;
    text-align: left;
}

.download-wrapper .btn-border-orange {
    padding: 20px 50px;
}

.download-frame {
    margin-top: -60px;
}

/* get start free section */
.getstart-wrapper {
    background-color: #FEF4EA;
    padding: 10px 0;
}

    .getstart-wrapper .content-wrapper h2 {
        font-size: 56px;
        text-align: left;
    }

    .getstart-wrapper .content-wrapper p {
        margin-bottom: 20px;
        text-align: left;
    }

    .getstart-wrapper .btn-fill-orange {
        padding: 20px 30px;
    }

    .getstart-wrapper .getstart-image {
        top: -35px;
        position: relative;
    }

/* media Query */
@media only screen and (max-width:1024px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:800px) {
    .hero-section .container {
        max-width: 100%;
        padding: 0px;
    }

    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .content-wrapper h3 {
        font-size: 32px;
    }

    .hero-section .col-md-5,
    .hero-section .col-md-7 {
        width: 100%;
    }

    .video-section .btn-border-orange {
        padding: 20px;
    }

    .content-wrapper .btn-wrapper {
        flex-direction: row;
        gap: 0px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .video-section .btn-wrapper .btn-wrapper-first {
        width: auto;
        max-width: max-content;
    }

    .video-section .btn-wrapper-second {
        width: auto;
        max-width: max-content;
    }

    .hero-section .rating-wrapper {
        flex-direction: row;
        margin: 20px 0 0;
    }

    .service-wrapper .service-box .title {
        flex-direction: column;
    }

    .service-box a,
    .service-wrapper .service-box p {
        text-align: left;
    }

    .organizations-wrapper .owl-carousel .owl-item img {
        max-width: 60%;
        width: auto;
        margin: 0 auto;
    }

    .organizations-slide .owl-nav {
        top: 50%;
    }

    .blog-box {
        margin-bottom: 20px;
    }

    .blog-heading .divider-line {
        margin: 25px 0;
    }

    .blog-heading h5 {
        text-align: left;
        padding: 10px 0;
    }

    .download-wrapper .content-wrapper p {
        text-align: left;
    }

    .getstart-wrapper .btn-wrapper {
        display: block;
    }

    .getstart-wrapper .getstart-image {
        margin-top: 50px;
        margin-top: -10px;
    }

    .content-wrapper.text-center h2 {
        text-align: left;
        font-size: 52px;
    }

    .multi-platform-wrapper .ptext-wrapper {
        text-align: left;
    }

    .content-wrapper h1, .content-wrapper h2 {
        line-height: 42px;
        font-size: 52px;
    }

    .video-section .btn-fill-orange {
        padding: 20px;
    }
}
