/*======================= Start Header page =======================*/
.header-main {
    min-height: 100vh;
    width: 4.25em;
    z-index: 1045;
    overflow: auto;
    max-height: 100vh;
    gap: 2em;
}
.menu-icon {
    margin-top: 1.25em;
    width: 1.6em;
    cursor: pointer;
}
.menu-icon img {
    width: 100%;
}

body[style="overflow: hidden; padding-right: 17px;"] .menu-icon .hover {
    opacity: 1 !important;
}

.header-logo {
    width: 2.4em;
}

.header-icon {
    width: 3em;
    margin-bottom: 0.6em;
}
.header-menu {
    left: 4.25em !important;
    --bs-offcanvas-width: 20.85em;
    padding: 3.5em;
    max-height: 100vh;
}
.header-menu::-webkit-scrollbar {
  width: 0.2em;
}
.header-menu::-webkit-scrollbar-track {
  background: var(--bs-dark-blue); 
}
.header-menu::-webkit-scrollbar-thumb {
  background: var(--bs-brown); 
}

.my-menu {
    gap: 1em;
}
.my-menu > li {
    font-size: 1.166em;
}
.my-menu li.dropdown {
    border-bottom: solid 0.1em var(--bs-light-brown);
    padding-bottom: 0.2em;
}
.my-menu .menu-click {
    cursor: pointer;
}
.my-menu .show .menu-click .bi:before {
    content: "\F2EA";
}
.my-menu .dropdown_menu {
    border-top: solid 0.1em var(--bs-light-brown);
    margin-top:0.2em ;
    padding-top: 0.1em;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    gap: 0.2em;
}
.my-menu .show .dropdown_menu{
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}
.menu-bottom .header-social {
    margin-top: 1em;
    gap: 0.5em 0.7em;
}
.menu-bottom .btn-wrap {
    gap: 0.8em 1.4em;
    margin-top: 1.4em;
}
/*======================= End Header page =======================*/

/*======================= Start Footer page =======================*/
.footer-main {
    padding: calc(var(--bs-space)* 1.3) 0;
}
.footer-main .custom-row {
    justify-content: space-between;
    gap: var(--bs-space) 0;
}
.footer-logo {
    max-width: 11em;
    margin-bottom: calc(var(--bs-space) / 1.25);
}
.footer-social {
    gap: 0.8em 1.7em;
}
.footer-social img {
    width: 1.7em;
}
.footer-title {
    margin-bottom: 0.7em;
}
.footer-main .col-links ul {
    gap: 0.7em;
}
.footer-main .btn-wrap {
    margin-bottom: 1.3em;
}
/*======================= End Footer page =======================*/

/*======================= Start home page =======================*/
.home-banner video {
    pointer-events: none;
}
.banner-logo {
    max-width: 42.5%;
}
.home-services {
    padding: calc(var(--bs-space)* 1.8) 0;
}
.home-services .col-left {
    padding-left: 10px;
    padding-right: 30px;
}
.home-services .col-right {
    padding-left: 10px;
}
.home-services .heading-title {
    padding-bottom: 0.1em;
    line-height: 0.6;
}
.home-services span.count {
    font-size: calc(var(--bs-space) * 2.5);
    line-height: 0.5;
    top: 0.1em;
    color: #e4dad1;
    left: -10px;
}
.home-services .title {
    padding-bottom: 0.3em;
    margin-bottom: 0.6em;
    border-color:#e4dad1 !important;
}
.home-services .discription {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-services .btn-wrap {
    padding-top: calc(var(--bs-space)* 0.7);
    gap: 0.8em;
}
.home-services .services-icon {
    mix-blend-mode: multiply;
    width: 23%;
}
.home-services .owl-nav {
    position: absolute;
    left: 26%;
    bottom: 46%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 3em;
    line-height: 0.6;
}
.home-about {
    padding: calc(var(--bs-space)* 3.25) 0 calc(var(--bs-space)* 3);
    color: #384F61;
}
.home-about .heading-title {
    margin-left: -6%;
}
.home-about .col-left {
    width: 44.5%;
    padding-left: 6.8%;
    padding-right: 4.1%;
}
.home-about .col-left figure:hover .hover {
    opacity: 1 !important;
}
.home-about .icon {
    width: 26%;
    top: -11%;
}

.home-about .col-right {
    width: 55.5%;
    padding-right: 7%;
}

.home-about .title {
    font-size: 0.917em;
}
.home-about .top-bar {
    padding: 1.2em 0 1.2em 0.5em;
}
.home-about .btn-wrap {
    padding-top: calc(var(--bs-space) / 1.2);
}
/*======================= Start home page =======================*/

/*======================= Start Common =======================*/
.common-bottom-section .container-left {
    padding-top: calc(var(--bs-space)* 2.2);
    padding-bottom: calc(var(--bs-space)* 1.7);
    background-image: url(../images/common-bottom-left.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 90%;
}
.common-bottom-section .container-right {
    padding-top: calc(var(--bs-space)* 1.48);
    padding-bottom: calc(var(--bs-space)* 1.7);
    padding-left: 10%;
}
.common-bottom-section .text-box figure {
    width: 63%;
}
.common-bottom-section .col-right .title {
    margin-bottom: 0.3em;
}
.common-bottom-section .icon {
    mix-blend-mode: multiply;
    width: 27%;
}
.common-banner {
    padding: 0px 1em;
}
.common-banner > figure {
    margin: 0px -1em;
}
.common-banner .banner-wrap {
    margin-top: -50%;
}
.common-banner-text {
    padding: calc(var(--bs-space)* 1.75) 0;
}
.common-banner-text .row {
    --bs-gutter-x: calc(var(--bs-space)* 1.6);
}
.common-banner-text .text-box {
    padding-right: 6%;
}
.common-column-section .text-box {
    padding: calc(var(--bs-space)* 1.6) calc(var(--bs-space)* 2.1);
}
.common-column-section .title {
    margin-bottom: 0.6em;
    padding-bottom: 0.25em;
}
.common-column-section .discription p:not(:last-child) {
    margin-bottom: 1.3em;
}
.common-column-section .discription strong.d-block {
    margin-bottom: 0.24em;
    letter-spacing: 0.1em;
    font-size: 0.95em;
}
.common-column-section .btn-wrap {
    margin-top: 1.6em;
}
.common-column-section .container-left {
    padding-left: 11%;
}
.common-column-section .container-right {
    padding-right: 11%;
}
/*======================= End Common =======================*/