* {
    margin: 0;
    padding: 0;
}

.btn-border:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    transition: all 0.3s linear;
}

.get-btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    transition: all 0.3s linear;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    transition: all 0.3s linear !important;
}

.btn-pink:hover {
    color: #020202;
    text-decoration: none;
    border: 1px solid #000;
    background-color: transparent;
    transition: all 0.3s linear !important;
}

.btn-pink1 {
    background: #ff9800;
    color: #000;
    border-radius: 0
}

.btn-pink1:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s linear !important;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

ul {
    margin: 0;
}

img {
    max-width: 100%;
}

section {
    padding: 50px 0;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-title h4 {
    color: #000;
    line-height: 29px;
}

.section-title p {
    font-size: 19px;
}

.btn {
    background: transparent;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: #000;
    border: 1px solid transparent;
}

.btn-border {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.btn-border i {
    font-size: 10px;
    vertical-align: unset;
    margin-left: 10px;
}

.bg-orange {
    background-color: #e95722;
}

/* .btn-pink {
    background: #dd6c9d;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 16px;
} */

.btn-pink {
    background: #32292d;
    padding: 10px 48px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
}

.btn-primary {
    padding: 10px 28px;
    background: #03a9f4;
    margin-left: 15px;
}

.header .row:after {
    content: '';
    display: table;
    clear: both;
}

.full-screen-menu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}

.menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.menubar li {
    display: inline-block;
}

.menubar li a {
    padding: 10px 16px;
    font-size: 14.5px;
    color: #6d6a6c;
    text-transform: capitalize;
}

.get-btn {
    border: 1px solid #03a9f4;
    padding: 5px 15px;
    border-radius: 30px;
    color: #03a9f4;
    display: inline-block;
}

.mobile_header {
    height: 50px;
    display: none;
    font-size: 1.5rem;
    line-height: 50px;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100%;
}

.mobile_menu {
    position: absolute;
    right: 0px;
    color: #000;
    width: 50px;
}

.toggle-button {
    z-index: 1000;
}

.mobile_menu i.menu {
    color: #000;
    padding: 0px 10px;
}

.mobile_menu i.hamburger {
    display: inline-block;
}

.menu-wrap {
    background-color: #111;
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    right: -280px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: 0.15s;
    z-index: 10;
}

.menu-sidebar {
    margin: 0px;
    position: relative;
    top: 50px;
}

.menu {
    margin: 0px;
    padding: 0px;
}

.banner {
    display: block;
    position: relative;
    top: 55px;
    padding: 50px 0 120px;
}

.banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.banner p {
    margin: 30px 0;
}

.service-1,
.service-2 {
    position: relative;
    padding: 75px 0;
}

.service-2:before {
    position: absolute;
    content: '';
    width: 100%;
    min-height: 550px;
    background: #00bcd414;
    transform: skewY(4deg);
    top: 25px;
}

.services_info {
    margin: 80px 0;
}

.services_info p {
    font-size: 20px;
    margin: 15px 0;
}

.services-img {
    width: 400px;
    border-radius: 100%;
    height: 400px;
}

.services_info h2 {
    font-weight: 700;
}

.services_info a {
    padding: 5px 30px;
}

.news-box {
    padding: 30px;
    box-shadow: 1px 1px 20px 1px #e9e5e5;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-content: flex-start;
}

.news-box .date i {
    color: #ccc;
    margin-right: 10px;
}

.news-box .date {
    color: #999;
    font-size: 12px;
}

.news-box h3 {
    margin: 25px 0;
    font-weight: 700;
    font-size: 20px;
}

.news-box a {
    padding: 5px 13px;
    width: 135px;
}

.live-section {
    box-shadow: 1px 1px 20px 1px #e9e5e5;
    margin-bottom: 30px;
    padding: 25px 30px;
}

.twitter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter span {
    color: #2196f3;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.live-section p {
    margin: 0;
}

.footer-area {
    background: #0e1424;
    padding: 40px 0;
}

.footer-social {
    border-bottom: 1px solid #202d50;
    padding: 0 0 40px;
}

.footer-social a {
    color: #fff;
    padding: 30px;
    font-size: 30px;
}

.footer-nav {
    padding: 30px 0;
}

.footer-nav a {
    padding: 0px 36px;
    color: #fff;
}

.ft-secur {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ft-secur li {
    margin: 14px 10px 20px;
}

.copyright {
    color: #9e9e9e;
}

.get-start-info .btn {
    padding: 10px 30px;
}

.get-start-sec h2 {
    font-weight: 700;
}

.get-start-info .btn i {
    font-size: 10px;
    margin-left: 10px;
}

.law-firm-info {
    text-align: center;
}

.law-firm-info img {
    border-radius: 100%;
    height: 155px;
}

.law-firm-info h2 {
    margin: 19px 0 2px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.star i {
    color: #ffd700;
    font-size: 20px;
}

.inner-banner {
    padding-top: 170px;
}

.fintech-bg {
    background: url(../images/finance-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}

.fintech-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fffffff2;
    top: 0;
}

.inner-banner h1 {
    color: #000;
    font-weight: 700;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
}

.fintech-info-list {
    margin-top: 30px;
}

.services-bx {
    box-shadow: 1px 1px 20px 1px #00000047;
}

.fin-ser-info {
    padding: 40px;
}

.inner-banner p {
    color: #000;
    margin-bottom: 20px;
}

.fintech-info-title {
    position: relative;
}

.fintech-info-title h2 {
    color: rgb(11, 59, 91);
    position: relative;
    font-weight: 700;
}

.fintech-info-title h2:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 2%;
    background: #03a9f4;
    bottom: -20px;
}

.fintech-info-list li {
    font-size: 20px;
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc4a;
}

.fintech-info-list li i {
    font-size: 10px;
    margin-right: 11px;
    color: #03a9f4;
}

.fintech-info-title small {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
}

/* Blockchain Consulting Style */

.blockchain-bg {
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}

.blockchain-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b0;
}

.bch-services {
    height: 400px;
    /* background-color: red; */
}

.bch-info {
    padding: 80px;
    text-align: center;
}

.bch-info h2 {
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    font-size: 25px;
}

.bch-info p {
    color: #dbdbdb;
    font-size: 17px;
}

/* Direct Selling Consulting Style */

.direct-selling-con {
    background: url(../images/direct-selling-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.direct-selling-con:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffeb;
    top: 0;
}

.direct-selling-area {
    padding-top: 0;
    margin-top: -50px;
}

.direct-selling-info {
    background: #132430;
    position: relative;
    padding: 60px;
    height: 100%;
}

.direct-selling-info:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #dd6c9d;
    bottom: 0;
}

.direct-selling-ser-icon {
    background: #ffffff0d;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.direct-selling-ser-icon i {
    color: #fff;
    font-size: 20px;
}

.direct-selling-cnt h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.cerification {
    background: #000;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.direct-selling-services_area {
    background: #ffc10717;
    padding: 40px 0 100px;
    text-align: center;
}

.direct-selling-services_area h2 {
    color: #000;
    margin: 0;
    font-weight: 700;
    width: 40%;
    margin: 0 auto;
}

.direct-selling-services_area-2 {
    background: #272727;
    padding: 10pa 0;
    padding: 40px 20px;
    text-align: center;
}

.direct-selling-services_area-2 h2 {
    font-weight: 700;
    color: #fff;
}

.bch-consulting-img {
    background: url(../images/bch-con-img.jpg) no-repeat center center;
    width: 80%;
    height: 300px;
    background-size: cover;
    margin: 0 auto;
    /* position: absolute; */
    /* z-index: 1; */
    margin-top: -80px;
}

.legal-img {
    background: url(../images/legal-2.jpg) no-repeat center center;
    width: 80%;
    height: 300px;
    background-size: cover;
    margin: 0 auto;
    /* position: absolute; */
    /* z-index: 1; */
    margin-top: -80px;
}

.country-img {
    background: url(../images/countries.jpg) no-repeat center center;
    width: 80%;
    height: 300px;
    background-size: cover;
    margin: 0 auto;
    /* position: absolute; */
    /* z-index: 1; */
    margin-top: -80px;
}

.direct-selling-services {
    border-bottom: 1px solid #cccccc61;
}

/* .direct-selling-services_area .heading {
display: flex;
align-items: center;
} */

.direct-selling-services_area .heading img {
    box-shadow: 14px 20px 19px #0000002e;
}

.direct-selling-list {
    border: 1px solid #cccccc42;
}

.direct-selling-list li {
    list-style: none;
    padding: 13px 30px;
}

.direct-selling-list {
    border: 1px solid #cccccc42;
}

.direct-selling-list li:nth-child(odd) {
    background: #f4f6f7;
}

.direct-selling-services_area .heading h2 {
    color: #fff;
    font-weight: 700;
    margin-right: 40px;
}

.direct-selling-list li i {
    font-size: 8px;
    margin-right: 10px;
}

.blockchain-bg h1,
.blockchain-bg p {
    color: #fff;
}

.contact-right li {
    background: #0a1536;
    padding: 20px;
    margin-bottom: 15px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 200;
}

.contact-right li a {
    color: #ffff;
    font-size: 17px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.contact-right li a i {
    margin-right: 20px;
    color: #fff;
    background: #2c3961;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.contact-info-img {
    background-size: cover;
    height: 381px;
    background-color: #03a9f4
}

.inner-img-info {
    padding: 15%;
}

.inner-img-info h3,
.inner-img-info p {
    color: #fff;
}

.inner-img-info h4 {
    color: #fff;
    margin-top: 20px;
}

.connect-bx {
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #0b9a7f, #40ab59);
    padding: 10px;
    color: #fff;
    text-align: center;
}

.contact-from label {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.contact-from input,
textarea {
    border: 1px solid #000c;
    border-radius: 0;
    padding: 20px 10px;
}

.privacy-sec {
    padding: 100px 0;
}

.flag img {
    box-shadow: 1px 13px 10px 0 #ccccccb5
}

@media (max-width:480px) {

    .improve-your-business-points img {
        width: 100%;
        margin-top: 0 !important;
        margin: 0 17% !important;
    }

    .improve-your-business-points {
        width: 100% !important;
    }

    .improve-your-business-flex2 .form {
        width: 100% !important;
    }

    .improve-your-business-flex2 {
        display: grid !important;
    }

    .starting-business-dubai-box {
        margin-bottom: 5% !important;
    }

    .company-setup-in-dubai1-form {
        margin-top: 4% !important;
        margin-bottom: 5% !important;
    }

    .company-setup-in-dubai1 h2 {
        padding-top: 7% !important;
    }

    .company-setup-in-dubai1-shape-text {

        width: 100% !important;
        right: 4% !important;

    }

    .company-setup-in-dubai1-shape::after {
        position: static !important;
        transform: skew(0deg, 0deg) !important;
        margin-top: 17% !important;
    }

    .company-setup-in-dubai1 {
        background-size: cover !important;
    }

    .star {
        width: 100% !important;
    }

    .simple-stape h2 {
        padding-top: 0% !important;
    }

    .social-icon img {
        width: 19% !important;
    }

    .improve-your-business-flex2 .form {
        width: 100%;
        padding: 30px !important;
    }

    .improve-your-business-flex2 {
        display: block;
        height: auto !important;
    }

    .inner-img-info {
        padding: 5%;
    }

    .contact-info-img {
        background-size: cover;
        height: 221px;
    }

    .contact-right li {
        margin-top: 5%;
    }

    .law-firm-info img {
        width: 100%;
        height: auto !important
    }

    .law-firm-info h2 {
        font-size: 15px;
    }

    .banner h1 {
        font-size: 30px;
    }

    .banner p {
        margin: 16px 0;
    }

    .banner {
        padding: 52px 0 37px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .services_info {
        margin: 0px 0 30px 0;
    }

    .service-1,
    .service-2 {
        position: relative;
        padding: 36px 0;
    }

    .services-img {
        width: 300px;
        border-radius: 100%;
        height: 300px;
    }

    section {
        padding: 30px 0;
    }

    .flag .mb-5 {
        margin-bottom: 1rem !important;
    }

    .service-2 h2 {
        font-size: 2em;
        margin-top: 28px;
    }

    .service-1 h2 {
        font-weight: 700;
        font-size: 2em;
        margin-top: -10px;
    }

    .get-start-info .btn {
        padding: 6px 20px;
    }

    .footer-nav a {
        padding: 0px 3px;
        color: #fff;
    }

    .footer-social a {
        color: #fff;
        padding: 19px;
        font-size: 23px;
    }

    .inner-banner h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .inner-banner {
        padding-top: 110px;
    }

    .fin-ser-info {
        padding: 22px;
    }

    .fintech-info-list li {
        padding: 10px 0;
    }

    .bch-info {
        padding: 30px 20px
    }

    .bch-services {
        height: 316px;
    }

    .direct-selling-info {
        padding: 30px;
    }

    .direct-selling-services_area h2 {
        width: auto !important;
        margin-bottom: 20px;
    }

    .direct-selling-services .mt-5 {
        margin-top: 1em !important;
    }

    .inner-img-info h2 {
        font-size: 1.6rem;
    }

    .inner-img-info h3 {
        font-size: 1.35em;
    }

    .inner-img-info h4 {
        font-size: 1.2rem;
    }

    .contact-info-img {
        height: 182px;
    }

    .banner-top-text h2 {
        margin-bottom: 5% !important;
        margin-top: 5%;
        font-size: 2.3em !important;
        word-break: break-all;
    }

    .banner-v2 .banner-title {
        font-size: 1.7em !important;
        font-weight: 700 !important;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 20px !important;
    }

    .get-in-touch {
        width: 100% !important;
    }

    .get-in-touch .banner-title {
        font-size: 1.3em !important;
    }

    .get-in-touch p {
        text-align: center;
        font-size: 1.2em !important;
    }

    .get-in-touch {
        padding-top: 3% !important;
        padding-bottom: 3% !important;
        margin-bottom: 10px !important;
    }

    .section-decor-2 .text-white {
        color: #171717 !important;
    }

    .icon-box-classic {
        margin-top: 5% !important;
        height: 178px !important;
    }

    .roadmap-timeline-item {
        padding: 0px 0px !important;
    }

    .single-roadmap-timeline {
        margin-top: 69px !important;
    }

    .roadmap-v3 .single-roadmap-timeline p {
        line-height: 22px !important;
    }

    .roadmap-timeline img {
        display: none;
    }

    .section-title-item .section-title {
        margin-bottom: 0px !important;
    }

    .roadmap-v3 {
        padding-bottom: 30px !important;
    }

    .blockcain-business-v3 {
        padding: 49px 0 !important;
    }

    .single-list-services li {
        width: 100% !important;
    }

    .blockchain-legal-consulting-wrap {
        margin-bottom: 4% !important;
        min-height: 125px !important;
    }

    .bbp-contact h1 {
        font-size: 3em !important;
    }

    .bbp-contact h2 {
        font-size: 1.5em;
    }

    .inc-banner h1 {
        font-size: 2.5em !important;
        font-weight: 900;
    }

    .inc-banner h3 {
        margin-bottom: 3%;
        font-size: 1.8em !important;
        padding-top: 21% !important;
    }

    .inc-banner h2 {
        font-size: 1.9em !important;
        line-height: 37px !important;
        font-weight: 600;
        margin-bottom: 3%;
    }


    .banner-v2 .banner-item {
        height: 76px;
        min-height: 0;
        padding-top: 0;
        position: relative;
        height: auto;
        padding: 0 0 19px;
    }

    .inc-international h2 {

        font-size: 2.8em !important;
        word-break: break-word;
        line-height: 35px !important;
        font-size: 1.8em !important;
    }

    .blockchain-projects-failed h1 {
        font-weight: 900;
        line-height: 37px !important;
        margin-bottom: 5%;
        text-transform: uppercase;
        font-size: 2.2em !important;
    }

    .inc-project-success h1 {
        font-weight: 900;
        line-height: 40px !important;
        font-size: 2em !important;
        margin-bottom: 5%;
    }

    .inc-project-success-img p {
        font-size: 16px;
        width: 100% !important;
        text-align: center;
        float: left;
        height: 104px !important;
        border: 1px solid #f1f1f1;
        margin-right: 10px;
        padding: 10px;
        box-shadow: 0 0 10px 0 #f1f1f1;
    }
}

@media screen and (max-width:540px) and (min-width:481px) {
    .improve-your-business-points img {
        width: 100%;
        margin-top: 0 !important;
        margin: 0 17% !important;
    }

    .improve-your-business-points {
        width: 100% !important;
    }

    .improve-your-business-flex2 .form {
        width: 100% !important;
    }

    .improve-your-business-flex2 {
        display: grid !important;
    }

    .starting-business-dubai-box {
        margin-bottom: 5% !important;
        height: 479px !important;
    }

    .company-setup-in-dubai1-form {
        margin-top: 4% !important;
        margin-bottom: 5% !important;
    }

    .company-setup-in-dubai1 h2 {
        padding-top: 7% !important;
    }

    .company-setup-in-dubai1-shape-text {

        width: 100% !important;
        right: 0 !important;
        padding-left: 13% !important;


    }

    .company-setup-in-dubai1-shape::after {
        position: static !important;
        transform: skew(0deg, 0deg) !important;
        margin-top: 9% !important;

    }

    .company-setup-in-dubai1 {
        background-size: cover !important;
        height: auto !important;

    }
}

@media only screen and (max-width:768px) {



    .in_header_d {
        display: none
    }

    .in_header_m {
        display: block
    }

    .services-img {
        width: 337px;
        border-radius: 100%;
        height: 337px;
    }

    .inner-banner {
        padding-top: 112px;
    }

    .inner-img-info {
        padding: 6%;
    }

    .inner-img-info h2 {
        font-size: 1.6rem;
    }

    .inner-img-info h3 {
        font-size: 1.35em;
    }

    .inner-img-info h4 {
        font-size: 1.2rem;
    }

    .contact-info-img {
        background-size: cover;
        height: 192px;
    }
}

@media screen and (max-width:912px) and (min-width:481px) {
    .improve-your-business-points img {

        margin-top: 26%;
    }

    .starting-business-dubai-box {
        height: 508px !important;
    }

    .company-setup-in-dubai1-shape-text p {
        margin-bottom: 5% !important;
    }

    .company-setup-in-dubai1-form {
        margin-top: 33%;
    }

    .company-setup-in-dubai1-shape::after {
        height: 603px !important;
    }

    .company-setup-in-dubai1 {
        background-size: cover !important;
        height: 653px;

    }

    .company-setup-in-dubai1-shape-text {

        padding-left: 4% !important;
    }


    .simple-stape-box {
        padding: 17px !important;
    }

    .our-other-services-text a {
        display: grid !important;
        justify-items: center !important;
    }

    .what-we-do-box img {
        width: 19% !important;
        margin-bottom: 2%;
    }

    .what-we-do-box {
        height: 305px !important;
    }

    .testimonial-img img {
        top: -10% !important;
    }

    .testimonial-box {

        padding: 24px !important;
    }

    .our-other-services-text {
        width: 100% !important;
    }

    .our-other-services-wrap {
        height: 351px !important;
    }

    .our-other-services-icon {
        margin: 0 auto !important;
    }

    .our-other-services-text h3 {
        text-align: center !important;
    }

    .our-other-services-text p {
        text-align: center !important;
    }

    .our-other-services-wrap {
        display: grid !important;
        padding: 19px;
        height: 363px;
    }

    .simple-stape h2 {
        padding-top: 0 !important;
    }

    .improve-your-business-flex2 {


        height: auto !important;

    }

    .improve-your-business-flex2 .form {

        padding: 20px !important;
    }
}

@media only screen and (min-width:1200px) {
    .in_header_m {
        display: none
    }

    .in_header_d {
        display: block
    }
}

@media screen and (max-width:1920px) and (min-width:1900px) {
    .company-setup-in-dubai1-shape::after {
        height: 601px !important;
    }
}

/** bussiness uae  **/

.residency-banner {
    background: url(../images/grgcorpslider.jpg)no-repeat top left;
    background-size: cover;
    height: 750px
}

.residency-banner h1 {
    font-size: 4.5em;
    text-align: center;
    margin-top: 12%;
    font-weight: 700;
    color: #000;
    line-height: 74px;
    text-transform: uppercase
}

.residency-banner h2 {
    font-size: 2.5em;
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 50px;
    text-transform: uppercase
}

.residency-banner i {
    text-align: center !important;
    color: #fff;
    font-size: 2em;
    margin-top: 4% !important;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 100px;
    line-height: 50px
}

.residency-banner h4 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.5em;
}

.residency-banner h5 {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    font-weight: 600;
    font-size: 2em;
}

t .info h1 {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px
}

.info hr {
    width: 90px;
    height: 2px;
    background-color: #ed1b23;
    margin: 0 auto 5%;
}

.type-of-business span {
    color: #ed1b23
}

.type-of-business h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 2.1em;
}

.type-of-business {
    background-color: #222222;
    padding: 46px;
}

.type-of-business hr {
    width: 50px;
    height: 2px;
    background-color: #ed1b23;
    margin-bottom: 2em
}

.type-of-business p {
    font-size: 15px;
    color: #fff
}

.type-of-business h6 {
    color: #ed1b23;
    font-size: 1.3em;
    font-weight: 600;
}

.type-of-business i {
    font-size: 2.5em;
    color: #ed1b23
}

.type-of-business .row {
    margin-bottom: 2.1em !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.migration h1 {
    font-size: 2.5em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.migration li {
    font-size: 1.5em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4%;
    list-style: none;
}

.migration i {
    margin-right: 1%;
}

.uae-business {
    text-align: center;
    box-shadow: 0 0px 20px 0 #00000082;
    padding: 20px 10px;
    background-color: #fff;
    min-height: 121px;
    border-radius: 7px;
}

.uae-business h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: palevioletred;
    letter-spacing: 0.5px;
}

.uae-business p {
    margin-bottom: 0px;
    font-size: 1.2em;
}

.uae-setup {
    background: url(../images/physics-and-business.jpg)no-repeat top left;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.uae-setup h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1px;
}

.banner-number {
    background-color: #0000003d;
    padding: 2% 0;
    width: 500px;
    margin: 2% auto 0;
}

.banner-bottom {
    background: url(../images/wave.png)no-repeat top left;
    background-size: cover;
    height: 493px;
}

.banner-bottom hr {
    width: 100px;
    height: 5px;
    border: none;
    margin: 0 auto;
    background-color: #2d2c2c;
    border-radius: 50px;
    margin-bottom: 2.5%;
}

.banner-bottom p {
    font-size: 1.6em;
    color: #2d2c2c;
    text-align: center;
    margin-bottom: 2%;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1px;
    font-weight: 300
}

.structuring h1 {
    color: #000;
    font-size: 3.5em;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 4%;
}

.structuring span {
    color: #e03a3c;
}

.structuring p {
    letter-spacing: 0.8px;
}

.structuring-list p {
    margin-bottom: 0;
}

.structuring-list ul {
    margin-left: 8% !important;
    margin-top: 6%;
}

.structuring-list li {
    list-style: none;
    font-size: 15px;
    list-style-image: url('../images/checked.png');
    margin-bottom: 6%;
    letter-spacing: 0.1px;
}

.structuring img {
    width: 100%;
    height: auto;
    ;
}

.faq-list a span {
    color: #f44336;
    font-weight: 600;
    margin-right: 15px;
}

.faq-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    list-style: none;
}

.faq-list li p {
    margin: 12px 50px 0;
    font-size: 1.1em;
}

.faq-list a {
    display: block;
    position: relative;
    font-family: #e03a3c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
    color: #000;
}

.faq-list a i {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.faq-list a:hover {
    text-decoration: none;
}

.sub-title {
    font-size: 13px;
    padding: 8px 20px;
    margin: 0;
    margin-bottom: 0px;
    background: #cdced036;
    color: #ed1c24;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 10px;
}

/* 8blockchain page*/

/*=============================
	home banner
============================*/

.banner-sec {
    position: relative;
    background-color: #edf6f7;
}

.banner-item {
    min-height: 1226px;
    padding-top: 242px;
    position: relative;
}

.banner-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: ##edf6f7
}

.banner-content {
    text-align: center;
    z-index: 1;
    position: relative;
}

.banner-content .banner-title {
    font-size: 70px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 600;
    letter-spacing: -1.75px;
    margin-bottom: 40px;
}

.banner-content p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    padding: 0 64px;
    margin-bottom: 14px;
}

.banner-img-item {
    position: relative;
    margin: 0 -50px;
}

.banner-ico {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}

.banner-ico.banner-ico-1 {
    left: 20.8%;
    top: 38%;
}

.banner-ico.banner-ico-2 {
    left: 30%;
    right: inherit;
    top: 6%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.banner-ico.banner-ico-3 {
    top: 22%;
    left: 51%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-ico.banner-ico-4 {
    left: inherit;
    right: 32.2%;
    top: 10%;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.banner-ico.banner-ico-5 {
    left: inherit;
    right: 15.8%;
    top: 32%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

/*---------- banner v2 -----*/

.banner-v2 .banner-item {
    height: 768px;
    min-height: 0;
    padding-top: 0;
    position: relative;
    height: auto;
    padding: 52px 0 19px;
}

.banner-v2 .banner-item:before {
    z-index: 1;
}

.banner-v2 .banner-item .banner-content {
    text-align: left;
}

.banner-v2 .banner-item .banner-content p {
    padding: 0;
}

.banner-v2 .banner-title {
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: 7px;
    color: #000;
    letter-spacing: 0.1px;
}

.banner-v2 .banner-v2-img .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-v2 .banner-v2-img .banner-ico.banner-ico-1 {
    right: 26.6%;
    left: inherit;
    top: 35%;
}

/*----------- banner v3 ---------*/

.banner-v3 {
    background: #26b780;
}

.banner-table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-table .banner-table-cell {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.banner-higlight {
    position: relative;
    z-index: 111;
    display: inline-block;
    width: 100%;
}

.banner-main-line {
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin: 34px 0;
    font-family: 'Poppins', sans-serif;
}

.banner-main-line li i {
    margin-right: 10px;
}

.banner-higlight li {
    padding: 17px 21px;
    background: #fff;
    margin: 10px 0px;
    border-left: 4px solid #03a9f4;
    text-align: center;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0px 10px 0px #0000001a;
    border-radius: 5px;
    list-style: none;
}

.banner-higlight li h3 {
    font-size: 16.3px;
    margin: 0;
    color: #000;
}

.Experts-line h2 {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #000;
    text-align: center;
}

.Experts-line {
    margin: 40px 0;
    width: 100%;
    position: relative;
}

/* flag */

.flag-sec {
    background: url(../images/blockchain/mappatt.jpg) no-repeat center center;
}

.top-banner-flag {
    margin-top: -190px;
}

.flag {
    margin-bottom: 20px;
    text-align: center;
    border: 1px dashed #009688;
    padding: 30px 0;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 8px 7px 17px #0000000a;
}

.flag:hover {}

.flag h5 {
    border-left: 8px solid #cccccc36;
    font-weight: 700;
    margin: 30px 0;
    transition: all 0.5s ease;
    color: #2bc387;
}

.flag:hover h5 {
    border-left: 8px solid #e03a3c;
}

/*------------------ blockcain top -----------*/

.blockcain-top-sec {}

.blockcain-top {
    padding-right: 80px;
    position: relative;
    z-index: 1;
}

.blockcain-top:before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #353371;
}

.blockcain-top .column-title {
    font-weight: 700;
}

.blockcain-top-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.blockcain-top-content p {
    font-size: 18px;
    line-height: 32px;
}

.hidden-title {
    font-size: 130px;
    font-family: "Roboto", sans-serif;
    color: rgb(3 112 93 / 8%);
    font-weight: 700;
    line-height: 0.13;
    text-align: center;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: auto;
}

.flag {
    margin-bottom: 20px;
    text-align: center;
    border: 1px dashed #009688;
    padding: 30px 0;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 8px 7px 17px #0000000a;
}

/* ---- particles.js container ---- */

#particles-js,
#particles-js1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.fetured-main-title span {
    color: #03a9f4;
    font-weight: 800;
}

.single-list-services li {
    z-index: 1;
    position: relative;
    background: linear-gradient(45deg, #26b780, #1b7554);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 20px #00000091;
    display: flex;
    align-items: center;
    height: 100%;
}

.single-list-services {
    width: 100%;
    margin: 0 auto;
}

.single-list-services li .services-img {
    background: #1d7e5a;
    border- radius: 100%;
}

.feature-title {
    font-size: 17.5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.5px;
}

.single-list-services li .services-cnt {
    width: 65%;
    margin: 0 auto;
}

.fetured-main-title {
    display: inline-block;
    margin: 0px 0 50px;
}

/*------------------ roadmap v3 ----------------*/

.roadmap-v3 {
    padding-bottom: 115px;
    position: relative;
}

.roadmap-v3 .xs-section-title {
    color: #03a9f4;
}

.roadmap-v3 .single-roadmap-timeline p {
    color: #000;
    font-size: 17px;
}

.section-title-item .section-title {
    font-size: 36px;
    letter-spacing: -0.9px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 70px;
    color: #000;
}

.single-list-services {
    margin: 0 auto;
}

.single-list-services li {
    z-index: 1;
    position: relative;
    background: #fff;
    padding: 20px 0 20px 17px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 30%;
    float: left;
    margin: 0 0 2%;
}

.single-list-services li .services-cnt {
    width: 65%;
    margin: 0 auto;
}

.single-list-services li .services-img {
    background: #3737371f;
    border-radius: 100%;
    width: auto;
    height: auto;
}

.single-roadmap-timeline h3 {
    line-height: 22px;
    background: #03a9f4;
    width: 40%;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.feature-bx {
    z-index: 1;
    position: relative;
}

/*==============================================
    roadmap
 =============================================*/

.roadmap-sec {
    position: relative;
}

.roadmap-timeline {
    position: relative;
}

.roadmap-timeline img {
    width: 100%;
}

.roadmap-timeline-item {
    padding: 0 70px;
    position: relative;
    z-index: 1;
}

.roadmap-timeline-item .xs-roadmap {
    position: relative;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
    margin-top: -17px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
    margin-top: -31px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(2):before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    top: -190px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
    margin-top: -69px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    top: -229px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
    margin-top: -67px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(4):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    top: -226px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(5) {
    margin-top: -8px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(5):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    top: -168px;
}

.single-roadmap-timeline {
    text-align: center;
    position: relative;
    padding-top: 45px;
    margin-top: -45px;
    min-height: 134px;
}

.single-roadmap-timeline:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #000;
    content: '';
    left: 0;
    top: 6px;
    right: 0;
    margin: auto;
}

.single-roadmap-timeline:after {
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(3, 169, 244, 0.19);
    content: '';
    left: 0;
    top: 0px;
    right: 0;
    margin: auto;
}

.single-roadmap-timeline b {
    position: absolute;
    top: -118px;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: #03a9f4;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-animation: loader-6-1 2s infinite;
    animation: loader-6-1 2s infinite;
}

.single-roadmap-timeline h3 {
    font-size: 12px;
    line-height: 22px;
}

.single-roadmap-timeline p {
    margin-bottom: 0;
    /*padding: 0 20px;*/
}

@-webkit-keyframes loader-6-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.8);
        opacity: 0;
    }
}

@keyframes loader-6-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.8);
        transform: translate3d(0, 0, 0) scale(1.8);
        opacity: 0;
    }
}

.blockcain-img {
    text-align: center;
}

.blockcain-img img {
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
    animation: bounce 2s ease-in-out 0s infinite alternate;
}

.blockcain-content strong {
    color: #000;
    margin-bottom: 30px;
    display: block;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.blockcain-content {
    position: relative;
}

.blockcain-content i {
    position: absolute;
    font-size: 110px;
    color: #cccccc47;
    top: -60px;
}

.blockcain-content .quote {
    color: #0a575047;
    font-size: 70px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
}

.btn.btn-v3:hover {
    background: #24b780;
    color: #fff;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}

.btn.btn-v3 {
    background: #30a9f4;
}

/*------------ blockcain v3 --------*/

.blockcain-v3 {
    padding: 114px 0 129px;
    position: relative;
}

.blockcain-v3:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/blockchain/blockcain_dot.png) no-repeat center center/cover;
}

.blockcain-v3 .blockcain-top:before {
    background: #cce2df;
}

.blockcain-v3 .column-title {
    color: #000;
}

.blockcain-v3 .blockcain-top-content p {
    color: #606060;
}

.blockcain-business-v3 {
    position: relative;
    padding: 120px 0;
}

.Experts-line h2 span {
    font-family: 'iconfont';
    color: #cccccc47;
    left: -10px;
    top: 10px;
    font-size: 140px;
    position: absolute;
}

.blockcain-business-v3::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/blockchain/blockcain_dot_business.png) no-repeat center center/cover;
}

.featured-v3::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blochchain/feature_bg_dot.png) no-repeat center center/cover;
    content: '';
}

.percent h1 {
    color: #000;
    text-align: center;
    font-weight: 800;
}

.project-failed li {
    list-style: none;
    list-style-image: none;
    font-size: 15px;
    list-style-image: url('../images/checked.png');
    margin-bottom: 6%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5%;
}

.project-failed i {
    position: absolute;
    font-size: 70px;
    color: #cccccc47;
    top: -120%;
    left: 18%;
}

.project-failed ul {
    margin-left: 7% !important;
    margin-top: 6%;
}

.project-failed p {
    line-height: 27px;
    margin-top: 5%;
}

.section-decor-2::before {
    right: 52% !important;
    border-bottom-right-radius: 80px;
}

.section-decor-2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #03A9F4;
}

.icon-box-classic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 35px 17px;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    height: 219px;
    margin-top: 26%;
}

.icon-box-classic__icon {
    min-height: 63px;
    width: 50px;
    display: block;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.icon-box-classic__icon .icon {
    color: #4F50E9;
    font-size: 40px;
}

.section-decor-2 {
    position: relative;
    font-size: 16px;
}

.project-success h1 {
    color: #000;
    margin-bottom: 30px;
}

.project-success-img img {
    width: 5%;
    margin-right: 6px;
}

.section-title-item.v3 .xs-section-title {
    color: #00ff9a;
}

.xs-section-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #868dff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
    line-height: 14px;
    display: block;
}

.project-success-img {
    font-size: 16px;
}

.blockcain-business-v3 p {
    font-size: 16px;
}

.blockchain-legal-consulting {
    background-color: #f4fdff;
    padding-top: 8%;
    padding-bottom: 5%;
}

.blockchain-legal-consulting-wrap {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 20px 0 #60606026;
    margin-bottom: 10%;
    min-height: 190px;
    background-color: #fff;
}

.blockchain-legal-consulting-wrap p {
    margin-bottom: 0;
}

.blockchain-legal-consulting-wrap h4 {
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
}

.banner-top-text h2 {
    color: #000 !important;
    display: block !important;
    text-align: center;
    margin-bottom: 2%;
    font-weight: 800;
    font-size: 3em;
}

#Status {
    background: url(../images/6-1.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #f0f4f7;
    text-align: center;
}

.status-area {
    text-align: left;
    background: #d4e1ff;
    padding: 30px;
    height: 100%;
    border-bottom: 5px solid #f00000;
    box-shadow: 7px 6px 20px 0px #00000024;
}

.structuring-list2 h4 {
    color: #000;
}

.structuring-list2 ul {
    margin-left: 5% !important;
    margin-top: 6%;
}

.structuring-list2 li {
    list-style: none;
    list-style-image: none;
    list-style-image: none;
    font-size: 15px;
    list-style-image: url('../images/checked.png');
    margin-bottom: 6%;
    color: #424242;
}

.get-in-touch {
    background-color: #03a9f4;
    padding: 1% 0;
    width: 43%;
    margin: 0 auto 40px;
    border-radius: 110px;
}

.get-in-touch .banner-title {
    color: #fff;
    font-family: 'Nunito', sans-serif !important;
    font-size: 1.7em;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-align: center;
}

.get-in-touch p {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0%;
    font-weight: 600;
}

.cbonline-form input,
.cbonline-form select {
    background: #fbfbfb;
    border: 1px solid #E7E7E7;
    color: #fff;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}

.cbonline-form textarea {
    background: #fbfbfb;
    border: 1px solid #E7E7E7;
    color: #fff;
    border-radius: 0;
    min-height: 150px;
}

.bbp-contact h1 {
    font-size: 4em;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px !important;
}

.bbp-contact p {
    text-align: center;
    font-size: 16px;
}

.banner-icon {
    position: relative;
    z-index: 5;
}

.banner-icon a {
    text-decoration: none;
}

.banner-icon i {
    font-size: 1.5em;
    margin-bottom: 25%;
    cursor: pointer;
}

.banner-icon .fa-telegram-plane {
    background-color: #1c9be9;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.banner-icon .fa-whatsapp {
    background-color: #42be50;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

/** blockchain page end**/

/** crypto litigation page start**/

.crypto-litigation-banner {
    background: url(../images/crypto-litigation/crypto-litigation-banner.jpg)no-repeat center center;
    min-height: 500px;
    background-size: cover;
    padding-top: 10%;
}

.crypto-litigation-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 5%;
}

.banner-points {
    text-align: center;
}

.banner-points h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 10%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 0;
    background-color: rgba(000, 000, 000, 0.219);
    height: 70px;
    vertical-align: middle;
    line-height: 24px;
    font-size: 1.3em;
}

.banner-points i {
    color: #000;
    font-size: 1.5em;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    line-height: 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.658);
    margin: 0 auto;
}

.crypto-litigation-text h4 {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    font-weight: 900;
}

.crypto-litigation-text p {
    text-align: center;
    color: #fff;
    margin-top: 2%;
    font-weight: 500;
    font-size: 1.3em;
}

.question {
    background-color: #e8e8e8;
    text-align: center;
}

.question h1 {
    color: #000;
    font-size: 2.6em;
    font-weight: 600;
}

.question img {
    margin-top: 5%;
    width: 100%;
    height: auto;
}

.fatf-guidelines {
    background: url(../images/crypto-litigation/fatf.jpg)top right no-repeat;
    min-height: auto;
    background-size: cover;
    border-top: 3px solid #bc2711;
}

.fatf-guidelines-left {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 5% 5% 5% 5%;
}

.fatf-guidelines-left h1 {
    color: #bc2711;
    margin-bottom: 5%;
}

.fatf-guidelines-left ul {
    margin-left: 6%;
}

.fatf-guidelines-left li {
    list-style: square;
    color: #000;
    margin-bottom: 2.5%;
    font-size: 1.1em;
}

.fatf-guidelines-left li::marker {
    color: #bc2711;
}

.guidance {
    margin-top: 5%;
}

.guidance h3 {
    color: #000;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
    padding-bottom: 1%;
    line-height: 32px;
}

.guid-icon {
    background-color: #0f1d40;
    text-align: center;
    padding: 22%;
    margin-top: 20%;
    border-radius: 7px;
}

.guidance-box {
    margin-top: 3%;
    margin-bottom: 2%;
}

.guidance-box p {
    word-break: break-all;
    margin-top: 15%;
    font-size: 1.2em;
}

.why-choose {
    background: url(../images/mt-1336-home-pattern1.png) no-repeat center center;
    background-size: auto;
    background-size: cover;
    color: #000;
}

.blockcain-top-sec {
    padding: 80px 0;
}

.litigation-points::before {
    content: '';
    background: #97e4c64a;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: 0;
    border-radius: 0 0 80px 0;
    transition: 0.5s;
}

.litigation-points {
    background: #2bc387;
    height: 100%;
    padding: 25px;
    text-align: center;
    position: relative;
    box-shadow: 9px 11px 1px #100f0f1c;
}

.litigation-points h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}

.crypto-step-bg {
    background: url(../images/crypto-litigation/crypto-currency.jpg) no-repeat center center;
    background-size: auto;
    background-size: cover;
    position: relative;
}

.crypto-step-bg::before {
    content: '';
    position: absolute;
    background: #212a49db;
    width: 100%;
    height: 100%;
    top: 0;
}

.section-title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-title-item.v3 .xs-section-title {
    color: #03a9f4;
}

.litigation-point {
    background: #00ff9ae3;
    padding: 30px;
    height: 100%;
}

.litigation-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.litigation-img span {
    font-size: 60px;
    color: #1f2949;
    font-weight: 900;
}

.litigation-point h2 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.defi-concern {
    background: url(../images/crypto-litigation/defi-banner-background.jpg) no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
}

.hub-list-bx {
    padding: 30px;
    background: #0a0f31b8;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 8px 9px 4px #09294069;
    position: relative;
}

.hub-list-bx::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    pointer-events: none;
    border: 0 solid #2bc387;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    height: 60px;
    transition: 0.22s;
    border-width: 3px 3px 0 3px;
}

.hub-list-bx i {
    color: #4caf50;
    position: absolute;
    right: 20px;
    font-size: 20px;
    bottom: 20px;
}

.hub-list-bx h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

.defi-concern::before {
    background: #076c68;
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    top: 0;
}

.blockcain-business-v3 {
    position: relative;
    padding: 120px 0;
}

.blockcain-business-v3::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: url(../images/blockchain/blockcain_dot_business.png) no-repeat center center/cover;
}

.blockcain-img {
    text-align: center;
}

.blockcain-img img {
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
    animation: bounce 2s ease-in-out 0s infinite alternate;
}

.blockcain-content {
    position: relative;
}

.blockcain-content i {
    position: absolute;
    font-size: 110px;
    color: #cccccc47;
    top: -60px;
}

.blockcain-content strong {
    color: #000;
    margin-bottom: 30px;
    display: block;
    font-size: 25px;
    line-height: 33px;
}

.blockcain-business-v3 .blockcain-content p {
    color: #606060;
}

.blockcain-content p {
    margin-bottom: 30px;
}

.banner-number-dubai {
    padding: 2% 0;
    width: 327px;
    margin: 2% auto 0;
    border-bottom: 1px solid #fff;
}

.banner-number-dubai h5 {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 0rem !important;
}

/** crypto litigation page end**/

/**international nft consultant**/

.inc-banner {
    min-height: 550px;
    background-color: #fafafa;
}

.inc-banner h3 {
    margin-bottom: 3%;
    font-size: 2.5em;
    padding-top: 13%;
}

.inc-banner h2 {
    font-size: 3.5em;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 3%;
}

.inc-banner h1 {
    font-size: 5em;
    font-weight: 900;
}

.inc-banner-bottom p {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 5%;
}

.inc-banner-bottom h1 {
    margin-bottom: 3%;
    margin-top: 5%;
}

.inc-banner-bottom span {
    font-weight: 900;
    color: #03a9f4;
}

.inc-list li {
    text-decoration: left;
}

.inc-international h2 {
    color: #000 !important;
    display: block !important;
    text-align: left;
    margin-bottom: 5%;
    font-weight: 800;
    font-size: 2.8em;
    word-break: break-word;
    line-height: 50px;
}

.inc-international .Experts-line {
    margin: 7px 0;
}

.inc-project-success-img p {
    font-size: 16px;
    width: 230px;
    text-align: center;
    float: left;
    height: 130px;
    border: 1px solid #f1f1f1;
    margin-right: 10px;
    padding: 10px;
    box-shadow: 0 0 10px 0 #f1f1f1;
}

.blockchain-projects-failed p {
    font-size: 16px;
}

.blockchain-projects-failed h1 {
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 5%;
    text-transform: uppercase;
}

.blockchain-projects-failed .icon-box-classic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 35px 17px;
    background-color: #ffffff;
    border: 1px solid #0c9ee0;
    border-radius: 8px;
    height: 175px;
    margin-top: 16%;
    font-size: 15px;
    box-shadow: none;
}

.inc-project-success h1 {
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 5%;
}

.nav-item {
    display: grid;
    align-items: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.full-screen-menu a {
    font-size: 16px;
    color: #6d6a6c
}

.full-screen-menu .nav-link {
    display: block;
    padding: .5rem 0.8rem;
    margin-top: 1%;
}

.full-screen-menu .dropdown-menu {
    width: 100%;
    padding: 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin-top: 3%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 11px 12px !important;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/**end international nft consultant**/


/**start logo slider**/


.logos h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
}

.logos p {
    margin-bottom: 3%;
    font-size: 1.2em;
    color: #5a5a5a;
}

.slider {
    height: 60px;
    position: relative;
    width: 100%;

    display: grid;
    place-items: center;
    overflow: hidden;
}

.slider img {

    width: 161px;
    height: auto;



}

.slider::before,
.slider::after {
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
}

.slide-track2 {
    width: calc(150px * 15);
    display: flex;
    animation: scroll2 15s linear infinite;
    justify-content: space-between;
}

.slide {
    width: auto;
    height: 60px;

    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
    margin: 0 15px;
}

.slide:hover {
    transform: scale(0.8)
}

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 10));
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 5));
    }
}

@media screen and (max-width: 768px) {
    .slide-track {
        width: calc(80px * 20);
    }

    .slide-track2 {
        width: calc(80px * 15);
    }

    .slide {
        width: 80px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 10));
        }
    }

    @keyframes scroll2 {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 5));
        }
    }
}

/** ens logo slider **/


/**start company-setup-in-dubai new design css**/

.partnership-logo-border span {
    font-weight: 800;
}

.partnership-logo-border {
    border: 5px solid rgba(204, 204, 204, 0.26);
    padding: 25px;

    background-color: #f1f1f1;
    background: url(../images/business-setup-uae/vat-reg-bg-1.jpg)left center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.397);
    margin-bottom: 4%;
}

.partnership-logo h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    margin-top: 9%;

}

.starting-business-dubai-box {
    background-color: #f1f1f1d0;
    padding: 20px;
    border-radius: 40px;
    height: 430px;
    box-shadow: 5px 5px 0 0 #03a9f44f
}

.star {
    width: 500px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin: 4% auto 0;
    background-color: #f1f1f1;
    line-height: 60px;
}

.star img {
    width: 90%;
}

.contact-wrap {
    background: #fff;
    border-radius: 10px;
}

.get-in-touch-2 {
    background: url(../images/business-setup-uae/vat-reg-bg-1.jpg)top center no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;

    height: 337px !important;
}


.get-in-touch-2 h2 {
    text-align: left;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    text-transform: capitalize;
}

.get-in-touch-2 p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: left;
    line-height: 25px;
    margin-bottom: 5%;
}



.get-in-touch-2 button {
    background-color: #19b0f5;
    color: #fff;
    width: 200px;
    height: 50px;
    letter-spacing: 0px;
    border-radius: 50px;
    margin-right: 5%;
    border: none;
    cursor: pointer;
    font-weight: 700;

}

.get-in-touch-2 button:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s linear;
}

.get-in-touch-2-img img {
    position: absolute;
    top: -117% !important;
    width: 80% !important;
}

.testi-start-fill {
    color: #fab005;
}

.testimonial h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    text-transform: capitalize;
}

.testimonial p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5%;
}

.testimonial-box span {
    color: #000;
    letter-spacing: 0.5px;
}

.testimonial-box h5 {
    color: #000;
    letter-spacing: 0.5px;
}

.testimonial-box hr {
    margin: 30px 0;
    background-color: #d6d6d6;
}

.testimonial-img img {
    position: absolute;
    top: -15%;
    border-radius: 100px;
    width: 25%;
}

.testimonial-img {
    margin-bottom: 13%;
}

.testimonial-box {
    background-color: #f4f3f3;
    padding: 40px;
    position: relative;
    display: block;
    margin-top: 15%;
    height: 330px;
    cursor: pointer;
}

.what-we-do-box {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 9%;
    height: 218px;
    transition: all 0.3s linear;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.116);

}

.what-we-do-box img {
    width: 12%;

}

.what-we-do-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 3%;
    font-size: 1.3em;
    color: #000;

}

.what-we-do h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
}

.what-we-do p {

    font-size: 1.1em;
    color: #5a5a5a;
    text-align: center;
    line-height: 24px;
}

.title {
    margin-bottom: 4.5%;
}

.what-we-do-box:hover {
    background-color: transparent !important;
    outline: 1px solid rgb(216, 214, 214);
    transition: all 0.3s linear;
    box-shadow: none;
}

.social-icon img {
    margin: 1% 4% 0% 0%;
    width: 10% !important;
    -webkit-filter: drop-shadow(3px 3px 0px #222);
    filter: drop-shadow(3px 3px 0px #222);
}

.company-setup-in-dubai1-shape-text h3 span {
    background-color: #482349;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;

}

.company-setup-in-dubai1-shape-text h3 {
    font-size: 1.9em;
    margin-bottom: 5%;

}

.company-setup-in-dubai1-shape-text ul {
    padding-left: 7%;
}

.company-setup-in-dubai1-shape-text li {
    margin-bottom: 1%;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.1px;
}

.company-setup-in-dubai1 {
    background: url(../images/business-setup-uae/company-setup-in-dubai-bgg.jpg?v=2.0)top center no-repeat;
    background-size: 100%;
}


.company-setup-in-dubai1 h2 {
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 4%;
    color: #fff;
    padding-top: 14%;
}

.company-setup-in-dubai11 p {
    font-family: 'Karla', sans-serif;
    font-size: 1.2em;
    margin-bottom: 1%;
}


.company-setup-in-dubai1-form {
    margin-top: 19%;

}

.company-setup-in-dubai1-shape-text {
    position: absolute;
    z-index: 5;
    width: 70%;
    right: 30%;
    padding-left: 15%;

}

.company-setup-in-dubai1-shape::after {

    background: rgb(0, 122, 177);
    background: linear-gradient(10deg, rgba(0, 122, 177, 0.8155462013907125) 0%, rgba(0, 134, 194, 0.8) 100%);
    transform: skew(-15deg, 0deg);
    height: 565px;
    content: "";
    display: block;
    width: 100%;
    top: 0;
    left: -20%;
    position: absolute;
}

.company-setup-dubai-from {
    background: rgb(158, 25, 30) !important;
    background: linear-gradient(148deg, rgba(158, 25, 30, 1) 0%, rgba(219, 26, 33, 1) 100%) !important;
}

.company-setup-dubai-from .btn-primary {
    background-color: #000;
    border-color: #000;
    letter-spacing: 0;
}

.company-setup-dubai-from h3 {
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
}

.company-setup-list h6 {
    font-weight: 800;
    font-size: 1.1em;
    margin-top: 5%;
    margin-bottom: 3%;
    border-bottom: 2px solid #000;
    width: auto;
    padding-bottom: 7px;
    color: #000;
    display: table;
}

.company-setup-list ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: baseline;
}

.company-setup-list li {
    list-style: none;
    margin-right: 2%;
    display: grid;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;


}

.company-setup-list img {
    margin-bottom: 7%;

}

.company-setup-in-dubai-new {
    background: url(../img/company-setup-in-dubai-img.jpg)top center no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.company-setup-in-dubai {
    background: url(../img/company-setup-in-dubai-bg.jpg)left top no-repeat;
    background-size: ;

}

.company-setup-in-dubai-new h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #000;
    width: 58%;
    padding: 10px 16px;
    border-radius: 0 0 30px 0;
    font-size: 1.5em;
    font-weight: 600;


}

.company-setup-in-dubai-new h1 {
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 3%;
    color: #000;
    padding-top: 0%;

}

.company-setup-in-dubai h1 {
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 3%;
    color: #000;
    padding-top: 10%;
}





.company-setup-in-dubai p,
.company-setup-in-dubai-new p {
    font-family: 'Montserrat', sans-serif;

    margin-bottom: 6%;
    color: #000;
}




.starting-business-dubai h2 {
    text-align: left;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    text-transform: capitalize;

}

.starting-business-dubai p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: left;
    line-height: 25px;
    margin-bottom: 4%;
}

.starting-business-dubai h3 {

    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    text-align: left;
    border-bottom: 1px dashed #000;
    padding-bottom: 5%;
    margin-bottom: 5%;
    line-height: 25px;

}


.starting-business-dubai span {

    color: #03a9f4
}

.starting-business-dubai img {
    border-radius: 20px;
    box-shadow: 6px 6px 0 0px #06547761;
    margin-bottom: 10%;
}



.simple-stape h2 {
    text-align: left;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    text-transform: capitalize;
    padding-top: 40%;
    line-height: 40px;
}

.simple-stape p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: left;
    line-height: 25px;

}

.simple-stape-box {
    background-color: #eaf0f2;
    border-radius: 30px;
    padding: 25px 20px 15px 30px;
    margin-bottom: 3%;
    cursor: pointer;

}




.simple-stape-box:hover {
    box-shadow: 7px 7px 0 0 #d4e1e6;
    transition: all 0.3s linear;
}

.simple-stape-box-circle {
    width: 50px;
    height: 50px;

    background-color: #ed1b23;
    border-radius: 100px;
    text-align: center;

    line-height: 55px;
    margin-right: 20px;
    float: left;
    margin-bottom: 5%;

}

.simple-stape-box-circle i {
    color: #fff;
    font-size: 1.5em;
}

.simple-stape h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.simple-stape p {

    text-align: left;
}



.improve-your-business-flex2 {

    background: url(../images/business-setup-uae/improve-your-business-bg.jpg)top left no-repeat;
    background-size: cover;
    height: 350px;

    display: flex;
    gap: 30px;


}

.improve-your-business-points img {
    width: 66.5% !important;
    justify-items: end;
}

.improve-your-business-points {
    width: 50%;
}

.improve-your-business-flex2 .form {
    width: 50%;
    padding: 50px;
}

.improve-your-business-flex2 .form h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000;
}

.improve-your-business-flex2 .form p {
    font-size: 1.1em;
    color: #000;
}

.improve-your-business-flex2 .form button {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;

    font-weight: 500;
    letter-spacing: 0.2px;
    border: none;
    background-color: #ed1b23;
    color: #fff;
    border-radius: 5px;

    line-height: 22px;
    cursor: pointer;
}

.improve-your-business-flex2 .form button:hover {
    background-color: #000;
    color: #fff;
}

.agencies-logo {
    padding-top: 6%;
    padding-bottom: 6%;
    background: url(../images/business-setup-uae/other-services.jpg)top left no-repeat;
    background-size: cover;

}

.agencies-logo h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
    line-height: 40px;
}

.agencies-logo p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
}

.agencies-logo img {
    width: 100%;
}


.our-other-services {
    padding-top: 9%;

}


.our-other-services h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
    line-height: 40px;
}

.our-other-services p {

    font-size: 1.1em;
    color: #2d2d2d;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
}

.our-other-services-icon {
    width: 50px;
    height: 50px;
    background-color: #03a9f4;
    line-height: 50px;
    border-radius: 100px;
    margin-right: 5%;
    text-align: center;
    line-height: 50px;
    font-size: 1.1em;
    color: #fff;

}

.our-other-services-wrap {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 7%;
    box-shadow: 0 0 10px 0 #00000012;
    height: 200px;
}

.our-other-services-text {
    width: 80%;

}

.our-other-services-text a {
    color: #ed1b23;
    font-weight: 700;

}

.our-other-services-text h3 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    text-align: left;

}


.our-other-services-text p {
    text-align: left;
    margin-bottom: 5%;
}




/**end company-setup-in-dubai new design css**/