/* CSS RESET * -------------------------- */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* GENERAL * -------------------------- */
html {
    font-size: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    color: #000;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 0;
}

p {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    padding: 0.672rem 1.5rem;
}

.btn-primary {
    background: #df1b1c;
    border-color: #df1b1c;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background: #000;
    border-color: #000;
    outline: none;
    color: #fff;
    box-shadow: none;
}

.btn-secondary {
    background: #191919;
    border-color: #191919;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary.active:hover {
    background: #df1b1c;
    border-color: #df1b1c;
    outline: none;
    color: #fff;
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark:active:hover,
.btn-dark.active:hover {
    background: #000;
    border-color: #000;
    outline: none;
    color: #fff;
    box-shadow: none;
}

.btn-outline-primary {
    color: #df1b1c;
    border-color: #df1b1c;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:hover,
.btn-outline-primary.active:hover {
    background: #df1b1c;
    border-color: #df1b1c;
    outline: none;
    color: #fff;
    box-shadow: none;
}

.form-control {
    font-size: 14px;
    border: 1px solid #eee;
    height: 46px;
    color: #777;
}

.form-control:focus {
    color: #777;
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

/* SECTION STYLES* -------------------------- */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200;
}

.section {
    padding: 5rem 0;
}

.mmt-10 {
    margin-top: -10px;
}

.mmt-30 {
    margin-top: -30px;
}

/* HEADING STYLES * -------------------------- */

.top-title {
    color: #df1b1c;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.sub-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.center-main-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

/* HEADER SECTION * -------------------------- */

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

header .topbar {
    background: #eee;
    color: #333;
    padding: 10px 0;
}

header .topbar a {
    color: #333;
}

header .topbar .tp-right {
    text-align: right;
}

header .topbar ul {
    margin: 0;
}

header .topbar ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

header .topbar ul li a.get-quote {
    color: #df1b1c;
    display: block;
    border: 1px solid #df1b1c;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
    margin: -3px 0;
}

header .topbar ul li a.get-quote:hover {
    color: #fff;
    background: #df1b1c;
    border: 1px solid #df1b1c;
}

header .navbar-bg {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 15px 75px 0px rgb(138 138 138 / 15%);
}

header .navbar>.container {
    align-items: flex-start;
}

header .navbar-brand {
    max-width: 200px;
    padding: 0px 0;
    margin-top: -47px;
}

header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .show>.nav-link {
    color: #df1b1c;
}

header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
    color: #df1b1c;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1rem 0.6rem;
}

.navbar .nav-item .dropdown-menu {
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    border: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px 0;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 0.5rem 20px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.navbar .nav-item .dropdown-menu .dropdown-item:focus,
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #df1b1c;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.navbar .nav-item .dropdown-menu.min-wdh {
    /*width: 860px;
    right: 0;
    padding: 15px;*/
    width: 860px;
    left: -140px;
    padding: 15px;
}

header h6.list-group-item {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-top: 15px;
}

header h6.list-group-item a {
    color: #555;
}

header h6.list-group-item a:hover {
    color: #df1b1c;
}

header .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #808080;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    font-size: 13px;
}

header .list-group-item:focus,
header .list-group-item:hover {
    color: #df1b1c;
    text-decoration: none;
    background-color: #fff;
}

/* BANNER SECTION * -------------------------- */

.banner-section {
    position: relative;
    background-image: url(../images/slide-1.jpg);
    background-size: 100%;
    height: 655px;
    overflow: hidden;
}

.banner-section .video-wrap {
    position: absolute;
    right: 0;
    width: 50%;
    top: 98px;
}

.banner-section .video-wrap .video-inner {
    overflow: hidden;
    border-radius: 150px 0 0 0;
}

.video-wrap video {
    width: 147%;
    position: relative;
    left: -200px;
}

.banner-section .banner-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-section .banner-text {
    margin: 41% 0 36% 0;
    color: #333;
}

.banner-section .banner-text h1 {
    min-height: 107px;
    margin-bottom: 15px;
}

.banner-section .banner-text h1 .title-main {
    font-size: 4rem;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -2px;
    display: block;
}

.banner-section .banner-text h1 .title-main span {
    background: -webkit-linear-gradient(218deg, rgba(223, 27, 28, 1) 0%, rgba(223, 27, 28, 1) 50%, rgba(141, 3, 1, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-section .banner-text h1 .title-sub {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #333;
    margin-left: 10px;
}

.banner-section .banner-form {
    display: flex;
    margin-left: 10px;
}

.banner-section .banner-form .country {
    width: 100px;
    margin-right: 10px;
    position: relative;
}

.banner-section .banner-form .country img {
    border-radius: 0.25rem;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.banner-section .banner-form .phone {
    margin-right: 10px;
    max-width: 200px;
}


/* HIGHLIGHTS SECTION * -------------------------- */

.highlights-section {
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.highlights-section .highlights-box-1,
.highlights-section .highlights-box-2,
.highlights-section .highlights-box-3 {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
}

.highlights-section .highlights-box-1 {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.highlights-section .highlights-box-2 {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.highlights-section .highlights-box-3 {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.highlights-section .inner h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 15px;
}

.highlights-section .inner p {
    padding: 0 0;
}

.highlights-section .inner .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #f8d7da;
    margin: 0 auto;
    position: relative;
}

.highlights-section .inner .icon i {
    font-size: 28px;
    color: #df1b1c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.highlights-section .highlights-box-1 .inner .icon i {
    font-size: 32px;
}

.highlights-section .highlights-box.active {
    background: #8b0004;
    padding-top: 50px;
}

.highlights-section .highlights-box.active .inner h4,
.highlights-section .highlights-box.active .inner p {
    color: #fff;
}

.highlights-section .inner .stars {
    color: #FFB341;
    margin: 15px 0;
}

/* ABOUT SECTION * -------------------------- */

.about-section {
    background: #111;
}

.about-section .image {
    padding-right: 5%;
}

.about-section .image img {
    border-radius: .25rem;
}

.about-section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

/* SERVICE SECTION * -------------------------- */

.services-section {
    position: relative;
    background-color: #111;
    padding-bottom: 8rem;
}

.services-section .container {
    position: relative;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front .front-inner {
    position: relative;
}

.flip-card-front .front-inner .overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.flip-card-front .front-inner h4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 30px 15px;
}

.flip-card-front img {
    width: 100%;
}

.flip-card-back {
    background-color: #8b0004;
    color: white;
    transform: rotateY(180deg);
    padding: 34px 30px;
}

.services-section .flip-card .inner .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #f8d7da;
    position: relative;
    margin: 0 auto;
}

.services-section .flip-card .inner .icon i {
    font-size: 28px;
    color: #df1b1c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-section .flip-card .inner .content {
    margin-top: 20px;
}

.services-section .flip-card .inner .content h4,
.flip-card-front .front-inner h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.services-section .flip-card .inner .content p {
    margin-top: 10px;
}

/* TESTIMONIALS SECTION * -------------------------- */

.testimonials-section {
    background: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin: 0;
}

.testimonials-section .testimonials-wrap {
    position: relative;
    top: 110px;
    margin-top: 0;
}

.testimonials-section .testimonials-wrap .testimonial-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.testimonials-section .testimonials-wrap .testimonial-box .quote-mark {
    position: absolute;
    right: 30px;
    top: 35px;
    font-size: 40px;
    color: grey;
}

.testimonials-section .testimonials-wrap .testimonial-box h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.testimonials-section .testimonials-wrap .testimonial-box .rating {
    color: #FFB341;
    letter-spacing: -.05rem;
    margin-top: 0px;
}

.testimonials-section .testimonials-wrap .testimonial-box p {
    margin-top: 10px;
}

.testimonials-section .testimonials-wrap .testimonial-box .author {
    margin-bottom: 15px;
    display: flex;
}

.testimonials-section .testimonials-wrap .testimonial-box .author .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-section .testimonials-wrap .testimonial-box .author .author-name {
    padding-left: 15px;
}

.testimonials-section .testimonials-wrap .testimonial-box .author .author-name h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.testimonials-section .testimonials-wrap .testimonial-box .author .author-name .business-name {
    font-size: 14px;
    color: #666;
}

.testimonials-section .callback-form-card {
    background: #8b0004;
    padding: 80px 50px;
    margin-top: -150px;
    margin-bottom: -150px;
    border-radius: 0;
    margin-left: 40px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 25%);
}

.testimonials-section .callback-form-card .main-title {
    font-weight: 500;
}

.testimonials-section .callback-form-card .form-control {
    border: 0;
}

.testimonials-section .callback-form-card .phone-num {
    display: flex;
}

.testimonials-section .callback-form-card .phone-num .country {
    width: 100px;
    margin-right: 0px;
    position: relative;
}

.testimonials-section .callback-form-card .phone-num .country .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}

.testimonials-section .callback-form-card .phone-num .phone {
    flex-grow: 1;
    border-left: 1px solid #ddd;
}

.testimonials-section .callback-form-card .phone-num .phone .form-control {
    border-radius: 0 0.25rem 0.25rem 0;
}

.testimonials-section .callback-form-card .captcha-box {
    display: flex;
    align-items: center;
}

.testimonials-section .callback-form-card .captcha-box .ccode {
    border-radius: 0.25rem;
    background-color: #fff;
    line-height: 46px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ca6e71;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8b0004;
}

/* GLIMPSE SECTION * -------------------------- */

.glimpse-section {
    position: relative;
}

.glimpse-section .header__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
}

.glimpse-section .container {
    position: relative;
}

.glimpse-section .glimpse-box {
    min-height: 600px;
    position: relative;
}

.glimpse-section .glimpse-box .gl-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 195px;
    height: 195px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    border-radius: 50%;
    padding: 38px 30px;
    border: 10px solid #8b0004;
}

.glimpse-section .glimpse-box .gl-logo:hover {
    border: 10px solid #8b0004;
}

.glimpse-section .glimpse-box .points {
    background: #fff;
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    text-align: center;
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 50%;
    color: #333;
    text-transform: uppercase;
    letter-spacing: -.05rem;
    transition: all .5s ease;
    border: 7px solid #fff;
}

.glimpse-section .glimpse-box .points span {
    color: #df1b1c;
}

.glimpse-section .glimpse-box .points:hover {
    border: 7px solid #df1b1c;
}

.glimpse-section .glimpse-box .points.highlighted {
    border: 7px solid #df1b1c;
}

.glimpse-section .glimpse-box .point-1 {
    width: 144px;
    height: 144px;
    padding: 44px 15px;
    top: 22%;
    left: 28%;
}

.glimpse-section .glimpse-box .point-2 {
    width: 164px;
    height: 164px;
    padding: 42px 18px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.glimpse-section .glimpse-box .point-3 {
    width: 134px;
    height: 134px;
    padding: 30px 18px;
    top: 10%;
    left: 10%;
}

.glimpse-section .glimpse-box .point-4 {
    width: 134px;
    height: 134px;
    padding: 39px 19px;
    top: 10%;
    right: 10%;
}

.glimpse-section .glimpse-box .point-5 {
    width: 124px;
    height: 124px;
    padding: 34px 17px;
    top: 29%;
    right: 28%;
}

.glimpse-section .glimpse-box .point-6 {
    width: 154px;
    height: 154px;
    padding: 38px 18px;
    bottom: 25%;
    right: 14%;
}

.glimpse-section .glimpse-box .point-7 {
    width: 144px;
    height: 144px;
    padding: 33px 18px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.glimpse-section .glimpse-box .point-8 {
    width: 164px;
    height: 164px;
    padding: 42px 18px;
    bottom: 10%;
    left: 10%;
}

.glimpse-section .glimpse-box .point-9 {
    width: 134px;
    height: 134px;
    padding: 28px 19px;
    bottom: 26%;
    left: 25%;
}

.glimpse-section .glimpse-box .point-10 {
    width: 144px;
    height: 144px;
    padding: 33px 18px;
    bottom: 0%;
    right: 27%;
}

.glimpse-section .glimpse-box .point-11 {
    width: 114px;
    height: 114px;
    padding: 29px 15px;
    bottom: 0%;
    left: 27%;
}


/* BLOG SECTION * -------------------------- */

.blog-section {
    background: #111;
    padding-top: 8rem;
    display: none !important;
}

.blog-section .blog-box {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    display: none !important;
}

.blog-section .blog-box .blog-img {
    text-align: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: none !important;
}

.blog-section .blog-box .blog-content {
    padding: 20px;
    display: none !important;
}

.blog-section .blog-box .blog-content h4 {
    font-size: 18px;
    color: #df1b1c;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.blog-section .blog-box .blog-content .blog-meta {
    margin-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-section .blog-box .blog-content .blog-meta span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.blog-section .blog-box .blog-content .blog-meta a {
    color: #999;
}

.blog-section .blog-box .blog-content .blog-meta a i {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.blog-section .blog-box .blog-content p {
    margin-top: 10px;
}

.blog-section .blog-box .blog-content .read-more-btn {
    display: block;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}

.blog-section .blog-box .blog-content .read-more-btn i {
    position: relative;
    top: 2px;
    transition: all .3s ease;
}

.blog-section .blog-box .blog-content .read-more-btn:hover {
    color: #df1b1c;
}

.blog-section .blog-box .blog-content .read-more-btn:hover i {
    margin-left: 10px;
}

/* CLIENTS SECTION * -------------------------- */

.clients-section {
    background-color: #fff;
}

.clients-section .clients-wrap {
    margin-top: 30px;
}

.clients-section .clients-wrap .clients-box {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}


/* FOOTER SECTION * -------------------------- */

.footer-section {
    background: #111;
}

.footer-section .footer-top {
    padding: 4rem 0;
}

.footer-section .footer-top h3 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}

.footer-section .footer-top p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.footer-section .footer-top .right {
    padding-left: 10%;
}

.footer-section .footer-middle .inner {
    border-top: 1px solid #FFFFFF33;
}

.footer-section .footer-middle .ft-social {
    margin-top: 15px;
}

.footer-section .footer-middle .ft-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.footer-section .footer-middle .ft-social a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-section .footer-middle .ft-box {
    margin-top: 50px;
}

.footer-section .footer-middle .ft-box.two {
    margin-left: -30px;
}

.footer-section .footer-middle .ft-box h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-section .footer-middle .ft-box ul {
    margin-bottom: 0;
}

.footer-section .footer-middle .ft-box ul li {
    margin-top: 10px;
}

.footer-section .footer-middle .ft-box ul li a {
    color: #fff;
    display: block;
}

.footer-section .footer-middle .ft-box P {
    color: #fff;
    margin-top: 5px;
}

.footer-section .footer-copyright {
    background-color: #000;
    padding: 30px 0;
    margin-top: 4rem;
}

.footer-section .footer-copyright .right {
    text-align: right;
}

/* INNER BANNER SECTION * -------------------------- */

.inner-banner-section {
    padding-top: 45px;
    position: relative;
    overflow: hidden;
}

.inner-banner-section .banner-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: auto;
    border-radius: 150px 0 0 0;
    overflow: auto;
    bottom: 0;
}

.inner-banner-section .banner-img img {
    width: 100%;
}

.inner-banner-section .inner {
    position: relative;
    background-image: url(../images/slide-1.jpg);
    background-size: 100%;
}

.inner-banner-section .inner .inner-caption {
    position: relative;
    text-align: left;
    padding: 120px 0 50px 0;
}

.inner-banner-section .inner .inner-caption h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.inner-banner-section .inner .inner-caption .breadcrumb {
    margin-top: 5px;
    margin-bottom: 0;
}

.inner-banner-section .inner .inner-caption .breadcrumb .breadcrumb-item a {
    color: #df1b1c;
    font-weight: 600;
}

/* ABOUT PAGE SECTION * -------------------------- */

.about-section-2 .image {
    padding-right: 5%;
}

.about-section-2 .image img {
    border-radius: .25rem;
}

.about-section-2 h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.about-section-2 .question {
    margin-top: 22px;
}

.about-section-2 .question a {
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    color: #8d0301;
    display: inline-block;
    vertical-align: middle;
}

.our-values-section {
    background: #111;
}

.our-values-section .value-box {
    position: relative;
    display: block;
    background-color: #faf7f6;
    text-align: center;
    padding: 30px 30px;
    margin-top: 30px;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.our-values-section .value-box h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 20px;
}

.our-values-section .value-box p {
    margin-top: 10px;
}

.our-values-section .value-box .shape-1 {
    position: absolute;
    bottom: 40px;
    right: -8px;
    z-index: -1;
}

.our-values-section .value-box .shape-2 {
    position: absolute;
    top: 83px;
    left: 154px;
    z-index: -1;
}

.our-values-section .value-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 87px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.our-values-section .value-box .icon .ishape-1 {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.our-values-section .value-box .icon .ishape-2 {
    position: absolute;
    top: 5px;
    right: 5px;
}

.our-values-section .value-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #333;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.our-values-section .value-box:hover .icon span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
}

.founder-message-section {
    position: relative;
    overflow: hidden;
}

.founder-message-section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.founder-message-section .shape-1 {
    position: absolute;
    left: 0;
    top: -155px;
    z-index: -1;
}

.founder-message-section .shape-2 {
    position: absolute;
    right: 0;
    top: -138px;
    z-index: -1;
}

.founder-message-section .signature {
    border-top: 1px dashed #b7b7b7;
    padding-top: 20px;
    margin-top: 20px;
}

.founder-message-section .signature h5 {
    position: relative;
    color: #8d0301;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.04rem;
}

.founder-message-section .signature .designation {
    color: #999;
}

.founder-message-section .right {
    margin-left: 25px;
    background: #8b0004 url(../images/about-three-img-1.jpg);
    background-size: 100%;
    padding: 45px;
}

.founder-message-section .right .image {
    border-radius: 40px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.our-team-section {
    background: #f3f3f3;
}

.our-team-section .team-box {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    height: calc(100% - 30px );
}

.our-team-section .team-box .team-info {
    padding: 15px;
}

.our-team-section .team-box .team-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.our-team-section .team-box .team-info .designation {
    color: #777;
    font-size: 13px;
    margin-top: 5px;
}

.our-team-section .team-box:hover {
    background: #8d0301;
}

.our-team-section .team-box:hover h5 {
    color: #fff;
}

.our-team-section .team-box:hover .designation {
    color: #fff;
    opacity: .5;
}

/* COMPANY FORMATION PAGE SECTION * -------------------------- */

.bl-point-box {
    text-align: center;
    padding: 25px 25px 15px 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    background: #8b0004;
    border-radius: 5px;
    height: 100%;
}

.bl-point-box span.highlighted-span {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.bl-point-box span {
    font-size: 20px;
    font-weight: 600;
}

.feature-box {
    display: flex;
    align-items: center;
}

.feature-box .num {
    text-align: center;
    border: 8px solid #333;
    padding: 20px 30px;
    position: relative;
    min-width: 210px;
}

.feature-box .num:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 70px;
    background: #fff;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.feature-box .num .leaf-left {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 25px;
}

.feature-box .num .leaf-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
}

.feature-box .num h5 {
    position: relative;
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    color: #8b0004;
}

.feature-box .num h6 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.04rem;
    line-height: 18px;
    margin-top: 10px;
}

.feature-box .num-text {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
}

.main-bullets li {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.main-bullets li:before {
    content: "\f5e6";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    top: -1px;
    color: #df1b1c;
    font-size: 20px;
}

.bullets-style-1 li {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.bullets-style-1 li:last-child {
    margin-bottom: 0;
}

.bullets-style-1 li:before {
    content: "\f287";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    top: -1px;
    color: #df1b1c;
    font-size: 12px;
}

.added-bullet-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.added-bullet-style li {
    width: 50%;
}

.company-formation-section .inner {
    margin-top: 30px;
    text-align: center;
}

.company-formation-section .image {
    padding-left: 0;
    border-radius: 0.25rem;
    overflow: hidden;
}

.company-formation-section .inner h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.04rem;
    line-height: 18px;
    margin-top: -19px;
    position: relative;
}

.company-formation-section .inner h4 span {
    display: inline-block;
    background-color: #df1b1c;
    padding: 10px 20px;
    border-radius: 5px;
}

.company-formation-section .inner h4 span span {
    display: block;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

.company-formation-section .image img {
    border-radius: .25rem;
    transition: all .5s ease;
}

.company-formation-section .inner:hover .image img {
    transform: scale(1.1);
}

.company-formation-how-section {
    background: #111;
}

.company-formation-how-section .process-wrap {
    position: relative;
}

.company-formation-how-section .process-wrap .process-line {
    position: absolute;
    height: 91%;
    width: 4px;
    background: #fff;
    left: 39px;
    top: 30px;
    transform: translateX(-50%);
    z-index: 0;
}

.company-formation-how-section .process-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.company-formation-how-section .process-box .num {
    background: #df1b1c;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
    margin-top: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.company-formation-how-section .process-box .num-text {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    width: calc(100% - 100px);
    position: relative;
}

.company-formation-how-section .process-box .num-text:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 50%;
    z-index: 0;
    left: -7px;
    transform: translate(0, -50%) rotate(45deg);
}

.company-formation-how-section .process-box h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
}

.company-formation-how-section .process-box p {
    margin-top: 5px;
}

.mainland-company-formation {
    background: #111;
}

.mainland-company-formation .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 490px;
}

.mainland-company-formation h6 {
    font-size: 16px;
    line-height: 26px;
}

.mainland-company-formation .right {
    padding-right: 15px;
}

.mainland-company-formation .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.freezone-company-formation .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 490px;
}

.freezone-company-formation h6 {
    font-size: 16px;
    line-height: 26px;
}

.freezone-company-formation .right {
    padding-left: 15px;
}

.freezone-company-formation .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.offshore-company-formation {
    background: #111;
}

.offshore-company-formation .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 600px;
}

.offshore-company-formation h6 {
    font-size: 16px;
    line-height: 26px;
}

.offshore-company-formation .right {
    padding-right: 15px;
}

.offshore-company-formation .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.cta-section {
    background: #f5f5f5;
}

.cta-section .inner {
    border-radius: 5px;
    margin-right: 5%;
    overflow: hidden;
}

/* ABOUT PAGE SECTION * -------------------------- */

.bl-point-box-accounting {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 25px 15px 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    background: #8b0004;
    border-radius: 5px;
    height: 100%;
}

.accounting-and-auditing-section .image {
    padding-right: 5%;
}

.accounting-and-auditing-section .image img {
    border-radius: .25rem;
}

.accounting-and-auditing-section .feature-box-2 {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.accounting-and-auditing-section .feature-box-2:last-child {
    margin-bottom: 0;
}

.accounting-and-auditing-section .feature-box-2 .icon {
    width: 55px;
    height: 55px;
    background: #8b0004;
    position: relative;
    color: #fff;
    border-radius: 50%;
}

.accounting-and-auditing-section .feature-box-2 .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.accounting-and-auditing-section .feature-box-2 .icon-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.03rem;
    padding-left: 15px;
    color: #333;
}

.accounting-and-auditing-section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.accounting-and-auditing-how-section {
    background: #111;
    overflow: hidden;
    position: relative;
}

.accounting-and-auditing-how-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.accounting-and-auditing-how-section .side-img {
    position: absolute;
    width: 48%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/accounting-and-auditing-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.company-formation-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.accounting-section {
    background: #111;
}

.accounting-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 400px;
    margin-top: 30px;
}

.accounting-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.accounting-section .right {
    padding-left: 15px;
    margin-top: 30px;
}

.accounting-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.internal-audit-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 350px;
    margin-top: 30px;
}

.internal-audit-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.internal-audit-section .right {
    padding-right: 15px;
    margin-top: 30px;
}

.internal-audit-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.risk-management-section {
    background: #111;
}

.risk-management-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 450px;
}

.risk-management-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.risk-management-section .right {
    padding-left: 15px;
}

.risk-management-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.forensic-audit-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 420px;
}

.forensic-audit-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.forensic-audit-section .right {
    padding-right: 15px;
}

.forensic-audit-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.due-diligence-section {
    background: #111;
}

.due-diligence-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 350px;
    margin-top: 30px;
}

.due-diligence-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.due-diligence-section .right {
    padding-left: 15px;
    margin-top: 30px;
}

.due-diligence-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.system-audit-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 410px;
    margin-top: 30px;
}

.system-audit-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.system-audit-section .right {
    padding-right: 15px;
    margin-top: 30px;
}

.system-audit-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

/* COMPLIANCES & REGULATIONS SECTION * -------------------------- */

.mmt-20 {
    margin-top: -20px;
}

.compliances-and-regulations-section .bl-point-box {
    padding: 30px;
    margin-top: 24px;
    height: auto;
    font-size: 14px;
}

.compliances-and-regulations-section .bl-point-box.three {
    padding-right: 50px;
}

.compliances-and-regulations-section .feature-box-3 {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    margin-top: 110px;
    text-align: center;
    height: calc(100% - 110px);
    position: relative;
    padding-top: 120px;
    border: 8px solid #8b0004;
}

.compliances-and-regulations-section .feature-box-3 h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.04rem;
    line-height: 18px;
}

.compliances-and-regulations-section .feature-box-3 .feature-image {
    width: 75%;
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translateX(-50%);
}

.compliances-and-regulations-section .feature-box-3 .feature-text {
    padding: 20px 15px;
}

.vat-section {
    background: #111;
}

.vat-section .bullets-style-1 li {
    color: #fff;
}

.vat-section .image {
    padding-left: 5%;
}

.vat-section .image img {
    border-radius: .25rem;
}

.aml-section h6 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.aml-section .image {
    padding-right: 5%;
}

.aml-section .image img {
    border-radius: .25rem;
}

.esr-section {
    background: #111;
}

.esr-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.esr-section .bullets-style-1 li {
    color: #fff;
}

.esr-section .image {
    padding-left: 5%;
}

.esr-section .image img {
    border-radius: .25rem;
}

.ehr-bullets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ehr-bullets li {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    width: 50%;
}

.ehr-bullets li:last-child {
    width: 100%;
}

.ehr-bullets li:before {
    content: "\f633";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.ubo-section h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.compliances-and-regulations-section.company-formation-section .inner h4 {
    margin-top: -28px;
}

.vat-sec {
    background: #111;
}

.vat-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 450px;
    margin-top: 30px;
}

.vat-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.vat-sec .right {
    padding-left: 15px;
    margin-top: 30px;
}

.vat-sec .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.esr-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 420px;
    margin-top: 30px;
}

.esr-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.esr-sec .right {
    padding-right: 15px;
    margin-top: 30px;
}

.esr-sec .bullets-style-1 {
    display: flex;
    flex-wrap: wrap;
}

.esr-sec .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
    width: 50%;
}

.esr-sec .bullets-style-1 li:last-child {
    width: 100%;
}

.aml-sec {
    background: #111;
}

.aml-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 350px;
    margin-top: 30px;
}

.aml-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.aml-sec .right {
    padding-left: 15px;
    margin-top: 30px;
}

.aml-sec .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.ubo-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 470px;
    margin-top: 30px;
}

.ubo-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.ubo-sec .right {
    padding-right: 15px;
    margin-top: 30px;
}

.ubo-sec .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

/* CORPORATE FINANCE & VALUATIONS PAGE SECTION * -------------------------- */

.corporate-box {
    padding: 25px 25px 18px 25px;
}

span.highlighted-span2 {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.corporate-finance-and-valuations-section .image {
    padding-left: 5%;
}

.corporate-finance-and-valuations-section .image img {
    border-radius: .25rem;
}

.corporate-finance-and-valuations-section .feature-box-4 {
    text-align: center;
    border: 8px solid #333;
    padding: 20px 30px;
    position: relative;
    min-width: 210px;
    margin-top: 45px;
}

.corporate-finance-and-valuations-section .feature-box-4 .icon {
    width: 120px;
    height: 120px;
    background: #8b0004;
    margin: -85px auto 5px auto;
    position: relative;
    border: 10px solid #FFF;
}

.corporate-finance-and-valuations-section .feature-box-4 .icon i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
}

.corporate-finance-and-valuations-section .feature-box-4 h4 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
    letter-spacing: -.03rem;
}

.cfav-services {
    background: #111;
}

.cfav-services .image {
    padding-right: 5%;
}

.cfav-services .image img {
    border-radius: .25rem;
}

.cfav-services .cfav-wrap {
    margin-top: -30px;
}

.cfav-services .cfav-box {
    margin-top: 30px;
}

.cfav-services .cfav-box h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -.04rem;
}

.cfav-services-2 .cfav-wrap {
    margin-top: -30px;
}

.cfav-services-2 .cfav-box {
    margin-top: 30px;
}

.cfav-services-2 .cfav-box h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.04rem;
}

.cfav-services-2 .image {
    padding-left: 5%;
}

.cfav-services-2 .image img {
    border-radius: .25rem;
}

.business-valuation-section {
    background: #111;
}

.business-valuation-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 420px;
    margin-top: 30px;
}

.business-valuation-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.business-valuation-section .right {
    padding-left: 15px;
    margin-top: 30px;
}

.business-valuation-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.due-diligences-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 370px;
    margin-top: 30px;
}

.due-diligences-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.due-diligences-section .right {
    padding-right: 15px;
    margin-top: 30px;
}

.due-diligences-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.feasibility-study-section {
    background: #111;
}

.feasibility-study-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 270px;
    margin-top: 30px;
}

.feasibility-study-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.feasibility-study-section .right {
    padding-left: 15px;
    margin-top: 30px;
}

.feasibility-study-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.trade-financing-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 330px;
    margin-top: 30px;
}

.trade-financing-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.trade-financing-section .right {
    padding-right: 15px;
    margin-top: 30px;
}

.trade-financing-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.private-equity-financing-section {
    background: #111;
}

.private-equity-financing-section .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 480px;
    margin-top: 0;
}

.private-equity-financing-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.private-equity-financing-section .right {
    padding-left: 15px;
    margin-top: 0;
}

.private-equity-financing-section .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

/* PRO SERVICES PAGE SECTION * -------------------------- */

.bl-point-box.pro-services-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 25px 25px 20px 25px;
}

/*.pro-services-section .image {
    padding-right: 5%;
}*/

.pro-services-section .image img {
    border-radius: .25rem;
}

.pro-services-section .feature-box-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-services-section .feature-box-5 .image {
    width: 150px;
    position: relative;
}

.pro-services-section .feature-box-5 .image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 136%;
    border: 5px solid #8b0004;
    border-right: 0;
    top: -15px;
    left: -15px;
}

.pro-services-section .feature-box-5.second .image:before {
    border: 5px solid #8b0004;
    border-right: 5px solid #8b0004;
    border-left: 0;
    top: -15px;
    left: auto;
    right: -15px;
}

.pro-services-section .feature-box-5 h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.03rem;
    padding-left: 15px;
    color: #333;
}

.pro-services-section .feature-box-5.second {
    margin-top: 0px;
}

.pro-services-section .feature-box-5.second .image {
    order: 2;
}

.pro-services-section .feature-box-5.second h4 {
    padding-left: 0;
    padding-right: 15px;
}

.pro-services-section .feature-box-5.third {
    margin-top: 10px;
}

.why-us-pro-section {
    background: #111;
    overflow: hidden;
    position: relative;
}

.why-us-pro-section .left {
    padding-right: 5%;
}

.why-us-pro-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.why-us-pro-section .side-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/why-us-pro-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.our-services-include-section {
    position: relative;
}

.our-services-include-section .right {
    padding-left: 5%;
}

.our-services-include-section .side-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/our-services-include-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pro-services-section.company-formation-section .inner h4 {
    font-size: 17px;
}

.visa-sec {
    background: #111;
}

.visa-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 540px;
    margin-top: 30px;
}

.visa-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.visa-sec .right {
    padding-left: 15px;
    margin-top: 30px;
}

.visa-sec .bullets-style-1 li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.labour-sec .image {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 540px;
    margin-top: 30px;
}

.labour-sec h6 {
    font-size: 16px;
    line-height: 26px;
}

.labour-sec .right {
    padding-right: 15px;
    margin-top: 30px;
}

.labour-sec .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

/* CORPORATE TAX PAGE SECTION * -------------------------- */

.corporate-tax-section .image {
    padding-left: 5%;
}

.corporate-tax-section .image img {
    border-radius: .25rem;
}

.corporate-tax-section .bl-point-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate-tax-section .feature-box-6 {
    text-align: center;
    border: 5px solid #333;
    padding: 0 15px 15px 15px;
    position: relative;
    margin-top: 30px;
}

.corporate-tax-section .feature-box-6:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    left: 50%;
    top: -10px;
    width: 100px;
    transform: translateX(-50px);
}

.corporate-tax-section .feature-box-6 .icon {
    background: #8b0004;
    width: 70px;
    height: 70px;
    position: relative;
    margin: -40px auto 15px auto;
    color: #fff;
    z-index: 1;
    border-radius: 50%;
}

.corporate-tax-section .feature-box-6 .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
}

.corporate-tax-section .feature-box-6 h4 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    border-radius: 5px;
}

.corporate-tax-section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.corporate-tax-introduction-section {
    background: #111;
}

.corporate-tax-introduction-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.corporate-tax-section .left {
    margin-top: 30px;
}

.corporate-tax-section .left .image {
    max-height: 350px;
    overflow: hidden;
    border-radius: 0.25rem;
    padding: 0;
}

.corporate-tax-section .right {
    margin-top: 30px;
    padding-left: 15px;
}

.corporate-tax-section h6 {
    font-size: 16px;
    line-height: 26px;
}

.corporate-tax-section .bullets-style-1 li {
    font-size: 14px;
    line-height: 24px;
}

.corporate-tax-section-2 {
    background: #111;
}

.corporate-tax-section-2 .image {
    max-height: 430px;
    overflow: hidden;
    border-radius: 0.25rem;
}

.corporate-tax-section-2 .right {
    padding-right: 15px;
}

.corporate-tax-section-2 h6 {
    font-size: 16px;
    line-height: 26px;
}

.corporate-tax-section.corporate-tax-section-3 .image {
    max-height: 290px;
    overflow: hidden;
    border-radius: 0.25rem;
}

.corporate-tax-section-3 .table-sec {
    margin-top: 30px;
}

.table>:not(:first-child) {
    border-top: 0;
}

.corporate-tax-section-2.corporate-tax-section-4 .image {
    max-height: 380px;
    overflow: hidden;
    border-radius: 0.25rem;
}

/* NEWS & UPDATES PAGE SECTION * -------------------------- */

.blog-section.news-and-updates-section {
    background: #fff;
    padding: 5rem 0;
}

.pagination-wrap {
    margin-top: 50px;
}

.pagination {
    justify-content: center;
}

.pagination .active a {
    color: #df1b1c;
    background-color: transparent;
    font-weight: 600;
}

.pagination .active a:hover {
    background-color: transparent;
    color: #143361;
    border: 0px;
}

.pagination .active a:focus {
    background-color: transparent;
    color: #143361;
    outline: none;
}

.pagination li a {
    border: 1px;
    margin-left: 0px;
    color: #707070;
    padding: 7px 2px;
    margin: 0px 20px;
    font-weight: 600;
}

.pagination li a:hover {
    background-color: transparent;
    color: #df1b1c;
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

.pagination li a:focus {
    outline: none;
    background-color: transparent;
    /*color:#707070;*/
}

.pagination li:first-child a,
.pagination li:last-child a {
    border: 2px solid #df1b1c !important;
    border-radius: 6px;
    margin: 0px;
    padding: 6px 12px;
    border: 2px solid;
    font-size: 14px;
    color: #df1b1c;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #df1b1c;
}

.pagination li:first-child a:focus,
.pagination li:last-child a:focus {
    outline: none;
}

/* NEWS & UPDATES DETAILS PAGE SECTION * -------------------------- */

.news-and-updates-details-section .news-left {
    margin-top: 30px;
}

.news-and-updates-details-section .news-left .news-wrap .image img {
    border-radius: .25rem;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta {
    margin-top: 15px;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta span:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -16px;
    width: 1px;
    height: 14px;
    background-color: rgba(0, 0, 0, .3);
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta span:last-child {
    margin-right: 0;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta span:last-child:after {
    display: none;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta a {
    color: #777;
}

.news-and-updates-details-section .news-left .news-wrap .blog-meta a i {
    font-size: 13px;
    position: relative;
    top: -1px;
    color: #df1b1c;
}

.news-and-updates-details-section .news-left .news-wrap h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 35px;
    background-color: #f9f9f9;
    text-align: left;
    margin: 30px 0;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-icon {
    width: 70px;
    height: 100px;
    position: relative;
    z-index: 1;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-icon i {
    color: #df1b1c;
    font-size: 68px;
    line-height: 0.8;
    margin: 0 auto;
    position: relative;
    top: -7px;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-text {
    width: calc(100% - 100px);
    margin-left: 30px;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-text p {
    color: #000;
    font-weight: 500;
    margin: 0;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-text h6 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 20px 0 0;
    line-height: 1.2;
    padding-left: 60px;
}

.news-and-updates-details-section .news-left .news-wrap .block-quote .quote-text h6:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 45px;
    height: 2px;
    background-color: #df1b1c;
}

.news-and-updates-details-section .news-left .news-wrap h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.news-and-updates-details-section .news-left .news-wrap ol {
    margin: 0 0 0 0;
    list-style-position: inside;
    padding: 0;
}

.news-and-updates-details-section .news-left .news-wrap ol li {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.news-and-updates-details-section .news-left .comments {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 25px;
}

.news-and-updates-details-section .news-left .comments h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.news-and-updates-details-section .news-left .comments h3 span {
    border-bottom: 3px solid #df1b1c;
    display: inline-block;
    padding-bottom: 5px;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item {
    padding: 0 0 20px 90px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item .review-comments-avatar {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text {
    padding: 20px 20px 15px;
    background: #f9f9f9;
    border-radius: 6px;
    position: relative;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: #fff;
    border-right-color: #f9f9f9;
    border-width: 10px;
    margin-top: -10px;
    pointer-events: none;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text .comment-time {
    position: relative;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
}

.news-and-updates-details-section .news-left .post-comments {
    margin-top: 30px;
}

.news-and-updates-details-section .news-left .post-comments h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.news-and-updates-details-section .news-left .post-comments h3 span {
    border-bottom: 3px solid #df1b1c;
    display: inline-block;
    padding-bottom: 5px;
}

.news-and-updates-details-section .news-left .post-comments .comment-form {
    margin-top: 20px;
}

.news-and-updates-details-section .news-left .post-comments .comment-form .form-group {
    margin: 0 0 15px;
    position: relative;
}

.news-and-updates-details-section .news-left .post-comments .comment-form input,
.news-and-updates-details-section .news-left .post-comments .comment-form textarea {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000;
}

.news-and-updates-details-section .news-right {
    margin-top: 30px;
}

.news-and-updates-details-section .news-right .sidebar-widget {
    margin: 0 0 30px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 25px;
}

.news-and-updates-details-section .news-right .sidebar-widget .search-box {
    position: relative;
}

.news-and-updates-details-section .news-right .sidebar-widget .search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #f9f9f9;
    border: none;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 0;
}

.news-and-updates-details-section .news-right .sidebar-widget .search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    background: 0 0;
}

.news-and-updates-details-section .news-right .sidebar-widget h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.news-and-updates-details-section .news-right .category-box ul {
    margin: 0;
}

.news-and-updates-details-section .news-right .category-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.news-and-updates-details-section .news-right .category-box ul li:last-child {
    margin-bottom: 0;
}

.news-and-updates-details-section .news-right .category-box ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    transition: .4s;
    font-weight: 500;
}

.news-and-updates-details-section .news-right .category-box ul li a:hover {
    color: #df1b1c;
    padding-left: 10px;
}

.news-and-updates-details-section .news-right .category-box ul li a i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: .8;
    color: #df1b1c;
    transition: .4s;
}

.news-and-updates-details-section .news-right .category-box ul li a .cat-name {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-and-updates-details-section .news-right .category-box ul li a span {
    float: right;
    font-weight: 400;
    opacity: .5;
    margin-left: 4px;
    font-size: 14px;
    color: #666;
    margin-top: -23px;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    align-items: center;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item:last-child {
    margin: 0 0 0;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-img img {
    border-radius: 4px;
    object-fit: cover;
    width: 85px;
    height: 85px;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 0;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 20px;
    color: #888;
    margin-bottom: 10px;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info span i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    line-height: .8;
    color: #df1b1c;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info h6 a {
    color: #333;
}

.news-and-updates-details-section .news-right .popular-post-widget .pp-post-item:hover .pp-post-info h6 a {
    color: #df1b1c;
}

.tag-list ul {
    margin-top: -12px;
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0;
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px 11px;
    color: #666;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
    border-radius: 5px;
    background: #fff;
}

.tag-list ul li a:hover {
    color: #fff;
    border: 1px solid #8b0004;
    background: #8b0004;
}

/* OUR CLIENTS PAGE SECTION * -------------------------- */

.clients-section .client-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -30px;
}

.clients-section .client-wrap .item-box {
    width: 20%;
    padding: 0 15px;
}

.clients-section .client-wrap .item-box .clients-box {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}

/* CAREER PAGE SECTION * -------------------------- */

.career-section .left {
    padding-right: 15px;
}

.career-section h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.career-section .right {
    padding-left: 15px;
}

.career-section .right .inner {
    padding: 15px;
    background: #8b0004;
    border-radius: 5px;
    margin-top: 25px;
}

.career-section .right .inner h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.career-section .right .inner p {
    margin-top: 10px;
}

.jobs-section {
    background: #f5f5f5;
}

.jobs-section .job-box {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px;
}

.jobs-section .job-box h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.jobs-section .job-box ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.jobs-section .job-box ul li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jobs-section .job-box ul li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.9;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label::after {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 40px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #fff;
    content: "Browse";
    background-color: #8b0004;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.modal .form-control {
    height: 40px;
}

.modal .form-group {
    margin-bottom: 15px;
}

.modal .form-group.select {
    position: relative;
}

.modal .form-group.select i {
    position: absolute;
    right: 10px;
    top: 13px;
}

.modal textarea.form-control {
    height: 100%;
}

/* TESTIMONIALS PAGE SECTION * -------------------------- */

.testimonials-page-section .left {
    padding-right: 15px;
}

.testimonials-page-section .right {
    padding-left: 15px;
}

.testimonials-page-section .testimonials-box {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
    position: relative;
    transition: all 1000ms ease;
}

.testimonials-page-section .testimonials-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 5px;
    background-color: #8b0004;
    transition: all 1000ms ease;
}

.testimonials-page-section .testimonials-box:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 5px;
    background-color: #8b0004;
    transition: all 1000ms ease;
}

.testimonials-page-section .testimonials-box:hover {
    transform: translateY(-20px);
}

.testimonials-page-section .testimonials-box:hover::before,
.testimonials-page-section .testimonials-box:hover::after {
    width: 100%;
}

.testimonials-page-section .testimonials-box .quote-icon {
    position: absolute;
    right: 45px;
    top: 30px;
    color: #e0e0e0;
    font-size: 70px;
    line-height: 1em;
    transition: all 500ms ease;
}

.testimonials-page-section .testimonials-box .user-img {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    border-radius: 50px;
}

.testimonials-page-section .testimonials-box .user-img:before {
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50px;
    border: 2px solid #8b0004;
}

.testimonials-page-section .testimonials-box .user-img img {
    border-radius: 50px;
}

.testimonials-page-section .testimonials-box .author-name {
    margin-top: 10px;
}

.testimonials-page-section .testimonials-box .author-name h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.testimonials-page-section .testimonials-box .author-name .business-name {
    font-size: 14px;
    color: #666;
}

.testimonials-page-section .testimonials-box .author-name .rating {
    color: #FFB341;
    letter-spacing: -.05rem;
    margin-top: 5px;
}

/* CONTACT US PAGE SECTION * -------------------------- */

.contact-section .left {
    padding-right: 15px;
    margin-top: 30px;
}

.contact-section .contact-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact-section .contact-box .icon {
    width: 50px;
    height: 50px;
    background: #df1b1c;
    border-radius: 5px;
    position: relative;
}

.contact-section .contact-box .icon i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.contact-section .contact-box .icon-text {
    padding-left: 15px;
}

.contact-section .contact-box .icon-text h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 0;
}

.contact-section .contact-box .icon-text p {
    margin-top: 4px;
}

.contact-section .right {
    padding-left: 15px;
    margin-top: 30px;
}

.contact-section .contact-form {
    background: #8b0004;
    padding: 50px 50px;
    margin-bottom: -110px;
    border-radius: 0;
    margin-left: 40px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 25%);
    position: relative;
    z-index: 1;
}

.contact-section .contact-form .phone-num {
    display: flex;
}

.contact-section .contact-form .phone-num .country {
    width: 100px;
    margin-right: 0px;
    position: relative;
}

.contact-section .contact-form .phone-num .country .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}

.contact-section .contact-form .phone-num .phone {
    flex-grow: 1;
    border-left: 1px solid #ddd;
}

.contact-section .contact-form .phone-num .phone .form-control {
    border-radius: 0 0.25rem 0.25rem 0;
}

.contact-section .contact-form .captcha-box {
    display: flex;
    align-items: center;
}

.contact-section .contact-form .captcha-box .ccode {
    border-radius: 0.25rem;
    background-color: #fff;
    line-height: 46px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* GET A QUOTE PAGE SECTION * -------------------------- */

.get-a-quote-section .inner {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
}

.get-a-quote-section .inner h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: -.03rem;
    margin-top: 20px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.375rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #555 solid 0.125rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::after {
    -webkit-transition: background-size .15s ease-in-out;
    transition: background-size .15s ease-in-out;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 50%;
    background-size: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ea1c2b;
    background-color: #ea1c2b;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    margin-left: 5px;
    font-size: 11px;
    margin-top: -2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    -webkit-transition: background-size .15s ease-in-out;
    transition: background-size .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-width: 2px;
    border-radius: 2px;
}

.get-a-quote-section label {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}

.get-a-quote-section label span {
    color: #ea1c2b;
}

hr {
    background-color: rgba(0, 0, 0, .3);
}

.mmt-4 {
    margin-top: -1.5rem !important;
}

.float-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    z-index: 9;
}

.float-icons a {
    display: block;
}

.float-icons .mail {
    margin-top: 10px;
}

.clients-section .client-wrap .item-box .client-title {
    color: #df1b1c;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.43;
    font-weight: 600;
    margin-top: 5px;
}

#contactmodal .phone-num {
    display: flex;
}

#contactmodal .phone-num .country {
    width: 75px;
    margin-right: 0px;
    position: relative;
}

#contactmodal .country .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: 0;
}

#contactmodal .phone-num .phone {
    flex-grow: 1;
    border-left: 0;
}

#contactmodal .phone-num .phone .form-control {
    border-radius: 0 0.25rem 0.25rem 0;
}

.pricing-section .pricing-box {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(51 51 51 / 10%);
}

.pricing-section .pricing-box .pricing-header {
    background: #df1b1c;
    padding: 15px 15px 20px 15px;
    text-align: center;
    position: relative;
    perspective: 100px;
    color: #fff;
}

.pricing-section .pricing-box .pricing-header:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 45px;
    background: #333;
    top: 6px;
    left: 50%;
    transform: translateX(-50%) rotateX(-45deg);
    z-index: 0;
    transform-style: preserve-3d;
    border-radius: 0 0 10px 10px;
}

.pricing-section .pricing-box .pricing-header h3 {
    font-size: 16px;
    letter-spacing: -.03rem;
    position: relative;
    z-index: 1;
    color: #fff;
}

.pricing-section .pricing-box .pricing-header .pers {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-section .pricing-box .pricing-header .price {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.pricing-section .pricing-box .pricing-header .billed {
    margin-top: 5px;
}

.pricing-section .pricing-box .pricing-header .billed span {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 5 10px;
    font-size: 12px;
    border-radius: 5px;
    text-transform: capitalize;
}

.pricing-section .pricing-box .pricing-body {
    padding: 15px;
}

.bullets-style-2 {
    min-height: 290px;
}

.bullets-style-2 li {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.bullets-style-2 li:last-child {
    margin-bottom: 0;
}

.bullets-style-2 li:before {
    content: "\f26b";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #df1b1c;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .banner-section .video-wrap {
        width: 42%;
        top: 98px;
    }

    .video-wrap video {
        width: 168%;
        left: -200px;
    }

    .about-section .image {
        padding-right: 0;
    }

    .flip-card {
        height: 280px;
    }

    .flip-card-front img {
        object-fit: cover;
        height: 280px;
    }

    .flip-card-back {
        padding: 30px 25px;
    }

    .services-section .flip-card .inner .content h4,
    .flip-card-front .front-inner h4 {
        font-size: 18px;
    }

    .testimonials-section .callback-form-card .captcha-box .cinput {
        width: calc(100% - 100px);
    }

    .main-title {
        font-size: 32px;
        line-height: 42px;
    }

    .footer-section .footer-top h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .inner-banner-section .banner-img {
        top: auto;
        bottom: 0;
    }

    .company-formation-section .inner h4 {
        font-size: 16px;
    }

    .mainland-company-formation .image {
        max-height: 514px;
    }

    .mainland-company-formation .image img {
        object-fit: cover;
        height: 514px;
    }

    .freezone-company-formation .image {
        max-height: 562px;
    }

    .freezone-company-formation .image img {
        object-fit: cover;
        height: 562px;
    }

    .offshore-company-formation .image {
        max-height: 653px;
    }

    .offshore-company-formation .image img {
        object-fit: cover;
        height: 653px;
    }

    .inner-banner-section .inner .inner-caption {
        padding: 100px 0 40px 0;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .business-valuation-section .image {
        max-height: 540px;
    }

    .business-valuation-section .image img {
        object-fit: cover;
        height: 535px;
    }

    .due-diligences-section .image {
        max-height: 485px;
    }

    .due-diligences-section .image img {
        object-fit: cover;
        height: 485px;
    }

    .trade-financing-section .image {
        max-height: 360px;
    }

    .private-equity-financing-section .image {
        max-height: 565px;
    }

    .private-equity-financing-section .image img {
        object-fit: cover;
        height: 565px;
    }

    .accounting-section .image {
        max-height: 450px;
    }

    .internal-audit-section .image {
        max-height: 370px;
    }

    .risk-management-section .image {
        max-height: 532px;
    }

    .risk-management-section .image img {
        object-fit: cover;
        height: 532px;
    }

    .forensic-audit-section .image {
        max-height: 430px;
    }

    .due-diligence-section .image {
        max-height: 392px;
    }

    .due-diligence-section .image img {
        object-fit: cover;
        height: 392px;
    }

    .system-audit-section .image {
        max-height: 430px;
    }

    .vat-sec .image {
        max-height: 500px;
    }

    .vat-sec .image img {
        object-fit: cover;
        height: 500px;
    }

    .esr-sec .image {
        max-height: 473px;
    }

    .esr-sec .image img {
        object-fit: cover;
        height: 473px;
    }

    .aml-sec .image {
        max-height: 390px;
    }

    .aml-sec .image img {
        object-fit: cover;
        height: 390px;
    }

    .ubo-sec .image {
        max-height: 566px;
    }

    .ubo-sec .image img {
        object-fit: cover;
        height: 566px;
    }

    .visa-sec .image {
        max-height: 612px;
    }

    .visa-sec .image img {
        object-fit: cover;
        height: 612px;
    }

    .corporate-tax-section .left .image {
        max-height: 406px;
    }

    .corporate-tax-section .left .image img {
        object-fit: cover;
        height: 406px;
    }

    .corporate-tax-section-2 .image {
        max-height: 475px;
    }

    .corporate-tax-section-2 .image img {
        object-fit: cover;
        height: 475px;
    }

    .corporate-tax-section.corporate-tax-section-3 .left .image {
        max-height: 345px;
    }

    .corporate-tax-section.corporate-tax-section-3 .left .image img {
        object-fit: cover;
        height: 345px;
    }

    .news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .clients-section .client-wrap .item-box {
        width: 25%;
        padding: 0 15px;
    }

    .google-maps {
        padding-bottom: 50%;
    }

    .bullets-style-2 {
        min-height: 260px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        color: #333;
        font-weight: 500;
        letter-spacing: -.04rem;
        text-transform: uppercase;
        font-size: 14px;
        padding: 1rem 0.5rem;
    }
}

@media (max-width: 992px) {
    .banner-section .banner-text h1 .title-main {
        font-size: 3.9rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 28px;
        line-height: 38px;
    }

    .about-section-2 .image {
        padding-right: 0;
    }

    .main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .visa-sec .image {
        max-height: 660px;
    }

    .visa-sec .image img {
        object-fit: cover;
        height: 660px;
    }

    .corporate-tax-section .left .image {
        max-height: 452px;
    }

    .corporate-tax-section .left .image img {
        object-fit: cover;
        height: 452px;
    }
}

@media (max-width: 768px) {
    .banner-section .banner-form .phone {
        margin-right: 10px;
        max-width: 100%;
        width: 54%;
    }

    .btn {
        font-size: 14px;
    }

    nav .navbar-toggler {
        margin-top: 20px;
        z-index: 1;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: -78px;
        padding-top: 80px;
    }

    .banner-section {
        height: auto;
        background-size: 100%;
    }

    .banner-section .banner-text {
        margin: 180px 0 0 0;
    }

    .video-wrap video {
        left: 0;
    }

    .banner-section .banner-form {
        margin-left: 0;
        padding-top: 15px;
    }

    .highlights-section {
        margin-top: 0px;
    }

    .highlights-box-1,
    .highlights-box-2 {
        margin-bottom: 1px;
    }

    .about-section .image {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .about-section h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials-section .testimonials-wrap {
        top: -35px;
    }

    .testimonials-section .callback-form-card {
        margin-top: 0;
        margin-left: 0;
    }

    .top-title {
        margin-top: 15px;
    }

    .main-title {
        font-size: 28px;
        line-height: 34px;
    }

    .ft-logo img {
        width: 100px;
    }

    .footer-section .footer-top h3 {
        font-size: 26px;
    }

    .footer-section .footer-top p {
        font-size: 14px;
    }

    .footer-section .footer-top .right {
        padding-left: 0;
        padding-top: 20px;
    }

    .footer-section .footer-copyright,
    .footer-section .footer-copyright .right {
        text-align: center;
    }

    .footer-section .footer-copyright p {
        margin-top: 5px;
    }

    .center-main-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inner-banner-section .inner {
        background-color: #faf6f7;
        background-blend-mode: color;
    }

    .inner-banner-section .banner-img {
        display: none
    }

    .inner-banner-section .inner .inner-caption {
        padding: 90px 0 50px 0;
    }

    .founder-message-section .right {
        margin-left: 0;
        margin-top: 15px
    }

    .clients-section .client-wrap {
        margin-top: -30px;
    }

    .clients-section .client-wrap .item-box {
        width: 50%;
    }

    .career-section .right {
        padding-left: 0;
    }

    .contact-section .contact-form {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .contact-section .right {
        padding-left: 0;
    }

    .bl-point-box,
    .bl-point-box-accounting {
        line-height: 20px;
        text-align: left;
        font-size: 12px;
        margin-bottom: 20px;
        height: auto;
        align-items: start;
    }

    .bl-point-box-accounting,
    .pro-services-box,
    .corporate-tax-section .bl-point-box {
        height: 90%;
    }

    span.highlighted-span2 {
        font-size: 18px
    }

    .bl-point-box span {
        font-size: 15px;
    }

    .bl-point-box span.highlighted-span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .company-formation-how-section .process-box .num {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .company-formation-how-section .process-wrap .process-line {
        left: 24px;
        top: 85px;
        height: 82%;
    }

    .company-formation-how-section .process-box {
        align-items: center;
    }

    .company-formation-how-section .process-box .num-text {
        width: calc(100% - 70px);
    }

    .company-formation-how-section .process-box h4 {
        font-size: 18px;
    }

    .company-formation-how-section .process-box p {
        font-size: 12px;
    }

    .company-formation-how-section .process-box .num-text:before {
        transform: translate(0, -30%) rotate(45deg);
    }

    .accounting-and-auditing-how-section .side-img,
    .why-us-pro-section .side-img,
    .our-services-include-section .side-img {
        display: none;
    }

    .feature-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .mmt-20-res768 {
        margin-top: -20px;
    }

    .accounting-and-auditing-section .feature-box-2 .icon-text {
        font-size: 22px;
        padding-left: 15px;
        color: #333;
    }

    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 55%;
        left: 50%;
        top: -29%;
        transform: translateX(-50%);
    }

    .pro-services-section .feature-box-5 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }

    .pro-services-section .feature-box-5 .image-text {
        width: calc(100% - 150px);
    }

    .pro-services-section .feature-box-5 h4 {
        font-size: 20px;
    }

    .pro-services-section .feature-box-5.second h4 {
        padding-left: 0;
        padding-right: 15px;
        text-align: right;
    }

    .pro-services-section .feature-box-5.third {
        margin-top: 0;
    }

    .mainland-company-formation .image,
    .freezone-company-formation .image,
    .offshore-company-formation .image {
        max-height: 500px;
        margin-bottom: 20px;
    }

    .mainland-company-formation .image img,
    .freezone-company-formation .image img,
    .offshore-company-formation .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .mainland-company-formation .right,
    .freezone-company-formation .right,
    .offshore-company-formation .right {
        padding: 0;
    }

    .cta-section .inner {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cta-section .inner img {
        max-width: auto;
        width: 100%;
    }

    header .navbar-brand {
        position: relative;
    }

    .banner-section .video-wrap {
        width: 42%;
        top: 128px;
    }

    .video-wrap video {
        width: 100%;
    }

    .banner-section .banner-text h1 {
        min-height: 107px;
        margin-bottom: 5px;
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 20%;
        left: 16%;
    }

    .glimpse-section .glimpse-box .point-2 {
        top: 30px;
        left: 50%;
    }

    .glimpse-section .glimpse-box .point-3 {
        top: 0;
        left: 0;
    }

    .glimpse-section .glimpse-box .point-4 {
        top: 0;
        right: 0;
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 19%;
        right: 18%;
    }

    .glimpse-section .glimpse-box .point-6 {
        bottom: 29%;
        right: 7%;
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 40px;
        left: 60%;
    }

    .glimpse-section .glimpse-box .point-8 {
        bottom: 25%;
        left: 0;
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 10%;
        left: 28%;
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 0%;
        right: 5%;
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: 0%;
        left: 7%;
    }

    .services-section {
        padding-bottom: 5rem;
    }

    .testimonials-section .testimonials-wrap {
        top: 0;
        margin-bottom: 30px;
    }

    .testimonials-section {
        background: #ffedc9;
    }

    .testimonials-section .callback-form-card {
        padding: 50px 50px;
    }

    .banner-section .banner-caption,
    .banner-section .video-wrap {
        position: static;
    }

    .banner-section .banner-caption {
        height: auto;
        margin-bottom: 30px;
    }

    .banner-section .video-wrap {
        width: 100%;
    }

    .about-section-2 .image {
        margin-bottom: 20px;
    }

    .business-valuation-section .image,
    .due-diligences-section .image,
    .feasibility-study-section .image,
    .trade-financing-section .image,
    .private-equity-financing-section .image {
        max-height: 500px;
    }

    .business-valuation-section .image img,
    .due-diligences-section .image img,
    .feasibility-study-section .image img,
    .trade-financing-section .image img,
    .private-equity-financing-section .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .business-valuation-section .right,
    .due-diligences-section .right,
    .feasibility-study-section .right,
    .trade-financing-section .right,
    .private-equity-financing-section .right {
        padding: 0;
    }

    .private-equity-financing-section .image {
        margin-bottom: 20px;
    }

    .accounting-section .image,
    .internal-audit-section .image,
    .risk-management-section .image,
    .forensic-audit-section .image,
    .due-diligence-section .image,
    .system-audit-section .image {
        max-height: 500px;
    }

    .accounting-section .image img,
    .internal-audit-section .image img,
    .risk-management-section .image img,
    .forensic-audit-section .image img,
    .due-diligence-section .image img,
    .system-audit-section .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .accounting-and-auditing-section .image,
    .accounting-section .right,
    .internal-audit-section .right,
    .risk-management-section .right,
    .forensic-audit-section .right,
    .due-diligence-section .right,
    .system-audit-section .right {
        padding: 0;
    }

    .risk-management-section .image,
    .forensic-audit-section .image {
        margin-bottom: 20px;
    }

    .vat-sec .image,
    .esr-sec .image,
    .aml-sec .image,
    .ubo-sec .image {
        max-height: 500px;
    }

    .vat-sec .image img,
    .esr-sec .image img,
    .aml-sec .image img,
    .ubo-sec .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .vat-sec .right,
    .esr-sec .right,
    .aml-sec .right,
    .ubo-sec .right {
        padding: 0;
    }

    .visa-sec .image,
    .labour-sec .image {
        max-height: 500px;
    }

    .labour-sec .image {
        margin: 0;
    }

    .visa-sec .image img,
    .labour-sec .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .visa-sec .right,
    .labour-sec .right {
        padding: 0;
    }

    .corporate-tax-section .left {
        margin-top: 0;
    }

    .corporate-tax-section .left .image,
    .corporate-tax-section-2 .image,
    .corporate-tax-section.corporate-tax-section-3 .left .image,
    .corporate-tax-section-2.corporate-tax-section-4 .image {
        max-height: 450px;
    }

    .corporate-tax-section .left .image img,
    .corporate-tax-section-2 .image img,
    .corporate-tax-section.corporate-tax-section-3 .left .image img,
    .corporate-tax-section-2.corporate-tax-section-4 .image img {
        object-fit: unset;
        height: auto;
        max-width: auto;
        width: 100%;
    }

    .corporate-tax-section .right,
    .corporate-tax-section-2 .right {
        margin-top: 30px;
        padding: 0;
    }

    .news-and-updates-details-section .news-right .sidebar-widget {
        margin: 0 0 15px;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .news-and-updates-details-section .news-left .comments h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text h4 {
        font-size: 16px;
    }

    .news-and-updates-details-section .news-right .sidebar-widget h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .clients-section .client-wrap .item-box {
        width: 33.333%;
    }

    .testimonials-page-section .right,
    .testimonials-page-section .left {
        padding: 0;
    }

    .contact-section .contact-form {
        margin: 0;
    }

    .contact-section .contact-form {
        background: #8b0004;
        padding: 35px 50px 50px 50px;
    }

    .google-maps {
        padding-bottom: 60%;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.75rem 0.5rem;
        border-top: 1px solid #f2f2f2;
    }

    .navbar .nav-item .dropdown-menu.min-wdh {
        width: 100%;
        left: -140px;
        padding: 0 0;
    }

    .navbar .nav-item .dropdown-menu {
        box-shadow: none;
        border: 0;
    }

    header h6.list-group-item {
        border-top: 1px solid #f2f2f2 !important;
    }
}

@media (max-width: 736px) {
    .compliances-and-regulations-section .feature-box-3 {
        box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
        background: #fff;
        border-radius: 5px;
        margin-top: 110px;
        text-align: center;
        height: calc(100% - 110px);
        position: relative;
        padding-top: 110px;
        border: 8px solid #8b0004;
    }

    .bullets-style-2 {
        min-height: auto;
    }
}

@media (max-width: 667px) {
    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 62%;
        left: 50%;
        top: -29%;
        transform: translateX(-50%);
    }

    header .navbar-brand {
        max-width: 140px;
        margin-top: -47px;
    }

    header .topbar ul li {
        margin-left: 5px;
    }

    header .topbar ul li a.get-quote {
        padding: 5px 10px;
    }

    .banner-section .banner-text {
        margin: 160px 0 0 0;
    }

    .banner-section .banner-form .phone {
        width: 50%;
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 23%;
        left: 14%;
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 21%;
        right: 15%;
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 0%;
        right: 0;
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: 0%;
        left: 5%;
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 40px;
        left: 63%;
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 10%;
        left: 26%;
    }

    .google-maps {
        padding-bottom: 70%;
    }
}

@media (max-width: 640px) {
    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 66%;
        left: 50%;
        top: -29%;
        transform: translateX(-50%);
    }

    .pro-services-section .feature-box-5 h4 {
        font-size: 18px;
    }

    .pro-services-section .feature-box-5 .image {
        width: 110px;
        position: relative;
    }

    .pro-services-section .feature-box-5 .image-text {
        width: calc(100% - 110px);
    }

    .pro-services-section .feature-box-5.third {
        margin-top: 10px;
    }

    .pro-services-section .feature-box-5 .image:before {
        height: 145%;
    }

    .pro-services-section .feature-box-5.second {
        margin-top: 10px;
    }

    .banner-section .banner-form .phone {
        width: 49%;
    }

    .flip-card {
        height: 300px;
    }

    .flip-card-front img {
        object-fit: cover;
        height: 300px;
    }

    .footer-section .footer-middle .ft-box ul li a,
    .footer-section .footer-middle .ft-box P,
    .footer-section .footer-copyright p {
        font-size: 13px;
    }

    header .topbar a {
        color: #333;
        font-size: 13px;
    }

    .company-formation-section .inner h4 {
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    .accounting-and-auditing-section .feature-box-2 .icon-text {
        font-size: 20px;
        padding-left: 15px;
        color: #333;
    }

    .compliances-and-regulations-section .feature-box-3 {
        box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
        background: #fff;
        border-radius: 5px;
        margin-top: 90px;
        text-align: center;
        height: auto;
        position: relative;
        padding-top: 110px;
        border: 8px solid #8b0004;
    }

    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 32%;
        left: 50%;
        top: -32%;
        transform: translateX(-50%);
    }

    .corporate-finance-and-valuations-section .feature-box-4 h4 {
        font-size: 22px;
    }

    .pro-services-section .feature-box-5.second {
        margin-top: 30px;
    }

    header .navbar-brand {
        max-width: 140px;
        margin-top: 0;
    }

    header .topbar ul {
        text-align: center;
    }

    header .topbar ul li {
        margin-left: 15px;
    }

    header .topbar ul li:first-child {
        margin-left: 0;
    }

    .banner-section .banner-text {
        margin: 200px 0 0 0;
    }

    .banner-section .banner-form .phone {
        width: 41%;
    }

    .glimpse-section .glimpse-box .gl-logo {
        transform: translate(-50%, -50%) scale(.9);
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 23%;
        left: 14%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-2 {
        top: 30px;
        left: 50%;
        transform: translateX(-50%) scale(.9);
    }

    .glimpse-section .glimpse-box .point-3 {
        top: 0;
        left: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-4 {
        top: 0;
        right: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 21%;
        right: 15%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-6 {
        bottom: 29%;
        right: 7%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 40px;
        left: 63%;
        transform: translateX(-50%) scale(.9);
    }

    .glimpse-section .glimpse-box .point-8 {
        bottom: 25%;
        left: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 10%;
        left: 26%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 0%;
        right: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: 0%;
        left: 5%;
        transform: scale(.9);
    }

    .flip-card {
        height: 250px;
    }

    .flip-card-front img {
        object-fit: cover;
        height: 250px;
    }

    .inner-banner-section .inner .inner-caption {
        padding: 120px 0 50px 0;
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }

    .company-formation-section .inner h4 {
        font-size: 16px;
    }

    .google-maps {
        padding-bottom: 75%;
    }
}

@media (max-width: 480px) {
    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 42%;
        left: 50%;
        top: -32%;
        transform: translateX(-50%);
    }

    .compliances-and-regulations-section .feature-box-3 {
        box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
        background: #fff;
        border-radius: 5px;
        margin-top: 110px;
        text-align: center;
        height: auto;
        position: relative;
        padding-top: 110px;
        border: 8px solid #8b0004;
    }

    .pro-services-section .feature-box-5 .image {
        width: 100%;
        position: relative;
    }

    .pro-services-section .feature-box-5 {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .pro-services-section .feature-box-5 .image-text {
        width: 100%;
        margin-top: 30px;
    }

    .pro-services-section .feature-box-5 h4 {
        padding: 0;
        font-size: 18px;
        text-align: center;
    }

    .pro-services-section .feature-box-5 .image:before {
        height: 115%;
    }

    .pro-services-section .feature-box-5.second h4 {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .pro-services-section .feature-box-5.second {
        margin-top: 40px;
    }

    .pro-services-section .feature-box-5.third {
        margin-top: 40px;
    }

    header .topbar ul {
        text-align: right;
    }

    header .topbar ul li {
        display: none;
    }

    header .topbar ul li:last-child {
        display: inline-block;
    }

    header .navbar-brand {
        max-width: 140px;
        margin-top: -47;
    }

    .banner-section .banner-text {
        margin: 160px 0 0 0;
    }

    .banner-section .banner-text h1 .title-main {
        font-size: 3.5rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-section .banner-form {
        flex-wrap: wrap;
        padding: 0;
    }

    .banner-section .banner-form .phone {
        width: calc(100% - 110px);
        margin: 0;
    }

    .banner-section .banner-form a {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 23%;
        left: 2%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 23%;
        right: 7%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-6 {
        bottom: 29%;
        right: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 0;
        left: 20%;
        transform: translateX(-50%) scale(.9);
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 15%;
        left: 35%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 5%;
        right: 0;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: -3%;
        left: 43%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box {
        min-height: 650px;
        position: relative;
    }

    .inner-banner-section .inner .inner-caption {
        padding: 90px 0 50px 0;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .mainland-company-formation .image,
    .freezone-company-formation .image,
    .offshore-company-formation .image {
        max-height: 350px;
        margin-bottom: 30px;
    }

    .business-valuation-section .image,
    .due-diligences-section .image,
    .feasibility-study-section .image,
    .trade-financing-section .image,
    .private-equity-financing-section .image {
        max-height: 350px;
    }

    .accounting-section .image,
    .internal-audit-section .image,
    .risk-management-section .image,
    .forensic-audit-section .image,
    .due-diligence-section .image,
    .system-audit-section .image {
        max-height: 350px;
    }

    .vat-sec .image,
    .esr-sec .image,
    .aml-sec .image,
    .ubo-sec .image {
        max-height: 350px;
    }

    .esr-sec .bullets-style-1 li {
        width: 100%;
        margin-bottom: 5px;
    }

    .visa-sec .image,
    .labour-sec .image {
        max-height: 350px;
    }

    .corporate-tax-section .left .image,
    .corporate-tax-section-2 .image,
    .corporate-tax-section.corporate-tax-section-3 .left .image,
    .corporate-tax-section-2.corporate-tax-section-4 .image {
        max-height: 350px;
    }

    .clients-section .client-wrap .item-box {
        width: 50%;
    }

    .google-maps {
        padding-bottom: 80%;
    }
}

@media (max-width: 414px) {
    .accounting-and-auditing-section .feature-box-2 .icon-text {
        font-size: 18px;
        padding-left: 15px;
        color: #333;
        text-align: left;
        width: calc(100% - 55px);
    }

    .sub-title {
        font-size: 22px;
        line-height: 32px;
    }

    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 50%;
        left: 50%;
        top: -32%;
        transform: translateX(-50%);
    }

    .banner-section .banner-text h1 .title-main {
        font-size: 3rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 21px;
        line-height: 31px;
        margin: 5px;
    }

    .main-title {
        font-size: 26px;
        line-height: 32px;
    }

    .section {
        padding: 4rem 0;
    }

    .glimpse-section .glimpse-box .gl-logo {
        transform: translate(-50%, -50%) scale(.8);
        z-index: 1;
    }

    .flip-card {
        height: 300px;
    }

    .flip-card-front img {
        object-fit: cover;
        height: 300px;
    }

    .testimonials-section .callback-form-card {
        padding: 20px 30px 30px 30px;
    }

    .blog-section {
        padding-top: 8rem;
    }

    .founder-message-section h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .our-values-section .value-box h4 {
        font-size: 18px;
    }

    .our-team-section .team-box .team-info h5 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        letter-spacing: -.04rem;
    }

    .our-team-section .team-box .team-info .designation {
        font-size: 11px;
    }

    .founder-message-section .right {
        padding: 25px;
    }

    .our-team-section .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .about-section-2 .question a {
        font-size: 16px;
    }

    .about-section-2 h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .center-main-title {
        font-size: 26px;
        line-height: 32px;
    }

    .blog-section.news-and-updates-section {
        background: #fff;
        padding: 4rem 0;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .news-and-updates-details-section .news-left .comments h3,
    .news-and-updates-details-section .news-left .post-comments h3,
    .news-and-updates-details-section .news-right .sidebar-widget h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .news-and-updates-details-section .news-left .comments .reviews-comments-item .reviews-comments-item-text h4 {
        font-size: 14px;
    }

    .contact-section .contact-form {
        background: #8b0004;
        padding: 15px 30px 30px 30px;
    }

    .contact-section .contact-form .phone-num .country {
        width: 60px;
    }

    .google-maps {
        padding-bottom: 90%;
    }
}

@media (max-width: 395px) {
    .banner-section .banner-text h1 .title-main {
        font-size: 2.5rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 20px;
        line-height: 30px;
        margin: 5px;
    }

    .banner-section .banner-text h1 {
        min-height: 90px;
        margin-bottom: 5px;
    }

    .section {
        padding: 3rem 0;
    }

    .main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: -3%;
        left: 37%;
        transform: scale(.9);
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 3%;
        right: 0;
        transform: scale(.9);
    }

    .blog-section {
        padding-top: 8rem;
    }

    .footer-section .footer-top {
        padding: 3rem 0;
    }

    .footer-section .footer-middle .inner .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-section .footer-middle .ft-box.two {
        margin-left: 0;
    }

    .footer-section .footer-middle .ft-box {
        margin-top: 30px;
    }

    .footer-section .footer-middle .ft-box h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-section .footer-copyright {
        background-color: #000;
        padding: 30px 0;
        margin-top: 3rem;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.7rem 0.6rem;
    }

    .center-main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-section.news-and-updates-section {
        background: #fff;
        padding: 3rem 0;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .news-and-updates-details-section .news-left .news-wrap .blog-meta {
        font-size: 13px;
    }

    .news-and-updates-details-section .news-left .news-wrap .blog-meta a i {
        font-size: 12px;
    }

    .news-and-updates-details-section .news-left .news-wrap .blog-meta span {
        margin-right: 15px;
    }

    .news-and-updates-details-section .news-left .news-wrap .blog-meta span:after {
        right: -9px;
        height: 12px;
    }

    .news-and-updates-details-section .news-left .comments h3,
    .news-and-updates-details-section .news-left .post-comments h3,
    .news-and-updates-details-section .news-right .sidebar-widget h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .news-and-updates-details-section .news-right .popular-post-widget .pp-post-item .pp-post-info h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .tag-list ul li a {
        font-size: 12px;
    }

    .contact-section .contact-box .icon-text h4 {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        letter-spacing: -.03rem;
        margin-top: 0;
    }

    .google-maps {
        padding-bottom: 100%;
    }
}

@media (max-width: 375px) {
    .feature-box .num h5 {
        font-size: 60px;
        line-height: 50px;
    }

    .feature-box .num h6 {
        font-size: 16px;
    }

    .feature-box .num {
        padding: 20px 20px;
        min-width: 170px;
    }

    .feature-box .num-text {
        font-size: 18px;
        line-height: 26px;
    }

    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 58%;
        left: 50%;
        top: -32%;
        transform: translateX(-50%);
    }

    .corporate-finance-and-valuations-section .feature-box-4 h4 {
        font-size: 20px;
    }

    .banner-section .banner-text h1 .title-main {
        font-size: 2.2rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 19px;
        line-height: 29px;
        margin: 5px;
    }

    .banner-section .banner-text h1 {
        min-height: 80px;
    }

    .main-title {
        font-size: 22px;
        line-height: 28px;
    }

    .glimpse-section .glimpse-box {
        min-height: 600px;
        position: relative;
    }

    .glimpse-section .glimpse-box .gl-logo {
        transform: translate(-50%, -50%) scale(.7);
        top: 47%
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 23%;
        left: 0%;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-2 {
        top: 63px;
        left: 51%;
        transform: translateX(-50%) scale(0.8);
    }

    .glimpse-section .glimpse-box .point-3 {
        top: 0;
        left: 0;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-4 {
        top: 0;
        right: 0;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 23%;
        right: 0;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-6 {
        bottom: 27%;
        right: 0;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 5%;
        left: 20%;
        transform: translateX(-50%) scale(0.8);
    }

    .glimpse-section .glimpse-box .point-8 {
        bottom: 25%;
        left: 0;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 16%;
        left: 33%;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 7%;
        right: -3%;
        transform: scale(0.8);
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: 0%;
        left: 37%;
        transform: scale(0.8);
    }

    .testimonials-section .callback-form-card .phone-num .country {
        width: 50px;
    }

    .testimonials-section .callback-form-card .captcha-box .ccode {
        width: 80px;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .center-main-title {
        font-size: 22px;
        line-height: 28px;
    }

    .mainland-company-formation .image,
    .freezone-company-formation .image,
    .offshore-company-formation .image {
        max-height: 250px;
        margin-bottom: 30px;
    }

    .business-valuation-section .image,
    .due-diligences-section .image,
    .feasibility-study-section .image,
    .trade-financing-section .image,
    .private-equity-financing-section .image {
        max-height: 250px;
    }

    .accounting-section .image,
    .internal-audit-section .image,
    .risk-management-section .image,
    .forensic-audit-section .image,
    .due-diligence-section .image,
    .system-audit-section .image {
        max-height: 250px;
    }

    .vat-sec .image,
    .esr-sec .image,
    .aml-sec .image,
    .ubo-sec .image {
        max-height: 250px;
    }

    .visa-sec .image,
    .labour-sec .image {
        max-height: 250px;
    }

    .corporate-tax-section .left .image,
    .corporate-tax-section-2 .image,
    .corporate-tax-section.corporate-tax-section-3 .left .image,
    .corporate-tax-section-2.corporate-tax-section-4 .image {
        max-height: 250px;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .clients-section .client-wrap .item-box {
        width: 100%;
    }

    .clients-section .client-wrap .item-box img {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 58%;
        left: 50%;
        top: -28%;
        transform: translateX(-50%);
    }

    .pro-services-section .feature-box-5 .image:before {
        height: 117%;
    }

    .main-title {
        font-size: 21px;
        line-height: 27px;
    }

    .footer-section .footer-top h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .center-main-title {
        font-size: 21px;
        line-height: 27px;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 21px;
        line-height: 27px;
    }
}

@media (max-width: 320px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .compliances-and-regulations-section .feature-box-3 .feature-image {
        width: 65%;
        left: 50%;
        top: -27%;
        transform: translateX(-50%);
    }

    .pro-services-section .feature-box-5 .image:before {
        height: 120%;
    }

    .banner-section .banner-text {
        margin: 150px 0 0 0;
    }

    .banner-section .banner-text h1 .title-main {
        font-size: 2rem;
    }

    .banner-section .banner-text h1 .title-sub {
        font-size: 16px;
        line-height: 26px;
        margin: 5px;
        letter-spacing: -.09rem;
    }

    .main-title {
        font-size: 20px;
        line-height: 26px;
    }

    .glimpse-section .glimpse-box .gl-logo {
        transform: translate(-50%, -50%) scale(0.6);
        top: 47%;
    }

    .glimpse-section .glimpse-box .point-1 {
        top: 23%;
        left: -5%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-2 {
        top: 63px;
        left: 51%;
        transform: translateX(-50%) scale(0.7);
    }

    .glimpse-section .glimpse-box .point-3 {
        top: 0;
        left: 0;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-4 {
        top: 0;
        right: 0;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-5 {
        top: 25%;
        right: -1%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-6 {
        bottom: 27%;
        right: -5%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-7 {
        bottom: 5%;
        left: 20%;
        transform: translateX(-50%) scale(0.7);
    }

    .glimpse-section .glimpse-box .point-8 {
        bottom: 25%;
        left: -5%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-9 {
        bottom: 16%;
        left: 30%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-10 {
        bottom: 7%;
        right: -7%;
        transform: scale(0.7);
    }

    .glimpse-section .glimpse-box .point-11 {
        bottom: 0%;
        left: 32%;
        transform: scale(0.7);
    }

    .top-title {
        font-size: 13px;
    }

    .footer-section .footer-top h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-banner-section .inner .inner-caption h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .center-main-title {
        font-size: 20px;
        line-height: 26px;
    }

    .company-formation-section .inner h4 {
        font-size: 15px;
    }

    .news-and-updates-details-section .news-left .news-wrap h1 {
        font-size: 20px;
        line-height: 26px;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

/*--------- TEAM DETAIL CSS  ---------------------------------*/

.team-detail {
    padding-top: 10rem;
    position: relative;
    overflow: hidden;
}

.team-detail .shape-1,
.team-detail .shape-2 {
    position: absolute;
    z-index: -1;
}

.team-detail .shape-1 {
    left: 0;
    top: -155px;
}

.team-detail .shape-2 {
    right: 0;
    top: -138px;
}

.team-detail .image {
    border-radius: 40px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.team-detail .right {
    margin-left: 25px;
    background: #8b0004 url(../images/about-three-img-1.jpg);
    background-size: 100%;
    padding: 25px;
}

.team-social-contact{
    border-top: 1px dashed #b7b7b7;
    padding-top: 20px;
    margin-top: 20px;
}

.team-social-contact a{
    font-size: 25px;
    display: inline-block;
}

.more-team-members{
    background: #fafafa;
}

.more-team-members .team-box {
    box-shadow: 0 5px 20px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}

.more-team-members .team-box .team-info {
    padding: 15px;
}

.more-team-members .team-box .team-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.04rem;
}

.more-team-members .team-box .team-info .designation {
    color: #777;
    font-size: 13px;
    margin-top: 5px;
}

.more-team-members .team-box:hover {
    background: #8d0301;
}

.more-team-members .team-box:hover h5 {
    color: #fff;
}
.more-team-members .team-box:hover .designation {
    color: #fff;
    opacity: .5;
}