:root {
    --main-color: #BF9056;
    --secondary: #1F242C;
    --white: #fff;
    --white-2: #E3E3E3;
    --black: #000;
    --black-2: #252525;
    --black-3: #1F242C;
    --black-4: #232323;
    --black-5: #2B2B5E;
    --gray: #616161;
    --gray-2: #F4F5FA;
    --gray-3: #333F4D;
    --gray-4: #82828A;
    --gray-5: #3C4958;
    --gray-6: #757474;
    --blue: #0058AA;
    --blue-2: #064BB5;
    --yellow: #B8FB5E;
    --yellow-2: #D8FF36;
}
.space-10{padding-top: 10px;}
.space-20{padding-top: 20px;}
.space-30{padding-top: 30px;}
.space-40{padding-top: 40px;}
.space-50{padding-top: 50px;}
.space-60{padding-top: 60px;}
.space-70{padding-top: 70px;}
.space-80{padding-top: 80px;}
.space-90{padding-top: 90px;}
.space-100{padding-top: 100px;}


.finesse-hr
{
    border-color: #BF9056;
}
p
{

}
.paragraph-lg
{
    color: #1E1D1D;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;

}
body
{
    color: #232323;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px ;
}
.text-red{color: #BF9056;}


.bg-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-white
{
    color: #000000;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 35px !important;
    background: #ffffff;
    border-radius: 4px;
    height: auto !important;
    display: inline-block;
    transition: all .3s;
}
.btn-white:hover
{
    color: #ffffff;
    font-size: 16px;
    background: #2f2a22;
    border: 1px solid #2f2a22;
    transition: all .3s;
}
.bg-light {background: #F4F4F4;}

/* button style */

.hero__left-4 a {
    color: #111111;
    margin-top: 35px;
    margin-left: 75px;
    border-color: #111111;
    border-radius: 5px !important;
}
.hero__left-4 a:before {
    border-radius: 5px !important;
}

.tt-btn-brown {
    padding: 13px 35px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #6c887f;
    text-decoration: none;
    border-radius: 5px !important;
    color: #ffffff;
    background: #6c887f;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .5px;
    transition: all .3s;
}
.tt-btn-brown:hover
{
    background: #120e0b;
    color: #ffffff;
    border: 1px solid #120E0B;
    text-decoration: none;
    letter-spacing: .5px;
    transition: all .3s;
}
    /* button style end */


.section-title
{
    font-family: "Raleway",sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: 800;
    line-height: 58px;

}
.title-support
{
    color: #6c887f;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

}




   .scroll-top {
       position: fixed;
       width: 50px;
       height: 50px;
       background: linear-gradient(to top, var(--main-color-one) 0%, var(--secondary) 25%, var(--main-color-one) 50%, var(--secondary) 75%, var(--main-color-one) 100%);
       background-size: 400% 400%;
       right: 20px;
       bottom: 0;
       font-size: 18px;
       color: var(--white);
       border: none;
       border-radius: 3px;
       cursor: pointer;
       z-index: 99;
       opacity: 0;
       visibility: hidden;
       transition: all 0.7s;}


.scroll-top.showed {
     bottom: 20px;
     opacity: 1;
     visibility: visible;
    background: #6c887f;
    border-radius: 100%;
 }

.scroll-top:hover {
     bottom: 20px;
     opacity: 1;
     visibility: visible;
     background-position: 100% 100%;
}


.fa-phone
{
    transform: rotate(90deg) !important;
}
.header-contacts-ul {
    list-style: none;
    display: block;
    padding-left: 0;
    width: 100%;
}
.header-contacts-ul li {
    list-style: none;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}
.header-contacts-ul li:after
{
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    right: -15px;
    top: 10px;
}
.header-contacts-ul li:last-child:after
{
    display: none;
}
.header-contacts-ul li a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.header-contacts-ul li a:hover
{
    color: #2f2a22;
    transition: all .3s;
}
.top-header-link-ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.top-header-link-ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.top-header-link-ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: initial;
    position: relative;
    transition: all .3s;
}
.top-header-link-ul li a:hover
{
    color: #2f2a22;
    transition: all .3s;
}
.top-header-link-ul li:last-child
{
    margin-right: 0;
    margin-left: 20px;
    position: relative;
}
.top-header-link-ul li:last-child a span
{
    font-size: 14px;
    position: relative;
    top: -1px;
}
.top-header-link-ul li:last-child:before
{
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    left: -20px;
    top: 8px;
}

.section-padding{padding: 100px 0;}
.section-padding-medium{padding: 60px 0;}
.section-padding-small{padding: 30px 0;}

.text-black{color: #000000;}
.text-white{color: #ffffff;}
.text-orange{color: #6c887f;}


.font-12{font-size: 12px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}
.font-26{font-size: 26px;}
.font-28{font-size:28px;}
.font-30{font-size: 30px;}

.btn-light-outline
{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 16px 22px;
    display: inline-block;
    letter-spacing: 1.6px;
    color: #222222;
    text-transform: uppercase;
    border: 1px solid currentColor;
}
.btn-light-outline:before
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: "";
    border-radius: 6px;
    background: #6c887f;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.rounded-img
{
    border-radius: 15px;
}

/* founder */
.founder-img img
{
    border-radius: 5px;
}
.founder-img
{
    position: relative;
    border-radius: 5px;
    float: right;
    z-index: 2;
    margin-right: 35px;
}
/*.founder-img:before
{
    content: '';
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 350px;
    height: 350px;
    display: block;
    z-index: -1;
    background: transparent;
    border: 40px solid #6C887F;
    border-radius: 100%;
}*/
.bg-title
{
   /* background: #BF9056;
    padding: 6px 15px;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;*/
    color: #6c887f;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
}
.section-img-two
{
    position: relative;
    overflow: hidden;
}
.section-img-two:before
{
    content: '';
    position: absolute;
    right: 0;
    top: 120px;
    width: 50%;
    height: 55%;
    background-image: url("../images/about-one.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-img-two:after
{
    position: absolute;
    bottom: 150px;
    right: -60px;
    content: '';
    width: 190px;
    height: 190px;
    background: transparent;
    border: 40px solid #6C887F;
    opacity: 40%;
}

/* founder end */



/* product */
.product-col-wrapper
{
    margin-bottom: 40px;
}
.product-col-wrapper:hover
{
    cursor: pointer;
}
.product-col-wrapper:hover .product-img-col:after
{
    background: rgba(0, 0, 0, 0.06);
    transition: all .3s;
}
.product-img-col {
    height: 255px;
    border-radius: 10px;
    max-height: 255px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product-img-col:after
{
    content: '';
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .3s;
}
.product-content-col p
{
    color: #1E1D1D;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px /* 187.5% */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.product-content-col h4
{
    color: #1E1D1D;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-link-icon-col {
    width: 50px;
    height: 60px;
    border-radius: 30px 30px 0 0;
    background: #6c887f;
    text-align: center;
    display: flex;
    padding: 10px 0 0 0;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 2;
    transition: all .3s;
}
.product-col-wrapper:hover .product-link-icon-col
{
    background: #000000;
    transition: all .3s;
}

.product-modal
{
    border-radius: 0 !important;
}
.product-modal .modal-header
{
    border: none !important;
    padding: 30px 30px;
}
.product-modal .modal-body
{
    padding: 20px 70px 50px 70px;
    text-align: center;
}
.product-modal .modal-body h2
{
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    line-height: 38px;
    color: #6c887f;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.product-modal .modal-body .product-modal-img
{
    border: 5px solid #ffffff;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
}
.modal-hr
{
    border-color: #6c887f;
    border-width: 1px !important;
    margin: 10px 0px 15px 0px;
}
    /* product end */




/* gallery */
/* Styles the thumbnail */

a.lightbox img {
    height: auto;
    width: 100%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;

}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    overflow:hidden;
    z-index: 999999;
}

.lightbox-target:target img {
    max-height: 90%;
    max-width: 90%;
}

.lightbox-target:target a.lightbox-close {
    top: 0;
}
/* gallery end */





/* cursor style */

.cursor {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #6c887f;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .3s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .3s forwards;
    border: 1px solid #000;
}
/* cursor style end */






/* section enquiry */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.section-enquiry-container
{
    position: relative;
}
input[type=number] {
    -moz-appearance: textfield;
}
.enquiry-main-col {
}
.enquiry-main-col .form-group
{
    display: block;
    margin-bottom: 20px;
}
.enquiry-main-form .form-control
{
    border: 1px solid #ffffff;
    background: transparent;
    padding: 11px 15px;
    border-radius: 0;
    height: 58px;
    font-size: 15px;
    color: #ffffff;
    transition: all .3s;
}
.enquiry-main-form .form-control::placeholder
{
    color: rgba(255, 255, 255, 0.6) !important;
}
.enquiry-main-form .form-control:focus
{
    outline: none !important;
    border-bottom: 1px solid #ffffff;
    box-shadow: none !important;
    transition: all .3s;
}
/* section enquiry end */




/* footer */
.footer-dark
{
    padding: 90px 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.quick-link-ul
{
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 0;
}
.quick-link-ul li
{
    margin-bottom: 10px;
}
.quick-link-ul li a
{
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    transition:  all .3s;
}
.quick-link-ul li a:hover
{
    color: #6c887f;
    transition:  all .3s;
}
.footer-title
{
    font-family: 'Raleway',sans-serif;
    margin-bottom: 10px;
    line-height: 30px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;

}
.footer-contact-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    border-radius: 5px;
    min-width: 35px;
    height: 40px;
}
.footer-contact-text
{
    padding-left: 15px;
}
.footer-contact-text a
{
    font-family: 'Barlow',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px /* 166.667% */;
    transition:  all .3s;
}
.footer-contact-text a:hover
{
    color: #6c887f;
    transition:  all .3s;
}
.footer-bottom
{
    border-top: 1px solid #363A42;
    padding: 30px 0;
    margin-top: 70px;
}
/*.footer-social-ul
{
    display: flex;
    list-style: none;
    padding: 0;
}*/
.footer-social-ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.footer-social-ul li
{
    margin-right: 20px;
}
.footer-social-ul li a
{
    padding: 0px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
}
.footer-social-ul li a svg
{
    height: 32px;
    width: 32px;
}
.footer-social-ul li a:hover
{
    color: #6c887f;
    transition:  all .3s;
}
/* footer end */

/* inner banner */
.inner-banner {
    padding: 170px 0 70px 0;
    background-color: gainsboro;
}
.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    display: block;
}
.z-index-2 {
    z-index: 2;
}
.banner-breadcrumb {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.banner-breadcrumb li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.banner-breadcrumb li a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
.banner-breadcrumb li a:after {
    position: absolute;
    right: -15px;
    top: 8px;
    content: '';
    width: 6px;
    height: 6px;
    background: transparent;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(224deg);
}
.banner-breadcrumb li:last-child
{
    margin-right: 0;
}
.banner-breadcrumb li:last-child a:after
{
    display: none;
}
.banner-breadcrumb li a.active {
    color: #6c887f;
}
.banner-title {
    font-size: 44px !important;
    color: #FFF !important;
    margin-bottom: 10px !important;
    line-height: 40px !important;
    font-weight: 700;
    font-family: "Raleway",sans-serif;
}
/* inner banner end */




/* gallery page */
.demo-gallery > ul {
    padding-left: 0;
    width: 100%;
    margin: 0;
}

.demo-gallery > ul > li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 0;
    list-style: outside none none;
    min-height: 320px;
    max-height: 320px;
}

.demo-gallery > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
/* gallery page end */


.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 2px 4px 1px #00000024;
    z-index: 100;
    line-height: 52px;
    transition: all .3s;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.bounce {
    animation: bounce 2s infinite;
}





@media screen and (min-width: 320px) and (max-width: 768px){
    .section-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
    }
    .paragraph-lg {
        color: #232323;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .section-img-two:before
    {
        display: none;
    }
    .section-img-two {
        position: relative;
        overflow: hidden;
        padding-top: 10px !important;
    }
    .product-img-col {
        height: 190px;
        border-radius: 10px;
        max-height: 190px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
    .main_header_area .navigation .nav-header .nav-brand .logo-white {
        display: inline-block;
        transition: all .3s;
        min-height: 30px;
        max-height: 30px;
    }
    .main_header_area .navigation .nav-header .nav-brand .logo-dark {
        display: none;
        transition: all .3s;
        min-height: 30px;
        max-height: 30px;
    }
    .about-img-two {
        position: absolute;
        right: -50px;
        bottom: -80px;
        min-width: 150px;
        max-width: 150px;
        border-radius: 15px;
        border: 6px solid #FFFFFF;
    }
    .about-img-one:after, .about-content:after, .approach-img:after
    {
        display: none;
    }
    .about-year .year h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }
    .about-year .year-text p {

        font-size: 14px;
        font-weight: 600;
    }
    .about-year {
        display: flex;
        align-items: center;
        width: 170px;
        background: #fff;
        padding: 13px 15px;
        border-radius: 15px;
        position: absolute;
        right: -50px;
        top: 30px;
        justify-content: center;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    }
    .section-padding {
        padding: 70px 0;
    }
    .approach-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        position: absolute;
        top: -18px;
        display: inline-block;
        padding: 3px 7px;
        left: 30px;
        z-index: 0;
    }
    .approach-col {
        border-radius: 15px;
        padding: 25px 20px 20px 20px;
        border: 1px solid #6c887f;
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }
    .approach-count {
        color: #6c887f;
        font-size: 50px;
        font-weight: 900;
        opacity: 0.2;
        position: absolute;
        left: 40px;
        top: -40px;
        z-index: 1;
    }
    .approach-img {
        position: relative;
        margin-bottom: 45px;
    }
    .about-img-one {
        max-width: 84%;
        height: auto;
        min-width: 84%;
        position: relative;
        margin-bottom: 60px;
    }
    .contact-form-wrapper {
        padding: 40px 40px;
        background: #fff1f0;
        border-radius: 15px;
    }
    .section-featured-products:after {
        position: absolute;
        top: 30px;
        content: '';
        right: 10%;
        display: flex;
        width: 70px;
        object-fit: contain;
        align-items: center;
        justify-content: center;
        background-image: url(../images/shape-01.png);
        height: 70px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .custom-slider {
        width: 90%;
        margin: auto;
    }
    .custom-box .product-card-title
    {
        font-size: 22px;
    }
    .enquiry-main-col {
        padding: 0px 25px;
        border-radius: 10px;
    }
    #about
    {
        overflow: hidden;
    }
    .quick-link-ul li a {
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-decoration: none;
        color: #fff;
        transition: all .3s;
    }
    .banner-title {
        font-size: 30px !important;
        color: #FFF !important;
        margin-bottom: 10px !important;
        line-height: 40px !important;
        font-family: 'Barlow Condensed', sans-serif;
    }
    .banner-breadcrumb li a {
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 400;
        position: relative;
    }
    .inner-banner {
        padding: 110px 0 30px 0;
        background-color: gainsboro;
    }
    .team-cards .team-card {
        position: relative;
        text-align: left;
        margin-bottom: 25px;
        margin-left: 15px;
    }
    .team-wrapper {
        display: block;
        background: white;
        transition: 0.5s ease;
        padding: 30px 25px;
        box-shadow: 0px 6px 25px 3px #22222221;
        margin-bottom: 20px;
        border-radius: 6px;
    }
    .team-wrapper img {
        margin-bottom: 15px;
    }



    .cursor {
        display: none;
    }

    .expand {
        display: none;
    }
    .header-contacts-ul li a
    {
        font-size: 11px !important;
    }
    .founder-img {
        position: relative;
        border-radius: 5px;
        float: right;
        z-index: 2;
        margin-right: 0px;
    }
   /* .founder-img:before {
        content: '';
        position: absolute;
        left: 150px;
        bottom: -60px;
        width: 210px;
        height: 210px;
        display: block;
        z-index: -1;
        background: transparent;
        border: 30px solid #6C887F;
        border-radius: 100%;
    }*/
    .bg-title {
        padding: 0;
        color: #6c887f;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 4px;
    }
    .product-modal .modal-body {
        padding: 10px 20px 40px 20px;
        text-align: center;
    }
    .demo-gallery > ul > li {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 0;
        list-style: outside none none;
        min-height: 180px;
        max-height: 180px;
    }
}