:root {
    --black: #010101;
    --blue: #014976;
    --active: #ffc63e;
    --gray: #545456;
}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    line-height: 1.5;
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

body.offcanvas-menu {
    overflow: hidden;
}

.offcanvas-menu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

h1,
h2 {
    font-weight: 900;
}
h1{
    font-size: 45px;
}
h3 {
    font-size: 26px;
}

.h1,
.h2 {
    font-weight: 900;
}

.text-black {
    color: var(--black) !important;
}

.bg-black {
    background-color: var(--black);
}

.color-active {
    color: var(--active);
}

.text-sub {
    color: #959595 !important;
}

a {
    color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    color: var(--active);
    text-decoration: none;
}

.p {
    font-size: 14px;
    font-weight: 300;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666 !important;
}

.img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
}

::selection {
    background: #000000;
    color: #ffffff;
}

.transition {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.pointer {
    cursor: pointer;
}

.btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05rem;
    min-width: 180px;
    transition: .4s all ease;
}

.switch {
    padding: 13px 20px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
}

.switch span {
    position: relative;
    top: 0px;
    transition: .4s all ease;
}

.switch span:after {
    content: attr(title);
    display: block;
    opacity: 0;
    transition: .4s all ease;
    /* color: #A49A87; */
}

.switch:hover {
    border-color: #A49A87;
}

.switch:hover:before {
    color: #A49A87;
}

.switch:hover span {
    top: -40px;
}

.switch:hover span:after {
    opacity: 1;
    margin-top: 20px;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-sm {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn.btn-outline {
    border-color: #000;
    color: #000;
    min-width: 280px;
}

.btn.btn-outline:hover {
    background: #000;
    color: var(--active);
}

.btn-white {
    background-color: #fff;
    border: 1px solid #545456;
}

.btn-black {
    background-color: var(--black);
    border: 1px solid #fff;
    color: var(--active);
}

.form-control,
.custom-select {
    border: none;
    font-size: 14px;
    height: 55px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #000000;
}

.contact .form-control {
    border: 1px solid #fff;
    color: #fff;
}

.contact .form-control::placeholder {
    color: var(--gray);
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.contact .form-control:active,
.contact.form-control:focus {
    color: #fff;
    border-color: rgb(255 255 255 / 51%);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.bottom-banner {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 3;
}

.bottom-banner a span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.text-banner-black h2,
.text-banner h2 {
    font-size: 45px;
}

.text-banner h2 {
    text-transform: uppercase;
}

.text-banner p {
    margin-bottom: 0;
    margin-top: 1.2rem;
    color: #000;
    font-weight: 400;
}

.theme-light .text-banner p,
.theme-light .bottom-banner h1 {
    color: #fff;
}

.text-banner-p p {
    margin-bottom: 0;
}

.bottom-banner h1 {
    font-size: 35px;
}

.bottom-banner h1,
.text-banner-black h2,
.text-banner-black p {
    color: var(--black);
}

.bottom-banner h1 small {
    margin-left: 1rem;
}

.bottom-banner p {
    color: #fff;
}

iframe {
    width: 100%;
    height: 650px;
}

.spinner-border {
    color: #136ad5;
}

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo-main {
    width: 60%;
}

.logo {
    font-size: 24px;
    color: #ffffff;
}

.logo:hover {
    color: #ffffff;
}

.menu-absolute {
    position: absolute !important;
}

.site-nav {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
}

.site-nav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.site-nav a svg {
    width: 22px;
}

.theme-light .site-nav a svg {
    fill: #fff;
}

.theme-light .is-sticky .logo-mb img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.site-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.site-nav .site-navigation {
    margin: 0 -15px;
}

.site-nav .site-navigation .site-menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.site-nav .site-navigation .site-menu>li {
    display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    display: inline-block;
    text-decoration: none !important;
    color: var(--black);
    position: relative;
    text-transform: uppercase;
}

.site-nav .site-navigation .site-menu>li>a:hover {
    color: var(--active);
}

.site-nav .site-navigation .site-menu>li.active>a,
.theme-light .site-nav .site-navigation .site-menu>li.active>a {
    color: var(--active);
    border-bottom: 1px solid var(--active);
}

.site-nav .site-navigation .site-menu .has-children {
    position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a,
.dropdown-lang>a {
    position: relative;
    padding-right: 20px;
    color: #000;
}

.theme-light .site-nav .site-navigation .site-menu>li>a,
.theme-light .site-nav .site-navigation .site-menu .has-children>a,
.theme-light .dropdown-lang>a {
    color: #fff;
}

.site-nav .site-navigation .site-menu .has-children>a:before,
.dropdown-lang>a:before {
    position: absolute;
    content: "\e313";
    font-size: 14px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown,
.dropdown-lang ul {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 999;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #ffffff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.dropdown-lang ul {
    padding: 10px 5px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #fff;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
    color: #136ad5 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    border-bottom: 1px solid var(--active);
    padding: 20px 15px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li:last-child {
    border-bottom: none
}

.dropdown-lang li {
    min-width: 80px;
    list-style: none;
    text-align: center;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a,
.dropdown-lang>li>a {
    /* padding: 5px 20px; */
    display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover,
.dropdown-lang>li>a:hover {
    color: var(--active);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.active>a {
    color: var(--active);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
    color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
    color: var(--active);
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown,
.dropdown-lang:hover ul {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    background-color: #000;
}

.site-mobile-menu-close {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    top: -20px;
}

.site-mobile-menu-close>span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000000;
}

.site-mobile-menu-close>span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #ffffff;
    height: calc(100vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #000000;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a {
    color: var(--active);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 14px;
    z-index: 20;
    font-family: "icomoon";
    content: "\e313";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 15px;
    font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 25px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 14px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000000;
}

.site-menu-toggle img {
    width: 150px;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #000000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #000000 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: #136ad5 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
    color: #136ad5 !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sticky-nav {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: transparent;
}

#sticky-wrapper.is-sticky .sticky-nav {
    padding: 12px 0;
    background: white;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

#sticky-wrapper.is-sticky .sticky-nav .burger:before,
#sticky-wrapper.is-sticky .sticky-nav .burger span,
#sticky-wrapper.is-sticky .sticky-nav .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
    color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a {
    color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a:hover,
#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a.active {
    color: var(--active) !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li.active a {
    color: var(--active) !important;
}

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
    background: #ffffff;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}

/* Hover */
.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}

.is-sticky .burger:before {
    top: 17px;
}

.is-sticky .burger span {
    top: 25px;
}

.is-sticky .burger:after {
    top: 33px;
}

/* Hover */
.is-sticky .burger:hover:before {
    top: 17px;
}

.is-sticky .burger:hover:after {
    top: 33px;
}

/* Click */
.burger.active span {
    opacity: 0;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
}

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
}

.burger:focus {
    outline: none;
}

.theme-light .top-bar {
    border-bottom: 1px solid #fff;
}

.top-bar {
    border-bottom: 1px solid #000;
}

.top-icon img {
    width: 25px;
}

.banner-page,
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.banner-page.overlay,
.bg-img.overlay {
    position: relative;
}

.banner-page.overlay:before,
.bg-img.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.011642156862745057) 30%);
    z-index: -0;
    opacity: 0.8;
}

.banner-page>.banner,
.bg-img>.container {
    position: relative;
    z-index: 2;
}

.banner-page,
.banner-page>.banner>.row,
.bg-img,
.bg-img>.container>.row {
    height: 100vh;
    min-height: 650px;
}


.banner-page.inner-page,
.banner-page.inner-page>.container>.row,
.bg-img.inner-page,
.bg-img.inner-page>.container>.row {
    height: 50vh;
    min-height: 450px;
}

.banner-page .caption,
.bg-img .caption {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1rem;
}

.banner-page ul {
    list-style: none;
}

.banner-page .heading,
.bg-img .heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
}

.top-to-kanok {
    border: 1px solid #000;
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.theme-light .top-to-kanok {
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width: 991.98px) {

    .banner-page .heading,
    .bg-img .heading {
        font-size: 30px;
    }
}

.banner-page .link-highlight,
.bg-img .link-highlight {
    color: #ffffff;
    position: relative;
    display: inline;
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.banner-page .link-highlight:hover,
.bg-img .link-highlight:hover {
    -webkit-box-shadow: 0 2px 0 0 white;
    box-shadow: 0 2px 0 0 white;
}

.banner-page .desc,
.bg-img .desc {
    font-size: 18px;
    max-width: 450px;
}

@media (max-width: 991.98px) {

    .banner-page .desc,
    .bg-img .desc {
        margin: 0 auto;
    }
}

.banner-page .cta-section,
.banner-page .cta-section>.container>.row,
.bg-img .cta-section,
.bg-img .cta-section>.container>.row {
    height: 70vh;
    min-height: 450px;
}

.section {
    padding: 50px 0;
    position: relative;
}

.section .heading h3 {
    font-size: 35px;
    color: #000000;
}

@media (max-width: 991.98px) {
    .section .heading {
        font-size: 20px;
    }

    .section {
        padding: 50px 0;
    }
}

.section .heading strong {
    font-weight: 700;
}

.bg-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/bg-cover.svg') no-repeat center center;
    background-size: 400px;
    z-index: 0;
    background-position: top 13rem right 50%;
}

.img-logo-cover {
    width: 60px;
}

.sec-about .d-flex img {
    width: 66% !important;
    height: auto !important;
    max-width: 100%;
}

.about-main .d-flex img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

.sec-about h2,
.sec-about h3,
.about-main h3,
.sec-project h3 {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.sec-about .d-flex p {
    padding: 0 1.5rem;
}

.sec-about .why-us h2 {
    font-size: 26px;
}

.about-main .d-flex p:nth-child(1),
.projects-detail .d-flex p:nth-child(1) {
    padding-right: .5rem;
}

.about-main .d-flex p:nth-child(2),
.projects-detail .d-flex p:nth-child(1) {
    padding-left: .5rem;
}

.count-numbers .counter {
    font-size: 26px;
}

.section-title .heading {
    font-size: 30px;
    font-weight: 700;
}

.bottom-0 {
    bottom: 0;
}

.owl-project .owl-stage {
    right: 240px
}

.owl-project .item {
    position: relative;
}

.owl-project .des {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}

.navigation-owl a {
    position: absolute;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
    top: calc(45% - 20px);
    cursor: pointer;
    z-index: 11;
    color: #000;
    border: none;
}

.navigation-owl .prev {
    left: 5%;
}

.navigation-owl .next {
    right: 5%;
}

.owl-project .owl-item>div {
    cursor: pointer;
    margin: 2.3% 4%;
    transition: margin 0.4s ease;
}

.owl-project .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.owl-project .owl-item:not(.center)>div:hover {
    opacity: .75;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #303030;
}

.social-icons li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-icons li a:hover {
    color: #ffffff;
}

.social-icons li:first-child a {
    padding-left: 0;
}

.social-icons.light li a {
    color: #000000;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #f8f9fa;
}

.section-title {
    color: #000000;
    margin-bottom: 60px;
}

.section-title p {
    font-size: 22px;
    width: 60%;
    font-weight: 400;
    margin: auto;
}

.site-footer {
    background: var(--black);
    font-size: 16px;
    color: #ffffff;
    padding: 50px 0;
}

.site-footer svg {
    fill: var(--active);
    width: 150px;
}

.logo-cover {
    width: 150px;
}

.site-footer a {
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.site-footer .btn:before {
    display: none;
}

.site-footer .widget {
    margin-bottom: 40px;
    display: block;
    position: relative;
    z-index: 1;
}

.site-footer .widget h3 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}

.site-footer h3.brand-name {
    font-size: 21px;
}

.site-footer .widget .links li {
    margin-bottom: 10px;
}

.footer-contact img {
    width: 20px;
}

.site-footer .widget .links li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.site-footer .widget .links li a:hover {
    color: #ffffff;
}

.site-footer .copyright,
.site-footer .copyright a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.link-kanok-icon {
    width: 20px;
    margin-top: -15px;
    margin-left: .8rem;
}

.parallax-image {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 130vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h100vh {
    height: 100vh !important;
}

.work-with-us table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.work-with-us table tr {
    padding: .35em;
}

.work-with-us table th {
    padding: 1em;
}
.work-with-us table td {
    padding: 2rem .625em;
    border-top: 1px solid #c5c5c5;
    color: #fff;
}

.work-with-us table tr th:nth-child(1) {
    width: 15%;
}

.work-with-us table tr th:nth-child(2) {
    width: 70%;
}

.work-with-us table tr th:nth-child(3) {
    width: 15%;
}

.work-with-us table tr td:nth-child(1) {
    vertical-align: top;
}

.work-with-us table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.work-with-us .detail * {
    color: var(--active);
    font-size: 14px;
}

.subscribe {
    border: 1px solid #fff;
    color: #fff;
}

.subscribe::placeholder {
    text-align: center;
    color: rgb(255 255 255 / 60%);
}

.projects figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.projects figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.projects figure figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.projects figure figcaption::before,
.projects figure figcaption::after {
    pointer-events: none;
}

.projects figure figcaption,
.projects figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.projects figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.projects figure h3 {
    font-size: 18px;
    font-weight: 500;
}

.projects figure h3,
.projects figure p {
    margin: 0;
}

.projects figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 75%);
    background: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h3 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 0 5rem;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie h6 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em 5rem;
    width: 100%;
    opacity: 0;
    font-size: 15px;
    font-weight: 500;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie h6 img {
    width: 65px;
    margin: 0 auto;
    display: block;
    padding-top: 8px;
}

figure.effect-sadie h6 span {
    font-size: 14px;
    font-weight: 400;
}

figure.effect-sadie:hover h3 {
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -100px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, -100px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover h6 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-type {
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
    font-weight: 500;
}

.nav-type .nav-item {
    width: 85%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.nav-type .nav-item:hover {
    width: 75%;
}

.nav-type .nav-link {
    border: 1px solid #fff;
    border-left: 1px solid #000;
    margin-bottom: 1.5rem;
    padding: 0.8rem 1rem;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.nav-type .nav-link.active {
    border: 1px solid #fff;
    border-left: 1px solid #000;
    color: var(--active);
    background-color: #000;
}

.projects hr,
.news-act hr {
    border-bottom: 1px solid #fff;
}

.projects-detail h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.projects-detail p {
    color: #fff;
    font-size: 14px;
}

.projects-detail h3 {
    font-size: 14px;
    font-weight: 300;
    color: var(--active);
}

.projects-detail .d-flex img {
    height: 380px !important;
    width: 100% !important;
    object-fit: cover;
}

.projects-detail img {
    width: 100% !important;
}

.news-act-detail img {
    width: 100% !important;
    height: 100% !important;
}

.projects-detail table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.projects-detail table tr {
    border-bottom: 1px solid #fff;
}

.projects-detail table tr:last-child {
    border-bottom: none
}

.projects-detail table td {
    padding: 8px 10px 8px 0;
    color: #fff;
}

.projects-detail table td p {
    margin: 0 !important;
    font-weight: 400 !important;
}

.projects-detail table td:nth-child(1) {
    width: 15%;
    color: var(--active);
    font-weight: 600;
    padding: 1rem 0;
}

.projects-detail table td:nth-child(2) {
    width: 75%;
}

.projects-detail .d-flex p:nth-child(1) {
    width: 65%;
}

.projects-detail .d-flex p:nth-child(2) {
    width: 35%;
}

.breadcrumb {
    background-color: transparent;
    justify-content: flex-end;
    margin: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-item.active {
    color: var(--active);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none
}

.breadcrumb-item i {
    align-self: center;
}

.item-card {
    border: none;
    overflow: hidden;
}

.item-card img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.item-card:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.item-card-body {
    padding: 15px;
}

.item-card-body h3 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    color: #fff;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

.item-card-body h5 {
    font-size: 15px;
    color: var(--active);
    font-weight: 300;
}

.item:hover h3 {
    color: var(--active);
    border-bottom: 1px solid var(--active);
    display: inline-block;
}

.item:hover h5 {
    color: #fff
}

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

.modal h2, #headingOne h4 {
    font-size: 18px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.nav-pills .nav-link {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: left;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
}

.nav-pills .nav-link span {
    font-size: 30px;
}

.nav-pills .nav-link:focus {
    outline: none;
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--active);
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.content-pills {
    width: 90%;
    margin-left: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.content-pills img {
    width: 60px;
}

.content-pills .item p {
    width: 80%;
}

.content-pills ul {
    padding-left: 0;
}

.list-services {
    position: relative;
}

.list-services img {
    height: 100px;
}

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    margin: 0;
}

.services-list li {
    width: 25%;
    position: relative;
    padding: 40px 0;
}

.services-list li {
    border-right: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
}

.services-list li:nth-child(4) {
    border-right: none;
}

.services-list li:nth-child(8) {
    border-right: none;
}

li:nth-child(3n+1) {
    clear: both;
}

li:nth-last-child(2n+1)~li:nth-child(3n+5),
li:nth-last-child(2n+1)~li:nth-child(3n+6),
li:nth-last-child(4)~li:nth-child(3n+1),
li:nth-last-child(4)~li:nth-child(3n+1)~li {
    border-bottom: 0px;
}

.our-project {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.our-project::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    ;
    z-index: 0;
}

.our-project__image {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    transition: transform 0.75s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.our-project__text-wrapper {
    position: absolute;
    bottom: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem  3rem;
    color: white;
    transition: background-color 1.5s ease;
}

.our-project-title {
    transition: color 1s ease;
    margin-bottom: 1rem;
    text-align: center;
}

.our-project-arrow span,
.our-project-details span {
    font-size: 26px;
}

.our-project-details {
    max-height: 0;
    opacity: 0;
    font-size: 14px;
    transition: max-height 1s ease, opacity 1s ease;
    color: var(--active);
}

.our-project:hover .our-project-details {
    max-height: 20rem;
    opacity: 1;
}
.our-project:hover h3{
    margin-bottom: 2rem;
}

.our-project:hover .our-project__text-wrapper {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.our-project:hover .our-project-arrow {
    display: none;
}

.our-project:hover .our-project__image {
    transform: scale(1.2);
    z-index: -1;
}

.our-solutions .card {
    background-color: #000;
}

.our-solutions .card .card-head {
    border-bottom: 1px solid #b3b1b1;
    cursor: pointer;
}

.our-solutions .card .card-head h4 {
    padding: 1rem 0;
}

.our-solutions .card .card-head h4:after {
    font-size: 30px;
    font-family: "icomoon";
    content: "\e316";
    float: right;
    margin-top: -8px;
    color: var(--active);
}

.our-solutions .card .card-head h4.collapsed:after {
    content: "\e313";
}

.pagination li {
    margin: 0 2.5px;
}

.page-links {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.8s;
}

.page-links:hover,
.links-active {
    box-shadow: inset 5em 0 0 0 var(--active), inset -5em 0 0 0 var(--active);
    border: 1px solid var(--active);
    color: #fff;
}

.news .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.news .card-body {
    background-color: #000;
}

.news .card:hover h2 {
    color: var(--active);
}

.news .card img {
    width: 100%;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news .card img.arrow-next {
    width: 20%;
}

.news .card:hover img {
    transform: scale(1.1);
}

.news .thumb a.next {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    color: #fff;
    font-size: 21px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0;
    transition: 0.6s;
    padding: 25px;
}

.news .card:hover .thumb a.next {
    opacity: 1;
}

.footer-address {
    width: 90%;
    margin-right: auto;
}

.bottom-explore {
    bottom: 38px;
}

.owl-theme .owl-dots .owl-dot.active span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100px;
    height: 4px;
    margin-left: 2px;
    margin-right: 2px;
    background: unset !important;
    border: none;
    display: inline-block;
    vertical-align: text-top;
    border-bottom: 3px solid var(--active);
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
}

.owl-dots button:focus {
    outline: none;
}

.border-left {
    border-left: 3px solid #dee2e6 !important;
}

#content .projects {
    left: unset;
    top: unset;
}

.top-bar-left {
    padding-left: 0;
}

.top-bar-right {
    padding-right: 0;
}

.md-mt-3 {
    margin-top: 2.5rem;
}

.recently-sec {
    padding-top: 1.2rem;
}

.hr-mini::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    width: 10%;
    background-color: var(--active);
    margin-bottom: 1rem;
}

.tab-content ul li:last-child {
    margin-bottom: 0 !important;
}

.content-project {
    min-height: 308px;
}

.site-nav .site-navigation .site-menu>.li-top-to-kanok {
    display: none;
}

.work-with-us table h3 {
    font-size: 16px;
}

.apply_now {
    padding: 5px 15px;
    border: 1px solid #fff;
    display: block;
    margin-top: 1rem;
    text-align: center;
}

.apply_now:hover {
    color: #000;
    background-color: var(--active);
}

.pr-footer {
    padding-right: 30px;
}

/* UPDATE */
.banner.home ul,
.banner.home p {
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}
.text-shadow-25 {
    text-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
}
.text-shadow-45 {
    text-shadow: 1px 1px 6px rgb(0 0 0 / 45%);
}


#content .projects .col-md-10,
#content .news .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .filter-wrapper {
        position: absolute;
        left: -64%; /* Adjust this value according to how much you want to hide */
        width: 90%;
        transition: left 0.3s ease-in-out;
        z-index: 99;
    }
    .filter:hover .filter-wrapper {
        left: 0;
    }
    .filter {
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav-type .nav-item:hover {
        width: 90%;
    }
}
@media screen and (min-width: 1440px) {
    .recently {
        padding-left: 10rem;
    }

    .nav-type .nav-item {
        width: 70%;
    }

    .filter-wrapper {
        position: absolute;
        left: -53%; /* Adjust this value according to how much you want to hide */
        width: 90%;
        transition: left 0.3s ease-in-out;
    }
    .nav-type .nav-item:hover {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .recently {
        padding-left: 4.8rem;
    }
}

@media screen and (min-width: 320px) {

    .modal-lg,
    .modal-xl {
        max-width: 100%;
    }
}

@media screen and (max-width: 1640px) {
    .owl-project .owl-stage {
        right: 169px;
    }
}

@media screen and (max-width: 1340px) {
    .owl-project .owl-stage {
        right: 169px;
    }
}

@media screen and (max-width: 1140px) {
    .owl-project .owl-stage {
        right: 100px;
    }

    .parallax-image {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1024px) {
    .bg-position-right {
        background-position: right
    }

    .site-footer .widget.text-right,
    .site-footer .widget li {
        text-align: left !important;
    }

    .pr-footer {
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .section-title .heading {
        font-size: 20px;
    }
    .nav-type .nav-item{
        width: 95%;
    }
    .nav-type .nav-item:hover{
        width: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
    .parallax-image {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 992px) {

    .site-nav .site-navigation .site-menu,
    .top-logo {
        display: none;
    }

    .list-services img {
        height: 80px;
    }

    .owl-project .owl-stage {
        right: 50px;
    }

    .top-to-kanok {
        display: none;
    }

    .li-top-to-kanok {
        display: block;
    }
    .content-pills {
        grid-template-columns: 1fr;
    }
    .contact .section-title p{
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .banner-page,
    .banner-page>.banner>.row,
    .bg-img,
    .bg-img>.container>.row {
        min-height: 750px;
    }

    .banner-page.inner-page,
    .banner-page.inner-page>.container>.row,
    .bg-img.inner-page,
    .bg-img.inner-page>.container>.row {
        min-height: 450px;
    }

    .owl-single .owl-nav {
        display: none;
    }
    .owl-project .des {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    
    .projects figure img {
        min-height: auto;
        max-width: unset;
        width: 100%;
    }

    .projects figure {
        margin-bottom: 1rem;
    }

    .bottom-banner .mr-3 {
        margin-right: 0 !important;
        margin-bottom: .5rem;
    }

    .link-to {
        padding: 1rem !important;
    }

    .md-mt-3 {
        margin-top: 1.5rem;
    }

    .apply_now {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .person-name {
        margin: 1rem 0 .5rem;
    }

    .person-des ul {
        padding-left: 15px;
    }
    .recently .border-left {
        display: none;
    }
    .bottom-explore {
        bottom: 0;
        position: relative !important;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .banner-gradient{
        display: none;
    }
    .work-with-us table {
        border: 0;
    }

    .work-with-us table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .work-with-us table tr {
        border-bottom: 5px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .work-with-us table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .work-with-us table td .detail {
        text-align: left;
    }

    .work-with-us table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--active);
    }

    .work-with-us table td:last-child {
        border-bottom: 0;
    }
    .nav-type .nav-item {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {

    .content-pills {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .services-list li {
        width: 50%;
    }

    .services-list li:nth-child(2),
    .services-list li:nth-child(6) {
        border-right: none;
    }

    li:nth-last-child(2n+1)~li:nth-child(3n+5),
    li:nth-last-child(2n+1)~li:nth-child(3n+6) {
        border-bottom: 1px solid #5c5c5c;
    }

    .sec-about .d-flex {
        flex-flow: wrap;
    }

    .sec-about .d-flex p {
        width: 100%;
    }

    .nav-type .nav-item {
        width: 100%;
    }

    .projects-detail img {
        height: 100% !important;
        width: 100% !important;
    }

    .top-bar-left {
        padding-left: 15px;
    }

    .top-bar-right {
        padding-right: 15px;
    }

    .burger {
        margin-right: 15px;
    }

    .site-menu-toggle img {
        margin-left: 15px;
    }
    .text-banner-black h2,
    .text-banner h2 {
        font-size: 28px;
    }

    .bottom-banner h1 {
        font-size: 25px;
    }

    .parallax-image {
        height: 100vh;
    }

    .banner-page>.banner {
        margin-top: -10rem;
    }

    .section-title p {
        width: 100%;
    }

    .modal-body.modal-body.py-5 {
        padding: 1.8rem 15px !important;
    }

    .close {
        position: absolute;
        top: 0px;
        right: 5px;
    }

    /* .contact-sub * {
        color: #fff !important;
    } */

    /* .contact-sub .btn.btn-outline {
        border-color: #fff;
    } */
    .text-container{
        padding-top: 5rem;
    }
    .text-container h2{
        text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
    }
    .item-card-body h3{
        word-break: break-word;
    }
    .nav-type .nav-link.active{
        border-left: 1px solid #fff;
    }
}

@media screen and (max-width: 475px) {

    .nav-pills .nav-link span {
        display: none;
    }

    .nav-type .nav-link {
        margin-bottom: 1rem;
    }

    .site-footer .widget h3,
    .site-footer .widget {
        margin-bottom: 15px;
    }

    .site-footer {
        padding: 30px 0;
    }
    .owl-project .des h3{
        font-size: 20px;
    }
}

@media screen and (max-width: 425px) {
    .item-card-body h2 {
        font-size: 16px;
    }
    .content-pills .item p {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {

    .h1,
    h1 {
        font-size: 1.8rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .item.pointer {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .work-with-us table h3 {
        padding-left: 22%;
        font-size: 15px;
    }
}