body {
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
}

/**Header-css**/
.header-navigation-2 .secure-logo {
    display: flex;
    align-items: center;
}

    .header-navigation-2 .secure-logo img {
        max-width: 35px;
    }

    .header-navigation-2 .secure-logo h2 {
        color: #fff;
    }
.header-navigation-2 .secure-logo h2:hover {
    background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
    .header-navigation-2.active .secure-logo h2 {
        color: #000;
    }
.header-navigation-2 {

    position: fixed;
    width: 100%;
    z-index: 1;

}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #f20261 !important;
}
.header-navigation-2.active {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background: #fff;
}

.header-navigation-2 .dark{
        display:none;
}
    .header-navigation-2 .light {
        max-width: 75%;
        margin-left: 2.5rem;
    }
    .header-navigation-2.active .dark {
        display: block;
        margin-left: 2.5rem;
    }
    .header-navigation-2.active .light {
        display: none;
    }

    .header-navigation-2 .bg-light {
        background-color: transparent !important;
    }

        .header-navigation-2 .bg-light .navbar-collapse {
            justify-content: right;
        }

    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }
    .header-navigation-2.active .navbar-light .navbar-nav .nav-link {
        color: #0e1228;
    }

    .header-navigation-2 .nav-item {
        padding-right: 30px;
    }

    .header-navigation-2 .navbar-light .navbar-nav .nav-link:focus, .header-navigation-2 .navbar-light .navbar-nav .nav-link:hover {
        color: #f20261;
    }


/*.navbar-light .navbar-nav .nav-link.active {
    color: #f20261 !important;
    background: rgba(242, 2, 97, 0.12);
    border-radius: 22px;
}*/
.header-navigation-2 .dropdown-menu {
    background-color: #fff;
    padding: 0;
}

    .header-navigation-2 .dropdown-item {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #0e1228 !important;
    }

        .header-navigation-2 .dropdown-item:active {
            box-shadow: 0 10px 8px 0 rgb(41 40 40 / 19%);
            background-image: linear-gradient(to bottom, #9f2a52, #630489 134%);
            border: none;
            border-radius: 0;
            margin: 0px;
            font-size: 16px;
            font-weight: 600;
            text-align: left;
            color: #fff;
        }

        .header-navigation-2 .dropdown-item:hover {
            box-shadow: 0 10px 8px 0 rgb(41 40 40 / 19%);
            background-image: linear-gradient(to bottom, #9f2a52, #630489 134%);
            border: none;
            border-radius: 0;
            margin: 0px;
            font-size: 16px !important;
            font-weight: 600 !important;
            text-align: left !important;
            color: #fff !important;
        }
@media (max-width: 577px){
    .header-navigation-2 .brand-logo {
        padding-left: 0rem;
    }
    .social-buttons{
        justify-content:center;
    }
} 

.drop-img {
    max-width: 50px;
}

.header-navigation-2  .login-btn {
    border: solid 1px #0e1228;
    color: #0e1228;
    border-radius: 6px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: none;
    z-index: 10000000;
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
}

    .scrollup:focus {
        background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
        border-radius: 4px;
        color: #ffffff !important;
    }

@media (max-width: 1200px) {

    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        padding-right: 20px;
        font-size: 14px;
        color: #0e1228;
        font-weight: 500;
    }

    .login-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        font-size: 13px;
    }

    .login-btn {
        padding: 8px 10px;
        font-size: 14px;
    }

    .signup-btn {
        padding: 8px 10px;
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .navigation {
        padding-left: 3rem !important;
    }

        .navigation .nav-item {
            margin-top: 1rem;
        }
}

@media (max-width: 577px) {
    .header-navigation-2 .brand-logo img {
        max-width: 200px;
    }

    .header-navigation-2 .brand-logo {
        padding-left: 0rem;
    }

    .navigation {
        padding-left: 1rem !important;
    }
}


/**Footer-css**/
.footer {
    background-color: #0e0c3f;
    padding-top: 2rem;
}

.logo-footer {
    max-width: 300px;
    padding-bottom: 2rem;
}

.social {
    padding: 0;
}

ul.social > li {
    display: inline-block;
    padding-right: 15px;
    padding-top: 15px;
}

    ul.social > li > a {
        display: inline-block;
        font-size: 20px;
        width: 50px;
        height: 50px;
        border-radius: 36px;
        background-color: transparent;
        color: #d1d1d8;
        text-align: center;
        border: 1px solid #d1d1d8;
        padding-top: 3px;
    }

/*        ul.social > li > a:hover {
            text-decoration: none;
            background-color: transparent;
            color: #f20261;
            border: 1px solid #f20261;
        }*/

.footer-menu ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #d1d1d8;
    padding-bottom: 2rem;
}

/*    .footer-menu ul li {
        padding-top: 20px;
    }*/
.footer-menu li {
line-height:40px;
}
.footer-menu li a {
    color: #d1d1d8;
    text-decoration: none;
    background-color: transparent;
    font-family: Poppins;
    font-size: 14px;
    text-align: left;
}

    .footer-menu li a:hover {
        color: #f20261;
    }

.footer-menu h4 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}


.footer-inner-addon {
    position: relative;
    padding-top: 1rem;
}

    .footer-inner-addon input {
        border: solid 1px #fff;
        background-color: #f9faff;
        border-radius: inherit;
        font-size: 12px;
        color: #0e0c3f;
        font-weight: 600;
    }

.form-control:focus {
    color: #0e0c3f;
    background-color: #f9faff;
    outline: 0;
    box-shadow: none;
    border-color: #fff;
}


.footer-inner-addon img {
    position: absolute;
    right: 10px;
    padding: 8px;
    pointer-events: none;
    text-align: center;
    height: 30px;
    top: 17px;
}
/*.footer-submit {
    max-width: 86%;
    margin: 0 auto;
}*/
.submit-btn-2 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    border: solid 1px #5098fb;
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.87), #9f2a52);
    padding: 8px 40px;
    width: 100%;
    font-family: poppins;
}

.footer-section-2 {
    border-right: 1px solid #f20261;
}

.end-content {
    display: flex;
    justify-content: space-around;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .end-content p {
        font-size: 14px;
        line-height: 2.27;
        letter-spacing: normal;
        text-align: left;
        color: #d1d1d8;
    }

    .end-content span {
        font-size: 14px;
        line-height: 2.27;
        letter-spacing: normal;
        text-align: left;
        color: #d1d1d8;
    }

.innovly {
    max-width: 60px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -5px;
}

@media (max-width: 992px) {
    .end-content {
        padding-bottom: 2rem;
        text-align: center;
        display: block;
    }

        .end-content p {
            text-align: center;
        }

    .footer-inner-addon input {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .footer-menu {
        text-align: center;
    }

        .footer-menu h4 {
            text-align: center !important;
        }

    .end-content {
        display: block;
        text-align: center;
    }

    .footer-section-2 {
        border-right: none !important;
    }

    .footer-inner-addon img {
        position: absolute;
        right: 40px;
        padding: 8px;
        pointer-events: none;
        text-align: center;
        height: 15%;
        top: 17px;
    }

    .me-footer {
        text-align: center;
    }
}

@media (max-width: 577px) {
    .footer-inner-addon img {
        position: absolute;
        right: 30px;
        padding: 8px;
        pointer-events: none;
        text-align: center;
        height: 30px;
        top: 15px;
    }
}
.social-buttons {
    border-radius: 5px;
    display: flex;
}

.social-buttons__button {
    margin: 5px;
}

.social-button {
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.social-icons {
    width: 100%;
}

.social-button__inner {
    font-size: 2.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.social-button i,
.social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-button i {
    font-size: 20px;
}

.social-button svg {
    height: 40%;
    width: 40%;
}

.social-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: #fff;
    text-decoration: none;
}

    .social-button:focus::after,
    .social-button:hover::after {
        width: 100%;
        height: 100%;
        margin-left: -50%;
    }

.social-button--facebook {
    color: #c4302b;
}

    .social-button--facebook::after {
        background: #c4302b;
    }

.social-button--linkedin {
    color: #0077b5;
}

    .social-button--linkedin::after {
        background: #0077b5;
    }



.social-button--instagram {
    color: #1DA1F2;
}

    .social-button--instagram::after {
        background: #1DA1F2;
    }

.creative-section {
    background: #fff;
    padding-bottom: 5rem;
    padding-top: 6rem;
}
.blog-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 22px 12px #00000029;
    border-radius: 6px;
    opacity: 1;
    height: 100%;
}

    .blog-content img {
        max-width: 100%;
    }

        .blog-content img:hover {
            opacity: 1;
            -webkit-animation: flash 1.5s;
            animation: flash 1.5s;
        }

    .blog-content h3 {
        font-size: 18px !important;
        color:#000;
        font-weight:600;
    }

    .blog-content p {
        font-size: 16px !important;
        color: #000;
        line-height:1.7;
    }

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}
/**blog-section**/
.blog-section {
    padding-top: 8rem;
    padding-bottom: 3rem;
}

    .blog-section h1 {
        font-size: 25px;
        font-weight: 700;
        padding-top:1rem;
        padding-bottom:1rem;
    }

    .blog-section span {
        color: #FF3747 !important;
        opacity: 0.9;
        padding-left: 10px;
    }

    .blog-section p {
        opacity: 0.9;
    }

    .blog-section ul {
        list-style: none;
    }

        .blog-section ul li {
            padding-top: 2rem;
            line-height: 1.7;
            font-size: 15px;
            position: relative;
        }

            .blog-section ul li::before {
                content: "";
                background: url(/Images/check.png) no-repeat;
                width: 18px;
                height: 18px;
                position: absolute;
                left: -35px;
                top: 35px;
                background-color: #9f2a52;
                border-radius: 50%;
                background-position: center;
                background-size: 50%;
            }

.text {
    cursor: default;
}

    .text:hover .iframe-preview {
        opacity: 1;
    }
    .text:hover .iframe-preview-2 {
        opacity: 1;
    }


.iframe-preview {
    transition: 0.2s ease-in-out opacity, 0.2s ease-in-out transform;
    opacity: 0;
    position: absolute;
    top: -6rem;
    left: 48%;
}

    .iframe-preview .vector-email {
        max-width:50%!important;
    }
.iframe-preview-2 {
    transition: 0.2s ease-in-out opacity, 0.2s ease-in-out transform;
    opacity: 0;
    position: absolute;
    top: -6rem;
    right: 22%;
}

    .iframe-preview-2 .vector-email {
        max-width: 25% !important;
    }