/* inpoort CSS for the site */

@import url("/css/master.css");

/*--- header ---*/

.logo {
    position: relative;
    margin: 0;
    width: 150px;
    display: inline-block;
}

header {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

header.fixed-header {
    backdrop-filter: blur(10px);
    position: fixed;
    top: -70px;
    transition: transform .8s, -webkit-transform .8s;
    transform: translateY(69px);
    background: #e9f9f138;
}

header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    width: max-content !important;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

nav ul .dropnav ul {
    display: none;
}

nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

nav ul li a {
    padding: 0px 20px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 70px;
    font-weight: 700;
}

header nav .dropnav .megamenu,
header nav .dropnav .submenu,
header nav .dropnav ul {
    position: absolute;
    display: none;
    top: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 40px 56px -16px #22066d29, 0 8px 20px #22066d0f, 1px 0 2px #22066d0a, 0 0 0 1px #22066d14;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgb(213, 215, 219);
}

header nav .dropnav:hover>ul {
    width: max-content;
    text-align: left;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    border-radius: 6px;
}

.dropdown li {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 7px 10px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px;
    height: unset;
    transition: all 0.5s linear 0s;
    text-align: left;
    line-height: 30px;
}

.dropnav li a {
    padding: 0px;
    width: 100%;
    flex-direction: row;
    line-height: 20px;
    font-size: 13px;
    transition: all 0.5s linear 0s;
    font-weight: 500;
    gap: 5px;
    color: rgb(0, 0, 0) !important;
}

.dropdown li:hover {
    background: rgb(243, 245, 253);
}

.userco {
    position: relative;
    margin: 0px;
    padding: 5px;
    width: auto;
    display: flex;
    cursor: pointer !important;
    gap: 5px;
    background: #2a3e77;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dfe2d9;
}

.userco span {
    width: 40px;
    height: auto;
    display: block;
    cursor: pointer;
    padding: 5px;
}

.userco span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* filter: invert(1); */
}

.nav-toggle {
    position: relative;
    margin: 0px;
    width: 35px;
    height: 40px;
    padding: 3px 5px;
    float: right;
    border-radius: 4px;
    top: 4px;
    border: 1px solid rgba(23, 16, 70, 0.12);
    display: none;
}

.nav-toggle div {
    width: 100%;
    height: 3px;
    background: rgb(23, 16, 70);
    margin: 6px auto;
    transition: all 0.3s ease 0s;
    text-align: right;
    border-radius: 10px;
    font-size: large;
}

.nav-toggle .two {
    width: 80%;
    margin-right: 0;
}

.nav-toggle .three {
    width: 70%;
    margin-right: 0px;
}

.userco .Support {
    border-right: 2px solid #374d8b;
    padding-right: 5px;
    margin-right: 5px;
}

.userco span {
    background: #22346900;
    border-radius: 50%;
    transition: 0.5s all linear;
}

.userco a:hover span {
    background: #2e5f9b;
    transition: 0.5s all linear;
}

nav ul li a:hover {
    color: #FF5722;
}

.dropnav ul li:hover a {
    color: #2a3e77 !important;
}


/*-- Scroll Top --*/

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #714592;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    transform: rotate(90deg);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #714592;
    stroke-width: 4;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 5px;
    height: 100px;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #ffeb3b, #194099e0);
}


/*-- Cookie Consent --*/

.CookieConsent {
    align-items: baseline;
    background: rgb(255, 255, 255);
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    right: 20px;
    position: fixed;
    width: 250px;
    z-index: 999;
    padding: 36px 24px 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
    border-radius: 8px;
    bottom: 20px;
    display: none;
}

.CookieConsent img {
    position: absolute;
    top: 0px;
    width: 64px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CookieConsent p {
    width: 100%;
    color: #63727e;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 150%;
}

.CookieConsent .polandbutn {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}

.CookieConsent .polandbutn a {
    color: rgb(128, 142, 154);
    font-size: 12px;
    font-style: normal;
}

.CookieConsent .polandbutn button.btn.acebtn {
    background: rgb(0, 193, 162);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px;
    font-size: 12px;
    position: relative;
}

nav li.active a {
    color: #f7941d;
}


/*-- Slider --*/

.slider {
    position: relative;
    margin: 0;
    padding: 50px 0px 0;
    background: #d9dde30a;
    z-index: 1;
}

.slider .container-fluid,
footer .container-fluid {
    width: 100%;
}

.slider h2 {
    margin: 0px 0px 25px;
    padding: 0;
    display: inline-block;
    font-size: 45px;
    letter-spacing: 0px;
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 55px;
}

.bg-orange {
    color: #ee6a08;
}

.gridsecare {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.gridsecare .serboxsec {
    display: flex;
    width: 100%;
    background: #f06b08;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
}

.slitexare {
    font-family: var(--fontfamilyPoppins);
    display: flex;
    padding: 30px 0px;
    width: calc(100% / 1.1);
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.slider h2 b {
    font-weight: 700;
}

.slider p {
    color: #67677b;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.gridsecare .serboxsec p {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    width: calc(100% - 40px);
}

.gridsecare .serboxsec span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
}

.butnraddes {
    padding: 15px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
    background: linear-gradient(90deg, rgba(84, 173, 79, 1) 0%, #FF6F00 50%, rgba(39, 60, 117, 1) 110%);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.serboxsec:nth-child(odd) {
    background: #2a3e77;
}

.serbotseac {
    position: relative;
    width: 100%;
    display: inline-block;
    border-top: 1px dotted #ffffff14;
    border-bottom: 1px dotted #ffffff14;
    background: #2a3e77;
}

.serbotseac ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0px;
    padding: 0px 10px;
}

.serbotseac ul li {
    display: inline-block;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px solid #ffff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
}

.serbotseac ul li a {
    color: #fff;
    font-size: 13px;
    font-family: var(--fontfamilyHelveticaNeue);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
}

.slider .imgboxbane {
    margin: 0;
    padding: 10px 10px 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    object-position: bottom;
    z-index: 1;
}

.slider .imgboxbane img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slider:after {
    content: '';
    background-image: url('/images/coin-baner.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top, left;
    background-size: 100%;
    z-index: -1;
    opacity: 0.7;
}

.slitexare h5 {
    font-size: 18px;
    margin: 10px 0px 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.serbotseac ul li:last-child {
    border-right: unset;
}

.subtitle {
    font-family: var(--fontfamilyDiavlo);
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 1.16rem;
    margin-bottom: 10px;
}

.colortext {
    background-image: linear-gradient(to right, #fa6e03 0%, #1c5eaa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-- Footer --*/

footer {
    background: url('/images/world.png') no-repeat center center;
    background-color: #000512;
    display: block;
    padding: 50px 0 0px;
    color: #8a8a8a;
    background-blend-mode: difference;
    position: relative;
    z-index: 1;
}

footer .foterlogo {
    width: 100%;
    display: inline-block;
    padding-right: 20px;
}

footer .foterlogo img {
    width: 200px;
    margin: 0px 0px 10px;
    padding: 0;
}

.foterlogo p {
    color: rgb(171 174 187 / 1);
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

footer .trasprantclas {
    background: #ffffff0d;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: calc(100% - 50px);
    margin: 30px auto 30px;
    padding: 30px;
    border: 2px solid #ffffff1a;
}

footer h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: var(--fontfamilyRoboto), var(--fontfamilyHelveticaNeue), var(--fontfamilyHelvetica);
    margin-bottom: 20px;
    border-bottom: 2px solid #f7941d;
    width: max-content;
    padding-bottom: 5px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: circle;
    padding-left: 15px;
}

footer ul li {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

footer ul li a {
    color: #e4e4e4;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

footer .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 5px 0px;
    background: #ffffff1f;
    backdrop-filter: blur(10px);
    border-top: 2px solid #ffffff1a;
    border-bottom: 2px solid #ffffff1a;
}

footer .copyright p {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}

footer .row:first-child {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.footer-contact li a {
    display: flex;
    gap: 14px;
    line-height: 30px;
}

p.needhelp {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #c0c0c0;
    font-size: 13px;
    line-height: 25px;
    width: 100%;
}

.footer-social li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.footer-social li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

.footer-social li:last-child a {
    margin-right: 0;
}


/*-- About us --*/

.abuspag .taxsec {
    position: relative;
    margin: 0;
    padding: 0;
    padding-right: 30px;
}

.abuspag .colortext {
    margin-bottom: 5px;
}

.abuspag h2 {
    font-size: 40px;
    backface-visibility: hidden;
    text-transform: capitalize;
    font-family: 'Poppins';
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
    color: #314259;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.abuspag .taxsec p {
    color: #000000;
    margin-top: 15px;
    font-size: 15px;
    line-height: 35px;
}

.divid.borbox {
    display: flex;
    margin: 50px 0px 0px;
    padding: 0;
    flex-direction: row;
    border-radius: 4px;
}

.mission-main span {
    width: 35px;
    margin: 5px 0px 0px;
    padding: 0;
    display: block;
    background: unset;
    height: unset;
}

.mission-main h3 {
    font-size: 18px;
    margin: 0px 0px 5px;
    font-weight: 700;
    color: #2a3e77;
    width: calc(100% - 35px);
}

.mission-main p {
    color: rgb(85, 85, 85);
    line-height: 28px;
    margin: 0;
    font-size: 13px;
}

.abuspag {
    background: #f6f9fc;
}

.abuspag li {
    list-style: none;
    width: 100%;
    padding: 40px 10px 40px 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border: 1px solid #2a3e773d;
}

.abuspag li span {
    font-family: 'Diavlo Black';
    color: #f96e04;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.abuspag li .counting {
    color: #2a3e77;
}

.abuspag li p {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    text-align: unset;
    font-weight: 600;
    color: #6f6f6f;
    margin: 0;
}

.abuspag ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    position: sticky;
    top: 40px;
}

.mission-main {
    position: relative;
    margin: 0;
    padding: 20px;
    border: 1px solid #e8e7e7;
    text-align: left;
}

.hedmmis.flex-left {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.flexhed {
    display: flex;
    margin: 30px 0 20px;
    font-size: 45px;
    width: max-content;
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: -1px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.abuspag .flexhed span {
    font-size: 45px;
    font-family: 'Diavlo Black';
    top: -20px;
    position: relative;
    margin-left: 10px;
    color: #2a3e77;
}

.abuspag li:nth-child(even) {
    position: relative;
    top: 40px;
}

.abuspag h2 b {
    font-weight: 700;
}


/*--- Easy Steps ---*/

.easytep ul {
    margin: 30px 0px 0px;
    padding: 0;
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
}

.feature-item span,
.feature-item h5 {
    display: flex;
    align-items: center;
}

.easytep ul li p {
    width: 100%;
    display: inline-block;
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 13px;
}

.easytep ul li h5 {
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    height: calc(25px * 2);
}

.easytep ul li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border: 1px solid #2a3e773d;
    counter-increment: auto-increment-numbers;
    position: relative;
    z-index: 2;
    background: #fff;
    cursor: pointer;
}

.easytep ul li span {
    width: 55px;
    height: 55px;
    display: inline-block;
    margin: 15px 0px 10px;
    padding: 0;
    flex: 0 0 auto;
}

.title {
    position: relative;
    margin: 0 auto 50px;
    padding: 0;
    display: block;
    text-align: center;
}

.title h5 {
    font-size: 18px;
    font-family: var(--fontfamilyDiavlo);
    margin: 0px 0px 8px;
    padding: 0;
    line-height: 25px;
}

.title h4 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: var(--fontfamilyDiavlo);
    margin-top: 15px;
}

.easytep ul li:after {
    content: counter(auto-increment-numbers);
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all linear;
    top: -14px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    border: 1px solid #2a3e773d;
}

.easytep ul li:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 51%;
    width: 105%;
    height: 50px;
    background: #ffffff00;
    border-radius: 50px;
    z-index: -1;
    border-top: 1px solid #2a3e773d;
}

.easytep ul li:last-child::before {
    display: none;
}


/*-- Services --*/

.serboxare {
    position: relative;
}

.serboxare ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.serboxare ul li {
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border: 1px solid #2a3e773d;
    padding: 20px;
    border-radius: 8px;
}

.serboxare ul li span {
    margin-bottom: 15px;
    width: 100%;
    height: 100px;
    background: #dde0e636;
    display: flex;
    border-radius: 8px;
    color: #fff;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}

.serboxare ul li h4 {
    font-size: 15px;
    line-height: 25px;
    height: calc(25px * 2);
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
}

.serboxare ul li p {
    margin: 0;
    line-height: 22px;
    font-size: 13px;
    padding: 0;
}

.services .title h4 {
    line-height: 50px;
}

.servlist.serboxare ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.easytep.compdsec {
    background: #f6f9fc99;
}

.left-title {
    position: relative;
    margin: 0;
    padding: 0px 0px 50px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.left-title .texpartag {
    width: calc(100% /1.2);
}

.left-title .butnraddes {
    width: max-content;
    font-size: 14px;
    padding: 15px 30px;
}

.left-title .colortext {
    text-align: left;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
}

.left-title .texpartag h4 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
}

.left-title .texpartag p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #555;
}


/*-- Faq --*/

.faqs .color {
    font-size: 19px;
    margin: 0px 0px 5px;
    padding: 0;
}

.faqs .textanition {
    font-size: 32px;
    margin-bottom: 10px;
}

.faqs .tithead p {
    font-size: 14px;
    line-height: 30px;
}

.faqs .tithead {
    width: calc(100% /1.4);
}

.accordion.accordion-flush {
    position: relative;
    margin: 20px 0px 0px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.accordion {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: var(--fontfamilyRoboto);
}

.accordion .accordion-item {
    position: relative;
    margin: 0px 0px 10px;
    padding: 0;
    border: 1px solid #d965123d !important;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 3px 10px 0px rgba(51, 65, 85, 0.05), 0px 4px 5px 0px rgba(51, 65, 85, 0.05);
}

.accordion-item .accordion-button {
    margin: 0;
    padding: 15px 20px;
    height: unset;
    line-height: unset;
    font-size: 15px;
    font-family: var(--fontfamilyRoboto);
    letter-spacing: 0.5px;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background: #d96512;
    color: rgb(255, 255, 255);
}

.accordion-collapse.collapse.show {
    padding: 0;
    position: relative;
}

.accordion-collapse.collapse.show p {
    color: #000;
    font-size: 14px;
}

.accordion-item .accordion-button:hover {
    background: var(--grey-50, #F8FAFC);
    box-shadow: 0px 3px 30px 0px rgba(51, 65, 85, 0.07), 0px 4px 12px 0px rgba(51, 65, 85, 0.10);
    border: 1px solid #f1f1f1;
}

.accordion-button:hover:not(.collapsed) {
    background: #dd650f;
}

.faqs {
    padding: 50px 0px 80px;
    display: inline-block;
    width: 100%;
}

.faqs .imgsbox {
    background: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}


/*-- Suppot --*/

.support-list {
    list-style: none;
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.support h4 {
    font-size: 30px;
    font-family: 'Diavlo Black';
    line-height: 40px;
    font-weight: 800;
    margin-top: 10px;
    color: #314259;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.support-list li {
    padding: 30px 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border-top: 1px solid #2a3e773d;
    border-bottom: 1px solid #2a3e773d;
    border-radius: 6px;
    word-break: break-all;
    background: #fff;
}

.support-list li span {
    border-radius: 6px;
    overflow: hidden;
    font-size: 20px;
    transform: rotate(0deg);
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(rgb(233 108 15 / 13%) 0%, rgba(71, 135, 250, 0) 100%);
    margin-bottom: 20px;
}

.support-list li h5 {
    margin-bottom: 10px;
    color: rgb(49 66 89);
    font-size: 18px;
    font-weight: 700;
}

.support-list li p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 12px;
}

.support-list li .texspan {
    display: inline-block;
    width: 100%;
}

.support-list li a {
    width: 100%;
    display: inline-block;
}

.support-list li h6 {
    font-size: 13px;
    font-weight: 500;
    color: #3F51B5;
}

.support {
    background: #f6f9fc;
}

.support {
    background: #f6f9fc;
}

.support .lettile {
    padding-right: 60px;
}

.support-list li:nth-child(1) a span {
    color: rgb(71, 135, 250);
    background-image: linear-gradient(rgba(71, 135, 250, 0.37) 0%, rgba(71, 135, 250, 0) 100%);
}

.support-list li:nth-child(2) a span {
    background-image: linear-gradient(rgba(139, 195, 74, 0.24) 0%, rgba(71, 135, 250, 0) 100%);
    color: rgb(139, 195, 74);
}

.support-list li:nth-child(3) a span {
    background-image: linear-gradient(rgba(65, 166, 66, 0.35) 0%, rgba(77, 194, 71, 0) 100%);
    color: rgb(11, 90, 14);
}

.support-list li:hover {
    border: 1px solid #f66e07;
    box-shadow: 4px 4px 6px #3142594f;
}

.support-list li:hover span {
    position: relative;
    transform: translate(0%, 42%) rotate(-16deg) translate(11%, -49%);
    transition: .5s;
    border: 1px solid #e86d1112;
}

.support-list li:hover h5 {
    color: #e86d11;
}


/*-- Compnayb Name --*/

.commpanyname .text {
    fill: none;
    stroke-width: 5px;
    stroke-linejoin: round;
    stroke-dasharray: 70 330;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 6s infinite linear;
    animation: stroke 6s infinite linear;
    font-size: 16rem;
}

.commpanyname .text:nth-child(5n+1) {
    stroke: #F2385A;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.commpanyname .text:nth-child(5n+2) {
    stroke: #F5A503;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.commpanyname .text:nth-child(5n+3) {
    stroke: #E9F1DF;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.commpanyname .text:nth-child(5n+4) {
    stroke: #56D9CD;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
}

.commpanyname .text:nth-child(5n+5) {
    stroke: #3AA1BF;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}

.commpanyname svg {
    width: 100%;
    position: absolute;
    height: calc(100% /2);
}

.commpanyname {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
    opacity: 0.02;
}

.userco a:hover span img {
    position: relative;
    transform: translate(0%, 42%) rotate(-16deg) translate(11%, -49%);
    transition: .5s;
}

.gridsecare .serboxsec:hover span {
    position: relative;
    transform: translate(0%, 42%) rotate(-16deg) translate(11%, -49%);
    transition: .5s;
}

.easytep ul li:hover {
    border: 1px solid #f66e07;
    box-shadow: 4px 4px 6px #3142594f;
}

.easytep ul li:hover span {
    position: relative;
    transform: translate(0%, 42%) rotate(-16deg) translate(11%, -49%);
    transition: .5s;
}

.easytep ul li:hover h5 {
    color: #F44336;
}

.stickysecpos .left-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding-bottom: 20px;
}

.stickysecpos .left-title h4 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
}


/*-- Blogs --*/

.blogs .title {
    width: calc(100% / 1);
}

.blogs .title h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.blogs .title p {
    line-height: 25px;
}

.blogbox {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border: 1px solid #2a3e773d;
    cursor: pointer;
}

.blogbox span {
    height: 219px;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
    object-position: center;
    background: #f6f9fc;
    width: 100%;
}

.blogbox .blog-content {
    padding: 10px 20px;
}

.blogbox .blog-content h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 600;
}

.blogbox .blog-content p {
    margin: 0;
    line-height: 25px;
    font-size: 14px;
    padding: 0;
}

.BlogsList .owl-item.active.center {
    transform: scale(1.03);
    transition: 0.5s all linear;
}

.BlogsList .owl-stage {
    padding: 20px 0px;
}

.BlogsList .active.center .blogbox {
    border: 1px solid #f66e07;
    box-shadow: 4px 4px 6px #31425908;
}

.BlogsList .active.center .blogbox h5 {
    color: #f6832c;
}

.owl-carousel .owl-stage .owl-item {
    transform: scale(0.98);
    transition: 0.5s all linear;
}

.owl-dots {
    display: block !important;
    margin: 0 auto;
    position: relative;
    width: max-content;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    background: #0000004d !important;
    border-radius: 50px;
    margin: 0px 1px;
    transition: 0.5s all linear;
}

.owl-dots .owl-dot.active {
    width: 40px;
    transition: 0.5s all linear;
    background: #f89b54 !important;
}


/*-- Testimonial --*/

.reviews.compdsec {
    background: url(/images/benefits_element.svg) right bottom no-repeat #edf2f8;
}

.review-box {
    position: relative;
    margin: 0;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 3%);
    border: 1px solid #2a3e773d;
}

.reviewer-info {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reviewer-info .reviewer-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #e5ecf3;
    object-fit: contain;
    object-position: center;
}

.reviewer-details {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: calc(100% /1.8);
    display: block;
}

.reviewer-info .star {
    margin: 0;
    padding: 0;
    display: flex;
    color: #FF9800;
    font-size: 14px;
    flex-direction: column-reverse;
    align-items: center;
}

.reviewer-details h5 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.reviewer-details p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    line-height: 15px;
}

.review-text {
    position: relative;
    margin: 0;
    padding: 0;
}

.review-text p {
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #000;
}

.reviews h4 {
    font-size: 40px;
    margin: 15px 0px 20px;
    line-height: 50px;
    font-weight: 800;
    font-family: 'Diavlo Black';
}

.compdsec span.connect {
    position: relative;
    margin: 30px 0px 0;
    padding: 5px 10px;
    height: unset;
    background: #f8f8fa33;
    color: #da6411;
    display: flex;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    gap: 10px;
    width: max-content;
    justify-content: flex-end;
    text-align: left;
    flex-direction: row;
    transition: 0.5s all linear;
}

.compdsec span.connect i {
    transform: rotate(-35deg);
}

.compdsec span.connect:hover {
    display: flex;
    flex-direction: row-reverse;
    transition: 0.5s all linear;
}

.compdsec span.connect {
    position: relative;
    margin: 30px 0px 0;
    padding: 5px 10px;
    height: unset;
    background: #f8f8fa33;
    color: #da6411;
    display: flex;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    gap: 10px;
    width: max-content;
    justify-content: flex-end;
    text-align: left;
    flex-direction: row;
    transition: 0.5s all linear;
}

.compdsec span.connect i {
    transform: rotate(-35deg);
}

.compdsec span.connect:hover {
    display: flex;
    flex-direction: row-reverse;
    transition: 0.5s all linear;
}


/*-- Prices --*/

.pricessec.compdsec {
    background: #dbf9e999;
}

.pricebox {
    background: #fff;
    border-radius: 10px;
    border: 5px solid #fff;
    position: relative;
    box-shadow: 3px 3px 10px 0px #00000026;
}

.pricebox>.secdivtop,
.pricebox>.listtext {
    padding: 20px;
}

.pricebox .secdivtop {
    border-bottom: 4px dotted #ffffff;
    display: inline-block;
    width: 100%;
    background: #049d5117;
    position: relative;
}

.pricebox .secdivtop h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    height: calc(25px * 2);
    margin-bottom: 10px;
    padding: 0;
    width: calc(100% - 20px);
    font-weight: 800;
    letter-spacing: 0.1px;
    COLOR: #483d3a;
}

.pricebox .secdivtop p {
    font-size: 13px;
    line-height: 22px;
    height: calc(22px * 3);
}

.pricebox .secdivtop h4 {
    position: relative;
    display: flex;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    flex-direction: column;
    gap: 10px;
}

.pricebox .secdivtop h4 del {
    font-size: 17px;
    color: #aaa8af;
    font-weight: 500;
}

.pricebox .secdivtop h4 span {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}

.pricebox .listtext ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: calc(35px* 6);
}

.pricebox .listtext li {
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    line-height: 35px;
}

.pricebox .listtext li span {
    width: 22px;
    display: inline-block;
}

.pricebox .listtext a {
    background: #ff5722;
    display: flex;
    width: 100%;
    border-radius: 6px;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.pricebox .secdivtop h4 sup {
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    top: unset;
}

.discount-percent {
    background: #e5393538;
    color: #000000;
    margin: 0;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    width: max-content;
    line-height: 20px;
}

.pricebox.overhidbox {
    overflow: hidden;
}

.pricetag-badge {
    position: absolute;
    background: #ff5722;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.recentplan {
    top: 20px;
    right: -37px;
    width: max-content;
    transform: rotate(46deg);
    padding: 5px 35px;
}

.new-plan {
    text-align: center;
    width: max-content;
    border-radius: 4px;
    top: -15px;
    right: 5px;
    padding: 13px 5px;
    letter-spacing: 0.5px;
    writing-mode: vertical-rl;
}

.new-plan::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #a72c29;
    left: -8px;
    top: 2px;
}

.pricebox.overhidbox h3 {
    width: calc(100% - 40px);
}


/*-- Contac Us Pages --*/

.bangrtopsec {
    background: #010916;
}

.bangrtopsec .toptext {
    padding: 0;
    margin: 0;
    padding-right: 50px;
}

.bangrtopsec .toptext h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.bangrtopsec .toptext h5 {
    color: #fff;
    font-family: var(--fontfamilyMultipleSans);
    font-size: 55px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 30px;
    font-style: italic;
}

.bangrtopsec .toptext h5 strong {
    font-family: var(--fontfamilyDiavlo);
}

.bangrtopsec .toptext p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.bangrtopsec .toptext ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
    position: relative;
    padding: 0px 20px;
}

.formboxare {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 7px rgb(0 0 0 / 6%);
    right: 0;
    border: 1px solid rgb(9 33 19 / 40%);
}

.bangrtopsec .toptext li span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #010916;
    font-weight: 800;
}

.bangrtopsec .toptext li a,
.bangrtopsec .toptext li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    z-index: 2;
    position: relative;
}

.bangrtopsec .toptext li strong {
    font-style: normal;
}

.formboxare h6 {
    font-size: 26px;
    line-height: 37px;
    font-family: var(--fontfamilyDiavlo);
    font-weight: 700;
}

.formboxare h6 strong {
    font-size: 24px;
}

.formboxare p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.formboxare .form-group {
    margin-bottom: 20px;
}

.formboxare .form-group label {
    width: 100%;
    margin: 0px 0px 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.formboxare .form-group .form-control {
    height: 40px;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    color: #222;
    width: 100%;
    border-radius: 4px;
    margin: 0;
    padding: 5px 10px;
}

.formboxare .form-group .iti {
    width: 100%;
    border-radius: 6px;
}

.formboxare .form-group .iti__selected-flag {
    background: #f2f2f2;
    border-radius: 4px;
}

.formboxare .savedata {
    background: linear-gradient(45deg, #0158b1, #0159b2);
    border: 0;
    color: #fff;
    display: block;
    padding: 12px 50px;
    margin: 30px 0 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

.list-unstyled li:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 14px;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    z-index: -1;
}

.list-unstyled li:first-child:before {
    display: none;
}

.bangrtopsec .toptext li a {
    margin: 0;
}

.bangrtopsec .toptext .contactinfo {
    background: #010d1f;
    width: max-content;
    padding: 20px;
    border-radius: 6px;
}

.bangrtopsec .toptext .list-unstyled li {
    gap: 20px;
}

.bangrtopsec .toptext .list-unstyled li b {
    font-weight: 400;
}

.formboxare .form-group .iti .mobile_codewith_flage {
    padding-left: 55px;
}