/* Header Css */

header.header-row {
    position: absolute;
    z-index: 11;
    width: 100%;
}

.navbar-dark .navbar-brand {
    width: 11%;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 0;
    margin: 0 16px;
    transition: all 0.4s linear;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: var(--c1);
    bottom: -5px;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    left: 0px;
}

.navbar-dark .navbar-nav .nav-link:hover:before {
    opacity: 1;
}

.navbar-dark .navbar-nav li ul {
    position: absolute;
    top: 100%;
    left: 18px;
    background: #000;
    padding: 0;
    margin: 0;
    right: 0;
    width: 250px;
    opacity: 0;
    transition: all 0.4s linear;
}

.navbar-dark .navbar-nav li {
    position: relative;
}

.navbar-dark .navbar-nav li ul li {
    list-style: none;
}

.navbar-dark .navbar-nav li ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 10px 10px;
    transition: all 0.2s linear;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
}

.navbar-dark .navbar-nav li ul li a:hover {
    background: var(--c1);
    border-color: var(--c1);
}

.navbar-dark .navbar-nav .nav-link i {
    color: #000;
    font-size: 20px;
    vertical-align: middle;
}

.navbar-dark .navbar-nav li:hover ul {
    opacity: 1;
}

button.mbl-btn {
    display: none;
}


/* Popup Css */

.modal-content {
    border-radius: 1.5rem;
}

.modal-body {
    padding: 1.8rem;
}

div#staticBackdrop .close_popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff100;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 20px;
}

div#staticBackdrop small.pkg_name {
    font-weight: 700;
}

div#staticBackdrop .form_field {
    margin-bottom: 12px;
}

.iti {
    width: 100%;
}

div#staticBackdrop .c_field {
    background: #f5f5fa;
    width: 100%;
    min-height: 45px;
    border-radius: 30px;
    border: 1px solid #b717a4;
    font-size: 14px;
    padding: 10px 20px;
}

div#staticBackdrop .an-primary-btn.dark {
    border: none;
    margin-top: 20px;
    display: block;
    margin-left: auto;
}

div#staticBackdrop .form-check-label {
    font-weight: 500;
    font-size: 14px;
}

div#staticBackdrop h3.title {
    font-size: 40px;
    color: black;
    font-family: 'Archivo Black', sans-serif;
    margin-bottom: 15px;
}

div#staticBackdrop .btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #b717a4;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 20px;
    opacity: 1;
    padding: 0;
}

div#staticBackdrop .btn-close i {
    color: #fff;
}

div#staticBackdrop p.firm_para {
    font-size: 14px;
    line-height: inherit;
    color: #000;
    padding-top: 0;
    font-weight: 600;
    padding-left: 5px;
}

div#staticBackdrop button.clr-btn {
    margin: 0 auto;
    display: block;
    margin-right: 0;
    padding: 14px 70px;
}


/* Banner Css */

section.banner-row {
    position: relative;
    padding-top: 220px;
    padding-bottom: 50px;
    margin-bottom: 200px;
    z-index: 1;
    background: #fffee5;
}

.banner-sec h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 50px;
    background: var(--c1);
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
}

.banner-sec h1 {
    font-size: 70px;
    line-height: 75px;
    color: #101522;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.banner-sec p {
    margin-bottom: 30px;
    font-size: 18px;
    width: 80%;
    font-weight: 500;
    color: #101522;
}

.banner-rgt span {
    width: 650px;
    height: 650px;
    display: inline-block;
    z-index: -1;
    border-radius: 100%;
    position: relative;
    background: var(--c1);
}

.banner-rgt img.an-banner-img {
    width: 95%;
    animation: bannerimg1 5s linear infinite;
    width: 700px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-rgt img.an-banner-img1 {
    position: absolute;
    top: 270px;
    width: 30%;
    animation: bannerimg2 4s linear infinite;
    right: -90px;
}

.banner-rgt img.an-banner-shape {
    position: absolute;
    left: -19px;
    bottom: -2px;
    width: 50%;
}

.banner-rgt {
    position: relative;
}

section.banner-row svg {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: -1;
}

section.banner-row svg path {
    fill: none;
    stroke: #b717a4;
    stroke-width: 3;
    stroke-dasharray: 4200;
    stroke-dashoffset: 4200;
    -webkit-animation: dash 5s linear infinite;
    animation: dash 5s linear infinite;
    opacity: 0.7;
}

.scroll-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    background: var(--c1);
    display: inline-block;
    padding: 20px 16px;
    border-radius: 50px;
}

.scroll-bottom img {
    filter: invert(1);
    animation: arrowbtnb 1s linear infinite;
}

.scroll-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(1.5);
    background-image: url(../images/arrow-shape.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.waves-sec {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: rotate(180deg);
}

.waves-sec .wave {
    background: url(../images/waves.svg);
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.waves-sec .wave:nth-of-type(2) {
    background: url(../images/waves.svg);
    bottom: 0;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    opacity: 1;
}

.waves-sec .wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 0;
}


/* Counter Css */

section.counter-row {
    padding: 70px 0;
    text-align: center;
}

.counter-sec {
    background: #101522;
    color: white;
    border-radius: 50px;
    padding: 50px;
}

.counter-sec h2 {
    color: #fff;
}

.inner-counter-sec h2 {
    margin-bottom: 25px;
}

.inner-counter-sec p.counter-para {
    color: #fff;
    font-size: 18px;
    width: 73%;
    margin: 0 auto 20px;
}

.counter-box {
    padding: 20px 10px;
    position: relative;
}

.counter-box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: white;
    right: 0px;
    top: 30px;
}

.counter-box b {
    font-size: 40px;
    color: #728ef5;
    font-weight: 800;
}

.counter-box p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}

.counter-sec .col-xxl-3:last-child .counter-box:before {
    display: none;
}


/* Services Css */

section.services-row {
    padding: 70px 0;
}

.w-head {
    margin-bottom: 30px;
}

.w-head p {
    font-size: 18px;
}

section.services-row .w-head p {
    width: 45%;
    margin: auto;
}

section.services-row .row {
    padding: 50px 0;
}

.services-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: #728ef5;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.services-sec h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.services-sec p {
    margin-bottom: 30px;
}


/* Cta Css */

section.cta-row {
    background: linear-gradient(8deg, #4866d2, #728ef5);
}

.cta-sec img {
    margin-top: -150px;
    height: 720px;
    object-fit: cover;
    object-position: top;
}

.cta-sec h2 {
    color: #fff;
    margin-bottom: 30px;
}

.cta-sec button {
    color: #fff !important;
    border-color: #fff !important;
}


/* Portfolio Css */

section.portfolio-row {
    padding: 100px 0;
}

section.portfolio-row .container-fluid {
    padding: 0;
}

section.portfolio-row .w-head {
    margin-bottom: 50px;
}

section.portfolio-row .w-head p {
    width: 55%;
    margin: auto;
}

.portfolio-tabs ul#pills-tab {
    margin-bottom: 30px;
    gap: 10px;
}

.portfolio-tabs ul#pills-tab .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding: 15px 10px;
    border: 1px solid hsl(223.33deg 36% 9.8% / 14%);
    border-radius: 10px;
    min-width: 150px;
}

.portfolio-tabs ul#pills-tab .nav-link.active {
    background: #b7009e;
    color: #fff;
}

.portfolio-slider {
    margin-bottom: 30px;
}

.portfolio-sec {
    margin-bottom: 10px;
}

.portfolio-slider img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.portfolio-sec img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.portfolio-slider figure {
    margin-bottom: 20px;
}

.portfolio-slider .item {
    height: auto;
    padding: 10px;
    transition: 0.5s;
}

.portfolio-slider .item:nth-child(odd) {
    animation: port1 5s linear infinite;
}

.portfolio-slider .item:nth-child(even) {
    animation: port2 5s linear infinite;
}

.portfolio-slider .slick-list {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

section.portfolio-row .btn-sec {
    margin-top: 50px;
}


/* Process Css */

section.process-row {
    padding-bottom: 100px;
    position: relative;
}

section.process-row .row {
    margin-bottom: 30px;
}

section.process-row .row .col-xxl-3:nth-child(2) {
    margin-top: 30px;
}

section.process-row .row .col-xxl-3:nth-child(3) {
    margin-top: 100px;
}

section.process-row .row .col-xxl-3:last-child {
    margin-top: 120px;
}

section.process-row .w-head {
    margin-bottom: 70px;
}

.process-sec span {
    display: block;
    font-size: 70px;
    font-family: 'Archivo Black';
    margin-bottom: 120px;
    text-align: center;
}

.process-sec b {
    position: absolute;
    width: 45px;
    height: 45px;
    background: white;
    border: 3px solid #b717a4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-sec b:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #101522;
    border-radius: 100%;
}

section.process-row .row .col-xxl-3:first-child .process-sec b {
    top: 160px;
    left: 160px;
}

.process-sec {
    position: relative;
}

section.process-row .row .col-xxl-3:nth-child(2) .process-sec b {
    top: 100px;
    left: 160px;
}

section.process-row .row .col-xxl-3:nth-child(3) .process-sec b {
    top: 100px;
    left: 160px;
}

section.process-row .row .col-xxl-3:last-child .process-sec b {
    top: 100px;
    left: 160px;
}

.process-sec svg {
    margin-bottom: 20px;
}

.process-sec h3 {
    font-size: 18px;
    font-family: 'Archivo Black';
    color: #101522;
    line-height: 25px;
    margin-bottom: 5px;
}

.process-sec p {
    width: 95%;
}

section.process-row .an-process-line {
    position: absolute;
    width: 80%;
    top: -40px;
    z-index: -1;
}

section.process-row .an-process-line path {
    fill: none;
    stroke: var(--c1);
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash1 6s linear infinite;
    opacity: 1;
}

section.process-row button.trns-btn {
    padding: 14px 30px;
}

section.process-row button.trns-btn img {
    filter: unset;
}


/* Packages Css */

section.packages-row {
    padding: 50px 0 130px;
}

.packages-tabs ul#pills-tab .nav-link {
    font-size: 15px;
    padding: 7px 19px;
    border-radius: 7px;
}

.packages-sec {
    padding: 30px 15px;
    border: 2px solid #b7009b;
    border-radius: 15px;
    background: white;
    transition: 0.5s;
    margin-bottom: 20px;
}

.packages-sec span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #101522;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.packages-sec span h4 {
    color: #101522;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0;
    width: 51%;
}

.packages-sec span strong {
    color: #000;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    width: 49%;
    text-align: right;
}

.packages-sec span strong strike {
    font-size: 22px;
    color: #b717a4;
    line-height: 20px;
}

.packages-sec span strong span {
    text-align: right;
    display: block;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 0px;
    padding: 0;
    border: 0;
}

.packages-sec p {
    font-size: 16px;
    color: #101522;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}

.packages-sec ul {
    height: 290px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.packages-sec ul::-webkit-scrollbar {
    width: 10px;
}

.packages-sec ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.packages-sec ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

.packages-sec ul li {
    font-size: 16px;
    padding-left: 1px;
    color: #101522;
    margin-bottom: 10px;
}

.packages-sec ul li i {
    margin-right: 10px;
    color: #b7009b;
    transition: 0.5s;
}

.packages-sec .btn-sec {
    display: flex;
    justify-content: space-between;
}

.packages-sec .btn-sec button.clr-btn {
    border: 0;
    width: 100%;
    padding: 14px 58px;
}

.packages-sec .btn-sec button.trns-btn {
    border: 2px solid #000;
    margin: auto;
}

section.packages-row button.trns-btn {
    margin-top: 50px;
    padding: 14px 30px;
}

div#pills-website .packages-sec span h4,
div#pills-portal .packages-sec span h4 {
    width: 45%;
}

.packages-sec span strong sup {
    top: 0;
}

.packages-tabs div#pills-hosting ul#pills-tab .nav-link {
    padding: 5px 10px;
    background: transparent !important;
    border: none;
    font-size: 19px;
    border-radius: 0px;
    position: relative;
}

.packages-tabs div#pills-hosting ul#pills-tab .nav-link:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #020202;
    right: -6px;
    top: 10px;
}

.packages-tabs div#pills-hosting ul#pills-tab .nav-link.active {
    color: #b7009b;
}

.packages-tabs div#pills-hosting ul#pills-tab li:last-child .nav-link:before {
    display: none;
}

div#pills-shared .packages-sec ul {
    overflow: unset;
    height: auto;
    padding: 0;
    min-height: 186px;
}

div#pills-business .packages-sec ul,
div#pills-dedicated .packages-sec ul {
    min-height: auto;
    overflow: unset;
    height: auto;
    padding: 0;
}

div#pills-shared .packages-sec .btn-sec button.clr-btn,
div#pills-business .packages-sec .btn-sec button.clr-btn,
div#pills-dedicated .packages-sec .btn-sec button.clr-btn {
    padding: 11px 27px;
}

div#pills-custom img {
    border-radius: 10px;
}

.package-form-sec h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Archivo Black';
}

.package-form-sec p {
    font-size: 18px;
    font-weight: 400;
    width: 95%;
}

.package-form-sec .form-group {
    margin-bottom: 25px;
}

.package-form-sec .form-group input,
.package-form-sec .form-group textarea {
    font-size: 16px;
    color: #333;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 25px;
    height: 50px;
    background: #f2f2de6e;
    border: 1px solid #f2f2de;
}

.package-form-sec .form-group input::placeholder,
.package-form-sec .form-group textarea::placeholder {
    font-size: 16px;
    color: #333;
}

.package-form-sec .form-group textarea {
    height: 180px;
}


/* Choose Css */

section.choose-row {
    background: #f5f5fa;
    margin-top: 100px;
}

.choose-sec figure {
    margin-top: -100px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.choose-sec figure:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #b717a4;
    border-radius: 100%;
    left: 0px;
    top: 50px;
    z-index: -1;
    aspect-ratio: 100 / 100;
}

.choose-sec figure img {
    width: 90%;
}

.choose-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: var(--c1);
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.choose-sec h2 {
    margin-bottom: 30px;
}

.choose-sec p {
    color: #101522;
    width: 85%;
}


/* Testimonials Css */

section.testimonials-row {
    padding: 100px 0;
}

section.testimonials-row .w-head {
    margin: 0;
}

.w-head h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: var(--c1);
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.testimonials-sec {
    border: 2px solid #b7009e;
    border-radius: 20px;
    padding: 30px 30px 50px 30px;
    transition: 0.5s;
}

.testimonial-slider .item {
    padding: 50px 10px;
}

.testimonials-sec img {
    margin-top: -50px;
    margin-bottom: 50px;
    width: 97px;
}

.testimonials-sec p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonials-sec h4 {
    font-size: 22px;
    font-weight: 700;
}

.testimonial-slider .item.slick-center>div {
    transform: translateY(50px);
    background: #fffee5;
}

.partner-review-sec ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.partner-review-sec ul li {
    display: inline-block;
    margin: 0 15px;
}

.partner-review-sec {
    padding: 25px 0px 0px;
}


/* Business Css */

section.business-row {
    background: #FFFFF2;
    padding: 80px 0 100px;
}

section.business-row .w-head {
    margin-bottom: 60px;
}

section.business-row .w-head p {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

section.business-row .col {
    max-width: 20%;
    flex: 100%;
}

.business-sec {
    padding: 18px 20px;
    background: white;
    border-radius: 15px;
    border: 1px solid #b7009e;
    margin-bottom: 25px;
    transition: 0.5s;
}

.business-sec a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-sec a img {
    width: 37px;
    height: 37px;
}

.business-sec a h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    margin-left: 15px;
}

.business-sec:hover {
    transform: translateY(-10px);
}


/* Contact Css */

section.contact-row {
    background: #FFFFF2;
}

.contact-inner-row section.contact-row {
    padding-top: 80px;
}

section.contact-row .row {
    background: var(--c1);
    border-radius: 50px;
    padding: 50px 90px;
    margin: auto;
    margin-bottom: -240px;
    z-index: 11;
    position: relative;
}


/* Contact Css */

.contact-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: #000;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.contact-sec h2 {
    color: #fff;
}

.contact-sec p {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin-bottom: 50px;
}

.contact-sec ul {
    margin: 0;
}

.contact-sec ul li {
    display: inline-block;
    margin-right: 30px;
}

.contact-sec ul li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Archivo Black';
}

.contact-sec ul li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 19px;
    margin-right: 10px;
}

.contact-sec ul li:last-child:before {
    content: "\f0e0";
}

.contact-sec .form-group {
    margin-bottom: 25px;
}

.contact-sec .form-group input,
.contact-sec .form-group textarea {
    height: 70px;
    margin-bottom: 17px;
    border: 1px solid #FFFFFF;
    padding-left: 30px;
    border-radius: 50px;
}

.contact-sec .form-group textarea {
    padding-top: 20px;
    height: 170px;
}

.contact-sec button.clr-btn {
    font-size: 20px;
    background: transparent;
    padding: 14px 60px;
    border: 2px solid #fff;
}

.contact-sec button.clr-btn:hover {
    background: #728ef5;
    border-color: #728ef5;
}


/* Footer Css */

footer.footer-row {
    background: url(../images/footer-bg.webp) no-repeat top;
    background-size: cover;
    padding: 350px 0 0px;
}

.footer-cont img {
    width: 50%;
    margin-bottom: 30px;
    filter: invert(1) brightness(10.5);
}

.footer-cont p {
    font-size: 16px;
    color: #ADB0B9;
    font-weight: 500;
    margin-bottom: 30px;
    width: 90%;
}

footer.footer-row h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 20px;
}

footer.footer-row ul {
    margin: 0;
    padding: 0;
}

footer.footer-row ul li {
    list-style: none;
    margin-bottom: 15px;
}

footer.footer-row ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #ADB0B9;
    line-height: 20px;
    transition: all 0.4s linear;
}

footer.footer-row ul li a:hover {
    color: #b717a4;
}

.footer-details h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

footer.footer-row .details-flx h4 {
    margin-bottom: 20px;
}


/* Copyright Css */

.copyright-sec {
    background: #728ef5;
    margin-top: 50px;
    padding: 10px 0;
}

.copyright-sec p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


/* Inner Banner Css */

.inner-banner-row .banner-rgt img.an-banner-img1 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    animation: bannerimg1 4s linear infinite;
}

.inner-banner-sec h1 {
    font-size: 65px;
}


/* Inner Services Css */

section.dev-sevices-row .w-head p {
    width: 75%;
    font-size: 22px;
    margin: auto;
    line-height: 30px;
}

section.dev-sevices-row {
    padding: 20px 0 130px;
}

section.dev-sevices-row .w-head {
    margin-bottom: 60px;
}

div#accordionExample .dev-services-sec {
    background: #fffee5;
    border-radius: 25px;
    padding: 30px 50px 20px;
    margin-bottom: 50px;
    border: 0;
}

.dev-services-sec .accordion-button:not(.collapsed) {
    padding: 0;
    box-shadow: unset;
    background: transparent;
    color: #000;
}

.accordion-button::after {
    display: none;
}

.dev-services-sec button.accordion-button {
    box-shadow: unset;
    background: transparent;
    font-size: 36px;
    color: black;
    padding: 0;
    width: 90%;
    margin-bottom: 10px;
}

.dev-services-sec .accordion-body {
    padding: 0;
}

.dev-services-sec .accordion-body p {
    color: #101522;
    font-size: 20px;
}

.dev-services-sec img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 30px;
}

section.cta-inner-row .cta-sec img {
    margin-top: -100px;
}

section.cta-inner-row .cta-sec p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
}

section.dev-process-row {
    padding: 100px 0;
}

section.dev-process-row .w-head h2.priamry-heading {
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
}

section.dev-process-row .w-head {
    margin-bottom: 50px;
}

.inner-process-sec figure {
    background: #FFFEE5;
    border: 3px solid #b7009e;
    display: grid;
    place-items: center;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}

.inner-process-sec figure img {
    width: 61px;
}

.inner-process-sec {
    text-align: center;
    padding: 10px 26px;
    position: relative;
}

.inner-process-sec h3 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 20px;
    font-family: 'Archivo Black';
}

.inner-process-sec p {
    color: #101522;
    font-size: 18px;
    font-weight: 500;
}

.inner-process-sec:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-process.webp) no-repeat;
    width: 99px;
    height: 42px;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: upDown 2s infinite;
}

section.dev-process-row .col-xxl-4:nth-child(3) .inner-process-sec:before,
section.dev-process-row .col-xxl-4:last-child .inner-process-sec:before {
    display: none;
}

section.dev-choose-row {
    background: #FFFEE5;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inner-choose-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: var(--c1);
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.inner-choose-sec h2 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 70px;
}

.inner-choose-sec strong {
    font-size: 24px;
    font-weight: 700;
    width: 85%;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
}

.inner-choose-sec ul {
    margin-bottom: 30px;
}

.inner-choose-sec ul li {
    margin-bottom: 10px;
    color: #101522;
    font-size: 24px;
    font-weight: 700;
}

.inner-choose-sec ul li i {
    color: #b7009e;
    margin-right: 15px;
}

.inner-choose-sec p {
    font-size: 20px;
    color: #101522;
    font-weight: 500;
    width: 75%;
    line-height: 28px;
}

section.dev-choose-row:before {
    content: "";
    background-image: url(../images/choose-img.webp);
    width: 57%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 87%;
    background-position: right;
    right: 0;
    z-index: -1;
}

section.inner-choose-row {
    background: transparent;
    padding: 90px 0;
}

section.inner-choose-row:before {
    display: none;
}

section.inner-choose-row .inner-choose-sec ul li {
    display: inline-block;
    width: 49%;
    font-size: 20px;
}

section.inner-choose-row .inner-choose-sec strong {
    margin-bottom: 20px;
}

section.inner-choose-row .inner-choose-sec p {
    margin-bottom: 35px;
}

section.inner-choose-row .inner-choose-sec ul {
    margin: 0;
}

section.inner-cta-row .cta-sec img {
    margin-top: -50px;
    margin-bottom: -50px;
    width: 94%;
    object-fit: contain;
}

section.inner-cta-row .cta-sec h2 {
    margin-bottom: 10px;
}

section.inner-cta-row .cta-sec p {
    color: #fff;
    font-weight: 500;
    width: 95%;
}

section.inner-cta-row .cta-sec button.trns-btn {
    padding: 14px 30px;
}

.inner-packages-row {
    padding-top: 200px;
}

.processInner {
    padding: 6rem 0;
}

section.inner-process-row .row {
    gap: 70px 0px;
}

section.inner-process-row .w-head {
    margin-bottom: 100px;
}

section.inner-process-row .w-head h5 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #101522;
    width: 70%;
    margin: auto;
    line-height: 35px;
}

.inner-pkgprocess-sec {
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #b7009e;
    transition: 0.5s;
    border-radius: 120px;
    display: flex;
    align-items: center;
    position: relative;
}

.inner-pkgprocess-sec:before {
    content: "";
    background-image: url(../images/arrow-process.webp);
    width: 99px;
    height: 42px;
    background-position: center;
    position: absolute;
    top: -50px;
    right: 0;
    left: -70px;
    transform: translateY(-50%);
    -webkit-animation: upDowns 2s infinite;
    background-size: cover;
}

.inner-pkgprocess-sec:hover {
    background: #b7009e;
    cursor: pointer;
}

.inner-pkgprocess-sec:hover * {
    color: #fff;
}

section.dev-process-row .row .col-xxl-6:first-child .inner-pkgprocess-sec:before,
section.dev-process-row .row .col-xxl-6:nth-child(3) .inner-pkgprocess-sec:before {
    display: none;
}

section.dev-process-row .row .col-xxl-6:last-child .inner-pkgprocess-sec:before {
    margin: auto;
}

.inner-pkgprocess-sec img {
    width: 77px;
}

.inner-pkgprocess-sec figure {
    width: 150px;
    height: 150px;
    background: #F5F5FA;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 150px;
}

.inner-pkgprocess-sec div {
    width: 70%;
}

.inner-pkgprocess-sec h3 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 14px;
    font-family: 'Archivo Black';
}

.inner-pkgprocess-sec p {
    color: #101522;
    font-size: 20px;
    font-weight: 500;
}

section.inner-process-row button.trns-btn {
    margin-top: 100px;
    padding: 14px 30px;
}

section.inner-process-row button.trns-btn img {
    filter: unset;
}

section.inner-process-row button.trns-btn:hover img {
    filter: invert(1);
}

section.combo-row {
    background-image: url(../images/combo-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0px 180px;
}

section.combo-row:before {
    content: "";
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.combo-head h2 {
    color: #fff;
}

.combo-head h2 b {
    color: #b7009e;
}

.combo-head p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.combo-head {
    margin-bottom: 60px;
    position: relative;
}

.combo-head:after {
    content: '';
    position: absolute;
    background: url(../images/price-arrow.webp) no-repeat;
    width: 195px;
    height: 178px;
    right: -80px;
    bottom: -100px;
    -webkit-animation: sider 2s infinite;
}

@-webkit-keyframes sider {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20px);
    }
}

.combo-prices {
    text-align: end;
    margin-bottom: 50px;
}

.combo-prices span {
    color: white;
    font-size: 40px;
    font-weight: 800;
    text-decoration: line-through;
    display: block;
}

.combo-prices h3 {
    font-size: 100px;
    color: #b7009b;
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 1px solid #777A81;
    display: inline-block;
}

.combo-prices small {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.combo-inner-sec ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.combo-inner-sec ul li i {
    color: #b70098;
    margin-right: 15px;
}

img.side-badge-imagss {
    width: 80%;
}

.combo-sec .btn-sec button {
    padding: 15px 70px;
}

.combo-sec .btn-sec button.trns-btn {
    color: #fff;
    border-color: #fff;
    margin-left: 20px;
}

.combo-sec .btn-sec {
    position: relative;
}

.combo-sec .btn-sec:after {
    content: '';
    position: absolute;
    background: url(../images/combo-bottom.png) no-repeat;
    width: 278px;
    height: 155px;
    right: 43%;
    bottom: -20px;
    -webkit-animation: sider 2s infinite;
}


/* Contact Inner Css */

section.inner-contact-row {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.inner-contact-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: #b717a4;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.inner-contact-sec h2 {
    margin-bottom: 30px;
}

.inner-contact-sec ul {
    margin: 0;
}

.inner-contact-sec ul li {
    margin-bottom: 12px;
}

.inner-contact-sec ul li a {
    color: #000;
    font-weight: 600;
}

.inner-contact-sec ul li a i {
    width: 20px;
    margin-right: 14px;
}

.inner-contact-sec .form-group {
    margin-bottom: 15px;
}

.inner-contact-sec .form-group input,
.inner-contact-sec .form-group textarea {
    background: #f5f5fa;
}

.inner-contact-sec p {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 10px;
}

.inner-contact-sec button.clr-btn {
    background: var(--c1);
    font-size: 16px;
}

.inner-choose-sec img {
    -webkit-animation: upDowns 2s infinite;
}

section.about-row {
    padding: 90px 0 50px;
}

section.about-row .row {
    padding-bottom: 100px;
}

.about-sec img {
    width: 90%;
    margin: auto;
    display: block;
}

.about-sec button.trns-btn img {
    display: inline-block;
    filter: brightness(0.5);
}

.about-sec button.trns-btn {
    padding: 14px 30px;
}

.about-sec button.trns-btn:hover img {
    filter: invert(1);
}

section.inner-banner-row2 img.an-banner-img1 {
    width: 100%;
    animation: bannerimg1 4s linear infinite;
    top: 90px !important;
}

.serviceImg {
    position: absolute;
    width: 90%;
    animation: bannerimg1 4s linear infinite;
    top: 0;
}

.digiImg {
    width: 66%;
}


/* Hosting Services Css */

section.host-sevices-row {
    padding: 50px 0 130px;
}

section.host-sevices-row .w-head {
    margin-bottom: 50px;
}

.host-sevice-seec {
    border: 1px solid #DBDBEB;
    border-radius: 25px;
    padding: 40px 22px 40px 50px;
    transition: all 0.4s linear;
}

section.host-sevices-row a {
    margin-top: 40px;
}

.host-sevice-seec h3 {
    font-size: 30px;
    color: #101522;
    font-weight: 700;
    margin-bottom: 15px;
}

.host-sevice-seec p {
    font-size: 20px;
    font-weight: 500;
    color: #101522;
}

.host-sevice-seec:hover {
    background: var(--c1);
    cursor: pointer;
}

.host-sevice-seec:hover * {
    color: #fff;
}

section.host-cta-inner img {
    height: 568px;
}

section.host-choose-row img {
    height: 620px;
    border-radius: 30px;
    object-fit: cover;
    width: 90%;
    margin: auto;
    display: block;
}

section.host-choose-row .inner-choose-sec p {
    margin-bottom: 20px;
    width: 90%;
}

section.host-choose-row .inner-choose-sec strong {
    margin-bottom: 20px;
}

section.inner-choose-row .inner-choose-sec ul li {
    font-size: 19px;
}

section.inner-choose-row .inner-choose-sec ul {
    margin-bottom: 20px;
}


/* Digital Service Css */

section.digital-ser-row {
    padding: 50px 0 160px;
}

.digital-ser-sec h2 {
    margin-bottom: 30px;
}

.digital-ser-sec p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.digital-ser-sec .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: unset;
    padding: 20px 0;
    color: #212529;
}

.digital-ser-sec .accordion-item {
    border: 0;
}

.digital-ser-sec .accordion-item h2 {
    margin: 0;
}

.digital-ser-sec .accordion-body {
    padding: 0 0 40px;
}

.digital-ser-sec button.accordion-button {
    padding: 20px 0;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    text-decoration: none !important;
    font-family: 'Montserrat';
}

.digital-ser-sec .accordion-body {
    font-size: 20px;
    padding-left: 60px;
    color: #101522;
    font-weight: 500;
}

.digital-ser-sec button.accordion-button.collapsed:before {
    content: "\f055";
    font-family: 'FontAwesome';
    color: var(--c1);
    display: block;
    margin-right: 20px;
    font-size: 30px;
}

.digital-ser-sec button.accordion-button:before {
    content: '\f056';
    font-family: 'FontAwesome';
    color: var(--c1);
    display: block;
    margin-right: 20px;
    font-size: 30px;
}

.digital-ser-lft {
    position: relative;
}

.digital-ser-lft img {
    width: 85%;
    border-radius: 30px;
}

.digital-ser-lft figure {
    width: 230px;
    height: 230px;
    background: var(--c1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    right: 0;
    margin: 0;
}

.digital-ser-lft figure img {
    width: 80%;
    border-radius: 0;
    transform: rotate(22deg);
}

section.inner-process-row {
    padding: 100px 0 80px;
}

.dig-process-sec {
    padding: 40px 35px 30px;
    background: #F5F5FA;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.dig-process-sec h4 {
    font-size: 30px;
    color: #101522;
    font-family: 'Archivo Black';
    margin-bottom: 15px;
}

.dig-process-sec figure {
    flex: 0 0 100px;
}

.dig-process-sec p {
    font-size: 20px;
    font-weight: 500;
}

.digital-proc-slider .slick-slide.slick-current.slick-center .dig-process-sec {
    background: #b7009e;
    transform: translateX(-30px);
}

.digital-proc-slider .slick-slide {
    padding: 0 30px;
}

.digital-proc-slider .slick-slide.slick-current.slick-center .dig-process-sec * {
    color: #fff;
}

.digital-proc-slider .slick-slide.slick-current.slick-center .dig-process-sec img {
    filter: invert(1);
}


/* SEO Service Css */

section.seo-sevices-row {
    padding-bottom: 120px;
}

section.seo-sevices-row .w-head {
    margin-bottom: 70px;
}

section.seo-sevices-row .row .col-xxl-6:first-child {
    position: relative;
    padding-left: 72px;
}

section.seo-sevices-row .row .col-xxl-6:first-child:before {
    content: "";
    position: absolute;
    background: #F5F5FA;
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
}

section.seo-sevices-row .row .col-xxl-6:first-child:after {
    content: "";
    position: absolute;
    background: var(--c1);
    width: 10px;
    height: 30%;
    top: 0;
    left: 0;
}

.seo-sevice-sec {
    margin-bottom: 50px;
}

.seo-sevice-sec h3 {
    font-size: 36px;
    font-family: 'Archivo Black';
    margin-bottom: 20px;
}

.seo-sevice-sec p {
    font-size: 20px;
    font-weight: 500;
    width: 85%;
}

section.seo-sevices-row .row .col-xxl-6:first-child .seo-sevice-sec:last-child {
    margin: 0;
}

.seo-service-sec img {
    width: 90%;
    border-radius: 30px;
    display: block;
    margin: auto;
}

.inner-seoprocess-sec {
    padding: 70px 35px 50px 35px;
    background: #F5F5FA;
    border-radius: 50px;
    margin-bottom: 80px;
    transition: 0.5s;
    border: 0;
    display: block;
}

.inner-seoprocess-sec figure {
    width: 0;
    height: auto;
    line-height: unset;
    margin: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 16px;
}

.inner-seoprocess-sec div {
    width: 100%;
}

.inner-seoprocess-sec p {
    font-size: 19px;
    min-height: 108px;
}

section.seo-process-row .col-xxl-4:first-child .inner-seoprocess-sec:before,
section.seo-process-row .col-xxl-4:nth-child(4) .inner-seoprocess-sec:before {
    display: none;
}

.inner-seoprocess-sec:before {
    content: "";
    filter: brightness(0);
}

section.seo-process-row .w-head {
    margin-bottom: 80px;
}

section.seo-process-row button.trns-btn {
    padding: 14px 30px;
}

section.seo-process-row button.trns-btn img {
    filter: brightness(0.5);
}

section.seo-process-row button.trns-btn:hover img {
    filter: invert(1);
}

section.seo-choose-row {
    background: #F5F5FA;
}


/* SMM Services Css */

section.smm-sevices-row {
    padding: 50px 0 150px;
}

section.smm-sevices-row .w-head {
    margin-bottom: 50px;
}

.smm-main-sec {
    margin-left: -77%;
}

.smm-service-sec img {
    border-radius: 30px;
    filter: brightness(0.5);
    z-index: -1;
    position: relative;
}

.smm-sevice-sec {
    display: flex;
    align-items: unset;
    justify-content: center;
    padding: 20px 40px;
    background: #FFFEE5;
    gap: 20px;
    border-radius: 25px;
    margin-bottom: 25px;
    transition: 0.5s;
}

.smm-sevice-sec span {
    font-size: 70px;
    color: #101522;
    font-family: 'Archivo Black';
}

.smm-sevice-sec h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-family: 'Archivo Black';
}

.smm-sevice-sec p {
    font-size: 18px;
    font-weight: 500;
}

.smm-sevice-sec:hover {
    background: var(--c1);
    cursor: pointer;
}

.smm-sevice-sec:hover * {
    color: #fff;
}


/* Domain Services Css */

section.domain-sevices-row {
    padding: 100px 0;
}

section.domain-sevices-row .w-head {
    margin-bottom: 50px;
}

.domain-service-sec {
    padding: 50px 40px;
    background: #FFFEE5;
    border-radius: 25px;
    border: 1px solid #b717a4;
}

.domain-service-sec img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

.domain-service-sec h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

section.domain-sevices-row .row .col-xxl-3:nth-child(2) .domain-service-sec,
section.domain-sevices-row .row .col-xxl-3:last-child .domain-service-sec {
    margin-top: 70px;
}

section.domain-provide-row {
    padding: 70px 0;
}

.domain-provide-sec h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: var(--c1);
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #fff;
}

.domain-provide-sec p {
    width: 80%;
    font-size: 20px;
    margin-bottom: 30px;
}

section.domain-provide-row .row {
    padding: 80px 0;
}

section.domain-process-row {
    padding: 110px 0;
    position: relative;
}

section.domain-process-row .w-head {
    margin-bottom: 50px;
}

.domain-process-sec span {
    font-size: 70px;
    color: #E2E2F1;
    font-family: 'Archivo Black';
    display: block;
    margin-bottom: 150px;
}

.domain-process-sec b {
    background: #b717a4;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-30%);
}

.domain-process-sec {
    position: relative;
}

.domain-process-sec img {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
}

.domain-process-sec h3 {
    font-size: 30px;
    font-family: 'Archivo Black';
    margin-bottom: 30px;
    width: 85%;
    line-height: 37px;
}

.domain-process-sec p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

section.domain-process-row svg {
    position: absolute;
    width: 77%;
    top: 43.2%;
    z-index: -1;
    left: 220px;
}

section.domain-process-row svg path {
    fill: none;
    stroke: #b700a1;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash1 3s linear infinite;
    opacity: 1;
}

section.domain-process-row .btn-sec {
    margin-top: 70px;
}

section.domain-choose-row .inner-choose-sec p {
    width: 100%;
}


/* SSL Services Css */

.ssl-sevice-sec img {
    width: 64px;
    height: 64px;
}

.ssl-sevice-sec {
    align-items: center;
}

section.ssl-sevices-row {
    padding: 40px 0 130px;
}


/* Email Services Css */

section.email-sevices-row {
    padding: 50px 0 120px;
}

section.email-sevices-row .w-head {
    margin-bottom: 50px;
}

section.email-sevices-row .w-head p {
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: auto;
}

.email-service-sec {
    padding: 10px;
}

.email-service-sec img {
    margin-bottom: 40px;
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
}

.email-service-sec h3 {
    font-size: 36px;
    margin-bottom: 26px;
    font-family: 'Archivo Black';
    line-height: 40px;
}

.email-service-sec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

section.email-process-row .w-head p {
    width: 70%;
    font-size: 24px;
    font-weight: 500;
    margin: auto;
    line-height: 30px;
}

.email-process-sec figure {
    display: block;
    margin-bottom: 30px;
}

.email-process-sec figure img {
    width: 64px;
    height: 64px;
}

.email-process-sec h3 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 20px;
    font-family: 'Archivo Black';
}

.email-process-sec p {
    color: #101522;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.email-process-sec {
    position: relative;
}

.email-process-sec:after {
    content: "";
    background-image: url(../images/arrow-process.webp);
    width: 99px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 100px;
    right: 0;
    margin: auto;
    -webkit-animation: upDown 2s infinite;
}

section.email-process-row .row .col:last-child .email-process-sec:after {
    display: none;
}

section.email-cta-row .cta-sec img {
    height: 660px;
}

section.email-choose-row::before {
    background-image: url(../images/email-choose-img.webp);
}

section.email-choose-row {
    background: #f9f9f9;
}

section.email-choose-row .inner-choose-sec ul li {
    display: inline-block;
    width: 40%;
    font-size: 20px;
}


/* Free Domain Service Css */

section#freedomain-row {
    padding: 70px 0;
}

.domain-details-sec {
    padding: 85px 45px 40px;
    border: 1px solid #b717a4;
    border-radius: 25px;
    transition: 0.5s;
    margin-bottom: 40px;
}

.domain-details-sec figure {
    margin-bottom: 30px;
}

.domain-details-sec figure img {
    width: 90px;
    height: 50px;
    object-fit: scale-down;
}

.domain-details-sec h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Archivo Black';
    line-height: 30px;
}

.domain-details-sec p {
    font-size: 18px;
    min-height: 85px;
}

.domain-details-sec:hover {
    background: #b717a4;
    cursor: pointer;
}

.domain-details-sec:hover * {
    color: #fff;
}

.domain-details-sec:hover button.trns-btn {
    background: #000;
}

section.freedomain-process-row .row .col-xxl-5:first-child .inner-pkgprocess-sec:before,
section.freedomain-process-row .row .col-xxl-5:nth-child(3) .inner-pkgprocess-sec:before {
    display: none;
}

section.freedomain-process-row .row .col-xxl-5:nth-child(3) {
    margin-left: 200px;
}

section.free-choose-row .container {
    position: relative;
}

section.free-choose-row .container:before {
    z-index: -1;
    content: "";
    position: absolute;
    background: #FFFEE5;
    border-radius: 50px;
    width: 1170px;
    height: 100%;
    bottom: 30px;
    left: -50px;
    top: 0px;
}

.inner-banner-sec strong {
    font-size: 20px;
    font-weight: 700;
    color: #101522;
    margin-bottom: 30px;
    width: 85%;
    display: block;
}

.inner-banner-sec li {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-banner-sec ul {
    margin-bottom: 30px;
}

.inner-banner-sec li i {
    margin-right: 15px;
}


/* Policy Css */

section.terms-banner-row {
    margin: 0;
}

section.policy-row {
    padding: 70px 0;
}

.policy-sec h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 30px;
}

.policy-sec p {
    font-weight: 500;
    color: #101522;
    line-height: 26px;
}

.policy-sec ul {
    margin: 0 0 20px;
}

.policy-sec ul li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.policy-sec ul li a {
    color: #000;
    display: flex;
    align-items: baseline;
}

.policy-sec ul li a i {
    width: 20px;
    margin-right: 15px;
}

.policy-sec ul li a:hover {
    color: #b717a4;
}

label.error {
    color: red;
    font-weight: 700;
}

.iti__selected-flag {
    background: transparent !important;
    padding: 0 !important;
    margin-left: 20px !important;
}

.inner-contact-sec .form-group input[type="number"] {
    padding-left: 65px;
}

.iti__country-list li {
    margin: 0 !important;
    width: 100%;
    display: flex !important;
}

.iti__country:before {
    display: none;
}

.iti__search-input {
    height: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    margin-bottom: 0 !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover {
    background: transparent !important;
}

footer.footer-row .details-flx h4 a {
    color: #728ef5;
}

.navbar-dark .navbar-brand h4 {
    color: #e65cef;
    font-size: 2rem;
}

.footer-cont h2 {
    color: #e65cef;
    font-size: 2rem;
}