@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Rufina");

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-flex-start {
    align-items: flex-start;
}

.align-flex-center {
    align-items: center;
}

.justify-flex-center {
    justify-content: center;
}

.justify-flex-start {
    justify-content: flex-start;
}

.spec-row-container {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.spec-row-container .fa {
    color: #A98444;
    font-size: 4.7rem;
    margin-right: 20px;
}

.spec-row-container .spec-title {
    margin: 0px;
    color: #104771;
    font-size: 16px;
}

.spec-row-container .spec-sub-title {
    margin: 0px;
    margin-top: -6px;
    color: #222;
    font-weight: bold;
    font-size: 13px;
}

.bkg-theme-dark {
    background: #0e1225;
    border-color: #0e1225;
}

.header .logo img {
    width: auto;
}

.header-background .header-inner {
    box-shadow: 1px 1px 1px 1px #dfdfdf;
}

.page-top-slider {
    height: 230px !important;
}

.page-top-title {
    margin-top: 90px !important;
    font-family: 'Rufina', serif;
}

@media only screen and (max-width: 480px) {
    .title-xlarge{
        font-size: 4.0rem !important;
    }
    .page-top-slider {
        height: 100px !important;
    }

    .page-top-title {
        margin-top: 20px !important;
        font-size: 2.755rem !important;
    }

    .page-top-sub-title {
        margin-top: -10px;
    }

    .side-container {
        padding: 2rem !important;
    }

    .header .logo img {
        width: 40px;
    }
}

.hero-5-2 .media-column {
    background-image: url(../images/artex/at_a_glance.jpg);
}

.text-justified {
    text-align: justify;
}

.row-lg {
    max-width: 130rem;
}

.row-full {
    max-width: 100%;
}

.side-container {
    padding: 10rem;
}

.no-margin {
    margin: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.color-nttml-golden {
    color: #A98444;
}

.color-cyan {
    color: #0cbacf;
}

.bullet-row {
    padding-left: 50px;
}

.bullet-row .fa {
    font-size: 1.5em;
    color: #333;
    margin-top: 3px;
}

.bullet-row .title {
    font-size: 15px;
    margin-left: 10px;
    text-align: left;
}

.feature-column .title-normal {
    font-size: 16px;
}

.p-l-30 {
    padding-left: 30px;
}

.blog-regular .post-title a:hover {
    color: #104771 !important;
}

.mb-10-i {
    margin-bottom: 10px !important;
}

.client-logo {
    width: 120px;
    margin-right: 10px;
}

.client-logo-home {
    width: 100px;
}


.title-xmedium{
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .title-xmedium {
        font-size: 2.123rem;
    }
}

.bkg-golden {
    background-color: #A98444;
    border-color: #A98444;
}

.certification-logo {
    width: 120px;
    margin-right: 20px;
    margin-left: 20px;
}

.vertical-center {
    vertical-align: middle;
}

.header-inner .nav-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.font-montserrat {
    font-family: 'Montserrat', serif;
}

.font-rufina {
    font-family: 'Rufina', serif;
}
.rufina-title {
    font-family: 'Rufina', serif;
    text-transform: none;
}

.header .logo, .header .header-inner .navigation > ul > li, .header .header-inner .navigation > ul > li > a:not(.button) {
    font-size: 12px;
}

.navigation .sub-menu li.current > a:not(.button) {
    font-size: 11px;
}

.hero-4>.row:before {
    background-color: rgba(0,0,0,.7);
}

.home-bg-video {
    height: auto !important;
    opacity: 0.6 !important;
}

@media only screen and (min-width: 1280px) {
    .home-bg-video {
        width: 100% !important;
    }
}

.footer-logo {
    max-width: 100px;
}

.text-align-justify {
    text-align: justify;
}


.contact-us {
    position: relative;
    z-index: -1;

}
.container1 {
    display: none;
    width: 400px;
    z-index: 10;
    background-color: #0b0c0f;
}

.outer-col {
    position: fixed;
    right: 5px;
    bottom: -399px;
    width: 300px;
    z-index: 10;
}

.heading {
    float: left;
    width: 100%;
    background: #0badc1;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-family: apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}


@media only screen and (min-width: 768px) {

    .container1 {
        display: block;
    }
}

.mobile-bg-image {
    background-image: none !important;
}

.mobile-show {
    display: none !important;
    opacity: 0 !important;
}

@media screen and (max-width: 480px){
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
        opacity: 1 !important;
    }
}