/*
** Theme Variables
*/
:root {
    --green:   #1c941c;
    --red:     #bd2020;
    --white:   #ffffff;
    --black:   #000000;

    /*Theme Colors*/
    --tgold:   #EAA92C;
    --tyellow: #FCE051;
    --tbrown:  #723908;
    --tlbrown: #A0540F;
    --tdarkb:  #2A1703;
    --tblue:   #2765BC;
    --torange: #F08611;

    --body: var(--tdarkb);

    --link: var(--tlbrown);
    --link-a: var(--tdarkb);

    --formfieldbg: var(--white);
    --formfieldplaceholder: var(--tdarkb);
    --formtextcolor: var(--tdarkb);
    --formfieldborder: rgba(42, 23, 3, 0.3);

    --siteradius:   30px;
    --siteradius20: 20px;
    --siteradius10: 10px;

    /* scroll-behavior: smooth; */
    scroll-behavior: auto !important;
}

:target {
    scroll-margin-top: 210px
}

/*
** Fonts
*/
@font-face {
    font-family: 'archivo';
    src: url('../fonts/Archivo-Regular.woff2') format('woff2'),
        url('../fonts/Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'archivo-md';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
        url('../fonts/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'archivo-sb';
    src: url('../fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('../fonts/Archivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'archivo-bd';
    src: url('../fonts/Archivo-Bold.woff2') format('woff2'),
        url('../fonts/Archivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'archivo-eb';
    src: url('../fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Archivo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'archivo-bk';
    src: url('../fonts/Archivo-Black.woff2') format('woff2'),
        url('../fonts/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*
** Font Icons
*/
@font-face {
    font-family: 'wmh';
    src:  url('../fonts/icons/wmh.ttf?c2jj1') format('truetype'),
        url('../fonts/icons/wmh.woff?c2jj1') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'wmh';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'psol';
  src:  url('../fonts/icons/psol.ttf?18ostk') format('truetype'),
        url('../fonts/icons/psol.woff?18ostk') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'psol';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
    content: "\e905";
}
.icon-star:before {
    content: "\e907";
}
.icon-arrow:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-location:before {
    content: "\e902";
}
.icon-mail:before {
    content: "\e903";
}
.icon-phone:before {
    content: "\e904";
}
.icon-tick:before {
    content: "\e906";
}


/*
** Custom Reset
*/
*,:after,:before { -webkit-box-sizing: border-box; box-sizing: border-box }
img { max-width: 100%; height: auto; vertical-align: top; }
a, span, i, label { display: inline-block; }
a { color: var(--link); text-decoration: none; transition: 0.3s ease-in-out; }
a:hover { color: var(--link-a); }
a:focus { outline: none; }
strong, b { font-family: 'archivo-bd', sans-serif; font-weight: normal; }

header ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

button,
button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input:focus {
    outline: none;
    box-shadow: none;
}

ul, ol { padding-left: 20px; }

li { margin-bottom: 15px; }


/*
** Globals
*/

/*Typo*/
body {
    font-family: 'archivo', sans-serif;
    font-size: 20px;
    line-height: 1.75;
    color: var(--body);
    margin: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'archivo-bk', serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    color: var(--body);
}

h1, .h1 { --fsize: 90px; font-size: var(--fsize); line-height: calc(var(--fsize) + 8px); margin-bottom: 30px; }
h2, .h2 { --fsize: 60px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); margin-bottom: 26px; }
h3, .h3 { --fsize: 50px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); margin-bottom: 10px; }
h4, .h4 { --fsize: 35px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); margin-bottom: 10px; }
h5, .h5 { --fsize: 20px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); margin-bottom: 10px; }
h6, .h6 { --fsize: 18px; font-size: var(--fsize); line-height: calc(var(--fsize) + 6px); margin-bottom: 8px; }

p { margin-top: 0; }

img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Form Fields */
form {
    --fieldsize: 70px;
    --fieldpadds: 0 20px;
    --fieldtop: 18px;
    --fieldfsize: 20px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="num"],
input[type="tel"],
input[type="url"],
select,
textarea {
    font-family: 'archivo', sans-serif;
    font-size: var(--fieldfsize);
    line-height: calc(var(--fieldsize) - 2px);
    width: 100%;
    height: var(--fieldsize);
    padding: var(--fieldpadds);
    color: var(--formtextcolor);
    border: 1px solid var(--formfieldborder);
    border-radius: var(--siteradius10);
    outline: 0;
    background-color: var(--formfieldbg);
    vertical-align: top;
}

input::placeholder,
textarea::placeholder {
    color: var(--formfieldplaceholder);
}

textarea {
    padding-top: var(--fieldtop);
    line-height: 1.6;
    height: 150px;
    resize: none;
}

select {
    width: 100%;
    padding-right: 54px;
    background-image: url('../images/angle-down.svg');
    background-size: 14px;
    background-position: right 25px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

/*Background Utilities*/
.bg--tgold { background-color: var(--tgold); color: var(--white); }
.bg--tbrown { background-color: var(--tbrown); color: var(--white); }
.bg--tblue { background-color: var(--tblue); color: var(--white); }
.bg--tlbrown { background-color: var(--tlbrown); color: var(--white); }

/*Text Utilities*/
.text-rg { font-family: 'archivo', sans-serif; }
.text-md { font-family: 'archivo-md', sans-serif; }
/*
.text-sb { font-family: 'archivo-sb', sans-serif; }
*/
.text-bd { font-family: 'archivo-bd', sans-serif; }
.text-eb { font-family: 'archivo-eb', sans-serif; }
.text-bk { font-family: 'archivo-bk', sans-serif; }

.text--primary { color: var(--primary); }
.text--secondary { color: var(--secondary); }
.text--body { color: var(--body); }
.text--white { color: var(--white); }
.text--black { color: var(--black); }
.text--tbrown { color: var(--tbrown); }
.text--tlbrown { color: var(--tlbrown); }
.text--tdarkb { color: var(--tdarkb); }
.text--tyellow { color: var(--tyellow); }
.text--torange { color: var(--torange); }

.text-upercase { text-transform: uppercase; }

.font-24 { --fsize: 24px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); }
.font-20 { --fsize: 20px; font-size: var(--fsize); line-height: calc(var(--fsize) + 5px); }
.font-18 { --fsize: 18px; font-size: var(--fsize); line-height: calc(var(--fsize) + 6px); }
.font-16 { --fsize: 16px; font-size: var(--fsize); line-height: calc(var(--fsize) + 6px); }
.font-14 { --fsize: 14px; font-size: var(--fsize); line-height: calc(var(--fsize) + 10px); }

/*
** Buttons
*/
.bttn {
    position: relative;
    --btnsize: 60px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-family: 'archivo-eb', sans-serif;
    font-size: 20px;
    line-height: calc(var(--btnsize) - 0px);
    min-width: 145px;
    height: var(--btnsize);
    padding: 0 24px;
    text-align: center;
    border: 0px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.bttn-primary,
.bttn-primary:hover {
    color: var(--white);
    background: linear-gradient(-98deg, var(--torange) 0%, var(--tbrown) 50%);
    box-shadow: 0px 5px 15px rgba(42, 23, 3, 0.25);
}

.bttn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, var(--torange) 0%, var(--tbrown) 50%);
    background-size: 100%;
    background-position: left center;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.bttn-primary:hover::before { opacity: 0; }

.bttn-primary span { position: relative; z-index: 1; }

.bttn-white {
    color: var(--tbrown);
    background-color: var(--white);
}

.bttn-white:hover {
    color: var(--white);
    background-color: var(--tbrown);
}

.bttn-white i { color: var(--tbrown); transition: all 0.3s ease-in-out; }
.bttn-white:hover i { color: var(--white); }

.bttn-yellow {
    color: var(--tdarkb);
    background-color: var(--tyellow);
}

.bttn-yellow:hover {
    color: var(--tdarkb);
    background-color: var(--tgold);
}

.bttn-lg { --btnsize: 80px; gap: 15px; font-size: 24px; }

/*Other Utilities*/
.unlist, .unlist ul, .unlist ol { padding: 0; margin: 0; list-style: none; }
.transition { transition: 0.3s ease-in-out; }
.unlink { pointer-events: none; cursor: none; }
.siteradius { border-radius: var(--siteradius); }

/*
** Bootstrap Extends & Overrides
*/
.container, .container-fluid, .row>* { padding-left: 30px; padding-right: 30px; }
.row { margin-left: -30px; margin-right: -30px; }
.gx-0.row>* { padding-left: 0; padding-right: 0; }
.gx-0.row { margin-left: 0; margin-right: 0; }

.row-30 { margin-left: -15px; margin-right: -15px; }
.row-30>* { padding-left: 15px; padding-right: 15px; }

.row-20 { margin-left: -10px; margin-right: -10px; }
.row-20>* { padding-left: 10px; padding-right: 10px; }

.overflow-hidden { overflow: hidden; }

.visually-hidden,
.sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}


/*
** Slick Slider
*/
.slick-initialized { z-index: 0; position: relative; }
.slide .slick-slide, .slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-initialized .slick-list { position: relative; overflow: hidden; }
.slick-initialized .slick-slide { display: inline-block; width: auto; vertical-align: top; }
.slick-initialized .slick-slide:focus { outline: none; }
.slick-dots { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; }
.slick-dots li { margin: 0; }
.slick-dots li + li { margin: 0; margin-left: 10px; }
.slick-dots li button {
    display: block;
    font-size: 0px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    padding:0;
    border: 0px solid transparent;
    border-radius: 12px;
    background-color: rgba(42, 23, 3, 0.3);
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: rgba(42, 23, 3, 1);
}


/*
** Header
*/
.sub-menu { display: none; }

.site-header {
    font-family: 'archivo-eb', sans-serif;
    position: sticky;
    top: 0;
    padding: 20px 0;
    border-top: 60px solid var(--tbrown);
    background-color: var(--tgold);
    transition: all 0.3s ease;
    z-index: 15;
}

.site-header.siteheader-sticky {
    padding: 10px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.site-header .container {
    position: relative;
}

.header-logo {
    position: absolute;
    top: 0px;
    left: 30px;
    width: auto;
    height: auto;
    margin-top: -70px;
    transition: 0.2s ease;
}

.header-logo img { transition: 0.3s all ease; }

.siteheader-sticky .header-logo { top: 10px; }

.siteheader-sticky .header-logo img { width: 160px; }

.site-header .row { align-items: center; }

.colheadleft { z-index: 1; }

.colheadright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 100px;
}

.headernav {
    display: inline-flex;
    align-items: center;
    column-gap: 100px;
}

.headernav li { margin-bottom: 0; }

.headernav a {
    padding: 10px 0;
    color: var(--tbrown);
}

.headernav a:hover,
.headernav .page-active>a {
    color: var(--white);
}

.headernav .sub-menu a {
    color: var(--tbrown);
}

.headernav .sub-menu a {
    color: var(--tbrown);
}

.headctas {
    position: absolute;
    bottom: calc(100% + 20px + 19px);
    right: 30px; /*Chang in responsive*/
    display: inline-flex;
    align-items: center;
    gap: 50px;
    line-height: 22px;
    transition: all 0.3s ease;
}

.site-header.siteheader-sticky .headctas { bottom: calc(100% + 10px + 19px); }

.headctas a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
}

/* .site-header.siteheader-sticky .bttn { --btnsize: 40px; } */

.headbtns-fb {
    --size: 60px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--tbrown);
    border-radius: var(--size);
    background-color: var(--white);
    box-shadow: 0px 5px 15px rgba(42, 23, 3, 0.25);
}

.headbtns .bttn {
    box-shadow: 0px 5px 15px rgba(42, 23, 3, 0.25);
}

.headbtns {
    display: flex;
    align-items: center;
    gap: 30px;
}

/*Site Menu Toggle*/
.site-menutoggle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 0;
}

.site-menutoggle span {
    display: block;
    width: 33px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: linear-gradient(180deg, var(--tbrown) 0%, var(--tbrown) 100%);
    border-radius: 6px;
    transform-origin: 5px 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    z-index: 1;
}

.site-menutoggle span:last-child {
    margin-bottom: 0;
}

.site-menutoggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.site-menutoggle input:checked~span {
    margin: 0;
    opacity: 1;
    transform: rotate(45deg) translate(-8px, -12px);
}

.site-menutoggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(1px, 20px);
    transform: rotate(-45deg) translate(-2px, 13px);
}

.site-menutoggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    transition: 0s;
}

/*Common*/
section.section { --paddSize: 130px; padding-top: var(--paddSize); padding-bottom: var(--paddSize); }

.section-head { margin-bottom: 40px; }

.section-head h2 {
    font-family: 'archivo-md', sans-serif;
    color: var(--tbrown);
}

.section-head h2:last-child { margin-bottom: 0; }

.headart {
    background-image: url('../images/art-heading.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 26px;
}

.headart.text-center { background-position: center bottom; }

.gapy30 { row-gap: 30px; }
.gapy20 { row-gap: 20px; }


/*
** Hero
*/
.hero-home {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 800px;
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-home .container { padding-bottom: 40px; }

.hero-home h1 { color: var(--white); }

.hero-home h1 span { display: inline; }

.hero-home .bttn-phone { font-size: 35px; }

.hero-home .bttn-phone i { color: var(--tgold); }

.hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

/*
** Welcome
*/
.well {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-bottom: 40px;
}

.well h3 { margin: 13px 0 0; max-width: 180px; }


/*
** Our Services
*/
.servs {
    position: relative;
    padding-top: 65px;
    padding-bottom: 112px;
    background: linear-gradient(180deg, rgba(234, 169, 44, 0.25) 0%, rgba(234, 169, 44, 0) 100%);
}

.servs-bg {
    content: "";
    position: absolute;
    top: -63.7px;
    left: -14.81vw;
    width: 54.53vw;
    z-index: 1;
}

.servs .container { position: relative; z-index: 2; }

.servl.slick-initialized .servi { display: inline-flex; }

.servl .slick-track { display: flex; }

.servi {
    display: inline-flex;
    gap: 45px;
    padding: 35px;
    border: 1px solid #F08611;
    border-radius: var(--siteradius);
    background: var(--white);
    box-shadow: inset 0px -5px 0px rgba(234, 169, 44, 0.5);
    overflow: hidden;
}

.servi-img {
    object-fit: cover;
    object-position: center;
}

.servi-cont { padding-bottom: 35px; }

.servi h3 { color: var(--tlbrown) }

.servi img {
    flex: 1 0 46.85%;
    min-width: 46.85%;
    max-width: 46.85%;
    border-radius: var(--siteradius20);
}

.sitelist ul { padding: 0; }

.sitelist li {
    display: flex;
    gap: 16px;
    list-style: none;
    margin-bottom: 5px;
}

.sitelist li:last-child { margin-bottom: 0; }

.sitelist li::before {
    font-family: 'psol';
    content: "\e906";
    color: var(--torange);
}

.servctrls {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.servctrls .slick-arrow { 
    font-size: 26px;
    padding: 0;
    color: rgba(42, 23, 3, 0.3);
    background-color: transparent;
}

.servctrls .prev-arrow {
    transform: rotate(180deg) translateZ(0);
    transform-origin: center 44%;
}

/*
** How We Work
*/
.hww-l {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
    padding-top: 20px;
}

.hww h3 {
    font-family: 'archivo-eb', sans-serif;
    --fsize: 35px;
    margin-top: 20px;
    color: var(--tlbrown);
}

.hww-num {
    position: relative;
    --width: 73px;
    --height: 84px;
    display: flex;
}

.hww-num::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/steps-arrow.svg');
    background-size: auto;
    background-position: center left calc(var(--width) - 10px);
    background-repeat: no-repeat;
}

.hww-num span {
    font-family: 'archivo-bd', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: var(--height);
    width: var(--width);
    height: var(--height);
    color: var(--white);
    background-image: url('../images/steps-hexagon.svg');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-color: var(--tgold); */
}

.hww-i:last-child .hww-num::before {
    top: calc(var(--width)/2 * -1);
    background-image: url('../images/steps-thumb.svg');
}



/*
** Before After
*/
.beaf {
    position: relative;
    padding: 112px 0 0;
}

.beaf-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 60.72%;
    object-fit: cover;
    object-position: top center;
    transform: translateX(-50%);
}

.beafslider {
    border-radius: var(--siteradius);
}

.beafslider .slick-list { 
    border-radius: var(--siteradius);
    box-shadow: 0px 15px 30px rgba(42, 23, 3, 0.25);
}

.beafitem {
    padding: 10px;
    /* margin: 0 5px; */
    /* border-radius: var(--siteradius); */
    background: #FFFFFF;
    /* box-shadow: 0px 15px 30px rgba(42, 23, 3, 0.25); */
    /* overflow: hidden; */
}

.beafitem img { border-radius: 20px; }

.beafcont { padding: 17px 40px; }

.beafcont h3 { margin-bottom: 3px; }

.beafctrls .slick-arrow {
    --size: 90px;
    position: absolute;
    top: 50%;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    border-radius: var(--siteradius20);
    background-color: var(--white);
    box-shadow: 0px 15px 30px rgba(52, 32, 11, 0.35);
    z-index: 1;
}

.beafctrls .prev-arrow { transform: translate(-50%, -50%) rotate(90deg); }
.beafctrls .next-arrow { right: 0; transform: translate(50%, -50%) rotate(-90deg); }


/*
** Reviews
*/
.rev-head { row-gap: 20px; margin-bottom: 24px; }
.revstars { display: flex; align-items: center; gap: 14px; margin: 7px 0 24px; }

/*
** Footer
*/
.foocta { margin-top: 145px; }

.footopart { position: relative; }

.footopart::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url('../images/art-line.svg'), url('../images/art-line.svg'), url('../images/art-line.svg');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left center, left -16px center, left 19px center;
    z-index: 1;
}

.foocta .col-img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/*Footer CTA*/
.foocta {
    padding: 136px 0;
    background-image: url('../images/footer-bg.svg');
}

.foocta-bttns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    margin-top: 26px;
}


/*Site Footer*/
.site-footer li { margin-bottom: 0; }

.foomain { position: relative; padding: 70px 0 72px; }

.foomain .row { row-gap: 30px; }

.foomain li:not(:last-child) { margin-bottom: 13px; }

.foomain a { color: var(--white); }

.foomain a:hover { color: var(--tyellow); }

.footitle { margin-bottom: 12px; }

.foo-servs { padding-left: 78px; }

.foo-servs ul { padding-left: 8px; }

.foo-reach li {
    display: flex;
    align-items: center;
    gap: 13px;
}

.foo-reach a {
    flex: 1 0 calc(100% - 22px - 13px);
    max-width: calc(100% - 22px - 13px);
    margin-left: auto;
}

.foo-logo { position: relative; order: 1; z-index: 3; }

.foobtm { padding: 30px 0 32px; color: #34200B; }

.foobtm .row { gap: 10px; }

.foodev { display: flex; gap: 6px; }

.foobtm a {
    font-family: 'archivo-bd', sans-serif;
    color: #34200B;
    text-decoration: underline;
}

.foobtm a:hover { color: var(--body); }

/*
** Service Page
*/

.hero-servs { position: relative; }

.hero-servs .hero-bg { position: relative; }

/*
.hero-servs .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
*/

.hero-servs .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-servs .hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(52, 32, 11, 0.2) 60%, rgba(52, 32, 11, 0.8) 100%);
    z-index: 1;
}

.hero-servs .container {
    position: relative;
    display: flex;
    z-index: 1;
}

.hero-servs .row { align-items: flex-end; }

.hero-servs .col-l { align-self: flex-end; }

.hero-servs h1 {
    padding-bottom: 76px;
    margin-bottom: 0;
    letter-spacing: -0.4px;
    color: var(--white);
}

.hero-svcta {
    position: relative;
    display: inline-block;
    vertical-align: top;
    bottom: -62px;
}

.hero-svcta-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.hero-svcta .bttn-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 34px;
    line-height: 1;
    color: var(--body);
    font-family: 'archivo-eb', sans-serif;
}

.hero-svcta .bttn-phone i {
    color: var(--torange);
}

/*Breadcurmbs*/
.crumbg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
}

.crumbg-l,
.crumbg-s {
    color: var(--tlbrown);
}

.crumbg-c {
    text-decoration: underline;
}

.servd-row {
    display: grid;
    grid-template-columns: calc(60.38% - 30px) calc(39.62% - 30px);
    gap: 50px 60px;
}

.servd-block:not(:first-child) { padding-top: 60px; }

.wusl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.wusi {
    display: flex;
    align-items: center;
    padding: 19px 40px;
    gap: 30px;
    border: 1px solid #F08611;
    border-radius: var(--siteradius20);
    background: rgba(234, 169, 44, 0.25);
}

.baslider {
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(42, 23, 3, 0.25);
    container-type: inline-size;
}

.bai { position: relative; padding: 10px; }
.bai h3 { margin-top: 23px; }
.bai img { border-radius: var(--siteradius20); }
.bac { padding: 0 30px 8px; }

.balctrls .slick-arrow {
    --size: 60px;
    position: absolute;
    top: 50%;
    top: calc((100cqw * (387/910)) / 2);
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    border-radius: var(--siteradius10);
    background-color: var(--white);
    z-index: 1;
}

.balctrls .prev-arrow {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0%, -50%) rotate(90deg);
}

.balctrls .next-arrow {
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0%, -50%) rotate(-90deg);
}

.servd-aside .section-head { margin-bottom: 30px; }

.servd-aside-l { display: grid; gap: 15px; }

.servd-aside-i {
    --thumbW: 154px;
    --thumbH: 130px;
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 8px 62px 12px 8px;
    border: 1px solid var(--torange);
    border-radius: var(--siteradius);
    background-color: var(--white);
    box-shadow: 0px 15px 30px rgba(42, 23, 3, 0.25), inset 0px -5px 0px rgba(234, 169, 44, 0.5);
}

.servd-aside-i img {
    width: var(--thumbW);
    height: var(--thumbH);
    object-fit: cover;
    border-radius: var(--siteradius20);
}

.servd-aside-i span {
    flex: 1 0 calc(100% - var(--thumbW) - 38px);
    max-width: calc(100% - var(--thumbW) - 38px);
}

.servd-aside-cta { position: sticky; top: 160px; margin-top: 50px; }

/*
** Book Services
*/
.hero-book { position: relative; }
.hero-book::before,
.hero-book::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/book-now-hero-art.svg');
    background-position: bottom left;
    z-index: 0;
}
.hero-book::after {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(52, 32, 11, 0.2) 60%, rgba(52, 32, 11, 0.8) 100%);
    z-index: 0;
}

.hero-book .row { position: relative; align-items: flex-end; z-index: 1; }
.hero-book h1 { padding-bottom: 77px; margin-bottom: 0; color: var(--white); }
.hero-book img { margin-top: -26px; }

.formsec-row {
    display: grid;
    grid-template-columns: 647px 884px;
    gap: 60px;
}

.formsec-cal {
    border: 1px solid var(--tdarkb);
    border-radius: var(--siteradius20);
    min-height: 594px;
    margin-top: 11px;
}

.bookform { margin-top: 27px; }
.bookform .row { row-gap: 40px; }
.bookform label { font-family: 'archivo-bd', sans-serif; text-transform: uppercase; margin-bottom: 2px; }