@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Yeseva+One&display=swap');

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between
}

.navbar-right-content-wrapper {
    display: flex;
    justify-content: flex-end
}

p {
    font-size: 15px;
    color: #636465
}

.divider {
    margin: 60px 0
}

.line-divider {
    border-bottom: 1px solid #ccc;
    margin: 30px 0
}

.no-padd {
    padding: 0 !important
}

.padd-left {
    padding: 0 90px 0 0 !important
}

.responsive {
    width: 100%
}

.center {
    margin: auto !important;
    display: block;
    margin-bottom: 0 !important
}

.logo {
    width: 294px
}

.social {
    list-style: none;
    overflow: hidden;
    padding: 6px 0;
    text-align: center;
    margin: 0
}

.social li {
    float: right;
    margin-left: 15px
}

.social li a {
    color: #b9bcc1;
    font-size: 18px
}

.header {
    background-color: #1c3850;
    color: #fff
}

.top-bar {
    padding: 25px 0
}

.main-menu {
    z-index: 1000
}

.top-link {
    text-align: center;
    padding: 7px 15px;
    background-color: #fff
}

.top-link a {
    text-decoration: none;
    color: #1c3850
}

.top-link a i {
    color: #1c3850;
    margin-right: 5px
}

.select-top {
    border: 0;
    background-color: #9b0b0b;
    color: #fff;
    padding: 7px 18px
}

.box3s {
    margin-top: -90px;
    margin-bottom: 50px
}

.box-a {
    text-decoration: none !important
}

.box {
    text-align: center;
    text-decoration: none;
    background-color: #fff
}

.box:hover {
    text-decoration: none !important
}

.box p {
    padding: 15px 0
}

.para p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    background-color: #1c3850
}

.box:hover .r-icons {
    display: none
}

.box:hover .b-icons {
    background-color: #9b0b0b;
    transition: 1s ease
}

.line-icons {
    position: relative;
    margin-top: 40px
}

.box:hover .line-icons::after {
    background-color: #9b0b0b;
    transform: scaleX(1)
}

.line-icons::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cfd0d1;
    top: 50%;
    left: 0;
    position: absolute
}

.line-icons::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cfd0d1;
    top: 50%;
    left: 0;
    position: absolute;
    transition: .5s ease;
    transform: scaleX(0)
}

.r-icons {
    position: absolute;
    padding: 10px;
    border-radius: 100%;
    background-color: #cfd0d1;
    top: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1
}

.b-icons {
    position: absolute;
    padding: 10px;
    border-radius: 100%;
    top: 100%;
    transition: .5s ease;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1
}

.b-icons img,
.r-icons img {
    width: 32px;
    height: 32px
}

.box .box-inner {
    transition: .5s ease
}

.box:hover .box-inner {
    transform: translateY(-10px);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .2)
}

.about-h {
    background: url(../images-new/about-h.jpg);
    padding: 100px 0;
    text-align: center;
    background-size: cover
}

.abt-p {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 8px 0;
    max-width: 150px;
    color: #1c3850;
    font-weight: 600
}

.about-h h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding: 30px 60px
}

.grey-p {
    color: #b0afaf
}

.transparent-btn {
    position: relative;
    display: block;
    max-width: 250px;
    margin: auto;
    width: 100%;
    padding: 13px 50px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 50px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    transition: 1s ease-in;
    -o-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -webkit-transition: 1s ease-in
}

.transparent-btn:hover {
    color: #1c3850;
    text-decoration: none
}

.transparent-btn:before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top .5s ease-in
}

.transparent-btn:hover:before {
    top: 0
}

.services-h {
    padding: 100px 0;
    text-align: center
}

.tab-p {
    background-color: #1c3850;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin: auto;
    display: block;
    padding: 8px 0;
    max-width: 200px;
    font-weight: 500;
    font-family: Barlow, sans-serif
}

.services-h h1 {
    font-size: 50px;
    font-weight: 600;
    color: #1c3850;
    padding: 30px 60px
}

.services-box {
    background-color: #fff;
    padding: 10px 0 0 0;
    height: 250px;
    position: relative
}

.services-box:hover {
    background-image: url(../images-new/services-box.jpg);
    background-blend-mode: darken;
    background-color: #1c385099
}

.services1:hover {
    background-image: url(../images-new/services-box1.jpg)
}

.services2:hover {
    background-image: url(../images-new/services-box8.jpg)
}

.services3:hover {
    background-image: url(../images-new/services-box9.jpg)
}

.services4:hover {
    background-image: url(../images-new/services-box4-new.webp);
    background-size: contain
}

.services5:hover {
    background-image: url(../images-new/services-box5.jpg)
}

.services6:hover {
    background-image: url(../images-new/services-box3.jpg)
}

.services7:hover {
    background-image: url(../images-new/services-box5-new.webp);
    background-size: contain
}

.services8:hover {
    background-image: url(../images-new/services-box3-new.webp);
    background-size: contain
}

.services-box:hover p {
    color: #fff
}

.service-a {
    padding: 10px 25px;
    text-transform: uppercase;
    color: #1c3850;
    border: 1px solid #1c3850;
    border-radius: 30px;
    margin-top: 50px;
    display: block;
    max-width: 150px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.service-a:hover {
    text-decoration: none
}

.p-a {
    color: #1c3850;
    text-decoration: none
}

.services-box:hover .p-a {
    color: #fff;
    text-decoration: none
}

.services-box:hover .service-a {
    color: #fff;
    background-color: #9b0b0b;
    border: 1px solid #9b0b0b
}

.services-box:hover .top-img {
    display: none
}

.services-box p {
    font-size: 18px;
    color: #1c3850;
    padding: 5px
}

.icon-box {
    position: relative;
    max-width: 70px;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.top-img {
    position: absolute
}

.marg-unset {
    margin: unset
}

.contact-h h2 {
    font-size: 50px;
    font-weight: 600;
    color: #1c3850;
    padding: 30px 0
}

.contact-h {
    background-image: url(../images-new/contact-bg.webp);
    padding: 100px 0;
    background-size: cover
}

.fomr-half {
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff6b;
    border: none;
    border: 1px solid #8484849c;
    border-radius: 50px;
    color: #000
}

.form-full {
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff6b;
    border: none;
    border: 1px solid #8484849c;
    border-radius: 50px;
    color: #000
}

textarea.form-full {
    border-radius: 25px
}

.form-marg-btm {
    margin-bottom: 20px
}

.fomr-half::placeholder,
.form-full::placeholder {
    color: #535454;
    font-weight: 700;
    font-family: Barlow, sans-serif
}

.form-btn {
    background-color: #ff000000;
    border: 2px solid #1c3850;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bolder;
    font-family: Barlow, sans-serif;
    padding: 10px 60px;
    color: #1c3850
}

.testimonials-img {
    display: inline-block;
    float: left;
    position: absolute;
    top: 50%;
    left: -85px;
    transform: translate(-50%, -50%)
}

.testimonials-box {
    padding: 20px;
    background-color: #ffffffb5;
    border-radius: 23px;
    margin-left: 135px;
    position: relative;
    height: 250px
}

.testimonials-box::after {
    content: "";
    background-color: #ffffff00;
    width: 30px;
    height: 40px;
    position: absolute;
    left: -40px;
    transform: rotate(180deg);
    bottom: 60px;
    border: 20px solid #ffffff00;
    border-bottom-color: #ffffff00;
    border-left-color: #ffffff9c;
    z-index: 2;
    top: 40%
}

.p-box {
    float: left;
    width: 450px;
    position: relative
}

.p-box p {
    font-size: 13px
}

.text-i {
    float: right;
    font-size: 50px;
    position: absolute;
    color: #e2e3e5
}

.testimonials-box .bold {
    text-transform: uppercase;
    font-weight: 700;
    color: #1c3850
}

.divide-test {
    margin-bottom: 50px
}

.blogs-h {
    padding: 100px 0
}

.blogs-h h2 {
    font-size: 50px;
    font-weight: 600;
    color: #1c3850;
    padding: 30px 0
}

.blogs-box {
    text-align: center
}

.blogs-box p {
    padding: 20px
}

.blogs-box p span {
    font-size: 20px;
    margin-bottom: 0;
    color: #1c3850
}

.blogs-box:hover .bb-icons {
    display: none
}

.blogs-box:hover .bw-icons {
    background-color: #9b0b0b;
    transition: 1s ease;
    display: block
}

.blogs-icons {
    position: relative;
    margin-top: 40px
}

.blogs-box:hover .blogs-icons::after {
    background-color: #9b0b0b;
    transform: scaleX(1)
}

.blogs-icons::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cfd0d1;
    top: 50%;
    left: 0;
    position: absolute
}

.blogs-icons::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cfd0d1;
    top: 50%;
    left: 0;
    position: absolute;
    transition: .5s ease;
    transform: scaleX(0)
}

.bb-icons {
    position: absolute;
    padding: 10px 13px;
    border-radius: 100%;
    background-color: #cfd0d1;
    top: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1
}

.bw-icons {
    position: absolute;
    padding: 10px 13px;
    border-radius: 100%;
    top: 100%;
    transition: .5s ease;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    display: none
}

.bb-icons img,
.bw-icons img {
    width: 19px;
    height: 11px
}

.blogs-box h6 {
    padding: 40px 0 0 0;
    text-transform: uppercase;
    color: #1c3850;
    font-weight: 600;
    font-family: Barlow, sans-serif
}

.blogs-p {
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 400
}

.blogs-box:hover p span {
    color: #9b0b0b
}

.blogs-box:hover h6 {
    color: #9b0b0b
}

.img-shadow {
    position: relative
}

.blogs-box:hover .img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 8px 6px rgba(0, 0, 0, .64);
    -moz-box-shadow: inset 0 0 8px 6px rgba(0, 0, 0, .64);
    -webkit-box-shadow: inset 0 0 8px 6px rgba(0, 0, 0, .64)
}

.blogs-box:hover .img-shadow::after {
    content: url(../images-new/blog-harrow.png);
    position: absolute;
    background-color: #9b0b0bcc;
    left: 50%;
    padding: 15px 12px 8px 15px;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s
}

.blogs-box,
.blogs-box:hover {
    transition: .5s
}

.img-shadow {
    position: relative;
    max-width: 100%
}

.img-shadow img {
    width: 100%
}

.logo-banner {
    background-color: #fff;
    padding: 40px 30px
}

.logo-banner img {
    margin: auto;
    display: block;
    width: 100%
}

.map {
    position: relative
}

.pin {
    position: absolute
}

.point1 {
    top: 18%;
    left: 8%
}

.point2 {
    top: 80%;
    left: 20%
}

.point3 {
    top: 41%;
    left: 42%
}

.point4 {
    top: 4%;
    left: 54%
}

.point5 {
    top: 37%;
    left: 63%
}

.point6 {
    top: 82%;
    left: 81%
}

.locations-new {
    padding: 100px 0 30px 0;
    background: url(../images-new/main-bg.jpg)
}

.location-h1 {
    color: #1c3850;
    font-size: 22px
}

.para-f p {
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0;
    color: #fff
}

.footer-bottom {
    background-color: #1c3850
}

.para-f p img {
    margin-left: 5px
}

.select-top .options-s {
    text-align: center
}

.social li a:hover {
    color: #9b0b0b
}

.navbar-light .navbar-toggler {
    color: transparent !important
}

.top-numbers-v2 {
    display: none !important
}

#locations a {
    color: #9b0b0b !important;
    font-weight: 600 !important
}

.emllink {
    color: #1c3850
}

.detailedform label strong {
    font-weight: 600 !important;
    color: #9b0b0b !important
}

#pr_ar .toplevel strong a {
    font-weight: 600 !important;
    color: #9b0b0b !important
}

#breadcrumbs .wrapper span {
    color: #1c173b !important
}

.w-cycler-v2 .review-rating {
    color: #9b0b0b !important
}

.index-widget .widget-title a {
    font-weight: 700 !important;
    font-size: 40px !important;
    color: #1c3850 !important
}

/* #content .bodytext a {
    font-weight: 100
} */

#content .bodytext ol li,
#content .bodytext ul li {
    font-size: 15px !important;
    color: #636465 !important
}

.w-cycler-v2 .review-item {
    font-size: 18px !important
}

#pr_ar li ul a {
    font-weight: 600 !important;
    color: #9b0b0b !important
}

#banner-image-01-ip {
    background-image: url(../images-new/subheader1.webp) !important;
    top: -35px;
    background-color: #ffffff40 !important;
    background-position: bottom !important;
    background-blend-mode: overlay !important
}

.index-widget .widget-title a:hover {
    text-decoration: none !important
}

.stick {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    top: 0
}

.flags-ul {
    background-color: #1c3850;
    z-index: 100;
    margin: auto;
    display: block;
    width: 100%;
    min-width: 220px;
    margin-top: 5px;
    display: none;
    overflow-y: scroll !important;
    height: 500px !important
}

.flags-ul a {
    color: #fff
}

.flags-ul {
    display: none;
    position: absolute
}

.flag-btn {
    padding: 8px 15px;
    border: 0;
    display: block;
    margin: auto
}

#top-numbers-v2 {
    display: none !important
}

#main {
    z-index: 1
}

.banner-image .description {
    position: relative;
    padding: 60px
}

.banner-image {
    position: inherit !important;
    overflow: initial !important
}

.index-widget {
    position: initial !important;
    float: none !important
}

#banner-image-01-ip {
    padding: 0 !important
}

.logo-btn {
    background-color: #ff000000;
    border: none
}

button:focus {
    outline: 0 !important
}

@media screen and (min-width:75em) {
    #banner-image-01-ip .description {
        margin: auto !important
    }

    .imgwrap {
        margin-top: -35px
    }

    .navbar-light .navbar-toggler-icon {
        margin-left: 0 !important
    }

    .fomr-half:focus,
    .form-full:focus {
        outline: 0;
        border-color: #1c3850
    }

    .footer-a {
        text-decoration: none !important;
        color: #636465
    }

    .footer-a:hover {
        color: #9b0b0b
    }

    .citizenship-investment a.turkey::before {
        background: url(../images/citizenship/turkey_flag.png) center
    }

    .citizenship-investment a.montenegro::before {
        background: url(../images/citizenship/montenegro_flag.png) center
    }

    .citizenship-investment a.portugal::before {
        background: url(../images/citizenship/portugal-flag.jpg) center
    }

    .attorneypic,
    img.profilepic {
        max-height: 250px
    }

    #footer a {
        color: #636465
    }

    #footer a:hover {
        color: #9b0c0b
    }
}

img.featured-image {
    max-width: 35%;
    float: right
}

.citizenship-investment a.turkey::before {
    background: url(../images/citizenship/turkey_flag.png) center
}

.citizenship-investment a.us::before {
    background: url(../images/citizenship/us_flag.png) center
}

.citizenship-investment a.uk::before {
    background: url(../images/citizenship/uk_flag.png) center
}

.citizenship-investment a.india::before {
    background: url(../images/citizenship/india_flag.png) center
}

.dropdown-menu.rd-col-2.our-services {
    width: 600px
}

.visas-by-country .countries-thumbs .country.-vietnam::before {
    background-image: url(../images/visas-by-country/vietnam.jpg) !important
}

.visas-by-country .countries-thumbs .country.-south-africa::before {
    background-image: url(../images/visas-by-country/southafrica.jpg) !important
}

.visas-by-country .countries-thumbs .country.-hong-kong::before {
    background-image: url(../images/visas-by-country/hongkong.jpg) !important
}

.visas-by-country .countries-thumbs .country.-nigeria::before {
    background-image: url(../images/visas-by-country/nigeria.jpg) !important
}

.lang-version-table {
    margin: 30px 0
}

.single_profile {
    margin: 5px 10px;
    width: 95%
}

.card:hover {
    transform: scale(1.01);
    box-shadow: 10px 10px 15px rgb(0 0 0 / 30%)
}

.card i.fa {
    color: #1c173b;
    margin-right: 10px
}

.card-contact p {
    margin-bottom: 0
}

.card-contact p a {
    color: #212529 !important
}

.card-image img.img-responsive {
    margin-bottom: 0;
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px
}

.card-title h4 a {
    color: #162d42 !important
}

.footer-service-list-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #636465
}

.slider a.small_size {
    font-size: 2rem
}

@media only screen and (max-width:767px) {
    .services-h h1 {
        font-size: 25px;
        padding: 0
    }

    .services-h h2 {
        font-size: 22px !important
    }

    .all-services-btn-wrapper {
        margin-bottom: 40px !important
    }

    #content .bodytext>h1,
    #content .bodytext>h2 {
        margin: .5em 0
    }

    .slider a.small_size {
        font-size: .75rem
    }

    #practiceareasubsub_233 .slider {
        height: 40vh
    }

    .carousel-inner.inside .carousel-caption.caption-slider .bg-text {
        line-height: 1.1 !important
    }
}

.para-f {
    width: 75%
}

.footer-bottom ul.social li a {
    color: #fff !important
}

.footer-bottom ul.social li {
    margin: 10px 10px
}

.footer-bottom ul.social li:hover a {
    color: #9b0b0b !important
}

.footer-bottom {
    display: flex
}

.logo-banner {
    display: none
}

body.homepage .logo-banner {
    display: block
}

.stripes {
    display: none
}

.head_2 {
    color: #0e3a6b !important;
    font-weight: 500 !important;
    margin: 1em 0 !important;
    font-size: 1.75rem !important;
    text-transform: uppercase !important
}

.flags-wrapper {
    display: flex;
    justify-content: center;
    border-radius: none
}

.slider .flags-wrapper .flag-content img {
    -webkit-border-bottom-left-radius: 0
}

.flag-content img {
    width: 50px;
    margin-bottom: 10px
}

.flag-content:not(:last-child) {
    margin-right: 20px
}

.flags-wrapper p {
    color: #fff
}

@media only screen and (min-width:992px) {
    .flag-content img {
        width: 100px;
        margin-bottom: 10px
    }
}

h2.h1 {
    font-size: 50px;
    font-weight: 600;
    color: #1c3850;
    padding: 30px 60px;
    width: 100%
}

.counter {
    background-color: #162d42;
    padding: 20px 0;
    border-radius: 5px
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff
}

.count-text {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5
}

h2.timer.count-title.count-number::after {
    content: "%"
}

@media only screen and (max-width:767px) {
    .counter-wrapper:not(:last-child) {
        margin-bottom: 20px
    }

    .counter {
        border-radius: 25px !important
    }

    .counter h2 {
        padding: 0 !important
    }
}

#content .bodytext>h2 {
    margin: 1em 0;
    font-size: 1.75rem;
    color: #0e3a6b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

div#country_div select.select.dropdown {
    margin: 5px 0
}

li.practiceareasub_326 {
    display: none !important
}

.new-btn {
    background-color: #555183;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    border: 2px solid transparent;
    border: 2px solid rgba(255, 255, 255, .5)
}

.new-btn.focus,
.new-btn:focus {
    box-shadow: none
}

.socical-icon:last-child {
    margin-right: 25px
}

.new-btn.navbar-btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.fixed-top.scrolled .new-btn.navbar-btn,
.fixed-top2.scrolled .new-btn.navbar-btn {
    border: 2px solid transparent
}

.fixed-top.scrolled .new-btn.navbar-btn:hover,
.fixed-top2.scrolled .new-btn.navbar-btn:hover {
    border: 2px solid #2e2b54;
    color: #2e2b54;
    background-color: transparent
}

.banner-section,
.new-banner-section {
    background-image: url("../images-new/banner-image.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: relative
}

.footer-new-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .9)
}

.footer-list,
.footer-socical-icons-wrapper {
    padding: 0
}

.footer-list li {
    list-style: none
}

.footer p,
.footer-link,
.footer-service-link {
    font-size: 14px;
    color: rgb(255, 255, 255, .7)
}

.footer a,
.footer-btn,
.footer-list li a {
    color: rgba(255, 255, 255, .7) !important
}

@media only screen and (max-width:767px) {
    .new-btn {
        font-size: 14px
    }

    .footer.spacing {
        padding-bottom: 20px
    }

    .footer-new-title {
        font-weight: 800;
        margin-bottom: 10px
    }

    .copyright {
        text-align: center;
        margin: 20px 0 0 0
    }
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif
}

.spacing {
    padding: 50px 0
}

.btn {
    background-color: #1c173b;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    border: 2px solid transparent;
    border: 2px solid rgba(255, 255, 255, .2)
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.top-right-and-bottom-left-border {
    border-radius: 0 25px 0 25px
}

.top-left-border {
    border-radius: 100px 0 0 0
}

.bottom-right-border {
    border-radius: 0 0 100px 0
}

.bottom-left-border {
    border-radius: 0 0 0 100px
}

.border-radius-15 {
    border-radius: 25px
}

.transparent-border-or-bg {
    border: 2px solid transparent
}

.transparent-border-or-bg:hover {
    border: 2px solid #1c173b;
    color: #1c173b;
    background-color: transparent
}

.solution-by-country-title,
.speak-to-us-content-title {
    color: #1c173b
}

.fixed-top.scrolled,
.fixed-top2.scrolled {
    background-color: #1c173b !important;
    transition: background-color .2s linear
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.navbar-nav {
    justify-content: center
}

.fixed-top.scrolled .active>.nav-link,
.fixed-top.scrolled .active>.nav-link:hover,
.fixed-top.scrolled a.nav-link,
.fixed-top.scrolled a.nav-link:hover,
.fixed-top.scrolled i,
.fixed-top.scrolled i:hover {
    color: #fff
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff
}

.navbar-right-content {
    display: flex;
    align-items: center
}

.socical-icons-wrapper {
    display: flex;
    margin-bottom: 0
}

.socical-icon {
    list-style: none;
    color: #fff;
    margin-right: 15px
}

.socical-icon a {
    color: #fff
}

.socical-icon:last-child {
    margin-right: 25px
}

.btn.navbar-btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.fixed-top.scrolled .btn.navbar-btn,
.fixed-top2.scrolled .btn.navbar-btn {
    /* border: 2px solid #9b0b0b */
    border: 2px solid transparent;
}

.fixed-top.scrolled .btn.navbar-btn:hover,
.fixed-top2.scrolled .btn.navbar-btn {
    border: 2px solid #fff;
    color: #1c173b;
    background-color: #fff
}

.banner-section,
.new-banner-section {
    background-image: url("../img/ny-skyline-homepage-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 115vh
}

.new-banner-section2 {
    background-image: url("../img/ny-skyline-homepage-2.webp")
}

.banner-section:before,
.new-banner-section:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #dddfce;
    z-index: -1
}

.banner-content-wrapper {
    color: #fff;
    position: absolute;
    right: 15%;
    left: 15%;
    top: 26%
}

.banner-content-wrapper .banner-text {
    font-size: 20px;
    font-weight: 200;
    font-family: Raleway, sans-serif;
    color: #fff
}

.banner-title {
    font-family: 'Yeseva One', cursive;
    font-size: 35px;
    margin-bottom: 30px
}

.banner-btn-wrapper .banner-btn {
    opacity: .7
}

.banner-btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.card-wrapper {
    width: 80%;
    text-align: center;
    margin: 0 auto
}

.card-content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    bottom: 0
}

.banner-section .card,
.new-banner-section .card {
    padding: 20px;
    border-radius: 0;
    background-color: #dddfce
}

.card-body {
    padding: 15px 0 0 0
}

.card-title {
    color: #1c173b;
    font-weight: 600
}

.card-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.card-btn {
    border: 2px solid transparent
}

.banner-flags {
    width: 15%;
    margin: 0 auto
}

.carousel-btn {
    width: 85%;
    background-image: url("../img/all-services.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding: 20px
}

.carousel-btn:hover {
    color: #fff
}

.carousel-section {
    background-color: #dddfce;
    padding: 20px 0 50px 0
}

.owl-carousel.banner-owl-carousel .owl-nav button.owl-next,
.owl-carousel.banner-owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    transform: translateY(-18px)
}

.owl-carousel.banner-owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel.banner-owl-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-carousel.banner-owl-carousel .owl-nav button.owl-next span,
.owl-carousel.banner-owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
    font-weight: 100
}

.owl-theme .owl-nav {
    margin-top: 20px !important
}

.carousel-content-wrapper {
    width: 75%;
    margin: 0 auto
}

.carousel-content {
    margin-bottom: 30px;
    font-weight: 600
}

.solution-by-country-title {
    margin-bottom: 20px;
    font-family: 'Yeseva One', cursive;
    color: #1c173b
}

.solution-by-country-content {
    margin-bottom: 15px;
    font-weight: 600
}

.flag-owl-carousel.owl-carousel .owl-nav button.owl-next,
.flag-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    font-weight: 100;
    position: absolute
}

.flag-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 0;
    left: 0;
    transform: translateX(-30px)
}

.flag-owl-carousel.owl-carousel .owl-nav button.owl-next {
    top: 0;
    right: 0;
    transform: translateX(30px)
}

.our-locations-title {
    margin-bottom: 30px;
    font-family: 'Yeseva One', cursive;
    color: #1c173b
}

.our-successes-section {
    background-color: #1c173b;
    color: rgba(255, 255, 255, .5)
}

.our-successes-title {
    color: #fff;
    font-family: 'Yeseva One', cursive
}

.our-successes-content {
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: 10px 10px 10px 0;
    position: relative;
    color: rgb(255, 255, 255, .8)
}

.our-successes-content::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
}

.circle-container,
.circle-content,
.circle-wrapper {
    position: relative
}

.circle-container {
    width: 50%
}

.circle-container::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 12%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    transform: translate(60px, -130px)
}

.circle-container::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 25%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    transform: translate(131px, -59px) rotate(90deg)
}

.circle-wrapper {
    display: flex;
    width: 100%;
    padding-top: 20px;
    margin: 30px 0 90px 0
}

.circle-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 83.1%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    transform: translateX(-15px)
}

.circle-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    transform: translate(174px, 103px)
}

.circle-content::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 22px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5)
}

.circle-content.c1::before {
    transform: translate(-67px, -32px) rotate(90deg)
}

.circle-content.c2::before {
    transform: translate(-87px, -32px) rotate(90deg)
}

.circle-content.c3::before {
    transform: translate(-101px, -32px) rotate(90deg)
}

.circle-title,
.testimonial-content {
    color: #fff
}

.circle-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px
}

.circle-wrapper p {
    margin-bottom: 0
}

.percentage {
    font-size: 60px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 900;
    line-height: 60px;
    color: #6d608d
}

.circle-text {
    color: rgba(255, 255, 255, .75)
}

.quotes-wrapper {
    position: absolute;
    bottom: 0;
    transform: translate(48px, 36px)
}

.quotes {
    font-size: 50px;
    opacity: .5
}

.testimonial-content {
    font-size: 28px;
    font-weight: 200;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.testimonial-small-content {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    color: rgb(255, 255, 255, .75)
}

.our-successes-btn-wrapper {
    position: relative;
    display: inline-block
}

.our-successes-btn {
    color: rgb(255, 255, 255, .7)
}

.our-successes-btn-wrapper:hover .our-successes-btn {
    color: #fff
}

.our-successes-owl-carousel {
    padding-top: 80px
}

.our-successes-owl-carousel.owl-carousel .owl-nav button.owl-next,
.our-successes-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    font-weight: 100;
    position: absolute
}

.our-successes-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 0;
    left: 0;
    transform: translate(-20px, 70px)
}

.our-successes-owl-carousel.owl-carousel .owl-nav button.owl-next {
    top: 0;
    right: 0;
    transform: translate(20px, 70px)
}

.speak-to-us-section {
    background-image: url("../img/speak-to-us-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center
}

.speak-to-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 220, 193, .5)
}

.speak-to-us-content-wrapper {
    width: 80%;
    margin: 0 auto
}

.speak-to-us-content-title {
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Yeseva One', cursive
}

.speak-to-us-content-text {
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 500
}

.footer {
    background-color: #1c173b;
    color: rgba(255, 255, 255, .5)
}

.footer-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .9)
}

.footer-socical-icon,
.subtitle strong {
    color: #fff
}

.footer-service-list,
.footer-socical-icons-wrapper {
    padding: 0
}

.footer-service-list li {
    list-style: none
}

.footer p,
.footer-service-link {
    font-size: 14px;
    color: rgb(255, 255, 255, .7)
}

.footer a,
.footer-btn,
.footer-service-list li a {
    color: rgba(255, 255, 255, .7)
}

.footer-btn:hover {
    color: #fff
}

.footer-socical-icons-container {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.footer-socical-icons-wrapper {
    display: flex;
    list-style-type: none
}

.footer-socical-icon:not(:last-child) {
    padding-right: 20px
}

.footer p.question-text {
    margin: 20px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, .9)
}

.question-text-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 20px
}

.copyright {
    margin: 30px 0 0 0
}

.inner-banner-section {
    height: 40vh;
    position: relative
}

.inner-banner-content-wrapper {
    bottom: 10%;
    top: inherit
}

.inner-banner-title {
    margin-bottom: 0
}

.breadcrumbs-section {
    background-color: #dddfce
}

.breadcrumb {
    background-color: transparent;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 600
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
    color: #1c173b
}

.what-is-eb-5-section {
    background-color: #dddfce
}

.what-is-eb-5-section .row {
    align-items: center
}

.link-btn-title,
.what-is-eb-5-title,
.why-use-d-and-a-title {
    color: #1c173b;
    margin-bottom: 20px;
    font-family: 'Yeseva One', cursive
}

.what-is-eb-5-section p {
    font-weight: 500
}

.what-is-eb-5-img {
    border-radius: 12px
}

.benefits-of-eb-5-title {
    font-family: 'Yeseva One', cursive;
    color: #1c173b;
    margin-bottom: 20px;
    font-size: 25px
}

.what-are-the-benefits-wrapper {
    padding-left: 0
}

.what-are-the-benefits-content {
    list-style-type: none;
    margin-left: 25px;
    position: relative;
    font-weight: 500
}

.what-are-the-benefits-content:not(:last-child) {
    margin-bottom: 10px
}

.what-are-the-benefits-wrapper .fa-check-circle {
    color: #1c173b;
    position: absolute;
    transform: translate(-25px, 4px)
}

.why-use-d-and-a-points-wrapper {
    padding-left: 15px
}

.looking-to-acquire-section {
    background-image: url('../img/eb-5/looking-to-acquire-bg-img.webp');
    background-position: top;
    height: 300px
}

.looking-to-acquire-text {
    font-weight: 600
}

.accordion .card {
    border: none
}

.accordion .btn-link:hover {
    color: #fff
}

.accordion-section .accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    margin-bottom: 5px
}

.accordion-section .accordion:hover,
.accordion-section .active {
    background-color: #ccc
}

.accordion-section .accordion:after {
    content: '\002B';
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    float: right;
    margin-left: 5px
}

.accordion-section .active:after {
    content: "\2212"
}

.accordion-section .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.eb-5-testimonial-owl-carousel {
    padding-top: 0
}

.testimonial-carousel-quotes {
    font-size: 50px;
    color: #1c173b;
    margin-bottom: 40px
}

.our-successes-owl-carousel.owl-carousel.eb-5-testimonial-owl-carousel .owl-nav button.owl-next,
.our-successes-owl-carousel.owl-carousel.eb-5-testimonial-owl-carousel .owl-nav button.owl-prev {
    transform: none
}

.testimonial-carousel-btn {
    margin-top: 20px
}

.our-successes-owl-carousel.owl-carousel.eb-5-testimonial-owl-carousel .testimonial-content,
.our-successes-owl-carousel.owl-carousel.eb-5-testimonial-owl-carousel .testimonial-small-content {
    color: #1c173b;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .solution-by-country-content {
        width: 50%;
        margin: 0 auto
    }

    .speak-to-us-section {
        height: 500px
    }

    .speak-to-us-section::before {
        border-radius: 100px 0 0 0
    }

    .speak-to-us-content-title {
        width: 65%
    }

    .speak-to-us-content-text {
        width: 75%
    }

    .looking-to-acquire-section::before {
        border-radius: 0 0 100px 0
    }

    #dubai img.d-block.w-100.banner-image {
        top: 0
    }

    #practiceareasubsec_179 .slider {
        height: 50vh
    }

    #practiceareasubsec_179 .carousel-inner.inside .carousel-caption.caption-slider {
        top: 55% !important
    }
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 14px
    }

    p {
        font-size: 18px;
        font-weight: 500
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link {
        color: #1c173b;
        font-weight: 700
    }

    .new-banner-section {
        height: calc(88vh - 49px)
    }

    .banner-title {
        font-size: 25px
    }

    .new-banner-section .banner-content-wrapper {
        top: 15%
    }

    .banner-content-wrapper .banner-text {
        font-size: 18px
    }

    .banner-card {
        display: none
    }

    .mobile-card-wrapper {
        position: unset;
        bottom: 0
    }

    .mobile-card-owl-carousel.owl-carousel .owl-item img {
        width: 20%
    }

    .mobile-card-wrapper .card {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        min-height: 292px
    }

    .carousel-section {
        padding: 60px 0 50px 0
    }

    .flag-owl-carousel.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-20px, 16px)
    }

    .flag-owl-carousel.owl-carousel .owl-nav button.owl-next {
        transform: translate(20px, 16px)
    }

    .flag-owl-carousel.owl-carousel .owl-nav button.owl-next,
    .flag-owl-carousel.owl-carousel .owl-nav button.owl-prev {
        font-size: 35px
    }

    .circle-container {
        width: unset
    }

    .circle-container::before {
        width: 6%;
        transform: translate(-21px, -391px)
    }

    .circle-container::after {
        width: 107%;
        transform: translate(177px, -189px) rotate(90deg)
    }

    .circle-wrapper {
        flex-direction: column;
        width: 70%;
        margin-left: 15px
    }

    .circle-wrapper::before {
        transform: translate(63px, 206px) rotate(90deg);
        width: 193%
    }

    .circle-wrapper::after {
        width: 62.5%
    }

    .circle-content::before {
        transform: translate(52px, 59px) !important
    }

    .circle-content i.far.fa-circle {
        transform: translate(153px, 72px)
    }

    .testimonial-content {
        font-size: 18px
    }

    .about-section .row {
        flex-direction: column-reverse
    }

    .about-content-wrapper {
        margin-top: 20px
    }

    .about-us-btn-wrapper {
        text-align: center
    }

    .about-section .video-wrapper iframe {
        height: auto
    }

    .speak-to-us-section,
    .speak-to-us-section::before {
        border: none
    }

    .speak-to-us-content-wrapper {
        width: 95%
    }

    .footer.spacing {
        padding-bottom: 20px
    }

    .footer-title {
        font-weight: 800;
        margin-bottom: 10px
    }

    .footer-list li {
        line-height: 24px
    }

    .copyright {
        text-align: center;
        margin: 20px 0 0 0
    }
}

.l2 .secondary-sidebar {
    margin-top: 78px
}

.link-btn-wrapper {
    margin-top: 28px
}

/* .link-btn {
    background-color: transparent;
    border: 1px solid #1c173b;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
    scroll-behavior: smooth
} */

.btn.link-btn {
    background-color: transparent;
    border: 1px solid #1c173b !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
    scroll-behavior: smooth;
    color: #1c173b !important;
    -webkit-box-shadow: none
    !important;
    box-shadow: none !important;
    }

.link-btn:not(:last-child) {
    margin-bottom: 5px
}

.link-btn:hover {
    text-decoration: none !important;
    background-color: #1c173b;
    color: #fff !important;
    border: 1px solid transparent
}

.return-to-menu-link {
    margin-right: 30px
}

#content .bodytext>h2 {
    margin: 1em 0;
    font-size: 1.75rem;
    color: #0e3a6b;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.accordion__btn h2.accordion__caption {
    font-size: 1.2rem !important;
}

@media only screen and (max-width:767px) {
    .fixed-top2.scrolled {
        color: #fff !important
    }

    .fixed-top2 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }

    .fixed-top2.scrolled .active>.nav-link,
    .fixed-top2.scrolled .active>.nav-link:hover,
    .fixed-top2.scrolled a.nav-link,
    .fixed-top2.scrolled a.nav-link:hover,
    .fixed-top2.scrolled i,
    .fixed-top2.scrolled i:hover {
        color: #fff
    }

    .dropdown-menu.show {
        display: flex !important
    }

    .dropdown-item {
        white-space: unset
    }

    .dropdown-menu.rd-col-2.our-services {
        width: 100%
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #1c173b
    }

    .mobile-mt-20 {
        margin-top: 20px
    }

    .inner-banner-section {
        height: 30vh
    }

    .inner-banner-content-wrapper {
        bottom: 20%
    }

    .looking-to-acquire-section {
        height: auto
    }

    .top-spacing0 {
        padding-top: 0
    }

    .mobile-w100 {
        width: 100% !important
    }

    .table-wrapper {
        overflow-x: scroll
    }

    #practiceareasubsub_228 #content .bodytext a,
    #section_191 #content .bodytext a,
    #subsection_315 #content .bodytext a {
        overflow-wrap: break-word
    }

    #practiceareasubsec_173 .version-flag-table a,
    #practiceareasubsec_174 .version-flag-table a,
    #practiceareasubsec_178 .version-flag-table a {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #practiceareasubsec_173 .version-flag-table a img,
    #practiceareasubsec_174 .version-flag-table a img,
    #practiceareasubsec_178 .version-flag-table a img {
        margin-bottom: 10px !important;
        width: 70px
    }

    .lang_selection_link tr {
        display: flex;
        flex-direction: column
    }
}

.w100 {
    width: 100% !important
}

.form-top-right-and-bottom-left-border {
    border-radius: 0 20px 0 20px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    margin: 30px auto;
    padding: 15px;
    border-radius: 5px;
    width: 49%;
    position: absolute;
    left: 35%
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif
}

.popup .close {
    position: absolute;
    top: 35px;
    left: 25px;
    background: #00495d;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding: 0 5px
}

.search {
    position: absolute;
    top: 19px;
    left: 45%;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    padding: 0 5px
}

.popup .close:hover {
    color: #fff
}

.popup .content {
    overflow: auto;
    border-top: 2px dashed #d1d6d8;
    margin-top: 16px
}

.div1 {
    width: 50%;
    padding: 20px;
    height: auto;
    background: #fff;
    border-radius: 25px
}

.content h3 {
    text-align: center;
    margin: 15px 0 -1px 0;
    text-transform: uppercase;
    color: #00495d
}

@media screen and (max-width:1024px) {
    .box {
        width: 70%
    }

    .popup {
        width: 70%;
        left: 20%
    }

    .div1 {
        width: 70%;
        padding: 20px;
        float: left
    }
}

#sticky-button-wrapper {
    height: 0;
    width: 70px;
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

#sticky-button-wrapper a {
    width: 180px;
    padding: 5px 20px;
    border-radius: 0 20px 0 20px
}

#sticky-button-wrapper a:hover {
    border: 2px solid #fff;
    color: #1c173b;
    background-color: #fff
}

.link-btn-wrapper a {
    color: #1c173b !important
}

.red-bg {
    background-color: #9b0b0b
}

.consulates-areas {
    overflow: unset
}

.consulates-areas ul {
    margin: 1em 0 0
}

.consulates-areas a::before {
    background-image: url('../photos/melbourne.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.consulates-areas .sub-pa.-pa2 a::before {
    background-image: url('../photos/sydney.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.consulates-areas .sub-pa.-pa3 a::before {
    background-image: url('../photos/perth.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.e1-tt-areas {
    overflow: unset
}

.e1-tt-areas ul {
    margin: 1em 0 0
}

.e1-tt-areas a::before {
    background: url('../images/visas-by-country/country-united-kingdom.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.e1-tt-areas .sub-pa.-pa2 a::before {
    background-image: url('../images/visas-by-country/country-italy.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.e1-tt-areas .sub-pa.-pa3 a::before {
    background-image: url("../images/visas-by-country/country-chile.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.breadcrumbs-section {
    background-color: #dddfce
}

.bg-yellowish-grey {
    background-color: #dddfce
}

.breadcrumbs-new {
    margin: 0 !important
}

.dark-opacity h2,
.dark-opacity p {
    color: #fff
}

.dark-opacity:before {
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:767px) {
    .bottom-right-border.dark-opacity {
        border-radius: 0
    }
}

.panel-content h2 {
    font-size: 16px
}

.panel-content {
    padding: 20px
}

#practiceareasubsec_172 .carousel-inner.inside .carousel-caption.caption-slider,
#practiceareasubsec_219 .carousel-inner.inside .carousel-caption.caption-slider,
#practiceareasubsub_223 .carousel-inner.inside .carousel-caption.caption-slider,
#practiceareasubsub_228 .carousel-inner.inside .carousel-caption.caption-slider,
#practiceareasubsub_229 .carousel-inner.inside .carousel-caption.caption-slider,
#us-visas-for-indian-entrepreneurs-business-owners-investors .carousel-inner.inside .carousel-caption.caption-slider {
    top: 40% !important;
    width: 70%
}

#practiceareasubsec_172 .carousel-inner.inside .carousel-caption.caption-slider .bg-text,
#practiceareasubsec_219 .carousel-inner.inside .carousel-caption.caption-slider .bg-text,
#us-visas-for-indian-entrepreneurs-business-owners-investors .carousel-inner.inside .carousel-caption.caption-slider .bg-text,
#practiceareasubsub_482 .carousel-inner.inside .carousel-caption.caption-slider .bg-text {
    margin-bottom: 0 !important
}

#practiceareasubsec_172 .banner-content,
#practiceareasubsec_219 .banner-content,
#us-visas-for-indian-entrepreneurs-business-owners-investors .banner-content {
    color: #fff;
    font-size: 18px
}

#practiceareasubsec_100 .slider,
#practiceareasubsec_172 .slider,
#practiceareasubsec_219 .slider,
#practiceareasubsub_223 .slider,
#practiceareasubsub_225 .slider,
#practiceareasubsub_227 .slider,
#practiceareasubsub_228 .slider,
#practiceareasubsub_229 .slider {
    height: 60vh
}

#turkey-citizenship-by-investment-programme .slider {
    height: 70vh;
}

#practiceareasubsub_225 .carousel-inner.inside .carousel-caption.caption-slider,
#practiceareasubsub_227 .carousel-inner.inside .carousel-caption.caption-slider {
    top: 45% !important
}

#us-visas-for-indian-entrepreneurs-business-owners-investors .carousel-inner.inside .carousel-caption.caption-slider {
    top: 48% !important
}

#us-visas-for-indian-entrepreneurs-business-owners-investors .carousel-inner.inside .carousel-caption.caption-slider .bg-text {
    margin-bottom: 0 !important
}

#us-visas-for-indian-entrepreneurs-business-owners-investors .flags-wrapper p {
    color: #fff
}

@media only screen and (max-width:767px) {
    #practiceareasubsec_219 .carousel-inner.inside .carousel-caption.caption-slider {
        top: 32% !important;
        width: 80%
    }

    #practiceareasubsec_219 .banner-image {
        height: calc(65vh - 59px)
    }

    #practiceareasubsec_219 .slider {
        height: 55vh
    }

    .new-dropdowns strong {
        width: 100%
    }

    .our-successes-owl-carousel.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-20px, 10px) !important
    }

    .our-successes-owl-carousel.owl-carousel .owl-nav button.owl-next {
        transform: translate(20px, 10px) !important
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .slider {
        height: 70vh
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .inside>.carousel-item.active {
        top: 71px
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .banner-image {
        height: calc(65vh - 70.33px)
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .flags-wrapper {
        padding-top: 0
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .carousel-inner.inside .carousel-caption.caption-slider {
        top: 16% !important
    }
}

.curve-slider-grey .slider {
    background-color: #dddfce
}

.slider img {
    -webkit-border-bottom-left-radius: 100px
}

#ukraine-flag-gradient {
    margin: 20px 0;
    padding: 20px;
    position: relative;
    background-color: #0057b8
}

#ukraine-flag-gradient::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: gold;
    display: inline-block
}

#ukraine-flag-gradient p {
    position: relative;
    z-index: 1;
    color: #000;
    font-weight: 800;
    margin-bottom: 0
}

.accordion-2 {
    width: 100%;
    border-radius: 1rem;
    background: #fff
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem
}

/* .accordion__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #1c173b;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-transition: .1s;
    border-radius: 0 15px;
    margin-bottom: 10px
} */

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #DDDFCE;
    border: none;
    outline: none;
    color: #1c173b;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
    border-radius: 0 15px;
    margin-bottom: 10px;
}

#content .bodytext .accordion__btn a.tgreen {
    color: #fff
}

.fa-lightbulb {
    padding-right: 1rem
}

.accordion__icon {
    border-radius: 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    opacity: .9;
    -webkit-opacity: .9
}

.accordion__item--active .accordion__icon {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    overflow: hidden;
    color: #5f5c70;
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -webkit-transition: max-height .5s ease, opacity .5s, -webkit-transform .5s;
    transition: max-height .5s ease, opacity .5s, -webkit-transform .5s;
    -o-transition: max-height .5s ease, opacity .5s, transform .5s;
    transition: max-height .5s ease, opacity .5s, transform .5s;
    transition: max-height .5s ease, opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transition: max-height .5s ease, opacity .5s, transform .5s;
    padding: 0 1.8rem
}

.accordion__item--active .accordion__content {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    max-height: 100%
}

#us-visas-for-indian-entrepreneurs-business-owners-investors .slider {
    height: 60vh
}

#practiceareasubsec_172 img.d-block.w-100.banner-image {
    top: 70px
}

.btn-primary,
.btn-primary:hover {
    background-color: #0f3de5;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 15px -5px #0f3de5 !important;
    box-shadow: 0px 4px 15px -5px #0f3de5 !important;
    letter-spacing: 1.5px;
    font-size: 12px;
    border: 2px solid #0f3de5;
}

.btn-primary:hover {
    font-weight: bold;
    border: 2px solid #0f3de5;
}

.float-btn-wrapper {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 100;
    background-color: #9b0b0b
}

.float-btn-wrapper:hover {
    z-index: 99;
    background-color: #fff;
    color: #1c173b;
    border: 2px solid transparent
}

.red-btn {
    background-color: #9b0b0b
}

#content .bodytext a.btn.red-btn:hover {
    z-index: 99;
    background-color: #fff;
    color: #9b0b0b;
    border: 2px solid #9b0b0b
}

.schedule-a-lawyer-btn {
    font-size: 40px;
    color: #9b0b0b;
    background-color: transparent
}

#content .bodytext .accordion-2 .accordion__btn a {
    color: #fff
}

a {
    color: #0f3de5;
}

.btn-secondary-dark {
    background-color: #1c173b;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    border: 2px solid transparent;
    border: 2px solid rgba(255, 255, 255, .2)
}

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

    .practiceareasubsec_219 .accordion-2,
    .practiceareasubsub_398 .accordion-2,
    .practiceareasubsub_399 .accordion-2,
    .practiceareasubsub_402 .accordion-2,
    .practiceareasubsub_410 .accordion-2 {
        width: 66%
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors img.d-block.w-100.banner-image {
        top: -40%
    }

    #us-visas-for-indian-entrepreneurs-business-owners-investors .slider {
        height: 80vh
    }

    #practiceareasubsec_172 .slider {
        height: 70vh
    }

    #practiceareasubsec_172 .carousel-caption.caption-slider {
        text-align: left !important
    }

    #practiceareasubsec_172 .carousel-inner.inside .carousel-caption.caption-slider {
        width: 60%;
        left: 38% !important;
        top: 34% !important
    }

    #practiceareasubsec_172 .carousel-inner.inside .carousel-caption.caption-slider .bg-text {
        text-align: left;
        padding: 0 0 20px;
        margin: inherit
    }

    #practiceareasubsec_172 .banner-content {
        text-align: left
    }

    #practiceareasubsec_172 img.d-none.d-md-block.w-100.banner-image {
        top: 90px
    }

    #ukraine-flag-gradient {
        width: 50%
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: .5rem 1rem
    }

    #turkey-citizenship-by-investment-programme img.d-block.w-100.banner-image {
        top: 0%
    }

    #turkey-citizenship-by-investment-programme .carousel-inner.inside .carousel-caption.caption-slider {
        top: 40% !important
    }

    #turkey-citizenship-by-investment-programme .carousel-inner.inside .carousel-caption.caption-slider .bg-text {
        margin-bottom: 0 !important
    }

    #turkey-citizenship-by-investment-programme .flag-content p {
        color: #fff
    }

    .turkey-citizenship-by-investment-programme .caption-slider {
        left: 58% !important;
        text-align: left !important
    }

    .turkey-citizenship-by-investment-programme .bg-text {
        margin: 0;
        padding: 0;
        width: 50%
    }

    #practiceareasubsec_111 .slider,
    #practiceareasubsec_505 .slider {
        height: 60vh
    }

    #practiceareasubsec_111 img.d-block.w-100.banner-image {
        top: -100px
    }

    #practiceareasubsec_505 img.d-block.w-100.banner-image {
        top: -65px
    }

    #practiceareasubsub_232 .slider {
        height: 70vh
    }

    #practiceareasubsub_232 img.d-block.w-100.banner-image {
        top: -138px
    }

    #the-eb-5-visa-considerations-for-the-indian-investor .slider {
        height: 80vh;
    }

    #the-eb-5-visa-considerations-for-the-indian-investor img.d-block.w-100.banner-image {
        top: -40%;
    }

    #practiceareasubsub_482 .slider {
        height: 85vh;
    }

    #practiceareasubsub_482 img.d-block.w-100.banner-image {
        top: 75px;
    }

    #practiceareasubsub_482 .carousel-caption.caption-slider {
        right: 0 !important;
        left: auto !important;
        transform: none;
        text-align: right !important;
    }

    #practiceareasubsub_482 .bg-text {
        right: 0 !important;
        width: 95%;
    }

    #practiceareasubsub_482 .banner-content {
        right: 0 !important;
        width: 88%;
        color: #fff;
        font-size: 18px;
    }

    #practiceareasubsub_482 .carousel-inner.inside .carousel-caption.caption-slider {
        top: 45% !important;
    }
}



@media only screen and (max-width:767px) {
    #practiceareasubsec_172 .banner-image {
        height: calc(75vh - 59px)
    }

    #practiceareasubsec_172 .slider {
        height: 75vh !important
    }

    #practiceareasubsec_172 .carousel-inner.inside .carousel-caption.caption-slider {
        top: 25% !important;
        width: 85%
    }

    #practiceareasubsec_172 .table-wrapper .lang-version-table img {
        width: 55px;
        padding-bottom: 15px
    }

    #practiceareasubsec_172 .appointment-btn {
        line-height: 1.5;
        padding: 8px !important
    }

    #practiceareasubsec_172 .caption-slider a.appointment-btn {
        max-width: 100%
    }
}