@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');

body {
    font-family: 'Fira Sans', sans-serif;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
section {
    width: 100%;
}

/*Top Header*/
.header-logo {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    position: relative;
}
.header-info {
    width: 100%;
    padding: 10px 15px;
    ms-flex:  0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1050px) {
    .header-logo {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .header-info {
        flex: 0 0 100%;
        max-width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 25px;
    }
}
.site-logo {
    width: 180px;
    max-width: 250px;
    margin: 10px;
    height: 122px;
}
.info-item {
    margin-right: 10px;
}
.header-info-name h2 {
    font-size: 75px;
    line-height: 40px;
    padding-top: 29px;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}
@media (min-width: 992px) {
    .info-item.bkash {
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .header-info-name h2 {
        font-size: 50px;
    }
}
@media (max-width: 500px) {
    .header-info-name h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .info-item.bkash {
        margin-top: 10px;
    }
    .header-info-name {
        width: 100%;
    }
    .header-info-name h2 {
        text-align: center;
    }
    .info-item.bkash {
        width: 100%;
        text-align: center;
        display: flex;
    }
    .info-item.bkash > .info-wrap {
        margin: 0 auto;
    }
}
.info-wrap {
    display: flex;
}
.info-icon {
    width: 45px;
}
.info-icon > img {
    width: 100%;
}
.info-content {
    padding-left: 15px;
}
.info-title {
    color: #CC030B;
    font-family: work sans,Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.info-content p {
    margin-bottom: 2px;
    font-size: 16px;
}
nav {
    width: 100%;
    background-color: #018738;
    position: relative;
    display: flex;
    margin-top: 18px;
}
.navbar-left_item {
    flex-grow: 1;
}
@media (max-width: 1049px) {
    .navbar-left_item > ul#navbar-menu {
        position: absolute;
        background-color: #fff;
        padding: 5px 15px;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 100;
        display: none;
    }
    .navbar-left_item > ul#navbar-menu li a,
    .navbar-left_item > ul#navbar-menu li span {
        color: #222;
        display: block;
    }
    ul#navbar-menu li ul {
        list-style: none;
        border-left: 1px solid #ddd;
        margin-bottom: 0;
        margin-left: 15px;
        padding-left: 10px;
        display: none;
    }
}
@media (min-width: 1050px) {
    ul#navbar-menu {
        display: flex!important;
    }
    .menu-toggle-btn {
        display: none!important;
    }
}
ul#navbar-menu {
    margin-bottom: 0;
    padding: 5px;
    list-style: none;
}
ul#navbar-menu li a,
ul#navbar-menu li span {
    padding: 13px 13px 9px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    word-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
}
.navbar-social {
    padding: 8px;
}
.navbar-social a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    padding-top: 4px;
}
.menu-bar {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 6px 3px;
}
.menu-toggle-btn {
    width: 36px;
    height: 36px;
    margin-top: 6px;
    margin-left: 12px;
    cursor: pointer;
    overflow: hidden;
}
a.login-btn {
    padding: 10px 45px 22px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    word-spacing: 1px;
    border-radius: 3px;
    letter-spacing: 1px;
}
@media (min-width: 1050px) {
    ul#navbar-menu li {
        position: relative;
    }
    ul#navbar-menu li ul {
        position: absolute;
        background-color: #018738;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        min-width: 180px;
        display: none;
    }
    ul#navbar-menu li ul li a {
        display: block;
        border-bottom: 1px solid #006c2d;
    }
}

.sub-menu > a {
    padding-right: 30px!important;
}
.sub-menu > a::after {
    content: '';
    margin-top: 4px;
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #d0d0d0 transparent transparent;
}
li.sub-menu > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
li.sub-menu > ul > li > a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 13px;
    transition: color 0.3s, background 0.3s;
}
@media (min-width: 992px) {
    li.sub-menu > ul {
        width: 200px;
        background-color: #5543a2;
        position: absolute;
        top: 58px;
        margin-left: 10px;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease;
        z-index: 9999;
        transform: scale(1.1) translateY(-20px);
    }
    li.sub-menu > ul > li:last-child > a {
        border-bottom: none;
    }
    li.sub-menu > ul > li > a:hover {
        background-color: #3f27a2;
    }
    li.sub-menu:hover {
        background-color: #5543a2;
    }
    li.sub-menu:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: scale(1.1) translateY(0px);
    }
}
@media (max-width: 991px) {
    .sub-menu > ul {
        margin-left: 20px;
        border-left: 1px solid #ddd;
        display: none;
    }
    ul.menu-list a {
        color: #000!important;
    }
    li.sub-menu > ul > li > a {
        padding: 6px 20px;
    }
}

/*Hero Section*/
.hero-title {
    color: #222;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: -2px;
}
.hero-desc {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    padding: 15px 0;
}
.primary-btn {
    color: #fff;
    background-color: #1191EE;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 50px;
    letter-spacing: 0;
    border-radius: 8px;
    transition: 0.3s all;
}
.primary-btn:hover {
    color: #FFF;
    background: #CC030B;
}
.slider-wrap {
    position: relative;
}
.slider-item {
    width: 100%;
    height: 100vh;
    max-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 0;
    color: white!important;
    font-size: 32px!important;
    width: 30px;
    height: 50px;
    background-color: #18027A!important;
    overflow: hidden;
}
.owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 0px;
    color: white!important;
    font-size: 32px!important;
    width: 30px;
    height: 50px;
    background-color: #18027A!important;
    overflow: hidden;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    background: #c9c9c9!important;
    margin: 5px;
    border-radius: 8px;
}
button.owl-dot.active {
    background: #8b8b8b!important;
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }
}

/*Services Section*/
section#services {
    padding: 0;
}
section#services .section-content {
    margin: 0 15px;
}
.section-header {
    width: 60%;
    padding-top: 70px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    border-bottom: 4px dotted red;
}
.section-header > h2 {
    color: red;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 42px;
    text-align: center;
    position: relative;
}
.section-header > p {
    color: #18027a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: 25px;
}
.services-item {
    min-height: 270px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    border: 1px solid #dc1b26;
}
#services > .section-content > .row > .col-md-3 {
    padding: 0 10px;
}
.services-logo img {
    width: 70px;
    margin: 0 auto;
    display: block;
}
h3.services-title {
    color: #333;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.services-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.2px;
}
@media (max-width: 767px) {
    .section-header {
        width: 95%;
    }
    .section-header h2 {
        font-size: 32px;
    }
}


/*Package Banner*/
section#internet_packages {
    padding-bottom: 60px;
}
#package_banner {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 60px 0;
}
.package_banner_info {
    padding: 60px 25px;
}
.package_banner-title {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 42px;
}
.package_banner-desc {
    color: #333;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
}
ul.package_banner-features {
    margin-bottom: 28px;
    padding-left: 0;
    list-style: none;
}
ul.package_banner-features li {
    color: #333;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
}
ul.package_banner-features li i {
    color: #1191EE;
    width: 25px;
}
@media (max-width: 767px) {
    .package_banner_info {
        padding: 60px 35px;
        padding-top: 0px;
    }
    .package_banner-title {
        font-size: 30px;
    }
}


/*Internet Packages*/
.internet_packages {
    padding: 0 25px;
}
.packages_item {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}
.packages_item .best {
    color: #fff;
    background-color: #CC030B;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 35px;
    right: -15px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.packages_item .best::after {
    content: '';
    position: absolute;
    top: -14px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #f74e4f #f74e4f;
}
.packages_item:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    transition: 0.3s;
}
.internet_packages > .row > .col-md-3 {
    padding: 0 10px;
}
.pacakge_title {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    letter-spacing: -0.5px;
}
.package_unit {
    color: #555;
    font-weight: 600;
    padding: 5px 0 8px 0;
}
.package_unit > .price-currency {
    color: #CC030B;
    font-size: 24px;
    font-weight: 600;
    margin-right: 3px;
}
.package_unit > .price {
    color: #CC030B;
    font-size: 28px;
    font-weight: 700;
    line-height: 0;
}
.package_features {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}
.package_features li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.2px;
    border-top: 1px solid #eee;
    padding: 14px 0 12px 0;
}
.package_features li > i {
    color: #1191EE;
    padding-right: 6px;
}


/*Administration Section*/
#administration {
    background-color: #FAFAFA;
    padding: 60px 25px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.admin-info-heading {
    display: flex;
}
h2.administration-title {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    letter-spacing: -2px;
}
.admin-info-heading > .status {
    color: #CC030B;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 10px;
    text-transform: capitalize;
}
.administration-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    padding: 10px 0;
}
.administration-contacts .contact-heading {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 20px;
}
.administration_info {
    padding: 60px 0;
}
.contact-item {
    display: flex;
    padding: 8px 0;
}
.contact-item i {
    width: 30px;
    height: 30px;
    background-color: #1191EE;
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.contact-item span {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.5px;
    margin-top: -1px;
    margin-left: 10px;
}
.contact-socials {
    margin-top: 25px;
    display: flex;
}
.contact-socials a {
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    #administration {
        padding-bottom: 30px;
    }
    h2.administration-title {
        font-size: 36px;
    }
    .admin-info-heading > .status {
        font-size: 14px;
    }
}

/*Support Team*/
.support_team {
    padding: 0 25px;
    padding-bottom: 60px;
}
.support-member {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #8dc3eb;
}
.support_team > .row > .col-md-4 {
    padding: 0 10px;
}
.member_name {
    color: #222;
    font-size: 20px;
    letter-spacing: -.5px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 3px;
}
.member_status {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 40px;
}
.member_social {
    padding-top: 6px;
    text-align: center;
}
.member_social a {
    color: #fff;
    background-color: #1191EE;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 3px;
    border-radius: 4px;
}
.member_phone {
    color: #272717;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -.2px;
}
@media (max-width: 767px) {
    section#support_team .section-header {
        padding-top: 60px;
    }
}

/*Blog Section*/
section#blog {
    background-color: #fafafa;
    border-top: 1px solid #eee;
}
.blog_office {
    padding: 0 25px;
}
.blog-item {
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #f7cdcd;
    overflow: hidden;
}
.blog-info {
    padding: 5px;
}
.blog-title {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 10px;
    margin-bottom: 0;
}
.blog-title a {
    color: #222;
    transition: .25s all;
}
.blog-title a:hover {
    color: #1191EE;
}
.blog-short-desc {
    color: #333;
    font-size: 14px;
    padding: 0px 10px;
    letter-spacing: 0;
    padding-bottom: 8px;
}
.blog-create-date {
    color: #d81c22;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 8px;
}
.blog-create-date i {
    padding-right: 5px;
}
.read-more-btn {
    color: #1191EE;
    transition: .25s all;
}
.read-more-btn:hover {
    color: #d81c22;
}
@media (max-width: 767px) {
    section#blog {
        padding-bottom: 30px;
    }
}

/*Footer*/
#footer {
    width: 100%;
    border-top: 1px solid #eba5a7;
}
.main-footer {
    padding: 100px 20px;
}
.main-footer > .row > .col-md-4 {
    padding: 0 8px;
}
.footer-desc {
    color: #333;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
h2.footer-heading {
    color: #222;
    font-family: hind siliguri,Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: -1px;
}
ul.footer-links {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.footer-links > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
    display: inline-block;
    padding: 5px 0;
}
ul.footer-links > li > a > i {
    color: #CC030B;
    width: 18px;
    margin-right: 10px;
    font-size: 14px;
}
.footer-address {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 10px;
}
ul.footer-contacts {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.footer-contacts li {
    padding: 5px 0;
}
ul.footer-contacts li,
ul.footer-contacts li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
}
ul.footer-contacts li i,
ul.footer-contacts li a i {
    color: #CC030B;
    font-size: 14px;
    width: 18px;
    margin-right: 10px;
}
.footer-copyright {
    border-top: 1px solid #EEE;
}
.footer-item-wrap {
    padding: 15px 0;
}
@media (max-width: 767px) {
    .main-footer {
        padding: 50px 20px;
    }
}
.footer-copyright > .copyright-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    word-spacing: 1px;
    margin-bottom: 0;
    padding: 30px 15px;
    text-align: center;
}




/* Top Header */
.top-header {
    color: #fff;
    background-color: #18027A;
    font-size: 13px;
    height: 35px;
}
.main-header {
    background-color: #fff;
    z-index: 9999;
    border-color: #d81c22!important;
}
.top-left-item {
    display: flex;
}

.top-left-item div {
    padding: 8px 10px;
}
.top-left-item div i {
    color: #cecece;
    padding-right: 5px;
    font-size: 12px;
}
.top-right-item {
    display: flex;
    justify-content: end;
}
ul.top-social {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}
ul.top-social li a {
    color: #fff;
    display: block;
    padding: 0px 5px;
    opacity: 0.7;
    transition: .2s;
}
ul.top-social li a:hover {
    opacity: 1;
}
ul.top-social li {
    padding: 8px 8px;
}
ul.menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
ul.menu-list > li > a {
    padding: 18px 15px 18px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.menu-navbar {
    background-color: #18027A;
}
.nav_menu_wrap,
.nav_menu_close_btn {
    display: none;
}
img.header-main-logo {
    height: 70px;
}
@media (min-width: 992px) {
    .main-header.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    body.active {
        margin-top: 163.5px;
    }
    ul.menu-list > li > a:hover {
        background-color: #5543a2;
    }
}
@media (max-width: 991px) {
    img.header-main-logo {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    body {
        margin-top: 147px;
    }
    .top-header {
        display: none;
    }
    img.header-main-logo {
        height: 65px;
    }
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .menu-wrap {
        position: fixed;
        top: 0;
        right: -280px;
        bottom: 0;
        width: 280px;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        transition: .3s right;
    }
    .menu-wrap.active {
        right: 0;
        box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 30%);
    }
    ul.menu-list {
        display: block;
        margin-top: 60px;
        margin-bottom: 10px;
    }
    ul.menu-list li a {
        padding: 10px 22px;
    }
    .menu-wrap .nav_menu_close_btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 22px;
        font-size: 45px;
        padding: 10px;
        cursor: pointer;
    }
    .nav_menu_wrap {
        display: block;
        height: 50px;
        width: 30px;
        margin-left: auto;
        margin-right: 8px;
    }
    .nav_menu_toggle_btn {
        padding: 7px 0;
    }
    .nav_menu_toggle_btn div {
        width: 100%;
        height: 3px;
        background-color: #fff;
        margin: 7px 0;
        border-radius: 5px;
    }
    .nav_menu_toggle_btn div:nth-child(2) {
        width: 70%;
    }
    .slider-item > div > div > div.d-flex.align-items-center {
        text-align: center;
    }
}


/* Blog */
ul.blog-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.blog-nav li {
    display: inline-block;
}
ul.blog-nav > li > a {
    padding-top: 1px;
    border: 1px solid #74b4e3;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: .15s all;
}
ul.blog-nav > li > a.active {
    color: #fff;
    background-color: #d81c22;
    border-color: #d81c22;
}
ul.blog-nav > li > a:not(.active,.disabled):hover {
    color: #fff;
    background-color: #1191ee;
    border-color: #1191ee;
}
ul.blog-nav > li > a.disabled {
    color: #888;
    border-color: #bdbdbd;
}

.site_subtitle {
    color: #464646;
    line-height: 15px;
}
.site_title {
    color: red;
}
.section-header > h2::after {
    content: "";
    position: absolute;
    top: 13px;
    height: 15px;
    background: #5933ff;
    width: 15px;
    margin-left: 20px;
    display: inline-block;
    transform: rotate(45deg);
}
.section-header > h2::before {
    content: "";
    position: absolute;
    top: 13px;
    height: 15px;
    background: #5933ff;
    width: 15px;
    display: inline-block;
    margin-left: -35px;
    transform: rotate(45deg);
}
/*body {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.12'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #243949;
}*/

@media (min-width: 992px) {
    .menu-navbar > .container > .row > .col-md-12 {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .site_title {
        font-size: 20px;
    }
    .site_subtitle {
        font-size: 15px;
    }
}
.owl-nav.disabled {
    display: block!important;
}