body.home-digital .container,
body.home-arch .container,
body.home-corp .container {
    max-width: 1400px;
}

.green {
    color: #8cc640;
}

.main-colorbg3 {
    background-color: #8cc640;
}

.main-bg {
    background-color: #1c1a25;
}

.sub-bg {
    background-color: #1c1a25;
}

.bg-cover {
    background: url(../imgs/banner.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.img-mobile {
    display: none;
}

@media (min-width: 1200px) {
}
.container {
    max-width: 1140px;
}

/*---------------------------------------
  Nav
-----------------------------------------*/
.navbar .logo {
    width: 140px;
}

.navbar .icon-bar {
    display: table-cell;
    position: relative;
}

.navbar .icon-bar i {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.navbar-toggler[aria-expanded="true"] #nav-icon i:nth-child(1) {
    transform: rotate(45deg);
}

.navbar.nav-scroll {
    background: #15131d;
    border-color: rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.navbar .logo {
    z-index: 9999;
}

.navbar .navbar-toggler {
    z-index: 9999;
}

.navbar.nav-opened .icon-bar i {
    position: absolute;
    top: calc(50% - 2px);
    left: -20px;
    margin: 0;
}

.navbar.nav-opened .icon-bar i:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar.nav-opened .icon-bar i:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.navbar .navbar-nav .nav-link.active{
  color: red;
}*/

@media (max-width: 991.98px) {
    .navbar {
        /*background-color:#15121D ;*/
    }

    .navbar-collapse {
        width: 100%;
        background: #15121d;
        position: fixed;
        z-index: 9;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        transition: all 0.4s;
        margin-top: 0 !important;
        padding-top: 120px;
    }

    .navbar-collapse.show {
        min-height: 100vh;
        visibility: visible;
        opacity: 1;
        z-index: 9;
    }

    .navbar .navbar-nav .nav-link {
        padding: 15px 30px 10px;
        margin: 0;
        border-bottom: 0;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 40px;
        font-weight: 700;
    }

    .navbar .navbar-nav .nav-link .rolling-text {
        height: 34px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav .nav-link {
        font-size: 25px;
    }
}

/*---------------------------------------
  page
-----------------------------------------*/
.page-header {
    min-height: 30vh;
    position: relative;
    overflow: hidden;
}

/*---------------------------------------
  VIDEO
-----------------------------------------*/
.video-wrap {
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-cover {
    display: none;
}

@media (max-width: 576px) {
    .video-wrap .custom-video {
        display: none;
    }

    .bg-cover {
        display: block;
    }

    /* Image popup event */
    .img-desktop {
        display: none;
    }
    .img-mobile {
        display: block;
    }
}

/*---------------------------------------
  HERO
-----------------------------------------*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    height: calc(100vh - 51px);
}

.hero-section small {
    color: var(--white-color);
    text-transform: uppercase;
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.45;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 50px;
}

.hero-section .container .row {
    height: 100%;
}

/*---------------------------------------
  section-target
-----------------------------------------*/
.section-target {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/*---------------------------------------
  About
-----------------------------------------*/
.about h4 {
    font-size: 18px;
    font-weight: 300;
}

.about p {
}
.about .logo svg {
    width: 220px;
    height: 120px;
}

/*---------------------------------------
  Service
-----------------------------------------*/
.service {
    background: url(../imgs/bg-service.jpg) no-repeat bottom center;
    background-size: cover;
}

h4.subtitle {
    font-size: 18px;
    font-weight: 300;
}

.serv-box .serv-item {
    padding: 60px 40px;
    background-color: rgba(56, 54, 64, 0.2);
    border: 1px solid #423e53;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.service .icons img {
    max-width: 130px;
    width: 100%;
}

.serv-box .crv-more a {
    width: 100%;
    padding: 15px 0px 15px 0px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.serv-box .crv-more a:hover {
    background: transparent;
    color: #8cc640;
}

/*---------------------------------------
  Blog
-----------------------------------------*/
.blog-crev .item .cont .info {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
}

.blog.article p {
    margin-bottom: 20px;
}

.blog .filtering .filter {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: inline-block;
}

.blog .filtering span {
    font-weight: 500;
    font-size: 13px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    opacity: 0.7;
}

.blog .filtering span.active {
    opacity: 1;
}

.blog .filtering span.text {
    pointer-events: none;
}

/*---------------------------------------
  Contact
-----------------------------------------*/

.call-action-img .sec-lg-head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    height: 100%;
    background: #15131d;
}

.feature.map {
    height: 500px;
    margin-bottom: 80px;
}
.feature.map iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/*---------------------------------------
  Modal
-----------------------------------------*/
.modal-inform .modal-content {
    background-color: transparent;
}

.modal-content {
    border-radius: 24px;
    border: 0;
}

.modal .btn-close {
    width: 32px;
    height: 32px;
    border-radius: 0;
    background-size: contain;
    padding: 0;
    top: 20px;
    right: 20px;
    transition: all 0.25s;
    opacity: 1 !important;
    background: none;
}

.modal .btn-close.static {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-bottom: 15px;
}

.modal-inform img {
    border-radius: 10px;
}

.modal-inform .modal-dialog {
    max-width: 800px;
}

#news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media {
    display: flex;
    justify-content: center;
}

iframe {
    margin: 10px 0px 10px 0px;
}

.footer-text h2 {
    font-weight: 400;
    padding-right: 20px;
}

.footer-text .sub-font {
    font-weight: 600;
}
