/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #fff;
}

.text-custom {
    color: #0b52e4;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #0b52e4;
}

.bg-dark {
    background-color: #1d1f25 !important;
}

.lan_sec-title {
    max-width: 570px;
}

.bus_lan_titbor::after,
.bus_lan_titbor::before {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    content: "";
    background-color: #d0d0d0;
    width: 30px;
    height: 1px;
}

.bus_lan_titbor i {
    font-size: 20px;
}

.bus_subtitle {
    max-width: 600px;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 10px 22px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-outline-custom {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    transition: all 0.5s;
}

.btn-custom {
    background-color: #0b52e4;
    border: 1px solid #0b52e4;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #1048bb;
    border-color: #1048bb;
    color: #f3f3f3;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

/*==========================
        4.HOME
============================*/

.home-bg {
    background: url(../images/slider_1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.home-table-center {
    display: table-cell;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.bus_home_title {
    font-size: 44px;
    line-height: 1.2;
    text-transform: capitalize;
}

.bus_home_subtitle {
    font-size: 16px;
    line-height: 1.5;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.58);
}

.bus_home_btn span {
    position: relative;
    top: 14px;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #989898;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    transition: all 0.4s;
    font-weight: 600;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #1d1f25;
    border-bottom: 1px solid #2f2f2f;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
    color: #fff !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.custom-nav .navbar-brand {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 2px;
    height: auto;
    font-size: 22px;
}

.cr_chart .deltaBar-pos::after {
    content: '\25B2';
    color: #188811;
}

.client img:hover {
    -webkit-filter: grayscale(1%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(1%);
}