@import url('https://fonts.googleapis.com/css2?family=Fruktur&display=swap');
body {
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Inter', sans-serif;
}
body.homepage {
    /*background: #000 !important;*/
}

a {
    text-decoration: none !important;
}
.header-sec {
    /*position: absolute;*/
    z-index: 9999;
    width: 100%;
    top: 0px;
    padding: 10px 40px;
    box-shadow: 1px 2px 3px #d1d1d1;
}
nav.navbar {
    padding: 0px;
}
nav.navbar a.navbar-brand {
    padding: 0px;
    margin: 0px;
    width: 70px;
}
.loginnav {
    /*margin-left: 40px;*/
}
.nav-item.dropdown .dropdown-menu {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 3px 4px #dfd0e5;
    border: none;
    padding: 0px 17px;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item {
    color: #212b37;
    padding: 11px 30px 11px 15px;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item i.fa {
    margin-right: 10px;
    color: #77299c;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
    background: none !important;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:focus {
    background: none !important;
}
.navbar-collapse .navbar-nav li.nav-item a.nav-link {
    color: #000;
    padding: 10px 24px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
li.nav-item.signnav a.nav-link {
    /*background-image: linear-gradient(90deg, #6f86ff, #b372ce 49%, #ff7586);*/
    background: #0a0271;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-left: 15px;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
li.nav-item.signnav a.nav-link:hover {
    /*background-image: linear-gradient(90deg, #b372ce, #ff7586 49%, #6f86ff);*/
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
/*.navbar-collapse .navbar-nav li.nav-item a.nav-link img.img-fluid {*/
/*    position: absolute;*/
/*    width: 18px;*/
/*    top: -4px;*/
/*    right: 18px;*/
/*}*/
.main-banner {
    /*background-size: cover !important;*/
    background-repeat: no-repeat !important;
    min-height: 760px;
    background-position: center !important;
    position: relative;
    /*padding-top: 90px;*/
        background-size: 115% 100% !important;
}
.banner-text {
    max-width: 840px;
    text-align: center;
    margin: 0px auto;
    display: flex;
    min-height: 604px;
    justify-content: center;
    flex-direction: column;
}
.banner-text h1 {
   font-size: 49px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
    line-height: 63px;
    text-transform: capitalize;
    /*background-image: linear-gradient(
270deg, #4f56ff, #ff4980);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}
.banner-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 36px;
}
.heading-sec h3 span {
    font-family: 'Fruktur', cursive;
    /*background-image: linear-gradient( 
270deg, #4f56ff, #ff4980);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
        color: #ff011a;
}

.btn.btn-info {
       /* background-image: linear-gradient(
90deg, #6f86ff, #b372ce 49%, #ff7586);*/
    background: #0a0271;
    border: none !important;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 45px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.btn.btn-info:hover,.btn.btn-info:focus {
    /*background-image: linear-gradient(90deg, #b372ce, #ff7586 49%, #6f86ff)!important;*/
    background: #08043e !important;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transform: scale(1.06);
}

.how-it-work {
    padding: 10px 0px 90px;
    position: relative;
}
.heading-sec {
    text-align: center;
    margin-bottom: 40px;
}
.heading-sec h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    max-width: 900px;
    margin: 0px auto 15px;
}
.heading-sec p {
    max-width: 603px;
    color: #000;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
}
.work-card {
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0px 0px 92px 0px rgb(54 57 164 / 20%);
    padding: 40px 33px;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.work-card:hover {
    background-color: #fff;
    transform: scale(1.06);
    box-shadow: 0px 0px 92px 0px rgb(54 57 164 / 30%);
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.work-desc h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.work-desc p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.bg-gradient-blur-circle-1{    
    position: absolute;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #d220ff;
}
.bg-gradient-blur-circle-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #fe316f;
}
.bg-gradient-blur-circle-3 {
    position: absolute;
    top: 0px;
    right: ;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #6923ff;
}
img.img-fluid.gbg1 {
    position: absolute;
    top: 0px;
    right: 0%;
    z-index: -1;
    margin-left: -341px;
}
/*.gbg1 {
        align-self: flex-end;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
}
.gbg1 {
        animation-name: gbg1;
        animation-timing-function: linear;
}
@keyframes gbg1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-160px); }
        100% { transform: translateY(0); }
}*/
.work-icon {
    background: #0a0271;
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 14px;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.work-card:hover .work-icon {
    /*background-image: linear-gradient( 
90deg, #ff3868, #714dff);*/
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.work-icon img.img-fluid {
    width: 44px;
    margin-top: 12px;
}
.client-sec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.client-sec ul li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 38px;
}
.client-sec ul li img.img-fluid {
    margin-top: 0px;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.client-sec ul li:hover img.img-fluid {
    margin-top: -10px;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.paperwork-left h3 {
    color: #000;
    font-size: 38px;
    line-height: 49px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.paperwork-left h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.paperwork-left p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.paperwork-left {
    text-align: left;
    margin: 0px auto;
    display: flex;
    min-height: 400px;
    justify-content: center;
    flex-direction: column;
}
.paperwork-right img.img-fluid {
    width: 400px;
    margin: 0px auto;
    display: block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.paperwork .row:hover img.img-fluid {
    transform: scale(1.06);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.paperwork .row {
    margin-bottom: 60px;
}
.paperwork {
    position: relative;
}
.paperworkbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    width: 1000px;
    display: none;
}
.img-fluid.leftbg {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -200px;
    left: 0%;
    z-index: -11;
    width: 300px;
}
.leftbg {
        align-self: flex-end;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
}
.leftbg {
        animation-name: leftbg;
        animation-timing-function: linear;
}
@keyframes leftbg {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-160px); }
        100% { transform: translateY(0); }
}
.img-fluid.rightbg {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 33%;
    right: 0%;    
    z-index: -11;
    width: 300px;
}
.rightbg {
        align-self: flex-end;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
}
.rightbg {
        animation-name: rightbg;
        animation-timing-function: linear;
}
@keyframes rightbg {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(160px); }
        100% { transform: translateY(0); }
}
.plan-sec {
    padding-bottom: 90px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    background-size: 100% 100% !important;
    padding-top: 70px;
    min-height: 650px;
}
.plan-sec .heading-sec {
    margin-bottom: 60px;
}
.plan-box {
    text-align: center;
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
background-color: #fff;
box-shadow: 0px 0px 92px 0px rgba(54, 57, 164, 0.2);
text-align: center;
position: relative;
z-index: 0;
border-radius: 10px;
padding: 50px 30px 40px;
transition: all 0.5s;
overflow: hidden;
border: 5px solid #fff;
margin-bottom: 30px;
}
.plan-box:hover {
    transform: scale(1.06);
    transition: 0.5s ease;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
}
.plan-box:hover .btn.btn-info{
    /*background-image: linear-gradient(
90deg, #b372ce, #ff7586 49%, #6f86ff)!important;*/
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transform: scale(1.06);
}
.plan-box h3 {
    color: #0a0271;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}
.plan-box h5 {
    color: #ff011a;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 27px;
}
.plan-desc {
    /*background-color: #fff;
box-shadow: 0px 0px 92px 0px rgba(54, 57, 164, 0.2);
text-align: center;
position: relative;
z-index: 0;
border-radius: 10px;
padding: 50px 30px 40px;
transition: all 0.5s;
overflow: hidden;
border: 5px solid #fff;
margin-bottom: 30px;*/
}
.plan-descimg {

    background-color: #fff;
box-shadow: 0px 0px 92px 0px rgba(54, 57, 164, 0.2);
text-align: center;
position: relative;
z-index: 0;
border-radius: 10px;
    padding: 20px 30px 20px;
    transition: all 0.5s;
    overflow: hidden;
    border: 5px solid #fff;
    width: 150px;
    margin: 0px auto 30px;
}
.plan-desc img.img-fluid {
    width: 100px;
}
.plan-box h5 span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
}
.footer {
    padding: 20px 0px;
        position: relative;
        /*z-index: -1;*/
        margin-top: 110px;
}
.footer-left p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}
.footer-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
.footer-right ul li {
    display: inline-block;
    padding: 0px 17px;
    border-right: 1px solid #fff;
}
.footer-right ul li a {
    font-size: 16px;
    color: #fff;
}
.footer-right ul li:last-child{
    border-right: none;
}
.dashboardbox {
    position: relative;
    padding: 0px 50px;
}
.dashboardbox img.img-fluid {
    box-shadow: 0 14px 74px 0 rgb(0 0 0 / 45%);
    border-radius: 26px;
    border: 2px solid #d3d3d3;
    width: 100%;
    background: #fff;
}
img.img-fluid.dabg2 {
    position: absolute;
    left: 0px;
    top: 151px;
}
img.img-fluid.dabg3 {
    position: absolute;
    right: 0px;
    bottom: 60px;
    
}
.dashboard.-sec {
    padding-bottom: 90px;
    margin-top: -150px;
}
.footerimg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 200px;
}


/*loginpage*/
.login-box {
    margin: 50px auto 50px;
    width: 490px;
}
.login-form {
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 18%);
    -o-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 18%);
    -ms-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 18%);
}
.login-form h3 {
    text-align: center;
    color: #000;
    font-size: 23px;
    margin-bottom: 32px;
    font-weight: 700;
}
.login-form label {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.login-form .form-control {
    outline: none !important;
    border: 1px solid #f5eaea;
    padding: 12px 20px;
    font-size: 16px;
    color: #000;
    background: #fff !important;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 14%);
}
.forgotpassword {
    text-align: center;
}
.forgotpassword a {
    color: #0a0271;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.login-form .btn.btn-info {
    width: 100%;
}
.login-form .btn.btn-info {
   
}
.loginpage {
    padding: 30px 0px 60px;
}
.alert p {
    margin: 0px;
}

.content-page {
    padding: 80px 0px 100px;
    min-height: 700px;
}
.pageheading {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    margin-bottom: 24px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.pageheading span {
    color: #0a0271;
}
.pageheading span::after {
    content: "";
    height: 2px;
    width: 70px;
    background: #ff011a;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.content-design h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 25px 0px 15px 0px;
}
.content-design p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.content-design ul {
    margin-bottom: 15px;
}
.content-design ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.content-design a {
    color: #0a0271;
    text-decoration: underline !important;
}

.contact-page {
    padding: 80px 0px 100px;
    min-height: 700px;
}
.contact-info p {
    margin-bottom: 32px;
    line-height: 26px;
    font-weight: 300;
    font-size: 19px;
    color: #3e3e3e;
}
.contact-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-info ul li {
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 15px;
    padding-left: 55px;
}
.contact-info ul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #0a0271;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.contact-info ul li a {
    color: #000;
    font-size: 16px;
    padding-top: 7px;
    display: block;
}
.contact-info h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}
.contact-form {
    padding: 50px;
    max-width: 800px;
    margin: 0px auto 0px;
    box-shadow: 0 10px 90px 0 rgb(0 0 0 / 15%);
}
.contact-form .form-group label {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.contact-form .form-control {
    border-radius: 5px;
    min-height: 45px;
    border: 1px solid #9f9c9c;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}
.contact-form .btn.btn-info {
    padding: 10px 25px;
    width: 100%;
}
.featuresrow {
    margin-top: 80px;
    margin-bottom: 30px;
}
.featuresdiv .work-desc h2 {
    font-size: 22px;
}
.featuresdiv .work-desc p {
    font-size: 15px;
    min-height: 45px;
}
.featuresdiv .work-card {
    padding: 40px 27px;
    margin-bottom: 30px;
}
.about-design {
    display: flex;
    min-height: 282px;
    justify-content: center;
    flex-direction: column;
}
.about-design-img {
    max-width: 400px;
    margin: 0px auto;
}
.about-design h3.pageheading {
    border: none;
    font-size: 35px;
    margin-bottom: 3px;
}
.about-design h3.pageheading span::after {
        display: none;
}
.featuresrow h3.pageheading {
    border: none;
    font-size: 35px;
    margin-bottom: 23px;
    text-align: center;
}
.featuresrow h3.pageheading span::after {
        display: none;
}
div#infoMessage {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}
div#infoMessage p {
    margin: 0px;
}
.login-form .alert p {
    font-size: 14px;
}
.login-form .fui-cross {
    position: relative;
        width: 20px;
    height: 20px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.login-form .fui-cross::after {
    position: absolute;
    right: -12px;
    top: -3px;
    width: 20px;
    height: 20px;
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.contact-form .form-group .error {
  font-size: 12px;
  color: #d91111;
  margin: 0px;
}
.contact-form .alert {
  font-size: 14px;
}
.contact-form .fui-cross {
    position: relative;
        width: 20px;
    height: 20px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.contact-form .fui-cross::after {
    position: absolute;
    right: -12px;
    top: -3px;
    width: 20px;
    height: 20px;
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.loginpage {
    min-height: calc(100vh - 90px) !important;
}













