* {
    margin: auto;
    box-sizing: border-box;
    padding: 0
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ChelthmITC Bk BT' !important
}

p {
    font-family: 'Proxima Nova Rg' !important;
    font-size: 18px;
}

a {
    font-family: 'Proxima Nova Rg';
    text-decoration: none !important;
}

.iconschat-box-box {
    position: fixed;
    right: 15px;
    bottom: 10px;
}

h2 {
    font-size: 41px !important;
}


header.header {
    position: relative;
    z-index: 999999;
}

.service-box {
    background-color: #ffffffe3;
    padding: 40px;
    margin: 50px 0px;
}

.service-box h2 {
    color: #f87e3e;
}

.service-box span {
    font-weight: bold;
}

.cont-btn {
    margin-top: 50px;
}

.case-bg {
    border-radius: 25px;
}

.about_ap_sec {
    color: #fff;
}

.about_ap_text {
    position: relative;
}

.about_ap_text:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: #f87e3e;
    top: 0;
    left: auto;
    right: calc(100% + 30px);
}

.team_sec {
    background-image: url(./images/team-bck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.team_btns .btn-outline {
    color: #000 !important;
    border: 2px solid #000 !important;
}

.team_head {
    position: relative;
}

.team_head:after {
    content: "";
    position: absolute;
    background: #00000021;
    width: 2px;
    height: 100%;
    top: 0;
    left: auto;
    right: calc(100% + 30px);
}

.team_box {
    background-color: #212529bd;
    position: absolute;
    top: auto;
    bottom: 86px;
    right: 50px;
    padding: 10px;
}

.team_box span {
    color: #f87e3e
}

.team_box p {
    font-size: 16px;
    margin: 0px;
    color: #fff;
}

.team_img {
    position: relative;
}

@media(max-width: 767px) {
    .desktop-moiblethings {
        width: 210px !important;
        max-width: 210px !important;
        margin-left: 0;
        z-index: 999999;
    }
}

.wealth-text p {
    text-align: left;
}

.wealth-text h2,
.wealth-text span {
    text-align: center;
    display: block;
}

/****body start****/
.ban-home-bottom h1 span {
    font-size: 31px;
}

.outer-ban-hom {
    position: relative;
    box-shadow: 0px 37px 0px -30px #ec883f;
}

.outer-ban-hom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0;
    top: 0;
    left: 0;
}

.ban-home-bottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}

.blue_splash h2 {
    color: #fff;
}

.blue_splash h3 {
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.blue_splash span {
    color: #fff;
}

.insig_text h3 {
    position: relative;
}

.insig_text h3::after {
    content: "";
    position: absolute;
    background: orangered;
    width: 2px;
    height: 100%;
    top: 0;
    left: -10px;
}

@media (min-width: 1300px) {
    .ban-home-bottom h1 {
        font-size: 55px;

    }
}

@media (max-width: 772px) {
    .ban-home-bottom {
        padding: 30px;
        transform: inherit;
        text-align: center;
    }

    .ban-home-bottom a {
        line-height: inherit !important;
    }
}

.ban-home-bottom a img {
    width: 20px;
}

.ban-home-bottom h1 {
    margin-bottom: 30px;
}

.ban-home-bottom p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.ban-home-bottom a:hover {
    color: #fff;
}

.ban-home-top img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-height: 675px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}

@media (max-width: 1199px) {
    .ban-home-top img {
        max-height: none;
    }
}

.border-bottom {
    border-bottom: 2px solid #e5e5e6 !important;
}

.btn-outline {
    border: 2px solid #FFF !important;
    border-radius: 25px !important;
    color: #fff !important;
}

.btn-outline-black {
    color: #212529 !important;
    border: 2px solid #212529 !important;
    border-radius: 25px !important;
}

.btn-orange {
    background-color: #f87e3e !important;
    color: #fff !important;
    border-radius: 25px !important;
}

.btn-blue {
    background-color: #00447C !important;
    color: #fff !important;
    border-radius: 25px !important;
}

section.callout {
    margin-top: 40px;
    background-image: url(images/callout.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.callout-content {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

section.approach {
    margin-top: 40px;
    background-image: url(images/approach.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.approach-content {
    color: #fff;
    position: relative;
}

.approach-content::after {
    content: "";
    position: absolute;
    background: #f87e3e;
    width: 2px;
    height: 100%;
    top: 0;
    left: auto;
    right: calc(100% + 30px);
}

.video-back {
    color: #ffffff;
    background: url(images/blue-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.video-back h2 {
    font-size: 42px;
}

.video-back iframe {
    border-radius: 30px;
}

.blue-splash-bg {
    background-image: url(images/blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-splash-bg h3 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: lowercase;
    /* font-family: 'ProximaNova Rg' !important; */
}

.blue-splash-bg ol {
    padding-left: 15px;
}

.blue-splash-bg li {
    padding-bottom: 5px;
    color: #FFF;
}

.blue-splash-bg p {
    color: #fff;
    margin: 0px;
}

.blue-splash-bg strong {
    color: #fff;
}

.case-bg {
    background-image: url(images/iStock-509040654.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.person-title {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.person-title a {
    color: #f87e3e;
    font-weight: bold;
}

.person-title p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.orange {
    color: #f87e3e;
}

.white-paper-bg {
    background-image: url(images/services.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.opaque-white-bg {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 5.25rem;
    margin-bottom: 5rem;
}

.orange-block {
    height: 35px;
    width: 5px;
    background-color: #f87e3e;
    position: absolute;
    left: -1px;
    top: 15%;
}


section.contact-us-help {
    margin-top: 60px;
    background-image: url(/landing-page/images/contact-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-text-in h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.contact-text-in {
    text-align: center;
    color: #fff;
    padding: 100px 0;
}

.contact-text-in a {
    color: #093954 !important;
    background: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    text-transform: uppercase;
}


section.speak-form {
    background: #f0f0f0;
    padding-bottom: 60px;
}

.contact-formss {
    text-align: center;
    box-shadow: 0px 0px 10px 0px #02020287;
    margin-top: -20px;
    background: #fff;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.contact-formss h2 {
    font-size: 42px;
    margin: 30px 0;
}

.contact-formss>div img {
    width: 250px;
}

.contact-formss>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.mail-name-formmsss {
    margin-bottom: 25px;
}

.contact-formss input {
    text-transform: uppercase;
    height: 45px;
    box-shadow: 0px 0px 7px 0px #0202022e;
    border: none;
}

.contact-formss input::placeholder {
    color: #025172;
}

button.btn.btn-default {
    background: #025172;
    margin-top: 30px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.video-wrap {
    position: relative;
    padding-top: 48%;
}

.video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-wrap iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.video-wrap.open iframe {
    display: block !important;
}

.video-wrap.open .video-thumb {
    display: none;
}

.blue_splash {
    width: 100%;
    max-width: 941px;
    margin: 0;
}

.insig_text h3 {
    font-size: 35px;
    line-height: 40px;
    color: #212529;
    font-family: "Cheltenham IT Cby BT" !important;
}

.advice-text span {
    font-size: 18px;
    font-weight: bold;
    font-family: "Proxima Nova" !important;
}

.team_about ul li {
    font-weight: 500;
    font-size: 18px;
}

.video-wrap video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
}

.video-wrap.open video {
    display: block;
}

/****body ends****/

/****Container Responsive Start****/
@media (min-width: 1350px) and (max-width: 1399px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (max-width: 1349px) {
    .container {
        max-width: 98% !important;
    }
}

/****Container Responsive ends****/



/****responsive start****/

html,
body {
    overflow-x: hidden;
}

/* banner-btn-css */

@media (max-width: 376px) {
    .ban-home-bottom a {
        padding: 10px 44px;
        font-size: 10px;
        line-height: 46px;
    }

    a.white-background {
        color: #fff;
        background: #f87d3b;
    }
}

@media (min-width: 377px) and (max-width: 418px) {
    .ban-home-bottom a {
        font-size: 14px;
        line-height: 46px;
    }

    a.white-background {
        color: #fff;
        background: #f87d3b;
    }
}

@media (min-width: 419px) and (max-width: 488px) {
    .ban-home-bottom a {
        padding: 10px 53px;
        font-size: 14px;
        line-height: 46px;
    }

    a.white-background {
        color: #fff;
        background: #f87d3b;
    }
}

@media (min-width: 489px) and (max-width: 574px) {
    .ban-home-bottom a {
        padding: 10px 67px;
        line-height: 46px;
    }

    a.white-background {
        color: #fff;
        background: #f87d3b;
    }
}

@media (min-width: 575px) and (max-width: px) {
    .ban-home-bottom a {
        padding: 10px 9px;
        font-size: 10px;
    }

    a.white-background {
        color: #fff;
        background: #f87d3b;
    }
}

/* banner-btn-css */

@media (max-width: 767px) {
    .ban-home-bottom {
        position: relative;
        color: #000;
    }

    .ban-home-bottom p {
        font-size: 14px;
        margin-top: 30px;
    }

    .ban-home-bottom h1 {
        font-size: 36px;
    }

    .safety-in-left p {
        font-size: 16px;
    }

    .safety-in-left h2 {
        font-size: 32px !important;
    }

    .safety-in-left {
        padding: 28px 40px 28px 0;
    }

    .safety-in {
        background-size: cover;
    }

    .flex-in-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .flex-in-right p.head-flex {
        font-size: 18px;
    }

    .flex-in-right h2 {
        font-size: 32px !important;
    }

    .heading-money p {
        font-size: 16px;
    }

    .heading-money h2 {
        font-size: 32px !important;
    }

    .marke-box-left {
        margin-bottom: 30px;
    }

    .marke-box-left {
        padding: 40px 20px 20px 20px;
    }

    .marke-box-right {
        padding: 40px 20px 20px 20px;
    }

    .online-box-left h2 {
        font-size: 27px !important;
        line-height: 27px;
    }

    .online-box-right p {
        font-size: 16px;
    }

    .contact-formss>img {
        width: 100px;
    }

    .insight-sec .row>div:last-child {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .ban-home-bottom h3 {
        font-size: 20px;
    }

    .ban-home-bottom h1 {
        font-size: 36px;
    }

    .ban-home-bottom a {
        padding: 10px 20px;
        font-size: 12px;
    }

    .safety-in-left p {
        font-size: 14px;
    }

    .safety-in-left {
        padding: 28px 40px 28px 0;
    }

    .safety-in-left h2 {
        font-size: 32px !important;
    }

    .safety-in-right {
        padding-left: 20px;
    }

    p.head-saf {
        font-size: 18px;
    }

    .safety-in-right a {
        font-size: 14px !important;
    }

    .flex-in-right {
        padding-left: 20px;
    }

    .flex-in-right p.head-flex {
        font-size: 17px;
    }

    .flex-in-right h2 {
        font-size: 32px !important;
    }

    .heading-money p {
        font-size: 16px;
    }

    .heading-money h2 {
        font-size: 32px !important;
    }

    .marke-box-left {
        min-height: 357px;
        padding: 40px 20px 20px 20px;
    }

    .marke-box-right {
        min-height: 357px;
        padding: 40px 20px 20px 20px;
    }

    .online-box-left h2 {
        font-size: 27px !important;
        line-height: 27px;
    }

    .online-box-right p {
        font-size: 16px;
    }

    .contact-formss>img {
        width: 150px;
    }
}

@media (min-width: 981px) and (max-width: 1199px) {
    .ban-home-bottom h1 {
        font-size: 42px;
    }

    .ban-home-bottom a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .flex-in-right h2 {
        font-size: 32px !important;
    }

    .heading-money h2 {
        font-size: 34px !important;
    }

    .contact-formss>img {
        width: 230px;
    }
}






/****responsive ends****/






/****header start****/
header.header {
    padding: 30px 0;
}

.header-inner {
    padding: 0 40px;
}

nav.navbar ul li:last-child {
    padding-right: 0;
}

nav.navbar ul li a.nav-link {
    color: #4a4a4a !important;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0px 6px 0px !important;
}

nav.navbar ul li a.nav-link:hover,
nav.navbar ul li a.nav-link:focus {
    color: #F87E3E !important;
    padding: 10px 0px 0px 0px !important;
    border-bottom: 4px solid #F87E3E;
}

nav.navbar ul li.nav-item {
    padding-left: 8px;
    padding-right: 8px;
}

.dropdown-menu {
    border: none !important;
    border-radius: initial !important;
    background: #F9F9FA !important;
    text-transform: uppercase !important;
}

.dropdown-menu .dropdown-item {
    padding: 4px 10px;
}

.dropdown-menu .dropdown-item:hover {
    background: #F87E3E;
    color: #ffffff;
}

nav.navbar {
    background: transparent !important;
    padding: 10px 0;
    float: right;
}

nav.navbar ul li a.nav-link.active {
    color: #00447C !important;
    border-bottom: 4px solid #00447C !important;
    padding: 10px 0px 2px 0px !important;
}

nav.navbar ul li a.nav-link.Contact-us-Header {
    background: #00447C;
    padding: 12px 24px !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
}

nav.navbar ul li a.nav-link.Contact-us-Header:hover {
    background: #F87E3E;
}

@media (max-width: 1159px) {
    .header-inner {
        padding: 0;
    }

    nav.navbar {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1159px) {
    nav.navbar ul li a.nav-link {
        font-size: 13px;
    }
}

@media (min-width: 1160px) and (max-width: 1250px) {
    .header-inner {
        padding: 0;
    }
}


@media(max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        z-index: 999999;
        background: #fff;
        top: 48px;
        right: 0px;
        text-align: left;
        width: 200px;
        box-shadow: 0px 0px 18px #0000002e;
        border-radius: 10px;
    }

    nav.navbar {
        position: relative;
    }

    nav.navbar ul li.nav-item {
        width: 100%;
    }

    nav.navbar ul {
        margin: 20px 0 !important;
    }

    nav.navbar ul li a.nav-link.Contact-us-Header {
        text-align: center !important;
    }

}

@media(max-width: 767px) {
    .logo-imagee {
        width: 200px;
        float: left;
    }

    .col-md-9.clientlogin-intp {
        position: absolute;
        right: 2%;
    }

    .footerrrr .col-md-3 {
        padding-bottom: 30px;
    }

    .contact-formss {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-formss h2 {
        font-size: 28px;
    }

    .contact-formss input#name {
        margin-bottom: 25px;
    }

    .contact-text-in h2 {
        font-size: 20px;
    }

    .contact-text-in a {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 995px) {

    .contact-text-in h2,
    .contact-formss h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

/****header ends****/

@media only screen and (max-width:575px) {
    .blue_splash h2 br {
        display: none;
    }

    .blue_splash h2 {
        font-size: 20px !important;
    }

    .blue-splash-bg h3 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .blue-splash-bg>div {
        padding: 30px !important;
    }
}

/****footer start****/
footer.footerrrr {
    width: 100%;
    float: left !important;
    background: #f0f0f0;
    /* background: url(../assets/fter.jpg) no-repeat !important; */
    background-size: cover !important;
    padding: 60px 0;
}

/* .ftos { */
/* padding-top: 150px; */
/* } */
a.ddfc h2,
a.ddfc h6 {
    color: #2f5e79 !important;
    font-size: 18px !important;
    font-family: 'Proxima Nova Rg' !important;
    text-transform: uppercase;
    font-weight: bold;
}

footer.footerrrr p {
    font-size: 15px !important;
    line-height: 30px;
    margin: 0px !important;
}

footer.footerrrr a {
    color: #2f5e79 !important;
}

footer.footerrrr p {
    font-size: 15px !important;
    line-height: 30px;
    margin: 0px !important;
    color: #2f5e79;
}



/****footer ends****/

/****modal start****/
.responsive-iframe-wrapper {
    position: relative;
    width: 100%;
    /* height: 520px; */
    overflow-y: hidden;
    margin: 15px 0;
    max-width: 699px;
}

.responsive-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header.header {
    z-index: 999 !important;
}

.modal-content {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.modal-body {
    box-shadow: 0 37px 0 -30px #ec883f !important;
}

@media (min-width: 1200px) {
    .responsive-iframe-wrapper {
        max-width: 100%;
        /* height: 450px; */
    }
}

/****modal ends****/