﻿@font-face {
    font-family: "Poppins";
    src: url(https://fonts.googleapis.com/css?family=Poppins);
}
/*@font-face {
    font-family: "Poppins", sans-serif;
    src: url(~/Content/dist/frontend/assets/fonts/custom/bodoni-svtytwo-sc-itc-tt-book.ttf);
}*/
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
     color: #0c0c0c;
    /*background-color: #ffffff;*/
}
p {
    color: #000000;
}
#bg-slide2 {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: table;
    vertical-align: middle;
    min-height: 90vh;
}

#bg-slide2_overlay {
    /*background-color: rgba(4, 23, 249, 0.65);*/
    /*opacity: 0.65;*/
    min-height: 100vh;
    /*padding-top: 30vh;*/
    position: relative;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    /*z-index: -1;*/
}

#bg-slide2 h1 {
    /*text-transform: uppercase;*/
    font-size: 70px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
}

#bg-slide2 h3 {
    font-size: 20px;
    color: #fff;
    
}

#bg-slide2 p {
    padding-top: 15px;
    color: #fff;
}

#newsletter_div {
    width: 60%;
}

#newsletter_Email {
    width: 100%;
    border-radius: 50px;
}

#subscribebtn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #000000;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffe537;
    outline: none;
    text-transform: uppercase;
}

    #subscribebtn:hover {
        background-color: transparent;
        color: #fff;
    }

.bannerSlider {
    width: 90%;
    margin: 0px auto;
    margin-top: 5%;
}



    /*.bannerSlider .slick-list {
                width: 80%;
                margin: auto;
            }*/

    .bannerSlider .img-box {
        padding: 10px;
    }

    /*.bannerSlider .img-box img {
                    width: 100%;
                    border: 5px solid #F5AA05;
                    margin-left: 10px;
                    margin-right: 10px;
                }

            .bannerSlider .slick-active .img-box {
                margin-top: 45px;
            }

            .bannerSlider .slick-active + .slick-active .img-box {
                margin-top: 0;
            }

            .bannerSlider .slick-active + .slick-active + .slick-active .img-box {
                margin-top: 0;
            }

            .bannerSlider .slick-active + .slick-active + .slick-active + .slick-active .img-box {
                margin-top: 45px;
            }*/

    .bannerSlider .slick-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
        background-color: #F5AA05;
        border-radius: 100%;
        font-size: 12px;
        color: #000000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        outline: none;
        position: absolute;
        top: 42%;
        margin: 0;
        left: -7%;
    }

    .bannerSlider .slick-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
        background-color: #ffe537;
        border-radius: 100%;
        font-size: 12px;
        color: #000000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        outline: none;
        position: absolute;
        top: 42%;
        margin: 0;
        right: -7%;
    }

    .bannerSlider .slick-prev::before {
        top: -2px;
        left: -6px;
    }

    .bannerSlider .slick-next::before {
        top: -2px;
        right: 30px;
    }

    .bannerSlider .slick-prev:hover,
    .bannerSlider .slick-next:hover {
        background-color: #fff;
        color: #000;
    }

/*.bannerSlider .slick-prev {
                left: 45px;*/
/*-webkit-transform: rotate(-30deg);
                transform: rotate(-30deg);*/
/*}

                .bannerSlider .slick-prev:after {
                    content: url(/Content/dist/frontend/assets/images/iconfinder_ChevronLeft_1031537.png);
                    display: block;
                    height: 15px;
                    width: 15px;
                    position: absolute;
                    top: -2px;
                    left: -6px;
                    cursor: pointer;
                }

            .bannerSlider .slick-next {
                right: 45px;*/
/* -webkit-transform: rotate(30deg);
                transform: rotate(30deg);*/
/*}
            .bannerSlider .slick-next:before, .bannerSlider .slick-prev:before{
                display:none;
            }
            .bannerSlider .slick-next:after {
                content: url(/Content/dist/frontend/assets/images/iconfinder_ChevronRight_1031536.png);
                display: block;
                height: 15px;
                width: 15px;
                position: absolute;
                top: -2px;
                left: -1px;
                cursor: pointer;
            }
            .bannerSlider .slick-track{
                transform:none !important;
            }*/

#about {
    padding: 80px 0px;
    /*background-image: url(../../Content/dist/img/story_bg_2.png);
            background-position: right;
            background-repeat: no-repeat;
            background-size: contain;*/
}

    #about h1 {
        color: #000;
        font-size: 42px;
        text-transform: none;
        font-family: "Poppins", sans-serif;
    }

.about-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .about-social-links > li {
        display: inline-block;
        line-height: 1;
    }

        .about-social-links > li a {
            display: inline-block;
            font-size: 30px;
            margin-right: 5px;
            width: 50px;
            height: 50px;
            -moz-transition: all 450ms;
            -webkit-transition: all 450ms;
            -o-transition: all 450ms;
            transition: all 450ms;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .about-social-links > li:last-child a {
            margin-right: 0;
        }

.about_box {
    background-color: #fff;
    padding: 30px;
}

.category_section .box {
    text-align: center;
    margin-top: 45px;
}

    .category_section .box .img-box img {
        border-radius: 0 45px 0 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .category_section .box .detail-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
    }

        .category_section .box .detail-box h4 {
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-size: 2.5rem;
        }

        .category_section .box .detail-box a {
            width: 45px;
            height: 45px;
            line-height: 45px;
            background-color: #0417F9;
            border-radius: 100%;
            font-size: 12px;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: 1px solid #0417F9;
        }

            .category_section .box .detail-box a:hover {
                background-color: transparent;
                color: #0417F9;
            }

    .category_section .box:hover .img-box img {
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    }

.category_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .category_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #0417F9;
        color: #fff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #0417F9;
        outline: none;
    }

        .category_section .btn-box a:hover {
            background-color: transparent;
            color: #0417F9;
        }
.category_section .box-img{
    width:100%;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        font-size: 8rem;
        position: relative;
        font-weight: bold;
        margin-bottom: 0;
        font-family: sans-serif;
        font-weight: 400;
        padding-bottom: 7px;
    }

        .heading_container h2::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 75px;
            height: 5px;
            
        }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

.about_section .box {
    text-align: center;
}

.about_section img {
    margin-top: 45px;
    max-width: 100%;
}

.about_section .detail-box p {
    margin-top: 15px;
    font-size: 35px;
    text-align: left;
    color: #000;
    font-family: verdana;
}

.about_section .detail-box a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #0417F9;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #0417F9;
}

    .about_section .detail-box a:hover {
        background-color: transparent;
        color: #0417F9;
    }
.about-social-links li span {
    font-size: 22px;
    top: 3px;
    position: relative;
}



.curved-bg {
    
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
    /*below show how it works*/
}

    .curved-bg:before {
        content: "";
        width: 200%;
        height: 0;
        padding-top: 100%;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        bottom: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .curved-bg:after {
        content: "";
        width: 200%;
        height: 0;
        padding-top: 100%;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        /*top: 65%;*/
        left: 50%;
        transform: translateX(-50%);
    }

.mobile_app_section {
    /* background-image: url(../imgs/app-bg.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 160px 0 0 0;
    color: #ffffff;
}

    .mobile_app_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile_app_section .detail-box h2 {
        margin-bottom: 25px;
        font-family: "Poppins", sans-serif;
    }

        .mobile_app_section .detail-box h2 span {
            color: #ffe537;
        }

    .mobile_app_section .detail-box p {
        margin-bottom: 0;
    }

    .mobile_app_section .detail-box .app_btn_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 35px 0;
    }

        .mobile_app_section .detail-box .app_btn_box a {
            width: 145px;
        }

    .mobile_app_section .detail-box .download_btn {
        display: inline-block;
        padding: 12px 45px;
        background-color: #fff;
        color: #0417F9;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #fff;
        outline: none;
    }

        .mobile_app_section .detail-box .download_btn:hover {
            background-color: transparent;
            color: #fff;
        }

    .mobile_app_section .box-img {
        width: 100%;
    }

.layout_padding {
    padding: 90px 0;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.contact_section {
    text-align: center;
}

    .contact_section .detail-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 45px;
    }

        .contact_section .detail-box h4 {
            font-weight: bold;
            margin-bottom: 0;
            font-family: "Poppins", sans-serif;
        }

        .contact_section .detail-box p {
            margin: 20px 0;
        }

        .contact_section .detail-box i.fa-quote-left {
            font-size: 24px;
            color: #4855fe;
        }

    .contact_section .carousel-control-next {
        position: unset;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background-color: #ffe537;
        border-radius: 100%;
        font-size: 12px;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
        margin: auto;
        margin-top: 25px;
    }

        .contact_section .carousel-control-next:hover {
            background-color: #4855fe;
            color: #ffffff;
        }

    .contact_section .form-control {
        height: 45px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
        padding: 0 15px;
        background-color: #ffffff;
        border-radius: 45px;
    }

    .contact_section textarea.form-control {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 25px;
    }

    .contact_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #0417F9;
        color: #fff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #0417F9;
        outline: none;
    }

        .contact_section .btn-box a:hover {
            background-color: transparent;
            color: #0417F9;
        }

.custom-wrap-section {
    height: 85vh;
    padding: 10vh 20px 0px 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}


@media only screen and (min-width: 769px) and (max-width: 969px) {
    .detail-box p {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 970px) and (max-width: 1280px) {
    .detail-box p {
        font-size: 25px !important;
    }
}
@media only screen and (max-height: 670px) {
    .custom-wrap-section img {
        width: 180px !important;
    }
}
/*@media only screen and (max-height: 480px) {
    .custom-wrap-section img {
        width: 180px !important;
    }
}*/