@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'amsi_pro_narwultra';
    src: url('../fonts/amsipronarw-ultra-webfont.woff2') format('woff2'), url('../fonts/amsipronarw-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glittenregular';
    src: url('../fonts/glitten-webfont.woff2') format('woff2'), url('../fonts/glitten-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glittenregular';
    src: url('../fonts/glitten-regular-webfont.woff2') format('woff2'), url('../fonts/glitten-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #2A2A2A;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #84563C;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #2A2A2A;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.container {
    max-width: 1088px;
}

.year {
    position: fixed;
    left: -15px;
    top: 520px;
    font-size: 10px;
    font-weight: 400;
    list-style: 14px;
    color: #707070;
    letter-spacing: 0.2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.get-in-touch {
    position: fixed;
    right: -15px;
    top: 330px;
    font-size: 10px;
    font-weight: 400;
    list-style: 14px;
    color: #707070;
    letter-spacing: 0.2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.get-in-touch img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-right: 10px;
}

.socials {
    position: fixed;
    right: 30px;
    top: 500px;
    font-size: 10px;
    font-weight: 400;
    list-style: 14px;
    color: #707070;
}

.socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.socials ul li {
    margin: 20px 0;
    padding: 0;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
}


/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */

.header-section {
    margin: 0 auto;
    padding: 35px 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section .logo {
    float: left;
}

.header-section .menu {
    float: right;
    padding: 15px 0;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.button_container {
    position: fixed;
    top: 0;
    right: 0;
    margin: 35px 30px 0 0;
    width: 44px;
    height: 30px;
    cursor: pointer;
    z-index: 99999;
    transition: opacity 0.25s ease;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #000000;
    top: 5px;
}

.button_container.active .middle {
    opacity: 0;
    background: #000000;
}

.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #000000;
    left: 0;
    width: 44px;
}

.button_container span {
    background: #000000;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 13px;
}

.button_container span:nth-of-type(3) {
    top: 25px;
    left: 14px;
    width: 30px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 9999;
}

.nav-overlay:before {
    content: "";
    background: #FFFFFF;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}

.nav-overlay:after {
    content: "";
    background: #FFFFFF;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}

.nav-overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}

.nav-overlay.open:before {
    left: 0;
}

.nav-overlay.open:after {
    right: 0;
}

.nav-overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.nav-overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'amsi_pro_narwultra';
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}

.nav-overlay ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.nav-overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
}


.nav-overlay ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */

.banner-section {
    padding: 170px 0 50px 0;
    min-height: 660px;
    background-color: #b2ddca;
}

.banner-section h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 50px 0 10px 0;
}

.banner-section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #2A2A2A;
    padding: 10px 0;
}

.inner-banner-section {
    padding: 170px 0 50px 0;
    min-height: 300px;
    background-color: #DCC3B4;
}

.inner-banner-section h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    display: block;
    float: left;
    margin-right: 50px;
}

.inner-banner-section p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #2A2A2A;
    padding: 5px 0;
}


/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section {
    min-height: 400px;
}

.inner-background {
    background: url(../images/background.png) no-repeat top/cover;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'amsi_pro_narwultra';
}

.content-section h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h4 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h5 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h6 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2A2A2A;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 30px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2A2A2A;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 20px 0;
    padding: 10px 30px;
    width: auto;
    height: 56px;
    background: #84563C;
    border: 1px solid #84563C;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background-color: #2A2A2A;
    transition: all .4s ease-in-out;
}

.btn-02 a {
    margin: 20px 0;
    padding: 5px 20px;
    width: auto;
    height: 46px;
    background: #84563C;
    border: 1px solid #84563C;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-02 a:hover {
    background-color: #2A2A2A;
    transition: all .4s ease-in-out;
}

.btn-03 a {
    margin: 15px 0;
    padding: 5px 20px;
    width: auto;
    height: 46px;
    background: #B2DDCA;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #2A2A2A;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-03 a:hover {
    background-color: #2A2A2A;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.dots {
    margin-left: 30px;
    padding-left: 30px;
    background: url(../images/3-dots.png) no-repeat left;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #000000;
    display: inline-block;
}

.home-section-01 {
    padding: 100px 0;
}

.home-section-01 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.home-section-01 .dots {
    max-width: 280px;
}

.home-section-01 section {
    margin: 50px 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    position: relative;
}

.home-section-01 section .row {
    margin: 0 -25px;
}

.home-section-01 section [class*="col-"] {
    padding: 0 25px;
}

.home-section-01 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.home-section-01 .overlay:target {
    visibility: visible;
    opacity: 1;
}

.success-popup {
    margin: -41px auto 0 auto;
    padding: 30px;
    background: #84563c;
    width: 100%;
    position: relative;
    top: 50%;
    transition: all 5s ease-in-out;
}

.success-popup .close {
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.success-popup .close:hover {
    color: #FFFFFF;
}

.success-popup .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
}

.input-wrapper {
    position: relative;
    margin: 40px 0;
}

.input-wrapper label {
    color: #000000;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 0;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.input-wrapper input {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #b2ddca;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    position: relative;
}

.input-wrapper textarea {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    height: 112px;
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #b2ddca;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    position: relative;
    overflow: auto;
    resize: none;
}

.input-wrapper input:invalid+label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.input-wrapper input:focus {
    border-color: #000000;
}

.input-wrapper input:focus+label {
    color: #000000;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.input-wrapper textarea:invalid+label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.input-wrapper textarea:focus {
    border-color: #000000;
}

.input-wrapper textarea:focus+label {
    color: #000000;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.home-section-01 section button[type="submit"] {
    margin: -18px 0 0 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: #84563C;
    border: none;
    border-radius: 50%;
    display: block;
    float: right;
}

.home-section-02 {
    padding: 100px 0;
}

.home-section-02 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.home-section-02 .dots {
    max-width: 250px;
}

.service-box {
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    max-width: 750px;
    min-height: 430px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}

.service-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.service-box h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 30px 0;
}

.bg-color-01 {
    background-color: #84563C !important;
}

.bg-color-01 h2,
.bg-color-01 h6,
.bg-color-01 p {
    color: #FFFFFF;
}

.bg-color-02 {
    background-color: #B2DDCA !important;
}

.bg-color-03 {
    background-color: #E7C2AD !important;
}

.bg-color-04 {
    background-color: #7CBE9F !important;
}

.home-section-03 {
    padding: 100px 0;
}

.home-section-03 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.home-section-03 .dots {
    max-width: 200px;
}

.home-section-03 .row {
    margin: 0 -25px;
}

.home-section-03 [class*="col-"] {
    padding: 25px;
}

.home-section-03 .img01 {
    margin: 0;
    padding: 0;
    position: relative;
}

.home-section-03 .img01::after {
    content: "";
    width: 62px;
    height: 16px;
    background: url(../images/3h-dots.png) no-repeat center;
    position: absolute;
    right: -40px;
    top: 15px;
    z-index: 1;
}

.home-section-03 .img02 {
    margin: 0;
    padding: 0;
    position: relative;
}

.home-section-03 .img02::after {
    content: "";
    width: 62px;
    height: 16px;
    background: url(../images/3h-dots.png) no-repeat center;
    position: absolute;
    left: -40px;
    top: 15px;
    z-index: 1;
}

.home-section-03 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.home-section-03 p {
    font-size: 20px;
}

.home-section-03 .btn-01 {
    text-align: center;
}

.home-section-03 .btn-01 a {
    margin: 50px auto 0 auto;
    display: inline-block;
}

.home-section-04 {
    padding: 100px 0;
    background-color: #F7F7F7;
}

.home-section-04 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.home-section-04 .dots {
    max-width: 140px;
}

.home-section-04 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.home-section-04 p {
    font-size: 20px;
}

.blog-box figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-box figure::after {
    content: "";
    width: 16px;
    height: 62px;
    background: url(../images/3v-dots.png) no-repeat center;
    position: absolute;
    left: 15px;
    bottom: -40px;
    z-index: 1;
}

.blog-box aside {
    position: relative;
    z-index: 9;
    margin-top: -100px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
}

.blog-box article {
    padding: 100px 15px 15px 15px;
}

.home-section-05 {
    padding: 100px 0;
}

.home-section-05 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.home-section-05 .dots {
    max-width: 230px;
}

.home-section-05 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}

.home-section-05 .author {
    margin-top: 50px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #363636;
}

.home-section-05 .author span {
    display: block;
    font-size: 14px;
    color: #676464;
}

.home-section-05 .author::before {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: -20px;
}

.service-section-01 {
    padding: 50px 0;
}

.service-section-01 p {
    font-size: 20px;
    line-height: 32px;
}

.service-section-01 img {
    float: right;
}

.service-section-02 .row {
    margin: 0 -75px;
}

.service-section-02 [class*="col-"] {
    padding: 50px 75px;
}

.service-panel {
    margin: 0 auto;
    padding: 30px;
    min-height: 650px;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

.service-panel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.service-panel h2 span {
    display: block;
}

.service-panel p {
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 350px;
}

.service-panel img {
    max-width: 400px;
    margin: 10px 0;
}

.clients-section {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.clients-section .dots {
    max-width: 250px;
    margin-left: 0;
}

.instagram-section {
    padding: 100px 0;
}

.instagram-section .dots {
    max-width: 250px;
    margin-left: 0;
}

.instagram-section [class*="col-"] {
    padding: 8px 15px;
}

.welcome-section {
    padding: 50px 0;
}

.welcome-section p {
    font-size: 20px;
    line-height: 32px;
}

.welcome-section img {
    margin: 50px -50px 0 0;
}

.company-section {
    padding: 50px 0;
}

.company-section .row {
    margin: 0 -30px;
}

.company-section [class*="col-"] {
    padding: 0 30px;
}

.company-section .top-heading {
    min-height: 100px;
}

.company-section h5 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    text-transform: uppercase;
    text-align: center;
}

.company-section img {
    margin: 130px auto 0 auto;
}

.company-section h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 30px;
}

.company-section p {
    color: #676464;
}

.values-section {
    padding: 50px 0;
}

.values-section .dots {
    max-width: 250px;
    margin-left: 0;
}

.values-section .number {
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    color: #84563C;
    text-align: center;
    display: block;
}

.values-section p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.people-section {
    padding: 50px 0;
}

.people-section h2 {
    text-transform: uppercase;
    display: inline-block;
}

.people-section .dots {
    max-width: 350px;
}

.people-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.people-section h3 span {
    display: block;
}

.people-section p {
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 300px;
}

.people-section img {
    max-width: 220px;
    margin: 50px auto;
    border-radius: 50%;
}

.people-section .row {
    margin: 0 -75px;
}

.people-section [class*="col-"] {
    padding: 50px 75px;
}

.people-box-01 {
    margin: 0 auto;
    padding: 30px;
    min-height: 560px;
    background: #B2DDCA url(../images/bg-01.png) no-repeat center;
    border-radius: 5px;
    text-align: center;
}

.people-box-02 {
    margin: 0 auto;
    padding: 30px;
    min-height: 560px;
    background: #84563C url(../images/bg-02.png) no-repeat center;
    border-radius: 5px;
    text-align: center;
}

.people-box-02 h3,
.people-box-02 p {
    color: #FFFFFF !important;
}

.ready-section {
    padding: 50px 0;
}

.ready-section h2 {
    text-transform: uppercase;
    display: inline-block;
}

.ready-section .dots {
    max-width: 350px;
}

.ready-section section {
    margin: 50px 0 0 0;
    padding: 0 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    position: relative;
}

.ready-section section .row {
    margin: 0 -25px;
}

.ready-section section [class*="col-"] {
    padding: 0 25px;
}

.ready-section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.ready-section .overlay:target {
    visibility: visible;
    opacity: 1;
}

.ready-section button[type="submit"] {
    margin: -18px 0 0 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: #84563C;
    border: none;
    border-radius: 50%;
    display: block;
    float: right;
}

.help-section {
    padding: 50px 0;
}

.help-section h2 {
    text-transform: uppercase;
}

.help-section ul {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.help-section ul li {
    margin: 0 !important;
    border: 1px solid #B2DDCA;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #2A2A2A;
    text-align: center;
    white-space: nowrap;
    flex-grow: 1;
}

.help-section ul li a {
    color: #2A2A2A;
    padding: 20px;
    display: block;
}

.help-section ul li a:hover {
    color: #FFFFFF;
    background-color: #84563C;
}

.how-section-01 {
    padding: 50px 0;
}

.how-section-01 p {
    font-size: 20px;
    line-height: 32px;
}

.how-section-02 {
    padding: 50px 0;
}

.how-section-02 .top-heading {
    height: 200px;
    text-align: center;
}

.how-section-02 h5 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    text-transform: uppercase;
    text-align: center;
    height: 200px;
    width: 360px;
}

.how-section-02 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    color: #84563C;
    text-align: center;
}

.how-section-02 p {
    color: #676464;
}

.how-slider p {
    font-size: 14px;
}

.case-studies-section {
    padding: 50px 0;
}

.case-studies-section .row {
    margin: 0 -75px;
}

.case-studies-section [class*="col-"] {
    padding: 50px 75px;
}

.case-studies-box figure {
    margin: 0;
    padding: 0;
}

.case-studies-section figure img {
    border-radius: 5px;
}

.case-studies-section h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 15px 0 5px 0;
}

.case-studies-section p {
    padding: 0;
}

.free-estimate {
    padding: 74px 35px;
    min-height: 254px;
    background-color: #84563C;
    border-radius: 5px;
}

.free-estimate h2,
.free-estimate p {
    color: #FFFFFF;
    padding: 0;
}

.free-estimate .row {
    margin: 0 -15px;
}

.free-estimate [class*="col-"] {
    padding: 15px;
}

.case-studies-details {
    padding: 50px 0;
}

.case-studies-details p {
    font-size: 20px;
}

.case-studies-counter {
    padding: 50px 0;
    background-color: #84563C;
    text-align: center;
}

.case-studies-counter h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    color: #FFFFFF;
    padding: 0;
}

.case-studies-counter p {
    font-size: 20px;
    color: #FFFFFF;
    padding: 0;
}

.blog-section {
    padding: 50px 0;
}

.blog-section .row {
    margin: 0 -50px;
}

.blog-section [class*="col-"] {
    padding: 50px;
}

.blog-section .date {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #84563C;
    text-transform: uppercase;
}

.blog-section .date span {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    display: block;
}

.blog-section .author {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #84563C;
}

.blog-section .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    padding: 30px 0 20px 0;
    min-height: 140px;
}

.blog-section .title a {
    color: #000000;
}

.blog-section figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-section figure::after {
    content: "";
    width: 62px;
    height: 16px;
    background: url(../images/3h-dots.png) no-repeat center;
    position: absolute;
    left: -90px;
    top: 10px;
    z-index: 1;
}

.latest-blog-post .row {
    margin: 0 -15px;
}

.latest-blog-post [class*="col-"] {
    padding: 15px;
}

.blog-post .title {
    padding: 20px 0 10px 0;
    min-height: 120px;
}

.blog-section .btn-01 {
    text-align: center;
}

.blog-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.sidebar {
    position: relative;
}

.sidebar::after {
    content: "";
    width: 62px;
    height: 16px;
    background: url(../images/3h-dots.png) no-repeat center;
    position: absolute;
    right: -60px;
    top: 25px;
    z-index: 1;
}

.contact-section {
    padding: 100px 0 50px 0;
}

.contact-section h2 {
    text-transform: uppercase;
    display: inline-block;
}

.contact-section .dots {
    max-width: 230px;
}

.contact-info {
    padding: 50px;
    min-height: 660px;
    background-color: #84563C;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info ul li {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

.contact-info ul li a {
    color: #FFFFFF;
}

.contact-info ul li.call {
    background: url(../images/call.png) no-repeat 0 5px;
    padding: 0 0 0 30px;
}

.contact-info ul li.email {
    background: url(../images/email.png) no-repeat 0 5px;
    padding: 0 0 0 30px;
}

.contact-info ul li.location {
    background: url(../images/maps.png) no-repeat 0 5px;
    padding: 0 0 0 30px;
}

.contact-form {
    padding: 0 50px 30px 50px;
    min-height: 660px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.contact-form button[type="submit"] {
    margin: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: #84563C;
    border: none;
    border-radius: 50%;
    display: block;
    float: right;
}

.map-section {
    padding: 50px 0 100px 0;
}

.map-section h2 {
    text-transform: uppercase;
    display: inline-block;
}

.map-section .dots {
    max-width: 230px;
    height: 38px;
    position: relative;
    top: -20px;
}

.map-section .map {
    margin-top: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.career-heading {
    padding: 100px 0 0 0;
}

.career-heading h2 {
    text-transform: uppercase;
    display: inline-block;
}

.career-heading .dots {
    max-width: 450px;
}

.career-accordion .career-accordion-item {
    margin: 40px 0;
    overflow: hidden;
}

.career-accordion-titel {
    background-color: #84563C;
    border: 1px solid #84563C;
    padding: 15px 30px;
    cursor: pointer;
}

.career-accordion .active {
    background-color: transparent !important;
}

.career-accordion-titel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    padding: 0;
}

.career-accordion .active h2 {
    color: #000000;
}

.career-accordion-contant {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #84563C;
    border-top: none;
    display: none;
}

.career-accordion-contant .btn-01 {
    text-align: center;
    margin-top: 50px;
}

.career-accordion-titel h2 span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

.career-accordion-titel h2 span i {
    margin: 0 10px;
    font-size: 6px;
    vertical-align: middle;
}

.career-upcoming {
    padding: 50px 0 100px 0;
}

.career-upcoming section {
    padding: 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}

.career-upcoming section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #84563C;
    text-transform: uppercase;
    padding: 20px 100px 20px 0;
}

.career-heading section {
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}

.career-heading section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #84563C;
    color: #000;
    padding: 0;
}

.career-form {
    padding: 70px 0 100px 0;
}

.career-form section {
    padding: 30px 70px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    position: relative;
}

.career-form section h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.career-form section h6::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #84563C;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: -45px;
}

.cd-switch {
    position: relative;
}

.cd-switch p {
    float: left;
    padding: 15px 0;
}

.switchFilter {
    width: 0;
    display: inline-block;
    background-color: #84563C;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

.switch label {
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    width: 85px;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.160784);
}

.switch {
    display: inline-block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
    margin: 0;
    float: right;
}

.switch input[type=radio] {
    visibility: hidden;
    position: absolute;
    height: 100%;
}

.switch input[type=radio]#yes:checked~label[for=yes] {
    color: #FFFFFF;
}

.switch input[type=radio]#yes:checked~.switchFilter {
    left: 0;
    opacity: 1;
    width: 87px;
}

.switch input[type=radio]#no:checked~label[for=no] {
    color: #FFFFFF;
}

.switch input[type=radio]#no:checked~.switchFilter {
    left: 100px;
    width: 87px;
    opacity: 1;
}

.add-file {
    text-align: left;
}

.add-file p {
    font-size: 18px;
    padding: 28px 0;
}

.input-file input[type=file] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.input-file .btn {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.160784);
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    padding: 15px 60px;
    margin: 10px 0;
}

.input-file .file-selected {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.form-group {
    float: left;
    margin-right: 50px;
}

.career-form section button[type="submit"] {
    margin: 30px auto;
    padding: 15px 60px;
    width: auto;
    height: 60px;
    background-color: #84563C;
    border: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.career-form section button[type="submit"] a {
    color: #FFFFFF;
}

.career-form section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.career-form section .overlay:target {
    visibility: visible;
    opacity: 1;
}

.service-inner-section-01 {
    padding: 50px 0;
}

.service-inner-section-01 .row {
    margin: 0 -50px;
}

.service-inner-section-01 [class*="col-"] {
    padding: 50px;
}

.service-inner-section-01 p {
    font-size: 20px;
    line-height: 32px;
    color: #707070;
}

.service-inner-section-01 section {
    margin: 10px auto;
    padding: 10px 20px 60px 20px;
    min-height: 600px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    position: relative;
}

.service-inner-section-01 button[type="submit"] {
    margin: -18px 0 0 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: #84563C;
    border: none;
    border-radius: 50%;
    display: block;
    float: right;
}

.service-inner-section-01 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.service-inner-section-01 .overlay:target {
    visibility: visible;
    opacity: 1;
}

.service-inner-section-02 {
    padding: 50px 0;
}

.service-inner-section-02 .row {
    margin: 0 -50px;
}

.service-inner-section-02 [class*="col-"] {
    padding: 50px;
}

.service-inner-section-02 h2 {
    text-transform: uppercase;
    display: inline-block;
}

.service-inner-section-02 .dots {
    max-width: 340px;
}

.service-inner-section-02 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.service-inner-section-02 p {
    font-size: 14px;
    color: #676464;
}

.service-inner-section-03 {
    padding: 50px 0;
    background: #DCC3B4 url(../images/service-inner-section-03.png) no-repeat center;
}

.faq-inner-section {
    padding: 0 0 50px 0;
}


/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */

.footer-section {
    background-color: #F3F3F3;
}

.footer-section .footer-top {
    padding: 50px 0 20px 0;
}

.footer-section .footer-bot {
    padding: 15px 0;
    border-top: 1px solid rgba(145, 145, 145, 0.4);
}

.footer-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    padding: 10px 0;
}

.footer-section p a {
    color: #000000;
    margin-right: 50px;
}

.footer-section p a:last-child {
    margin-right: 0;
}

.footer-section h4 {
    font-family: 'Amsi Pro Narw Ultra';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    padding: 10px 0 20px 0;
}

.footer-section ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul.links li {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

.footer-section ul.links li span {
    font-weight: 700;
    position: relative;
}

.footer-section ul.links li p {
    font-size: 14px;
    line-height: 22px;
}

.footer-section ul.links li span::before {
    content: "+";
    position: absolute;
    top: -2px;
    right: -15px;
}

.footer-section ul.links li span[aria-expanded="true"]::before {
    content: "-";
}

.footer-section .copyright {
    padding: 0;
    font-weight: 700;
    float: left;
}

.footer-section ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.footer-section ul.social li {
    margin: 0 0 0 50px;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #000000;
}


/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #84563c url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #000000;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 15px;
        bottom: 15px;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 15px;
        bottom: 15px;
    }
}

.tabpanel-tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabpanel-tab:checked+.tabpanel-tablabel {
    color: #84563C;
    text-decoration: underline;
}

.tabpanel-tablabel {
    padding: 50px 0;
    width: 24.5%;
    background-color: #F8F8F8;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #2A2A2A;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin: 0 !important;
}

.tabpanel-tablabel:hover {
    cursor: pointer;
}

.tabpanel-panel {
    display: none;
}

#tabpanel-tab-1:checked~.tabpanel-panels #tabpanel-panel-1,
#tabpanel-tab-2:checked~.tabpanel-panels #tabpanel-panel-2,
#tabpanel-tab-3:checked~.tabpanel-panels #tabpanel-panel-3,
#tabpanel-tab-4:checked~.tabpanel-panels #tabpanel-panel-4 {
    display: block;
    position: relative;
    top: 0px;
}

.tabpanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: .2rem;
    column-gap: .2rem;
    row-gap: 0;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 600px) {
    .tabpanel {
        flex-direction: column;
    }

    .tabpanel .tabpanel-tablabel {
        padding: 20px 0;
        width: 100%;
    }

    .tabpanel .tabpanel-tab:checked~.tabpanel-panels {
        order: 1;
    }

    .tabpanel .tabpanel-tab:not(:checked)+.tabpanel-tablabel {
        order: initial;
    }

    .tabpanel #tabpanel-tab-1+.tabpanel-tablabel {
        order: 1;
    }

    .tabpanel #tabpanel-tab-1:checked~.tabpanel-panels {
        order: 1;
    }

    .tabpanel #tabpanel-tab-2+.tabpanel-tablabel {
        order: 2;
    }

    .tabpanel #tabpanel-tab-2:checked~.tabpanel-panels {
        order: 2;
    }

    .tabpanel #tabpanel-tab-3+.tabpanel-tablabel {
        order: 3;
    }

    .tabpanel #tabpanel-tab-3:checked~.tabpanel-panels {
        order: 3;
    }

    .tabpanel #tabpanel-tab-4+.tabpanel-tablabel {
        order: 4;
    }

    .tabpanel #tabpanel-tab-4:checked~.tabpanel-panels {
        order: 4;
    }

    .tabpanel #tabpanel-tab-5+.tabpanel-tablabel {
        order: 5;
    }

    .tabpanel #tabpanel-tab-5:checked~.tabpanel-panels {
        order: 5;
    }

    .tabpanel .tabpanel-panel {
        padding: 20px;
    }
}

@media screen and (min-width: 601px) {
    .tabpanel {
        flex-direction: row;
    }

    .tabpanel .tabpanel-tablabel {
        padding: 50px 0;
    }

    .tabpanel .tabpanel-panel {
        padding: 10px 50px;
    }

    .tabpanel .tabpanel-panels {
        flex: 1 1 100%;
    }
}

.tabpanel-services-tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabpanel-services-tab:checked+.tabpanel-services-tablabel {
    color: #FFFFFF;
    background-color: #84563C;
}

.tabpanel-services-tablabel {
    padding: 20px 30px;
    border: 1px solid #B2DDCA;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #2A2A2A;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin: 0 !important;
    flex-grow: 1;
}

.tabpanel-services-tablabel:hover {
    cursor: pointer;
}

.tabpanel-services-panel {
    display: none;
}



.tabpanel-services {
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 600px) {
    .tabpanel-services {
        flex-direction: column;
    }

    .tabpanel-services .tabpanel-services-tablabel {
        padding: 10px 20px;
        width: 100%;
    }

    .tabpanel-services .tabpanel-services-tab:checked~.tabpanel-services-panels {
        order: 1;
    }

    .tabpanel-services .tabpanel-services-tab:not(:checked)+.tabpanel-services-tablabel {
        order: initial;
    }

    .tabpanel-services #tabpanel-services-tab-1+.tabpanel-services-tablabel {
        order: 1;
    }

    .tabpanel-services #tabpanel-services-tab-1:checked~.tabpanel-services-panels {
        order: 1;
    }

    .tabpanel-services #tabpanel-services-tab-2+.tabpanel-services-tablabel {
        order: 2;
    }

    .tabpanel-services #tabpanel-services-tab-2:checked~.tabpanel-services-panels {
        order: 2;
    }

    .tabpanel-services #tabpanel-services-tab-3+.tabpanel-services-tablabel {
        order: 3;
    }

    .tabpanel-services #tabpanel-services-tab-3:checked~.tabpanel-services-panels {
        order: 3;
    }

    .tabpanel-services #tabpanel-services-tab-4+.tabpanel-services-tablabel {
        order: 4;
    }

    .tabpanel-services #tabpanel-services-tab-4:checked~.tabpanel-services-panels {
        order: 4;
    }

    .tabpanel-services #tabpanel-services-tab-5+.tabpanel-services-tablabel {
        order: 5;
    }

    .tabpanel-services #tabpanel-services-tab-5:checked~.tabpanel-services-panels {
        order: 5;
    }

    .tabpanel-services #tabpanel-services-tab-6+.tabpanel-services-tablabel {
        order: 6;
    }

    .tabpanel-services #tabpanel-services-tab-6:checked~.tabpanel-services-panels {
        order: 6;
    }

    .tabpanel-services #tabpanel-services-tab-7+.tabpanel-services-tablabel {
        order: 7;
    }

    .tabpanel-services #tabpanel-services-tab-7:checked~.tabpanel-services-panels {
        order: 7;
    }

    .tabpanel-services #tabpanel-services-tab-8+.tabpanel-services-tablabel {
        order: 8;
    }

    .tabpanel-services #tabpanel-services-tab-8:checked~.tabpanel-services-panels {
        order: 8;
    }

    .tabpanel-services #tabpanel-services-tab-9+.tabpanel-services-tablabel {
        order: 9;
    }

    .tabpanel-services #tabpanel-services-tab-9:checked~.tabpanel-services-panels {
        order: 9;
    }

    .tabpanel-services #tabpanel-services-tab-10+.tabpanel-services-tablabel {
        order: 10;
    }

    .tabpanel-services #tabpanel-services-tab-10:checked~.tabpanel-services-panels {
        order: 10;
    }

    .tabpanel-services #tabpanel-services-tab-11+.tabpanel-services-tablabel {
        order: 11;
    }

    .tabpanel-services #tabpanel-services-tab-11:checked~.tabpanel-services-panels {
        order: 11;
    }

    .tabpanel-services #tabpanel-services-tab-12+.tabpanel-services-tablabel {
        order: 12;
    }

    .tabpanel-services #tabpanel-services-tab-12:checked~.tabpanel-services-panels {
        order: 12;
    }

    .tabpanel-services #tabpanel-services-tab-13+.tabpanel-services-tablabel {
        order: 13;
    }

    .tabpanel-services #tabpanel-services-tab-13:checked~.tabpanel-services-panels {
        order: 13;
    }

    .tabpanel-services .tabpanel-services-panel {
        padding: 10px 0px;
    }
}

@media screen and (min-width: 601px) {
    .tabpanel-services {
        flex-direction: row;
    }

    .tabpanel-services .tabpanel-services-tablabel {
        padding: 20px 30px;
    }

    .tabpanel-services .tabpanel-services-panel {
        padding: 50px;
    }

    .tabpanel-services .tabpanel-services-panels {
        flex: 1 1 100%;
    }
}

.service-accordion .service-accordion-item {
    margin: 40px 0;
    overflow: hidden;
}

.service-accordion-titel {
    background-color: #84563C;
    border: 1px solid #84563C;
    padding: 15px 30px;
    cursor: pointer;
}

.service-accordion .active {
    background-color: transparent !important;
}

.service-accordion-titel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    padding: 0;
}

.service-accordion .active h2 {
    color: #000000;
}

.service-accordion-contant {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #84563C;
    border-top: none;
    display: none;
}

.service-accordion-contant .btn-01 {
    text-align: center;
    margin-top: 50px;
}

.service-accordion-titel h2 span {
    float: right;
    transition: all .4s ease-in-out;
}

.service-accordion .active h2 span {
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

/* Sanjoy 28.11.2024 Add CSS */

.nav-overlay ul li a span {
    display: none;
}


@media (min-width:1366px) {
    .nav-overlay {
        display: none;
        visibility: unset;
    }

    .nav-overlay.open {
        opacity: 1;
        visibility: unset;
        display: block;
    }

    .nav-overlay::before {
        background: rgba(255, 255, 255, 0.7);
    }

    .nav-overlay::after {
        background: rgba(255, 255, 255, 0.7);
    }

    .nav-overlay nav {
        height: 554px;
    }

    .nav-overlay ul {
        position: relative;
        width: 917px;
    }

    .nav-overlay ul li {
        animation: unset !important;
        -webkit-animation: unset !important;
        animation-delay: unset !important;
        opacity: unset !important;
        background: #fff;
        width: 209px;
        height: 170px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 30;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    }

    .nav-overlay ul li a {
        font-size: 30px;
        line-height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #fff;
        border: 10px #fff solid;
    }

    .nav-overlay ul li a:hover {
        border: 10px #84563C solid;
    }

    .nav-overlay ul li a span {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, 0);
        display: block;
        font-size: 13px;
        font-weight: 400 !important;
        line-height: 16px;
        color: #000;
        text-transform: uppercase;
    }

    .nav-overlay ul li:first-child {
        top: 0;
    }

    .nav-overlay ul li:first-child a {
        padding: 0 57px;
    }

    .nav-overlay ul li:nth-child(2) {
        top: 190px;
    }

    .nav-overlay ul li:nth-child(2) a {
        padding: 0 59px;
    }

    .nav-overlay ul li:nth-child(3) {
        top: 380px;
    }

    .nav-overlay ul li:nth-child(3) a {
        padding: 0 20px;
    }

    .nav-overlay ul li:nth-child(4) {
        top: 69px;
        left: 0;
        transform: translate(0);
        width: 307px;
        height: 215px;
    }

    .nav-overlay ul li:nth-child(4) a {
        padding: 0 72px;
    }

    .nav-overlay ul li:nth-child(4) span {
        display: none;
    }

    .nav-overlay ul li:nth-child(5) {
        left: 0;
        transform: translate(0);
        top: 304px;
        width: 307px;
        height: 170px;
    }

    .nav-overlay ul li:nth-child(5) span {
        display: none;
    }

    .nav-overlay ul li:nth-child(6) {
        left: unset;
        right: 0;
        transform: translate(0);
        top: 69px;
        width: 307px;
        height: 215px;
    }

    .nav-overlay ul li:nth-child(6) a {
        padding: 0 91px;
    }

    .nav-overlay ul li:nth-child(6) span {
        display: none;
    }

    .nav-overlay ul li:nth-child(7) {
        left: unset;
        right: 0;
        transform: translate(0);
        top: 304px;
        width: 307px;
        height: 170px;
    }

    .nav-overlay ul li:nth-child(7) span {
        display: none;
    }

    .tabpanel-services-tablabel {
        border-top: 0px solid #B2DDCA;
        border-right: 0px solid #B2DDCA;
        border-left: 0px solid #B2DDCA;
        position: relative;
    }

    .tabpanel-services-tablabel::before {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: calc(100% - 10px);
        background: #B2DDCA;
    }

    .tabpanel-services {
        position: relative;
    }

    .tabpanel-services::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #fff;
        z-index: 2;
    }

    .tabpanel-services::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #B2DDCA;
        z-index: 2;
    }

    .footer-section ul.social li {
        margin: 0 0 0 30px;
    }

}

@media (min-width:1440px) {

    .nav-overlay nav {
        height: 765px;
        height: 678px;
    }

    .nav-overlay ul li {
        width: 235px;
        height: 209px;
    }

    .nav-overlay ul li:first-child {
        top: 0;
    }

    .nav-overlay ul li:nth-child(2) {
        top: 235px;
    }

    .nav-overlay ul li:nth-child(3) {
        top: 470px;
    }

    .nav-overlay ul li:nth-child(4) {
        top: 69px;
        left: 0;
        transform: translate(0);
        width: 307px;
        height: 314px;
    }

    .nav-overlay ul li:nth-child(5) {
        left: 0;
        transform: translate(0);
        top: 410px;
        width: 307px;
        height: 207px;
    }

    .nav-overlay ul li:nth-child(6) {
        left: unset;
        right: 0;
        transform: translate(0);
        top: 67px;
        width: 307px;
        height: 314px;
    }

    .nav-overlay ul li:nth-child(7) {
        left: unset;
        right: 0;
        transform: translate(0);
        top: 410px;
        width: 307px;
        height: 207px;
    }

    .tabpanel-services {
        position: relative;
    }
}


/* clients Logo Area */

.clients-logo-area {
    display: grid;
    gap: 20px;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.clients-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.clients-logo:nth-child(10) img {
    display: none;
}

.clients-logo:nth-child(25) img {
    display: none;
}


@media (min-width:768px) {

    .clients-logo-area {
        display: grid;
        gap: 20px;
        column-gap: 5px;
        grid-template-columns: repeat(5, 1fr);
        margin-top: 80px;
    }

    .clients-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clients-logo:nth-child(10) {
        grid-row-start: 2;
        grid-row-end: 5;
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .clients-logo:nth-child(25) img,
    .clients-logo:nth-child(10) img {
        display: block;
    }

    .clients-logo:nth-child(25) {
        grid-row-start: 6;
        grid-row-end: 8;
        grid-column-start: 3;
        grid-column-end: 4;
    }
}

.submit-new{
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.submit-new input[type="submit"]{
	border:none;
	background:url(../images/btn-submit.jpg) no-repeat;
    width: 54px;
    height: 54px;    
	font-size: 0;
}


/*  Sanjoy */

.btn-01 button {
  margin: 20px 0;
  padding: 10px 30px;
  width: auto;
  height: 56px;
  background: #84563C;
  border: 1px solid #84563C;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
  display: inline-block;
  transition: all .4s ease-in-out;
}

.btn-01 button:hover {
  background-color: #2A2A2A;
  transition: all .4s ease-in-out;
}


.text-center input[type="submit"]{    
    margin: 30px auto;
    padding: 15px 60px;
    width: auto;
    height: 60px;
    background-color: #84563C;
    border: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.text-center input[type="submit"]:hover{ 
  background-color: #2A2A2A;
  transition: all .4s ease-in-out;
}


