/* 
    font-family:'Verveine Regular';
    font-weight:normal;
*/
@font-face {
    font-family: 'Verveine Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Verveine Regular'), url('../fonts/VerveineRegular.woff') format('woff');
    font-display: swap;
}

*:focus {
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #524b32;
    line-height: 29px;
    overflow-x: hidden;
    background-color: #fbf9f5;
    text-rendering: optimizeLegibility;
}

p {
    margin-bottom: 25px;
}

b,
strong {
    font-weight: 400;
}

small {
    color: #999;
    font-size: 16px;
}

a {
    color: #81bf2d;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

a:hover {
    color: #0e4407;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #0e4407;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
}

h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
}

h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.titlelarge {
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
input[type="tel"],
input[type="date"],
select {
    box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    -ms-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0px;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    background-image: none;
    background: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-moz-outer-spin-button,
input[type=number]::-moz-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px 7px;
    color: #000 !important;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    text-overflow: ellipsis;
}

.form-group {
    border-bottom: 1px solid #999999;
}

select.form-control {
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.form-group {
    margin-bottom: 0px;
    text-align: left;
}

.form-control:focus {
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #524b32;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::placeholder {
    color: #999;
}

.form-control:focus::-webkit-input-placeholder {
    color: #524b32;
}

.form-control:focus::-moz-placeholder {
    color: #524b32;
}

.form-control:focus:-ms-input-placeholder {
    color: #524b32;
}

.form-control:focus::-ms-input-placeholder {
    color: #524b32;
}

.form-control:focus::placeholder {
    color: #524b32;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

sup {
    font-size: 16px;
    color: #000;
    top: -1px;
    left: 1px;
}

textarea.form-control {
    resize: none;
    height: 100px;
}

button,
button[type="submit"],
input[type="submit"] {
    border: none;
}

button:focus {
    outline: none;
}

.btn-theme {
    background-color: transparent;
    padding: 0px 0px 4px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #524b32;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    line-height: 24px;
    vertical-align: top;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    cursor: pointer;
}

.btn-theme::before,
.btn-theme::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
}

.btn-theme:before {
    background-color: #524b32;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.btn-theme:after {
    background-color: #81bf2d;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.btn-theme:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.btn-theme:hover:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.btn-theme:hover {
    color: #81bf2d;
}

.btn-theme input[type="submit"],
.btn-theme input[type="button"] {
    font-family: 'IBM Plex Sans', sans-serif !important;
    color: #524b32;
    transition: 0.3s ease;
    border: none;
    background-color: transparent;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn-theme:hover input[type="submit"],
.btn-theme:hover input[type="button"] {
    color: #81bf2d;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white::after {
    color: #fff;
}

.btn-white:hover {
    border-color: #81bf2d;
    background-color: #81bf2d;
    color: #fff;
}

.btn-white:hover::after {
    right: 25px;
    color: #fff;
}

.btn-theme-tab {
    background-color: transparent;
    padding: 0px 0px 4px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #524b32;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    line-height: 24px;
    vertical-align: top;
    font-size: 22px;
    font-family: 'IBM Plex Sans', sans-serif;
    cursor: pointer;
}

.btn-theme-tab::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
}

.btn-theme-tab:before {
    background-color: #81bf2d;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.btn-theme-tab:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.btn-theme-tab:hover {
    color: #81bf2d;
}

.circleiconbtn {
    background-color: transparent;
    color: #524b32;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circleiconbtn:hover {
    background-color: #81bf2d;
    color: #fff;
    border: 2px solid #81bf2d;
}

.btn-link-arrow {
    display: inline-block;
    color: #524b32;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1;
    padding-bottom: 5px;
    overflow: hidden;
}

.btn-link-arrow:hover {
    color: #81bf2d;
}

.btn-link-arrow:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #81bf2d;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.btn-link-arrow:hover:after {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
}

.top-border {
    border-top: 1px solid #ddd;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.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-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-250 {
    margin-bottom: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-100 {
    padding-top: 100px;
}

.list-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.list-item li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-item li::before {
    content: '';
    background: url(../images/bullet-blue.svg) no-repeat center center;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 9px;
    top: 10px;
}

.help-block-error {
    color: red;
    font-size: 15px;
}

.txt-right {
    text-align: right;
}

.headblack {
    color: #000;
}

/*common css end*/
html,
body {
    min-height: 100%;
}

/* header css start */
.main {
    width: 100%;
    display: block;
    overflow: hidden;
    min-height: 100%;
}

.mainheader {
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.mainheader.sticky,
.mainheader.mobilesticky {
    background-color: #fbf9f5;
}

.mainheader nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.logo a {
    display: inline-block;
    vertical-align: top;
}

.topoffset {
    padding-top: 100px;
}

.logo {
    margin-right: 50px;
    padding: 15px 0px;
}

.logo a span {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: url(../images/bonasila-plant-happiness.svg) no-repeat;
    width: 150px;
    height: 48px;
    background-position: 0px -11px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    margin-top: 3px;
}

.mainheader.sticky .logo span,
.mainheader.mobilesticky span {
    background-position: 0px -65px;
}

.logo img {
    -webkit-transition: width ease 0.3s;
    -o-transition: width ease 0.3s;
    transition: width ease 0.3s;
    display: inline-block;
    vertical-align: top;
}

.black-overlay {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    position: fixed;
    right: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    display: none;
}

.rightheadericon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0px;
}

a.whatsappicon {
    width: 42px;
    height: 42px;
    position: relative;
    text-align: center;
    line-height: 36px;
}

a.whatsappicon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #897d52;
    border-radius: 50%;
    transform: scale3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    z-index: 0;
    opacity: 1
}

a.whatsappicon span {
    margin-left: 1px;
    margin-top: 1px;
    transition: 0.3s ease;
    background-image: url(../images/whatsapp-logo.svg);
    background-repeat: no-repeat;
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

a.whatsappicon:hover {
    color: #fff;
}

a.whatsappicon:hover span {
    background-image: url(../images/whatsapp-logo-hover.svg);
}

a.whatsappicon:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.headercol {
    position: relative;
}

.rightfixedcol {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s linear;
}

.rightfixedcol ul {
    width: 42px;
}

.rightfixedcol ul li {
    position: relative;
    margin-bottom: 3px;
}

.rightfixedcol ul li a {
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
    color: #524b32;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: #e7e5da;
    font-size: 16px;
    position: relative;
}

.rightfixedcol ul li:nth-of-type(even) a {
    background-color: #dae0bc;
}

.rightfixedcol ul li .floatingcol a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0px 20px;
    transition: all 0.2s linear;
    display: inline-block;
}

.rightfixedcol ul li .floatingcol a:hover {
    background-color: #81bf2d;
    color: #fff;
}

.rightfixedcol ul li .floatingcol {
    padding-right: 3px;
    visibility: hidden;
    white-space: nowrap;
    text-align: right;
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 0px;
    z-index: -1;
    transition: all 0.3s linear;
    height: 100%;
}

.rightfixedcol ul li:hover .floatingcol {
    opacity: 1;
    right: 100%;
    visibility: visible;
}

/* header css start End */

/* Menu css */

/*.navmenu{display: none;}*/
.navmenu>ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navmenu>ul>li {
    list-style: none;
    padding: 26px 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.navmenu>ul>li>a {
    line-height: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
}

.mainheader.sticky .navmenu>ul>li>a,
.mainheader.sticky .navmenu>ul>li>a::after {
    color: #524b32;
}

.navmenu>ul>li>a::after {
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: -20px;
    bottom: 4px;
}

.navmenu>ul>li>a::before {
    content: '';
    background-color: #81bf2d;
    height: 2px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.navmenu>ul>li:hover>a::after,
.mainheader.sticky .navmenu>ul>li:hover>a::after {
    transform: rotate(-180deg);
    color: #81bf2d;
}

.navmenu>ul>li>a:hover::before,
.navmenu>ul>li:hover>a::before,
.mainheader.sticky .navmenu>ul>li:hover>a::before {
    width: 100%;
    opacity: 1;
}

.navmenu>ul>li>a:hover,
.navmenu>ul>li>a:hover::after,
.mainheader.sticky .navmenu>ul>li>a:hover,
.mainheader.sticky .navmenu>ul>li>a:hover::after,
.navmenu>ul>li:hover>a,
.mainheader.sticky .navmenu>ul>li:hover>a {
    color: #81bf2d;
}

.megamenu {
    display: none;
    top: 100%;
    transform-origin: top left;
    z-index: -1;
    margin-top: 0px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0px;
    width: 100%;
    transition: all 0.3s ease;
}

.navmenu>ul>li:hover .megamenu {
    display: inline-block;
}

.menudropbg {
    background-color: #fbf9f5;
    padding: 40px 72px 30px;
    transition: all 0.3s ease;
}

.bordercolmenu {
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d1c9ac;
    padding-bottom: 28px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.titleleftcol {
    width: 50%;
}

.titleleftcol a {
    font-size: 26px;
    color: #897d52;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 3px;
}

.titleleftcol a::before {
    content: '';
    background-color: #81bf2d;
    height: 2px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.titleleftcol a:hover {
    color: #81bf2d;
}

.titleleftcol a:hover::before {
    opacity: 1;
    width: 100%;
}

.megamenu small {
    display: block;
    color: #524b32;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.dropmenucol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropmenucol>ul {
    width: 50%;
    display: inline-block;
    position: relative;
}

.dropmenucol>ul>li {
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.navmenu>ul>li:hover .dropmenucol>ul>li {
    opacity: 1;
}

.dropmenucol>ul>li>a {
    font-size: 26px;
    position: relative;
    color: #897d52;
    font-weight: 500;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.dropmenucol>ul>li>a sup {
    font-size: 10px;
    color: #897d52;
    top: -8px;
    left: 2px;
}

.dropmenucol>ul>li>a:hover sup,
.dropmenucol>ul>li:hover a sup {
    color: #81bf2d;
}

.dropmenucol>ul>li>a::before {
    content: '';
    background-color: #81bf2d;
    height: 2px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.dropmenucol>ul>li>a:hover,
.dropmenucol>ul>li:hover>a {
    color: #81bf2d;
}

.dropmenucol>ul>li>a:hover::before,
.dropmenucol>ul>li:hover>a::before {
    opacity: 1;
    width: 100%;
}

.dropmenucol>ul>li:hover .dropsubmenu {
    opacity: 1;
    z-index: 0;
}

.dropsubmenu {
    position: absolute;
    left: 100%;
    transition: all 0.5s ease;
    top: 0px;
    opacity: 0;
    width: 60%;
    z-index: -1;
}

.dropsubmenu>ul {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    min-height: 252px;
}

.dropsubmenu>ul li {
    margin-bottom: 5px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.submenufull .dropsubmenu>ul li {
    width: 100%;
}

/* .dropsubmenu > ul li:last-child{margin-bottom: 0px;} */
.dropsubmenu>ul li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    color: #524b32;
    position: relative;
}

.dropsubmenu>ul li a::before {
    content: '';
    background-color: #81bf2d;
    height: 2px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
}

.dropsubmenu>ul li a:hover {
    color: #81bf2d;
}

.dropsubmenu>ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.dropsubmenu a.btn-theme {
    font-size: 20px;
}

.calltotalk {
    width: 25%;
}

.bordercolmenu .social {
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%;
}

.bordercolmenu .social li {
    line-height: normal;
}

.bordercolmenu .social li a {
    font-size: 16px;
    line-height: 28px;
}

.bordercolmenu .social li:last-child {
    margin-right: 0px;
}

a.mobile-menu-icon {
    display: none;
}

.menuplanterbottom,
.navbartoggle,
.navbarclose {
    display: none;
}

.navbartoggle,
.navbarclose {
    margin-right: 20px;
    background-size: 18px;
    width: 38px;
    height: 38px;
    background: url(../images/navbar.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    z-index: 1;
}

.navbarclose {
    background: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.sub-menu-arrow {
    display: none;
}

.calltoactioncol {
    display: block;
    margin-top: 15px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.calltoactioncol a {
    overflow: hidden;
    font-family: 'Verveine Regular';
    font-weight: normal;
    color: #81bf2d;
    font-size: 26px;
    position: relative;
    display: inline-block;
    padding-left: 2px;
}

.calltoactioncol a img {
    opacity: 0.8;
}

.calltoactioncol a::before {
    background-color: #81bf2d;
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0px;
    content: '';
    left: -5px;
    transition: 0.3s ease;
}

.calltoactioncol a:hover::before {
    width: 100%;
    left: 0px;
}

.calltoactioncol a i {
    font-size: 18px;
}

.menupopform {
    overflow-x: hidden;
    overflow-y: auto;
}

.menubackarrow {
    display: none;
    color: #81bf2d;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.menupopform .modal-content button.close {
    right: 10px;
    top: 10px;
    color: #897d52;
    z-index: 10;
}

.menupopform .modal-body {
    padding: 50px 0px 0px;
    min-height: 700px;
}

.popupspace>[class*="col-"] {
    margin-bottom: 35px;
}

.popupspace>[class*="col-"]:first-child,
.popupspace>[class*="col-"]:last-child,
.popupspace>[class*="col-"]:last-child p {
    margin-bottom: 0px;
}

.menupopform .btn-theme input[type="submit"] {
    color: #524b32;
    transition: 0.3s ease;
    border: none;
    background-color: transparent;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
}

.menupopform .btn-theme:hover input[type="submit"] {
    color: #81bf2d;
}

.menupopform strong {
    font-size: 24px;
    font-weight: 500;
    color: #897d52;
    margin-bottom: 15px;
    display: block;
}

.subtoggle {
    display: none;
}

.plantervector {
    right: -50%;
    position: absolute;
    top: 60px;
    min-width: 250px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
}

.dropsubmenu>ul li:hover .plantervector {
    opacity: 1;
}

.menutitlegreen {
    background-color: #81bf2d;
    padding: 20px 72px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.videopop video {
    width: 100%;
    height: 282px;
}

.popupspace {
    padding: 50px 60px 60px;
}

.popupspace .uploadBox {
    width: 100%;
}

.popupspace .custom-file-upload {
    border-bottom: 1px solid #999999;
    padding-bottom: 7px;
    width: 100%;
    color: #999;
}

.popupspace .custom-file-upload.selected {
    border-bottom: 1px solid #524b32;
    color:
}

/*#TalktosalesModal{display: block !important;opacity: 1;}*/

/*#diy_frm, #bussiness_frm, #talk_to_us{display: none;}*/
.frmthankyoumsg {
    width: 100%;
    margin-top: -50px;
    display: none;
}

.thankyoumsgfrm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 160px 55px 80px;
}

.thankyoumsgfrm h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 90px;
    font-weight: 700;
}

.thankyoumsgfrm strong {
    font-size: 75px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

/*Fullscreen Slider For Bootstrap Css Start*/
.full-slider {
    padding: 0px;
    position: relative;
    min-height: 100%;
}

.fullscreenimg {
    height: 100vh;
    width: 100%;
    background-image: url(../images/frp-planter.webp);
    background-position: top center;
    background-size: cover;
}

.no-webp .fullscreenimg {
    background-image: url(../images/frp-planter.jpg)
}

/*.captioncol {padding: 320px 0px 0px 0px;letter-spacing: -0.1px; top: 0%;position: absolute;left: 0px;width: 100%;color: #fff;}*/
.captioncol {
    letter-spacing: -0.1px;
    bottom: 100px;
    position: absolute;
    left: 0px;
    width: 100%;
    color: #fff;
}

.captioncol h1 {
    line-height: 100px;
    font-size: 100px;
    display: block;
    margin-left: -5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
}

.bannertitle {
    margin-bottom: 140px;
}

.captioncol .btn-theme {
    color: #fff;
}

.captioncol .btn-theme:before {
    background-color: #fff;
}

.captioncol .btn-theme:hover {
    color: #81bf2d;
}

/*Fullscreen Slider For Bootstrap Css End*/

/* home page section css start */
.titletop {
    margin-bottom: 20px;
}

.contentrow span {
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 400
}

.planter-right {
    padding: 0px;
    text-align: right;
}

.delicateprorow {
    position: relative;
    padding-top: 150px;
}

.delicateprorow::before {
    height: 100%;
    background-color: #f0eee7;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75%;
    z-index: -1
}

.delicateprorow::after {
    width: 25%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    content: '';
    background-color: #fff;
    min-height: 100%;
}

.expecolright {
    width: 41.666667%;
    padding: 0px 15px;
}

.expecolright h2 a {
    color: #897d52
}

.expecolright h2 a:hover {
    color: #81bf2d;
}

.delicatcontentcol {
    padding-top: 140px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

.delicatcontentcol h3 {
    color: #524b32;
    font-weight: 400;
}

.delicatcontentcol p a {
    color: #524b32;
    text-decoration: underline;
}

.delicatcontentcol p a:hover {
    color: #81bf2d;
}

.containbgcol {
    bottom: 0px;
    left: 180px;
    right: -18%;
    z-index: -1;
    background-color: #f0eee7;
    height: 100%;
    position: absolute;
}

.bottomproduct {
    width: 50%;
}

.iconfeatures {
    width: 150px;
    height: 150px;
    padding: 30px;
    border: 7px solid #f0eee7;
    margin-bottom: 20px;
    background-color: #fff;
}

.corefeaturesrow {
    text-align: center;
    padding: 0px 160px;
}

.corefeaturesrow span {
    font-size: 20px;
}

.visionbeautyrow {
    position: relative;
}

.yourvisioncontent {
    text-align: center;
    justify-content: center;
    margin-bottom: -120px;
    z-index: 1;
}

.yourvisioncontent p {
    font-size: 26px;
    line-height: 34px;
}

.designerpostimg {
    width: 100%;
}

.designerpostimg img {
    width: 100%;
}

.productviewrow {
    position: relative;
    padding: 200px 0px;
}

.productviewrow::before {
    height: 100%;
    background-color: #f0eee7;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75%;
}

.productviewrow::after {
    width: 25%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    content: '';
    background-color: #fff;
    min-height: 500px;
}

.planterbtn {
    margin-top: 50px;
    text-align: center;
}

.whiteboximg {
    background-color: #f0eee7;
    position: absolute;
    left: 0px;
    width: 70%;
    height: 80%;
}

.scrathcrow {
    position: relative;
    width: 100%;
}

.scrathcrow .row {
    flex-direction: column;
}

.functinalityrow {
    width: 100%;
    padding: 140px 0px 150px;
}

.functinalityrow p {
    margin-bottom: 20px;
}

.functinalityrow h3 {
    color: #524b32;
    font-weight: 400;
}

.functinalitycol {
    padding-right: 0px;
    position: absolute;
    right: 0px;
    top: -140px;
    width: 50%;
    padding-left: 15px;
}

.scrathcrow .whiteboximg {
    z-index: -1;
    height: 100%;
    width: 75%;
}

.functionalslider {
    padding-bottom: 95px;
    margin-right: -240px;
}

.functinalitycol .slick-prev,
.functinalitycol .slick-next {
    top: auto;
    bottom: 5px;
}

.functinalitycol .slick-prev {
    left: 0px;
}

.functinalitycol .slick-next {
    left: 70px;
    right: auto;
}

.blogtitletop h2 {
    margin-bottom: 30px;
}

.blogtitletop h2 span {
    text-decoration: line-through;
}

.homeblogcol .whiteboximg {
    background-color: #f0eee7;
    z-index: -1;
    width: 100%;
    height: 75%;
    left: -80px;
    bottom: 0px;
}

.blogcolright .row [class*="col-"]:first-child {
    margin-top: 80px;
}

.blogtitlehome {
    padding: 20px 0px;
}

.blogtitlehome h5 {
    margin-bottom: 5px;
    line-height: 29px;
    color: #333333;
}

.blogtitlehome small {
    font-size: 14px;
}

.blogcolright {
    margin-top: 65px;
}

.blogbtn {
    width: 100%;
    text-align: right;
    padding: 0px 15px;
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.blogthumb {
    position: relative;
    display: block;
}

.blogthumb::before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.blogthumb span.btn-theme {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blogthumb span.btn-theme::before {
    background-color: #fff;
}

.blogthumb span.btn-theme:hover {
    color: #81bf2d;
}

.blogthumb:hover span.btn-theme,
.blogthumb:hover::before {
    opacity: 1;
}

.blogtitlehome a:hover h5 {
    color: #81bf2d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogcolright .blogtitlehome {
    padding-bottom: 0px;
}

.instafollobtn a:first-child {
    color: #555555;
    margin-right: 15px;
}

.instragramrow h2 {
    margin-bottom: 0px;
}

.plantingrowsection {
    background-color: #fff;
    padding: 200px 0px;
}

.titletop h2 {
    line-height: 100px;
    font-size: 100px;
    display: block;
    margin-left: -5px;
    font-weight: 700;
    letter-spacing: -2px;
}

.titletop span {
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #0e4407;
    padding-left: 100px;
    display: block;
    letter-spacing: -2px;
}

.titletop span a {
    color: #897d52;
}

.titletop span a:hover {
    color: #81bf2d;
}

.titletop {
    margin-bottom: 100px;
}

.planter-right {
    width: 100%;
    margin-bottom: 150px;
}

/* home page section css end */

/* footer */
.footerfrmline {
    margin-top: 80px;
    font-size: 15px;
    color: #81bf2d;
}

.footerfrmline p a {
    color: #524b32;
}

.footerfrmline p a:hover {
    color: #81bf2d;
}

.footermain {
    width: 100%;
    padding: 0px 160px 0px;
    text-align: center;
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 100px;
}

.footerbg {
    width: 100%;
    background-color: #f1efe8;
    padding: 0px 70px 70px;
}

.contatfrmfooter {
    background-color: #fff;
    padding: 100px 100px 0px;
    margin-bottom: 50px;
    text-align: center;
    margin-top: -100px;
}

/*.contatfrmfooter [class*="col-"]{margin-bottom: 40px;}*/

/*.contatfrmfooter [class*="col-"]:first-child, .contatfrmfooter [class*="col-"]:last-child{margin-bottom: 0px;}*/
.contatfrmfooter h2 {
    margin-bottom: 80px;
}

.contatfrmfooter textarea.form-control {
    height: 50px;
}

.social {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.social ul li {
    margin-right: 15px;
}

.social ul li a {
    color: #81bf2d;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}

.social ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #81bf2d;
    border-radius: 50%;
    transform: scale3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    z-index: 0;
}

.social ul li a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.social ul li a:hover {
    color: #fff;
}

.social ul li a:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.copyright p {
    color: #999999;
    font-size: 15px;
}

.footerthunder {
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: -1;
}

.footerlink ul {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.footerlink ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 18px;
    margin-right: -3px;
}

.footerlink ul li:last-child {
    border: none
}

.footerlink ul li a {
    color: #555555;
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 3px;
    font-size: 16px;
}

.footerlink ul li a::before {
    content: '';
    background-color: #81bf2d;
    height: 1px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.footerlink ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.footerlink ul li a:hover {
    color: #81bf2d;
}

.subscriberfrom {
    margin-bottom: 40px;
}

.subscriberfrom .btnsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.btnsubmit input[type="submit"] {
    position: relative;
    border: none;
    background-color: transparent;
    padding: 0px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-image: url(../images/long-arrow-right.svg);
    background-repeat: no-repeat;
}

.btnsubmit input[type="submit"]:hover {
    background-image: url(../images/long-arrow-right-white.svg);
}

.subscriberfrom .btnsubmit::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #81bf2d;
    border-radius: 50%;
    transform: scale3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    z-index: 0;
}

.subscriberfrom .btnsubmit:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.platnhappi h4 {
    font-size: 65px;
    font-family: 'Verveine Regular';
    font-weight: normal;
    line-height: 70px;
    color: #81bf2d;
    letter-spacing: -2px;
    margin-bottom: 0px;
}

.platnhappi h4 sup {
    font-size: 20px;
    font-family: 'IBM Plex Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #81bf2d;
    left: 0px;
    top: 30px;
}

/* inner page common css */
.innerbanner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.topbannerimg {
    position: relative;
    width: 100%;
    background: url(../images/planters_banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 265px 0px 100px;
}

.intertoptitle {
    width: 100%;
    left: 0px;
    bottom: 40px;
    text-align: left;
}

.topbannerimg h1 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-left: -7px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.topbannerimg h1 sup {
    vertical-align: top;
    top: 30px;
    color: #fff;
}

.topbannerimg p {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
}

.topbannerimg p:last-child,
.topbannerimg h2:last-child {
    margin-bottom: 0px;
}

.topbannerimg p a {
    color: #fff;
}

.topbannerimg h2 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

.breadcrumbrow {
    position: relative;
}

.breadcrumbrow::before {
    background-color: #f0eee7;
    content: '';
    left: 0px;
    height: 100%;
    top: 0px;
    position: absolute;
    width: 50%;
}

.breadcrumb {
    background-color: #f0eee7;
    padding: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 15px;
}

.breadcrumb .breadcrumb-item {
    line-height: 16px;
    font-size: 14px;
    background-color: #fbf9f5;
    padding-top: 15px;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #524b32;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #81bf2d;
}

.breadcrumb-item.active {
    color: #81bf2d;
}

.blogdetailrow .breadcrumb {
    background-color: transparent;
    justify-content: flex-start;
    margin-bottom: 80px;
}

.blogdetailrow .breadcrumb-item {
    background-color: transparent;
}

.blogdetailrow .breadcrumb-item:first-child {
    padding-left: 0px;
}

/* contact page css */
.contactbreadcrumb,
.contactbreadcrumb .breadcrumb .breadcrumb-item {
    background-color: #fff;
}

.contactinfodetail,
.plantermsgrow p {
    font-size: 24px;
}

.contactfrmrow {
    background-color: #fff;
    padding: 90px 0px 150px;
    margin-bottom: 100px;
}

.contactfrmrow .btn-theme {
    margin-top: 40px;
}

.conatctordinator .infocontentabout p:last-child {
    margin-bottom: 0px;
}

.conatctordinator .thumbabout {
    margin-top: -210px;
}

.conatctordinator .infocontentabout {
    padding: 0px;
}

.contactinfo {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.contactinfo a {
    line-height: 46px;
    font-size: 36px;
    color: #897d52;
    font-weight: 300;
}

.contactinfo span {
    font-weight: 300;
}

.contactinfo a:hover {
    color: #81bf2d;
}

.collectionslider {
    margin-left: -233px;
    margin-bottom: 130px;
}

.collectionslider .slick-prev,
.collectionslider .slick-next {
    bottom: -60px;
    top: auto;
}

.collectionslider .slick-prev {
    left: auto;
    right: 70px;
}

.collectionslider .slick-next {
    right: 0px;
}

.contactcaption {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    top: 160px;
}

.contactinfodetail .aboutinfo::before {
    top: 0px;
    left: 50%;
    right: -100%;
}

.contactcaption a {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
}

.collectionslider a::before {
    content: '';
    background-color: #81bf2d;
    height: 2px;
    left: 0px;
    width: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.collectionslider a:hover {
    color: #81bf2d;
}

.collectionslider a:hover::before,
.dropmenucol>ul>li:hover>a::before {
    opacity: 1;
    width: 100%;
}

.letgrowbg {
    padding-top: 100px;
    font-weight: 200;
}

.earplantercol {
    margin-top: -250px;
    margin-left: -30px;
}

.aboutinfo .titleaboutslider {
    width: 70%;
}

.aboutinfo .aboutcollectonslider {
    margin-left: -250px;
    margin-right: -15px;
}

.aboutinfo .titleaboutslider .slick-prev {
    right: -70px;
}

.aboutinfo .titleaboutslider .slick-next {
    right: -150px;
}

/* FAQs page css */
.accordion {
    margin-top: 100px;
}

.card {
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
}

.card-header:first-child,
.card-header,
.card {
    border-radius: 0px;
}

.card-body {
    padding: 0px 0px 30px;
}

.card-header {
    border-bottom: none;
    background-color: transparent;
    padding: 0px;
    padding-bottom: 0px;
}

.card-header a {
    color: #524b32;
    font-size: 24px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    padding: 15px 0px 50px 40px;
    position: relative;
}

.accordion>.card:last-child .card-header a {
    padding-bottom: 0px;
}

.accordion>.card:last-child .card-body {
    padding-top: 50px;
}

.card-header a::before,
.card-header a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.card-header a.collapsed::after,
.card-header a::after {
    background-color: #999;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s;
    transition: -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s;
    -o-transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s;
    transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s;
    transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s, -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s
}

.card-header a.collapsed:hover::after,
.card-header a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s;
    transition: -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s;
    -o-transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s;
    transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s;
    transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s, -webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.3s;
}

.card-header a span::before {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 0px;
}

.card-header a.collapsed span::before {
    content: "\f067";
}

.card-body ul {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.card-body ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.card-body ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #81bf2d;
}

.faqsfrmrow {
    background-color: #fff;
    padding: 110px 0px 0px;
    margin-bottom: 150px;
}

.bulletcol {
    width: 47%;
    padding: 0px 15px;
}

.frmsubmintbtn {
    margin-bottom: 100px;
}

.pressrelcol {
    width: 100%;
    position: relative;
    padding: 0px 30px 30px;
    min-height: 100%;
}

.pressrelcol::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 65%;
    background-color: #f1efe9;
    content: '';
    z-index: -1;
}

.presstitle {
    padding-top: 25px;
}

.presstitle h4 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.presstitle a:hover h4 {
    color: #81bf2d;
}

.presstitle small {
    display: block;
    margin-bottom: 15px;
}

.pressthumb {
    overflow: hidden;
}

.pressthumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pressthumb a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fieldshide {
    display: none;
}

/* Page not found */
.pagenotfound {
    background-color: #83bf2d;
    padding: 150px 0px;
    text-align: center;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenotfound h1 {
    font-size: 70px;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.pagenotfound h2 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #524b32;
    font-weight: 400;
}

.pagenotfound a.btn-theme {
    color: #fff;
}

.pagenotfound a.btn-theme:hover {
    color: #524b32;
}

.pagenotfound a.btn-theme::before {
    background-color: #fff;
}

.pagenotfound a.btn-theme::after {
    background-color: #524b32;
}

.pagenothumb {
    display: inline-block;
    vertical-align: top;
    max-width: 650px;
}

.errorcoltext {
    margin-top: -80px;
}

/* career page css */
.joinourteamfrm {
    background-color: #fff;
}

.careerpositiontext {
    margin: 80px 0px;
}

.careerfrmhide {
    display: none;
    margin-top: 80px;
}

.joinourteamfrm h4 {
    color: #81bf2d;
}

.uploadBox input[type="file"] {
    display: none;
}

.uploadBox {
    display: inline-block;
}

.uploadBox label {
    cursor: pointer;
}

.uploadBox label i {
    display: inline-block;
    transform: rotate(-43deg);
    font-size: 14px;
    margin-right: 5px;
    color: #666;
}

.joinfields {
    width: 45%;
    padding: 0px 15px;
}

.uploadBox .custom-file-upload:focus {
    border-color: #000;
}

.uploadBox .custom-file-upload:hover::after {
    background-color: #81bf2d;
    color: #fff;
}

.uploadBox .custom-file-upload:hover::before {
    color: #fff;
    right: 15px;
}

.uploadBox .selected {
    color: #555;
}

/*.careerinner .topbannerimg{padding-bottom: 50px !important;}*/
.hiringjob {
    margin-top: 40px;
    font-size: 20px;
}

.careerinner a.btn-theme {
    color: #fff;
}

.careerinner a.btn-theme:before {
    background-color: #fff;
}

.careerinner a.btn-theme:hover::after {
    background-color: #524b32;
}

.careerinner a.btn-theme:hover {
    color: #524b32;
}

.topcareersimg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: -100px;
    width: 45%;
}

.whowantjobrow {
    margin-bottom: 70px;
}

.invitesbgcol {
    position: relative;
    display: block;
    padding-bottom: 150px;
}

.invitesbgcol h3 {
    color: #524b32;
    font-weight: 400;
}

/*.invitesbgcol p{font-size: 16px;}*/
.invitesbgcol::before {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #f0eee7;
    top: 70px;
    left: 120px;
    right: -50%;
}

.whowearecolimg {
    width: 50%;
    position: relative;
    padding: 0px 15px;
    margin-top: -80px;
}

.whowearerow .invitesbgcol::before {
    background-color: #fff;
    right: 0px;
    left: -50%;
    top: 0px;
}

.whowearerow .invitesbgcol {
    padding-bottom: 120px;
}

.invitesbgcol .row>[class*="col-"]:last-child {
    margin-top: 150px;
}

.whowearerow .invitesbgcol .row>[class*="col-"]:first-child {
    margin-top: 120px;
}

.positiontitle {
    width: 58%;
}

.positiontitle h2 {
    margin-bottom: 5px;
    font-weight: 400;
}

.locationcol {
    margin-left: 120px;
    font-size: 24px;
    font-weight: 400;
}

.vacancyrow {
    padding-bottom: 80px;
}

.vacancyrow .card-header a {
    padding-left: 0px;
}

.vacancyrow .card-body {
    padding: 0px 0px 100px;
}

.vacancyrow .card:last-child .card-body {
    padding-bottom: 0px;
}

.vacancyrow .card-body h4 {
    color: #524b32;
    font-weight: 600;
    margin-bottom: 15px;
}

.vacancyrow .card-body ul li::before {
    background-color: #524b32;
}

.vacancyrow .card-body ul li:last-child {
    margin-bottom: 0px;
}

.alwaystitle h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 48px;
    margin: 50px 0px;
}

.alwaystitle h2::before {
    width: 147px;
    height: 112px;
    background: url(../images/normal-always-boring.svg) no-repeat;
    content: '';
    position: absolute;
    right: 85px;
    top: -45px;
}

.alwaystitle h2 span {
    margin-left: 30px;
    display: inline-block;
}

.alwaysrow {
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    padding: 50px 0px 0px;
}

/* blog listing css */
.latestblogrow {
    width: 100%;
    position: relative;
}

.latestblog small {
    margin-bottom: 10px;
    display: block;
}

.latestblog {
    padding: 150px 0px 0px;
    width: 100%;
}

.latestblog small {
    color: #81bf2d;
    font-size: 16px;
    position: relative;
}

.latestblog::before {
    left: 120px;
    background-color: #f0eee7;
    position: absolute;
    content: '';
    top: 50px;
    right: -255px;
    bottom: 0px;
    z-index: -1;
}

.latestblogrow .row>[class*="col-"]:last-child {
    position: static;
}

.latestblogrow .row>[class*="col-"]:last-child p {
    margin-bottom: 40px;
    font-size: 16px;
}

.latestblogrow .row {
    padding-bottom: 90px;
}

.blogcontentrow p {
    font-size: 24px;
}

.letgrowthumb {
    margin-left: -247px;
}

.blogcontentrow p:last-child {
    margin-bottom: 0px;
}

.paginationcol {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.paginationcol a,
.paginationcol span {
    color: #81bf2d;
    margin: 5px;
    font-size: 16px
}

.paginationcol a:hover,
.paginationcol span.current {
    color: #81bf2d;
    font-weight: 500;
}

/*Blog Single Page Css Start*/
.blogdetailrow {
    margin-top: -150px;
    position: relative;
}

.blog-single-content {
    margin-bottom: 80px;
}

.blog-single-img img {
    width: 100%;
}

.blog-cat-date span {
    color: #999999;
}

.blog-date {
    padding: 0;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 18%;
}

.blog-date b {
    font-size: 60px;
    color: #81bf2d;
    line-height: 1;
    font-weight: 400;
}

.blog-date span {
    font-size: 20px;
    color: #524b32;
    font-weight: 300;
    max-width: 40px;
    padding-left: 3px;
    display: inline-block;
}

.firstcontentcol {
    width: 82%;
}

.blog-single-content p img,
.blog-single-content img {
    height: initial;
}

.blog-single-content h1 {
    margin-bottom: 35px;
}

.blog-single-content h2 {
    font-size: 28px;
}

.blog-single-content h3 {
    font-size: 24px;
}

.blog-single-content p {
    font-size: 16px;
}

.blog-single-content p a {
    margin-left: 0px;
}

.blog-single-content strong {
    font-weight: 600;
}

.blog-single-content ul {
    margin-bottom: 20px;
}

.blog-single-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.blog-single-content ul li ul {
    margin-bottom: 0px;
    margin-left: 0px;
}

.blog-single-content ul li::before {
    position: absolute;
    left: 0px;
    top: 7px;
    background: #81bf2d;
    height: 7px;
    width: 7px;
    content: "";
}

.blog-single-content ol {
    margin-bottom: 20px;
    counter-reset: item;
}

.blog-single-content ol li {
    margin-bottom: 5px;
}

.blog-single-content ol li ol {
    padding-left: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.blog-single-content ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

/*.blog-single-content img{margin-left:0px;margin-bottom: 20px;}*/
.commentsection {
    padding: 0px 15px;
    position: relative;
    margin-top: 30px;
}

.commentsection .comments-area>ol {
    padding-left: 0px;
    margin: 0px 0px 100px;
    counter-reset: none;
    list-style: none !important;
}

.commentsection .comments-area>ol li::before {
    content: none;
    counter-increment: none;
}

.commentsection .comments-area>ol>li ol li,
.comments-area>ol>li {
    list-style: outside none none;
    margin-bottom: 0px;
}

.commentsection .comments-area>ol>li {
    background: #f0eee7;
    list-style: outside none none;
    padding: 50px 240px;
}

.commentsection .comments-area>ol>li:nth-of-type(even) {
    background-color: #f6f3ec;
}

.commentsection .comments-area>ol>li ol {
    padding-left: 120px;
    padding-top: 20px;
}

.commentsection .comments-area .comment-author>img {
    margin-right: 30px;
    margin-bottom: 10px;
}

.commentsection .comments-area .comment-author span.says,
.comment-awaiting-moderation {
    display: none;
}

.commentsection .comments-area .comment-author b.fn,
.commentsection .comments-area .comment-author b.fn a {
    pointer-events: none;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.commentsection .comments-area .comment-author b.fn {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}

.commentsection .comments-area footer .comment-metadata a {
    font-size: 14px;
    color: #999999;
}

.commentsection .comments-area .comment-content p {
    margin: 7px 0 7px 0;
    color: #555;
}

.commentsection .comments-area .reply a {
    color: #524b32;
    position: relative;
    padding-bottom: 5px;
}

.commentsection .comments-area .reply a::before {
    position: absolute;
    width: 0%;
    bottom: 0px;
    left: 0px;
    content: '';
    height: 2px;
    background-color: #81bf2d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.commentsection .comments-area .reply a:hover {
    color: #81bf2d;
}

.commentsection .comments-area .reply a:hover::before {
    width: 100%;
}

.commentsection .comments-area h2 {
    margin-left: 240px;
    display: inline-block;
}

.commentsection .btn-link-arrow {
    margin-left: 15px;
    font-size: 14px;
    vertical-align: middle;
}

.commentsection .btn-link-arrow::after {
    color: #81bf2d;
}

.commentsection .comments-area h2 small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0px;
}

.commentsection .comments-area ol li .comment-respond {
    margin: 20px 0px 0px;
}

.commentsection .comments-area ol li .comment-respond::before {
    display: none;
}

.commentsection .comments-area ol li .comment-respond h3 small {
    margin-left: 5px;
}

.commentsection .comment-metadata,
.commentsection .comment-content,
.commentsection .comments-area .reply {
    margin-left: 123px
}

.commentsection .comment-metadata {
    margin-top: -65px;
    margin-bottom: 15px;
}

.comment-body {
    margin-bottom: 10px;
}

/* comment form */
.comment-form {
    margin: 0px -15px;
}

.comments-area .comment-form p.comment-form-author,
.comments-area .comment-form p.comment-form-email,
.comments-area .comment-form p.comment-form-url {
    width: 50%;
    float: left;
}

.comments-area .comment-form p.comment-form-url {
    display: none;
}

/* .comments-area .comment-form p.comment-form-email{margin:0px 2%;} */
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
}

.comments-area .comment-form p {
    margin-bottom: 40px;
    padding: 0px 15px;
}

.comments-area .comment-form p textarea,
.comments-area .comment-form p.comment-form-author input,
.comments-area .comment-form p.comment-form-email input,
.comments-area .comment-form p.comment-form-url input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 0px 0px 7px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
}

.comments-area .comment-form p textarea {
    height: 50px;
    resize: none;
}

.comments-area .comment-form p textarea:focus,
.comments-area .comment-form p.comment-form-author input:focus,
.comments-area .comment-form p.comment-form-email input:focus,
.comments-area .comment-form p.comment-form-url input:focus {
    border-color: #000;
    color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.comments-area .comment-form p.comment-form-cookies-consent input {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.comments-area .comment-form label {
    display: none;
}

.comments-area .comment-form p.comment-form-cookies-consent {
    margin-bottom: 0px;
    display: none;
}

.comments-area .comment-form p.comment-form-cookies-consent label {
    display: inline-block;
    margin-bottom: 0px;
}

.comments-area .comment-form .form-submit {
    background-color: transparent;
    padding: 0px 0px 8px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #524b32;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    line-height: 24px;
    vertical-align: top;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    cursor: pointer;
    margin-bottom: 0px;
    margin-left: 15px;
}

.comments-area .comment-form .form-submit::before,
.comments-area .comment-form .form-submit::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
}

.comments-area .comment-form .form-submit:before {
    background-color: #524b32;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.comments-area .comment-form .form-submit:after {
    background-color: #81bf2d;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.comments-area .comment-form .form-submit:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.comments-area .comment-form .form-submit:hover:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.comments-area .comment-form .form-submit input {
    background-color: transparent;
    border: none;
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
}

.comments-area .comment-form .form-submit input:hover {
    color: #81bf2d;
}

.comments-area .comment-respond {
    position: relative;
    padding: 100px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

.comments-area .comment-respond::before {
    position: absolute;
    right: -300px;
    left: 100px;
    top: 100px;
    content: '';
    bottom: -100px;
    background-color: #f0eee7;
    z-index: -1;
}

.comments-area .comment-respond h2 {
    margin-left: 0px;
    display: block;
    font-size: 36px;
    margin-bottom: 25px;
}

.comments-area .comment-respond .comment-notes {
    display: none;
}

/*Blog Single Page Css End*/

/* Planter page css */
.plantergridrow ul {
    margin: 20px 0px 100px;
}

.plantergridrow ul li {
    margin: 0px 30px;
}

.plantergridrow ul li a {
    font-size: 20px;
    color: #524b32;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    position: relative;
    display: block;
    font-weight: 400;
}

.plantergridrow ul li a::before {
    width: 0%;
    content: '';
    height: 2px;
    background-color: #81bf2d;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s ease;
}

.plantergridrow ul li a:hover,
.plantergridrow ul li a.active {
    color: #83bf2d;
}

.plantergridrow ul li a:hover::before,
.plantergridrow ul li a.active::before {
    width: 100%;
}

.plantertextrow {
    margin-bottom: 10px;
}

.planterlistrow {
    position: relative;
    padding: 150px 0px;
}

.contentslider .slick-prev {
    left: 0px;
}

.contentslider .slick-next {
    left: 50px;
    right: auto;
}

.fiberslider {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 75px;
}

.fiberslider .slick-prev,
.fiberslider .slick-next {
    bottom: 40px;
    top: auto;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
}

.fiberslider .slick-prev {
    left: auto;
    right: 90px;
}

.fiberslider .slick-next {
    right: 45px;
}

.planterdetailrow {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.planterinntertop {
    position: relative;
}

.planterinntertop .breadcrumbrow {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 1;
}

.planterinntertop .breadcrumbrow::before {
    display: none;
}

.planterinntertop .breadcrumb {
    background-color: transparent;
}

.planterinntertop .breadcrumb .breadcrumb-item {
    background-color: transparent;
}

.planterinntertop .topbannerimg {
    padding-top: 200px;
}

.detailinfo {
    margin: 100px 0px
}

.detailinfo p {
    margin-bottom: 50px;
}

.plandercoldetil {
    position: relative;
    padding-bottom: 0px;
}

.plandercoldetil::before {
    width: 70%;
    background-color: #f0eee7;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -300px;
    content: '';
}

.productslider {
    padding-right: 70px;
    margin-top: -100px;
    margin-left: -255px;
}

.planterinntertop .breadcrumbrow {
    bottom: 15px;
}

.planterinntertop .breadcrumb-item.active {
    color: #fff;
}

.planterinntertop .breadcrumb {
    justify-content: flex-start;
}

.planterinntertop .breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.planterinntertop .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0px;
}

.productslider iframe {
    width: 100%;
    height: 654px;
}

.prosliderthumbnav {
    width: 55%;
    margin: 20px 0px 0px;
}

.prosliderthumbnav img {
    cursor: pointer;
}

.prosliderthumbnav .slick-slide {
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.prosliderthumbnav .slick-slide img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.prosliderthumbnav .slick-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prosliderthumbnav .slick-prev {
    left: auto;
    right: -50px;
}

.prosliderthumbnav .slick-next {
    right: -100px;
}

.playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.prosliderthumbnav .slick-slide:hover .playicon {
    color: #000;
}

.productdiragrame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.productdiragrame h2 {
    margin-bottom: 20px;
}

.productslider a {
    position: relative;
    display: block;
}

.productslider a::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/zooming-magnifying-glass.svg) no-repeat center center;
    background-size: 100%;
    transform: scale(1);
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.productslider .youtubethumb a:before {
    display: none;
}

.productslider a:hover::before {
    transform: scale(1.2)
}

.productslider a .playicon {
    font-size: 50px;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.diagramethumb {
    margin-right: 30px;
}

.diatitlecol {
    width: 73%;
}

.widthdimension {
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.widthdimension span {
    font-weight: 600;
}

.bodycol span {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 400;
}

.bodycol span i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.tabeltabs {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tabeltabs .btn-theme {
    margin-bottom: 20px;
}

.tabeltabs .table {
    color: #524b32;
    font-weight: 400;
}

.tabeltabs .table-bordered tbody tr {
    background-color: #fff;
}

.tabeltabs .table thead {
    background-color: #f1efe8;
}

.tabeltabs .table thead th {
    vertical-align: middle;
    border-width: 1px;
    color: #524b32;
    border-color: #ddd;
    font-weight: 500;
}

.tabeltabs .table thead th.pricecol {
    line-height: 20px;
}

.tabeltabs .table thead th.pricecol small {
    font-size: 13px;
}

.tabeltabs .table-bordered td,
.tabeltabs .table-bordered th {
    padding: 13px 15px;
    border-color: #ddd;
    font-size: 15px;
}

.tabeltabs .table-bordered td i {
    font-size: 15px;
    margin-right: 3px
}

.colorcol h3 {
    padding: 0px;
    margin-bottom: 25px;
}

.colorpick {
    padding: 0px 10px;
    width: 33.33%;
    margin-bottom: 20px;
}

.colorcol small {
    color: #524b32;
    letter-spacing: -0.3px;
    line-height: 18px;
    font-size: 16px;
}

.colorpick span {
    width: 100%;
    height: 60px;
    display: block;
    margin-bottom: 7px;
}

.whitepick span {
    border: 1px solid #dddddd;
}

.texturescolor {
    padding: 0px 10px;
    width: 33.33%;
    margin-bottom: 20px;
}

.texturescolor img {
    width: 100%;
}

.texturescolor span {
    width: 100%;
    display: block;
    margin-bottom: 7px;
}

.planterinquiryrow .contatfrmfooter {
    margin-top: -240px;
}

.plantersubmit {
    margin-bottom: 100px;
}

.planterfooter {
    margin-top: 0px;
}

.planterfooter .footerbg {
    padding-top: 100px;
}

.sizeguidecol {
    position: absolute;
    right: 20px;
    top: 10px;
}

.sizeguidecol .btn-link-arrow::after {
    color: #81bf2d;
}

.productdetailinfo {
    margin-bottom: 130px;
}

.tabelshow {
    display: none;
}

.colorcol {
    margin: 0px -10px;
}

.rightcolorcol .nav-tabs {
    margin-bottom: 50px;
    border-bottom: none;
}

.rightcolorcol .nav-tabs .nav-link {
    padding: 0px 0px 3px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    font-size: 22px;
    color: #524b32;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease;
    overflow: hidden;
    margin-right: 45px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    background-color: transparent;
}

.rightcolorcol .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}

.rightcolorcol .nav-tabs .nav-link::before,
.rightcolorcol .nav-tabs .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
}

.rightcolorcol .nav-tabs .nav-link::after {
    background-color: #81bf2d;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.rightcolorcol .nav-tabs .nav-link:hover::after,
.rightcolorcol .nav-tabs .nav-link.active::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform .9s cubic-bezier(.19, 1, .22, 1) .2s;
}

.rightcolorcol .nav-tabs .nav-link:hover,
.rightcolorcol .nav-tabs .nav-link.active {
    color: #81bf2d;
}

.otherplanterlink {
    margin-top: 120px;
    margin-bottom: 50px;
}

.otherplanterlink a {
    font-weight: 400;
    font-size: 50px;
    font-family: 'Verveine Regular';
    font-weight: normal;
    color: #524b32;
}

.otherplanterlink a:hover {
    color: #81bf2d;
}

.otherplanterlink a i {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s linear;
    font-size: 20px;
}

.hearticon {
    margin: 0px 30px;
    font-size: 40px;
    color: #81bf2d;
}

/*.otherplanterlink a.prev:hover i{transform: translateX(-10px);}
.otherplanterlink a.next:hover i{transform: translateX(10px);}*/

/* about page css */
.about-top-banner .topbannerimg {
    padding-bottom: 0px;
}

.aboutbannertext {
    margin-bottom: 250px;
}

.abouthederthumb {
    position: absolute;
    right: -100px;
    bottom: 0px;
}

.aboutcontentrowtop {
    padding: 75px 0px 150px;
}

.aboutcontentfull {
    background-color: #fff;
}

.aboutcontenrow .social {
    justify-content: flex-start;
    margin-bottom: 0px;
}

.aboutcontenrow .social ul li a {
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}

.aboutcontenrow .social ul li a:hover {
    color: #fff;
}

.founderinfo b {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    display: block;
}

.founderinfo span {
    font-size: 20px;
    margin-bottom: 35px;
    display: block;
}

.aboutinfo {
    position: relative;
}

.aboutinfo::before {
    background-color: #f0eee7;
    bottom: 0px;
    left: -100%;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
}

.thumbabout {
    margin-top: -100px;
}

.infocontentabout {
    padding: 100px 0px 170px 70px;
}

/*.aboutinfo [class*="col-"]:first-child{text-align: right;}*/
.aboutrowbgleft .thumbabout,
.aboutcontentcenter .thumbabout {
    margin-top: -110px
}

.aboutrowbgleft .infocontentabout,
.aboutrowbgright .infocontentabout {
    padding-left: 0px;
}

.infocontentabout p {
    margin-bottom: 20px;
}

.infocontentabout p:last-child {
    margin-bottom: 0px;
}

.aboutrowbgright .aboutinfo::before {
    right: -100%;
    left: 0px;
}

.aboutrowbgright .infocontentabout {
    padding: 90px 30px 40px 0px;
}

.aboutrowbgright .thumbabout {
    margin: -135px -100px 20px 30px;
}

.aboutrowbgright .thumbabout img {
    width: 100%;
}

.aboutrowbgright .aboutinfo {
    padding-bottom: 70px;
}

.infocontentabout a.btn-theme {
    font-size: 20px;
    margin-top: 20px;
}

.aboutcenterbottom {
    text-align: center;
}

.aboutcenterbottom h3 {
    font-weight: 400;
    color: #524b32;
    margin-bottom: 15px;
}

.aboutcontentcenter {
    padding-bottom: 100px;
}

.aboutcollect {
    background-color: #fff;
    padding: 150px 0px 50px;
}

.aboutcollect h3 {
    font-weight: 400;
    color: #524b32;
    margin-bottom: 15px;
}

.aboutcollectionrow {
    position: relative;
}

.aboutcollectionrow::before {
    background-color: #fff;
    top: 0px;
    bottom: 0px;
    width: 50%;
    left: 0px;
    content: '';
    position: absolute;
}

.thumbcaption {
    font-size: 90px;
    font-family: 'Verveine Regular';
    font-weight: normal;
    line-height: 80px;
    color: #897d52;
    letter-spacing: -2px;
}

.thumbcaption sup {
    top: -35px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #897d52;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
}

.thumbcaption {
    text-align: left;
}

.thumbcaptionimg {
    position: relative;
    width: 100%;
}

.thumbcaptionimg a {
    display: block;
    cursor: pointer;
    position: relative;
}

.thumbcaptionimg a::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}

.thumbcaptionimg a:hover::before {
    opacity: 1
}

.thumbcaptionimg .btn-theme {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.thumbcaptionimg .btn-theme:hover {
    color: #81bf2d;
}

.thumbcaptionimg .btn-theme:before {
    background-color: #fff;
}

.thumbcaptionimg a:hover .btn-theme {
    opacity: 1;
}

.titleaboutslider {
    width: 40%;
    margin-bottom: 25px;
}

.titleaboutslider .slick-prev {
    left: auto;
    right: -30px;
}

.titleaboutslider .slick-next {
    right: -90px;
    left: auto;
}

.teamstaffimg {
    width: 100%;
}

img.mobile-img {
    display: none;
}

/* Thankyou page css */
.thankyoupage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 200px 0px;
    height: 100vh;
    overflow: hidden;
    vertical-align: top;
}

.thankyoubg {
    background-image: url(../images/thankyou-bg.webp);
    background-position: top center;
    background-size: cover;
}

.no-webp .thankyoubg {
    background-image: url(../images/thankyou-bg.jpg)
}

.gettingtouch {
    background-image: url(../images/talk-to-us-img.webp);
    background-position: top center;
    background-size: cover;
}

.no-webp .gettingtouch {
    background-image: url(../images/talk-to-us-img.jpg)
}

.businessbg {
    background-image: url(../images/business-thankyou-img.webp);
    background-position: top center;
    background-size: cover;
}

.no-webp .businessbg {
    background-image: url(../images/business-thankyou-img.jpg)
}

.desingbg {
    background-image: url(../images/design-thakyou-img.webp);
    background-position: top center;
    background-size: cover;
}

.no-webp .desingbg {
    background-image: url(../images/design-thakyou-img.jpg)
}

.thankyoupage h1 {
    font-size: 180px;
    font-weight: 700;
    line-height: 180px;
    letter-spacing: -10px;
    color: #fff;
}

.thankyoupage p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 100px;
}

.thankyoupage a.btn-theme {
    color: #fff;
}

.thankyoupage a.btn-theme:hover {
    color: #524b32;
}

.thankyoupage a.btn-theme::before {
    background-color: #fff;
}

.thankyoupage a.btn-theme::after {
    background-color: #524b32;
}

.thankyoupage img {
    margin-bottom: 30px;
}

/* sitemap */
.sitemaprow ul li {
    width: 25%;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 7px;
}

.sitemaprow ul li a {
    display: inline-block;
    color: #524b32;
    position: relative;
    padding-bottom: 2px;
}

.sitemaprow ul li a::before {
    width: 0px;
    height: 2px;
    background-color: #81bf2d;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease;
}

.sitemaprow ul li a:hover::before {
    width: 100%;
}

.sitemaprow ul li a:hover {
    color: #81bf2d;
}

.sitemaprow ul li:first-child {
    width: 100% !important;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.pressreleaserow p {
    font-size: 16px;
}

.pressreleaserow .firstcontentcol p:last-child {
    margin-bottom: 0px;
}

/* modal css */
.modal-content {
    border-radius: 0px;
    border: none
}

.modal-content button.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.modal-content button.close:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.show {
    opacity: 1;
}

.full-content-modal {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    background-color: #f0eee7;
}

.full-content-modal p {
    margin-bottom: 20px;
}

/* .full-content-modal h4, .full-content-modal h3{color: #fff;} */
.full-content-modal .modal-content {
    align-items: flex-start;
    padding: 80px 0px;
    background-color: transparent;
}

/*.full-content-modal .modal-content img{margin-bottom: 30px;}*/
.full-content-modal .modal-content button.close {
    right: 30px;
    top: 20px;
    color: #524b32;
    position: fixed;
}

.fullmodalcontent.fade:not(.show) {
    opacity: 1;
}

.fullmodalcontent {
    padding-right: 0px !important;
    width: 50%;
    left: auto;
    right: 0px;
}

.modal.fade.fullmodalcontent .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}

.modal.fullmodalcontent.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.fullmodalcontent h2 {
    font-size: 140px;
    font-family: 'Verveine Regular';
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 130px;
}

.detailvectorpop {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

/* table sticky planter */
.stickyrow {
    margin: 0px -15px;
}

.stickycoltbl {
    width: 100%;
    padding: 0px 15px;
    float: left;
}

.rightcolorcol {
    width: 41.666667%;
    float: right;
    padding: 0px 15px;
}

.rightcolorcol .card {
    border: none;
    border-bottom: 3px solid #f0eee7;
    margin-bottom: 0px;
    background-color: transparent;
}

.rightcolorcol .card-header {
    padding: 25px 0px 25px 20px;
}

.rightcolorcol .card-header a::before {
    left: 0px;
    line-height: 30px;
    font-size: 12px;
}

.rightcolorcol .card-body {
    padding: 10px 0px 20px 5px;
}

/* planter new section layout */
.productgridlayout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productgridlayout [class*="col-"] {
    padding: 0px;
    display: flex;
    display: -ms-flexbox !important;
    flex-wrap: wrap;
    flex-wrap: wrap !important;
}

.plantergrid {
    width: 100%;
}

.plantertitle {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.productgridlayout [class*="col-"] a {
    display: block;
    position: relative;
    overflow: hidden;
}

.lastbtncol {
    margin-top: 200px;
}

.productgridlayout [class*="col-"] a.btn-theme {
    display: inline-block;
    color: #81bf2d;
}

.productgridlayout [class*="col-"] a.btn-theme:hover {
    color: #524b32;
}

.productgridlayout [class*="col-"] a.btn-theme:before {
    background-color: #81bf2d;
}

.productgridlayout [class*="col-"] a.btn-theme:after {
    background-color: #524b32;
}

.plantertitle .btn-theme {
    font-size: 24px;
    color: #fff;
}

.plantertitle .btn-theme:hover {
    color: #81bf2d;
}

.plantertitle .btn-theme:before {
    background-color: #fff;
}

.plantertitle p {
    color: #524b32;
    margin-bottom: 15px;
}

.planterthumb {
    position: relative;
}

.planterthumb::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}

.productgridlayout [class*="col-"] a:hover .plantertitle {
    opacity: 1;
}

.productgridlayout [class*="col-"] a:hover .planterthumb::before {
    opacity: 1;
}

.productgridlayout [class*="col-"] a img {
    width: 100%;
}

.plantergridhalf {
    width: 50%;
}

.planterlistrow .productleafbottom {
    bottom: auto;
    top: 850px;
}

.planterlistrow .productleafright {
    top: 0px;
}

.aboutgalleryrow {
    text-align: center;
    padding-bottom: 250px;
    background-color: #fbf9f5;
}

.aboutgalleryrow h2 {
    margin-bottom: 40px;
}

.aboutgalleryrow p {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 50px;
}

.aboutgalleryslider .slick-slide {
    padding: 0px 15px 275px;
    position: relative;
    cursor: pointer;
}

.aboutgalleryslider {
    width: 100%;
    padding: 0px 15px;
}

.slidercontent {
    position: relative;
    display: inline-block;
    min-height: 1px;
    width: 100%;
}

.gallerycontentslider {
    padding: 0px 30px 25px;
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    background-color: #f0eee7;
    transition: all 0.1s ease-in;
    margin-top: -10px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.aboutgalleryslider .slick-current .gallerycontentslider {
    opacity: 1;
    transition: all 0.3s ease-in;
    padding-top: 20px;
}

.abogellerybg {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    border: 7px solid #f0eee7;
}

.aboutgalleryslider .slick-prev,
.aboutgalleryslider .slick-next {
    margin-top: -105px;
}

.aboutgalleryslider .slick-prev {
    left: -5px;
}

.aboutgalleryslider .slick-next {
    right: -5px;
}

/* beyond boundries page */
.beyondtopsection {
    padding: 100px 0px 0px !important;
}

.beyondboundriesrowtop {
    margin-top: -250px;
}

.beyondcontercol {
    margin-bottom: 75px;
}

.beyondcontercol h2,
.shadecontent h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
}

.shadecontent p,
.thinkinrow p,
.size24 {
    font-size: 24px;
}

.boundriresrowcontent p {
    font-size: 20px;
}

.boundriresrowcontent .containbgcol {
    left: 345px;
}

.boundriresrowcontent .bottomproduct {
    width: 75%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: -232px;
    padding-left: 0px;
}

.boundriresrowcontent .delicatcontentcol {
    padding: 100px 0px 0px;
    position: relative;
}

.deliverylogo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px 220px;
    width: 100%;
}

.deliverylogo picture {
    margin-right: 36px;
}

.nutshellcol {
    margin-bottom: 100px;
}

.beyondtopsection video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.resellerbanner .topbannerimg {
    padding-bottom: 200px;
}

.resellerbanner {
    position: relative;
    width: 100%;
}

.resellerbanner .captioncol {
    padding: 270px 0px 0px;
}

.resellerbanner .captioncol h2 {
    font-weight: 400;
    color: #fff;
}

.resellerbanner p {
    color: #fff;
}

.resellerbanner .btn-theme {
    margin-top: 80px;
    color: #fff;
    z-index: 5
}

.resellerbanner .btn-theme:hover {
    color: #524b32;
}

.resellerbanner .btn-theme:before {
    background-color: #fff;
}

.resellerbanner .btn-theme:after {
    background-color: #524b32;
}

.resellerthumb {
    position: absolute;
    right: -30px;
    bottom: -110px;
    z-index: 1;
}

.resellerfrmrow {
    background-color: #fff;
    padding: 225px 0px 20px;
    position: relative;
}

.resellernote {
    color: #83bf2d;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0px;
    font-weight: 400;
    font-size: 15px;
}

.resellerfrmrow .row:first-child p {
    font-size: 36px;
    font-weight: 300;
    color: #897d52;
    line-height: 48px;
}

.resellerform h2 {
    margin-bottom: 80px;
}

.shadecardrow h2 {
    margin-bottom: 3px;
}

.shadecarcol {
    width: 25%;
    position: relative;
}

.shadename {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: 500;
}

.shadecarcol:hover .shadename {
    opacity: 1;
}

.shadecardrow .row {
    margin-bottom: 30px;
}

.shadecardrow .row p:last-child {
    margin-bottom: 0px;
}

.btnformtop {
    margin-bottom: 10px;
    padding: 0px 15px;
}

.glosscolor {
    width: 100%;
    min-height: 300px;
}

.sliderfactor {
    margin-right: -255px;
}

.sliderfactor .slick-prev,
.sliderfactor .slick-next {
    padding: 0px 30px;
    transform: translate(0px);
    bottom: 0px;
    top: auto;
    width: 105px;
    height: 100px;
    background-color: #f0eee7;
}

.sliderfactor .slick-prev {
    left: -205px;
    text-align: right;
}

.sliderfactor .slick-next {
    left: -105px;
    right: auto;
    text-align: left;
}

.reseller-drawing-row {
    position: relative;
    padding-bottom: 100px;
}

.reseller-drawing-row::before {
    background-color: #f0eee7;
    right: 0px;
    width: 60.5%;
    bottom: 0px;
    top: 0px;
    content: '';
    position: absolute;
    z-index: -1;
}

.thinkinrow {
    text-align: center;
}

.thinkinrow h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
}

.factorcolright {
    width: 50%;
}

.surroundingrow {
    margin: 0px 0px 300px;
    text-align: center;
}

.surroundingrow .row [class*="col-"]:first-child {
    margin-bottom: 70px;
}

.surroundingrow .row [class*="col-"]:last-child {
    margin-bottom: 0px;
}

.surroundingrow .row {
    margin-bottom: 0px;
}

.surroundingrow strong {
    font-size: 100px;
    color: #83bf2d;
    font-weight: 700;
    line-height: 1.1
}

.surroundingrow h2 {
    color: #524b32;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 0px;
}

.greenbg {
    background-color: #83bf2d;
}

.bodybg {
    background-color: #fbf9f5;
}

.bodybgwhite {
    background-color: #fff;
}

body {
    -webkit-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

body.greenbg .resellstiky-row h2,
body.greenbg .resellstiky-row p,
body.greenbg .resellstiky-row .largetitlecol strong,
body.greenbg .resellstiky-row .largetitlecol span,
body.greenbg .resellstiky-row .offerlogothumb span,
body.greenbg .resellstiky-row .offerlogothumb strong {
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.resellstiky-row h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1
}

.resellstiky-row p {
    font-size: 24px;
}

.resellstiky-row {
    padding-bottom: 200px;
}

.resellerstikycol {
    float: left;
    width: 48%;
    margin-top: 40px;
    line-height: 1;
    padding-left: 100px;
}

.right-sticky-scr {
    float: right;
    width: 43%;
    margin-top: -30px;
}

.resellstiky-row .homestickyrow {
    margin-top: 350px;
}

.largetitlecol {
    margin-bottom: 350px;
}

.right-sticky-scr .largetitlecol:last-child {
    margin-bottom: 0px;
}

.largetitlecol strong,
.largetitlecol span {
    display: inline-block;
}

.largetitlecol strong {
    font-size: 275px;
    line-height: 240px;
    font-weight: 200;
    letter-spacing: -25px;
    margin-right: 20px;
}

.largetitlecol strong.size120 {
    font-size: 96px;
    line-height: 110px;
    letter-spacing: -5px;
}

.largetitlecol span {
    font-size: 52px;
    line-height: 50px;
}

.offerlogothumb {
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
}

.offerlogothumb strong {
    font-size: 72px;
    font-weight: 700;
}

.plainterchoicerow {
    background-color: #fff;
    padding: 150px 0px 0px;
}

/* beauty of bonasila */
.beautygridrow {
    margin-top: 50px;
}

.beautygridrow .row>[class*="col-"] {
    margin-bottom: 50px;
}

.grid-item,
.grid-sizer {
    width: 25%;
}

.grid-item .playicon {
    font-size: 50px;
    opacity: 0.8;
    z-index: 2;
}

.grid-item a:hover .playicon {
    font-size: 50px;
    opacity: 1;
}

.grid-item a {
    overflow: hidden;
    display: block;
    position: relative;
}

.grid-item a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.2s ease;
}

.grid-item a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.video-item a::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.10);
}

.bodycol {
    float: left;
}

.tblscrollhand {
    display: none;
    animation: rev-ani-mouse 1.5s ease-in infinite;
    font-size: 20px;
    color: #81bf2d;
    transition: all 0.2s ease-in;
    position: relative;
    float: right;
}

.tabeltabs .tab-content {
    position: relative;
}

.tabeltabs p {
    padding-right: 30px;
}

.prodthumb {
    position: relative;
}

.alert-danger {
    padding: 5px 15px;
}

.bonsilavideorow {
    width: 100%;
    margin-bottom: 150px;
    position: relative;
}

/*.bonsilavideorow iframe{position: absolute;display: inline-block;vertical-align: top;
top: 50%;left: 50%;min-width: 102%;min-height: 100%;width: auto;height: auto;z-index: 0;-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
*/
.playpause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.playpause img {
    width: 100%;
}

.bonsilavideorow.topbannerimg {
    padding-top: 100px;
    padding-bottom: 0px;
}

/* Homepage planter view section */
.homestickyrow {
    width: 100%;
    position: relative;
}

.productcentercontent {
    background-color: #fff;
    padding: 200px 0px;
}

.productcentercontent h3 {
    color: #524b32;
    font-weight: 400;
    margin-bottom: 15px;
}

.productcentercontent .row [class*="col-"]:last-child {
    margin-bottom: 0px;
}

.productcentercontent p a {
    color: #524b32;
}

.productcentercontent p a:hover {
    color: #81bf2d;
}

.planter-sticky-col {
    float: left;
    position: absolute;
    left: 0px;
    width: 100%;
}

.rightplantercol {
    float: right;
    width: 50%;
}

.rightplantercol [class*="col-"] {
    padding: 0px;
}

.planter-sticky-col h2 {
    font-size: 96px;
    font-family: 'Verveine Regular';
    font-weight: normal;
    line-height: 80px;
    letter-spacing: -2px;
}

.planter-sticky-col h2 sup {
    top: -35px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #897d52;
    font-size: 18px;
    font-weight: 400;
}

.planter-sticky-col h3 {
    color: #524b32;
    font-weight: 400;
    margin-bottom: 15px;
}

.rightplantercol [class*="col-"] a:hover .plantertitle {
    opacity: 1;
}

.rightplantercol [class*="col-"] a:hover .planterthumb::before {
    opacity: 1;
}

.offset-left {
    margin-left: 120px;
}

.rightplantercol::after {
    background-color: #f0eee7;
    content: '';
    width: 25%;
    z-index: 0;
    bottom: -200px;
    height: 500px;
    right: 0px;
    position: absolute;
    z-index: -1;
}

.productwhitebg::before {
    background-color: #fff;
}

.productwhitebg::after {
    background-color: #f0eee7;
}

.productwhitebg .rightplantercol::after {
    background-color: #fff;
}

/* planter new css */

/* Desing It Yourself */
.desingyourtoprow {
    padding: 265px 0px 100px;
    height: 100vh;
    min-height: 100%;
    /*background-color: #83bf2d;*/
}

.desingyourtoprow h1 {
    color: #fff;
    font-size: 180px;
    font-weight: 700;
    line-height: 170px;
    margin-left: -7px;
    margin-bottom: 40px;
}

.videoleftcol {
    float: left;
    width: 66.666667%;
    padding: 0px 15px;
    margin-top: -60px;
}

.videorightcol {
    float: right;
    width: 33.333333%;
    padding: 0px 15px 0px 65px;
    margin-top: 400px;
}

.videorightcol h2 {
    font-size: 60px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 60px;
}

.videotitleright {
    margin-bottom: 350px;
}

.textblockrow {
    color: #83bf2d;
}

.textblockrow strong {
    font-size: 180px;
    font-weight: 700;
    line-height: 180px;
    letter-spacing: -10px;
}

.videoportrait {
    position: relative;
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
}

.videoportrait video {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.videoportrait iframe {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.headingtext {
    display: inline-block;
}

.headingtext span:first-child {
    display: inline-block;
    vertical-align: top;
}

.animlatter {
    -webkit-transition: all 1s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    display: inline-block;
}

.animlatter.animup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.animleft {
    margin-left: -133px;
    -webkit-transition: all 1s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}

.animleft.animleftnone {
    margin-left: 0px;
}

/*.textblockrow .row  [class*="col-"] :last-child::after{line-height: 1;width: 35%;content: 'you can, without a doubt, help us.';font-size: 72px;
font-weight: 300;color:#897d52;letter-spacing: -1px;display: inline-block;vertical-align: top;margin-top: 95px;}*/
.textblockrow .row [class*="col-"] .textsmtop {
    line-height: 1;
    width: 40%;
    font-size: 72px;
    margin-left: 15px;
    font-weight: 300;
    color: #897d52;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: top;
    margin-top: 95px;
}

.textblockrow .row [class*="col-"] .textsmtop:first-child {
    margin-top: 0px;
}

.imageuploadcol {
    margin-bottom: 130px;
}

.imageuploadcol h2 {
    margin-bottom: 0px;
}

.imageuploadcol span {
    color: #81bf2d;
    font-weight: 400;
}

.uploadfeatures h2 {
    margin-bottom: 40px;
}

.uploadfeatures p {
    font-size: 16px;
}

.uploadfeatures:last-child {
    margin-bottom: 0px;
}

/* F Factor page */
.factorbannertop .topbannerimg {
    padding-bottom: 300px;
}

.factorcolthumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.factorcolthumb img {
    width: 100%;
}

.thumbreversrow {
    background-color: #fff;
}

.effortsrow {
    background-color: #fff;
    padding: 150px 0px;
}

.effortsrow .headingtext {
    color: #83bf2d;
    font-size: 240px;
    font-weight: 700;
    line-height: 200px;
    margin-left: -7px;
    margin-bottom: 40px;
}

.animright {
    margin-left: 170px;
}

.effleftmr {
    margin-left: 330px;
}

.effortsrow .animleft {
    margin-left: -170px;
}

.effortsrow .animleft.animleftnone {
    margin-left: 0px;
}

.effortsrow .animlatter {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}

.effortsrow .animlatter.animup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.videofacterrow {
    background-color: #fff;
}

.videofacterrow video,
.videofooter video {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.effortsrow .row [class*="col-"]:last-child {
    margin-left: 460px;
}

.factortextcol {
    margin-bottom: 50px;
}

.factortextcol p,
.conatainerbg p,
.effortsrow .row [class*="col-"] p {
    font-size: 32px;
    line-height: 40px;
}

.factortextcol [class*="col-"]:last-child {
    margin-top: 190px;
}

.factortextcol p strong,
.conatainerbg p strong {
    font-weight: 500;
}

.videofooter {
    background-color: #fff;
    padding-bottom: 400px;
}

.factortalkrow h3 {
    color: #524b32;
    font-size: 24px;
}

.fullwidthvideo {
    width: 100%
}

.rowfactorcenter {
    text-align: center;
    padding: 400px 0px 100px;
    font-size: 32px;
}

.rowfactorcenter span,
.rowfactorcenter strong {
    display: block;
    font-weight: 700;
}

.rowfactorcenter strong {
    font-size: 48px;
}

.rowfactorcenter strong i {
    font-size: 36px;
    color: #d02e1f;
}

.rowfactorcenter span {
    color: #88b82f;
    font-size: 100px;
    letter-spacing: -2px;
    line-height: 1.2;
}

/* custom animation */

/*homepage work section*/
.workingdetailrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 240px 0px;
}

.workingtitle h2 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.workingtitle h3 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}

.workingtitle {
    margin-bottom: 200px;
}

.workingsliderfull {
    margin-bottom: 200px;
    padding-left: 50px;
}

.workingsliderfull {
    margin-right: -50%;
}

.workingsliderfull .slick-slide {
    padding: 0px 30px;
}

.workingsliderfull img {
    width: 100%;
}

.workdetailcontent {
    color: #fff;
}

.workdetailcontent h2 {
    color: #fff;
}

.workdetailcontent .row [class*="col-"]:last-child {
    margin-top: 20px;
}

.logoslider {
    width: 100%;
    padding: 0px 80px;
}

.logoslider .slick-slide {
    padding: 0px 10px;
}

.clientlogorow {
    background: #fff;
    padding: 400px 0px;
    text-align: center;
}

.sectioncheckavail h2 {
    font-weight: 500;
}

.pincodefield {
    max-width: 150px;
    margin-right: 30px;
}

.checkavilfrom .form-control {
    padding-bottom: 2px;
    border-bottom: 1px solid #81bf2d;
}

.checkavilfrom .form-control:focus {
    border-bottom: 1px solid #81bf2d;
}

.sectioncheckavail button.btn-theme {
    font-size: 16px;
}

.sectioncheckopen {
    width: 100%;
    background-color: #fff;
    padding: 100px 0px;
    font-weight: 400;
    display: none;
}

.contentcheck {
    margin-bottom: 60px;
}

.contentcheck p {
    color: #897d52;
    font-weight: 300;
    font-size: 24px;
}

.checkavilfrom .form-control:focus::-webkit-input-placeholder,
.checkavilfrom .form-control::-webkit-input-placeholder {
    color: #81bf2d;
}

.checkavilfrom .form-control:focus::-moz-placeholder,
.checkavilfrom .form-control::-moz-placeholder {
    color: #81bf2d;
}

.checkavilfrom .form-control:focus:-ms-input-placeholder,
.checkavilfrom .form-control:-ms-input-placeholder {
    color: #81bf2d;
}

.checkavilfrom .form-control:focus::-ms-input-placeholder,
.checkavilfrom .form-control::-ms-input-placeholder {
    color: #81bf2d;
}

.checkavilfrom .form-control:focus::placeholder,
.checkavilfrom .form-control::placeholder {
    color: #81bf2d;
}

.worriedcol ul {
    padding-left: 100px;
}

.worriedcol ul li {
    width: 100%;
    margin-bottom: 60px;
}

.worriedcol ul li:last-child {
    margin-bottom: 0px;
}

.videoportraitfooter {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
}

.videoportraitfooter video {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.notecol {
    font-size: 15px;
    color: #81bf2d;
}

.notecol p a {
    color: #524b32;
}

.notecol p a: hover;

    {
    color: #81bf2d;
}

/* Catlouge page */
.catloguesrow {
    position: relative;
    width: 100%;
    background-color: #83bf2d;
    padding: 200px 0px;
    height: 100vh;
}

.catloguesrow h1 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-left: -7px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.catloguesrow p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
}

.catloguesrow .btn-theme {
    color: #fff;
}

.catloguesrow .btn-theme:before {
    background-color: #fff;
}

.catloguesrow .btn-theme:hover {
    color: #524b32;
}

.catloguesrow .btn-theme:after {
    background-color: #524b32;
}

.link-pdf {
    display: none;
}

.catsubmit {
    margin-top: 70px;
}

.catloagfrmrow {
    margin-top: 50px;
}

.catloagfrmrow p {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 28px;
}

.catloagfrmrow .form-group {
    border-bottom-color: #fff;
    color: #fff !important;
}

.catloagfrmrow .form-control {
    border-bottom-color: transparent;
    color: #fff !important;
}

.catloagfrmrow .help-block-error {
    color: #fff;
}

.catloagfrmrow .form-control:focus {
    border-bottom: 1px solid #fff;
}

.catloagfrmrow .form-control::-webkit-input-placeholder,
.catloagfrmrow .form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

.catloagfrmrow .form-control::-moz-placeholder,
.catloagfrmrow .form-control:focus::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
    color: #fff;
}

.catloagfrmrow .form-control::-ms-input-placeholder,
.catloagfrmrow .form-control:focus::-ms-input-placeholder {
    color: #fff;
}

.catloagfrmrow .form-control::placeholder,
.catloagfrmrow .form-control:focus::placeholder {
    color: #fff;
}

.catalougedownload .container-fluid .row:first-child {
    margin-top: -60px;
}

.catalougedownload {
    padding-top: 100px;
}

.catalougedownload .container-fluid .row:nth-child(3) [class*='col-'] {
    margin-right: -50px;
    margin-bottom: 70px;
}

.catalougedownload .headingtext {
    color: #83bf2d;
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
    margin-left: -7px;
    margin-bottom: 40px;
}

.catalougedownload .animleft {
    margin-left: -100px;
}

.catalougedownload .animleft.animleftnone {
    margin-left: 0px;
}

/*.catalougedownload {display: inline-block;}*/
.catalougedownload .container-fluid .row [class*='col-'] {
    z-index: 1;
    position: relative;
}

.catalougedownload .container-fluid {
    z-index: 1;
    position: relative;
    background-color: #fbf9f5;
}

.awardsrow img {
    width: 150px;
}

.downloadcat {
    margin-bottom: 100px;
}

.downloadcat a.btn-theme {
    font-size: 16px;
    margin: 0px 10px;
    font-weight: 400;
}

.downloadcat a.btn-theme:hover {
    color: #fff;
}

.thankyoupage .downloadcat a.btn-theme::after {
    background-color: #fff;
}

.privacy-policy-content strong {
    font-weight: 600;
}

.topbannerimg h1 span {
    font-size: 30px;
    letter-spacing: 0px;
    display: block;
    margin-top: 20px;
}

.bottomimgmar {
    margin-top: 200px;
}

.colortitlecol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.colortitlecol span {
    font-size: 22px;
    font-weight: 500;
}

#nav-marble .texturescolor {
    width: 100%;
}

#nav-marble .colortitlecol a {
    display: none;
}

.prosliderthumbnav .slick-track {
    margin: 0px;
}

#nav-marble-tab {
    display: none;
}

#nav-marble {
    margin-top: -50px;
}

.marblecolorshade .shadecarcol {
    width: 33.33%;
    margin-top: 10px;
}

@keyframes rev-ani-mouse {
    0% {
        right: 0px;
        opacity: 0.7;
    }

    50% {
        right: 7px;
        opacity: 1;
    }

    100% {
        right: 0px;
        opacity: 0.7;
    }
}

@keyframes sliderfadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.sliderfadeInLeft {
    -webkit-animation-name: sliderfadeInLeft;
    animation-name: sliderfadeInLeft;
}

@keyframes sliderfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.sliderfadeInUp {
    -webkit-animation-name: sliderfadeInUp;
    animation-name: sliderfadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse2 {
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    animation-iteration-count: infinite;
}

.grecaptcha-badge {
    display: none;
}


/*  Header   */
  .header {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px hsl(0deg 0% 0% / 63%);
    background-color: #fff;
    z-index: 1;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 20px;
  }
  
  .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  
  .logo a span {
    color: #8739fa;
  }
  
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .menu a {
    display: block;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
    color: #000;
  }
  
  .menu:hover a {
    opacity: 0.4;
  }
  
  .menu a:hover {
    opacity: 1;
    color: #2b8b2f;
  }
  
  .menu-icon {
    display: none;
  }
  
  #menu-toggle {
    display: none;
  }
  
  #menu-toggle:checked ~ .menu {
    transform: scale(1, 1);
  }
  
  @media only screen and (max-width: 950px) {
    .menu {
      flex-direction: column;
      background-color: #fff;
      align-items: start;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      z-index: 1;
      transform: scale(1, 0);
      transform-origin: top;
      transition: transform 0.3s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
  
    .menu a {
      margin-left: 12px;
    }
  
    .menu li {
      margin-bottom: 10px;
    }
  
    .menu-icon {
      display: block;
      color: #000;
      font-size: 28px;
      cursor: pointer;
    }
  }

/*  Dropdown   */

  .dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 235px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #000000 !important;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}