/*
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
@font-face {
    font-family: Kanit-black;
    src: url(../../fonts/Kanit-Black.ttf);
}
@font-face {
    font-family: Kanit-regular;
    src: url(../../fonts/Kanit-Regular.ttf);
}
@font-face {
    font-family: Articulat Regular;
    src: url(../../fonts/webfonts/articulatcf-regular-webfont.woff2);
}
@font-face {
    font-family: Articulat Bold;
    src: url(../../fonts/webfonts/articulatcf-bold-webfont.woff2);
}
@font-face {
    font-family: Raleway Regular;
    src: url(../../fonts/webfonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Articulat ExtraBold;
    src: url(../../fonts/webfonts/Articulat-CF-Extra-Bold.otf);
}
html{
    scroll-behavior: smooth;
}
strong, b{
    font-family: Articulat Bold;
}
h1, h2, h3, h4, h5, h6, p, span {
    font-family: Articulat Regular;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #3B3B45; 
  background: #3B3B45;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD; 
}
/*-----------------------
    Common CSS
-------------------------*/
* {
    margin: 0px;
    padding: 0px
}
html,body {
    overflow-x: hidden
}
.bg-primary{
    background-color:#3A3A3F;
}
.bg-secondary{
    background-color:#565661;
}
.bg-terciary{
    background-color:#2D2D34;
}
.bg-quaternary{
    background-color:#39393F;
}
.bg-quinary{
    background-color:#35353E;
}
.bg-senary{
    background-color:#34343E;
}
.bg-septenary{
    background-color:#3B3B45;
}
.bg-octonary{
    background-color: #F0F0F0;
}
.bg-nonary{
    background-color: #131211;
}
.bg-deca{
    background-color: #F7F7F7;
}
.bg-eleven{
    background-color: #34343B;
}
.text-white {
    color: #fff
}
.weight-normal{
    font-weight: normal;
}
.fc-1 {
    color: #3A3A3F
}
.fc-2 {
    color: #565661
}
.fc-3 {
    color: #2D2D34
}
.fc-4 {
    color: #6A6A6A
}
.fc-transparent{
    color: #ffffffbf;
}
.fc-5{
    color:#6D6E7D;
}
.fc-6{
    color:#34343E;
}
.fc-7{
    color:#7B7777
}
.fc-8{
    color:#595959;
}
.fc-9{
    color: #353535;
}
.fc-10{
    color: #dfdfdf;
}
.fs-06{
    font-size: 0.625rem;
}
.fs-08 {
    font-size: .8rem
}
.fs-09{
    font-size: 0.938rem;
}
.fs-1 {
    font-size: 1rem
}
.fs-1_15 {
    font-size: 1.15rem
}
.fs-1_2 {
    font-size: 1.2rem
}
.fs-1_4 {
    font-size: 1.4rem
}
.fs-1_6{
    font-size: 1.6rem
}
.fs-1_8 {
    font-size: 1.8rem
}
.fs-2 {
    font-size: 2rem
}
.fs-2_2 {
    font-size: 2.2rem
}
.fs-2_5 {
    font-size: 2.5rem
}
.fs-3_7{
    font-size: 3.7rem;
}
.fs-4_3{
    font-size: 4.375rem;
}
.ff-1_regular{
    font-family: Articulat Regular;
}
.ff-1_bold{
    font-family: Articulat Bold;
}
.ff-1_extrabold{
    font-family: Articulat ExtraBold;
}
.ff-2{
    font-family: Raleway Regular;
}
.fw-1 {
    font-weight: 100
}
.fw-5 {
    font-weight: 500
}
.fw-9 {
    font-weight: 900
}
.fs-1 {
    font-size: 1rem
}
.fs-5 {
    font-size: 2.4rem
}
.border-bottom-1{
    border-bottom: 1px #000 solid;
}
.border-bottom-2{
    border-bottom: 2px #000 solid;
    display: inline-block;
}
.line-h-1 {
    line-height: 1
}
.line-h-7{
    line-height: 1.7;
}
.m-0 {
    margin: 0
}

.m-05 {
    margin: .5rem
}

.p-05 {
    padding: 0.5rem!important
}

.p-0 {
    padding: 0rem!important
}
.p-1 {
    padding: 1rem
}
.p-2 {
    padding: 2rem
}
.p-3 {
    padding: 3rem
}
.p-4 {
    padding: 4rem
}
.p-button {
    padding: .7rem 2rem
}
.p-button-2 {
    padding: 0rem 1rem
}
.p-button-3 {
    padding: 0rem .5rem
}
.p-1_5{
    padding:1.5rem;
}
.pt-1{
    padding-top:1rem;
}
.pt-2{
    padding-top:2rem;
}
.pt-3{
    padding-top:3rem;
}
.px-1 {
    padding: 0 1rem
}
.px-1_5 {
    padding: 0 1.5rem
}
.px-2 {
    padding: 0 2rem
}
.py-05 {
    padding: .5rem 0
}
.py-1 {
    padding: 1rem 0
}
.py-2 {
    padding: 2rem 0
}
.py-3{
    padding: 3rem 0;
}
.py-4{
    padding: 4rem 0;
}
.py-5 {
    padding: 5rem 0
}
.pl-1 {
    padding-left: 1rem
}
.pb-2{
    padding-bottom:2rem;
}
.pb-5{
    padding-bottom:5rem;
}
.m-0 {
    margin: 0
}
.m-1 {
    margin: 1rem
}
.my-1 {
    margin: 1rem 0
}
.my-2 {
    margin: 2rem 0
}
.my-3 {
    margin: 3rem 0
}
.my-4 {
    margin: 4rem 0
}
.mt-4 {
    margin-top: 4rem
}
.mt-10 {
    margin-top: 10rem
}
.m-auto {
    margin: auto
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.w-100{
    width: 100%;
}
.gap-03{
    gap: .3rem
}
.gap-05{
    gap: .5rem
}
.gap-07 {
    gap: .7rem
}
.gap-1{
    gap: 1rem
}
.gap-2{
    gap: 2rem
}
.gap-3{
   gap: 3rem
}
.gap-4{
   gap: 4rem
}
.gap-5{
   gap: 5rem
}
.gap-2-1{
    gap: 2rem 1rem;
}
.flex-25{
    flex:25%;
}
.flex-33{
    flex: 33%;
}
.flex-40 {
    flex: 0 0 40%;
}
.flex-50 {
    flex: 0 0 50%
}
.d-flex {
    display: flex
}
.align-items-center {
    align-items: center;
}
.align-items-stretch {
    align-items: stretch;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-end{
    justify-content: end;
}
.align-center {
    align-self: center
}
.d-block {
    display: block
}
.d-none_pc{
    display: none;
}
.flex-d-column {
    flex-direction: column
}
.flex-d-columb-mb {
    flex-direction: column
}
.flex-d-reverse {
    flex-direction: row-reverse!important
}
.d-grid{
    display:grid;
}
.grid-2-col{
    grid-template-columns: auto auto;
}
.grid-3-col{
    grid-template-columns: auto auto auto;
}
.grid-4-col{
    grid-template-columns: auto auto auto auto;
}
.justify-center {
    justify-content: center
}
.justify-space-between{
    justify-content: space-between;
}
.justify-space-around{
    justify-content: space-around;
}
.p-relative {
    position: relative
}
.p-absolute {
    position: absolute
}
.p-inherit {
    position: inherit
}
.zi--1 {
    z-index: -1
}
.zi-1 {
    z-index: 1
}
.zi-2 {
    z-index: 2
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-left {
    text-align: left
}
.over-hidden {
    overflow: hidden
}
.bg-white {
    background: #fff
}
.bg-sgrey{
    background: #FCFCFC
}
.bg-1 {
    background: #62C3C4
}

.bg-2 {
    background: #E9E9E9
}

.border-r-005 {
    border-radius: .5rem
}

.border-r-1 {
    border-radius: 1rem
}
.border-r-1_3 {
    border-radius: 1.375rem
}
.border-r-3 {
    border-radius: 3rem
}

.border-r-5 {
    border-radius: 5rem
}
.w-unset{
    width:unset;
}
.width-auto {
    width: auto
}

.width-100 {
    width: 100%
}

.width-75 {
    width: 75%
}
.width-50{
    width: 50%;
}
.width-49_5{
    width: 49.5%;
}
.width-50r {
    width: 50rem
}
.width-25r{
    width:25rem
}
.width-20r {
    width: 20rem
}

.t-dec-none {
    text-decoration: none
}

.mb {
    display: block
}

.pc-flex {
    display: none
}

.wpcf7-response-output {
    border: unset;
    padding: 1rem;
    background: #ddd;
    border-radius: .75rem;
    font-family: 'Inter'
}

.wpcf7-not-valid-tip {
    color: #f7ff7a;
    font-size: 1rem;
    font-family: 'Inter';
    font-weight: 400;
    display: block
}
.d-flex-pc{
    display:none;
}
@media (min-width: 950px) {
    .col-xl {
        flex-basis:0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-6_5{
        flex: 0 0 50%;
        max-width: 52%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex-d-column-mb {
        flex-direction: row
    }
}

@media(min-width: 950px) {
    .mb {
        display:none
    }

    .pc {
        display: block
    }

    .pc-flex {
        display: flex
    }

    .d-flex-pc {
        display: flex
    }

    .flex-d-row-pc {
        flex-direction: row!important
    }

    .flex-d-reverse-pc {
        flex-direction: row-reverse!important
    }

    .width-100-pc {
        width: 100%
    }

    .fs-1_2-pc {
        font-size: 1.2rem
    }

    .fs-2-pc {
        font-size: 2rem
    }

    .fs-3-pc {
        font-size: 3rem
    }

    .my-10-pc {
        margin: 10rem 0 0 0
    }

    .mtl-10-pc {
        margin: 10rem 0 0 10rem
    }

    .p-3_pc {
        padding: 3rem
    }

    .width-30r-pc {
        width: 30rem
    }

    .width-40r-pc {
        width: 30rem
    }

    .gap-5-pc {
        gap: 5rem
    }

    .fs-1_5-pc {
        font-size: 1.5rem
    }

    .flex-45-pc {
        flex: 0 0 45%
    }

    .bg-3 {
        background: #97d7d8!important
    }
}

@media(min-width: 1550px) {
    .p-4_pc {
        padding:4rem
    }
}
body{
    margin: 0;
}
.container {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 500px) {
  .container {
    width: 470px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1950px) {
  .container {
    width: 1570px;
  }
}
html {
    padding: 0px;
    margin: 0 auto;
    overflow-x:hidden
}
body {
    margin: 0px auto;
    padding: 0px;
    font-family: 'Kanit-regular';
    overflow-x:hidden
}
pre,
p {
    margin: 0px
}
h1,h2,h3,h4,h5,h6 {
    margin: 0px
}
textarea {
    resize: none !important;
}
button,select {
    cursor: pointer
}
button:focus,input:focus,select:focus,textarea:focus {
    outline: none
}
ul {
    padding: 0px;
    margin: 0px
}

a:hover {
    text-decoration: none
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none
}
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  flex-direction: column;
  display: flex;
}
@media(max-width: 1600px){
    .fs-2-5_lg{
        font-size: 2.5rem;
    }
}
@media(max-width: 950px){
    .fs-08_mb {
        font-size: .8rem
    }
    .fs-2_mb{
        font-size: 2rem;
    }
    .fs-2_5_mb{
        font-size: 2.5rem;
    }
    .fs-3_mb{
        font-size: 3rem;
    }
    .p-0_mb{
        padding: 0rem;
    }
    .p-1_mb{
        padding: 1rem;
    }
    .p-2_mb{
        padding: 2rem;
    }
    .py-1_mb{
        padding: 1rem 0;
    }
    .py-2_mb{
        padding: 2rem 0;
    }
    .pt-3_mb{
        padding-top: 3rem;
    }
    .gap-1_mb{
        gap: 1rem;
    }
    .gap-2_mb{
        gap: 2rem;
    }
    .flex-d-column_mb{
        flex-direction: column;
    }
    .flex-d-row_mb{
        flex-direction: row;
    }
    .grid-1-col_mb{
        grid-template-columns: auto;
    }
    .text-left_mb{
        text-align:left;
    }
    .text-center_mb{
        text-align:center;
    }
    .pb-2_mb{
        padding-bottom:2rem;
    }
    .pt-2_mb{
        padding-top:2rem;
    }
    .width-100_mb {
        width: 100%
    }
}




/*-----------------------
    Custom Global CSS
-------------------------*/

/*--------------------------------
    MEGA MENU
-----------------------------------*/
nav {
    width: 100%;
    font-size: 1.125em;
}
.navbar-ul li a{
    color: #fff;
}
.navbar-ul li a:hover{
    color: #000;
}
.free-quote{
    line-height: 1;
    font-size: 0.8rem;
}
li.active:after {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 5rem;
    margin-left: 2rem;
}
#menu-item-139654, #menu-item-139649, #menu-item-139642, #menu-item-139632, #menu-item-139626{
    font-weight: bold;
    font-size: 1.5rem;
    color: #000
}

.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
header>nav>ul>li {
    display: inline;
    text-align: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
nav>ul>li>a {
    color: #fff;
    display: block;
    transition: all 0.2s ease-in-out;
    font-size: 0.8em;
}
nav>ul>li>a:after {
    transition: all 0.2s ease-in-out;
    top: 85%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #232326;
    border-width: 0;
    margin-left: -10px;
    opacity: 0;
    z-index: -1;
}
nav>ul>.active>a:hover:after {
    border-width: 10px;
    opacity: 1;
    top: 100%;
    z-index: 2;
}
nav>ul>.active>a:hover {
    background: #232326;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.75);
}
li:hover+.mega-drop, .mega-drop:hover {
    max-height: 9999px;
    padding: 10px;
        border-radius: 0 0 1rem 1rem;
}
.mega-wrap:hover {
    max-height: 9999px;
}
.mega-drop {
    z-index: 100;
    box-sizing: border-box;
    top: 8rem;
    position: absolute;
    width: 70%;
    right: 0;
    margin: auto;
    left: 0;
    background: #ece7ea;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}
.banner-wrapper {
    display: inline-block;
    overflow: hidden;
    z-index: 0;
    padding-bottom: 5px;
    width: 100%;
}
.banner-wrapper img {
    width: 100%}
.inner-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.inner-nav .column {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding-right: 10px;
    z-index: 1;
}
.inner-nav .column .header img {
    height: auto;
    width: 100%;
}
.inner-nav .column h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}
.inner-nav .column .divider {
    width: 100%;
    height: 5px;
    display: inline-block;
    background: #000;
}

.inner-nav .column .block.space {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.inner-nav .column .links {
    margin-top: 30px;
}
.inner-nav .column .links ul {
    color: #f56500;
    list-style-type: disc;
    padding-left: 20px;
}
.inner-nav .column .links ul li {
    text-align: left;
    margin-bottom: 10px;
}
.inner-nav .column .links ul li a {
    color: #f56500;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.inner-nav .column .links ul li a:hover {
    color: #a94500;
}
.inner-nav .column .highlight {
    padding: 25px 0;
    text-align: left;
    font-weight: 600;
    font-size: 0.9em;
}
.inner-nav .column .highlight img {
    height: 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.inner-nav .column .highlight span {
    display: inline-block;
    vertical-align: middle;
    color: #2d2d2f;
}
.inner-nav .column .highlight span:hover {
    color: #080808;
}
.inner-nav .column .preview {
    position: relative;
}
.inner-nav .column .preview>img {
    box-sizing: border-box;
    border: solid 4px #ece7ea;
    max-width: 100%}
footer {
    height: 2000px;
    display: inline-block;
}
.column-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
}
.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #2d2d2f url("../assets/nav.svg") no-repeat center center;
    height: 40px;
    width: 100%}
.nav-list {
    transition: all 1s ease-in-out;
}
.nav-list li{
    padding: 0 1rem;
}
@media (max-width: 500px) {
        .column-content .block.links a {
            font-size: 0.9em;
        }
        .column-content .block .highlight span {
            font-size: 0.7em;
        }
        .column-content .block .highlight img {
            display: none;
        }
}
@media (max-width: 1300px) {
    li: hover+.mega-drop, .mega-drop:hover {
        max-height: 9999px;
        padding: 30px 10px 10px;
    }
    .nav-list {
        display: none;
    }
    .nav-list li{
        padding: 0rem;
    }
    .nav-list.nav-active {
        display: block;
        max-height: 900px;
        padding-top: 40px;
    }
    nav .mega-drop .column-content .header h2 {
        font-size: 1em;
    }
    nav>ul>li a:hover:after {
        opacity: 0;
    }
    nav>ul>li.active a:hover {
        box-shadow: none;
        background-color: #464649;
    }
    nav>ul>li.active a:hover:after {
        border-width: 10px;
        opacity: 1;
        top: 100%;
        z-index: 2;
        left: auto;
        margin-left: -40px;
        border-top-color: #464649;
    }
    nav>ul>li a {
        font-size: 1rem;
    }
}
@media (max-width: 860px) {
    .banner-wrapper {
        display: none;
    }
    .mega-drop {
        top: 0;
    }
    .inner-nav{
        flex-direction: column;
    }
    .column-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    }

.column-content .block.header .divider {
    display: none;
}
.mega-drop {
    width: auto;
    max-width: 100%;
    left: 0;
    margin: auto;
    top: 100%}
.mega-drop .column {
    padding: 0 0 10px;
    width: 100%}
.mega-drop .column .links {
    margin-top: 0;
}
.mega-drop .column .highlight {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 0;
    top: 50%;
    margin-top: -22px;
}
.mega-drop .column .highlight>a {
    background-color: #fff;
    opacity: 0.75;
    display: inline-block;
    padding: 10px 0;
    width: 100%}
.mega-drop .column .highlight>a:hover {
    opacity: 1;
}
}
.column {
    width: 25%}
nav>ul>li a {
    font-size: 1rem;
}
}
nav>ul>li a {
    font-size: 1rem;
}
}
@media (min-width: 1281px) {
    max-width: 1280px;
}
    @-webkit-keyframes hvr-buzz {
        50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    }@keyframes hvr-buzz {
        50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.banner-wrapper:after{
    overflow: hidden;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,  rgba(255, 255, 255, 0.13) 0%,  rgba(255, 255, 255, 0.13) 77%,  rgba(255, 255, 255, 0.5) 92%,  rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper:hover:after{
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left,  top,  opacity;
    transition-duration: 1.5s,  1.5s,  0.7s;
    transition-timing-function: ease;
}
.banner-wrapper:active:after{
    opacity: 0;
}
.block.header img{
    border-radius: 1rem 1rem 0 0;
}
.block.header h2 {
    font-size: 1rem;
    padding: 0 1rem;
}





/*-----------------------
    Navbar
-------------------------*/
.fixed-navbar{
    width: 100%;
    position: fixed;
    z-index: 100;
}
.navbar{
    height: 7.313rem;
    position: relative;
    flex-wrap: inherit;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.nav-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.main-logo {
    padding: 6px;
    width: 236px
}
    .navbar-list{
        display: block
    }
    .navbar-ul{
        list-style-type: none
    }
    .navbar-ul li{
        display:inline-block
    }
    .nav_call-btn {
        border-radius: 0.3rem;
        padding: 0.7rem 2rem;
        cursor: pointer;
    }
    .nav_call-btn:hover{
        box-shadow: 0 0.875em 1.875em 0 #d3d3d320;
        transform: translate3d(0,-0.1em,0) scale(1.01)
    }
    .nav_call-btn-2{
        border-radius: 0.3rem;
        padding: 0.7rem 1rem;
        cursor: pointer;
    }
    .nav_call-btn-2:hover{
        box-shadow: 0 0.875em 1.875em 0 #d3d3d320;
        transform: translate3d(0,-0.1em,0);
    }
    .nav_call-link{
        color: white;
        font-size: 1rem
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.50);
        border-radius: 0.25rem;
        display:none
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
    }
    .show{
        display: block!important;
        position: absolute;
        text-align: center;
        top: 5rem;
        left: 0;
        background: #3A3A3F;
        color: #fff;
        width: 100%;
        z-index: 99;
    }
.sub-menu{
    position: absolute;
}
.menu-item {
    font-weight: 500;
    padding: 1rem;
}
.menu-item-has-children{
    padding-left: 30px;
}
.menu-item-has-children:after{
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='24' height='24' stroke='none' fill='V5661' opacity='0'/%3E%3Cg transform='matrix(0.91 0 0 0.91 12 12)' %3E%3Cpath style='stroke: none%3B stroke-width: 1%3B stroke-dasharray: none%3B stroke-linecap: butt%3B stroke-dashoffset: 0%3B stroke-linejoin: miter%3B stroke-miterlimit: 4%3B fill: rgb(223 223 223)%3B fill-rule: nonzero%3B opacity: 1%3B' transform=' translate(-15 -14.99)' d='M 24.990234 8.9863281 C 24.72646293184158 8.99256433006816 24.475842610437518 9.10278123582073 24.292969 9.2929688 L 15 18.585938 L 5.7070312 9.2929688 C 5.518760128868619 9.099436056805526 5.260236101227263 8.9902501391318 4.9902344 8.9902344 C 4.583311403441767 8.990341350615525 4.217025571991593 9.23698988660775 4.063903589598271 9.614004468652404 C 3.9107816072049495 9.991019050697059 4.001357608894798 10.423219002740245 4.2929688 10.707031 L 14.292969 20.707031 C 14.683498808445279 21.097399062146913 15.316501191554721 21.097399062146913 15.707031 20.707031 L 25.707031 10.707031 C 26.00427292868914 10.42120173223119 26.09560250497537 9.982234575940652 25.937028310966724 9.60157021002416 C 25.778454116958073 9.220905844107671 25.40249179423634 8.976599504238846 24.990234 8.9863281 z' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 8px 0 0 4px;
}
.sub-menu{
    display: none;
    z-index: 10;
    border-radius: 1rem;
    background: #565661;
    list-style: none;
    padding: 1rem;
}
.body_call-btn {
    background: #f9520b;
    border-radius: 0.3rem;
    padding: 1rem 2rem;
    cursor: pointer;
}
.body_call-btn:hover{
    box-shadow: 0 0.875em 1.875em 0 #f5474820;
    transform: translate3d(0,-0.1em,0) scale(1.01)
}
.body_call-link{
    color: white;
    font-size: 1rem
}
/**** Contact Form ********/
.wpcf7{
    display:flex;
}
.wpcf7-form{
    display:flex;
    padding: 1rem 0;
}
.wpcf7-form p{
    display: flex;
    align-items: center;
}
.wpcf7-form input{
    padding: 1rem;
    border: none;
    border-radius: 0.3rem;
    caret-color: #f9520b;
    color: #fff;
    width: 10rem;
}

.wpcf7-submit{
    background: #f9520b;
    border-radius: 0.3rem;
    padding: 0.7rem 2rem;
    cursor: pointer;
    color: #fff;
}
.wpcf7-submit:hover{
    box-shadow: 0 0.875em 1.875em 0 #f5474820;
    transform: translate3d(0,-0.1em,0) scale(1.01);
}
.wpcf7-form span{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 0;
}
.wpcf7-text{
    background: #ffffff40;
}
input::placeholder {
    color: #ffffff70;
}
@media only screen and (max-width: 1820px){
    .nav-container{
        padding: 0rem;
    }
}

@media only screen and (max-width: 1600px){
    .nav-container{
        padding: 0rem
    }
}

@media only screen and (max-width: 991px){
    .wpcf7{
        margin: 0.5rem 1rem;
    }
    .wpcf7-form p{
        flex-direction: column;
    }
    .wpcf7-text{
        width: 15rem;
    }
    .wpcf7-form span{
        padding: 0;
    }
    .wpcf7-submit{
        width: 17rem;
    }
    .wpcf7-form{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1rem 1rem;
        grid-auto-flow: row;
        grid-template-areas:
        ". ."
        ". .";
    }
    .wpcf7-form input {
        width: 7rem;
    }
    .sub-menu{
        position: relative;
    }
}
/**** Contact Form ********/

/*--------------
    Responsive
---------------*/

/* Ipad pro */

@media only screen and (max-width: 991px) {
    .d-none_mb{
        display: none;
    }
    .d-none_pc{
        display: block;
    }
    .navbar{
        height: unset;
    }
    .nav-container {
        padding: 0;
    }
    .navbar-list{
        display: none
    }
    .nav_call-btn{
        padding: 0.5rem 1rem;  
        margin: 0 0.5rem
    }
    .nav_call-link{
        font-size: 0.8rem
    }
    .navbar-ul li{
        display: block
    }
}

/* Ipad/Mobile L */

@media only screen and (max-width: 1300px) {
    .menu-item{
        padding: 20px 10px;
        text-align: center
    }
    .navbar-toggler {
        display:block;
    }
    .btn-hero{
        margin: 0 2rem;
    }
    ul li ul{
        position:unset;
    }
    .width-100_mb{
        width:100%;
    }
}

/* Mobile */

@media only screen and (max-width: 575px) {
    .navbar{
        padding: 20px 10px;
        display: block
    }
    .main-logo {
        padding: 6px;
        width: 120px
    }
}
/*------------------
    Responsive Ends
------------------*/
