:root {
    --primary-color: #1379a9;
    --dark-color: #2d2d2d;
    --global-font: "Proxima Nova";
    --shadow: 0 0px 5px rgba(0, 0, 0, .1);
}
/** Proxima Nova **/
@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima-nova-black.eot');
    src: url('../fonts/proxima-nova-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-black.woff2') format('woff2'),
         url('../fonts/proxima-nova-black.woff') format('woff'),
         url('../fonts/proxima-nova-black.ttf') format('truetype'),
         url('../fonts/proxima-nova-black.svg#proxima_nova_altblack') format('svg');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima-nova-bold.eot');
    src: url('../fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-bold.woff2') format('woff2'),
         url('../fonts/proxima-nova-bold.woff') format('woff'),
         url('../fonts/proxima-nova-bold.ttf') format('truetype'),
         url('../fonts/proxima-nova-bold.svg#proxima_nova_altbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima-nova-semibold.eot');
    src: url('../fonts/proxima-nova-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-semibold.woff2') format('woff2'),
         url('../fonts/proxima-nova-semibold.woff') format('woff'),
         url('../fonts/proxima-nova-semibold.ttf') format('truetype'),
         url('../fonts/proxima-nova-semibold.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima-nova-regular.eot');
    src: url('../fonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-regular.woff') format('woff'),
         url('../fonts/proxima-nova-regular.ttf') format('truetype'),
         url('../fonts/proxima-nova-regular.svg#proxima_nova_altregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: var(--global-font);
}

button,
input {
    overflow: visible;
    font-family: var(--global-font);
}

button,
select {
    text-transform: none;
    font-family: var(--global-font);
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.d-block {
    display: block
}

.footer li {
    list-style: none;
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 960px
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:992px) {
    .mb_md_15 {
        margin-bottom: 15px;
    }
    .d-lg-block {
        display: block
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .text-lg-right {
        text-align: right
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(max-width:767px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

a {
    color: #000;
    text-decoration: none
}

a:focus,
a:hover {
    color: var(--primary-color);
    text-decoration: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav {
    min-height: 87px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 120;
    position: relative;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    margin-bottom: 20px;
}

.nav__dropdown-menu,
.nav__menu {
    list-style: none
}

.nav__menu>li {
    position: relative
}

.nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.nav__right a:focus,
.nav__right a:hover {
    color: #1273a2
}

.nav__search {
    margin-left: auto
}

.nav__search-box {
    width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px 20px;
    background-color: #f7f7f7;
    display: none;
    box-shadow: var(--shadow);
}

.nav__search-form {
    position: relative
}

.nav__search-input {
    margin-bottom: 0;
    display: block;
    line-height: 40px
}

.nav__search-trigger {
    color: #000;
    font-size: 23px;
    display: inline-block;
    width: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center
}

.nav__search .ui-close {
    font-size: 20px;
    position: relative
}

.nav-icon-toggle {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .15s linear;
    transition: .15s linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible
}

.nav-icon-toggle:focus {
    outline: 0
}

.nav-icon-toggle__box {
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
}

.nav-icon-toggle__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    margin-left: 3px;
    width: 18px
}

.nav-icon-toggle__inner,
.nav-icon-toggle__inner:after,
.nav-icon-toggle__inner:before {
    height: 3px;
    background-color: #000;
    position: absolute;
    -webkit-transition: .2s all;
    transition: .2s all
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before {
    background-color: #fff;
}

.nav-icon-toggle__inner:after,
.nav-icon-toggle__inner:before {
    content: "";
    display: block
}

.nav-icon-toggle__inner:before {
    top: -6px;
    width: 22px;
    right: 0px;
}

.nav-icon-toggle__inner:after {
    bottom: -6px;
    width: 22px;
    right: 0px;
}

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px
}

.flex-child {
    margin: 0 auto
}

.nav__holder {
    background-color: #fff;
    box-shadow: var(--shadow);
}

.nav__holder.nav--sticky.sticky a.logo {
    width: 123px;
}

.nav__holder .container {
    position: relative;
}

.mobile_menu {
    display: none
}

.nav__dropdown-menu li a:hover {
    color: var(--primary-color) !important;
}
.inline_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_form {
    border: 1px solid #ddd;
    width: 35%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.search_form input {
    border: none;
    background: transparent;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
}
.search_form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: none;
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #157dae, #3c3c3cbf);
    background: linear-gradient(to right, #157dae, #3c3c3cbf)
}
.search_form button svg {
    width: 23px;
    height: 16px;
    fill: #fff;
}
.search_form button:hover {
    background: #333;
}

#back-to-top {
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #eee3;
    position: fixed;
    bottom: -34px;
    right: 15px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    box-shadow: var(--shadow);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

#back-to-top svg {
    width: 28px;
    height: 32px;
    color: #fff;
}

.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease-in-out;
}

@media (min-width:992px) {
    .topbar {
        position: relative;
        padding-bottom: 45px;
        padding-top: 13px;
    }

    .logo img {
        height: 45px;
    }

    .topheader {
        background: linear-gradient(to right, #157dae, #3c3c3cbf);
        padding: 2px 0;
    }

    .topheader p {
        margin-bottom: 0;
        font-size: 14px;
        color:#fff;
    }

    .market_rates {
        width: 65%;
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .market_rates b {
        width: 70px;
        color: #fff;
    }
    .market_rates img {
        width: 7px;
        height: 11px;
        vertical-align: baseline;
    }

    .social-icons {
        display: flex;
        justify-content: end;
    }

    .social-icons a {
        width: 32px;
        height: 28px;
        background: transparent;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .social-icons a svg {
        width: 16px;
        height: 16px;
        fill: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    .mobie_logo {
        display: none;
    }

    .nav__menu {
        position: relative
    }

    .nav__dropdown>a:after {
        content: '';
        margin-left: 8px;
        width: 6px;
        height: 6px;
        display: inline-block;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(45deg);
        margin-bottom: 3px;
    }

    .nav__dropdown .nav__dropdown>a:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 44%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: rotate(-45deg);
        border-right: 1px solid;
        border-bottom: 1px solid
    }

    .nav__menu>li.active a:before,
    .nav__menu>li:hover a:before {
        width: 100%
    }

    .nav__menu>li>a {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px 10px;
        display: block;
        position: relative;
        line-height: 55px;
        letter-spacing: .5px;
    }

    .nav__menu>li:hover a {
        color: #fff;
        background: linear-gradient(to right, #157dae, #3c3c3cbf);
    }

    .nav__menu>li:hover ul li a {
        background: #fff;
        color: #000
    }

    .nav__menu>li {
        display: inline-block;
        text-align: center
    }

    .nav__dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        z-index: 1000;
        min-width: 200px;
        width: 100%;
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #fff;
        box-shadow: var(--shadow);
        background-clip: padding-box;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .nav__dropdown-menu>li>a {
        position: relative;
        color: var(--dark-color);
        padding: 7px 10px;
        font-size: 15px;
        display: block;
        border-bottom: 1px solid #00000024;
        transition: 0.3s all ease-in-out;
    }

    .nav__dropdown-menu>li>a:hover {
        padding-left: 15px;
        color: #fff;
        background: var(--primary-color);
        transition: 0.3s all ease-in-out;
    }

    .nav__dropdown:hover>.nav__dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .nav__dropdown-menu .nav__dropdown-menu {
        left: 100%;
        top: 0
    }

    .nav__dropdown .nav__dropdown {
        position: relative
    }

    .sidenav__close,
    .sidenav__menu-toggle {
        display: none
    }

    .d-lg-block-menu {
        display: block
    }

    .nav-icon-toggle {
        display: none
    }
}

@media(max-width:991px) {
    .nav {
        min-height: auto;
    }
    .logo img {
        height: 45px;
    }
    .nav__holder {
        box-shadow: var(--shadow);
    }
    .inline_topbar {
        display: none;
    }
    .topbar {
        padding: 0px;
    }

    .header_navbar .flex-parent {
        min-height: 60px;
    }

    .mobie_logo img {
        height: 50px;
    }

    .sidenav__menu-toggle .ui-arrow-down:before {
        content: '';
        width: 7px;
        height: 7px;
        color: var(--primary-color);
        display: inline-block;
        border-right: 1px solid #00000094;
        border-bottom: 1px solid #00000094;
        transform: rotate(45deg);
        margin-bottom: 4px;
    }

    .sidenav__close {
        position: absolute;
        right: 15px;
        top: 15px
    }

    .sidenav__close-button {
        padding: 0;
        background: 0 0;
        border: 0;
        color: #000;
        width: 24px;
        height: 24px
    }

    .sidenav__close-icon {
        font-size: 22px;
        line-height: 24px
    }

    .content-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s cubic-bezier(.16, .36, 0, .98);
        transition: .3s cubic-bezier(.16, .36, 0, .98);
        background-color: rgba(0, 0, 0, .5)
    }

    .content-overlay--is-visible {
        opacity: 1;
        visibility: visible
    }

    .nav__right-item {
        margin-right: 0
    }

    .sidenav__menu-toggle {
        position: absolute;
        top: 0;
        right: 5px;
        background-color: transparent;
        border: none;
        color: #54555e;
        font-size: 12px;
        padding: 0;
        width: 46px;
        height: 46px;
        text-align: center
    }

    .sidenav__close-button:focus,
    .sidenav__menu-toggle:focus {
        outline: 0
    }

    .nav__search-box {
        width: 100%
    }

    .nav__wrap {
        text-align: left;
        left: 0;
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 320px;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        -webkit-transition: transform .5s cubic-bezier(.55, 0, .1, 1);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
        transition: -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
        transition: transform .5s cubic-bezier(.55, 0, .1, 1);
        transition: transform .5s cubic-bezier(.55, 0, .1, 1), -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px)
    }

    .sidenav--is-open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav__menu {
        list-style: none;
        padding: 50px 0
    }

    ul.nav__menu li {
        position: relative;
        border-bottom: 1px solid #345af51c;
        font-size: 14px;
    }

    ul.nav__menu li:last-child {
        border-bottom: 0
    }

    ul.nav__menu li a {
        text-transform: capitalize;
        width: 100%;
        display: block;
        color: #000;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
    }

    .nav__dropdown-menu {
        list-style: none;
        overflow: hidden;
        display: none;
        background-color: #eee
    }

    .sidenav__menu--is-open>a {
        background-color: #eee;
        border-bottom: 1px solid #5974e230;
    }

    .nav__dropdown-menu li a {
        padding-left: 30px !important;
    }
}

@media screen and (max-width:1200px) and (min-width:1025px) {
    .nav__menu>li>a {
        font-size: 12px;
        padding: 0 8px
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.5;
    outline: 0;
    color: #000;
}

.bg_gray {
    background: #fff5ed;
}

.bg_light {
    background: #fafafa;
}

.bg_gradient {
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
}

img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    font-family: var(--heading-font);
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 26px
}

p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 10px;
}

.btn {
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--global-font);
}

.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: transparent
}

.btn i {
    font-size: 10px;
    position: relative;
    margin-left: 3px;
    top: -1px;
    line-height: 1
}

input,
select,
textarea {
    height: 46px;
    border: 1px solid #e3e4e8;
    background-color: #fff;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input:focus,
textarea:focus {
    border-color: #1273a2;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #54555e
}

.search-button,
.widget-search-button {
    background: #119ad1;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0 !important;
    border: 0;
    vertical-align: middle;
    text-align: center
}

.search-button:focus,
.search-button:hover,
.widget-search-button:focus,
.widget-search-button:hover {
    color: #fff !important
}

.footer {
    position: relative;
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
}
.footer_top {
    padding: 40px 0;
}
.footer_bottom {
    border-top: 1px solid #eeeeee3d;
    padding: 15px 0;
}
.footer_top p.about {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-right: 60px;
}

.footer p.copyright {
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-align: center;
}
.footer_logo {
    background: #fff;
    border-radius: 6px;
    padding: 7px;
}
.footer a {
    color: #fff
}

.footer a:focus,
.footer a:hover {
    color: #fff;
}

.footer_widget .title {
    position: relative;
    padding-bottom: 11px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}
.footer_widget .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #fff;
}
.footer_widget .links a {
    display: block;
    margin-top: 10px;
    position: relative;
    color: #fff;
    font-size: 17px;
}
.footer_widget .links a:hover {
    color: #fff;
}
.footer_widget .links a:before {
    content: '';
    transform: rotate(-45deg);
    border-right: 1px solid;
    border-bottom: 1px solid;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 1px;
    margin-right: 10px;
}

.py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb_50 {
    padding-bottom: 50px;
}
.mx_5 {
    margin-left: -5px;
    margin-right: -5px;
}

.px_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mt_25 {
    margin-top: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.section_title {
    position: relative;
    border-top: 1px solid #ddd;
}

.section_title .title {
    position: relative;
    font-size: 22px;
    padding: 1rem 0;
    font-weight: 800;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

.section_title .title:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 80px;
    height: 5px;
    background: var(--primary-color);
}

.section-title .title {
    position: relative;
    font-size: 26px;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.table td, .table th {
    padding: 12px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.table thead th {
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
}
.table thead {
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
}
.table td:nth-child(1), .table th:nth-child(1) {
    text-align: left;
}
.forex_update_table td:nth-child(1), .forex_update_table th:nth-child(1) {
    min-width: 170px;
}
.table tbody tr:nth-child(even) {
    background: #eee;
}
.table tbody {
    border: 1px solid #eee;
}
.td_link {
    font-weight: 600;
}
.td_link img {
    vertical-align: baseline;
    margin-right: 5px;
}
td.txt_green {
    color: green;
}
td.txt_blue {
    color: blue;
}
.view_more {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    transition: all 0.5s linear;
}
.view_more:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/></svg>');
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-white {
    color: #fff !important;
}
.view_more.text-white:after {
    background-image: url('data:image/svg+xml,<svg style="color: white" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" fill="white"></path></svg>');
}
.breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumbs li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 4px;
    position: relative;
}
.breadcrumbs li a:after {
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 6px 1px;
}
.top_content h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
}
.top_content p:nth-last-child(1) {
    margin-bottom: 0px;
}
.bottom_content h2 {
    font-size: 26px;
}
.bottom_content h3 {
    font-size: 22px;
}
.bottom_content h2, 
.bottom_content h3,
.bottom_content h4,
.bottom_content h5,
.bottom_content h6 {
    margin-bottom: 10px;
    margin-top: 1.8rem;
}
.bottom_content h2:first-child, 
.bottom_content h3:first-child {
    margin-top: 0;
}
.group_btn .cbtn {
    display: inline-block;
    color: #000;
    padding: 8px 15px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 500;
    border: 2px solid #157daeb8;
    position: relative;
    background: #fff;
    border-radius: 9px;
    margin-bottom: 15px;
}
.group_btn .cbtn:hover {
    background: #424242;
    color: #fff;
}
.gc_box {
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
    padding: 15px;
}
.gc_box label {
    display: block;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.gc_box .input_text {
    margin-bottom: 0px;
}
.gc_box .show_btn {
    background: #000;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: none;
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    font-size: 19px;
}
.curreny_calculator_row {
    background: linear-gradient(to right, #157dae, #3c3c3cbf);
    padding: 15px;
}
.curreny_calculator_row .title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
}
.curreny_calculator_row .title b {
    font-weight: 700;
}
.curreny_calculator_row p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
.form_input {
    position: relative;
}
.form_input span {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    max-width: 80px;
    width: 100%;
    text-align: center;
    background: #eee;
    font-weight: 600;
}
.form_input input {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}
.form_input select {
    margin-bottom: 0px;
}
.bottom_content p a {
    border-bottom: 1px solid;
}
.bottom_content ul {
    list-style: auto;
    margin-left: 1.3rem;
    margin-bottom: 10px;
}
.bottom_content ol {
    list-style: auto;
    margin-left: 1.3rem;
    margin-bottom: 10px;
}
.bottom_content li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 10px;
}
@media(max-width:991px) {
    .footer a {
        font-size: 14px
    }
    .footer p.copyright {
        text-align: left;
    }
    .py_50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb_50 {
        padding-bottom: 40px;
    }
    .mb_sm_10 {
        margin-bottom: 10px;
    }
    .mb_sm_20 {
        margin-bottom: 20px;
    }
    .mb_sm_25 {
        margin-bottom: 25px;
    }
    .mb_sm_40 {
        margin-bottom: 40px;
    }
    .view_more {
        font-size: 16px;
    }
    .section_title .title {
        font-weight: 700;
        font-size: 20px;
    }
    .section_title .title:before {
        top: -2px;
        height: 3px;
    }
    .gc_box .input_text, 
    .form_input input, 
    .form_input select {
        margin-bottom: 10px;
    }
}
@media(max-width:767px) {
    .top_content h1 {
        font-size: 30px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .table td, .table th {
        padding: 10px;
        font-size: 16px;
    }
    .py_50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pb_50 {
        padding-bottom: 30px;
    }
    .mobile_menu {
        background: #f1f1f1;
        border-top: 2px solid #f1f1f1;
        border-bottom: 2px solid #f1f1f1;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 100%;
        display: block
    }
    .mobile_menu ul {
        width: 100%;
        margin: 0
    }
    .mobile_menu ul li {
        display: inline-block;
        padding: 7px 5px;
        background: #fff;
        vertical-align: top
    }
    .mobile_menu ul li a {
        font-size: 12px;
        color: #111;
        text-transform: uppercase;
        padding: 0 5px;
        font-weight: 600
    }
    .footer_top {
        padding: 30px 0;
    }
    .footer_top p.about {
        padding-right: 0;
    }
}