@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("../fonts/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
@import url('../../components/theme.php');

/*:root{*/
/* --be-ff-body:'Nunito',sans-serif;*/
/* --be-ff-heading:'Nunito',sans-serif;*/
/* --be-ff-p:'Nunito',sans-serif;*/
/* --be-fw-normal:normal;*/
/* --be-fs-p:18px;*/
/* --be-fw-thin:100;*/
/* --be-fw-elight:200;*/
/* --be-fw-light:300;*/
/* --be-fw-regular:400;*/
/* --be-fw-medium:500;*/
/* --be-fw-sbold:600;*/
/* --be-fw-bold:700;*/
/* --be-fw-ebold:800;*/
/* --be-fw-black:900;*/
/* --be-fs-body:18px;*/
/* --be-fs-h1:56px;*/
/* --be-fs-h2:48px;*/
/* --be-fs-h3:24px;*/
/* --be-fs-h4:18px;*/
/* --be-fs-h5:18px;*/
/* --be-fs-h6:14px;*/
/* --be-fs-psidebar:1.9rem;*/
/* --be-color-common-white:#ffffff;*/
/* --be-color-common-black:#000000;*/
/* --be-color-heading-primary:#3C8CD3;*/
/* --be-color-text-body:#424742;*/
/* --be-color-text-black:#111111;*/
/* --be-color-theme-secondary:#D6E6F9;*/
/* --be-color-theme-primary:#0D3C7A;*/
/* --be-color-bg-2:#222;*/
/* --be-color-grey-1:#D6E6F9;*/
/* --be-color-border-1:#5F5F5F;*/
/* --be-color-blue:#1560BD;*/
/* Bright Tailwind blue */
/* --be-color-green:#00B050;*/
/* Vibrant emerald green */
/* --radius:12px;*/
/* --shadow:0 6px 20px rgba(0,0,0,0.1);*/
/* --dark-gray:#545957;*/
/*}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul.be_recent_posts li:not(:first-child) {
      border-top: 2px solid var(--be-color-heading-primary);
    }
.be_recent_posts li > a {
    font-size: 16px;
}
.be_calsen_list li{
    font-size:16px!important;
}
/*map*/
.leaflet-control-attribution .leaflet-control {
    display: none !important
}

/** Typography CSS */
body {
    background-color: var(--be-color-common-white);
    font-family: var(--be-ff-body);
    font-size: 18px;
    line-height: 1.625;
    font-weight: 400;
    color: var(--be-color-text-body);
    position: relative;
    z-index: 1
}
elm{
    font-family: 'elemental_endregular' !important;
}
.elm{
    font-family: 'elemental_endregular' !important;
    font-weight:400 !important;
}
 
.coming-title {
    text-align: center !important;
    font-weight: 700;
    margin: 0;
    animation: flashGlow 1.4s infinite ease-in-out;
}

@keyframes flashGlow {
    0% {
        opacity: 1;
        text-shadow: 0 0 4px rgba(255,255,255,0.4);
    }
    50% {
        opacity: 0.2;
        text-shadow: 0 0 12px rgba(255,255,255,0.9);
    }
    100% {
        opacity: 1;
        text-shadow: 0 0 4px rgba(255,255,255,0.4);
    }
}

.coming-wrapper {
    text-align: center; /* ensures the heading stays centered */
}

/* First line centered */
.coming-title {
    text-align: center;
    font-weight: 700;
    margin: 0;
}

/* Second line left-aligned */
.coming-sub {
    text-align: left;
    margin-top: 10px;
    font-size: 1.15rem;
    line-height: 1.4;
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--be-ff-heading);
    color: var(--be-color-heading-primary);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

h1 {
    font-size: var(--be-fs-h1)
}

h2 {
    font-size: var(--be-fs-h2)
}

h3 {
    font-size: var(--be-fs-h3)
}

h4 {
    font-size: var(--be-fs-h4)
}

h5 {
    font-size: var(--be-fs-h5)
}

h6 {
    font-size: var(--be-fs-h6)
}

ul {
    margin: 0px;
    padding: 0px
}

p {
    font-family: var(--be-ff-p);
    font-size: 16px;
    font-weight: 400;
    color: var(--be-color-text-body);
    margin-bottom: 15px
}

.justify-text {
    text-align: justify !important
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--be-color-theme-secondary)
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input {
    outline: none
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

ul {
    display: block;
    padding: 0;
    margin: 0
}

*::-moz-selection {
    background: var(--be-color-common-black);
    color: var(--be-color-common-white);
    text-shadow: none
}

::-moz-selection {
    background: var(--be-color-common-black);
    color: var(--be-color-common-white);
    text-shadow: none
}

::selection {
    background: var(--be-color-common-black);
    color: var(--be-color-common-white);
    text-shadow: none
}

*::-moz-placeholder {
    color: var(--be-color-common-black);
    font-size: var(--be-fs-body);
    opacity: 1
}

*::placeholder {
    color: var(--be-color-common-black);
    font-size: var(--be-fs-body);
    opacity: 1
}

/** Common Classes CSS */
.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.z-index-1 {
    z-index: 1
}

.z-index-11 {
    z-index: 11
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.b-radius {
    border-radius: 6px
}

.overflow-x {
    overflow-x: clip
}

.bg-grey {
    background-color: var(--be-color-grey-1)
}

.bg-dark-1 {
    background-color: var(--be-color-theme-primary)
}

.bg-dark-2 {
    background-color: var(--be-color-bg-2)
}

.bd-bottom {
    border-bottom: 1px solid var(--be-color-border-1)
}

.bg-color-top {
    background-color: #171719;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2
}

.bg-color-bottom {
    background-color: #171719;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2
}

.container {
    /*max-width:1345px;*/
    width: 100%;
    margin: 0 auto
}

.overflow-h {
    overflow: hidden
}

.section-heading {
    margin-bottom: 80px;
    position: relative;
    z-index: 1
}

.section-heading1 {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    width: fit-content;
    border-radius: var(--radius);
    font-family: var(--be-ff-heading);
    color: var(--be-color-theme-primary);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px 8px 20px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.6);
    /* transparent white */
    backdrop-filter: blur(8px);
    /* frosted glass effect */
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width:992px) {
    .section-heading {
        margin-bottom: 50px
    }
}

.section-heading .sub-heading {
    font-family: var(--be-ff-heading);
    color: var(--be-color-theme-primary);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(0 19 153 / 20%);
    border-radius: 100px;
    padding: 10px 20px 8px 20px;
    line-height: 1
}

@media only screen and (max-width:992px) {
    .section-heading .sub-heading {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .section-heading .sub-heading {
        font-size: 14px
    }
}

.section-heading .section-title {
    color: var(--be-color-heading-primary);
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    text-transform: inherit;
    position: relative;
    overflow: hidden
}

@media (max-width:1199px) {
    .section-heading .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width:992px) {
    .section-heading .section-title {
        font-size: 42px;
        max-width: 100%
    }

    .section-heading .section-title br {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .section-heading .section-title {
        font-size: 36px
    }

    .section-heading .section-title br {
        display: none
    }
}

.section-heading.content-white .sub-heading {
    color: var(--be-color-theme-secondary);
    border: 1px solid var(--be-color-theme-secondary)
}

.section-heading.content-white p,
.section-heading.content-white .section-title {
    color: var(--be-color-common-white)
}

.section-heading.heading-2 {
    margin-bottom: 30px
}

.section-heading.heading-2 .section-title {
    margin-bottom: 25px
}

@media (max-width:1199px) {
    .section-heading.heading-2 .section-title {
        margin: 0;
        margin-bottom: 25px
    }
}

.heading-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 80px
}

@media only screen and (max-width:992px) {
    .heading-space {
        margin-bottom: 50px
    }
}

.t-up {
    text-transform: uppercase
}

.content-white h1,
.content-white h2,
.content-white h3,
.content-white h4,
.content-white h5,
.content-white h6,
.content-white p,
.content-white li,
.content-white span {
    color: var(--be-color-common-white)
}

.img-reveal {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    z-index: 1
}

.img-reveal .img-overlay {
    background-color: var(--be-color-theme-secondary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.img-reveal img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.anim-text {
    overflow: hidden
}

.running-text {
    background-color: var(--be-color-theme-secondary);
    background-repeat: repeat;
    background-size: 20px;
    padding: 0px 0;
    overflow: hidden
}

.running-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 95px
}

.running-text ul li {
    color: var(--be-color-theme-primary);
    /*font-family: 'elemental_endregular';*/
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding-right:2px;
    position: relative
}

/* .running-text ul li:before{background-image:url(../img/icon/running-text-icon.png);background-position:center;background-size:contain;content:"";height:27px;width:27px;position:absolute;right:-60px;top:51%;transform:translateY(-50%)}*/
.running-text.running-2 {
    background-color: var(--be-color-common-white)
}

/* Custom Cursor */
@media (min-width:992px) {
    .mt-cursor {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: fixed;
        left: 10px;
        top: 10px;
        user-select: none;
        pointer-events: none;
        visibility: hidden;
        z-index: 10000;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .mt-cursor:before {
        background: var(--be-color-theme-secondary);
        opacity: 1;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s ease
    }

    .mt-cursor.cursor-grow:before {
        opacity: 0.7;
        transform: scale(1.5);
        transition: all 0.3s ease
    }

    .mt-cursor.hide {
        opacity: 0;
        transition: opacity 0.3s ease;
        transition-delay: 0.4s
    }

    .mt-cursor.hide .inner {
        transform: scale(0.1);
        transition: transform 0.3s ease
    }
}

.sticky-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 170px
}

@media only screen and (max-width:767px) {
    br {
        /*display: none*/
    }
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

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

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

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

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.pt-180 {
    padding-top: 180px
}

@media only screen and (max-width:992px) {
    .pt-180 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .pt-180 {
        padding-top: 50px
    }
}

.pt-150 {
    padding-top: 150px
}

@media only screen and (max-width:992px) {
    .pt-150 {
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .pt-150 {
        padding-top: 70px
    }
}

.pt-140 {
    padding-top: 150px
}

@media only screen and (max-width:992px) {
    .pt-140 {
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .pt-140 {
        padding-top: 70px
    }
}

.pt-130 {
    padding-top: 130px
}

@media only screen and (max-width:992px) {
    .pt-130 {
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .pt-130 {
        padding-top: 60px
    }
}

.pt-120 {
    padding-top: 120px
}

@media only screen and (max-width:992px) {
    .pt-120 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .pt-120 {
        padding-top: 60px
    }
}

@media only screen and (max-width:992px) {
    .pt-100 {
        padding-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .pt-100 {
        padding-top: 50px
    }
}

.pt-90 {
    padding-top: 90px
}

@media only screen and (max-width:992px) {
    .pt-90 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .pt-90 {
        padding-top: 60px
    }
}

.pt-80 {
    padding-top: 80px
}

@media only screen and (max-width:992px) {
    .pt-80 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .pt-80 {
        padding-top: 60px
    }
}

.pt-70 {
    padding-top: 70px
}

@media only screen and (max-width:992px) {
    .pt-70 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .pt-70 {
        padding-top: 60px
    }
}

.pb-180 {
    padding-bottom: 180px
}

@media only screen and (max-width:992px) {
    .pb-180 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .pb-180 {
        padding-bottom: 60px
    }
}

.pb-150 {
    padding-bottom: 150px
}

@media only screen and (max-width:992px) {
    .pb-150 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-150 {
        padding-bottom: 70px
    }
}

.pb-140 {
    padding-bottom: 150px
}

@media only screen and (max-width:992px) {
    .pb-140 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-140 {
        padding-bottom: 70px
    }
}

.pb-130 {
    padding-bottom: 130px
}

@media only screen and (max-width:992px) {
    .pb-130 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-130 {
        padding-bottom: 60px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media only screen and (max-width:992px) {
    .pb-120 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .pb-120 {
        padding-bottom: 60px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media only screen and (max-width:992px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .pb-90 {
        padding-bottom: 60px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media only screen and (max-width:992px) {
    .pb-80 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

.pb-70 {
    padding-bottom: 70px
}

@media only screen and (max-width:992px) {
    .pb-70 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .pb-70 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:992px) {
    .md-pb-30 {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:992px) {
    .md-pb-40 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:992px) {
    .md-pb-50 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:992px) {
    .md-mb-30 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:992px) {
    .md-mb-40 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:992px) {
    .md-mb-50 {
        margin-bottom: 50px
    }
}

/* Scroll To Top */
#scroll-percentage {
    position: absolute
}

#scroll-percentage {
    height: 60px;
    width: 60px;
    background-color: var(--be-color-bg-2);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100
}

@media only screen and (max-width:992px) {
    #scroll-percentage {
        right: 30px
    }
}

@media only screen and (max-width:767px) {
    #scroll-percentage {
        bottom: 20px;
        right: 20px
    }
}

#scroll-percentage.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width:992px) {
    #scroll-percentage.active {
        bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    #scroll-percentage.active {
        bottom: 20px
    }
}

#scroll-percentage-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--be-color-bg-2);
    color: var(--be-color-theme-secondary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 600
}

#scroll-percentage-value i {
    font-size: 20px
}

@-webkit-keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

/** Buttons CSS */
.cp-primary-btn {
    background-color: var(--be-color-theme-secondary);
    font-family: var(--be-ff-heading);
    color: var(--be-color-common-black);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 10px 9px 25px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.cp-primary-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--be-color-heading-primary);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1
}

.cp-primary-btn .icon {
    background-color: var(--be-color-common-white);
    color: var(--be-color-common-black);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease-in-out
}

.cp-primary-btn i {
    font-size: 14px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out
}

.cp-primary-btn:hover {
    color: var(--be-color-common-white)
}

.cp-primary-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.cp-primary-btn:hover i {
    transform: rotate(0deg)
}

.cp-primary-btn:hover .icon {
    background-color: var(--be-color-theme-secondary)
}

.cp-primary-btn:focus {
    color: var(--be-color-text-black)
}

.cp-primary-btn.transparent {
    background-color: transparent;
    border: 1px solid var(--be-color-theme-secondary);
    color: var(--be-color-heading-primary)
}

.cp-primary-btn.transparent:hover {
    color: var(--be-color-common-white)
}

.cp-primary-btn.transparent:before {
    background-color: var(--be-color-theme-secondary)
}

.hero-header {
    height: 50vh;
    background: center/cover no-repeat;
    position: relative
}

.overlay-pages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 20%)
}

.hero-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--be-color-grey-1)
}

/* BACKGROUND IMAGE */
.hero-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    /* keep lowest */
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 999;
    width: 5%
}

/* DARK OVERLAY */
.hero-section .bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:rgba(0,0,0,0.30);flat semi-transparent black */
    z-index: -1;
    /* sits above bg-img,below text */
}

/* HERO CONTENT CONTAINER */
.hero-container {
    max-width: 1800px;
    position: relative;
    z-index: 2;
    /* text always above overlay */
    color: #fff
}

/* HERO CONTENT */
.hero-content {
    padding: 200px 0 150px 200px;
    display: block
}

.hero-content .hero-content-inner .section-heading {
    margin-bottom: 30px
}

.hero-content .hero-content-inner .title {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff
}

.title-1 {
    font-family: 'elemental_endregular';
    color: var(--be-color-blue) !important
}

.title-2 {
    font-family: corbel, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--be-color-green) !important;
    font-weight: 700
}

.title-3 {
    font-family: corbel, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 100;
    padding-right: 20px;
    border-radius: 7px;
    width: fit-content;
    color: var(--dark-gray) !important
}

.line {
    display: flex !important;
    text-align: center !important;
    width: 100%;
    opacity: 1;
    justify-content: center !important;
    align-items: center !important
}

span.title-1 {
    margin-right: 15px !important
}

.word {
    
}

/* RESPONSIVE PADDING */
@media (max-width:1399px) {
    .hero-content {
        padding-left: 100px
    }
}

@media only screen and (max-width:992px) {
    .hero-content {
        padding-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .hero-content {
        padding: 100px 0 30px 0px
    }
}

/* RESPONSIVE TITLES */
@media only screen and (max-width:992px) {
    .hero-content .hero-content-inner .title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .title-3 {
        font-size: 34px !important
    }
}

@media only screen and (max-width:767px) {
    .hero-content .hero-content-inner .title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 5px
    }

    .title-3 {
        font-size: 34px !important
    }

    .service-item .service-img {
        overflow: hidden;
        height: 100%;
        display: none
    }
    
    .service-item-wrap .service-item {
    height: 450px !important;
}


}

.about-top-content p {
    max-width: 526px;
    width: 100%;
    font-size: var(--be-fs-h4);
    margin-bottom: 45px
}

@media only screen and (max-width:992px) {
    .about-top-content p {
        font-size: 18px
    }
}

.about-img-wrap-2 {
    /*display: grid;*/
    /*grid-gap: 40px;*/
    /*grid-template-columns: 408px 1fr*/
}

@media only screen and (max-width:767px) {
    .about-img-wrap-2 {
        grid-template-columns: 1fr
    }
}

.about-img-wrap-2 .about-img-1,
.about-img-wrap-2 .about-img-2 {
    height: 450px;
    width: 100%;
    border-radius: 8px
}

.about-img-wrap-2 .about-img-1 {
    /*max-width: 408px*/
}

.about-img-wrap-2 .about-img-2 {
    /*max-width: 872px*/
}

.about-img-wrap-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.skill-section {
    background-color: var(--be-color-theme-primary)
}

.skill-img-wrap {
    height: 624px;
    max-width: 540px;
    width: 100%;
    position: relative;
    margin-left: 50px
}

@media only screen and (max-width:992px) {
    .skill-img-wrap {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .skill-img-wrap {
        display: none
    }
}

.skill-img-wrap .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 450px;
    width: 100%;
    height: 508px
}

.skill-img-wrap .shape img {
    width: 100%;
    height: 100%
}

.skill-img-wrap .skill-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.skill-img-wrap .skill-img img {
    width: 100%;
    height: 100%
}

.skill-img-wrap .skill-img-content {
    background-color: var(--be-color-theme-secondary);
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 295px;
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: -50px
}

.skill-img-wrap .skill-img-content span {
    color: var(--be-color-heading-primary);
    display: block;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 47px;
    line-height: 1
}

.skill-img-wrap .skill-img-content span:before {
    background-color: var(--be-color-heading-primary);
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.skill-img-wrap .skill-img-content p {
    font-family: var(--be-ff-heading);
    color: var(--be-color-heading-primary);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: 20px
}

.skill-content {
    max-width: 650px;
    width: 100%
}

.skill-content p {
    color: var(--be-color-common-white);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px
}

.skill-content .skills-item {
    overflow: hidden
}

.skill-content .skills-item:not(:last-of-type) {
    margin-bottom: 30px
}

.skill-content .skills-item .title {
    color: var(--be-color-common-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .skill-content .skills-item .title {
        font-size: 18px
    }
}

.skill-content .skills-item .progress {
    background-color: rgba(0, 153, 89, 0.2);
    height: 10px;
    overflow: visible;
    border-radius: 100px
}

.skill-content .skills-item .progress .progress-bar {
    position: relative;
    background-color: var(--be-color-theme-secondary);
    overflow: visible;
    border-radius: 100px
}

.skill-content .skills-item .progress .progress-bar span {
    font-size: 18px;
    font-weight: 700;
    background-repeat: no-repeat;
    color: var(--be-color-theme-secondary);
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: -55px;
    right: -11px
}

@media only screen and (max-width:767px) {
    .skill-content .skills-item .progress .progress-bar span {
        font-size: 18px;
        padding-top: 20px;
        top: -60px
    }
}

.skill-content .skill-btn .cp-primary-btn:before {
    background-color: var(--be-color-common-white)
}

.skill-content .skill-btn .cp-primary-btn:hover {
    color: var(--be-color-heading-primary)
}

.skill-content .skill-btn .cp-primary-btn:hover .icon {
    background-color: var(--be-color-theme-secondary)
}

.service-section {
    background-color: var(--be-color-heading-primary);
    overflow-x: clip
}

.service-item-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    position: relative
}

.service-item-wrap .service-item {
    width: 100%;
    height: 560px;
    will-change: transform;
    position: sticky;
    top: 90px
}

.service-item {
    max-width: 1320px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 660px 1fr;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

@media (max-width:1399px) {
    .service-item {
        grid-template-columns: 550px 1fr
    }
}

.service-item:not(:last-of-type) {
    margin-bottom: 24px
}

@media only screen and (max-width:992px) {
    .service-item {
        grid-template-columns: 340px 1fr
    }
}

@media only screen and (max-width:767px) {
    .service-item {
        grid-template-columns: 1fr
    }
}

.service-item .service-content {
    background-color: var(--be-color-grey-1);
    padding: 70px;
    height: 100%
}

@media only screen and (max-width:992px) {
    .service-item .service-content {
        padding: 40px 30px
    }
}

.service-item .service-content .item-icon {
    margin-bottom: 42px
}

@media only screen and (max-width:767px) {
    .service-item .service-content .item-icon {
        margin-bottom: 80px
    }
}

.service-item .service-content .title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px
}

@media only screen and (max-width:992px) {
    .service-item .service-content .title {
        font-size: 36px
    }
}

.service-item .service-content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:1399px) {
    .service-item .service-content p br {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .service-item .service-content p {
        font-size: 16px
    }
}

.service-item .service-img {
    overflow: hidden;
    height: 100%
}

.service-item .service-img img {
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.service-item:hover .service-img img {
    transform: scale(1.03)
}

.service-top .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.service-top .swiper-arrow .swiper-nav {
    background-color: transparent;
    color: var(--be-color-text-black);
    border: 1px solid var(--be-color-heading-primary);
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.service-top .swiper-arrow .swiper-nav:hover {
    background-color: var(--be-color-heading-primary);
    color: var(--be-color-theme-secondary);
    border: 1px solid var(--be-color-heading-primary)
}

.service-item-2 .service-thumb {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 8px
}

@media only screen and (max-width:767px) {
    .service-item-2 .service-thumb {
        height: 300px
    }
}

.service-item-2 .service-thumb:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-item-2 .service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
    border-radius: 8px
}

.service-item-2 .service-content {
    background-color: var(--be-color-common-white);
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: -120px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.service-item-2 .service-content .service-content-inner {
    padding: 24px 30px
}

.service-item-2 .service-content .service-content-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    white-space: normal
}

.service-item-2 .service-content .title {
    font-size: var(--be-fs-h4);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {
    .service-item-2 .service-content .title {
        font-size: 24px
    }
}

.service-item-2 .service-content .title a {
    background: linear-gradient(var(--be-color-heading-primary) 0%, var(--be-color-heading-primary) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item-2 .service-content .title a:hover {
    color: var(--be-color-heading-primary);
    background-size: 100% 2px
}

.service-item-2 .service-content .service-btn {
    border-top: 1px solid rgba(20, 58, 43, 0.2);
    padding: 24px 30px
}

.service-item-2 .service-content .service-btn a {
    color: var(--be-color-heading-primary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.service-item-2 .service-content .service-btn a i {
    transform: rotate(-45deg)
}

.service-item-2:hover .service-thumb:after {
    left: 0;
    right: 0;
    opacity: 0
}

.service-item-2:hover .service-thumb img {
    transform: scale(1.04) rotate(0deg)
}

.service-item-2:hover .service-content {
    background-color: var(--be-color-theme-secondary)
}

@media only screen and (max-width:992px) {
    .service-left-content {
        margin-bottom: 50px
    }
}

.service-left-content .service-client-wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px
}

.service-left-content .service-client-wrap .desc {
    color: var(--be-color-common-white)
}

.service-carousel-wrap-2 {
    height: 800px;
    display: flex;
    align-items: center
}

@media only screen and (max-width:992px) {
    .service-carousel-wrap-2 {
        overflow: hidden
    }
}

.service-carousel-2 {
    height: 550px;
    max-width: 450px;
    width: 100%;
    overflow: visible
}

.service-carousel-2 .swiper-pagination {
    margin-bottom: 0;
    margin: 0
}

.service-carousel-2 .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    position: relative;
    right: -100px
}

.service-carousel-2 .swiper-pagination .swiper-pagination-bullet:before {
    background-color: var(--be-color-theme-secondary);
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.service-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #009959
}

.service-item-3 {
    background-color: #284E3F;
    padding: 45px;
    border-radius: 8px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .service-item-3 {
        padding: 30px 20px
    }
}

.service-item-3 .icon {
    margin-bottom: 25px
}

.service-item-3 .title {
    color: var(--be-color-common-white);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px
}

.service-item-3 .service-thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .service-item-3 .service-thumb {
        height: 170px
    }
}

.service-item-3 .service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-details {
    text-align: justify
}

.service-item-3 p {
    color: var(--be-color-common-white);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0
}

.service-details-img {
    height: 512px;
    max-width: 848px;
    width: 100%
}

@media only screen and (max-width:992px) {
    .service-details-img {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .service-details-img {
        height: 350px
    }
}

.service-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.service-details-content {
    /*max-width:848px;*/
    text-align: justify;
    width: 100%
}

.service-details-content .details-title {
    font-size: 48px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
    .service-details-content .details-title {
        font-size: 50px
    }
}
@media only screen and (min-width:992px) {
.swiper-arrow{
    
    opacity:0;
}

}

@media only screen and (max-width:767px) {
    .service-details-content .details-title {
        font-size: 30px
    }
}

.service-details-content p {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .service-details-content p {
        font-size: 15px
    }
}

.service-details-content .service-details-img-2 {
    height: 400px;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.service-details-content .service-details-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.service-details-content .service-details-img-2 .overlay {
    background-color: rgba(0, 64, 55, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.service-details-content .service-details-img-2 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.service-details-content .service-details-img-2 .play-btn a {
    background-color: var(--be-color-common-white);
    color: var(--be-color-heading-primary);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-details-content .details-title-2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .service-details-content .details-title-2 {
        font-size: 26px
    }
}

.product-groups .col-lg-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    /* spacing between product cards */
}

/* Each product card:3 per row on desktop */
.product-groups .col-lg-10>.row>.col-lg-4 {
    flex: 0 0 calc(33.333% - 1rem);
    /* 3 per row */
    max-width: calc(33.333% - 1rem)
}

/* Responsive:2 per row on tablets */
@media (max-width:992px) {
    .product-groups .col-lg-10>.row>.col-md-6 {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem)
    }
}

/* Full width on mobile */
@media (max-width:576px) {
    .product-groups .col-lg-10>.row>.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.product-card img {
    width: 100%;
    display: block
}

.product-card-body {
    padding: 15px;
    text-align: center
}

.product-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #143a2b
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15)
}

.service-sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px
}

.b_side_active {
    color: var(--be-color-theme-secondary) !important;
    cursor: text
}

.service-sidebar .sidebar-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #143a2b;
    margin-bottom: 15px
}

.service-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.service-sidebar-list li {
    margin-bottom: 10px
}

.service-sidebar-list li a {
    text-decoration: none;
    color: var(--be-color-theme-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: color 0.3s ease
}

.service-sidebar-list li a:hover {
    color: var(--be-color-theme-secondary)
}

.sidebar-title {
    color: var(--be-color-heading-primary) !important
}

.btn-custom {
    background-color: #D7F9F1;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase
}

.btn-custom:hover {
    background-color: #b5e6d9;
    color: #000
}

/* Optional:bullet styling */
.service-details-content ul {
    list-style: none;
    padding: 0
}

.service-details-content ul li::before {
    content: "■ ";
    color: var(--be-color-heading-primary);
    font-size: 0.9rem;
    margin-right: 6px
}

/*.service-sidebar{*/
/* background-color:var(--be-color-grey-1);*/
/* padding:30px;*/
/* border-radius:8px;*/
/*}*/
/*@media (max-width:1199px){*/
/* .service-sidebar{*/
/* padding:30px 15px;*/
/*}*/
/*}*/
/*.service-sidebar:not(:last-of-type){*/
/* margin-bottom:60px;*/
/*}*/
/*@media only screen and (max-width:767px){*/
/* .service-sidebar:not(:last-of-type){*/
/* margin-bottom:30px;*/
/*}*/
/*}*/
/*.service-sidebar .sidebar-title{*/
/* font-size:24px;*/
/* font-weight:600;*/
/* margin-bottom:20px;*/
/* position:relative;*/
/*}*/
/*.service-sidebar .sidebar-title:before{*/
/* background-color:var(--be-color-heading-primary);*/
/* content:"";*/
/* height:17px;*/
/* width:8px;*/
/* position:absolute;*/
/* top:50%;*/
/* left:-28px;*/
/* transform:translateY(-50%);*/
/*}*/
/*@media (max-width:1199px){*/
/* .service-sidebar .sidebar-title:before{*/
/* display:none;*/
/*}*/
/*}*/
/*.service-sidebar .service-sidebar-list{*/
/* list-style:none;*/
/*}*/
/*.service-sidebar .service-sidebar-list li:not(:last-of-type){*/
/* margin-bottom:8px;*/
/*}*/
/*.service-sidebar .service-sidebar-list li a{*/
/* font-family:var(--be-ff-heading);*/
/* background-color:var(--be-color-common-white);*/
/* display:flex;*/
/* align-items:center;*/
/* justify-content:space-between;*/
/* font-size:18px;*/
/* font-weight:600;*/
/* padding:15px 25px;*/
/* border-radius:8px;*/
/* overflow:hidden;*/
/* border:1px solid rgba(0,64,55,0.2);*/
/*}*/
/*@media (max-width:1199px){*/
/* .service-sidebar .service-sidebar-list li a{*/
/* padding:15px;*/
/* font-size:16px;*/
/*}*/
/*}*/
/*.service-sidebar .service-sidebar-list li a i{*/
/* color:var(--be-color-heading-primary);*/
/*}*/
/*.service-sidebar .service-sidebar-list li a:hover{*/
/* background-color:var(--be-color-theme-secondary);*/
/* color:var(--be-color-text-black);*/
/*}*/
/*.service-sidebar .service-sidebar-list li a:hover i{*/
/* color:var(--be-color-text-black);*/
/*}*/
/*.service-sidebar.sidebar-cta{*/
/* background-color:transparent;*/
/* padding:0;*/
/* overflow:hidden;*/
/*}*/
/*.service-sidebar.sidebar-cta .sidebar-img{*/
/* height:450px;*/
/* width:100%;*/
/* position:relative;*/
/*}*/
/*@media only screen and (max-width:992px){*/
/* .service-sidebar.sidebar-cta .sidebar-img{*/
/* max-width:408px;*/
/*}*/
/*}*/
/*.service-sidebar.sidebar-cta .sidebar-img img{*/
/* width:100%;*/
/* height:100%;*/
/* object-fit:cover;*/
/* border-radius:8px;*/
/*}*/
/*.service-sidebar.sidebar-cta .sidebar-img .overlay{*/
/* background:linear-gradient(180deg,rgba(0,64,55,0) 0%,#004037 100%);*/
/* width:100%;*/
/* height:100%;*/
/* position:absolute;*/
/* bottom:0;*/
/* left:0;*/
/* border-radius:8px;*/
/*}*/
/*.service-sidebar.sidebar-cta .content{*/
/* position:absolute;*/
/* left:30px;*/
/* bottom:40px;*/
/*}*/
/*.service-sidebar.sidebar-cta .content .service-cta-title{*/
/* font-size:28px;*/
/* font-weight:600;*/
/* color:var(--be-color-common-white);*/
/*}*/
/*.service-sidebar.sidebar-cta .content a{*/
/* color:var(--be-color-common-white);*/
/* font-size:18px;*/
/* font-weight:500;*/
/* opacity:0.9;*/
/*}*/
.preloader span {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    overflow-x: hidden
}

.site-name {
    background-color: #111
}

.preloader-gutters {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex
}

.preloader-overlay {
    background-color: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateX(-100%);
    opacity: 0.2
}

.preloader {
    width: 100%;
    height: 100vh;
    position: relative;
    --preloader-clip: 0;
    clip-path: inset(0 0 0 var(--preloader-clip));
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000
}

.site-name {
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0
}

@media only screen and (max-width:767px) {
    .site-name span {
        font-size: 40px
    }
}

.preloader-gutters .bar {
    width: 12.5%;
    height: 100%;
    background: transparent;
    position: relative
}

.preloader-gutters .inner-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--be-color-theme-secondary)
}

.footer {
    background: var(--be-color-theme-primary)
}

.footer .btn.btn-social {
    margin-right: 5px;
    color: var(--be-color-grey-1);
    border: 1px solid var(--be-color-grey-1);
    border-radius: 38px;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--be-ff-secondary);
    border-color: var(--be-color-heading-primary)
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--be-color-grey-1);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    color: var(--be-color-grey-1);
    letter-spacing: 1px;
    box-shadow: none
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .copyright a {
    color: var(--light)
}

.footer .copyright a:hover {
    color: var(--primary)
}

.fp {
    color: var(--be-color-grey-1)
}

/* Navbar container */
.b_navbar {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.6);
    /* transparent white */
    backdrop-filter: blur(8px);
    /* frosted glass effect */
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    z-index: 1000
}

/* Scrolled state */
.b_navbar.scrolled {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 8px 30px;
    border-radius: 0;
    top: 0
}

/* Logo */
.b_logo img {
    height: 40px
}

.b_navbar.scrolled .b_logo img {
    height: 45px
}

/* Nav links */
.b_nav_links {
    display: flex;
    list-style: none;
    gap: 25px;
    transition: all 0.6s ease
}

.b_nav_links li {
    opacity: 1;
    transition: opacity 0.6s ease
}

/* Fade out on scroll */
@media (min-width:769px) {
    .b_nav_links.b_hidden li {
        opacity: 0
    }
}

.b_nav_links li a {
    position: relative;
    text-decoration: none;
    color: var(--be-color-theme-primary);
    font-weight: 700;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 5px 0;
    font-size: clamp(14px, 2vw, 18px);
    /* min:14px,scale with screen,max:18px */
}

.b_nav_links li a {
    font-size: 16px;
    /* default for desktop */
}

@media (max-width:992px) {
    .b_nav_links li a {
        font-size: 15px
    }
}

@media (max-width:768px) {
    .b_nav_links li a {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .b_nav_links li a {
        font-size: 13px
    }
}

/* Underline effect */
.b_nav_links li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background: var(--be-color-theme-secondary);
    transition: transform 0.4s ease
}

.b_nav_links li a:hover::after,
.b_nav_links li a.b_active::after {
    transform: translateX(-50%) scaleX(1)
}

.b_nav_links li a:hover,
.b_nav_links li a.b_active {
    color: var(--be-color-heading-primary)
}

/* Contact button */
.b_contact_btn {
    padding: 5px 8px;
    border: 1px solid var(--be-color-theme-secondary);
    border-radius: 6px;
    text-decoration: none;
    color: var(--be-color-theme-primary);
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    background: unset;
    cursor: pointer
}

.b_contact_btn:hover {
    color: var(--be-color-common-white);
    background-color: var(--be-color-heading-primary)
}

/* Burger menu */
.b_burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px
}

.b_burger span {
    width: 25px;
    height: 3px;
    background: var(--be-color-common-black);
    border-radius: 2px
}

.b_navbar.scrolled .b_burger span {
    background-color: var(--be-color-theme-secondary)
}

/* Mobile view */
@media (max-width:768px) {
    .b_nav_links {
        position: absolute;
        top: 65px;
        right: 20px;
        background: var(--be-color-common-white);
        flex-direction: column;
        width: 220px;
        padding: 15px;
        border-radius: 12px;
        display: none
    }

    .b_navbar.scrolled .b_nav_links {
        background: var(--be-color-theme-secondary)
    }

    .b_nav_links.b_active {
        display: flex
    }

    .b_burger {
        display: flex
    }

    .b_contact_btn {
        display: none
    }
}

/* products cards */
.product-card {
    /*border: 1px solid #e0e0e0;*/
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s;
    /*background-color: #fff;*/
    text-align: center;
    cursor: pointer
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    /*background-color: #f7f7f7*/
}

.product-card-body {
    padding: 15px;
    /*background-color: var(--be-color-theme-secondary);*/
    /* Orange bottom bar */
    /*color: #fff;*/
    min-height: 68px
}

.product-card-body h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--be-color-theme-primary)
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1)
}

/*scroll to top btn*/
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    z-index: 1000;
    /* use your color variable here */
    background: var(--be-color-heading-primary);
    color: #fff;
    /* icon color */
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    /* hide initially (will be toggled via JS) */
    opacity: 0;
    transform: translateY(8px) scale(.95);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s cubic-bezier(.2, .9, .2, 1)
}

/* visible state */
.scroll-top.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto
}

/* hover + focus styles for accessibility */
.scroll-top:hover,
.scroll-top:focus {
    filter: brightness(0.95);
    outline: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18)
}

/* keyboard focus ring */
.scroll-top:focus-visible {
    box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.14), 0 10px 26px rgba(0, 0, 0, 0.18)
}

/* SVG icon inherits button color via currentColor */
.scroll-top svg {
    display: block;
    color: #fff
}

/* small-screen adjustments */
@media (max-width:420px) {
    .scroll-top {
        right: 12px;
        bottom: 16px;
        width: 44px;
        height: 44px
    }
}

@media only screen and (max-width:992px) {
    .pt-120 {
        padding-top: 70px
    }
    
    .abt-response{
            justify-content: center!important;
    }
}

@media only screen and (max-width:767px) {
    .pt-120 {
        padding-top: 60px
    }
}

/*# sourceMappingURL=main.css.map */