﻿.section-home {
    position: relative;
}

.menu2-enquire:hover {
    color: #fff;
}

.section-image {
    overflow: hidden;
}

.section-image {
    position: relative;
}

.home-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.15;
    top: 0;
}

h1, h1 a {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
    z-index: 3;
    width: 80%;
    max-width: 1160px;
    font-size: 68px !important;
    color: #fff;
    font-weight: 500 !important;
}

.home-logo {
    position: absolute;
    top: 20px;
    right: 15px;
}

.content-actide {
    position: relative;
    clear: both;
    width: 1170px;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    max-width: 100%;
    display: block;
}
    .content-actide > div {
        display: table;
    }
.blog-detail-left {
    width: 800px;
    text-align: left;
    vertical-align: top;
    padding-right: 30px;
}
.content-blog-detail {
    padding-bottom: 30px;
}
body p {
    letter-spacing: 0.3px;
}
.content-blog-detail h2, .content-blog-detail h2 a {
    font-size: 32px !important;
    margin: 18px 0px 12px;
}
.blog-detail-right{
    width: 340px;
    display: table-cell;
    vertical-align: top;
}
.widget {
    margin-bottom: 1.5em;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
}

.uppercase, h6, span.widget-title, th {
    letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase;
}
.widget .is-divider {
    margin-top: .66em;
}

.is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.widget ul {
    margin: 0;
    margin-left: -36px;
}
.widget > ul > li, ul.menu > li {
    list-style: none;
    margin: 0;
    text-align: left;
}
.recent-blog-posts {
    padding: 10px 0;
}
.flex-grow {
    -ms-flex-negative: 1;
    flex: 1;
}

.flex-col {
    max-height: 100%;
    font-size: 16px;
}
.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    text-decoration: none;
    color: #274ba7;
}
    .recent-blog-posts a:hover {
        color: #bd1e2d;
    }
    .op-7 {
        opacity: .7;
    }

.block {
    display: block;
}

.is-xsmall {
    font-size: .7em;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
ul.menu > li > a {
    display: inline-block;
    flex: 1;
    padding: 6px 0;
    text-decoration: none;
    color: #274ba7;
}
    ul.menu > li > a:hover {
        color: #bd1e2d;
    }
    .widget > ul > li + li, ul.menu > li + li {
        border-top: 1px solid #ececec;
    }
.entry-header-text-top {
    padding-top: 0;
}



.text-left {
    text-align: left;
}
.entry-title {
    font-weight: bold;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    font-size: 1.7em !important;
    text-rendering: optimizeSpeed;
    color: #475693;
    margin-bottom: .5em;
    margin-top: 0;
    width: 100%;
}
.content-blog-detail div {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #333;
}
.content-blog-detail p {
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif' !important;
}
    .content-blog-detail p span {
        font-family: 'Roboto', 'sans-serif' !important;
        font-size: 16px !important;
    }
.textwidget{
    font-size: 16px;
}
.section6-container {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.section6-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.section6-item {
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(19, 26, 31, 0.3), 0 2px 4px 0 rgba(19, 26, 31, 0.22) !important;
    position: relative;
}

.section6-div {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.section6-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #333;
}

    .section6-title a {
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
    }

a.section6-link {
    display: inline-block;
}