@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;

    letter-spacing: 0.5px;
}

/**start mega menu **/
.navbar-brand img {
    width: 86%;
}

section {
    padding-top: 5%;
    padding-bottom: 5%;
}

h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.top-bar button {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: none;
    background-color: #ed1b23;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    cursor: pointer;
}

.top-bar button:hover {
    background-color: #000;
}

.mobile-no {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 1px solid #ed1b23;

    margin-right: 10px;
    color: #ed1b23;
    border-radius: 5px;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;

}

.top-bar a {
    color: #ed1b23;
    margin: 0 1%;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 600;


}

.top-bar a:nth-child(1):hover {
    background-color: transparent;
    color: #000;
    border: none;
}

.top-bar a:nth-child(3):hover {
    background-color: transparent;
    color: #000;
    border: none;
}

.top-bar a:hover {
    color: #fff;
    transition: all 0.3s linear;
    background-color: #000;
    border: 1px solid #000;
}



.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

.navbar-light .navbar-brand {
    color: #2196F3;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.3s;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {

    transition: 0.3s;
    color: #000;
    box-shadow: 0 4px 0 #ed1b23 inset;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed1b23 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(166, 166, 166, 0.8) 0 12px 13px 1px;
    border-radius: 0 0 10px 10px;
}


.last-menu .sm-menu {

    left: -180% !important;

}

.dropdown-item {
    color: #3c3c3c;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 500;
    line-height: 33px;
    border-bottom: 1px solid #dbdbdbc7;

}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

.mobile-no a {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 1px solid #ed1b23;
    line-height: 67px;
    margin-right: 10px;
    color: #ed1b23;
    border-radius: 5px;
}


.mobile-no a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.mobile-no a {
    color: #ed1b23;
}

.mobile-no i {
    font-weight: 400;

}

.get-in-touch button {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: none;
    background-color: #ed1b23;
    color: #fff;
    border-radius: 5px;

    line-height: 22px;
    cursor: pointer;

}

.get-in-touch button:hover {
    background-color: #000;
}

/**.navbar-light li:nth-child(6) {
    margin-left: 16px;
}**/

/**end mega menu **/
/*home page*/
.home-banner {
    padding-top: 4%;
    padding-bottom: 5%;
    background: url(../img/home/law-lady.png)bottom center no-repeat, url(../img/home/home-banner.jpg)top left no-repeat;
    background-size: 28%, cover;
    height: 650px;
    font-family: "Montserrat", sans-serif;

}

.home-banner .container-fluid {
    width: 80%;
}

.home-banner h1 {
    opacity: 0;
    /* Hide initially */
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    animation-fill-mode: forwards;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 5.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
    /* Ensures the text is hidden initially */
    animation: smoothTyping 2s ease forwards, blink 0.75s step-end infinite;

}

.home-banner h1:nth-child(1) {
    animation: showLine1 2s ease forwards;

}

.home-banner h1:nth-child(2) {
    display: block;
    animation: showLine2 2s ease forwards;
    animation-delay: 0.8s;


}

@keyframes showLine1 {
    0% {
        width: 0;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

@keyframes showLine2 {
    0% {
        width: 0;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

.home-banner h1:nth-child(2) {
    font-family: home-font;
}

.home-banner h1:nth-child(2) span {
    background-image: linear-gradient(to right, #e24e42, #e24e42, #e24e42, #e24e4200, #e24e4200);
    color: #fff;
    border-radius: 50px;
    padding-left: 20px;
    margin-left: 10px;
}

.home-banner h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 28px;
    margin: 10% 0 0 0;
    letter-spacing: 0.4px;
    text-align: right;
    color: #fff;


}

.home-banner h2 span {
    background-color: #e24e42;
}

.home-banner p {
    color: #000;
    font-size: 1em;
    margin-top: 10%;
    letter-spacing: 0.5px;
}

.home-banner p,
.home-banner h2,
.all-contact-us button {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 1s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.home-banner-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.home-banner-list li a {
    display: inline-flex;
    color: #000;
    font-size: 1.1em;
    align-items: center;
    background: linear-gradient(to right, #ffffff, #f3f5ff, #e1edff, #cae7fe, #aee1f9);
    padding: 1.8%;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 #00000038;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
    text-decoration: none;
}

.home-banner-list li a p {

    animation-delay: 0s;
}

.home-banner-list li:nth-child(1) a {
    animation-delay: 1.1s;
}

.home-banner-list li:nth-child(2) a {
    animation-delay: 1.3s;
}

.home-banner-list li:nth-child(3) a {
    animation-delay: 1.5s;
}

.home-banner-list li:nth-child(4) a {
    animation-delay: 1.7s;
}

.home-banner-list li:nth-child(5) a {
    animation-delay: 1.9s;
}

.home-banner-list li:nth-child(6) a {
    animation-delay: 2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-banner-list li a:hover {
    background: linear-gradient(to right, #ffffff, #fffbfb, #ffffff, #ffffff, #ffffff);

    box-shadow: inset -3px -3px 0 #00000038;
    transition: all 0.3s linear;
}

.home-banner-list li a p {
    color: #000 !important;
    font-weight: 700;
    margin: 0;
}

.home-banner-list li a span {
    color: #000 !important;
    font-weight: 400;
}

.home-banner-list-icon {
    width: 40px;
    height: 40px;
    background-color: #ea3d29;
    border-radius: 10px;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
}

.home-banner-list-icon img {
    width: 70%;
}

.intro-more button,
.all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 12%;
}

.all-contact-us button i,
.intro-more button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-left: 7px;
    color: #000;
    box-shadow: -8px -0px 35px 10px #ffffffed;
    margin-left: 39px;
}

.all-contact-us button:hover,
.intro-more button:hover {
    background-color: #000;
    margin-top: 12.5%;
    transition: all 0.3s ease;
    box-shadow: none;
}

.why-we-exist {
    background: url(../img/home/bottom-bg.png)50% -10px no-repeat, radial-gradient(circle, #333333, #282828, #1d1d1d, #121212, #000000);

    background-size: 65%, 100%;
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8%;
    background-color: #1d1d1d;
}

.why-we-exist h2 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
}

.why-we-exist p {
    font-size: 1.5em;
    line-height: 35px;
    letter-spacing: 0.4px;
    color: #fff;
    border-radius: 50px;
    margin-top: 3%;
    font-weight: 200;
}

.why-we-exist p span {
    color: #ea3d29;
    font-weight: 700;
}

.core-services {
    background: #F2E5DD94 url(../img/home/_core-services-bg.jpg)top left no-repeat;
    position: relative;
    background-size: cover;
}

.core-services h2 {
    text-align: center;
    margin-bottom: 5%;
}

.box {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    transition: 0.8s;

    border-bottom: 1px solid #ccc;

}

.box:hover {
    transform: translateY(-30px);
    height: 100%;
    color: #fff;
    height: 490px;
    margin-bottom: -62px;
    color: #080808;


}

.box:hover:nth-child(1) {
    background: url(../img/home/core-services1.jpg)top center no-repeat;
    background-size: cover;
}

.box:hover:nth-child(2) {
    background: url(../img/home/core-services3.jpg)top center no-repeat;
    background-size: cover;
}

.box:hover:nth-child(3) {
    background: url(../img/home/core-services2.jpg)top center no-repeat;
    background-size: cover;
}

.box:hover:nth-child(4) {
    background: url(../img/home/core-services4.jpg)top center no-repeat;
    background-size: cover;
}

.box .content {
    position: absolute;
    top: 25%;
    left: 0;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    word-wrap: break-word;
    padding: 0 20px;
}

.box .content hr {
    background-color: #6a6a6a;
}

.box .imgbox {
    position: relative;
}

.box .imgbox h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    z-index: 1;
    width: 25%;
    font-size: 1.2em;
    margin-right: 5%;

}

.box .imgbox p {
    width: 42%;

}

.services-see-more {
    width: 20%;
    margin-top: 2.5%;
}

.services-see-more i {
    width: 50px;
    height: 30px;
    background-color: #ea3d29;
    color: #fff;
    text-align: center;
    line-height: 20px;
    float: right;
    border-radius: 50px;
    padding: 0 10px;
    line-height: 30px;

}

.box .imgbox {
    display: flex;
    align-items: top;

}

.imgbox-icon {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #bdbdbd;
    margin-right: 1%;
    box-sizing: 100px;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
    border-radius: 100px;
    transition: all 0.1s linear;
    position: relative;
    z-index: 1;
    flex: 0 0 30px;
    font-size: 15px;
}

.box:hover h3,
.box:hover p {
    color: #fff;
    transition: all 0.1s linear;
    align-items: top;

}

.box:hover .content {
    opacity: 1;
}

.box:hover .imgbox-icon {
    color: #000;
    background-color: #fff;
    transition: all 0.1s linear;
}

.box .content li {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 0.8em;
}

.box .content li span {
    color: #f9e7a1;
    font-weight: 600;
}

.matters-today {
    background: url(../img/home/hexa.png) top right no-repeat, radial-gradient(circle, #071b3f, #061939, #051734, #05152e, #051229);
    background-size: 50%, cover;
    padding-bottom: 3%;
}

.matters-today h2 {
    color: #fff;
    padding: 8% 0 0 10%;

}

.matters-today h2 span {
    font-weight: 400;
}

.matters-bg {
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    padding-left: 0;

}

.matters-bg-sha {
    box-shadow: 0 0 50px #de4d399c;
    border-radius: 30px;
}

.matters-today-box {
    margin-bottom: 14%;
}

.matters-today-box2 {

    width: 100%;
    background-image: linear-gradient(to right bottom, #e95646, #e45240, #df4d3a, #da4933, #d5452d);
    height: 500px;
    border-radius: 30px;
    position: relative;


}

.matters-today .col-lg-7 {
    padding: 0;
}

.matters-today-box-3 {
    background-color: #fff;
    width: 100%;
    height: 500px;
    border-radius: 0 30px 30px 0;
}

.matters-today-box2::after {
    content: '';
    display: block;
    width: 640px;
    background: url(../img/home/matters-today.png?v=2)bottom right no-repeat;
    height: 460px;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 0;
}


.matters-today-box h5 {
    font-size: 0.9em;
    color: #0a0a0a;
    line-height: 21px;
    font-weight: 500;


}

.matters-today-box span {
    color: #ea3d29;
    font-weight: 700;
}

.matters-today-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 70px;
    margin-bottom: 5%;
    box-shadow: 2px 2px 0 #0000007d;
    background-color: #00000024;
}

.matters-today-icon img {
    width: 50%;
}


.why-choose {
    background: url(../img/home/hexa-l.png) bottom left no-repeat, radial-gradient(circle, #071b3f, #061939, #051734, #05152e, #051229);
    background-size: auto, auto;
    background-size: 50%, cover;
    padding-top: 0;


}

.why-choose h2 {
    margin-bottom: 5%;
    color: #fff;


}

.why-choose .col-lg-3,
.why-choose .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.why-choose-box {

    padding: 20px;
    margin-bottom: 10%;
    height: 270px;
    box-shadow: 2px 2px 10px #ea3d29;
    background-color: #fff;
    border-radius: 30px;
}

.why-choose-box p {
    font-size: 0.95em;
}

.why-choose-box-bottom img {
    border-radius: 30px;
}

.why-choose-box h5 {
    font-weight: 700;
    margin-bottom: 9%;
    color: #ea3d29;
    font-size: 1.1em;
}

.why-choose-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 12%;
    background-color: #f1776959;
    border-radius: 50px 50px 0px 50px;
}

.why-choose-icon img {
    width: 65%;
}

.why-choose-box:hover {
    background: #ef3950 url(../img/home/why-choose-bg.jpg)bottom center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.why-choose-box-active {
    background: #ef3950 url(../img/home/why-choose-bg.jpg)bottom center no-repeat;
    background-size: cover;
}

.why-choose-box-active p,
.why-choose-box-active h5 {
    color: #fff;
}

.why-choose-box:hover p,
.why-choose-box:hover h5 {
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.why-choose-box-active .why-choose-icon {
    background-color: #fff;
}

.why-choose-box:hover .why-choose-icon {
    background-color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.box2 {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 20px 0px 20px 20px;
    transition: 0.8s;
    background: url(../img/home/sets-us-apart-box-bg.jpg?v=2.0) center center no-repeat;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 5%;
    box-shadow: 0 0 10px #0000005e;
    background-size: cover;

}

.box2 button {
    width: 45px;
    height: 45px;
    border-radius: 50px 0px 0px 50px;
    background-color: #000;
    border: none;
    line-height: 45px;
    float: right;
    color: #ee6352;
}

.box2 button i {
    font-size: 15px;
}

.box2 .content p {
    font-size: 0.9em;
}

.box2 .content hr {
    margin-top: 10%;
}

.box2:hover {
    transform: translateY(-30px);
    height: 100%;
    color: #fff;
    height: 350px;
    color: #080808;
    background-image: linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    background-size: cover;
    margin-bottom: 15px;
    top: 8%
}


.box2 .content {
    position: absolute;
    top: 27%;
    left: 0;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    width: 100%;
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    word-wrap: break-word;
    padding: 0 20px;
}

.box2 .content hr {
    background-color: #6a6a6a;
}

.box2:hover button {
    display: none;
}

.box2 .imgbox h3 {
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;

    font-size: 1.2em;
    margin-right: 5%;

}

.box2 .imgbox-icon {
    width: 25px;
    height: 25px;
    color: #030303;
    background-color: #fafafa;
    margin-right: 2%;
    box-sizing: 100px;
    text-align: center;
    font-weight: 800;
    line-height: 25px;
    border-radius: 100px;
    transition: all 0.1s linear;
    position: relative;
    z-index: 1;
    flex: 0 0 25px;
    font-size: 15px;
    margin-bottom: 5%;
}

.box2 .imgbox-icon img {
    width: 46%;
}

.box2 .imgbox {

    align-items: top;
    position: relative;
}

.box2:hover h3 {
    color: #f4705f;
    transition: all 0.1s linear;
    align-items: top;

}

.box2:hover p {
    color: #fff;
    transition: all 0.1s linear;
    align-items: top;

}

.box2:hover .content {
    opacity: 1;
}

.box2:hover .imgbox-icon {
    color: #000;
    background-color: #fff;
    transition: all 0.1s linear;
}


.sets-us-apart h2 {
    text-align: center;

}

.sets-us-apart-bt h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1%;
    color: #000;
}

.sets-us-apart-bt {
    background: #f1f3f6;
    padding: 20px 30px;
    border-radius: 30px;
}

.partnering-finjuris {
    background: url(../img/home/j-lady.png?v=2.0)105% 30% no-repeat, linear-gradient(to bottom, #f2e5dd, #f2e5dd, #f2e5dd, #f2e5dd, #f2e5dd);
    background-size: 30%, 100%;
    border-radius: 50px;
}

.partnering-finjuris h2 {
    margin-bottom: 5%;
    line-height: 45px;
}

.partnering-finjuris h2 span {
    font-weight: 400;
}

.partnering-finjuris-box-f {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left, #f2e5dd, #f7eae9, #f9f1f3, #fbf8fb, #ffffff);
    padding: 20px;
    border-radius: 100px;
    margin-bottom: 4%;
    position: relative;
    box-shadow: 30px 0px 20px #0000001a;
    outline: 5px solid #fff;
}

.partnering-finjuris-box-f:hover {
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;


}


.partnering-finjuris-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #e85b53;
    text-align: center;
    line-height: 50px;
    flex: 0 0 50px;
    margin-right: 2%;
    color: #fff;
    box-shadow: 2px 2px 0 #000;
}

.partnering-finjuris-icon img {
    width: 30%;
}

.partnering-finjuris-text h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1%;
}

.partnering-finjuris-text p {
    margin-bottom: 0;
}

.grow-wrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 30px;
    margin-top: 5%;
    box-shadow: 5px 10px 20px #00000014;

}

.grow {
    background: linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 200px;
    position: relative;
    z-index: 1;
}

.grow:hover {
    transform: scale(1.02);
    transition: all 0.1s ease-in-out 0s;
    cursor: pointer;
    background: url(../img/home/grow-bg.png)top center no-repeat;

}

.grow::after {
    content: "";
    display: block;
    width: 4%;
    height: 200px;
    background: linear-gradient(to bottom, #091b39, #474b66, #828296, #bfbfc957, #ffffff2b);
    position: absolute;
    top: 12px !important;
    z-index: -5 !important;
    border-radius: 0 50px 0 0;
    right: -7px;
    transform: rotate(-3deg);
}

.grow h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #e85b53;
}

.grow p {
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

.grow-wrap-head {
    display: flex;

}

.grow-wrap-head h2 span {
    font-weight: 400;
}

.grow-icon img {
    width: 20%;
    margin-bottom: 5%;
}

.grow-wrap-head h2 {
    width: 60%;
    margin-bottom: 3%;
    line-height: 37px;
}

.lets-connect {
    background: linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    position: relative;
    padding-top: 7%;
    padding-bottom: 7%;

}

.lets-connect h2,
.lets-connect h5,
.lets-connect img {
    position: relative;
    z-index: 2;
}

.lets-connect img {
    width: 100%;
}

.lets-connect h2 {
    color: #000;
    margin-bottom: 3%;
    font-size: 1.2em;
    margin-top: 5%;
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 3px 3px 0 #000;


}

.lets-connect h5 {
    color: #fff;
    line-height: 30px;
    font-size: 2.2em;
    line-height: 45px;
    margin-bottom: 10%;
    font-weight: 300;
}

.lets-connect-circle::after {
    content: '';
    display: block;
    background-color: #e85b53;
    width: 80%;
    height: 430px;
    border-radius: 0 0 0 420px;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    z-index: 1;
}

.lets-connect-text-1 {
    background-color: #ffffffd1;
    padding: 50px 30px;
    border-radius: 20px 20px 20px 60px;
    margin: 0 8%;


}

.lets-connect-text-1 b {
    color: #da5149
}

.lets-connect-text-1 p,
.lets-connect-text-2 p {
    margin-bottom: 0;
    line-height: 25px;
}

.lets-connect-text-2 {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px 20px 20px 60px;
    margin: 2% 8% 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 50px #00000069;
    position: relative;
    z-index: 2;
    top: 16px;
}

.lets-connect-text-2-icon {
    background-color: #37b680;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -10px;
    color: #fff;
    transform: rotate(00deg) scaleX(-1);
    font-size: 1.6em;
}

/*end home page*/



/*aml compliance page*/
.aml-compliance-banner {
    padding-top: 3%;
    padding-bottom: 5%;
    background: url(../img/aml/aml-banner.png) 70% 100% no-repeat, url(../img/aml/alm-banner-bg.jpg)top left no-repeat, url(../img/home/home-banner.jpg)top left no-repeat;
    background-size: 28%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.aml-compliance-banner .container-fluid {
    width: 80%;
}

.aml-compliance-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;


}


.aml-compliance-banner h1 b {
    font-size: 0.3em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    word-break: break-all;
    width: 41%;
    display: inline-block;
}

.aml-compliance-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 44px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.aml-compliance-banner h2 span {
    background-color: #ec503e;
}

.aml-compliance-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;
}


.aml-compliance-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.all-contact-us button {
    animation: none;
    opacity: 1;
}

.aml-compliance-banner .all-contact-us button {
    margin-top: 2%;
}



.aml-intro h2 {
    margin-bottom: 3%;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 800;
}

.aml-intro p {
    text-align: justify;
}

.intro-more {
    margin-top: 12%;
}


.intro-more a {
    background-color: #ea3d29;
    width: auto;
    display: block;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 230px;
    border-radius: 50px;
}

.aml-compliance-n {
    background: url(../img/home/hexa.png)top right no-repeat, url(../img/home/hexa-l.png)bottom left no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    background-size: 80%;
    position: relative;
}

.aml-compliance-n h2 {
    color: #fff;
    line-height: 40px;
    margin-bottom: 7%;
}

.aml-compliance-n-flex span {
    color: #A9B0B8;
    font-size: 1.4em;
    margin-right: 2%;
    font-weight: 700;
    font-family: home-font;
}

.aml-compliance-n-flex {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid#27354D;
    padding: 20px 0;
}

.aml-compliance-n-text {
    padding-right: 8%;
}

.aml-compliance-n-text h3 {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 600;
    margin-top: 1%;
}

.aml-compliance-n-text p {
    font-size: 0.9em;
    color: #A9B0B8;
}

.aml-compliance-n-icon {

    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    flex: 0 0 50px;
    color: #fff;
    border: 2px solid #A9B0B8;

}

.aml-compliance-n-icon img {
    width: 55%;
}

.aml-compliance-n-flex-h {
    height: 100%;
    overflow: scroll;

}

.aml-compliance-n .why-choose-box {
    height: 300px;
}

.aml-compliance-n .why-choose-icon {
    margin-bottom: 6%;
}

.aml-compliance-n .why-choose-box h5 {

    margin-bottom: 4%;

}

.why-choose-icon {
    font-weight: 800;
    font-family: home-font;
    font-size: 2.5em;
    color: #27354D;
}

.why-choose-finjuris-g {
    display: flex;
}

.why-choose-finjuris-box {
    padding: 7%;
    height: 400px;
    margin-bottom: 9%;
    border-radius: 30px;
    position: relative;
    transition: all 0.1s ease-in-out 0s;


}

.why-choose-finjuris-box h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    line-height: 32px;

    position: absolute;
    bottom: 25%;
    transition: all 0.1s ease-in-out 0s;

}

.why-choose-finjuris-box button {
    position: absolute;
    bottom: 9%;
    border: none;
    background-color: #ea3d29;
    padding: 0 5px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 60px;
    height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    left: 7%;
    font-size: 1.2em;
}

.why-choose-finjuris-box i {
    margin-left: 5%;
}

.why-choose-finjuris-box:hover {
    height: 470px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.why-choose-finjuris-box:hover h3 {
    top: 19%;
    transition: all 0.1s ease-in-out 0s;
}

.why-choose-finjuris-box:hover button {
    display: none;
}

.why-choose-finjuris-box:hover p {
    opacity: 1;
    position: absolute;
    bottom: 3%;
    transition: all 0.1s ease-in-out 0s;
}

.why-choose-finjuris-box span {
    background-color: #ffffff3b;
    font-weight: 900;
    font-size: 2em;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.why-choose-finjuris-box p {
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    margin: 0 30px 0 0;
}

.why-choose-finjuris-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 80px solid white;
    border-left: 80px solid #000;
    width: 0;
}

.why-choose-finjuris-g .col-lg-4:nth-child(1) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(1) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(1) .why-choose-finjuris-box {
    background: url(../img/aml/expertise.jpg)top center no-repeat;
}


.why-choose-finjuris-g .col-lg-4:nth-child(2) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(2) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(2) .why-choose-finjuris-box {
    background: url(../img/aml/advisory-team.jpg)center left no-repeat;
}


.why-choose-finjuris-g .col-lg-4:nth-child(3) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(3) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(3) .why-choose-finjuris-box {
    background: url(../img/aml/sectors.jpg)top center no-repeat;
}



.why-choose-finjuris-g .col-lg-4:nth-child(4) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(4) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(4) .why-choose-finjuris-box {
    background: url(../img/aml/global.jpg)top center no-repeat;
}



.why-choose-finjuris-g .col-lg-4:nth-child(5) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(5) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(5) .why-choose-finjuris-box {
    background: url(../img/aml/solutions.jpg)top center no-repeat;
}



.why-choose-finjuris-g .col-lg-4:nth-child(6) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-sm-4:nth-child(6) .why-choose-finjuris-box,
.why-choose-finjuris-g .col-12:nth-child(6) .why-choose-finjuris-box {
    background: url(../img/aml/techno.jpg)top center no-repeat;
}

.why-choose-finjuris-g .col-lg-4:nth-child(6) .why-choose-finjuris-box p,
.why-choose-finjuris-g .col-sm-4:nth-child(6) .why-choose-finjuris-box p,
.why-choose-finjuris-g .col-12:nth-child(6) .why-choose-finjuris-box p {
    bottom: 20%;
}

.why-choose-finjuris-g .col-lg-4:nth-child(5) .why-choose-finjuris-box p,
.why-choose-finjuris-g .col-sm-4:nth-child(5) .why-choose-finjuris-box p,
.why-choose-finjuris-g .col-12:nth-child(5) .why-choose-finjuris-box p {
    bottom: 10%;
}

.what-sets {
    background: url(../img/home/core-services-bg.jpg)top center no-repeat;
    background-size: cover;
}

.what-sets-box {
    position: relative;
    padding: 35px 20px 35px 55px;
    display: flex;
    margin-bottom: 2%;
    background-color: #ffffff;
    background-size: cover;
    box-shadow: 2px 2px 10px #00000038;
    border-bottom: 2px solid #ea3d29;

}

.what-sets-box-icon {
    width: 80px;
    height: 80px;
    background-color: #ea3d29;
    text-align: center;
    line-height: 55px;
    flex: 0 0 60px;
    margin-right: 2%;
    border-radius: 50px;
    position: absolute;
    left: -25px;
    border: 10px solid #fff;
}

.what-sets-box-text h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 1%;
    color: #000;
}

.what-sets-box-text p {
    font-size: 0.9em;
    line-height: 22px;
    margin-bottom: 0;
    color: #000;
}

.what-sets-box-icon img {
    width: 60%;
}

.what-sets-box-img {
    height: 200px;
    border: 10px solid #fff;
    margin-bottom: 5%;
    box-shadow: 2px 2px 10px #00000038;

}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}


.faq {
    background: url(../img/home/hexa.png)top right no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    background-size: 80%;
    color: #fff;
}

.faq h2 {
    color: #fff;
    margin-bottom: 3%;
}

.faq h5 {
    color: #A9B0B8;
    margin-bottom: 7%;
    line-height: 30px;
}


.faq-bt {
    background-color: #ee4941;
    padding: 30px;
    color: #fff;
    position: relative;
    padding-top: 3%;

}

.faq-bt span {
    font-weight: 800;
}

.faq-bt::before {
    content: '';
    display: block;
    width: 100px;
    height: 50px;
    background-color: rgb(9, 27, 57);
    position: absolute;
    left: 48%;
    top: -20px;
    border-radius: 0 0 50px 50px;
}

.ready-future {
    background: url(../img/aml/ready-future.jpg)top right no-repeat;
    background-size: 43%;
    padding-bottom: 0;



}

.ready-future h2 {
    color: #000;
    margin-bottom: 4%;
}

.ready-future {
    font-size: 0.9em;

}

.ready-future p {
    margin-bottom: 3%;

    color: #252729;

}

.ready-future-bg {
    background-color: #fff;
    margin-top: 5%;
    padding: 30px 30px 30px 70px;
}

.ready-future-bg h5 {
    font-weight: 700;
    line-height: 28px;
}

.ready-future-bg h5 span {
    font-weight: 400;
}

.audit {
    background: url(../img/aml/audit.jpg)center center no-repeat;
    padding: 20px;
    height: 256px;
    font-weight: 700;
    margin-top: 5%;
}

.audit p {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
}

.aml-email {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 6%;
}

.aml-email-icon {
    width: 50px;
    height: 50px;
    background-color: #ee4941;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff;
    font-size: 1.5em;
    box-shadow: 2px 2px 0 #000;
    flex: 0 0 50px;
    margin-top: 1%;
}

.aml-email-text p {
    font-weight: 500;
    font-size: 1.1em;
}

.aml-email-text h3 {
    font-weight: 800;
}

.ready-future-bg a {
    background-color: #162961;
    color: #fff;
    padding: 8px 10px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 5%;
    display: block;
    width: 220px;
    text-align: center;
}

.ready-future-bg a:hover {
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.ready-future-bg a i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
}

.compliance-meets {
    background: url(../img/home/hexa.png)top right no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    padding: 0;
    margin-top: 7%;

}

.compliance-meets h3 {
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    font-size: 2em;
    padding-top: 7%;

}

.compliance-meets h3 span {
    color: #ee4941;
}

.accordion-title:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    float: right;
}

.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
}

.faq .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border-bottom: 1px solid rgba(163, 170, 179, 0.42);
    border-radius: 0;

    padding: 15px 0;
}

.faq .card a {
    color: #A9B0B8;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card-body {
    color: #A9B0B8;
}

/*aml compliance end*/
/*eocn compliance end*/
.eocn-compliance-banner {
    padding-top: 3%;
    padding-bottom: 5%;
    background: url(../img/eocn/eocn-banner.jpg)0 center no-repeat;
    background-size: 100%;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.eocn-compliance-banner .container-fluid {
    width: 80%;
}

.eocn-compliance-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.eocn-compliance-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.eocn-compliance-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 44px;
    margin-top: 2.5%;
    margin-bottom: 2%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}



.eocn-compliance-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 0%;
    letter-spacing: 0.5px;
    margin-right: 10%;

}

.eocn-compliance-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.all-contact-us button {
    animation: none;
    opacity: 1;
}

.eocn-compliance-banner .all-contact-us button {
    margin-top: 0%;
}

.eocn-bg {
    background: #121212 url(../img/eocn/about-bg.jpg)bottom right no-repeat;
    background-size: 50%;
    position: relative;
    z-index: 1;
}

.eocn-bg::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgb(78, 78, 78), rgb(0, 0, 0), transparent);
    transform: translate(-50%, -50%) rotate(0deg);
    filter: blur(50px);
    opacity: 0.6;
    animation: rotateGlow 5s linear infinite;
    z-index: -1;
}

.eocn-bg p {
    color: #A9B0B8;
    letter-spacing: 0.5px;
    font-size: 0.95em;
    line-height: 28px;
}

.what-is-eocn {
    background: url(../img/eocn/what-is-eocn.png)12% bottom no-repeat, url(../img/eocn/what-is-eocn-bg.jpg)center left no-repeat, linear-gradient(to right bottom, #fff2f7, #fbeff6, #f6ecf6, #f0e9f6, #eae7f5);
    background-size: 40%, 100%;
    position: relative;
    z-index: -1;
}

.what-is-eocn::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 70%;
    width: 60%;
    height: 90%;
    background: radial-gradient(circle, rgba(213, 231, 244, 0.746), rgba(88, 159, 195, 0.213), transparent);
    transform: translate(-50%, -50%) rotate(0deg);
    filter: blur(50px);
    opacity: 0.6;
    animation: rotateGlow 5s linear infinite;
    z-index: -1;
}

.what-is-eocn h2 {
    margin-top: 5%;
    margin-bottom: 5%;

}

.what-is-eocn p {
    line-height: 25px;
}

.eocn-our-services h2 {
    text-align: center;
    margin-bottom: 1%;
}

.eocn-our-services .why-choose-box {
    height: 332px;
    box-shadow: 2px 2px 20px #0000001b;
    background-color: #27354d;
}

.eocn-our-services .why-choose-box:hover {
    background: #ef3950 url(../img/home/why-choose-bg.jpg)bottom center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.eocn-our-services .why-choose-box p {
    font-size: 0.9em;
    color: #fff;
}

.eocn-our-services .why-choose-icon {
    font-weight: 700;
    font-family: home-font;
    font-size: 2em;
    color: #27354D;
}

.eocn-our-services .why-choose-box-active {
    background: #ef3950 url(../img/home/why-choose-bg.jpg)bottom center no-repeat;
    background-size: cover;
}


.eocn-our-services .why-choose-box-active .why-choose-icon {
    background-color: #fff;
}

.eocn-our-services .why-choose-box-active h5 {
    color: #fff !important;
}

.eocn-our-services .why-choose-box h5 {
    font-weight: 700;
    margin-bottom: 4%;
    color: #ea3d29;
    font-size: 1.1em;
}

.eocn-our-services .why-choose-box:hover h5 {
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.eocn-our-services .why-choose-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 12%;
    background-color: #fff;
    border-radius: 50px 50px 0px 50px;
}

.why-does {
    background: url(../img/eocn/hand-on-support.png)top right no-repeat, url(../img/home/hexa.png)top right no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    color: #A9B0B8;
    border-radius: 40px 40px 0 0;
}

.why-does h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 1%;
}

.why-does-box {
    display: flex;
    padding: 20px;
    background-color: #8a939d38;
    flex-wrap: nowrap;
    height: 180px;
    margin-bottom: 5%;
}

.why-does-box-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
    color: #000;
    font-size: 1.2em;
    box-shadow: 0 0 20px #ffffff9c;
}

.why-does-box-text h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;

}

.why-does-box-text p {

    font-size: 0.9em;
}

.take-the-smarter {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 30px 30px 180px;
    color: #000;
    margin-top: 5%;
    position: relative;
    box-shadow: 5px 5px 0 #ea3d29;
    margin-top: 5%;
}

.take-the-smarter h2 {
    color: #000;
    text-align: left;
    font-size: 1.8em;
}

.take-the-smarter h2::after {
    content: '';
    width: 180px;
    height: 111%;
    background: url(../img/eocn/bulb.png)top right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
}

.eocn-matter {
    background: url(../img/eocn/burjkhalifa.png)center right no-repeat, url(../img/eocn/core-services-bg.jpg)top left no-repeat;
    background-size: 40%, cover;
}

.eocn-matter h2 {
    margin-bottom: 1.5%;
}

.eocn-matter-box {
    display: flex;
    background-image: linear-gradient(to left, #fff0, #ffffff38, #fff, #fff, #fff);
    padding: 25px;
    margin-bottom: 2%;
}

.eocn-matter-box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ea3d29;
    border-radius: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
    color: #000;
    font-size: 1.2em;
    box-shadow: 0 0 20px #ffffff9c;
    box-shadow: 2px 2px 0 #020202;
}

.eocn-matter-box-text h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.8%;
}

.eocn-matter-box-text p,
.eocn-choose-fijuris p {
    letter-spacing: 0.5px;
    font-size: 0.95em;
    margin-bottom: 0;

}

.eocn-choose-fijuris-box {
    text-align: center;
    background-image: linear-gradient(to bottom, #e1e9f9, #eaeefa, #f2f3fc, #f9f9fd, #ffffff);
    box-shadow: 3px 3px 20px #00000023;
    padding: 30px;
    position: relative;
    height: 300px;
    margin-bottom: 15%;
    border-radius: 30px;
}

.eocn-choose-fijuris-box:hover {
    box-shadow: none;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    transform: scale(1.03);
}

.eocn-choose-fijuris-box h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 3.5%;
}

.eocn-choose-fijuris-icon {
    background-color: #091b39;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: -50px auto 20px;
    text-align: center;
    line-height: 66px;

}

.eocn-choose-fijuris-icon i {
    color: #fff;
    font-size: 25px;
}

.eocn-faq {
    background: url(../img/home/j-lady.png?v=2.0)105% 30% no-repeat, linear-gradient(to bottom, #f2e5dd, #f2e5dd, #f2e5dd, #f2e5dd, #f2e5dd);
    background-size: 22%, 100%;
    color: #090909;
}

.eocn-faq h2 {
    color: #101010;
    margin-bottom: 3%;
}

.eocn-faq .card-body {
    color: #000000;
}



.eocn-faq .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border-bottom: 1px solid rgba(163, 170, 179, 0.42);
    border-radius: 0;

}

.eocn-faq .card-header {
    padding: 1.50rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.eocn-faq .card a {
    color: #040404;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card-body {
    color: #A9B0B8;
}

.eocn-request {
    background: #ffffff url(../img/eocn/request.jpg)top right no-repeat;
    background-size: 60%;
    height: 500px;
    border-top: 3px solid #000;
}

.eocn-request-box {
    background: linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    padding: 30px;
    margin-top: 2%;
    border-radius: 20px 20px 20px 60px;
    box-shadow: 3px 3px 0 #fff;
    position: relative;

}

.eocn-request-box h5 {
    font-weight: 500;
    line-height: 33px;
    color: #fff;
}

.eocn-request-box h5 span {
    color: #ea3d29;
    font-weight: 700;
}

.eocn-request-box h3 {
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 0;
}

.lets-connect-text-2-icon {
    background-color: #37b680;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 101px;
    left: 0;
    color: #fff;
    transform: rotate(150deg) scaleX(-1);
    font-size: 1.6em;
}

.all-banner-list ul {
    list-style: none;
    margin: 135px 0 0 0;
    padding: 0;
}

.all-banner-list li a {
    display: inline-flex;
    color: #000;
    font-weight: 600;
    font-size: 1em;
    align-items: center;
    background: linear-gradient(to right, #ffffff, #f3f5ff, #e1edff, #cae7fe, #aee1f9);
    padding: 1.8%;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 #00000038;
}

.all-banner-list li a p {
    margin: 0;


}

.all-banner-list li a:hover {
    background: linear-gradient(to right, #ffffff, #fffbfb, #ffffff, #ffffff, #ffffff);
    box-shadow: inset -3px -3px 0 #00000038;
    transition: all 0.3s linear;
    text-decoration: none;
}


.all-banner-list-icon {
    width: 40px;
    height: 40px;
    background-color: #ea3d29;
    border-radius: 10px;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
}

.all-banner-list-icon img {
    width: 70%;
}


/*eocn compliance end*/


/*go aml page start*/

.goaml-compliance-banner {
    padding-top: 3%;
    padding-bottom: 5%;
    background: url(../img/go-aml/go-aml-logo.png)80% 30% no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 45%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.goaml-compliance-banner .container-fluid {
    width: 80%;
}

.goaml-compliance-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.goaml-compliance-banner h1 span {
    text-transform: lowercase;
}

.goaml-compliance-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.goaml-compliance-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.goaml-compliance-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;

}

.goaml-compliance-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.goaml-compliance-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 0%;
}

.goaml-compliance-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.go-aml1 {
    background: url(../img/go-aml/go-aml1.png)top right no-repeat;
    background-size: 60%;
    position: relative;
}

.go-aml1 span {
    color: #ea3d29;
}

.our-services {
    background: url(../img/home/hexa.png)top right no-repeat, url(../img/home/hexa-l.png)bottom left no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    background-size: 50%, 50%;
}

.our-services h2,
.our-services p {
    color: #fff;

}

.our-services-box {
    display: flex;
    background-image: linear-gradient(to right, #252a32, #212835, #1c2638, #18243b, #14223e);
    padding: 20px 30px;
    margin-bottom: 1%;
    align-items: start;
    border-bottom: 1px solid #cccccc30;

}

.our-services-box:hover {
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1.01);
    cursor: pointer;
}

.our-services-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    background-color: #ffffff36;
    flex: 0 0 55px;
    margin-right: 18px;
    text-align: center;
    box-shadow: 1px 1px 0 #ffffffa1;
    margin-bottom: 3%;
}

.our-services-icon img {
    width: 55%;
}

.our-services-box h3 {
    width: 60%;
    margin-right: 4%;
    font-size: 1.1em;
    font-weight: 500;
    color: #f1f1f1;
    letter-spacing: 0.7px;
}

.our-services-box p {
    letter-spacing: 0.5px;
    color: #A9B0B8;
    font-size: 0.95em;
}

.goaml-matter {
    background: #f8f9fa url(../img/go-aml/hero1-bg.png)top center no-repeat;
    background-size: cover;
}

.goaml-matter-box {
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 0 20px #00000007;
    background-color: #fff;
    margin-bottom: 7%;
    height: 280px;
    transition: all 0.3s ease-in-out 0s;
}

.goaml-matter-box:hover {
    background-image: linear-gradient(to top, #fbeff0, #fbf3f6, #fcf7fa, #fdfbfd, #ffffff);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    box-shadow: none;
    margin-top: -1.5%;
}

.goaml-matter-box p,
.goaml-why-choose-box p {
    font-size: 0.9em;
}

.goaml-matter-box h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 7%;
}

.goaml-matter-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    background-color: #091b38;
    color: #f55745;
    text-align: center;
    font-size: 1.8em;
    box-shadow: 1px 1px 0 #ea3d29
}

.goaml-why-choose-box {
    margin-bottom: 3%;
    border-bottom: 1px dashed #636363;
}

.goaml-why-choose-box h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #ea3d29;
    margin-bottom: 0.5%;
}

.goaml-what-sets-us {
    background: url(../img/go-aml/goaml-what-sets-us.jpg)top right no-repeat;
    color: #e0dfdf;
    background-size: cover;
}

.goaml-what-sets-us-flex {
    display: flex;
    flex-wrap: wrap;
    text-align: justify;

}

.goaml-what-sets-us h2 {
    color: #fff;
    margin-bottom: 1%;
    width: 120%;
    margin-right: 5%;
}

.goaml-what-sets-us b {
    color: #ea3d29;
    font-size: 1.2em;
}

.goaml-what-sets-us-box {
    display: flex;
    margin-bottom: 5%;

}

.goaml-what-sets-us-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff34;
    border-radius: 5px;
    margin-right: 10px;

}

.goaml-what-sets-us-icon img {
    width: 40%;
}

.goaml-what-sets-us-text h3 {
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 2%;
}

.goaml-what-sets-us-text p {
    font-size: 0.9em;
    color: #A9B0B8;
    letter-spacing: 0.7px;
    font-weight: 500;
    line-height: 23px;
}

.goaml-faq-bt {

    background: #ee4941 url(../img/home/hexa.png)top right no-repeat;
    background-size: 60%;
    padding: 30px;
    color: #fff;

}

.goaml-faq-bt-flex {
    display: flex;

}

.goaml-faq-bt button {
    border: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-weight: 800;
    width: 388px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    height: 49px;
    margin-top: 2%;
}

.goaml-faq-bt button:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s linear 0s;
    margin-top: 2.2%;
    box-shadow: none;
}

.goaml-ensuring {
    background-color: #ffff;
    padding: 30px;
    margin-top: 5%;
    position: relative;
    border-radius: 0 250px 0 50px;
    box-shadow: 5px 5px 20px #f2dcce
}

.goaml-ensuring h5 {

    line-height: 35px;
    padding-right: 20%;

}

.goaml-ensuring img {
    position: absolute;
    top: 0;
    right: 0;
}

.goaml-ensuring span {
    font-weight: 700;
}

.goaml-ensuring b {
    color: #000;
    font-size: 1.2em;
    display: block;
    background-image: linear-gradient(to right, #ee4941, #ff7594, #f9a8d3, #f1d7f6, #ffffff);
    padding-left: 10px;
    margin-top: 3%;
}

/*go aml page end*/


/*STR Compliance start*/

.str-compliance-banner {
    padding-top: 3%;
    padding-bottom: 5%;
    background: url(../img/str/str-compliance.png)60% bottom no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 38%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.str-compliance-banner .container-fluid {
    width: 80%;
}

.str-compliance-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.str-compliance-banner h1 span {
    text-transform: lowercase;
}

.str-compliance-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.str-compliance-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.str-compliance-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 20%;

}

.str-compliance-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.str-compliance-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 1%;
}

.str-compliance-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.str-intro {

    background: url(../img/home/bottom-bg.png)50% -10px no-repeat, radial-gradient(circle, #333333, #282828, #1d1d1d, #121212, #000000);
    background-size: 65%, 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    background-color: #1d1d1d;

}

.str-intro h3 {
    font-size: 1.1em;
    color: #ccc;
    line-height: 33px;
}

.str-intro h3 b {
    color: #ea3d29;
}

.what-is-str h2 {
    margin-bottom: 3%;
    margin-left: 4%;
}

.what-is-str p {
    font-size: 0.95em;
    margin-left: 4%;
}


.str-why-does {
    background: url(../img/home/hexa.png)top right no-repeat, url(../img/home/hexa-l.png)bottom left no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    background-size: 50%, 50%;
    position: relative;
    color: #A9B0B8;

}

.str-why-does h2 {
    color: #fff;
    margin-bottom: 5%;
    margin-top: 2%;
}

.str-why-does h5 b,
.str-why-matter b {
    color: #ea3d29;
    font-weight: 600;
}

.str-why-does h5 {
    font-size: 1.1em;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10%;
}

.str-why-does-flex {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid#27354D;
    padding: 20px 0;
}

.str-why-does-flex span {
    color: #A9B0B8;
    font-size: 1.4em;
    margin-right: 2%;
    font-weight: 700;
    font-family: home-font;
}

.str-why-does-text h3 {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 600;
    margin-top: 1%;
}

.str-why-does-text p {
    font-size: 0.9em;
}

.str-why-does-flex img {
    width: 55%;
}

.str-why-does-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    flex: 0 0 50px;
    color: #fff;
    border: 2px solid #A9B0B8;
}

.str-why-matter {
    background: url(../img/go-aml/hero1-bg.png)top center no-repeat;
    background-size: cover;
}

.str-why-matter .col-lg-4,
.str-why-matter .col-sm-6,
.str-why-matter .col-12 {
    border: 1px solid #ccc;
}

.str-why-matter .col-lg-4:hover,
.str-why-matter .col-sm-6:hover,
.str-why-matter .col-12:hover {
    border: 1px solid #ccc;
    background-color: #c9d7db7a;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}



.str-why-matter-box {
    background-color: dbdbdb54;
    padding: 20px 10px;
    height: 320px;
    padding-top: 5%;
}

.str-why-matter-box h3 {
    font-size: 1.2em;
    color: #000000;
    font-weight: 600;
    margin-top: 1%;
}

.str-why-matter-box p {
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

.str-why-matter-icon {
    background-color: #ea3d29;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10%;
    box-shadow: 2px 2px 0px 1px #000;
    color: #fff;
    font-size: 1.8em;
}

.choose-finjuris-str {
    background-image: linear-gradient(to top, #f9f7ec, #f3f9f2, #f1faf8, #f4f9fa, #f8f9fa);
    padding-top: 0;

}

.choose-finjuris-str h2 {
    margin-bottom: 5%;
}

.choose-finjuris-str-box {
    display: flex;
    margin-bottom: 1%;
    background: linear-gradient(to left, #333333, #282828, #1d1d1d, #121212, #000000);
    padding: 20px;
    border-radius: 10px 50px 30px 20px;


}

.choose-finjuris-str-box:hover {
    margin-left: 0.5%;
    transition: all 0.3s linear 0s;
    cursor: pointer;
}


.choose-finjuris-str-box h3 {
    font-size: 1em;
    font-weight: 600;
    display: flex;
    margin-bottom: 0.5%;
    color: #e6c6b0;
}

.choose-finjuris-str-box h3::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/home/arrow-white.png     )top center no-repeat;
    background-size: 50%;
}

.choose-finjuris-str-text p {
    color: #A9B0B8;
    margin-bottom: 0;
    font-size: 0.95em;
}

/*STR Compliance end*/


/*aml policies start*/

.aml-policies-banner {
    padding-top: 3%;
    padding-bottom: 5%;
    background: url(../img/aml-policies/aml-policies-banner.png)65% bottom no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 33%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.aml-policies-banner .container-fluid {
    width: 80%;
}

.aml-policies-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.aml-policies-banner h1 span {
    text-transform: lowercase;
}

.aml-policies-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.aml-policies-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.aml-policies-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 20%;

}

.aml-policies-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.aml-policies-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 0%;
}

.aml-policies-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.aml-policies-intro {
    background: url(../img/aml-policies/intro.png)top left no-repeat, url(../img/aml-policies/intro-bg.jpg)top center no-repeat;
    background-size: 40%, cover;
}

.aml-policies-intro p {
    color: #A9B0B8;
}

.ap-flipbox-grid {
    display: contents;
    gap: 20px;
}

.ap-flipbox-container {
    perspective: 1000px;
    width: 271px;
    height: 250px;
    margin: 0.6%;


}

.ap-flipbox {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.ap-flipbox h5 {
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 24px;
}

.ap-flipbox-container:hover .ap-flipbox {
    transform: rotateY(180deg);
}

.ap-flipbox-front,
.ap-flipbox-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 20px;
    color: white;
}

.ap-flipbox-front {
    background-size: cover;
    background-position: center;
}

.ap-flipbox-back {
    background: url(../img/aml-policies/flip-over-bg.jpg)top center no-repeat;
    background-size: cover;
    transform: rotateY(180deg);
    font-size: 0.95em;
}


/* Background images for each front */
.ap-box1 .ap-flipbox-front {
    background: url(../img/aml-policies/flip-bg.jpg)top left no-repeat;
    background-size: cover;
}

.ap-box2 .ap-flipbox-front {
    background: url(../img/aml-policies/flip-bg.jpg)top left no-repeat;
    background-size: cover
}

.ap-box3 .ap-flipbox-front {
    background: url(../img/aml-policies/flip-bg3.jpg)top left no-repeat;
    background-size: cover;
}

.ap-box4 .ap-flipbox-front {
    background: url(../img/aml-policies/flip-over-bg.jpg)top left no-repeat;
    background-size: cover;
}

.ap-flipbox-front-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 32%;
    margin-top: 3%;
}

.ap-flipbox-front-icon img {
    width: 38%;
}

.eocn-matter-box-icon i {
    font-size: 1.2em;
    color: #fff;

}

.aml-policies-matter {
    background: url(../img/aml-policies/why-matter.png)center right no-repeat, url(../img/eocn/core-services-bg.jpg)top left no-repeat;
    background-size: 45%, cover;
}

.aml-policy-fg-policy {
    background: url(../img/eocn/what-is-eocn-bg.jpg)center left no-repeat, linear-gradient(to right bottom, #fff2f7, #fbeff6, #f6ecf6, #f0e9f6, #eae7f5);
    background-size: 100%;
    background-size: cover;
}

.aml-policy-fg-policy-box:hover {
    box-shadow: none;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.aml-policy-fg-policy-box {
    background-image: linear-gradient(to bottom, #ffffff, #fcfafd, #faf4fa, #faeef5, #fbe8ee);
    position: relative;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    margin-bottom: 20%;
    box-shadow: 0 0 20px #00000015;
}

.aml-policy-fg-policy-icon {
    background-color: #091b39;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: -50px auto 20px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 1.4em;
}

.aml-policy-fg-policy-box h3 {
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
    margin-top: 1%;
    text-align: center;
}

.aml-policy-fg-policy-box p {
    text-align: center;
}

.aml-policies-what-sets-box {
    margin-bottom: 5%;
    border-bottom: 1px solid #ccc;
}

.aml-policies-what-sets-box h3 {
    font-size: 1.2em;
    color: #ea3d29;
    font-weight: 600;
    margin-top: 1%;

}

.ap-w {
    width: 45%;
}

/*aml policies end*/


/*compliances start*/

.compliances-banner {
    padding-top: 4%;
    padding-bottom: 5%;
    background: url(../img/compliances/compliances-banner.png)55% bottom no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 45%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.compliances-banner .container-fluid {
    width: 80%;
}

.compliances-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.compliances-banner h1 span {
    text-transform: lowercase;
}

.compliances-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.compliances-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.compliances-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 20%;

}

.compliances-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.compliances-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 3%;
}

.compliances-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.compliances-intro {
    background: #fff url(../img/compliances/intro-bg.png)top left no-repeat;
    letter-spacing: 0.5px;
    font-size: 0.95em;
    line-height: 28px;
    background-size: cover;
    color: #A9B0B8;
}

.title-companies-our-services {

    margin-bottom: 2%;
}

.title-companies-our-services h2 {

    font-size: 2.8em;
}

.title-companies-our-services h5 {
    font-size: 1em;
    line-height: 22px;
}

.companies-our-services {
    background: linear-gradient(180deg, rgb(255, 244, 239) 0%, rgb(234, 246, 252) 100%)
}

.companies-our-services-text h3 {
    font-size: 1.1em;
    font-weight: 700;
}

.companies-our-services-flex {
    display: flex;
    background-image: linear-gradient(to right, #ec5341, #e14d3e, #d7483a, #cc4237, #c23d33);
    padding: 30px;
    box-shadow: 2px 2px 10px #0000000a;
    border-radius: 45px;
    margin-bottom: 10px;
    position: relative;
    height: 170px;
}

.companies-our-services-icon {
    width: 55px;
    height: 55px;
    background-color: #120535;
    text-align: center;
    line-height: 55px;
    border-radius: 0 19px 0 50px;
    flex: 0 0 50px;
    margin-right: 10px;
    position: absolute;
    right: -10px;
    top: 0px;
    color: #fff;
    font-size: 1.3em;
    box-shadow: -3px -3px 5px #fff;
}


.companies-our-services-text h3 {
    margin-right: 5%;
    color: #fff;
}

.companies-our-services-text p {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #ffeae7
}

.com-whymatter h5 {
    font-weight: 700;
    margin-bottom: 2%;
    padding: 0 10%;
    line-height: 25px;

}

.com-whymatter-box {
    display: flex;
    margin-bottom: 5%;
}

.com-whymatter-box-icon {
    width: 50px;
    height: 50px;
    background-color: #ea3d29;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
    color: #fff;
    font-size: 1.5em;
    box-shadow: 2px 2px 0 #000;
}

.com-whymatter-box-text h3 {
    font-size: 1.1em;
    font-weight: 700;
}

.com-whymatter-box-text p {
    font-size: 0.9em;
}

.com-whyshould h3 {
    color: #ea3d29;
}

.com-whyshould .str-why-does-flex span {
    color: #ea3d29;
}

.com-what-us .why-choose-box {
    height: 282px;
    box-shadow: 2px 2px 20px #0000001b;
    background-color: #27354d;
}

.eocn-faq span {
    background-color: #ea3d29;
    color: #fff;
}

/*compliances end*/


/*AML training start*/

.aml-training-banner {
    padding-top: 4%;
    padding-bottom: 5%;
    background: url(../img/aml-training/aml-training-home.png)63% bottom no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 35%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.aml-training-banner .container-fluid {
    width: 80%;
}

.aml-training-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.3em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.aml-training-banner h1 span {
    text-transform: lowercase;
}

.aml-training-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.aml-training-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}

.aml-training-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 20%;

}

.aml-training-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.aml-training-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 3%;
}

.aml-training-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.aml-training-intro {
    background: url(../img/aml-training/aml-training-intro.jpg)top left no-repeat, url(../img/aml-training/aml-training-intro-glow.png)top right no-repeat, #000;
    background-size: 40%;
}

.aml-training-intro p {
    color: #A9B0B8;
    line-height: 30px;
}

.aml-training-services-flex {
    display: flex;
    margin-bottom: 2%;
}

.aml-training-services-icon {
    width: 38px;
    height: 38px;
    background-color: #ea3d29;
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
    flex: 0 0 38px;
    margin-right: 10px;
}

.aml-training-services-icon1 {

    text-align: center;
    margin-right: 10px;
}

.aml-training-services-icon1 img {
    width: 90%;
}

.aml-training-services-icon img {
    width: 35%;
}

.aml-training-services-text h3 {
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.aml-training-services-text p {
    font-size: 0.9em;
}

.aml-training-services-text1 {
    margin-bottom: 3%;
}

.aml-training-services {
    background-image: linear-gradient(to top, #fbf8f2, #f4f8f2, #eef6f4, #ecf4f6, #eef1f6);
}

.aml-training-why-should {
    background: url(../img/aml-training/aml-training-why-should.png)center right no-repeat, url(../img/home/hexa.png)top right no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    color: #A9B0B8;
    background-size: 38%, cover;
    border-radius: 40px 40px 0 0;
}

.aml-training-why-should h2 {
    color: #fff;
    text-align: center;
}

.aml-training-what-sets {
    background: url(../img/aml-training/aml-training-home-what-sets.jpg)top center no-repeat;
    color: #fff;
    background-size: cover;
}


.aml-training-what-sets-box {
    display: flex;
    margin-bottom: 2%;
    border-bottom: 1px solid #ffffff41;
    padding: 20px;
}

.aml-training-what-sets-box span {
    font-family: home-font;
    font-size: 2em;
    margin-right: 10px;
    color: #A9B0B8;
    margin-top: -7px;
}

.aml-training-what-sets-box h3 {
    color: #ea3d29;
    font-size: 1.1em;
    font-weight: 600;
    width: 300px;
}

.aml-training-what-sets-box p {
    color: #A9B0B8;
    width: 760px;
    margin-left: 2%;
}

/*AML training end*/


/*global residency page start*/

.global-residency-banner {
    padding-top: 7%;
    padding-bottom: 5%;
    background: url(../img/global-residency/passport.png)bottom center no-repeat, url(../img/global-residency/global-residency-banner.png)90% 50% no-repeat, url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: 22%, 40%, cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.global-residency-banner .container-fluid {
    width: 80%;
}

.global-residency-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 3.5em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.global-residency-banner h1 span {
    text-transform: lowercase;
}

.goaml-compliance-banner h1 b {
    font-size: 0.27em;
    font-weight: 500;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 37%;
    display: inline-block;
    letter-spacing: 0.4px;
}

.global-residency-banner h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 32px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}



.global-residency-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;

}

.global-residency-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.global-residency-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 3%;
}

.global-residency-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.global-residency-intro {
    background: url(../img/global-residency/global-residency-intro.jpg)top left no-repeat;
    background-size: cover;
    padding-bottom: 15%;
}

.global-residency-intro p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1em;
    line-height: 30px;
}

.global-residency-intro p b {
    color: #f8dbb7
}


.expand-business-residency {
    background: url(../img/go-aml/hero1-bg.png)top center no-repeat;
    background-size: auto;
    background-size: cover;
}

.expand-business-residency hr {
    margin-bottom: 3%;
}

.expand-business-residency-title,
.golden-pr-title,
.techno-nomad-title,
.temporary-residency-title {
    display: flex;
    margin-bottom: 1%;
}

.expand-business-residency-title p,
.golden-pr-title p,
.techno-nomad-title p,
.temporary-residency-title p {
    width: 61%;
    margin-left: 5%;
}

.expand-business-residency-title b,
.golden-pr-title b,
.techno-nomad b,
.techno-nomad-title b,
.temporary-residency-title b {
    color: #ea3d29;
    font-size: 1.2em;
}

.expand-business-residency-title h2 {
    font-size: 2.2em;
}

.expand-business-residency-box {

    padding: 20px;
    background: url(../img/aml-policies/flip-bg2.jpg)top center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 10%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #00000050;
}

.expand-business-residency-box2 {

    padding: 20px;
    background: url(../img/aml-policies/flip-bg.jpg)top center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 10%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #00000050;
}

.expand-business-residency-box3 {

    padding: 20px;
    background: url(../img/aml-policies/flip-bg3.jpg)top center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 10%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #00000050;
}

.expand-business-residency-box img,
.expand-business-residency-box2 img,
.expand-business-residency-box3 img {
    width: 30%;
    margin-bottom: 8%;
    border: 4px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 10px #00000087;
}

.expand-business-residency-box h3,
.expand-business-residency-box2 h3,
.expand-business-residency-box3 h3 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
}

.gr-kay-benefits {
    margin-top: 6%;

}

.gr-kay-benefits h2 {
    margin-bottom: 5%;
}

.gr-kay-benefits ul {
    margin: 0 0 0 1%;
    padding: 0;
}

.gr-kay-benefits li {
    margin-bottom: 5%;
    list-style: none;
    margin-bottom: 1%;
    background: linear-gradient(to left, #333333, #282828, #1d1d1d, #121212, #000000);
    padding: 20px;
    border-radius: 10px 50px 30px 20px;
    color: #fff;
}

.gr-kay-benefits li i {
    margin-right: 2%;
    color: #ea3d29;
    font-size: 1.5em;
}

.gr-kay-benefits b {
    font-weight: 700;
    color: #ea3d29;
    margin-top: 4%;
    display: block;
}

.golden-pr span,
.techno-nomad-title span,
.temporary-residency-title span {
    font-weight: 700;
}

.golden-pr-box-flex {
    display: flex;
    margin-top: 1%;

}

.golden-pr-box {

    padding: 7% 2% 2% 2%;
    width: 30%;
    margin-right: 1%;
    height: 280px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #00000038
}

.golden-pr-box:nth-child(2) {
    background: url(../img/global-residency/hungary.jpg?v=2.0)top left no-repeat;
    background-size: cover;

}

.golden-pr-box:nth-child(1) {
    background: url(../img/global-residency/greece.jpg?v=2.0)top left no-repeat;
    background-size: cover;

}

.golden-pr-box:nth-child(4) {
    background: url(../img/global-residency/latvia.jpg?v=2.0)top left no-repeat;
    background-size: cover;

}

.golden-pr-box:nth-child(3) {
    background: url(../img/global-residency/mlta.jpg?v=2.0)top left no-repeat;
    background-size: cover;

}

.golden-pr-box:nth-child(5) {
    background: url(../img/global-residency/spain.jpg?v=2.0)top left no-repeat;
    background-size: cover;

}

.golden-pr-box:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    box-shadow: none;

}

.golden-pr-box:nth-child(1) h3,
.golden-pr-box:nth-child(2) h3,
.golden-pr-box:nth-child(3) h3,
.golden-pr-box:nth-child(4) h3,
.golden-pr-box:nth-child(5) h3 {
    margin-top: 30%;
}

.golden-pr-box:nth-child(5) span {
    font-size: 0.8em;
    line-height: 0px;
}

.golden-pr-box h3 {
    font-size: 1.2em;
    font-weight: 700;
}

.golden-pr-box p {
    font-size: 0.9em;
}

.golden-pr-benefits {
    margin-top: 4%;
}



.small-title {
    font-size: 1.2em;
    margin-bottom: 4%;
    display: inline-block;
    text-align: center;
    background-color: #dbdee2;
    padding: 0 20px;
    border-radius: 50px;
}

.golden-pr-benefits .col {
    border-right: 1px solid #8e8e8e
}

.golden-pr-benefits-box {

    height: 190px;
    color: #020202;
    text-align: center;

}

.golden-pr-benefits-box p {
    font-weight: 500;

}

.golden-pr-benefits-box-icon {
    width: 50px;
    height: 50px;
    background-color: #ea3d29;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 auto 5%;
    border-radius: 50px;
    font-size: 1.3em;
    box-shadow: 2px 2px 0 #000000;
}

.golden-pr-role {
    margin-top: 4%;
}

.golden-pr-role ul,
.techno-nomad ul,
.temporary-residency ul {
    margin: 0;
    padding: 0;
}

.golden-pr-role li {
    list-style: none;
    margin-bottom: 2%;
    font-weight: 500;
    background: url(../img/aml-policies/flip-over-bg.jpg)top center no-repeat;
    color: #fff;
    padding: 20px 10px 20px 40px;
    font-size: 1.2em;
    position: relative;



}

.golden-pr-role li::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0C1C36;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.golden-pr-role li::before {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ea3d29 url(../img/home/arrow-white.png)center center no-repeat;
    content: '';
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: 10px;


}

.techno-nomad {
    background: url(../img/home/hexa.png)top right no-repeat, url(../img/home/hexa-l.png)bottom left no-repeat, linear-gradient(to bottom, #051229, #06152d, #071731, #081935, #091b39);
    color: #A9B0B8;
}

.techno-nomad h2 {
    color: #fff;
}

.techno-nomad hr {
    background-color: #fff;
}

.techno-nomad li {
    list-style: none;
    margin-bottom: 4%;
}

.techno-nomad li span {
    font-weight: 600;
    color: #ffffffdb;
}

.temporary-residency {
    background: url(../img/eocn/core-services-bg.jpg)top left no-repeat;
    background-size: cover
}

.temporary-residency .small-title {
    font-size: 1.2em;
    margin-bottom: 4% !important;
    display: inline-block;
    text-align: center;
    background-color: #142d4e;
    padding: 0 20px;
    border-radius: 50px;
    color: #fff;
}

.temporary-residency li {
    list-style: none;
    margin-bottom: 3%;
    margin-left: 3%;


}

.temporary-residency-list {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff50, #ffffff27);
    padding: 20px !important;
    border-radius: 30px;
}


.temporary-residency-list li span {
    font-weight: 600;
    color: #ea3d29
}

.temporary-residency-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/home/arrow-white.png)center center no-repeat;
    background-size: 50%;
    text-align: center;
    line-height: 20px;
    background-color: #0a0a0a;
    border-radius: 50px;
}

.gr-why-finjuris-g b {
    font-size: 1.1em;
    color: #fff;
}

.gr-why-finjuris-g .why-choose-box {
    height: 212px;
    box-shadow: 2px 2px 20px #0000001b;
    background-color: #27354d;
}

.gr-speak {
    background: url(../img/home/hexa.png)top right no-repeat, linear-gradient(to left, #0f192c, #111c30, #131e33, #142137, #16243b);
    background-size: 50%, cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.gr-speak b {
    font-size: 1.5em;
    font-weight: 400;
    color: #ea3d29
}

.gr-speak b span {
    font-weight: 800;
}

.gr-speak hr {
    background-color: #ffffff53;
}

.gr-speak button {
    background-color: #ea3d29;
    color: #fff;
    width: 238px;

}

.gr-speak p {
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-top: 1%;
}

.gr-speak hr {
    margin: 3% 0;
}

.expand-business-residency-dis {
    margin-top: 5%;
    background: linear-gradient(to left, #333333, #282828, #1d1d1d, #121212, #000000);
    padding: 30px;
    box-shadow: 5px 5px 10px #00000035;
    border-radius: 30px;
    color: #ffffffa1;
}

.expand-business-residency-dis a {
    font-weight: 700;
    color: #ffffff;
}

.expand-business-residency-dis .nav-tabs {
    border-bottom: 3px solid #ea3d29;
}


.expand-business-residency-dis .nav-link:focus,
.expand-business-residency-dis .nav-link:hover {
    border: transparent;
}

.expand-business-residency-dis .nav-tabs .nav-link.active {
    background: #ea3d29;
    border: transparent;
    color: #fff;
    position: relative;

}

.expand-business-residency-dis .nav-tabs .nav-link.active::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 1.2em solid #ea3d29;

    border-right: 1.2em solid transparent;
    border-bottom: 0;
    border-left: 1.2em solid transparent;
    position: absolute;
    top: -86px;
    left: 100px;
}

/*global residency page end*/

/*about page end*/

.about-banner {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/about/home-banner.jpg)top left no-repeat;
    background-size: cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.about-banner .container-fluid {
    width: 80%;
}

.about-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.5em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.about-banner h1 span {
    text-transform: lowercase;
}


.about-banner h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 32px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29
}



.about-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;

}

.about-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.global-residency-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 3%;
}

.global-residency-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.about span {
    background-color: #252525b2;
    color: #fff !important;
    font-weight: 400 !important;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.our-mission {
    background: #eff0f2 url(../img/about/our-mission.png)top right no-repeat;
}

.about-what-we-do .why-choose-box {
    height: 412px;
}

.about-why-finjuris {
    background: #051e23 url(../img/about/dubai.png)top right no-repeat;
    background-size: 40%;
}

.about-industries {
    font-size: 1.2em;
    font-weight: 600;
}


.about-industries .eocn-matter-box-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ea3d29;
    border-radius: 50px;
    flex: 0 0 30px;
    margin-right: 15px;
    color: #000;
    font-size: 1.2em;
    box-shadow: 0 0 20px #ffffff9c;
    box-shadow: 2px 2px 0 #020202;
}

.about-industries .eocn-matter-box-icon img {
    width: 40%;
}

.about-compliance button {

    width: 568px;

}


/*about page start*/


/**start contact page**/

.contact-us {


    background: url(../img/contact-us-bg.jpg)top left no-repeat;
    background-size: cover;
    height: 460px
}

.contact-us-right img {
    width: 500px;
    height: auto;
}

.contact-us h1 {
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 4%;
    color: #000;
    padding-top: 18%;
}

.contact-us p {
    font-family: 'Karla', sans-serif;
    font-size: 1.2em;
    margin-bottom: 6%;
}

.contact-form {
    padding-top: 5%;

}

.contact-form h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    text-transform: capitalize;

}


.contact-form p {

    font-size: 1.1em;
    color: #5a5a5a;
    text-align: center;
    line-height: 24px;
    margin-bottom: 5%;

}

.contact-form .form-control {
    height: 50px;
}

.contact-form button {
    background-color: #ed1b23;
    color: #fff;
    width: auto;
    height: 50px;
    letter-spacing: 0px;
    border-radius: 5px;
    margin-right: 5%;
    padding: 0 50px;
    display: block;
    border: none;
}

.contact-form button:hover {
    background-color: #000;
    color: #fff;

}

.contact-form textarea {
    height: 100px !important;
}

.address h3 {
    text-align: left;
    color: #ed1b23;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 1.25rem;
}

.address {
    padding-left: 5%;
}

.address p {
    text-align: left;
    margin-bottom: 10%;

}

.address i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;

    border: 1px solid #000;
    margin-bottom: 2%;
}

.contact-form form {
    background-color: #f7f9fc;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #cccccca1;

}

.our-vision-bg {
    background: #f5f7fb url(../img/contact/our-vision.jpg)top right no-repeat;
    height: 380px;
    background-size: 50%;
    border: 1px solid rgba(0, 0, 0, 0.103);
}



.contact-banner {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/contact/home-bannercontact.jpg)top left no-repeat;
    background-size: cover;
    height: 630px;
    font-family: "Montserrat", sans-serif;


}

.contact-banner .container-fluid {
    width: 80%;
}

.contact-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 4.5em;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
}

.contact-banner h1 span {
    text-transform: lowercase;
}


.contact-banner h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 32px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #000000;

}



.contact-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;

}

.contact-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.contact-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 3%;
}

.contact-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.our-vision-bg-text {
    padding: 8% 0 10% 10%;
}

.our-vision-bg-text img {
    margin: 1% 5% 0% 0%;
    width: 10%;
    -webkit-filter: drop-shadow(3px 3px 0px #222);
    filter: drop-shadow(3px 3px 0px #222);
}



/** ESR Compliance page start**/
.esr-compliance-banner {
    background: url(../img/esr/esr-banner-t-right.png?v=2.0)100% 0 no-repeat, url(../img/esr/esr-banner-tt.png?v=2.0)top center no-repeat, #bee5e48a;
    background-size: 44%, 100%;
    padding-top: 5%;
    padding-bottom: 4%;

}

.esr-compliance-banner h1 {
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to right, #13131d, #151a25, #15202d, #142735, #122e3c);
    text-transform: capitalize;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.esr-compliance-banner p {
    color: #000;
    font-size: 1.3em;
    line-height: 35px;
    font-weight: 500;
    margin-top: 3%;
}

.esr-compliance-banner button {
    background-color: transparent;
    border: 0;
    padding: 12px 0;
    border-radius: 100px;
    margin-top: 5%;
    font-size: 0.9em;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;

}

.esr-compliance-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 0;

}

.esr-compliance-banner .all-contact-us button:hover {
    background-color: #000;
    margin-top: 12.5%;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-top: 0.5%;
}

.economic {
    /* background-color: #fff; */
    padding: 6% 0 4% 0;
    margin-top: 10%;
    /* box-shadow: 0 0 20px #00000021; */
    border-radius: 30px;
}

.economic h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    letter-spacing: 0.4px;
    color: #9b4a31;
}

.economic h5 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

.esr-compliance-banner hr {
    margin: 2.5% 0;
}



.finjuris-global-economic {
    background-image: linear-gradient(to right, #13131d, #151a25, #15202d, #142735, #122e3c);
    padding: 2%;
    color: #fff;
    box-shadow: 0 0 20px #00000021;
    border-radius: 20px;
}

.finjuris-global-economic h3 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.4px;

}

.esr-services {
    padding-top: 3%;
    padding-bottom: 5%;
}


.esr-services h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 2%;
}

.esr-services h2 span {
    font-weight: 300;
}

.esr-services-subhead h3 {
    background-color: #ed1b23;
    width: 300px;
    height: 45px;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    font-size: 1.4em;
    margin-bottom: 2%;
    font-weight: 700;
}

.esr-services-subhead p {
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 2%;
    letter-spacing: 0.5px;
}

.esr-services-point {
    background-image: linear-gradient(to right bottom, #cefcf8, #d6fcf7, #defcf6, #e5fcf6, #ecfcf7, #ebfaf6, #eaf9f6, #e9f7f5, #e0f3f4, #d9eff4, #d4eaf5, #d1e4f5);
    padding: 11% 5%;
    height: 200px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 8%;
}

.esr-services-point:hover {
    background: transparent;
    outline: 1px solid #000;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.esr-services-point h5 {
    font-weight: 500;
    margin-top: 2%;
    color: #000;
    letter-spacing: 0.5px;
}

.esr-services h4 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 30px;
}

.esr-services-point-img {
    width: 70px;
    height: 70px;
    background-color: #fff;
    margin: 0 auto 4%;
    border-radius: 100px;
    line-height: 70px;
    box-shadow: 0 2px 5px #0000004d;
}

.esr-services-point-img img {
    width: 50%;
}

.registration {
    display: flex;
    margin-bottom: 5%;
}

.registration-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    flex: 0 0 70px;
    border-radius: 100px;
    margin-right: 3%;
    background-image: linear-gradient(to right bottom, #d6d7d8, #dededf, #e6e6e6, #ededee, #f5f5f5);
    box-shadow: 3px 3px 0 #0000002b
}

.registration-icon img {
    width: 60%;
}

.registration-text h5 {
    color: #ed1b23;
    font-weight: 700;
    margin-bottom: 0.5%;
}

.registration-text p {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.esr-compliance {
    background-color: #f1f1f1;
    padding-top: 4%;
    padding-bottom: 4%;
}

.esr-compliance span {
    font-weight: 400;
    text-align: center;
}

.esr-compliance h2 {
    font-weight: 800;
    text-align: center;
}

.info-box {
    border-radius: 50px;
    padding: 30px;
    color: white;
    font-weight: 500;
    text-align: center;
    height: 210px;
    box-shadow: 10px 10px 0 #aa8373;
}

.info-box:hover {
    box-shadow: none;
    transition: all 0.3s linear;
}

.info-box p {
    letter-spacing: 0.5px;
}

.icon {
    font-size: 2rem;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    background-color: #ed1b23;
    line-height: 55px;
    margin: 0 auto 2%;
    border-radius: 100px;
}

.icon img {
    width: 60%;
}

.bg-blue {
    background-color: #132b39;
}

.bg-green {
    background-color: #1d3d50;
}

.bg-orange {
    background-color: #27536e;
}

.compliance-box {
    border: 1px solid #aaaaaa8a;
    height: 313px;
    padding: 30px;
    background-image: linear-gradient(to right bottom, #cefcf800, #d6fcf700, #defcf61c, #e5fcf600, #ecfcf75c, #ebfaf600, #eaf9f600, #e9f7f557, #e0f3f48c, #d9eff48c, #d4eaf582, #d1e4f5bf);
    text-align: left;
    margin-bottom: 9%;
    background-color: #fff;
}

.compliance-box:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all 0.3s linear;

}

.compliance-box img {
    margin-bottom: 14%;
}

.compliance-box h5 {
    color: #ed1b23;
    font-weight: 700;
    margin-bottom: 0.5%;
    margin-bottom: 3%;
}

.reporting-deadlines {
    background-image: linear-gradient(to right bottom, #fff0, #fff, #defcf61c, #fff0, #ecfcf7, #fff0, #fff, #a5ffff47, #c8f0f28c, #d9eff48c, #fff, #d4e9fb);
    margin-top: 2%;
    border: 1px solid #aaaaaa8a;
    margin-bottom: 7%;
    box-shadow: 0 0 20px #d2d5dc;

}



.reporting-deadlines h5 {
    color: #ed1b23;
    font-weight: 700;
    margin-bottom: 0.5%;
    margin-bottom: 1%;
}

.reporting-deadlines h4 {
    color: #000;
    font-weight: 500;
    margin-top: 15%;
    line-height: 35px;
    font-size: 1.3em;
    letter-spacing: 0.5px;
}

.reporting-deadlines h4 span {
    font-weight: 800;
    color: #ed1b23;
}

.reporting-deadlines-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    background-color: #ed1b23;
    line-height: 55px;
    text-align: center;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #cbcbcb;
}

.reporting-deadlines-icon img {
    width: 60%;
}

.our-process {
    text-align: left;
    margin-bottom: 5%;
    padding: 5%;
    display: flex;
    border: 1px solid #000;
    height: 106px;
    border-radius: 20px 0;
    align-items: center;
    background-color: #132b39;
}

.our-process h5 {
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #fff;
}

.our-process-icon {
    margin-right: 5%;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;

    line-height: 60px;
    text-align: center;

    border-right: 1px solid #959595;


}

.our-process-icon img {
    width: 70%;
}

.esr-faq {
    background-color: #fff;
    padding: 5%;
    margin-top: 6%;
    box-shadow: 0 0 20px #dbdde2;
}

.esr-faq .accordion {
    margin-top: 40px;
}

.esr-faq .accordion .card {
    border: 2px solid #000;
    margin-bottom: 20px;
    background-image: linear-gradient(to right bottom, #cefcf800, #d6fcf700, #defcf61c, #e5fcf600, #ecfcf75c, #ebfaf600, #eaf9f600, #e9f7f557, #e0f3f48c, #d9eff48c, #d4eaf582, #d1e4f5bf);
    padding: 2%;
    text-align: left;
    border-bottom: 2px solid #000 !important;
}

.esr-faq .accordion .card h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.esr-faq .accordion .card h2.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.esr-faq .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.esr-faq .accordion .card span {
    background-color: #000;
    color: #fff;
    padding: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    margin-right: 1%;
    border-radius: 10px 10px 0px 10px;
}

.esr-faq .accordion .card-body {
    font-size: 1em;
    letter-spacing: 0.5px;
}

.esr-faq .accordion .card-body h5 {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}


.esr-solution h5 {
    color: #000;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 7%;
    margin-top: 4%;
    font-size: 1.5em;
}

.esr-solution h5 span {
    color: #ed1b23;
}



.form-bg {
    background: url(../img/vat-reg-bg-1.jpg)top center no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 0%;
    background-size: cover;
}

.improve-your-business-points3 img {
    width: 78% !important;
    justify-items: end;
}

.social-icon img {
    width: 10% !important;
}

.improve-your-business-flex3 {
    padding: 0 10%;
}

.improve-your-business-flex3 .form {
    width: 70%;
}

.esr-our-vision-bg {
    padding: 0;
}

.esr-our-vision-bg .our-vision-bg {
    padding: 0 7%;
}

.esr-our-vision-bg .our-vision-bg-text h2 {
    color: #ed1b23;
    margin-bottom: 2.5%;
    font-size: 1.8em;
    line-height: 40px;
}

.esr-our-vision-bg .our-vision-bg-text p {
    font-size: 1.5em;
    line-height: 35px;
}

footer h3 {
    margin-bottom: 4%;
    color: #ed1b23;
    font-weight: 600;
}

footer a {
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.5px;

}

footer li {
    margin-bottom: 4%;
    line-height: 16px;

}

.f-socail-icon li {
    border: none !important;
}

.fa-footer-border-2 {
    padding: 1%;
    margin-bottom: 2%;
    border-bottom: 1px solid #44444439
}


.f-socail-icon i {
    font-size: 1.2em;
}

.footer-nav {
    margin: 0;
    padding: 0;
}

footer .footer-nav ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    padding-top: 4%;
}

.footer-nav a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;

}

.fa-footer-border-2 li {
    border: none;
    margin: 0 3% 0 0;
    padding: 0;
}

.fa-footer-border-2 a:hover {
    padding-left: 0
}

.footer-menuspace {
    padding: 0 0 0 10%;
}

/** ESR Compliance page end **/


/**start bl footer**/
.form-bg {
    background: url(../img/contact/vat-reg-bg-1.jpg)top center no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 0%;
    background-size: cover;
}

.bl-footer {
    color: #d7d7d7;
    padding-top: 5%;
    padding-bottom: 2%;

}

.bl-footer h3 {
    color: #f1f0f0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    margin-bottom: 12%;
}

.bl-footer ul {
    padding: 0;
    margin: 0;
}

.bl-footer li {
    list-style: none;
    color: #d7d7d7;
    margin-bottom: 5%;
    font-weight: 500;
}

.bl-footer a {
    text-decoration: none;
    color: #000000;

}

.bl-footer a:hover {
    text-decoration: none;
    color: #ed1b23;
    transition: all 0.2s linear;
}

.f-socail-icon {
    display: inline-flex;
}

.f-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 10px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.f-socail-icon a:hover {

    outline: 1px solid #000;
    border-radius: 100px;
    color: #000;

}

.bl-sub-footer {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

footer {

    padding-top: 0%;

}



footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1em;
    margin-bottom: 4%;
    color: #ed1b23;

}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #000000
}

footer a:hover {
    text-decoration: none;
    color: #ed1b23;
    transition: .2s linear;
    padding-left: .5%;
}

.f-socail-icon {
    display: inline-flex;
}

.f-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 10px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.f-socail-icon a:hover {
    outline: 2px solid #ed1b23;
    border-radius: 100px;
    color: #ed1b23;

}

.sub-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 9.5%;
}

.global-form .btn-primary {
    color: #fff;
    background-color: #ed1b23;
    border-color: #ed1b23;
}

/**end bl footer**/


/**start logo slider**/

.logos {
    padding-top: 5%;
    padding-bottom: 5%;
}

.logos h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

    color: #000;
}

.logos p {
    margin-bottom: 3%;
    font-size: 1.2em;
    color: #5a5a5a;
}

.slider {
    height: 60px;
    position: relative;
    width: 100%;

    display: grid;
    place-items: center;
    overflow: hidden;
}

.slider img {

    width: 161px;
    height: auto;



}

.slider::before,
.slider::after {
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
}

.slide-track2 {
    width: calc(150px * 15);
    display: flex;
    animation: scroll2 15s linear infinite;
    justify-content: space-between;
}

.slide {
    width: auto;
    height: 60px;

    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
    margin: 0 15px;
}

.slide:hover {
    transform: scale(0.8)
}

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 10));
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 5));
    }
}

@media screen and (max-width: 768px) {
    .slide-track {
        width: calc(80px * 20);
    }

    .slide-track2 {
        width: calc(80px * 15);
    }

    .slide {
        width: 80px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 10));
        }
    }

    @keyframes scroll2 {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 5));
        }
    }
}

/** ens logo slider **/

.star {
    width: 500px !important;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin: 4% auto 0;
    background-color: #f1f1f1;
    line-height: 60px;
}

.star img {
    width: 90%;
}


/*form*/
.f-global-form h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
}

.f-global-form p {
    font-size: 1.1em;
    color: #5a5a5a;
    text-align: center;
    line-height: 24px;
}

.f-global-form h4 {
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #4d6479;
    text-transform: capitalize;
    margin-bottom: 5%;
}

.form-control {
    width: 100% !important;
    height: 50px !important;
    background-color: #e5ecf2 !important;
    border: 1px solid #e5ecf2 !important;
    color: #000000;
    border-radius: 8px;
}

.footer-contact .f-global-form {
    display: none;
}

/*end form*/


/*business structuring page start*/

.business-structuring-banner {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/aml/alm-banner-bg.jpg) 10% 0 no-repeat;
    background-size: cover;
    height: 630px;
    font-family: "Montserrat" sans-serif;
    position: relative;


}

.business-structuring-banner::after {
    content: '';
    display: block;
    background: url(../img/business-structuring/banner.png)80% 50% no-repeat;
    background-size: 57%;
    height: 630px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.business-structuring-banner .container-fluid {
    width: 80%;
}

.business-structuring-banner h1 {

    text-transform: uppercase;
    font-weight: 800;
    font-size: 3em !important;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #00000038;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.business-structuring-banner h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2em;
    line-height: 39px;
    margin-top: 2.5%;
    margin-bottom: 3%;
    margin-right: 10%;
    text-align: left;
    color: #ea3d29;
    position: relative;
    z-index: 1;
}



.business-structuring-banner p {
    color: #000;
    font-size: 1.1em;
    margin-top: 3%;
    letter-spacing: 0.5px;
    margin-right: 10%;
    position: relative;
    z-index: 1;

}

.business-structuring-banner p span {
    color: #ea3d29;
    font-weight: 700;
}

.business-structuring-banner .all-contact-us button {
    border: none;
    background-color: #ea3d29;
    padding: 6px 0px 6px 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 225px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 #00000038;
    margin-top: 2%;
    position: relative;
    z-index: 1;
}

.business-structuring-banner .all-contact-us button:hover {
    background-color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

.all-banner-list2 ul {
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
}

.finjuris-call {
    display: inline-flex;
    width: 460px;
    margin-top: 6.5%;
    align-items: center;
    margin-left: 1%;
}

.finjuris-call i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ea3d29;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 2px 2px 0 #00000050;
    margin-right: 2%;
    transform: rotate(100deg);
}

.finjuris-call p {
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
}



.business-structuring-intro p {
    font-weight: 500;
    color: #A9B0B8;
    line-height: 30px;
    letter-spacing: 0.7px;
}

.business-structuring-matter-box {
    display: inline-flex;
    text-align: left;
    background-color: #f1f1f1;
    padding: 20px;
}

.business-structuring-matter-box h3 {
    font-size: 1.1em;
    font-weight: 700;
    width: 60%;
}


.business-structuring-matter-icon {
    font-family: home-font;
    font-size: 1.5em;
    margin-right: 2%;
    font-weight: 700;
    width: 50px;
    height: 50px;
    background-color: #ea3d29;
    border-radius: 50px;
    flex: 0 0 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    box-shadow: 2px 2px 0 #a1a1a1;
}

.business-structuring-matter h2 {
    margin-bottom: 3%;
}

.business-structuring-matter .business-structuring-matter-box:nth-child(2) {
    background-color: #adb5bd
}

.business-structuring-matter .business-structuring-matter-box:nth-child(3) {
    background-color: #ced4da
}

.business-structuring-matter .business-structuring-matter-box:nth-child(4) {
    background-color: #dee2e6
}

.business-structuring-matter .business-structuring-matter-box:nth-child(5) {
    background-color: #e9ecef
}

.business-structuring-matter .business-structuring-matter-box:nth-child(6) {
    background-color: #f8f9fa
}

.business-structuring-types p {
    margin-bottom: 0;
    margin-top: 1%;
}

.business-structuring-types .aml-training-services-icon1 img {
    width: 60%;
}

.business-structuring-types .aml-training-services-icon1 {
    text-align: center;
    margin-right: 3px;
}

.business-structuring-types {
    background: url(../img/business-structuring/business-structuring-types.jpg)top left no-repeat;
    background-size: cover;
}

.business-structuring-types b {
    margin-top: 2%;
    display: block;
    color: #ea3d29;
}

.why-choose-box ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.why-choose-box li {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 2%;
}

.bs-build {
    height: auto;
}

.bs-build h2 {
    color: #ea3d29;
}

.bs-build .our-vision-bg-text {
    padding: 0;
}

.bs-build img {
    width: 7%;
    margin: 5% 2%;
}

.bs-build .our-vision-bg-text b:nth-child(3) {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 30px;
}

/*business structuring page end*/

/*Company Setup page stat*/
.company-setup-intro1 {
    background: radial-gradient(circle, #333333, #282828, #1d1d1d, #121212, #000000);
    background-size: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #1d1d1d;
}

.company-setup-intro1-hr {
    display: flex;
    justify-content: center;
}

.company-setup-intro1-hr div {
    width: 10px;
    height: 10px;
    background-color: #ea3d29;
    margin: 0 0.5% 3%;
}

.company-setup-intro1 h3 {
    color: #ffffff93;
    font-size: 1.2em;
    line-height: 30px;
}

.company-setup-intro1 h5 {
    color: #ea3d29;
    text-align: center;
    margin: 5% 0 5% 0;
    font-weight: 700;
}

.company-setup-intro {
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff18;
    box-shadow: 0 0 30px #0000005d;
    height: 250px;
}

.company-setup-intro b {
    color: #fff;
    margin-bottom: 5%;
    display: block;
}

.company-setup-intro p {
    color: #A9B0B8;
    margin-bottom: 0;
    font-size: 0.9em;
}

.company-setup-intro i {
    color: #ea3d29;
}

.company-setup-how-start {
    background: url(../img/company-setup/company-setup-how-start.jpg)top right no-repeat;
}

.company-setup-how-start h2 {
    margin-bottom: 5%;
}

.company-setup-how-start-box {
    background-color: #ea3d29;
    padding: 25px;
    color: #fff;
    box-shadow: 0 0 20px #00000063
}

.company-setup-how-start-box h3 {
    font-size: 1.1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4%;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 5%;
}

.company-setup-services {
    background: #f8f9fa url(../img/go-aml/hero1-bg.png)top center no-repeat;
    background-size: cover;
}

.company-setup-services h2,
.company-setup-services b {
    text-align: center;
    display: block;
}

.company-setup-services ul {
    margin: 3% 0 3% 0;
    padding: 0;
}

.company-setup-services li {
    list-style: none;
    line-height: 28px;
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid #00000022;
    display: flex;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 1%;
    box-shadow: 2px 2px 5px #fe03031b;
}

.company-setup-services li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(../img/esr/arrow.png)center left no-repeat;
    background-size: 15px;
    margin-right: 10px;
}

/*Company Setup page end*/