@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
    font-family: "Nunito", sans-serif;
}

section {
    padding-top: 110px;
    padding-bottom: 110px;
}
@media (max-width: 991.98px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-alt {
    background-color: #f9f9f9;
}

.txt-white h1,
.txt-white p {
    color: #ffffff;
}

.txt-secondary {
    color: #1e376d;
}

.list li {
    font-size: 1.125rem;
    padding-left: 0.8rem;
    /* &:before {
            content: ".";
            font-size: 3rem !important;
            vertical-align:middle;
            line-height:20px;
        } */
}
@media (max-width: 991.98px) {
    .list li {
        font-size: 1rem;
    }
}
.list li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.list li::marker {
    font-size: 70%;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ea7d1e;
}

h1,
h2,
h3 {
    font-weight: 900;
    color: #1e376d;
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 1.4px;
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 1.5rem;
    }
}

h2 {
    font-size: 2rem;
}
@media (max-width: 991.98px) {
    h2 {
        font-size: 1.2rem;
    }
}

@media (max-width: 406px) {
    h5 {
        font-size: 0.938rem !important;
    }
}

p {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 1.2px;
}
@media (max-width: 991.98px) {
    p {
        font-size: 1rem;
    }
}
p.fs-24 {
    font-size: 1.5rem;
}
@media (max-width: 767.98px) {
    p.fs-24 {
        font-size: 1rem;
    }
}

.dark-a a {
    word-break: break-all;
}
.dark-a a:hover {
    color: #1b1b1b !important;
}

.fs-20 {
    font-size: 1.25rem;
}
@media (max-width: 406px) {
    .fs-20 {
        font-size: 0.938rem !important;
    }
}

.fs-18 {
    font-size: 1.125rem;
}
@media (max-width: 406px) {
    .fs-18 {
        font-size: 1rem !important;
    }
}

.fs-16 {
    font-size: 1rem;
}
@media (max-width: 406px) {
    .fs-16 {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 406px) {
    .bx.bx-sm {
        font-size: 1rem !important;
    }
}

.btn {
    font-size: 1.25rem;
    padding: 1.3rem 4.844rem;
    border-radius: 0.875rem;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
    position: relative;
}
@media (max-width: 767.98px) {
    .btn {
        padding: 0.9rem 0rem;
        border-radius: 0.5rem;
    }
}

a.expertise span {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.expertise:hover span {
    background-color: #f9f9f9;
}

.btn-primary {
    background-color: #ea7d1e;
}
.btn-primary:hover {
    background-color: #000000;
}

.btn-secondary {
    background-color: #000000;
}
.btn-secondary:hover {
    background-color: #ea7d1e;
}

.btn-bordered {
    background-color: #ffffff;
    color: #ea7d1e;
    border: 1px solid #ea7d1e;
}
.btn-bordered:hover,
.btn-bordered:focus {
    background-color: #ea7d1e;
    color: #ffffff;
}

.gero {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px;
}
@media (max-width: 991.98px) {
    .gero {
        height: auto !important;
        padding-bottom: 100px;
    }
}
.gero h1 {
    color: #ffffff;
    font-size: 5.125rem !important;
    font-weight: 900;
}
@media (max-width: 575px) {
    .gero h1 {
        font-size: 3rem !important;
    }
}
@media (max-width: 991.98px) {
    .gero h1 {
        font-size: 3rem;
    }
}
.gero p {
    font-size: 1.5rem;
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .gero p {
        font-size: 1rem;
        text-align: center;
    }
}

.backgrounds-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
}
.backgrounds-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.5))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.showing {
    opacity: 1;
    z-index: -1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.nav-solid {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-menu {
    padding: 0rem;
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: none;
    }
    .dropdown .dropdown-toggle::after {
        border-top: 0;
        border-top: 0.3em solid;
        margin-left: 0.655em;
        font-size: 1.25rem;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-top: 0.3em solid;
        margin-left: 0.655em;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0 !important;
        border-bottom: 0.3em solid;
    }
    .dropdown-toggle:first-child::after {
        margin-left: 1.2rem;
        font-size: 1.25rem;
        border-top: 0.3em solid;
    }
    .dropdown-toggle-split::after {
        border-top: 0.3em solid;
    }
}

nav {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #ffffff;
    height: 120px;
}
@media (max-width: 991px) {
    nav {
        display: block;
        height: auto;
    }
}
nav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 260px;
}
@media (max-width: 991.98px) {
    nav .navbar-brand {
        max-width: 140px;
    }
}
nav .navbar-nav li:last-child .btn {
    background-color: #ea7d1e !important;
    color: #ffffff;
}
nav .navbar-nav li:last-child .btn:hover {
    background: #1e376d !important;
    border-color: #000000 !important;
}
@media (max-width: 991.98px) {
    nav .navbar-nav {
        margin: 1rem 0;
    }
}
@media (max-width: 991.98px) {
    nav .nav-item {
        width: 100%;
        text-align: center;
    }
    nav .nav-item:not(:last-child) {
        margin-bottom: 1rem;
    }
}
nav .nav-item .dropdown-item {
    font-size: 1rem;
    padding: 1rem 1rem;
    text-transform: capitalize;
}
@media (max-width: 399px) {
    nav .nav-item .dropdown-item {
        white-space: normal !important;
        padding: 0.75rem 1rem;
    }
}
nav .nav-item .dropdown-item span {
    font-style: italic;
    font-size: 80%;
}
nav .nav-item .dropdown-item:hover {
    color: #ffffff;
    background-color: #ea7d1e;
}
@media (max-width: 991.98px) {
    nav .nav-item .dropdown-menu {
        text-align: center;
    }
}
nav .nav-item a {
    color: #1b1b1b;
    font-size: 1.125rem;
}
@media (min-width: 992px) {
    nav .nav-item a {
        white-space: nowrap;
    }
}
nav .nav-item a:hover {
    color: #ea7d1e;
}
nav .nav-item.active a {
    color: #ea7d1e !important;
}
nav .nav-item .nav-link {
    margin: 0 1.4rem !important;
    font-weight: 400;
}
nav .nav-item .nav-link:focus {
    color: #ea7d1e;
}
nav .nav-item .btn {
    background-color: #ffffff !important;
    border: 1px solid #ea7d1e;
    color: #ea7d1e;
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 0.5rem 2rem !important;
}
nav .nav-item .btn:hover {
    background-color: #ea7d1e !important;
    background: #ea7d1e !important;
    color: #ffffff;
}

.navbar-toggler {
    background-color: transparent;
    border-radius: 0px;
    border: none !important;
    height: 36px;
    width: 46px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 28px;
    height: 4px;
    background: #1e376d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 4px;
    background: #1e376d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-toggler.active .line-b {
    background: transparent;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}

.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

.practice-areas .card .inner {
    padding: 3rem 2rem;
}
.practice-areas .card .inner h3 {
    color: #1e376d;
    font-weight: 700;
}

.card {
    border-radius: 0.938rem;
    border: none;
    padding: 1rem;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 441px) {
    .card {
        padding: 0.5rem;
    }
}
.card:hover .inner .circle {
    background-color: #1e376d;
    padding: 2rem;
}
.card:hover .inner .circle .img-con {
    background-color: #1e376d;
}
.card:hover .inner .circle .img-con span {
    -webkit-transform: scale(150%);
    -ms-transform: scale(150%);
    transform: scale(150%);
}
.card .inner-career {
    padding: 2rem 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.938rem;
}
@media (max-width: 441px) {
    .card .inner-career {
        padding: 2rem;
    }
}
.card .inner {
    padding: 1rem;
    border: 1px dashed #dfdfdf;
    border-radius: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
@media (max-width: 441px) {
    .card .inner {
        padding: 1rem !important;
    }
}
.card .inner .circle {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    padding: 0.5rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 441px) {
    .card .inner .circle {
        padding: 0.5rem;
    }
}
@media (max-width: 441px) {
    .card .inner .circle {
        width: 100px;
        height: 100px;
    }
}
.card .inner .circle .img-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #ea7d1e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .inner .circle .img-con img {
    width: 47px;
}
@media (max-width: 441px) {
    .card .inner .circle .img-con img {
        width: 30px;
    }
}
.card .inner .circle .img-con span {
    color: #fff;
    font-size: 3rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .inner h3 {
    font-weight: 700;
    font-size: 1.375rem;
}
@media (max-width: 441px) {
    .card .inner h3 {
        font-size: 1rem;
    }
}
.card .inner a {
    text-decoration: none;
    color: #000000;
}

.white-bg {
    background-color: #ffffff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

footer {
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 300;
}
@media (max-width: 991.98px) {
    footer {
        font-size: 1rem;
    }
}
footer .logo-footer {
    width: 300px;
    display: inline-block;
}
footer .contact-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
footer .contact-map a {
    color: #ffffff;
    text-decoration: none;
}
footer .contact-map a i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}
footer .contact-map a:hover {
    color: #ea7d1e;
}
footer .contact-map a:hover i {
    color: #ea7d1e;
}
footer .contact-map .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px dotted #ffffff;
    padding-right: 2rem;
}
footer .contact-map .right .site-map ul li:not(:last-child) {
    margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
    footer .contact-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .contact-map .left {
        border-right: none;
        width: 100%;
        border-bottom: 1px dotted #ffffff;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
    footer .contact-map .right {
        text-align: center;
    }
    footer .contact-map .right .site-map ul {
        margin-bottom: 0rem;
    }
}
@media (max-width: 406px) {
    footer .contact-map {
        margin-top: 2rem;
    }
    footer .contact-map .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px dotted #5d5d5d;
        padding-right: 0rem;
    }
    footer .contact-map .left ul {
        text-align: center;
    }
}
footer .copyright {
    background-color: #000000;
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    footer .copyright {
        font-size: 0.7rem;
    }
}
footer .copyright a {
    text-decoration: none;
    color: #ffffff;
}
footer .copyright a:hover {
    color: #ea7d1e;
}

.tax-plan img {
    max-height: 47px;
}
@media (max-width: 767.98px) {
    .tax-plan img {
        width: 24px;
        height: 24px;
    }
}

.tax-plan h3 {
    font-size: 1.375rem;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .tax-plan h3 {
        font-size: 1rem;
    }
}

hr {
    height: 2px !important;
    width: 30px;
    background-color: #eee;
    opacity: 1;
    margin: 1.5rem 0;
}
@media (max-width: 441px) {
    hr {
        margin: 1rem 0;
    }
}

.attys {
    color: #1e376d !important;
}
.attys .inner {
    padding: 2.5rem 0;
}
@media (max-width: 441px) {
    .attys .inner {
        padding: 1rem;
    }
}
.attys .photo {
    overflow: hidden;
    border-radius: 50%;
    width: 159px;
    height: 159px;
}
@media (max-width: 441px) {
    .attys .photo {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 320px) {
    .attys .photo {
        width: 94px;
        height: 94px;
    }
}
.attys .name {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.3rem;
    color: #1e376d;
    font-family: "Nunito", sans-serif !important;
}
@media (max-width: 441px) {
    .attys .name {
        font-size: 1rem !important;
    }
}
.attys .pos {
    margin-bottom: 0rem;
    text-transform: capitalize;
}
.attys .pos em {
    font-size: 86%;
}

.profile-img {
    max-width: 408px;
    max-height: 508px;
}
.profile-img img {
    border-radius: 0.938rem;
}

.profile h3 {
    font-weight: 700;
    font-size: 1.5rem;
}
@media (max-width: 991.98px) {
    .profile h3 {
        font-size: 1rem;
    }
}

.profile .name h1 {
    margin-bottom: 0rem;
}

.profile .name p {
    font-size: 1.25rem;
}

.profile .areas span {
    border: 1px solid #979797;
    border-radius: 5px;
    color: #5d5d5d;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    margin: 0.1rem;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .profile .areas span {
        font-size: 1rem;
    }
}

.profile .contact ul li {
    margin-bottom: 0.8rem !important;
    color: #1a1a1a;
    font-size: 1.25rem;
}
.profile .contact ul li i {
    font-size: 1.5rem;
}
@media (max-width: 991.98px) {
    .profile .contact ul li {
        font-size: 0.9rem;
    }
    .profile .contact ul li i {
        font-size: 0.9rem;
    }
}

.profile .contact a {
    color: #1a1a1a;
    font-size: 1.25rem;
    display: inline-block;
}
.profile .contact a:hover {
    color: #ea7d1e;
}

.card.experience .inner {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 3rem 2rem;
}
@media (max-width: 991.98px) {
    .card.experience .inner {
        padding: 2rem;
    }
}
@media (max-width: 441px) {
    .card.experience .inner {
        padding: 2rem 1rem;
    }
}
.card.experience .inner h3 {
    font-size: 1.5rem;
}
@media (max-width: 991.98px) {
    .card.experience .inner h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
}
.card.experience .inner ul > li {
    font-size: 1.125rem;
    font-weight: 400;
    padding-left: 0.8rem;
}
.card.experience .inner ul > li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.card.experience .inner ul > li::marker {
    font-size: 70%;
}
@media (max-width: 991.98px) {
    .card.experience .inner ul > li {
        font-size: 1rem;
    }
}

.contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ea7d1e;
    font-size: 1.25rem;
    text-decoration: none;
}
.contact a .bx {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}
.contact a:hover {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .contact a {
        font-size: 0.9rem !important;
    }
    .contact a .bx {
        font-size: 0.9rem !important;
        margin-right: 0.5rem !important;
    }
}

section.title {
    background-image: url(../img/header-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 76px;
}
section.title h1 {
    font-size: 3.5rem;
    color: #ffffff;
    z-index: 999;
    position: relative;
}
section.title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.75) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.75) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.75))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.75) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.75) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.75) 100%
    );
}
@media (max-width: 991.98px) {
    section.title {
        margin-top: 76px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.title h1 {
        font-size: 2rem;
    }
}
@media (max-width: 441px) {
    section.title {
        margin-top: 66px;
    }
}

.inner-cta {
    background: #f9f9f9;
    background: -moz-linear-gradient(0deg, #f9f9f9 0%, white 100%);
    background: -webkit-linear-gradient(0deg, #f9f9f9 0%, white 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f9f9f9),
        to(white)
    );
    background: -webkit-linear-gradient(bottom, #f9f9f9 0%, white 100%);
    background: -o-linear-gradient(bottom, #f9f9f9 0%, white 100%);
    background: linear-gradient(0deg, #f9f9f9 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
    border-top: 1px dotted #ccc;
    padding-bottom: 0rem;
}

.form-label {
    font-size: 1rem;
    font-weight: 700;
}

.form-control {
    font-size: 1.25rem;
    border-radius: 0.625rem;
    padding: 0.731rem 1rem;
    font-weight: 300;
}
.form-control::-webkit-input-placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}
.form-control::-ms-input-placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}
.form-control::placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

.timeline h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.timeline .line {
    border-top: 2px dashed #ea7d1e;
    min-height: 1px;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .timeline .line-right {
        border-right: 2px dashed #ea7d1e !important;
    }
}

.timeline .line-left {
    border-left: none !important;
}
@media (min-width: 992px) {
    .timeline .line-left {
        border-left: 2px dashed #ea7d1e !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .timeline .line-right-md {
        border-right: 2px dashed #ea7d1e;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .timeline .line-left-md {
        border-left: 2px dashed #ea7d1e;
    }
}

.timeline .border-tr {
    border-top-right-radius: 0.938rem;
}

.timeline .white-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 0.938rem;
    background-color: #ffffff;
    border: none;
    padding: 1rem;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2.5rem;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
}
.timeline .white-card .dot {
    position: absolute;
    top: -3.4rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    border: 8px solid #eee;
}
.timeline .white-card .inner-content {
    padding: 1rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.938rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.timeline .white-card .inner-content p {
    font-size: 16px;
}
.timeline .white-card .inner-content h3 {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 0rem;
}
.timeline .white-card .inner-content hr {
    margin: 1rem 0;
}

.timeline .symbol {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.timeline .symbol .circle {
    z-index: 1;
    position: absolute;
    top: -21px;
}

@media (min-width: 992px) {
    .order-lg-6 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
        order: 7 !important;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
        order: 8 !important;
    }
}

.new-drop .btn-group .top-drop {
    font-weight: 400;
    font-size: 1.125rem;
    color: #1a1a1a;
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    border: none;
    border-radius: 0rem;
}
.new-drop .btn-group .top-drop:hover {
    color: #ea7d1e;
    background-color: transparent !important;
}
.new-drop .btn-group .top-drop:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new-drop .btn-group button {
    padding: 0.4rem 1rem !important;
    border: none;
    border-radius: 0rem;
    color: #1a1a1a;
}
.new-drop .btn-group button:hover {
    color: #ea7d1e;
    background-color: transparent !important;
}
.new-drop .btn-group button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 991px) {
    .new-drop .btn-group button {
        margin-right: 1rem;
    }
}

.new-drop .btn-group:hover {
    color: #ea7d1e;
}
.new-drop .btn-group:hover .btn {
    color: #ea7d1e;
}

@media (min-width: 992px) {
    .new-drop .dropdown-menu {
        display: none;
        margin-top: 2.7rem;
    }
    .new-drop .dropdown-menu.show {
        margin-top: 0;
    }
    .new-drop:hover .dropdown-menu {
        display: block !important;
    }
}
