/* extra */
.space {
    padding: 40px 0px;
}

.padding0x0 {
    padding: 0;
}

.updwn {
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes transform {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    90% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}


/* extra */

/* heading */
.underline {
    width: 102px;
    height: 2px;
    background: #fe9b3d;
}

.head {
    /* text-align: center; */
    font-family: 'poppins';
    margin-bottom: 50px;
    margin-top: 4px;
}

.w50-center {
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}

.head span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.7px;
    display: inline-block;
    color: #191B1E;
}

.head h3 {
    color: #fe9b3d !important;
    font-size: 40px;
    line-height: 50px;
    margin-top: 17px;
    margin-bottom: 17px;
    font-family: 'poppins';
    font-weight: 600;
}

.owl-dots {
    display: block;
}

.owl-dot {
    border: 3px solid #ff6647 !important;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-prev {
    background: #ffffff87 !important;
    height: 31px;
    width: 30px;
    margin-left: 9px;
    color: white !important;
}

.owl-next {
    background: #ffffff87 !important;
    height: 31px;
    width: 30px;
    margin-left: 9px;
    color: white !important;
    position: absolute;
    left: 333px;
}

.owl-dot.active {
    background: #ff6647 !important;
}

.latest-listing .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    bottom: 45%;
}

.owl-dots {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 43%;
}

/* button */
.read-button a:hover {
    background: none;
    color: #144273;
    border-color: #144273;
    border: 1px solid #144273;
    transition: 0.5s;

}

.read-button a {
    text-decoration: none;
    font-size: 19px;
    float: right;
    background: #144273;
    padding: 5px 26px;
    color: white;
    border-radius: 25px;
    transition: 0.5s;
}

.read-button {
    margin-top: 25px;
    font-family: 'Nunito Sans', sans-serif;
}


/* header */
.remove_after:after {
    display: none;
}

.navbar-brand img {
    width: 80%;
}

.bg-light {
    background-color: #fff !important;
    padding: 8px 0px;
}

.header-list li a {
    font-weight: 700;
    font-size: 14px;
    margin: 10px 10px;
    color: #001935 !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: "DM Sans", sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.listing a:hover {

    background-color: inherit;
    color: black;
    border: 1px solid;
    transition: all 0.5s ease 0s;

}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    width: 25%;
}

.header-list li a {
    position: relative;
    transition: 0.5s;
}

.header-list li a.active:after {
    position: absolute;
    top: 0;
    right: -13px;
    content: "\f062";
    font-weight: 400;
    font-family: "Font Awesome 5";
    transform: rotate(-45deg);
    font-size: 15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.listing a {
    background: #ff6647;
    padding: 9px 20px;
    text-decoration: none;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    transition: 0.5s;
    border-radius: 30px;
}

.listing {
    margin-left: 25px;
}

.top-header {
    background: #fe9b3d1c;
    padding: 10px 0px;
}

.top-header ul li a {
    position: relative;
}

.top-header ul li a::after {
    position: absolute;
    content: "";
    border-right: 1px solid #fe9b3d;
    right: -83px;
    top: -3px;
    height: 25px;
}

.top-social-icons ul li a::after {
    display: none;
}

.top-icons ul li a {
    color: #1f313f;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.top-icons ul {
    margin-bottom: 0;
    margin-left: -30px;
}

.top-icons ul li {
    display: inline-block;
    margin-right: 20px;
}

.top-social-icons ul {
    margin-bottom: 0;
    float: right;
}

.top-social-icons ul li a {
    color: white;
}

.top-social-icons ul li {
    display: inline-block;
}

.top-social-icons ul li a {
    color: #1f313f;
    margin-right: 38px;
}

/* banner */
.banner {
    background-color: #e7e9ee;
    position: relative;
    height: 580px;
    background-size: cover;
}

.banner-form ul {
    margin-top: 30px;
    margin-left: -30px;
}

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

.banner-form button {
    border: none;
    padding: 17px 30px;
    background: black;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 15px;
}

.banner-form li {
    font-size: 18px;
    color: #131217;
    list-style: none;
    margin-bottom: 15px;
}

.banner-form h3 span {
    color: white;
}

.banner-form h1 {
    font-weight: 600;
    color: black;
    font-size: 65px;
}

.banner-form span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.7px;
    display: inline-block;
    margin-bottom: 35px;
    color: #191B1E;
    margin-left: 8px;
}

.banner .col-md-8 {
    margin: auto;
}

.banner-form {
    font-family: poppins;
    position: absolute;
    width: 57%;
    left: 12%;
    top: 12%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #ff6647;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 30px;
    border: none;
}

.nav-tabs .nav-link {
    border: 1px solid white;
    padding: 10px 31px;
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
    color: white;
    font-weight: 700;
    margin: 0 5px;
}

.banner-form-icons {
    position: relative;
}

.banner-form-icons i {
    position: absolute;
    left: 13px;
    top: 20px;
    color: #6d6d6d;
    font-size: 13px;
}

.banner-form-button a {
    text-decoration: none;
    font-size: 20px;
    background: #ff6647;
    color: white;
    padding: 13px 56px;
}

.tab-content {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 25px 0px;
    box-shadow: rgba(7, 28, 31, 0.1) 0px 16px 32px 0px;
}

.banner-form select {
    border: none;
    padding: 15px 35px;
    font-family: 'Nunito Sans';
    background: #f1f0fe;
}

.banner-form-button {
    margin-top: 14px;
}

.nav-tabs {
    margin-top: 22px;
    border-bottom: none;
    margin-bottom: -1px;
    justify-content: center;
}

.banner-for-start select option {
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* pop up */
.pop-logo {
    margin-top: 25px;
}

.popup {
    padding-bottom: 36px;
}

.pop-search {
    margin-top: 25px;
}

.pop-image h3 {
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

.pop-image {
    padding: 0px 30px;
    margin-top: -60px;
}

.image-100 img {
    width: 100%;
}

.pop-search input {
    border: none;
    padding: 12px 10px;
    font-family: "Nunito Sans";
    background: rgb(255 102 71 / 13%);
    width: 100%;
}

.pop-button {
    margin-top: 10px;
}

.pop-button a {
    text-decoration: none;
    font-size: 20px;
    background: #ff6647;
    color: white;
    padding: 10px 56px;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

.pop-search .col-md-8 {
    padding: 0;
}

.pop-search .col-md-4 {
    padding: 0;
}

#myDIV {
    display: none;
}

/* about */
.about-content p {
    color: #7E8BA0;
    margin: 0;
    line-height: 31px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Nunito Sans';
}

.about-content span {
    color: #ff6647;
    margin: 0;
    line-height: 31px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Nunito Sans';
    display: block;
    margin-top: 5px;
    background: #ff66471c !important;
    padding: 10px 14px;
}

.readmore a:hover {
    background: #ff664733;
    color: #ff6647;
    transition: 0.5s;
}

.readmore a {
    text-decoration: none;
    font-size: 20px;
    background: #ff6647;
    color: white;
    padding: 13px 40px;
    font-weight: 500;
    transition: 0.5s;
}

.readmore {
    margin-top: 35px;
}

/* choose us */

.choose-main {
    padding-right: 55px;
    padding-left: 55px;
    font-family: 'Nunito Sans';
}

.choose-icon {
    margin-bottom: 15px;
}

.choose-head h3 {
    font-weight: 700;
    font-size: 22px;
}

.choose-icon i {
    font-size: 40px;
    margin-left: 5px;
    color: #ff6647;
}

.choose .col-md-4 {
    border-right: 1px solid #ff6647;
}

/* listing */
.services .head {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
}

.listing-image img {
    width: 100%;
}

.main-listing {
    font-family: "DM Sans", sans-serif;
    /* margin-bottom: 30px; */
}

.listing-badge span {
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    background: #009868 !important;
}

.listing-info a {
    background: none;
    padding: 0px;
    text-decoration: none;
    color: white !important;
    font-size: 16px;
}

.listing-info span {
    text-decoration: none;
    color: white;
    font-size: 15px;
    background: #ffffff57;
    padding: 4px 7px;
}

.listing-info {
    padding: 0 25px;
}

.listing-image {
    position: relative;
    overflow: hidden;
    padding: 15px 15px;
}

.listing-image img {
    transition: 0.5s;
}

.listing-badge {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1;
}

.listing-info {
    padding: 13px 25px;
    position: absolute;
    bottom: 2px;
    width: 100%;
}

.listing-content {
    padding: 0px 15px 1px;
}

.list-bade span {
    color: #ff6647 !important;
    font-size: 13px !important;
}

.list-bade {
    background: rgba(255, 102, 71, 0.11) !important;
    padding: 3px 7px;
    font-family: 'Nunito Sans';
    text-align: center;
}

.listing-content .col-md-3 {
    padding: 0px 5px;
}

.list-blue {
    background: rgba(99, 99, 245, 0.1) !important;
}

.list-blue span {
    color: #6363f5 !important
}

.pric h4 {
    font-weight: 700;
}

.pric i {
    font-size: 21px;
}

.price-icon {
    float: right;
}

.price-icon a {
    color: #ff6647;
    text-decoration: none;
}

.price-icon a i {
    color: #ff6647;
}

.listing-content span label {
    font-size: 16px;
    padding: 0 3px;
    font-weight: 200;
}

.listing-content span {
    font-size: 18px;
    font-weight: 600;
    color: #3270fc;
}

.listing-title {
    margin: 5px 0px;
}

.listing-title a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    color: #314259;
    font-family: 'Poppins' !important;
}

.list-content p {
    color: #5c727d;
}

.list-content p {
    color: rgb(49, 66, 89);
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.main-listing {
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    border: 1px solid;
    border-color: #f1f8ff;
    background-color: #fff;
    overflow: hidden;
    border-radius: 13px;
}

.listing-list ul li span {
    display: block;
    color: #5c727d;
    position: relative;
    font-size: 16px;
}

.listing-list ul {
    margin-left: -30px;
}

.listing-list ul li {
    list-style: none;
    color: #5c727d;
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-right: 23px;
}

/* .listing-list ul li span i {
    position: absolute;
    bottom: -3px;
    left: 15px;
} */
.listing-list ul li::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #5c727d;
    opacity: 0.2;
}

.listing-image img {
    border-radius: 11px;
}

.last::before {
    display: none;
}

.main-listing .read-button {
    margin-top: 8px;
    margin-bottom: 21px;
    margin-right: 24px;
    text-align: right;
}

.main-listing .read-button a {
    float: inherit;
    font-size: 14px;
}

.listing-image img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

/* properties */
.properties-content h3 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 0;
    color: white;
    text-transform: capitalize;
}

.properites-main {
    position: relative;
}

.properties-content {
    font-family: 'Poppins';
    position: absolute;
    bottom: 25px;
    left: 13px;
}

.properties-content p {
    color: white;
    font-weight: 200;
}

.properties-icon {
    position: absolute;
    right: 21px;
    top: 11px;
    color: white;
    display: none;
    transition: 0.5s;
}

.properites-main:hover .properties-icon {
    display: block;
    transition: 0.5s;
    z-index: 1;
}

.properties-image::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 31%) 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 25px;
    transition: 0.5s;
}

.properties-image {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 25px;
}

.properties-image img {
    border-radius: 25px;
    transition: 0.5s
}

.properites-main:hover .properties-image img {
    transform: scale(1.2);
    transition: 0.5s;
}

/* latest listing */
.latest-listing .col-md-7 {
    padding: 0px;
}

.latest-listing .col-md-5 {
    padding: 0;
}

.latest-listing .listing-title {
    margin-bottom: -2px;
}

.latest-listing .list-content p {
    margin-bottom: 8px;
}

.latest-listing .listing-list ul {
    margin-bottom: 7px;
}



/* footer */

.contact-details-main {
    text-align: center;
    margin-top: 0px;
}

.contact-details-icon i {
    color: #fe9b3d;
    font-size: 30px;
}

.contact-details h4 {
    color: black;
    font-family: 'Poppins';
    font-size: 18px;
    padding: 9px 0;
    line-height: 28px;
    font-weight: 600;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details h6 {
    color: #fe9b3d;
    font-family: 'poppins';
    font-weight: 700;
    font-size: 20px;
}

footer {
    background: #f59e463d;
    font-family: 'Nunito Sans', sans-serif;
}

.socialmediaicons ul li a img {
    width: 3%;
    background: white;
    padding: 3px 4px;
    border-radius: 50%;
}

.socialmediaicons {
    text-align: center;
    margin-top: 15px;
}

footer {
    padding: 40px 0px !important;
}

.socialmediaicons ul li {
    display: initial;
    padding: 0 8px;
}

.footer-logo-content p {
    color: white;
    font-size: 15px;
}

.footer-logo-content {
    margin-top: 30px;
}

.footer-date ul {
    margin-left: -30px;
}

.footer-date ul li {
    margin-top: 10px;
    font-weight: 600;
    list-style: none;
    font-size: 14px;
    color: white;
}

.footer-date ul li span {
    margin-top: 10px;
    font-weight: 600;
    list-style: none;
    font-size: 14px;
    color: #3270fc;
}

.footer-list h3 {
    font-weight: 800;
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.footer-list ul li {
    /* margin-left: -30px; */
    list-style: none;
    display: inline-flex;
    padding: 0 15px;
    font-family: 'Poppins';
}

.footer-list ul li a:hover {
    color: #fe9b3d;
    transition: 0.5s;
}

.copyright-content p {
    color: black;
    font-family: 'poppins';
    margin-bottom: -15px;
    font-weight: 600;
}

.copyright-content {
    text-align: center;
    font-family: 'DM Sans';
}

.footer-list {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-logo {
    margin: 0px 0px;
    text-align: center;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 25%;
}

.footer-list ul li a {
    color: #20284d;
    transition: 0.5s;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
}

.footer-contact ul li span {
    color: white;
}

.footer-contact ul li i {
    color: white;
    font-size: 14px;
}

.footer-contact ul li {
    line-height: 3;
}

.footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-social ul {
    margin-left: -30px;
}

.footer-social ul li a {
    color: #ff6647;
    text-decoration: none;
    background: white;
    padding: 7px 10px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-social ul li a:hover {
    background-color: black;
    transition: 0.5s;
    color: white
}

/* counter */
.counter-content {
    text-align: center;
    font-family: 'Nunito Sans';
}

.counter-content h5 {
    font-size: 17px;
    color: white;
}

.counter-content h3 {
    font-weight: 700;
    color: white;
    margin-top: 20px;
}

.counter-content i {
    font-size: 30px;
    color: white;
    background: rgb(255, 102, 71);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}

.counter-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0000006b;
    background-blend-mode: multiply;
    background-attachment: fixed;
}


/* about us */
.company-button i {
    font-size: 11px;
    margin-top: -4px;
}

.srv_shape1 {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    top: 23%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 42%);
}

.aboutMain {
    position: relative;
}

.about-button {
    margin-top: 8px !important;
    margin-left: 0px !important;
}

.company_image img {
    width: 100%;
}

/* .company_image:before {
    position: absolute;
    content: '';
    top: 0;
    background-color: #fe9b3da8;
    height: 100%;
    width: 100%;
} */
.company_image {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    /* background-color: #fe9b3df2; */
    display: flex;
    align-items: end;
    padding: 40px;
    color: white;
    font-family: 'poppins';
}

.company-button {
    text-align: right;
}

.company-button a {
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}

.abt-head {
    padding-top: 62px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.about-content {
    width: 70%;
}

.abt-head h3 {
    color: #fe9b3d;
    font-family: poppins;
    font-weight: 600;
}

.mlLeft {
    margin-left: 35px;
}

.w100 img {
    width: 100%;
}

.mTop {
    margin-top: 38px;
}

.about-content p {
    color: rgb(49, 66, 89);
    line-height: 32px;
    margin: 0px 0px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins';
}

/* about us */

/* virtual offices */
.underline2 {
    width: 13%;
}

.contactButtin {
    margin-top: -20px;
    margin-left: 8px;
}

.head p {
    color: rgb(49, 66, 89);
    line-height: 32px;
    margin: 0px 0px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins';
    width: 100%;
    margin: auto;
}

.contactButtin button {
    padding: 17px 30px;
    background: black;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.office-button {
    padding-bottom: 21px;
    padding-top: 9px;
    width: 100%;
}

.office-button a {
    text-decoration: none;
    color: white;
    background: black;
    padding: 9px 22px;
    font-family: "DM Sans", sans-serif;
    border-radius: 6px;
}

.listingFlex {
    display: flex;
    align-items: center;
}

.office-button a i {
    font-size: 13px;
    margin-left: -7px;
    margin-right: 3px;
}

/* virtual offices */

/* main handling service */
.set-mail {
    margin-left: 104px;
    margin-top: -17px;
}

.mailing-list ul li i {
    font-size: 15px;
    color: #fe9b3d;
}

.mailing-list ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 50px;
    list-style: none;
}

.mailing-right-icon {
    position: absolute;
    top: 39%;
    left: 25%;
}

.mailhandleline {
    width: 97px;
    margin: auto;
}

.mail-icon img {
    width: 60%;
}

.mail-icon {
    width: 110px;
    height: 110px;
    background: linear-gradient(99deg, #F8F8F8 6.12%, #FFF 96.98%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.mail-main {
    background-color: white;
    padding: 34px 50px;
    padding-top: 19px;
    padding-right: 100px;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    -o-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ins-service .xb-item--inner {
    background-color: white;
    padding: 34px 50px;
    padding-top: 19px;
    padding-right: 100px;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    -o-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ul_li {
    justify-content: flex-start;
}

.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ins-service .xb-item--icon {
    width: 110px;
    height: 110px;
    background: linear-gradient(99deg, #F8F8F8 6.12%, #FFF 96.98%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.xb-item--content {
    font-family: 'DM Sans';
}

.ins-service .xb-item--holder {
    width: calc(100% - 145px);
    margin-top: 15px;
}

.ins-service .xb-item--title {
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    color: black;
    font-family: 'DM Sans';
    margin-bottom: 3px;
}

.ins-service .xb-item--inner:hover {
    filter: drop-shadow(0px 24px 21px rgba(183, 183, 183, 0.25));
}

.xb-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.xb-item--link img {
    width: 66%;
}

.mt-30 {
    margin-bottom: 31px;
}

.ins-service .xb-item--link {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%) rotate(-50deg);
    -ms-transform: translateY(-50%) rotate(-50deg);
    transform: translateY(-50%) rotate(226deg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgb(253 112 59);
    font-size: 13px;
    color: #052328;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s var(--easing);
    -o-transition: 0.3s var(--easing);
    transition: 0.3s var(--easing);
}

.xb-item--icon img {
    width: 90%;
}

.xb-item--link img {
    transition: 0.5s;
}

.mailing-list {
    margin-bottom: -20px;
}

.xb-item--inner.ul_li:hover .xb-item--link img {
    transform: rotate(45deg);
    transition: 0.5s;
}

/* main handling service */


/* admin */
.admin {
    width: 120px;
    margin: auto;
}

.admin-image {
    text-align: center;
}

.admin-image img {
    width: 100%;
    border-radius: 12px;
}


/* admin */

/* map */
.mapImage img {
    width: 100%;
}

.contactLine {
    width: 97px !important;
}

.homeForm input {
    padding: 15px 16px 18px;
    background-color: #F8F8F8;
    height: 55px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    margin: 11px 0px;
    width: 100%;
    font-family: 'Poppins';
}

.submit {
    background: #fe9b3d !important;
    font-weight: 400;
    font-size: 19px !important;
    color: white;
}

.hmForm {
    height: 723px;
    background-position: bottom;
}

.homeForm {
    background: white;
    padding: 40px 50px;
    border-radius: 30px;
}

.homeForm h3 {
    font-size: 27px;
    margin-bottom: -40px;
    line-height: 35px;
}

/* .st-cnt-st-msg {
    left: 23%;
    position: fixed !important;
    top: 43%;
    width: 100%;
    z-index: 1;
    margin: auto;
    text-align: center;
} */

.status-container {
    position: relative;
}

.st-cnt-st-msg .close-icon {
    position: absolute;
    top: -18px;
    right: -16px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
    background: #fe9b3d;
    padding: 0px 12px;
    color: white;
    border-radius: 50%;
}

/* .st-cnt-st-msg .error {
    left: 16%;
} */

/* map */

.mobileShow {
    display: none;
}



/* inner image */
.inner_image {
    padding: 120px 0px;
    background-size: cover;
    background-color: #e7e9ee;
}

.breadcrumb__title h3 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1.1px;
    font-family: 'poppins';
}

.breadcrumb li a {
    font-family: 'poppins';
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}

.br_active {
    color: #878787;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'poppins';
}

/* .breadcumb_main {
    margin-left: 15%;
} */

/* contact page */
.contact_page_main {
    text-align: center;
    border: 1px solid #E7E9EE;
    padding: 40px 15px 50px;
    height: 270px;
}

.contact_page_icon {
    background: #fe9b3d21;
    width: 87px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
}

.contact_page_icon i {
    font-size: 30px;
    color: #fe9b3d;
}

.contact_page_details h4 {
    font-size: 17px;
    color: #8a8a8a;
}

.contact_page_details h3 {
    font-size: 22px;
}

textarea {
    padding: 15px 16px 18px;
    background-color: #F3F4F5;
    height: 55px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    margin: 11px 0px;
    width: 100%;
    font-family: 'Poppins';
}

.contact_page_form input, .contact_page_form textarea {
    padding: 15px 16px 18px;
    background-color: #F3F4F5;
    height: 55px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    margin: 11px 0px;
    width: 100%;
    font-family: 'Poppins';
}

.contact_page_form label {
    font-family: 'Poppins';
    font-size: 18px;
}

.from-group {
    margin-bottom: 15px;
}

.contact_page_form {
    border: 1px solid #E7E9EE;
    background-color: #fff;
    padding: 50px;
}

.contact_page_line {
    width: 181px;
    margin: auto;
}

.contact_page_form .submit {
    width: 60%;
    margin-top: 26px;
}

/* contact page */


/* virtual offices */
.inner-page-head h3 {
    color: #fe9b3d !important;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 17px;
}

.clipart {
    background-repeat: no-repeat;
    background-image: url(../images/clipart.png);
    background-size: cover;
}

.inner_page_content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: black;
    letter-spacing: 0px;
    line-height: 46px;
}

.inner_right_image img {
    width: 100%;
}

.virtual_office_content {
    text-align: center;
    padding: 30px;
    background: #192e3f;
    font-family: 'Poppins';
    color: white;
    transition: 0.5s;
}

.virtual_office_content h4 {
    font-weight: 600;
}

.virtual_office_content p {
    margin-bottom: 0px;
}

.virtual_office_content p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
}

.virtual_office_underline {
    background: white;
    width: 87px;
    height: 0.5px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 13px;
}

.virtual-office-main .owl-next {
    background: #ffffff87 !important;
    height: 31px;
    width: 30px;
    margin-left: 9px;
    color: black !important;
    position: absolute;
    left: 367px;
}

.virtual-office-main .owl-prev {
    background: #ffffff87 !important;
    height: 31px;
    width: 30px;
    margin-left: 9px;
    color: black !important;
}

.virtual-office-main .owl-dot.active {
    background: white !important;
}

.virtual-office-main .owl-dot {
    border: 3px solid white !important;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin: 0 4px;
}

.virtual-office-main:hover .virtual_office_content {
    background: #fe9b3d;
    transition: 0.5s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.virtual-office-main:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: 0.5s;
}

.virtual-office-main {
    transition: 0.5s;
}

.inner-page-head {
    text-align: center;
}

.inner-page-head p {
    color: rgb(49, 66, 89);
    line-height: 32px;
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    width: 70%;
    margin: auto;
}

.faq-image {
    background-image: url(../images/faq-image.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
}

.choose_image img {
    background: white;
    transition: 0.6s;
    padding: 13px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    width: 30%;
}

.choose_main:hover img {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.choose_content h4 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 11px;
    font-size: 20px;
}

.choose_content p {
    font-family: 'Poppins';
    font-size: 15px;
}

.choose_main {
    text-align: center;
    margin-top: 15px;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.main-accordion button {
    text-transform: capitalize;
}

/* company incorporation */
.incorporation-content p {
    line-height: 43px;
}

.incorporation-image img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fe9b3d;
    border-right: 5px solid #fe9b3d;
    border-left: 5px solid #fff;
    padding: 0px 7px 7px 0px;
}

.seprate-benefits i {
    font-size: 11px;
    color: #fe9b3d;
    border-radius: 50%;
    border: 2px solid;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.seprate-benefits {
    position: relative;
}

.seprate-benefits span {
    top: -4px;
    position: absolute;
}

.seprate-benefits p {
    margin-left: 37px;
}

.incorporation-benefits {
    margin-top: 30px;
}

.setup-company {
    font-family: 'Poppins';
    padding: 20px 40px;
    border: 1px solid #dad5d5;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.setup-company:hover {
    transition: 0.5s;
    border: 1px solid #fd7058;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.setup-company p {
    margin-bottom: 0px;
}

.accordion-body ul li {
    list-style: none;
    margin-top: 10px;
}

.contact-bg {
    background-image: url(../images/contact-bg.jpg);
    font-family: 'poppins';
    background-color: #0000005c;
    padding: 50px 0px;
    background-attachment: fixed;
    background-blend-mode: multiply;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-contact h2 {
    color: white;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.main-contact p {
    color: white;
    font-size: 20px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

.main-contact button:hover {
    background: #fd7058;
    transition: 0.5s;
    color: white;
}

.main-contact button {
    padding: 10px 41px;
    border: none;
    font-size: 19px;
    font-weight: 500;
    transition: 0.5s;
}

.admin-list li {
    line-height: 33px;
    margin-left: 24px;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.lst-image {
    overflow: hidden;
}

.mapImage {
    text-align: center;
}

.mapImage img {
    width: 75%;
}

.copyright-content p a {
    text-decoration: none;
    color: #fe9b3d;
    font-family: 'Poppins';
    font-weight: 600;
}

p.status-msg.success {
    background: #d4ffd4;
    text-align: center;
    padding: 20px 20px;
    font-family: 'poppins';
    box-shadow: 0 0 30px 0px rgb(31 255 31 / 42%);
}

p.status-msg.error {
    color: white;
    background: #fe8383;
    text-align: center;
    padding: 20px 20px;
    font-family: 'poppins';
    box-shadow: 0 0 20px 0px #f00;
}
.contact-side img {
    width: 100%;
}
.status-msg {
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    bottom: -2px;
    left: -7%;
    /* width: 0; */
}

/* .contact_page_form .status-msg {
    left: 31% !important;
    top: -1% !important;
} */

/* incorporate-canada */
.incorporate-canada {
    background-image: url(../images/incorporate-canada.webp);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top;
}

.incorporate-canada:before {
    content: '';
    position: absolute;
    background-color: #f5f9fbe3;
    width: 100%;
    height: 100%;
    top: 0px;
}

.incorporate-head h4 {
    color: #fe9b3d !important;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
    font-family: 'Poppins';
}

.incorporate-head,
.incorporate-content {
    z-index: 1;
    position: relative;
}

.incorporate-content p {
    font-family: 'Poppins';
    color: rgb(49, 66, 89);
    line-height: 32px;
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 500;
}

.incorporate-content button {
    margin-top: 0;
    margin-bottom: 0px;
}

/* Styles for the popup form */
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Close icon styles */
.close-icon {
    position: absolute;
    top: -9px;
    right: -1px;
    cursor: pointer;
    font-size: 34px;
    font-weight: 600;
    background: #fe9b3d;
    padding: 0px 13px;
    color: white;
}

textarea {
    padding: 15px 16px 18px;
    background-color: #F3F4F5;
    height: 55px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    margin: 11px 0px;
    width: 100%;
    font-family: 'Poppins';
}

.incorporation-form {
    background: white;
    padding: 0px 0 !important;
    border-radius: 30px !important;
}

.form-image {
    margin-left: -18px;
    margin-bottom: 0;
    position: relative;
    top: 23%;
}

.form-image:after {
    position: absolute;
    content: '';
}

.form-image:after {
    left: -2px;
    position: absolute;
    content: '';
    background: #fe9b3d;
    width: 56%;
    height: 600px;
    top: -135px;
    z-index: -1;
}

.popup-form h2 {
    font-family: 'Poppins';
    font-weight: 600;
}

.seprate-benefits h4 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #314259;
    margin: 25px 0px 0px;
}

.seprate-benefits p {
    color: rgb(49, 66, 89);
    line-height: 30px;
    margin: 10px 0px;
    font-size:16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.seprate-benefits h4 {
    position: relative;
}
.expert-section .seprate-benefits h4:before {
    top: 2px;
}
.seprate-benefits h4:before {
    position: absolute;
    content: url(../images/tick.png);
    left: -4%;
    top: 2px;
}
.seprate-benefits p strong {
    font-weight: 600;
}
.sub_point {
    margin-left: 5% !important;
    margin-bottom: -13px !important;
}
.setup-image {
    position: sticky;
    top: 15%;
    text-align: center;
}
.scrollbar {
    float: left;
    background: #fff;
    overflow-y: scroll;
    max-height: 500px;
}
.expert-section {
    /* overflow-y: scroll;
    height: 700px; */
    background: white;
    padding: 4px 20px 40px 45px;
    box-shadow: 0px 2px 14px #00000024;
    border-radius: 12px;

}
#style-scroll::-webkit-scrollbar {
    width: 10px;
    height: 160px;
    background-color: #cacaca24;
}
#style-scroll::-webkit-scrollbar-thumb {
    border-radius: 48px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #AFAFAF;
}
.expert-section h4 {
    font-size: 20px;
    margin-bottom: -11px;
}

.choose-image img {
    width: 85%;
}
.choose-image {
    width: 85%;
    margin: auto;
}
/* incorporate-canada */

.accordion-button:not(.collapsed) {
    color: rgb(49, 66, 89);
    line-height: 32px;
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    background: #F7F7F7;
}
.main-accordion .accordion-body {
    color: rgb(49, 66, 89);
    line-height: 30px;
    margin: 0px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 0 20px;
    padding-bottom: 20px;
}
.main-accordion button {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: black;
    font-family: 'DM Sans';
    padding: 15.5px 20px;
    background: #e4eef86b;
    border-radius: 4px !important;
}

.accordion-item {
    background-color: white;
    border-radius: 10px !important;
    margin-bottom: 20.2px;
    box-shadow: -1px 1px 3px 0px rgb(98 98 98 / 25%);
}
.accordion-body {
    padding: 0rem 1.25rem;
}
.accordion-button:focus {
    z-index: 3;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}
.main-accordion .accordion-item {
    margin-bottom: 15px;
}
.accordion-body .sub_point {
    margin-bottom: 5px !important;
    text-indent: -16px;
}
.setup-image img {
    filter: drop-shadow(0px 2px 0px black);
    margin-top: 36px;
}

/* wht_is */
.vr_2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 82%;
}
.wht_is .seprate-benefits h4:before {
    display: none;
}

.admin-icons .col-md-4 .sep-image {
    text-align: center;
}
.admin-icons .col-md-4 .sep-image img {
    width: 80%;
    filter: drop-shadow(0px 2px 0px black);
}
.admin-icons .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-whatwedo {
    margin-left: 13px;
}
.admin-whatwedo p {
    text-indent: -12px;
}
.faqq img {
    width: 100%;
}
.admin-icons .row {
    margin-bottom: 50px;
}

.incorporation-form .st-cnt-st-msg {
    left: 9%;
    position: fixed !important;
    top: 43%;
    width: 100%;
    z-index: 99999999999;
    margin: auto;
    text-align: center;
}