﻿body {
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #212230;
    font-size: 16px;
    overflow-x: hidden;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline-style: none;
}

h1, .h1 {
    font-size: 50px;
    color: #222D39;
    font-family: 'Poppins', sans-serif;
}

h2, .h2 {
    font-size: 45px;
    font-weight: 700;
    color: #222D39;
    font-family: 'Poppins', sans-serif;
}

h3, .h3 {
    font-size: 24px;
    color: #2C395F;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

    h3 a, .h3 a {
        color: #2C395F;
    }

h4, .h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222D39;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 700;
    color: #212230;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #000000;
    transition: all 0.2s ease;
}

p {
    color: #7B7B93;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

    p a {
        color: #6084A4;
    }

hr {
    margin: 0;
    padding: 0;
    border-color: #f3f6f8;
}

button:focus, input:focus {
    outline-style: none;
}

.form-control {
    font-size: 14px;
}

.btn {
    transition: 0.5s;
    border: none;
}

    .btn.btn-c-o {
        background-color: #f8636b;
        color: #ffffff;
        box-shadow: #f8636b 0 0 6px;
    }

        .btn.btn-c-o:hover {
            background-color: #f6545d;
            transform: translateY(-3px);
        }

        .btn.btn-c-o.btn-c-b {
            background-color: #5E2CED;
            box-shadow: #5E2CED 0 0 6px;
        }

            .btn.btn-c-o.btn-c-b:hover {
                background-color: #5727e0;
            }

        .btn.btn-c-o.btn-small {
            font-size: 14px;
        }


/********** Header Css ***********/


.navbar-bg {
    background-color: #ffffff;
}

.navigation .navbar-nav > li.nav-item > a.nav-link {
    color: #1C1C1C;
    position: relative;
    /*padding: 7px 20px 7px;*/
    margin: 7px 19px 5px;
    padding: 0;
}

nav-item.active > a.nav-link, .navigation .navbar-nav > li.nav-item:focus > a.nav-link, .navigation .navbar-nav > li.nav-item:hover > a.nav-link {
    /*border-bottom: 4px solid;*/
}

.navbar-nav .active .h-style-head:after {
    width: 100%;
    margin-top: 5px;
    height: 6px;
    background: transparent linear-gradient(90deg, #FFCBAA 0%, #FA71B8 100%) 0% 0% no-repeat padding-box;
    display: block;
    content: "";
    margin: 0 auto;
    vertical-align: top;
}

.navbar-brand.logo span {
    font-size: 24px;
    color: #0D0D0D;
    font-weight: 700;
    line-height: 21px;
    vertical-align: middle;
}

/*.header {
    transition: 0.3s;
}

    .header.navbar-bg {
        background-color: #ffffff;
        box-shadow: #e0e0e0 0 0 8px;
    }

.logo h1 span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
}

.navbar-brand.logo {
    height: auto;
    padding: 5px 0;
    position: relative;
}

    .navbar-brand.logo img {
        width: 58px;
        max-width: 58px;
        height: auto;
    }

    .navbar-brand.logo h1 {
        font-size: 26px;
        color: #ffffff;
        font-weight: 600;
        line-height: 36px;
    }

.header.navbar-bg .navbar-brand.logo h1 {
    color: #222D39;
}


.navigation .navbar-nav > li.nav-item {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin-left: 50px;
    position: static;
}

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        color: #ffffff;
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
        margin: 0;
    }

.header.navbar-bg .navigation .navbar-nav > li.nav-item > a.nav-link {
    color: #222D39;
}



.navigation .navbar-nav > li.nav-item:hover > a.nav-link, .navigation .navbar-nav > li.nav-item:focus > a.nav-link, .navigation .navbar-nav > li.nav-item.active > a.nav-link {
    color: #F8636B !important;
}

.navigation .navbar-nav > li.nav-item > a.nav-link:after, .navigation .navbar-nav > li.nav-item > a.nav-link:after {
    display: none;
}

.navigation .navbar-nav > li.nav-item:hover > a.nav-link:after, .navigation .navbar-nav > li.nav-item:hover > a.nav-link:after, .navigation .navbar-nav > li.nav-item.active > a.nav-link:after {
    background-color: #307cf8;
}

.navigation .megamenu {
    padding: 20px 20px;
    max-width: 1100px;
    min-height: 180px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.98);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: auto 90%;
    border-radius: 0px;
    border-color: #eaeaea;
}

    .navigation .megamenu > div > li > ul > li, .dropdown-menu li {
        font-weight: 500;
        font-size: 14px;
        text-transform: none;
    }

        .navigation .megamenu > div > li > ul > li > a, .dropdown-menu li a {
            display: block;
            padding: 3px 25px;
            color: #000000;
            white-space: normal;
        }

            .navigation .megamenu > div > li > ul > li > a:hover,
            .navigation .megamenu > div > li > ul > li > a:focus, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
                text-decoration: none;
                color: #6084A4;
                background-color: transparent;
            }

    .navigation .megamenu .dropdown-header {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
    }

    .navigation .megamenu .dropdown-item:focus, .navigation .megamenu .dropdown-item:hover {
        background-color: transparent;
    }

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}*/
.navigation .navbar-nav > li.nav-item:hover > a.nav-link, .navigation .navbar-nav > li.nav-item:focus > a.nav-link, .navigation .navbar-nav > li.nav-item.active > a.nav-link {
    color: #F8636B !important;
}

/**** Home Banner ***/

.wrapper {
    background-color: #FBFBFD;
}

.navbar.navbar-expand-md {
    box-shadow: 4px 8px 24px -8px #39376a;
}


.pageTopBanner {
    margin-top: 105px;
    padding: 0;
    background: rgb(21,21,72);
    background: -moz-radial-gradient(center, ellipse cover, rgba(21,21,72,1) 1%, rgba(2,2,48,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(21,21,72,1) 1%,rgba(2,2,48,1) 100%);
    background: radial-gradient(ellipse at center, rgba(21,21,72,1) 1%,rgba(2,2,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151548', endColorstr='#020230',GradientType=1 );
}

.pageTopBannerBg {
    background: rgb(94,44,237);
    background: -moz-linear-gradient(180deg, rgba(94,44,237,1) 0%, rgba(156,66,184,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(94,44,237,1) 0%, rgba(156,66,184,1) 100%);
    background: linear-gradient(180deg, rgba(94,44,237,1) 0%, rgba(156,66,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e2ced",endColorstr="#9c42b8",GradientType=1);
}

.pageTopBanner .bTitle {
    color: #ffffff;
    line-height: 55px;
    padding-bottom: 10px;
}

.pageTopBanner p {
    color: #ffffff;
    font-size: 16px;
}

.btn.btn-download-middle {
    font-size: 22px;
    padding: 13px 50px;
}


/**** Section One*****/
.hm-section-1 {
}

/*.hm-section-1 .row.position-relative:before {
        background-color: #F4F4FB;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        width: 300px;
        height: 300px;
        margin: 0 auto;
        margin-top: -150px;
        border-radius: 100%;
    }*/

/********* Section Two *********/

/*.hm-section-2 .bg-white {
    box-shadow: #eaeaea 0 0 15px;
}*/
.navbar-nav .active .h-style:after {
    width: 100%;
    margin-top: 5px;
    height: 6px;
    background: transparent linear-gradient(90deg, #FFCBAA 0%, #FA71B8 100%) 0% 0% no-repeat padding-box;
    display: block;
    content: "";
    margin: 0 auto;
    vertical-align: top;
}

.hm-section-2 {
    background: rgb(94,44,237);
    background: -moz-linear-gradient(45deg, rgba(94,44,237,1) 1%, rgba(247,99,107,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94,44,237,1) 1%,rgba(247,99,107,1) 100%);
    background: linear-gradient(45deg, rgba(94,44,237,1) 1%,rgba(247,99,107,1) 100%);
}

/********* Section Three *********/

.hm-section-3 {
    overflow: hidden;
}

.section-3-box {
    position: relative;
    z-index: 99;
    background: rgb(94,44,237);
    background: -moz-linear-gradient(45deg, rgba(94,44,237,1) 1%, rgba(247,99,107,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94,44,237,1) 1%,rgba(247,99,107,1) 100%);
    background: linear-gradient(45deg, rgba(94,44,237,1) 1%,rgba(247,99,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2ced', endColorstr='#f7636b',GradientType=1 );
}

.section-3-img {
    max-width: initial;
    left: -55px;
    top: -45px;
}

/************* Contact Page ***************/
.contact-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.contact-frm {
}

    .contact-frm label {
        color: #212230;
        font-weight: 500;
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
        margin-top: 5px;
    }

    .contact-frm .form-control {
        border: none;
        height: 44px;
        border-radius: 0px;
        color: #7B7B93;
        font-size: 14px;
        background-color: #ffffff;
        box-shadow: #eaeaea 0 0 10px;
    }

        .contact-frm .form-control.input-error {
            border: #F8636B solid 1px;
        }

        .contact-frm .form-control::-webkit-input-placeholder {
            color: #BDBDC9;
        }

        .contact-frm .form-control:-ms-input-placeholder {
            color: #BDBDC9;
        }

        .contact-frm .form-control::-moz-placeholder {
            color: #BDBDC9;
            opacity: 1;
        }

        .contact-frm .form-control:-moz-placeholder {
            color: #BDBDC9;
            opacity: 1;
        }

    .contact-frm textarea.form-control {
        height: auto;
        resize: none;
    }

    .contact-frm .btn.btn-c-o {
        padding: 12px 70px;
    }

.contact-address {
}

    .contact-address ul.list-unstyled li {
        position: relative;
        padding: 18px 0;
        border-top: #f1f1f1 solid 1px;
    }

        .contact-address ul.list-unstyled li span.h4 {
            font-weight: 600;
        }

        .contact-address ul.list-unstyled li:first-child {
            border: none;
        }

.btn.btn-c-o.purchase {
    background-color: #5E2CED;
    color: #ffffff;
    box-shadow: #5E2CED 0 0 6px;
}

/*#region Footer */
.fixed-social {
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 99;
}

    .fixed-social li.fb a {
        background-color: #4268b3;
    }

    .fixed-social li a {
        display: block;
        padding-left: 10px;
        text-align: center;
        height: 50px;
        padding-right: 10px;
        line-height: 60px;
    }

    .fixed-social li.tw a {
        background-color: #43bceb;
    }

    .fixed-social li.ld a {
        background-color: #0177b5;
    }

    .fixed-social li.ins a {
        background-color: #6057f9;
    }

.footer {
    background-color: #010E28;
}

.footercopy {
    background-color: #F5F5F5;
}

.fooCopyrights {
    padding-top: 15px;
}

.footer p {
    font-size: 14px;
}

.foo-links li:first-child {
    font-size: 14px;
    border: none;
}


.foo-links li {
    font-size: 14px;
    border-left: #1F1F1F solid 1px;
    line-height: 13px;
    padding-left: 12px;
    color: #000000;
}

    .foo-links li a {
        color: #000000;
    }

.footerBox .list-unstyled .list-unstyled-item a {
    color: #818181;
    font-size: 14px;
}

.footerBox .list-unstyled .list-unstyled-item {
    margin-bottom: 5px;
}

/*#endregion */


/*** Cookies Section ***/

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #0f0d27;
    padding-left: 25px;
    padding-right: 25px;
}

.cookie-bar .AVsizer {
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    margin-bottom: 20px;
    width: 100%;
    max-width: 450px;
    border-radius: 9px 0px 0px 9px;
}

.js-cookie-bar.cookie-bar {
    width: 100%;
}

.cookie-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 8px;
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #ADB2B6;
    font-size: 15px;
    line-height: 26px;
}

.cookie-bar a {
    color: #FFF;
    text-decoration: underline;
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: #ADB2B6 solid 1px;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #ADB2B6;
    font-weight: 400;
    /* border-radius: 100%; */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
}

.content-info p {
    color: #222D39;
}
