@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text--color);
    font-family: "Nunito Sans", sans-serif;
}

p.text16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Nunito Sans", sans-serif;
}

:root {
    --primary--color: #0330ef;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text--color: #605e6c;
    --grey--color: #aaaaaa;
    --accent--color: #07060d;
    --purple--color: #8f78fc;
    --border--color: #e9e4f0;
    --grey--bg--color: #f9f8ff;
}

.gradient-overlay {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
}

.padding-rl {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

/* TOP HEADER BAR SECTION */
.top-bar-con {
    padding: 5px 0;
    transition: transform .3s ease;
}
/* When hidden — slide up */
.top-bar-con.topbar-hidden {
    transform: translateY(-100%);
}

/* body.has-sticky-header{
  padding-top: 110px; 
} */
.top-bar-con p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 125px;
}

.top-bar-con a span {
    font-size: 16px;
    line-height: 24px;
}

.top-bar-con li img {
    margin-right: 3px;
}

.top-bar-con li:first-child {
    margin-right: 34px;
}

.top-bar-con a {
    text-decoration: underline;
}

.top-bar-con a:hover {
    text-decoration: underline;
    color: var(--accent--color) !important;
    opacity: 100%;
}

.top-bar-con .right-con ul li a {
    color: var(--secondary--color);
}

.other_list .country-selector {
    z-index: 9;
    position: relative;
}

.other_list .country-selector {
    font-size: 16px;
    line-height: 16px;
    width: auto;
    font-weight: 500;
    margin-right: 3px;
    color: var(--secondary--color) !important;
    transition: all 0.8s ease-in-out;
}

.other_list .country-selector>div.caption {
    margin-left: 0;
}

.other_list .country-selector>div.caption img {
    position: relative;
    top: -2px;
    margin-left: 3px;
    margin-right: 7px;
}

.other_list div.country-selector>div.list {
    position: absolute;
    width: 110px;
    display: none;
    left: 0;
    top: 30px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
}

.other_list div.country-selector>div.list>div.item {
    padding: 10px;
    align-items: center;
}

.other_list div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.other_list div.country-selector>div.list>div.item:hover a {
    color: var(--primary--color);
}

.other_list div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.other_list div.country-selector>div.caption {
    cursor: pointer;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--accent--color);
    font-weight: 600;
    padding: 10px 10px !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 74px;
    justify-content: center;
    align-items: center;
}

.header-con {
    padding: 15px 0;
    background-color: var(--secondary--color);
    position: relative;
    z-index: 10;
    transition: all .3s ease;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: top .3s ease;
}
.has-sticky-header .banner-con,
.has-sticky-header .sub-banner {
    margin-top: 0px;
}
.header-con .navbar {
    padding: 0;
}

.header-con .header-contact a {
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
    color: var(--secondary--color);
    border-radius: 10px;
    padding: 0 31px;
    font-size: 18px;
    transition: ease-in-out 0.6s;
    text-decoration: none;
    text-align: center;
}

.header-con .header-contact a:hover {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--primary--color) 100%);
    color: var(--secondary--color);
    text-decoration: none;
}
.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 16px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 20px;
    margin: 0;
    background-color: var(--grey--bg--color);
    border: 0;
    z-index: 15;
    border-radius: 10px;
    width: 820px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border: none;
}
/* .dropdown-menu.show {
    display: flex;
} */

/* Columns */
.menulist-col-1,
.menulist-col-2 {
    width: 50%;
    text-align: left;
}

.menu-inner-wrap {
    gap: 30px;
}

/* Divider line */
.menulist-col-1 {
    border-right: 1px solid var(--border--color);
    padding-right: 10px;
}

/* Section headings */
.menu-heading-label {
    display: inline-block;
    background: var(--purple--color);
    color: var(--secondary--color);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 22px;
}

/* List reset */
.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item */
.dropdown-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

/* Hover effect */
.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.03);
    /* transform: translateY(-2px); */
}

/* Text block */
.menu_text {
    font-size: 13.5px;
    color: var(--text--color);
    line-height: 1.5;

    /* 🔥 text fix */
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}


/* Title */
.menu_text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--accent--color);
    margin-bottom: 4px;
}
/*.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    color: var(--navy--family--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border-radius: 4px;
}*/

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */

/* SPECIAL */
.heading-title-con {
    margin-bottom: 70px;
}

.heading-title-con h2 {
    margin-bottom: 16px;
}

.heading-title-con p {
    font-size: 18px;
    line-height: 30px;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.breadcrumb {
    background-color: rgb(255 255 255 / 10%);
    padding: 13px 34px;
    transition: ease-in-out 0.6s;
    border-radius: 10px;
    margin-bottom: 46px;
    justify-content: center;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--purple--color);
}

.breadcrumb-item a:hover {
    color: var(--secondary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--purple--color);
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

/**************************************************************************************/
/* CTA Section */
.cta-banner {
    border-radius: 30px;
    padding: 50px 55px;
    margin-bottom: -98px;
    position: relative;
    z-index: 2;
}

/* Footer Section */
.footer-main {
    padding-top: 210px;
    color: var(--grey--color);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.footer-left-con {
    padding-right: 12%;
}

.footer-left-con .footer-text {
    margin-bottom: 78px;
}

.footer-left-con .footer-text.mt-2 {
    line-height: 24px;
}

.footer-logo-img {
    margin-bottom: 18px;
}

.footer-left-con h4 {
    margin-bottom: 23px;
}

.black-bg {
    background-color: var(--accent--color);
}

.footer-link,
.social-links li {
    color: var(--grey--color);
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}

.social-links li {
    margin-bottom: 0;
    font-size: 16px;
}

.footer-link:hover,
.social-links a:hover {
    color: var(--purple--color);
    text-decoration: none;
}

.footer-box {
    z-index: 2;
}

.footer-heading {
    color: var(--secondary--color);
    margin-bottom: 45px;
}

.copyright p {
    color: var(--grey--color);
    font-size: 16px;
    line-height: 24px;
}
/* Newsletter Input */
.newsletter-input input {
    background: transparent;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 16px 60px 16px 26px;
    color: #777;
    font-size: 18px;
    width: 100%;
}

.newsletter-input button {
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 26px;
    padding-left: 16px;
    cursor: pointer;
}
.newsletter-input input:focus-visible {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}
.footer-watermark img {
    height: 190px;
    position: absolute;
    bottom: 30px;
    right: 122px;
    will-change: transform;
    animation: marquee 25s linear infinite;
}

/* Seamless marquee */
@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.social-links li a {
    text-decoration: underline;
    color: var(--grey--color);
}

.social-links li {
    margin: 0 29px;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links li:last-child {
    margin-right: 0;
}

/************************************************************/
.primary-button,
button.primary-button {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
    padding: 0;
    padding: 0 60px;
    height: 63px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 63px;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border: none;
    border-radius: 10px;
}
.primary-button:hover,
button.primary-button:hover {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--primary--color) 100%);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.secondary-button,
button.secondary-button {
    background-color: transparent;
    padding: 0;
    padding: 0 55px;
    height: 63px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 63px;
    /* width: 100%; */
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 1px solid var(--secondary--color);
}

.secondary-button:hover,
button.secondary-button:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
    transition: ease-in-out 0.6s;
}

.elementary-button,
button.elementary-button {
    background-color: var(--secondary--color);
    padding: 0;
    padding: 0 49px;
    height: 63px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 63px;
    /* width: 100%; */
    text-decoration: none;
    color: var(--accent--color);
    cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 1px solid transparent;
}

.elementary-button:hover,
button.elementary-button:hover {
    background-color: transparent;
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

h1 {
    font-size: 72px;
    font-weight: 400;
    line-height: 82px;
    color: var(--secondary--color);
}

h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    color: var(--accent--color);

}

h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: var(--accent--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--accent--color);
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--accent--color);
}
.padding-top {
    padding-top: 115px;
}

.padding-bottom {
    padding-bottom: 115px;
}
@media screen and (max-width: 1440px) {
    /* header */
    .header-con .navbar-expand-lg .navbar-nav {
        gap: 60px;
    }

    .top-bar-con li:first-child {
        margin-right: 16px;
    }

    .top-bar-con p {
        font-size: 15px;
        line-height: 23px;
        padding-left: 0;
    }

    /* header */
    /* footer */

    .footer-left-con {
        padding-right: 0;
    }

    .footer-left-con .footer-text {
        margin-bottom: 35px;
    }

    .footer-heading {
        margin-bottom: 35px;
    }

    .footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    /* footer */
}
@media screen and (max-width: 1199px) {
    /* header */
    .top-bar-con a span {
        font-size: 14px;
        line-height: 22px;
    }

    .top-bar-con p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 0;
    }

    .other_list div.country-selector>div.caption {
        font-size: 15px;
    }

    .top-bar-con li img {
        margin-right: 1px;
    }

    .top-bar-con li:first-child {
        margin-right: 10px;
    }

    .header-con .navbar-expand-lg .navbar-nav {
        gap: 33px;
    }

    .header-con .header-contact a {
        padding: 0 25px;
        font-size: 17px;
    }

    /* header */
    /* footer */
    .footer-heading {
        margin-bottom: 26px;
    }

    .footer-link,
    .social-links li {
        margin-bottom: 10px;
        line-height: 27px;
    }

    .footer-main .ml-auto.d-flex.col-lg-6 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin: auto;
    }

    .social-links li {
        margin-bottom: 0;
        line-height: 27px;
    }

    /* footer */    
    .padding-rl {
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .footer-main {
        padding-top: 60px;
    }
}
@media screen and (max-width: 991px) {
    /* header */
    .header-con {
        padding: 10px 15px;
    }

    .navbar-brand img {
        width: 130px;
    }

    .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar-toggler-icon {
        width: 22px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 5px 0;
    }

    .navbar-collapse {
        background: #fff;
        padding: 0;
        margin-top: 10px;
        position: absolute;
        border-radius: 15px;
        width: 100%;
        top: 50px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .dropdown-menu {
        position: static;
        float: none;
        text-align: center;
    }

    .header-contact {
        display: none;
    }

    .client-login-btn {
        display: inline-block;
        padding: 10px 20px;
    }

    .header-con .navbar-expand-lg .navbar-nav {
        gap: 0;
        padding: 15px;
    }

    .header-con .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding: 0px 10px !important;
    }

    .header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
        top: 14px;
        font-size: 16px;
    }

    .navbar-nav .nav-item {
        margin: 6px 0;
        width: 100%;
    }
    .top-bar-inner-con {
        display: block !important;
        text-align: center;
    }
    .header-con .navbar-light .navbar-nav .dropdown-menu{
        width: 100%;
    }

    .top-bar-inner-con .left-con {
        justify-content: center;
        margin-bottom: 10px;
    }
    /* footer */
    .footer-link,
    .social-links li {
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 17px;
    }

    .social-links li {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .social-links li {
        margin: 0 12px;
    }

    .footer-main .ml-auto.d-flex.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

    .footer-main {
        padding-top: 50px;
        text-align: center;
    }
    .footer-logo-img a{
        margin: 0 auto;
    }

    /* footer */
}
@media screen and (max-width: 767px) {
    /* footer */
    .footer-link,
    .social-links li {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 16px;
    }

    .social-links li {
        margin-bottom: 0;
    }

    .footer-logo-img {
        justify-content: center;
    }
    .footer-heading {
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .footer-main {
        text-align: center;
    }
    .footer-left-con .footer-text {
     margin-bottom: 15px;
  }

    /*  */
}










/***********************Custom Css*************************/

#fullpage-overlay {
 display: none
}
section#main-body { 
    background: #f9f8fe;
}
.btn.btn-primary ,
.btn-outline-primary
{
background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
 color: #fff !important;
}

.btn.btn-primary:hover ,
.btn-outline-primary:hover
 {
background-image: linear-gradient(to right, var(--purple--color) 0%, var(--primary--color) 100%);
   }

header.header .navbar a
{
    color: var(--accent--color);
}

header.header .navbar-nav a {
    font-size: 16px;
    padding: 0 20px;
}

header.header .main-navbar-wrapper {

    background: #f9f8fe;
}

.master-breadcrumb {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
}

.header-lined  h1 {
color: var(--accent--color);

}

.product-desc ul {
  margin: 0;
 padding: 0;
 list-style-type: none

}

.product-desc ul li {
	color: var(--accent--color);
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover,
.list-group-item.active , .domain-checker-container
 {
  background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%) !important;
}
.country-selector.lang-dropdown button {
   padding: 0 !important;
   color: #fff !important
 }
 
 
 /********************/
.sub-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 250px;
}

.sub-banner h1 {
    margin-bottom: 24px;
}

.sub-banner p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 51px;
}

.sub-banner p.small {
    font-size: 16px;
    line-height: 24px;
}


.sub-banner.clientarea-banner {
    background: url(../images/client-area-banner.jpg) no-repeat center top;
    background-size: cover;
}


.card h1 {
    color: black;
    font-weight: 600;
}

.announcement h1 {
    color: black;
    font-weight: 600;
    font-size: 32px;
}


.testimonials-con p {
    margin-bottom: 38px;
}

.testimonials-con h2 {
    margin-bottom: 16px;
}

.testimonials-con .primary-button {
    padding: 0 44px;
}

.testimonial-right-con {
    gap: 35px;
}

.testimonials-con .carousel-item img.stars {
    margin-bottom: 30px;
}

.testimonials-con .carousel-item p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}

.testimonials-con .carousel-item h5 {
    margin-bottom: 3px;
}

.testimonials-con .carousel-item span {
    font-size: 16px;
    line-height: 24px;
}

.testimonials-con .carousel-indicators {
    bottom: -45px;
    left: 0;
    margin: unset;
    justify-content: flex-start;
}

.testimonials-con .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    opacity: 1;
    background-color: var(--purple--color);
    border-top: unset;
    border-bottom: unset;
}

.testimonials-con .carousel-indicators .active {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
}
