/* GLOBAL STYLES */
@import url(https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;500;600;700;900&display=swap);

/*font-family: 'Overpass', sans-serif;*/
@font-face {
    font-family: "nimbus_sans_lregular";
    src:
        url(../../../../../../../../themes/shasta-power-child/assets/fonts/nimbus_sans_l_regular_condensed-webfont.woff2) format("woff2"),
        url(../../../../../../../../themes/shasta-power-child/assets/fonts/nimbus_sans_l_regular_condensed-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nimbus_sans_lbold";
    src: url(../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.eot);
    src:
        url("../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.eot?#iefix") format("embedded-opentype"),
        /*url(../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.woff2) format('woff2'),*/
        url(../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.woff) format("woff"),
        url(../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.ttf) format("truetype"),
        url("../../../../../../../../themes/shasta-power-child/assets/fonts/NimbusSanL-Bol-webfont.svg#nimbus_sans_lbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 20px;
    color: #464646;
    margin: 0;
    padding: 0;
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    background-color: #fff !important;
}

.mobile-open-overflow {
    overflow: hidden;
}

a {
    color: #464646;
    text-decoration: none;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

p a {
    color: #F1AF2D;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #f1af2d;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    color: #f1af2d;
}

p {
    margin: 0 0 20px 0;
    line-height: 28px;
}

ol,
ul {
    margin: 0 0 20px 0;
    padding: 0px 0 0 20px;
}

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

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    color: #2b2b2b;
    font-family: "Overpass", sans-serif;
    line-height: 1.2;
    margin: 0px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.heading {
    margin-bottom: 50px;
}

/* .subheading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Overpass", sans-serif;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 12px;
} */
.subheading {
    font-size: 16px;
    font-weight: 700;
    color: #F1AF2D;
    font-family: 'nimbus_sans_lbold', sans-serif;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    border: 0;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

input,
button,
textarea,
select {
    border: 1px solid #ccc;
    outline: none;
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    color: #000;
}

input[type="submit"],
button {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.UploadCV input[type="file"] {
    width: 100%;
    height: 52px;
    padding: 12px 20px 12px 50px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
    border: 2px solid #e6ecef;
    position: relative;
    -moz-padding-top: 0px;
}

.UploadCV input::-webkit-file-upload-button {
    visibility: hidden;
}

.UploadCV input::before {
    content: "Select some files";
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -o-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #e6ecef;
    border-radius: 2px 0 0 2px;
    padding: 14px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 10pt;
    color: #555;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    background: #e6ecef;
}

.UploadCV input:hover::before {
    border-color: #e6ecef;
}

@-moz-document url-prefix() {
    .careers-form .about-us-form .UploadCV input[type="file"] {
        padding: 0;
    }
}

::-webkit-selection {
    background-color: #f1af2d;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #f1af2d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #f1af2d;
    color: #fff;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
    color: #858585;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
    color: #858585;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*blue background remove button on click */
.button {
    -webkit-tap-highlight-color: transparent;
}

/* Common Css Start Here */

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtC {
    text-align: center;
}

.clear {
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px !important;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px !important;
}

select {
    background-image: url(../../../../../../../../themes/shasta-power-child/assets/images/down-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px !important;
}

select::-ms-expand {
    display: none;
}

select:hover {
    border-bottom: 1px solid #969696;
}

/* Button CSS */
.btn {
    background-color: #f1af2d;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #2b2b2b;
    display: inline-block;
    font-family: "nimbus_sans_lbold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 30px 12px 30px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.15;
}

.btn:focus,
.btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #f1af2d;
    color: #fff;
    border-color: #f1af2d;
}

.btn-white {
    background-color: #fff;
    color: #f1af2d;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #2b2b2b;
}

.btn-green {
    background-color: #5c8c85;
    color: #fff;
}

.btn-black {
    background-color: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #f1af2d;
    color: #ffffff;
}

.btn-white-border {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-border:hover,
.btn-white-border:focus {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff;
}

.btn-yellow-border {
    background-color: transparent;
    border-color: #f1af2d;
    color: #ffffff;
}

.btn-yellow-border:hover,
.btn-yellow-border:focus {
    background-color: #f1af2d;
    border-color: #f1af2d;
    color: #ffffff;
}

.page-template-webinar_page {
    background-color: #fff;
}

/* container */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .why-shasta-section .whyShasta .card-body .card-title {
        font-size: 32px;
    }

    .faq-section .tabs-wrap+h3 {
        font-size: 28px;
    }

    .investor-form .container {
        max-width: 1140px;
    }
}

/*-----Common Css End Here-------*/

/*---Header---*/
#header {
    position: relative;
}

.logo {
    float: left;
    padding-top: 17px;
    padding-bottom: 17px;
}

.logo img {
    height: 86px;
}

.header-right {
    float: right;
}

.home .header-btn-block a {
    color: #fff;
}

.header-btn-block {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.header-btn-block a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    font-family: "Overpass", sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}

body:not(.home) .login-link {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

body:not(.home) .btn.login-link:hover {
    color: #2b2b2b;
}

/*Nav*/
.nav-menu {
    float: right;
}

.menulinks {
    display: none;
    text-align: center;
    width: 41px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    margin-top: -20px;
}

ul.mainmenu {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.mainmenu>li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px;
    position: relative;
}

ul.mainmenu>li>a:link,
ul.mainmenu>li>a:visited {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    font-family: "Overpass", sans-serif;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
    text-transform: uppercase;
}

ul.mainmenu>li:hover a,
ul.mainmenu>li>a.current {
    color: #f1af2d;
}

ul.mainmenu>li>a.current {
    border-bottom-color: #f1af2d;
}

ul.mainmenu>li>a.current:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #16c1f3;
    border-width: 8px;
    margin-left: -8px;
}

ul.mainmenu li a.child-triggerm {
    padding-left: 10px;
}

ul.mainmenu li a.child-triggerm span:after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #5c8c85;
    font-size: 28px;
    line-height: normal;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

ul.mainmenu>li:hover a.child-triggerm span:after {
    content: "\f107";
}

ul.mainmenu ul {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    z-index: 2;
    display: none;
}

ul.mainmenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

ul.mainmenu ul li:last-child {
    border-bottom: none;
}

ul.mainmenu li li a:link,
ul.mainmenu li li a:visited {
    color: #464646;
    display: block;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    font-family: "Overpass", sans-serif;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 5px solid transparent;
}

ul.mainmenu li li a:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: var(--wpr-bg-1511b4e7-ff4b-43d5-af61-f6fd2a6ac8fe);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: absolute;
    top: 11px;
    right: 25px;
    opacity: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

ul.mainmenu li li a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #f1af2d;
}

ul.mainmenu li li a:hover:after {
    opacity: 1;
    right: 15px;
}

ul.mainmenu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

/*Nav end*/

.header-bottom {
    background-color: #5c8c85;
    padding: 10px 0 6px 0;
}

.header-bottom h6 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.hero-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.hero-section .container {
    position: relative;
    padding: 120px 15px;
}

.hero-section .container:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 90%;
    top: 0;
}

.hero-section .hero-text {
    max-width: 570px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    left: -80px;
}

.hero-section .hero-text:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 10px;
}

.hero-section .hero-text-inner {
    position: relative;
    z-index: 1;
}

.hero-section .hero-text-inner h1 {
    margin-bottom: 20px;
}

/*New hero section*/
.mobile-logo {
    display: none;
}

.home #header {
    position: absolute;
    left: 0;
    /* top: 0; */
    z-index: 3;
    width: 100%;
}

.btn-mobile-header {
    display: none;
}

.home ul.mainmenu>li>a:link,
.home ul.mainmenu>li>a:visited {
    color: #fff;
}

.home ul.mainmenu li a.child-triggerm span:after {
    color: #f1af2d;
}

.hero-section.hero-video .video-wrap {
    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;
    position: relative;
    height: 100%;
}

#background-video {
    width: 670px;
    height: 670px;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
}

.hero-section.hero-video {
    background: rgb(191, 82, 49);
    background: -moz-linear-gradient(top, rgba(191, 82, 49, 1) 0%, rgba(241, 175, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(191, 82, 49, 1) 0%, rgba(241, 175, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(191, 82, 49, 1) 0%, rgba(241, 175, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5231', endColorstr='#f1af2d', GradientType=0);
}

.hero-section.hero-video .container {
    padding: 150px 15px 50px 15px;
}

.hero-section.hero-video .container:before {
    display: none;
}

.hero-section.hero-video .hero-logo-shape {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 1;
    width: 400px;
}

.hero-section.hero-video .hero-text {
    max-width: 600px;
    background-color: transparent;
    left: 0;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section.hero-video .hero-text:after {
    display: none;
}

.hero-section.hero-video .hero-text-inner h1 {
    color: #fff;
    font-size: 68px;
    line-height: 78px;
}

.hero-section.hero-video .hero-text-inner .btn {
    font-size: 18px;
}

.hero-section.hero-video .hero-text-inner .watchVideo {
    color: #fff;
    font-size: 16px;
    background-color: rgb(255 255 255 / 15%);
}

.hero-section.hero-video .hero-text-inner .watchVideo:hover {
    color: #000000;
}

.hero-text-mobile {
    padding: 0 15px;
    display: none;
}

.hero-text-mobile h1 {
    color: #fff;
    font-size: 42px;
}

.on-gray-bg {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 252, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 252, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfc', GradientType=0);
}

.content-onbg-section.on-gray-bg .content-onbg h3 {
    color: #2b2b2b;
}

.content-onbg-section.on-gray-bg .content-onbg p {
    /* color: #2b2b2b; */
    color: #2b2b2b;
}

.content-onbg-section.on-gray-bg:before {
    background: var(--wpr-bg-df0fdedf-ddda-4a28-819b-1e253e6cf2fe) no-repeat left center;
    width: 511px;
    height: 510px;
    left: -150px;
}

.content-onbg-section.on-gray-bg:after {
    background: var(--wpr-bg-3e4c3228-50c4-4751-82a6-cf386563a166) no-repeat right center;
    width: 511px;
    height: 510px;
    right: -150px;
}

.page-template-about_us .hero-section {
    background-position: 350px -225px;
}

/* .page-template-about_us .hero-section .hero-text{
    left: -80px;
    padding: 50px;
} */

.page-template-about_us .free-webinar-section .webinar-bg {
    background-position: center 34%;
}

section.content-onbg-section.lo-page h3 {
    font-size: 48px;
    margin-bottom: 18px;
}

/*zigzag-section*/
.zigzag-section .row {
    margin: 100px 0px;
    align-items: center;
}

.zigzag-section .row:nth-child(even) .col-sm-5 {
    order: 2;
}

.zigzag-section .row:nth-child(even) .col-sm-4 {
    order: 2;
}

.zigzag-section .row:nth-child(even) .col-sm-3 {
    order: 2;
}

.zigzag-section h2 {
    margin-bottom: 20px;
}

.zigzag-section hr {
    width: 33px;
    height: 3px;
    background-color: #bf5231;
    margin-bottom: 35px;
}

.zigzag-section .img-wrap img {
    height: auto !important;
}

/*gform validation css*/
.side-contactform .gform_wrapper {
    margin: 0;
}

.side-contactform .gform_wrapper .validation_message {
    padding-top: 0px !important;
}

.side-contactform .gform_wrapper li.gfield.gfield_error {
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
    max-width: calc(100% - 0px) !important;
}

.side-contactform .gform_wrapper div.validation_error {
    display: none;
}

.side-contactform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 8px;
}

.side-contactform .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-popup .gform_wrapper li.gfield_error textarea {
    border-color: #e40202;
}

.side-contactform .gform_button {
    background-color: #004a99;
}

.side-contactform .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important;
}

/*404 page*/
section.error-404 {
    padding: 40px 0 80px 0;
    text-align: center;
}

.page-header .page-title {
    font-family: "Overpass", sans-serif;
}

section.no-results {
    padding: 40px 0 80px 0;
    text-align: center;
}

section.search-results {
    padding: 40px 0 80px 0;
}

.search-form .search-field {
    padding: 17px 40px 17px 34px !important;
    color: #35475b;
    border: 5px solid #35475b;
}

.search-form .search-submit {
    background-color: #bf7c1c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 50px 18px 50px !important;
    display: inline-block;
    font-family: "Overpass", sans-serif;
    color: #fff;
    border: none;
    vertical-align: middle;
}

.search-form .search-submit:hover {
    background-color: #35475b;
    color: #fff;
}

/*testimonials slider*/
.testimonial-section {
    padding: 80px 0;
    background-color: #595933;
    background-repeat: no-repeat;
    background-position: left center;
}

.testimonials {
    max-width: 676px;
    margin: 0 auto;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-pic {
    width: 201px;
    height: 201px;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.testimonials .testimonial-pic img {
    width: 201px;
    height: 201px;
    border-radius: 10px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .testimonial-pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
}

.testimonials .testimonial-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.testimonials .author {
    margin-bottom: 40px;
}

.testimonials .author p {
    font-size: 16px;
    color: #f1af2d;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonials .author h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.slick-slide:focus {
    outline: none;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #969696;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #5c8c85;
    border-color: #5c8c85;
}

.testimonials .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #2b2b2b;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
}

.testimonials .slick-dots li.slick-active button {
    background-color: #2b2b2b;
}

.testimonials .slick-prev,
.testimonials .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    display: block;
    width: 14px;
    height: 23px;
    margin-top: -11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.testimonials .slick-prev {
    left: -25px;
    background: var(--wpr-bg-45bb37da-ffd2-4c4e-930a-70456aeb0bc9) no-repeat left center;
}

.testimonials .slick-next {
    right: -25px;
    background: url(../../../../../../../../themes/shasta-power-child/assets/images/next-arrow.png) no-repeat left center;
}

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

.instructor-section h3 {
    text-align: center;
    margin-bottom: 50px;
}

.instructor-section .row {
    row-gap: 30px;
    justify-content: center;
}

.instructor-item {
    padding: 0px 20px;
    display: flex;
    height: 100%;
}

.instructor-item .instructor-border {
    border: 1px solid #f1af2d;
    border-radius: 10px;
    padding: 30px 30px 30px 0px;
    width: 100%;
    display: inline-block;
}

.instructor-item .instructor-pic {
    position: relative;
    margin-left: -40px;
}

.instructor-item .instructor-pic img {
    width: 209px;
    height: 209px;
    border-radius: 100%;
    object-fit: cover;
}

.instructor-item .instructor-content {
    padding-left: 0;
}

.instructor-quote {
    position: relative;
    padding-top: 15px;
}

.instructor-quote h4 {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.instructor-quote p:empty {
    display: none;
}

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

.page-template-everyday_investor section.faq-section,
.page-template-institutional_investor section.faq-section {
    padding-top: 118px;
}

.faq-section .container {
    max-width: 750px;
}

.faq-section h2 {
    text-align: center;
}

.faq-section h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.faq-section .tabs-wrap+h3 {
    font-weight: 300;
}

.faq-section .btn {
    min-width: 187px;
}

.tabs-wrap {
    margin-bottom: 50px;
}

.tabs-wrap .nav-tabs {
    border-bottom: 1px solid #f1af2d;
}

.tabs-wrap .nav-tabs .nav-link {
    margin-bottom: 2px;
    border: none;
    border-bottom: 6px solid #f2f2f2;
    font-size: 16px;
    text-transform: uppercase;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    color: #969696;
}

.tabs-wrap .nav-tabs .nav-link:hover {
    border-bottom-color: #f1af2d;
    color: #464646;
}

.tabs-wrap .nav-tabs .nav-link.active {
    border-bottom-color: #f1af2d;
    color: #464646;
}

.tabs-wrap .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.tabs-wrap .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

#faq .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
}

#faq .card:first-child {
    border-top: 1px solid #d8d8d8;
}

#faq .card .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #464646;
    padding: 20px 25px 20px 0;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: normal;
    float: right;
    color: #5c8c85;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 18px;
    background: var(--wpr-bg-e62e0200-de49-4f3d-8774-0590da0d3a24);
    font-size: 0;
    background-position: center;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f105";
    font-size: 0;
    width: 10px;
    background: var(--wpr-bg-f2177372-8e16-4c59-b02e-8001d1247dfb);
    height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

#faq .card .card-body {
    padding-left: 0;
    padding-top: 5px;
}

/*Contact section*/
.contact-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.footer-contact-section .container {
    max-width: 850px;
}

.contact-section h2 {
    font-size: 48px;
    text-align: center;
    color: #2b2b2b;
}

.contact-section h4 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    color: #2b2b2b;
}

.contact-section .contact-form {
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
    border: none;
    border-bottom: 1px solid #969696;
    outline: none;
    font-family: "Overpass", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #464646;
    border-radius: 0;
    padding: 0px;
    background-color: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    box-shadow: none;
    border-color: #f1af2d;
}

input[type="submit"],
button[type="submit"] {
    background-color: #f1af2d;
    border: none;
    border-radius: 100px !important;
    color: #2b2b2b;
    display: inline-block;
    font-family: "nimbus_sans_lbold", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    text-align: center;
}

input[type="submit"]:focus,
input[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:hover {
    background-color: #f1af2d;
    color: #ffffff;
}

/*Custom checkbox start*/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    display: none !important;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 400;
    font-size: 18px !important;
}

[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    background-color: transparent;
    width: 17px;
    height: 17px;
    border: 2px solid #fb4e13;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

[type="checkbox"]:checked+label:before {
    background-color: #fb4e13;
}

[type="checkbox"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-section .wpforms-container {
    margin-bottom: 0px;
}

.contact-section .wpforms-container .wpforms-field-label {
    font-weight: 300;
    margin-bottom: 0;
}

.contact-section .wpforms-container .wpforms-required-label {
    color: #464646;
}

.contact-section .wpforms-container .wpforms-submit-container {
    display: inline-block;
    width: 100%;
    padding-top: 60px;
}

.contact-section .wpforms-container .wpforms-field.wpforms-field-select {
    display: inline-block;
    width: 100%;
}

.contact-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 56px;
}

.contact-section .gform_wrapper .gfield_required {
    display: none !important;
}

.contact-section .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-section .gform_wrapper.gravity-theme .ginput_complex label,
.contact-section .gform_wrapper.gravity-theme .ginput_complex legend {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-section .gform_wrapper.gravity-theme .gfield input,
.contact-section .gform_wrapper.gravity-theme .gfield select {
    font-size: 20px;
    font-weight: 300;
}

.contact-section .gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
    font-size: 20px;
    font-weight: 300;
}

/*form validation*/
.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field input.user-invalid,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field textarea.user-invalid,
.wpforms-container .wpforms-field select.wpforms-error,
.wpforms-container .wpforms-field select.user-invalid,
.wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
    border: none !important;
    border-bottom: 1px solid #bf5231 !important;
}

.wpforms-container label.wpforms-error {
    font-size: 14px !important;
    color: #bf5231 !important;
}

/*Custom checkbox end*/

.chosen-results li {
    position: relative;
    cursor: pointer;
}

.chosen-results li:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c7c7c7;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
    border: none !important;
    border-radius: 10px 10px 0 0;
}

.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
    border-radius: 0 0 10px 10px;
    border: none !important;
    padding-bottom: 10px;
}

.chosen-results li.highlighted {
    background-color: #dee8e7 !important;
    background-image: none !important;
    color: #464646 !important;
}

.chosen-results li.result-selected {
    background-color: #dee8e7;
    color: #464646 !important;
}

.chosen-results li.result-selected:before {
    background-color: #5c8c85;
    border: 2px solid #5c8c85;
}

.chosen-results li.result-selected:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*--Footer--*/
.site-footer {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
}

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

.site-footer .footer-logo {
    display: grid;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
}

.site-footer .footer-logo .logo {
    padding: 0;
}

.site-footer .footer-logo .logo img {
    width: 75px;
    height: auto;
}

.site-footer .footer-logo .address {
    width: calc(100% - 61px);
    padding-top: 20px;
    font-size: 16px;
}

.site-footer .footer-logo .address p {
    margin: 0;
}

.site-footer .footer-menu {
    width: 100%;
    padding-left: 50px;
}

.site-footer .footer-menu ul {
    text-align: center;
}

.site-footer .footer-menu li {
    width: 30%;
    display: inline-block;
}

.site-footer .footer-menu li a {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 20.26px !important;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-left: 7px solid #f1af2d;
    padding: 10px 40px 10px 10px;
    display: inline-block;
    position: relative;
    text-align: left;
    letter-spacing: 1px;
}

.site-footer .footer-menu li a:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: var(--wpr-bg-ead97b9f-8f3a-43b3-a4b9-9fd12b4ef303);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12.5px;
    opacity: 0;
}

.site-footer .footer-menu li a:hover {
    color: #2b2b2b;
    border-color: #f1af2d;
}

.site-footer .footer-menu li a:hover:after {
    opacity: 1;
}

a.footer-button {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.site-footer .footer-social h4 {
    color: #5c8c85;
    font-size: 18px;
    text-transform: uppercase;
}

.site-footer .footer-social {
    width: 100%;
    text-align: center;
}

.site-footer .footer-social li {
    display: inline-block;
    margin: 0 5px;
}

.site-footer .footer-social li a img {
    height: 25px;
}

.site-footer .footer-social li a:hover img {
    opacity: 0.5;
}

.copyright-links,
.copyright-links a {
    font-size: 13px;
    color: #cbcbcb;
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    position: relative;
    padding: 15px 10px 20px;
    color: #969696;
    font-weight: 400 !important;
    text-align: center;
}

.copyright a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400 !important;
}

.copyright a:hover {
    color: #f1af2d;
    text-decoration: none;
}

.copyright p {
    margin: 0;
}


/*** New Footer Menu Area ***/

.footer-cta-section {
    background: linear-gradient(to bottom, rgba(191, 82, 49, 1) 0%, rgba(241, 175, 45, 1) 100%) !important;
}

.footer-cta-section h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0px 0 15px;
}

.footer-cta-section h2,
.footer-cta-section p {
    color: #fff;
}

.footer-cta-section .img-wrap img {
    height: 300px !important;
}

.footer-menus {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.footer-menus h4,
.footer-menus nav li.menu-item a {
    color: #464646;
    line-height: 2em;
}

.footer-menus nav li.menu-item a:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3.1px;
    transition: 1.3s;
}

/* .footer-menus nav li.menu-item a:after{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../../../../../../../../../../../themes/shasta-power-child/assets/images/ShastaArrowWhite.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12.5px;
    opacity: 0;
}

.footer-menus nav li.menu-item a:hover:after {
    opacity: 1;
} */

.footer-menus .col-sm-3:not(:last-of-type) {
    border-right: 1px solid rgb(177, 177, 177)
}

.footer-bar {
    padding: 40px 10px;
}

.footer-bar .row {
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-footer .footer-bar .row {
        align-items: flex-start;
        padding-top: 6px;
    }

    .site-footer .footer-bar .footer-logo .address {
        text-align: left;
        font-size: 14px;
        max-width: 110px;
        width: 110px;
    }

    .site-footer .footer-bar .footer-social {
        text-align: right;
    }

    .site-footer .footer-bar .footer-social li {
        margin: 5px;
    }

    .site-footer .footer-bar .col-md-6 {
        padding: 0;
    }

    .site-footer .footer-bar .copyright-links {
        display: block;
    }
}

@media (min-width: 576px) {
    .footer-menus .container {
        max-width: 100%;
    }
}

@media(max-width : 576px) {
    .footer-menus .col-sm-3:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .footer-menus h4 {
        margin: 0 0 10px;
        font-size: 24px;
    }

    .footer-menus nav li.menu-item a {
        font-size: 18px;
    }
}

/*Video Page*/
.video-mobile {
    display: none;
}

.page-template-video {
    background-color: #fff;
}

.video-section {
    padding: 100px 0;
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(242, 242, 242, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(242, 242, 242, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.video-section .video-overview {
    text-align: center;
    padding-bottom: 30px;
}

.video-section .video-overview hr {
    width: 36px;
    height: 3px;
    background-color: #bf5231;
    margin: 0 auto 35px auto;
}

.video-section .video-overview p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.video-section .video-wrap {
    position: relative;
    padding: 0 50px;
}

.play-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-icon:after {
    content: "";
    border: 2px solid #f1af2d;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.play-icon .arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #f1af2d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -10px;
}

.video-section .btn-block {
    margin-top: 40px;
}

.register-form .dreeWebinar-overview {
    text-align: center;
    padding-bottom: 30px;
}

.register-form .modal-content {
    border: none;
    border-radius: 20px;
}

.register-form .modal-header {
    border-bottom: none;
}

.register-form .modal-header .close {
    background: none;
}

.register-form .modal-header .close:hover {
    background: none;
}

.register-form .modal-body {
    padding: 0px 45px 0px 45px;
}

.register-form .modal-body .video-overview {
    text-align: center;
}

.register-form .modal-footer {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-section.access-form {
    padding: 0 0 30px 0;
}

.contact-section.access-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 30px;
}

.access-form .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

.access-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    width: auto;
    line-height: 20px;
}

/*Home page*/
.hero-section .hero-text hr {
    width: 33px;
    height: 3px;
    background-color: #bf5231;
    margin-bottom: 35px;
}

.hero-section .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.hero-section .watchVideo {
    font-size: 14px;
    color: #f1af2d;
    font-family: "nimbus_sans_lbold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .watchVideo i {
    font-size: 20px;
    margin-right: 10px;
}

.hero-section .watchVideo:hover {
    color: #2b2b2b;
}

hr.separator {
    width: 33px;
    height: 3px;
    background-color: #bf5231;
    margin-bottom: 35px;
}

.heading.text-center hr {
    margin-left: auto;
    margin-right: auto;
}

.btn-block .learnMore {
    margin-left: 30px;
}

.learnMore {
    font-size: 16px;
    color: #5c8c85;
    font-family: "nimbus_sans_lbold", sans-serif;
    /*font-family: "nimbus_sans_lbold", sans-serif;*/
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.learnMore:hover {
    color: #2b2b2b;
}

.content-onbg-section {
    /* background-color: #bf5231; */
    padding: 100px 0 100px 0;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.content-onbg-section>div {
    position: relative;
    z-index: 1;
}

.content-onbg-section:before {
    content: "";
    width: 437px;
    max-width: 100%;
    height: 256px;
    background: var(--wpr-bg-cf100c4f-5f3f-4723-ab3e-de891318eddb) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}

.content-onbg-section:after {
    content: "";
    width: 441px;
    max-width: 100%;
    height: 258px;
    background: var(--wpr-bg-d82fc73c-c7e4-4c53-9de0-9ae042fdc49f) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-onbg-section .content-onbg {
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.content-onbg-section .content-onbg h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    color: #fff;
}

.content-onbg-section .content-onbg p {
    font-size: 24px;
    line-height: 32px;
}

.half-image-content {
    padding: 50px 0 100px 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.half-image-content .img-wrap {
    padding: 50px 30px 0 50px;
    position: relative;
    z-index: 1;
}

.half-image-content .img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--wpr-bg-f89a1d96-089f-4963-99b1-ffc509618bb3) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 15px;
    background-size: 90%;
    z-index: -1;
    opacity: 0.2;
}

.half-image-content .img-wrap img {
    width: 100%;
    height: 570px;
    border-radius: 10px;
    object-fit: cover;
}

.half-image-content .img-right img {
    object-position: right;
}

.half-image-content .btn-block {
    padding-top: 15px;
}

.half-image-content .btn-block .learnMore {
    position: relative;
    padding-right: 30px;
}

.blog-section .learnMore {
    position: relative;
    padding-right: 30px;
}

.blog-section .blog-text {
    position: relative;
    margin-top: 20px;
}

.blog-section .blog-btn {
    position: relative;
    margin-top: 80px;
}

.blog-section .blog-btn a {
    text-transform: uppercase;
}

.row.inner-blogs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-image-content .btn-block .learnMore:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: var(--wpr-bg-56854277-3a86-4e9d-9dcc-fbdf3f0939ef);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12.5px;
}

.blog-section .learnMore:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: var(--wpr-bg-345bf363-35ec-4c5c-9d0b-f757b1b88fca);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12.5px;
}

.half-image-content .btn-block .learnMore:hover {
    padding-right: 35px;
}

.blog-section .learnMore:hover {
    padding-right: 35px;
}

.why-shasta-section {
    padding: 100px 24px 100px 24px;
}

.why-shasta-section .card-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    width: 100%;
}

.why-shasta-section .whyShasta {
    position: relative;
    border-radius: 10px;
    margin-bottom: 24px;
    border: none;
}

.why-shasta-section .whyShasta img {
    width: 100%;
    height: 300px;
    max-height: 380px;
    border-radius: 10px;
    object-fit: cover;
}

.why-shasta-section .heading {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* .col-sm-3.interactive-cols {
    max-height: 380px;
} */

.why-shasta-section .whyShasta .card-body {
    background-color: #5c8c85;
    padding: 50px 35px 35px 35px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-shasta-section .whyShasta .card-body .card-title {
    color: #fff;
}

.why-shasta-section .whyShasta .card-body .card-text {
    font-size: 22px;
    color: #a5d3cc;
    font-weight: 400;
    line-height: 28px;
	width:100%;
}

.why-shasta-section .whyShasta:hover .card-body {
    opacity: 1;
}

.team-section {
    width: 100%;
    display: inline-block;
    background-color: #2b2b2b;
    padding-bottom: 100px;
    margin-top: 250px;
    margin-bottom: 100px;
    position: relative;
}

.team-section:before {
    content: "";
    width: 437px;
    max-width: 100%;
    height: 180px;
    background: var(--wpr-bg-29408c91-984b-4f47-bdea-79df5df73c5c) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 0;
}

.team-section:after {
    content: "";
    width: 441px;
    max-width: 100%;
    height: 258px;
    background: var(--wpr-bg-ec2b5eb5-be33-47f7-a2ad-397d993e8cbc) no-repeat right bottom;
    position: absolute;
    left: -50px;
    bottom: 0;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.team-section>div {
    position: relative;
    z-index: 1;
}

.team-section .container {
    margin-top: -200px;
}

.team-section h2 {}

.team-single {
    display: inline-block;
    margin: 20px 0;
}

.team-single .team-pic {
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.team-single .team-pic img {
    width: 253px;
    height: 253px;
    object-fit: cover;
    border-radius: 10px;
}

.team-single .team-pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
}

.team-single .team-desc {
    padding-top: 30px;
    padding-right: 30px;
    color: #fff;
}

.team-single .team-desc h6 {
    font-size: 16px;
    font-weight: 700;
    color: #f1af2d;
    font-family: "nimbus_sans_lbold", sans-serif;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-single .team-desc h4 {
    color: #fff;
    font-weight: 500;
}

.team-single .team-desc .social-link {
    color: #979797;
}

.team-single .team-desc .social-link a {
    display: inline-block;
    color: #979797;
}

.team-single .team-desc .social-link i {
    border: 1px solid #979797;
    padding: 4px 6px;
    border-radius: 3px;
}

.team-single .team-desc .social-link a:hover {
    color: #f1af2d;
}

.team-single .team-desc .social-link a:hover i {
    border-color: #f1af2d;
}

.team-section .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.team-section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.team-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #999999;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
}

.team-section .slick-dots li.slick-active button {
    background-color: #5c8c85;
}

.team-section .slick-prev,
.team-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 24%;
    display: block;
    width: 17px;
    height: 32px;
    margin-top: -11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

/*.team-section .slick-prev {left: -15px; background:url(../../../../../../../../themes/shasta-power-child/assets/images/prev-arrow.png) no-repeat left center;}
.team-section .slick-next {right: -15px; background:url(../../../../../../../../themes/shasta-power-child/assets/images/next-arrow.png) no-repeat left center;}*/

.investing-work-section {
    padding: 100px 0 110px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.investing-work-section .container {
    max-width: 1060px;
}

.investing-work-section h2 {
    text-align: center;
}

.investing-work-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.investing-work-section .investing-step {
    border: 1px solid #f1af2d;
    border-radius: 10px;
    text-align: center;
    padding: 35px 15px;
    margin-bottom: 60px;
    margin-top: 20px;
    position: relative;
}

.investing-work-section .investing-step .numbers {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 60px;
    background-color: #5c8c85;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -10px;
}

.investing-work-section .investing-step .investing-icon {
    margin-bottom: 20px;
}

.investing-work-section .investing-step .investing-icon img {
    height: 120px;
}

.investing-work-section .investing-step h4 {
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #464646;
}

.investing-work-section .investing-step h5 {
    color: #464646;
    font-family: "nimbus_sans_lregular", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: normal;
    letter-spacing: 1px;
}

.investing-work-section-text {
    margin-top: 30px;
}

section.investors-section.investing-work-section .container {
    max-width: 1200px;
}

section.investors-section.investing-work-section {
    background: #2b2b2b;
    color: #ffffff;
    margin: 30px;
    border-radius: 20px;
}

section.investors-section h2,
.investing-work-section-text h3 {
    color: #ffffff;
}


section.investors-section .inner-section-logo {
    text-align: center;
    height: 150px;
    margin-bottom: 30px;
}

.inner-section-logo img {
    max-height: 150px;
    max-height: -webkit-fill-available;
}

.investors-section .col-md-4 {
    display: flex;
    justify-content: center;
}

.investors-section .investing-step {
    border: none;
    border-radius: 10px;
    background: #e3e3e3;
    padding: 45px 30px;
    width: 360px;
}

.investors-section .investing-step:hover {
    background: #5c8c85;
}

.investors-section .investing-step h4 {
    font-weight: 400;
    letter-spacing: normal;
}

.investors-section .investing-step h3 {
    font-weight: 400;
    font-size: 34px;
}

.investors-section .investing-step:hover h4,
.investors-section .investing-step:hover h3,
.investors-section .investing-step:hover .learnMore {
    color: #ffffff;
}

.investors-section .investing-step .learnMore {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon {
    display: inline-block;
    margin: 0px 10px;
    width: 20px;
    /* Adjust as needed */
    height: 20px;
    /* Adjust as needed */
    background-image: var(--wpr-bg-d08470ec-565d-487e-9214-40aee461e383);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.free-webinar-section {
    padding: 150px 0;
    background-color: #fff;
}

.free-webinar-section .webinar-bg {
    width: 90%;
    margin-left: 10%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    padding: 90px 0;
}

.free-webinar-section .webinar-text {
    width: 550px;
    max-width: 100%;
    background-color: #f1af2d;
    padding: 60px;
    position: relative;
    text-align: center;
    margin-left: -10%;
}

.free-webinar-section .webinar-text:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--wpr-bg-c46e782a-220e-4252-9177-a9187bfa2988) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    z-index: 0;
    opacity: 0.07;
}

.free-webinar-section .webinar-text-inner p {
    max-width: 460px;
    margin: 0 auto 1.75em;
}

.free-webinar-section .webinar-text .subheading {
    color: #fff;
}

.free-webinar-section .webinar-text-inner {
    position: relative;
    z-index: 1;
}

.free-webinar-section .webinar-text-inner h1 {
    margin-bottom: 10px;
}

.free-webinar-section .btn-block {
    padding-top: 20px;
}

.free-webinar-section .watchVideo {
    letter-spacing: 1px;
}

.free-webinar-section .watchVideo i {
    font-size: 20px;
    margin-right: 10px;
}

.free-webinar-section .watchVideo:hover {
    color: #2b2b2b;
}

/* Home Page Blog**/
.blog-section {
    padding: 0px 0 100px 0;
}

.blog-section .row {
    row-gap: 30px;
}

.blog-section .blog-details {
    min-height: 250px;
}

.blog-section .heading h2 {
    margin-bottom: 5px;
}

.blog-section .single-blog {
    border: 1px solid #f1af2d;
    border-radius: 10px;
    height: 100%;
    padding: 27px 20px 24px 20px;
}

.blog-section .single-blog .blog-category {
    margin-bottom: 10px;
}

.blog-section .single-blog .blog-category span a {
    text-align: center;
    color: #5c8c85;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.blog-section .single-blog .blog-category span {
    background-color: #dee8e7;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 6px 10px 3px 10px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #5c8c85;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.blog-section .single-blog h4 {
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 32px;
    color: #464646;
}

.blog-section .single-blog h4:hover {
    color: #5C8C85;
}

.blog-section .single-blog .date {
    font-size: 16px;
    color: #969696;
    font-weight: 400;
    font-family: "nimbus_sans_lbold", sans-serif;
    margin-bottom: 10px;
    line-height: 18.4px;
}

.blog-section .single-blog .blog-pic {
    position: relative;
    border-radius: 10px;
    margin-bottom: -50px;
}

.blog-section .single-blog .blog-pic img {
    border-radius: 10px;
    min-height: 380px;
    object-fit: cover;
}

.blog-section .single-blog .blog-pic .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(241, 175, 45, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    opacity: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.blog-section .single-blog:hover .overlay {
    opacity: 1;
}

/* .blog-section a.learnMore:hover {
    color: #f1af2d;
} */

/*Land Owners page masonry-card*/
section.content-onbg-section.lo-page {
    background-color: #2b2b2b;
    padding: 100px 0 100px 0;
}


.page-template-land_owners .why-shasta-section .whyShasta img {
    /* width: 100%;
    height: auto;
    min-height: 250px;
    max-height: fit-content;
    border-radius: 10px; */

}

.page-template-land_owners .why-shasta-section .slick-slide .whyShasta img {
    /* height: 280px;
    max-height: 280px; */
}

section.content-onbg-section.lo-page .content-onbg h3 {
    margin-top: 0;
    color: #ffffff;
}

section.content-onbg-section.lo-page .content-onbg p {
    color: #ffffff;
    max-width: 635px;
    margin: 0 auto;
    line-height: 1.3;
}

section.content-onbg-section.lo-page .btn {
    color: #ffffff;
    border: 2px solid #fff;
    background-color: #2b2b2b;
    font-size: 16px;
}

section.content-onbg-section.lo-page .btn:hover {
    background: #fff;
    color: #2b2b2b;
    border: 2px solid #fff;
}

/* progress bar */
.ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;
}

.progress_bar_item {
    text-align: left;
    margin-bottom: 20px;
}

.item_label,
.item_value {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    padding-left: 5px;
    text-align: left;
}

.item_label:first-child {
    color: #f1af2d;
}

.item_label:last-child {
    color: #69cfbf;
}

.item_value {
    color: #fff;
}

.item_bar {
    position: relative;
    height: 20px;
    width: calc(100% - 150px);
    background-color: #464646;
    border-radius: 0 10px 10px 0;
    float: left;
}

.progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 22px;
    margin: 0;
    background-color: #f5f5f5;
    border-radius: 0 10px 10px 0;
    transition: width 100ms ease;
}

.progress-yellow {
    background: #f1af2d;
    box-shadow: 0px 0px 10px #ffbe00;
}

.progress-green {
    background: #69cfbf;
    box-shadow: 0px 0px 10px #69cfbf;
}

.progress_bar {
    border-left: 1px solid #969696;
    padding: 25px 0 1px;
    margin: 40px 0;
}

/* content-onbg-section lo-page css start */
/*.content-onbg-section-update .progress-wrap-container {
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #FFFF;
    margin-top: 60px;
    margin-bottom: 40px;
}

.content-onbg-section-update .progress-wrap-container .progress-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin: 10px 0 10px;
}

.content-onbg-section-update .progress-wrap-container .progress-container .progress {
    width: 50%;
    margin: 0px 0px;
    border-radius: 0rem;
    background-color: #464646;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 22px;
}
.content-onbg-section-update .content-onbg .progress-bar{
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.progress-yellow {
    box-shadow: 0px 0px 10px #FFBE00;
    
}
.progress-wrap-container .progress-container .progress .progress-bar-yellow{
    border-radius: 0px;
    border-radius: 0 10px 10px 0;
    background-color: #F1AF2D;
    animation: progress 5s;
    /* animation: progress 5s infinite; 
}
@keyframes progress {
    0% {
      width: 0%;
      background: #f9bcca;
    }
  
    100% {
      width: 100%;
      background-color: #F1AF2D;
      box-shadow: 0 0 40px #f3c623;
    }
}

.progress-wrap-container .progress-container .progress .progress-bar-green{
    border-radius: 0px;
    border-radius: 0px 11px 18.5px 0;
}
.progress-bar-green{
    background-color: #69CFBF;
    animation: progress-1 5s;
    /* animation: progress-1 5s infinite;
}

@keyframes progress-1{
    0% {
      width: 0%;
      background-color: #69cfc071;
    }
  
    100% {
      width: 100%;
      background-color: #69CFBF;
    }
}
.content-onbg-section-update .progress-wrap-container .progress-container .percentage {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.percentage.percentage_first{
    color: #F1AF2D;
}
.percentage.percentage_second{
    color: #69CFBF;
}
.percentage span {
    color: #FFFFFF;
}*/

@media (max-width: 767px) {
    .progress_bar_item {
        margin-bottom: 55px;
    }

    .page-template-everyday_investor section.faq-section {
        padding-top: 60px;
    }

    .item_bar {
        width: 100%;
    }

    .content-onbg-section-update .progress-wrap-container .progress-container .percentage {
        font-size: 14px;
        line-height: 1.2;
        display: block;
    }

    .percentage span {
        display: block;
        text-align: left;
    }

    .page-template-about_us .hero-section {
        background-position: unset;
    }

    .page-template-about_us .free-webinar-section .webinar-bg {
        background-position: unset;
    }

    #faq .card .card-header .btn-header-link.collapsed:after {
        height: 28px;
    }
}

@media (max-width: 575px) {
    .content-onbg-section.lo-page.content-onbg-section-update {
        padding: 50px 0 50px;
    }

    .content-onbg-section-update .progress-wrap-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

/* content-onbg-section lo-page css end */

.investing-work-section.lo-page {
    background: #ffffff;
    padding-bottom: 40px;
}

.investing-work-section.lo-page .container {
    max-width: 1400px;
}

.investing-work-section.lo-page h2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.investing-work-section.lo-page .investing-step .investing-icon {
    margin-bottom: 50px;
}

.investing-work-section.lo-page .investing-step .investing-icon img {
    height: 167px;
}

.development-map-section {
    padding: 120px 0;
    background-color: #f9f9f9;
}

.development-map-section .content .btn {
    margin-top: 10px;
}

.development-partners-section {
    padding: 120px 0;
    background: rgb(246, 246, 246);
    background: -moz-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
}

.development-partners-section .partner-logo {
    padding: 40px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.development-map-section .img-rounded img {
    border-radius: 10px;
    width: 85%;
}

.development-map-section .img-center {
    text-align: center;
}

.gray-gradient {
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(top,
            rgba(249, 249, 249, 1) 0%,
            rgba(250, 250, 250, 1) 70%,
            rgba(242, 242, 242, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(249, 249, 249, 1) 0%,
            rgba(250, 250, 250, 1) 70%,
            rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(249, 249, 249, 1) 0%,
            rgba(250, 250, 250, 1) 70%,
            rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
}

.your-process-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 350px top;
    position: relative;
}

.your-process-section:before {
    content: "";
    background-color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.your-process-section>div {
    position: relative;
    z-index: 1;
}

.your-process-section .process-content {
    padding: 100px 0 150px 0;
}

.your-process-section .process-content h2 {
    max-width: 400px;
}

.your-process-section .process-steps {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-top: 70px;
}

.your-process-section .process-steps:after {
    content: "";
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 0px;
    right: -15px;
    bottom: 15px;
    border-radius: 10px;
}

.your-process-section .process-steps .process-step {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.your-process-section .process-steps .step-number {
    width: 50px;
    color: #5c8c85;
    font-size: 48px;
    font-weight: 300;
}

.your-process-section .process-steps .step-desc {
    width: calc(100% - 50px);
    padding-left: 20px;
    border-left: 1px solid #f1af2d;
}

.your-process-section .process-steps .step-desc h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: -0.7px;
}

.your-process-section .process-steps .step-desc p:last-of-type {
    margin-bottom: 0;
}

.your-process-mobile {
    padding-bottom: 80px;
}

.your-process-mobile .your-process-pic img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#process .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
}

#process .card .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

#process .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #464646;
    padding: 20px 25px 20px 0;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#process .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: normal;
    float: right;
    color: #5c8c85;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 20px;
}

#process .card .card-header .btn-header-link.collapsed:after {
    content: "\f105";
}

#process .card .card-header .btn-header-link .step-no {
    width: 40px;
    color: #5c8c85;
    font-size: 38px;
    font-weight: 300;
    border-right: 2px solid #f1af2d;
    margin-right: 10px;
    padding-right: 10px;
}

#process .card .card-header .btn-header-link span {
    width: calc(100% - 50px);
}

#process .card .card-body {
    padding-top: 5px;
}

.process-content-mobile {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
    margin: -50px 15px 0 0px;
}

.process-content-mobile hr {
    margin-left: auto;
    margin-right: auto;
}

.process-content-mobile:after {
    content: "";
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 15px;
    right: -15px;
    bottom: 15px;
    border-radius: 10px;
}

.process-content-mobile>div {
    position: relative;
    z-index: 1;
}

.page-template-land_owners .faq-section {
    padding-top: 120px;
}

/*Blog page*/
.page-template-blog_archives .blog-section {
    position: relative;
    padding: 80px 0 100px 0;
}

.page-template-blog_archives .blog-section .single-blog .blog-pic img {
    min-height: 420px;
}

.page-template-blog_archives .blog-section:before {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(246, 246, 246);
    background: -moz-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
}

.page-template-blog_archives .blog-section>div {
    position: relative;
    z-index: 1;
}

.page-template-blog_archives .blog-section .row>div:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.page-template-blog_archives .blog-section .row>div:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.page-template-blog_archives .row {
    row-gap: 80px;
}

.blog-section .blog-slider .slick-list {
    margin: 0 -15px;
}

.blog-section .blog-slider .single-blog {
    margin-left: 15px;
    margin-right: 15px;
}

.blog-section .nav-pills .nav-link.active,
.blog-section .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    font-weight: bold;
}

.blog-section .nav-pills .nav-link {
    /* border-radius: 0.25rem; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #969696;
    font-weight: 400;
    font-family: "nimbus_sans_lbold", sans-serif;
    font-size: 16px;
}

.blog-section .nav-pills .nav-link:hover {
    color: #000;
}

.blog-section .nav-pills .nav-item:first-child .nav-link:hover {
    color: #a6a6a6;
}

.blog-section .slick-dots li button {
    width: 18px;
    height: 18px;
    border: 1px solid #2b2b2b;
}

.blog-section .slick-dots li.slick-active button {
    border-color: #5c8c85;
}

.slick-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    position: absolute;
    z-index: 9999;
}

.slick-slider .slick-prev {
    left: 40%;
    width: 0;
    height: 0;
    border: solid #adabab;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    bottom: 0;
}

.slick-slider .slick-next {
    right: 42%;
    width: 0;
    height: 0;
    border: solid #adabab;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    bottom: 0;
}

.blog-section .slick-dots {
    bottom: -8px;
}

.mobile-filter label {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

/* Single Blog Post */

.single-post-main-wraper {
    position: relative;
    padding: 80px 0 100px 0;
}

.single-post-main-wraper:before {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(246, 246, 246);
    background: -moz-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(246, 246, 246, 1) 0%,
            rgba(254, 254, 254, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
}

.single-post-main-wraper .row {
    position: relative;
}

.blog-single-details {
    position: absolute;
    top: 15%;
    left: 0px;
}

.single-blog-category {
    margin-bottom: 15px;
}

.blog-single-details p {
    margin-bottom: 0;
}

.blog-single-details>div {
    margin-bottom: 25px;
}

.single-blog-feature-image img {
    border-radius: 10px;
}

.single-blog-feature-image {
    margin-bottom: 15px;
}

.single-blog-content {
    padding: 0 80px;
}

.single-blog-content h2,
.single-blog-content h3 {
    margin-bottom: 10px;
    margin-top: 35px;
}

.single-blog-content ol,
.single-blog-content ul {
    margin-left: 30px;
}

blockquote {
    margin: 1em;
    border-left: 4px solid #f1af2d;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.author-content {
    display: flex;
    border: 1px solid #f1af2d;
    border-radius: 10px;
    padding: 40px 0;
    align-items: center;
    margin-top: 50px;
}

.author-img {
    margin-left: -36px;
    width: 209px;
}

.author-img img {
    width: 100%;
    height: 209px;
    object-fit: cover;
    border-radius: 100%;
}

.author-details {
    margin-left: 20px;
    padding-right: 20px;
    width: calc(100% - 209px);
}

.author-details h5 {
    color: #f1af2d;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.author-details p {
    margin: 0;
}

.author-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    display: none;
}

.author-mobile .author-pic {
    width: 45px;
}

.author-mobile .author-pic img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.author-mobile .author-info {
    padding-left: 10px;
}

.author-mobile .author-info .author-name span {
    text-transform: uppercase;
    color: #f1af2d;
    font-weight: 500;
}

.post-template-blog_single .comments-area .comment-respond {
    padding: 2em 3.8em;
}

.post-template-blog_single .comments-area .comment-reply-title {
    font-weight: 700;
}

.post-template-blog_single .comments-area textarea#comment {
    border: 1px solid #969696;
    padding: 15px;
}

.post-template-blog_single .comments-area input[type="submit"] {
    background-color: #f1af2d !important;
    color: #2b2b2b !important;
}

.post-template-blog_single .comments-area input[type="submit"]:hover {
    color: #ffffff !important;
}

/*Product landing*/
.page-template-product_landing .content-onbg-section {
    margin-bottom: 0;
}

/*.content-onbg-section .content-onbg .progress-wrap{ max-width: 580px; margin: 35px auto 35px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.content-onbg-section .content-onbg .progress-wrap .percentage{ font-size: 16px; color: #2B2B2B; line-height: 20px; font-weight: 600; }
.content-onbg-section .content-onbg .progress{ width: 100%; margin: 0; border-radius: 0 1rem 1rem 0;}
.content-onbg-section .content-onbg .progress-bar{ border-radius: 10px; background-color: #5C8C85; }*/
.page-template-product_landing .half-image-content {
    padding: 150px 0 150px 0;
}

.page-template-product_landing .half-image-content h3 {
    font-weight: 300;
    margin: 50px 0 0 0;
}

.page-template-product_landing .investing-work-section {
    padding: 80px 0;
}

.ul-check ul {
    list-style: none;
    padding: 0;
}

.ul-check ul li {
    position: relative;
    padding-left: 36px;
}

.ul-check ul li:before {
    content: "";
    width: 27px;
    height: 33px;
    background-image: var(--wpr-bg-ef778b43-1f38-4dd6-b601-245efd67a8c0);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: top center;
    position: absolute;
    top: -2px;
    left: 0px;
}

.btn-icon {
    background-image: var(--wpr-bg-31bd378c-9fd0-4c24-8d14-271b0c30077c);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.coal-section {
    padding-top: 100px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

.coal-section h2 {
    margin-bottom: 10px;
}

.coal-section .coal-problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
}

.coal-section .coal-problem .close-icon {
    width: 29px;
    display: inline-block;
    margin-right: 15px;
}

.coal-section .coal-problem .coal-text {
    width: calc(100% - 50px);
    border-left: 1px solid #f1af2d;
    padding-left: 20px;
}

.coal-section .coal-img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -394px;
}

.coal-section .coal-img img {
    max-width: 790px;
    margin-bottom: 29px;
}

.solar-section {
    padding: 100px 0;
    background: rgb(255, 242, 217);
    background: -moz-linear-gradient(top, rgba(255, 242, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 242, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 242, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2d9', endColorstr='#ffffff', GradientType=0);
}

.solar-section .heading {
    margin-bottom: 100px;
}

.solar-section h2 {
    margin-bottom: 10px;
}

.solar-section p {
    max-width: 240px;
}

.solar-section .solar-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
}

.solar-section .solar-solution .close-icon {
    width: 39px;
    display: inline-block;
    margin-right: 15px;
}

.solar-section .solar-solution .solar-text {
    width: calc(100% - 54px);
    border-left: 1px solid #f1af2d;
    padding-left: 20px;
}

.investing-benefits-section {
    padding: 120px 0 150px 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.investing-benefits-section .heading {
    text-align: center;
    margin-bottom: 30px;
}

.investing-benefits-section .heading hr.separator {
    margin-left: auto;
    margin-right: auto;
}

.control-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 18px;
    margin: 0 auto 60px auto;
    background: #dee8e7;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.control-toggle .toggle-text {
    position: absolute;
    top: -4px;
    cursor: pointer;
    text-decoration: none;
}

.control-toggle .toggle-text.text-left {
    right: 100%;
    white-space: nowrap;
    margin-right: 30px;
}

.control-toggle .toggle-text.text-right {
    left: 100%;
    white-space: nowrap;
    margin-left: 30px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.control-toggle .toggle-icon {
    display: block;
    width: 100%;
    height: 18px;
    cursor: pointer;
}

.control-toggle .toggle-icon:after {
    position: absolute;
    top: -3px;
    left: 0px;
    content: "";
    width: 24px;
    height: 24px;
    background: #5c8c85;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.control-toggle.active {
    background: #ffb49d;
}

.control-toggle.active .toggle-icon:after {
    left: inherit;
    right: 0px;
    background: #bf5231;
}

.investing-benefits-section .investing-pic img {
    width: 100%;
    border-radius: 10px;
}

.investing-benefits-section .investing-content {
    background-color: #f2f2f2;
    padding: 70px 50px;
    min-height: 100%;
    border-radius: 10px;
}

.investing-benefits-section .investing-content h3 {
    text-transform: initial;
    font-weight: 300;
    font-size: 32px;
}

.investing-content.ul-check ul li {
    margin-bottom: 10px;
}

.red-check.ul-check ul li:before {
    background-image: var(--wpr-bg-cd83460f-d60e-416a-8ad6-4b171ceb943c);
}

.investing-content .btn {
    margin-top: 10px;
}

.investing-benefits-section .notinvest {
    display: none;
}

/* .page-template-product_landing .faq-section .btn {
    background-color: #5c8c85;
    color: #ffffff;
    border-color: #5c8c85;
} */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {}

@media (min-width: 992px) {
    ul.mainmenu {
        display: block !important;
    }

    ul.mainmenu li:hover>ul {
        display: block;
    }

    ul.mainmenu ul li:hover ul {
        display: block;
    }

    .mobile-social {
        display: none;
    }

    .nav-menu .copyright {
        display: none;
    }

    .mobile-btn {
        display: none;
    }

    .why-shasta-section .card-columns {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

    .register-form .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .why-shasta-section.lo-page .card-columns {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }

    .why-shasta-section .card-columns {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }
}

/*-- Max Media Queries --*/
@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    ul.mainmenu>li {
        padding: 0 10px;
    }

    .instructor-item {
        padding: 0px 20px 0px 30px;
    }

    .why-shasta-section .whyShasta .card-body {
        padding: 20px;
    }

    /*home*/
    /*New home hero*/
    #background-video {
        width: 570px;
        height: 570px;
    }

    .hero-section.hero-video .hero-text-inner h1 {
        font-size: 68px;
    }

    .hero-section.hero-video .hero-text-inner .btn {
        font-size: 14px;
    }

    .hero-section.hero-video .hero-logo-shape {
        left: 0;
    }

    .content-onbg-section {
        padding: 100px 0 80px 0;
        margin-bottom: 50px;
    }

    .half-image-content {
        padding: 50px 0 100px 0;
    }

    .why-shasta-section {
        padding: 100px 24px 50px 24px;
    }

    .team-section {
        margin-bottom: 50px;
    }

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

    .free-webinar-section {
        padding: 100px 0;
    }

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

    /*Land Owners page*/
    section.content-onbg-section.lo-page {
        padding: 80px 0 80px 0;
    }

    .investing-work-section.lo-page {
        padding-bottom: 0;
    }

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

    .your-process-section .process-content {
        padding: 100px 0 100px 0;
    }

    .development-partners-section {
        padding: 100px 0;
    }

    .page-template-land_owners .faq-section {
        padding-top: 100px;
    }

    /*Product landing*/
    .page-template-product_landing .half-image-content {
        padding: 100px 0 100px 0;
    }

    .page-template-product_landing .investing-work-section {
        padding: 100px 0 100px 0;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .site-footer .footer-menu {
        padding-left: 0;
    }

    .site-footer .footer-menu li {
        width: auto;
    }

    .site-footer .footer-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    ul.mainmenu>li {
        padding: 0 5px;
    }

    ul.mainmenu li a.child-triggerm {
        padding-left: 5px;
    }

    .header-right .btn {
        padding: 12px 20px;
    }

    .contact-section h2 {
        font-size: 40px;
    }

    .instructor-item .instructor-pic img {
        width: 140px;
        height: 140px;
    }

    /*Home*/
    /*New home hero*/
    #background-video {
        width: 430px;
        height: 430px;
    }

    .hero-section.hero-video .hero-text {
        padding-right: 0;
        max-width: 100%;
    }

    .hero-section.hero-video .hero-text-inner h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .hero-section.hero-video .hero-text-inner .btn {
        font-size: 14px;
        margin: 5px;
    }

    .hero-section.hero-video .hero-logo-shape {
        width: 300px;
    }

    .content-onbg-section:before {
        left: -150px;
    }

    .content-onbg-section:after {
        right: -150px;
    }

    .content-onbg-section.on-gray-bg:before {
        width: 411px;
        height: 410px;
        left: -150px;
        background-size: contain;
        background-position: left bottom;
    }

    .content-onbg-section.on-gray-bg:after {
        width: 411px;
        height: 410px;
        right: -150px;
        background-size: contain;
        background-position: right bottom;
    }

    .half-image-content .img-wrap {
        padding: 30px 30px 0 30px;
    }

    .half-image-content .img-wrap img {
        height: 470px;
    }

    .blog-section {
        padding: 0px 20px 100px 20px;
    }

    .blog-section .single-blog {
        padding: 30px 20px 20px 20px;
        margin-bottom: 54px;
    }

    .blog-section .single-blog .blog-pic {
        margin-bottom: -40px;
    }

    /*Land Owners page*/
    .your-process-section .process-steps {
        margin-top: 50px;
    }

    .your-process-section .process-steps .step-number {
        font-size: 40px;
    }

    .your-process-section .process-steps .step-desc h4 {
        font-size: 24px;
    }

    .investing-work-section.lo-page .investing-step .investing-icon {
        margin-bottom: 30px;
    }

    .investing-work-section.lo-page .investing-step .investing-icon img {
        height: 120px;
    }

    /*product-landing*/
    .coal-section .coal-img {
        margin-bottom: -248px;
    }

    .coal-section .coal-img img {
        width: 475px;
    }

    .investing-benefits-section {
        padding: 100px 0;
    }

    .investing-benefits-section .investing-content {
        padding: 30px 30px;
    }

    /*Blog*/
    .author-img {
        width: 180px;
    }

    .author-img img {
        height: 180px;
    }

    .author-details {
        width: calc(100% - 180px);
    }
}

/*** Tablet Device ***/
@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        line-height: 22px;
    }

    .subheading {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .btn {
        padding: 10px 30px;
        font-size: 12px;
    }

    #header .container {
        max-width: 100%;
    }

    /*Nav*/
    .nav-wrap {
        position: static;
    }

    .menulinks {
        display: inline-block;
    }

    .mobile-nav {
        text-align: left;
        position: absolute;
        top: 99%;
        padding: 0;
        right: 0;
        width: 100%;
        /*background:#f2f2f2;*/
        background: #ffffff;
        display: none;
        z-index: 9999999;
        height: calc(100vh - 120px);
        height: -webkit-calc(100vh - 120px);
        overflow-y: auto;
    }

    ul.mainmenu {
        text-align: left;
        position: relative;
        top: 0%;
        padding: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 9999999;
    }

    ul.mainmenu>li {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0;
        border-top: none;
        position: relative;
    }

    ul.mainmenu>li:first-child {
        border: none;
    }

    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        padding: 5px 15px;
        font-size: 28px;
        font-weight: 900;
        line-height: 64px;
        float: left;
        width: 100%;
        border: none;
        text-align: left;
        text-transform: capitalize;
        letter-spacing: 0;
    }

    ul.mainmenu>li>a:hover {
        background: rgba(255, 255, 255, 0);
    }

    a.menulinks i {
        display: inline;
        position: relative;
        top: -2px;
        margin-left: 0;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: 0.2s;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    a.menulinks i:before,
    a.menulinks i:after {
        position: absolute;
        content: "";
        left: 0;
    }

    a.menulinks i,
    a.menulinks i:before,
    a.menulinks i:after {
        width: 35px;
        height: 2px;
        background-color: #f1af2d;
        display: inline-block;
    }

    a.menulinks i:before {
        margin-top: -10px;
        -webkit-transition-property:
            margin,
            -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    a.menulinks i:after {
        margin-top: 10px;
        -webkit-transition-property:
            margin,
            -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    .mobile-open a.menulinks i {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    ul.mainmenu>li>a.current:after {
        display: none;
    }

    ul.mainmenu ul {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul li {
        position: relative;
        border-bottom: none;
    }

    ul.mainmenu li li a:link,
    ul.mainmenu li li a:visited {
        padding: 8px 15px 8px 35px;
        color: #2b2b2b;
        text-transform: capitalize;
        font-weight: normal;
        border-left: 0;
        text-transform: uppercase;
    }

    ul.mainmenu li li a:hover {
        color: #f1af2d;
    }

    ul.mainmenu li li a:after {
        display: none;
    }

    ul.mainmenu ul ul {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul ul li {
        padding-left: 10px;
    }

    a.child-triggerm {
        display: block !important;
        cursor: pointer;
        position: absolute !important;
        top: 0px;
        right: 0px;
        width: 100% !important;
        min-width: 40px !important;
        height: 60px !important;
        padding: 0 !important;
    }

    a.child-triggerm:hover {
        text-decoration: none;
    }

    a.child-triggerm span {
        position: relative;
        top: 0%;
        margin: 0 auto !important;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        opacity: 0;
    }

    a.child-triggerm span:after {
        position: absolute;
        content: "";
    }

    a.child-triggerm span,
    a.child-triggerm span:after {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        content: "\f105" !important;
        line-height: 40px !important;
    }

    a.child-triggerm span:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm.child-open span:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .home a.menulinks i,
    .home a.menulinks i:before,
    .home a.menulinks i:after {
        background-color: #fff;
    }

    .home ul.mainmenu>li>a:link,
    .home ul.mainmenu>li>a:visited {
        color: #2b2b2b;
    }

    .home.mobile-open a.menulinks i {
        background-color: rgba(0, 0, 0, 0);
    }

    .home.mobile-open a.menulinks i:before {
        background-color: rgba(0, 0, 0, 1);
    }

    .home.mobile-open a.menulinks i:after {
        background-color: rgba(0, 0, 0, 1);
    }

    .mobile-nav a.btn.btn-orange.login-link {
        width: max-content;
        padding: 5px 30px;
        font-size: 15px;
        font-weight: 700;
        margin: 0 12px;
        text-transform: uppercase;
        line-height: 30px;
        font-family: 'nimbus_sans_lbold';
    }

    /*nav end*/
    .heading {
        margin-bottom: 40px;
    }

    body.mobile-open {
        overflow: hidden;
    }

    .mobile-btn {
        padding: 16px 0px;
        background-color: #f2f2f2;
        text-align: center;
        display: none;
    }

    .mobile-social {
        width: 100%;
        text-align: center;
        background-color: #ffffff;
        padding: 20px 0;
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
    }

    .mobile-social ul {
        margin: 0;
        padding: 0;
    }

    .mobile-social li {
        display: inline-block;
        margin: 0 20px;
    }

    .mobile-social li a:hover img {
        opacity: 0.5;
    }

    .nav-menu .copyright {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .ipad-none {
        display: none !important;
    }

    .testimonials .testimonial-text {
        font-size: 20px;
    }

    .testimonials .testimonial-text p {
        line-height: 25px;
    }

    .testimonials .author h5 {
        font-size: 16px;
    }

    .testimonials .author p {
        color: #f1af2d;
        text-transform: uppercase;
    }

    .instructor-section {
        padding: 60px 0;
    }

    .instructor-item {
        margin-bottom: 20px;
    }

    .instructor-item .instructor-pic img {
        width: 200px;
        height: 200px;
    }

    .site-footer .footer-logo {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo .logo {
        float: none;
    }

    .site-footer .footer-logo .address {
        text-align: center;
        width: 100%;
    }

    .site-footer .footer-menu {
        padding: 25px 0 0px 0;
    }

    .site-footer .footer-menu li {
        width: 100%;
        margin-bottom: 15px;
    }

    .site-footer .footer-menu li a {
        border: 1px solid #f1af2d;
        border-left: 7px solid #f1af2d;
        display: block;
    }

    .site-footer .footer-menu li a:after {
        opacity: 1;
        right: 10px;
    }

    .site-footer .footer-social {
        text-align: center;
        padding: 15px 0;
    }

    .copyright {
        text-align: center;
    }

    .copyright p {
        margin-bottom: 0;
    }

    /*Home*/
    /*New home hero*/
    body.mobile-open .desktop-logo {
        display: none;
    }

    body.mobile-open .mobile-logo {
        display: block;
    }

    .home .btn-mobile-header {
        display: block;
    }

    #background-video {
        width: 320px;
        height: 320px;
    }

    body.mobile-open .hero-section.hero-video {
        background: #fff;
    }

    .hero-section.hero-video .hero-text {
        padding: 0;
    }

    .hero-section.hero-video .hero-text-inner h1 {
        font-size: 42px;
        line-height: 45px;
    }

    .hero-section.hero-video .hero-text-inner .btn {
        margin-bottom: 20px;
    }

    .hero-section.hero-video .hero-logo-shape {
        width: 250px;
    }

    .home .nav-menu>.btn {
        /* position: absolute;
        right: 65px;
        top: 44px;
        padding: 5px 30px; */
    }

    .home.mobile-open .nav-menu>.btn {
        background-color: #f1af2d;
        color: #2b2b2b;
    }

    .hero-section {
        background-position: top center !important;
    }

    .hero-section .container {
        padding: 80px 15px;
    }

    .hero-section .watchVideo {
        font-size: 12px;
    }

    .content-onbg-section {
        padding: 80px 0 60px 0;
        margin-bottom: 0px;
    }

    .half-image-content {
        padding: 80px 0 80px 0;
    }

    .half-image-content .img-wrap {
        padding: 25px 20px 0 25px;
    }

    .half-image-content .img-wrap img {
        height: 420px;
    }

    .half-image-content .btn-block .btn {
        /*         margin-bottom: 20px; */
    }

    .why-shasta-section {
        padding: 80px 24px 40px 24px;
    }

    .why-shasta-section .masonry-cards .slick-list {
        width: 100%;
        display: inline-block;
    }

    .why-shasta-section .whyShasta {
        margin: 0px 5px 24px 5px;
        width: auto;
        display: flex;
    }

    .why-shasta-section .whyShasta img {
        height: 260px;
        object-fit: cover;
    }

    .team-section {
        margin-bottom: 40px;
        margin-top: 40px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .team-section .container {
        margin-top: 0px;
    }

    .team-section h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
    }

    .team-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 30px 0;
    }

    .team-single .team-pic {
        width: 35%;
    }

    .team-single .team-desc {
        width: 65%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 40px;
    }

    .team-single .team-desc h6 {
        font-size: 12px;
    }

    .investing-work-section {
        padding: 40px 0 80px 0;
    }

    .investing-work-section .investing-step {
        padding: 25px 15px 10px 15px;
        min-height: 120px;
    }

    /* .investors-section .investing-step {
        padding: 45px 10px;
        width: auto;
    } */

    .investors-section .investing-step h4 {
        font-size: 18px;
    }

    .investors-section .investing-step h3 {
        font-size: 26px;
    }

    .investors-section .investing-step .learnMore {
        font-size: 12px;
    }

    .investing-work-section .investing-step .numbers {
        width: 37px;
        height: 37px;
        font-size: 24px;
        line-height: 40px;
    }

    .investing-work-section h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .free-webinar-section .webinar-text {
        width: 400px;
        max-width: 100%;
        padding: 50px 20px 50px 20px;
    }

    .free-webinar-section {
        padding: 80px 0;
    }

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

    .blog-section .blog-details {
        min-height: 200px;
    }

    /*Land Owners page*/
    .investing-work-section.lo-page {
        padding-top: 80px;
    }

    .investing-work-section.lo-page .investing-step .investing-icon {
        margin-bottom: 25px;
    }

    .investing-work-section.lo-page .investing-step .investing-icon img {
        height: 100px;
    }

    .why-shasta-section.lo-page {
        padding-top: 40px;
    }

    .why-shasta-section.lo-page .whyShasta .card-body .card-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .development-map-section {
        padding: 80px 0;
    }

    .your-process-section .process-content {
        padding: 80px 0 80px 0;
    }

    .your-process-section .process-content p {
        max-width: 300px;
    }

    .your-process-section .process-content h2 {
        max-width: 300px;
    }

    .your-process-section .process-steps {
        padding: 30px;
    }

    .your-process-section .process-steps .step-desc h4 {
        font-size: 20px;
    }

    .development-partners-section {
        padding: 80px 0;
    }

    .development-partners-section .partner-logo {
        padding: 30px 0;
    }

    .blog-single-details {
        font-size: 14px;
        flex: 0 0 auto;
        max-width: inherit;
    }

    /*product-landing*/
    .coal-section {
        padding-top: 80px;
    }

    .coal-section .coal-img {
        margin-bottom: -199px;
        margin-top: 20px;
    }

    .coal-section .coal-img img {
        width: 370px;
    }

    .coal-section .coal-problem {
        padding-bottom: 30px;
    }

    .solar-section .heading {
        margin-bottom: 50px;
    }

    .solar-section p {
        font-size: 18px;
    }

    .solar-section {
        padding: 80px 0;
    }

    .solar-section .solar-solution {
        padding-bottom: 30px;
    }

    .investing-benefits-section {
        padding: 100px 0 120px 0;
    }

    .investing-benefits-section .investing-pic img {
        border-radius: 10px 10px 0px 0px;
    }

    .investing-benefits-section .investing-content {
        padding: 30px 20px;
        border-radius: 0px 0px 10px 10px;
    }

    .investing-benefits-section .investing-content h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .investing-benefits-section .btn-block .btn-invest {
        margin-top: 20px;
    }

    .page-template-product_landing .half-image-content {
        padding: 80px 0;
    }

    .page-template-product_landing .investing-work-section {
        padding: 80px 0 80px 0;
    }

    /*Blog*/
    .author-img {
        width: 150px;
    }

    .author-img img {
        height: 150px;
    }

    .author-details {
        width: calc(100% - 150px);
    }

    /*Blog single page*/
    .single-post-main-wraper {
        padding: 40px 0 60px 0;
    }

    .single-post-main-wraper .single-blog-title {
        margin-bottom: 30px;
    }

    .single-blog-content {
        padding: 0 10px;
    }

    .blog-single-details {
        position: static;
        top: 0;
        left: 0;
        padding-left: 20px;
    }

    .author-mobile {
        display: flex;
    }

    .blog-single-details .single-blog-date {
        display: none;
    }

    .blog-single-details .single-blog-author {
        display: none;
    }

    .blog-single-details .single-blog-share-btn {
        display: none;
    }

    .single-blog-share-btn {
        margin-top: 40px;
        display: inline-block;
    }

    .single-blog-share-btn p {
        margin-bottom: 5px;
    }

    .single-blog-share-btn .swp_social_panel {
        margin-top: 5px !important;
    }

    .post-template-blog_single .comments-area .comment-respond {
        padding: 2em 0.7em;
    }

    .post-template-blog_single .comments-area .comment-reply-title {
        margin-bottom: 10px;
        line-height: normal;
    }

    .mobile-nav[style*="block"],
    .mobile-nav[style*="flex"] {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
    }

    .mobile-nav[style*="block"] .mobile-social,
    .mobile-nav[style*="flex"] .mobile-social {
        width: 100%;
        position: static;
        margin-top: auto;
    }

    .mobile-nav[style*="block"] .mobile-social ul,
    .mobile-nav[style*="flex"] .mobile-social ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .mobile-nav[style*="block"] .mobile-social li,
    .mobile-nav[style*="flex"] .mobile-social li {
        margin: 0;
    }

    .mobile-nav[style*="block"] .mobile-social li a,
    .mobile-nav[style*="flex"] .mobile-social li a {
        display: block;
        width: 20px;
        height: 20px;
    }

    .nav-menu .mobile-nav[style*="block"] .copyright,
    .nav-menu .mobile-nav[style*="flex"] .copyright {
        position: static;
    }
}

@media (max-width: 767px) {

    .mobile-nav {
        height: calc(100vh - 100px);
        height: -webkit-calc(100vh - 100px);
        top: 95%;
    }

    h1 {
        font-size: 30px;
    }

    .logo img {
        height: 66px;
    }

    .page-template-video .header-right.video-mobile {
        display: block;
    }

    .page-template-video .header-right.webinar {
        display: none;
    }

    .header-right .btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .hero-section {
        position: relative;
        background-position: left top !important;
        background-size: cover !important;
    }

    .hero-section .container:before {
        display: none;
    }

    .hero-section .hero-text {
        position: relative !important;
        left: 0px !important;
        right: 0px;
        top: 0px;
        text-align: center;
        padding: 35px 30px;
        margin: 0 auto;
    }

    .hero-section .hero-text:after {
        left: 10px;
        bottom: 10px;
    }

    .hero-section.hero-video .container {
        padding: 110px 15px 40px 15px;
    }

    .hero-section.hero-video .hero-text {
        margin-top: 40px;
    }

    .hero-section.hero-video .hero-logo-shape {
        width: 200px;
        left: -40px;
        bottom: -40px;
    }

    .hero-section.hero-video .hero-text-inner .subheading {
        display: none;
    }

    .hero-section.hero-video .hero-text-inner h1 {
        display: none;
    }

    .hero-section.hero-video .hero-text-inner p {
        text-align: left;
    }

    .hero-section.hero-video .hero-text-inner .btn {
        margin-bottom: 5px;
    }

    .hero-section.hero-video .watchVideo {
        margin-top: 20px;
    }

    .home .nav-menu>.btn {
        /* top: 34px; */
    }

    .hero-text-mobile {
        display: block;
    }

    .contact-section h2 {
        font-size: 30px;
    }

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

    .zigzag-section .row:nth-child(even) .col-sm-5 {
        order: 0;
    }

    .zigzag-section .row:nth-child(even) .col-sm-4 {
        order: 0;
    }

    .zigzag-section .row:nth-child(even) .col-sm-3 {
        order: 0;
    }

    .zigzag-section img {
        margin-bottom: 30px;
    }

    .testimonials .author {
        margin-bottom: 20px;
    }

    .instructor-section .row {
        row-gap: 50px;
    }

    .instructor-section h3 {
        margin-bottom: 30px;
    }

    /* .investors-section .col-md-4 {
        display: inline !important;
    }

    .investors-section .investing-step {
        padding: 45px 10px;
        width: auto;
    } */

    .instructor-item .instructor-pic img {
        width: 140px;
        height: 140px;
    }

    .tabs-wrap .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 16px;
    }

    .contact-section {
        padding: 60px 0 80px 0;
    }

    .contact-section h4 {
        margin-bottom: 40px;
    }

    .contact-section .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 30px;
    }

    .contact-section .gform_wrapper.gravity-theme .gform_fields .name_first {
        margin-bottom: 30px;
    }

    .contact-section .gform_wrapper.gravity-theme .gfield_label {
        font-size: 16px;
    }

    .contact-section .gform_wrapper.gravity-theme .ginput_complex label,
    .contact-section .gform_wrapper.gravity-theme .ginput_complex legend {
        font-size: 16px;
    }

    .contact-section .gform_wrapper.gravity-theme .gfield input,
    .contact-section .gform_wrapper.gravity-theme .gfield select {
        font-size: 16px;
        padding: 0;
    }

    .contact-section .gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
        font-size: 16px;
    }

    .contact-section .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        -ms-grid-column-span: 12;
        grid-column: span 12;
    }

    .copyright p {
        /* max-width: 250px; */
        margin: 0 auto;
    }

    .copyright span {
        display: none;
    }

    .contact-section.access-form .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 30px;
    }

    .contact-section .gform_wrapper.gravity-theme .gform_fields .name_first {
        margin-bottom: 0px;
    }

    .register-form .modal-body {
        padding: 0px 20px 0px 20px;
    }

    .mobile-social {
        bottom: 130px;
    }

    .nav-menu .copyright {
        bottom: 60px;
    }

    /*Home*/
    .heading {
        margin-bottom: 30px;
    }

    hr.separator {
        margin-bottom: 25px;
    }

    .hero-section .container {
        padding: 180px 25px 40px 15px;
    }

    .hero-section .hero-text hr {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section .btn-block {
        display: block;
    }

    .hero-section .watchVideo {
        margin-left: 0;
        margin-top: 25px;
        display: inline-block;
    }

    .content-onbg-section:before {
        width: 350px;
        background-size: 100% auto;
    }

    .content-onbg-section:after {
        width: 350px;
        background-size: 100% auto;
    }

    .content-onbg-section .content-onbg h3 {
        margin-bottom: 20px;
    }

    section.content-onbg-section.lo-page h3 {
        font-size: 32px;
    }

    .content-onbg-section .content-onbg p {
        font-size: 20px;
        line-height: 28px;
    }

    .content-onbg-section.on-gray-bg:before {
        width: 100%;
        height: 100%;
        left: 0px;
        background-size: contain;
        background-position: center top -205px;
    }

    .content-onbg-section.on-gray-bg:after {
        width: 100%;
        height: 100%;
        right: 0px;
        background-size: contain;
        background-position: center bottom -225px;
    }

    .half-image-content .img-wrap {
        padding: 15px 0px 0 15px;
        margin-bottom: 35px;
    }

    .half-image-content .img-wrap img {
        height: 270px;
    }

    .half-image-content .content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .half-image-content .content hr {
        margin-left: auto;
        margin-right: auto;
    }

    .half-image-content .content ul {
        text-align: left;
    }

    .half-image-content .btn-block {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .half-image-content .btn-block .btn {
        min-width: 250px;
        margin-bottom: 20px;
    }

    .half-image-content .btn-block .learnMore {
        display: inline-block;
        margin-left: 0;
    }

    .why-shasta-section {
        padding: 80px 0px 20px 0px;
    }

    .team-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .team-section h2 {
        margin-bottom: 20px;
    }

    .team-single {
        display: block;
        margin: 30px 10px;
        text-align: center;
    }

    .team-single .team-pic {
        width: 253px;
        max-width: 100%;
    }

    .team-single .team-pic img {
        width: 253px;
        height: 253px;
    }

    .team-single .team-desc {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .team-section .slick-slider .slick-prev {
        left: -10px;
    }

    .team-section .slick-slider .slick-next {
        right: -10px;
    }

    .investing-work-section {
        padding: 40px 10px 80px 10px;
    }

    .home .investing-work-section {
        padding: 80px 10px;
    }

    .investing-work-section .investing-step {
        margin-bottom: 10px;
/*         max-width: 360px; */
    }

    .investing-work-section h3 {
        margin-top: 30px;
    }

    section.investors-section.investing-work-section {
        margin: 15px;
    }

    .investors-section h3 {
        margin-top: 0;
    }

    .free-webinar-section .container {
        padding: 0;
    }

    .free-webinar-section .webinar-bg {
        width: 100%;
        border-radius: 0;
        margin: 0px;
        padding: 180px 15px 0px 15px;
        background-position: left top;
        background-size: 100% auto;
    }

    .free-webinar-section .webinar-text {
        margin: 0 auto;
    }

    /*watch*/
    .video-section .video-wrap {
        padding: 0px;
    }

    /*Land Owners page*/
    .page-template-land_owners .hero-section {
        background-size: 100% 240px;
    }

    .why-shasta-section.lo-page {
        padding: 80px 0px 60px 0px;
    }

    .investing-work-section.lo-page {
        padding-bottom: 80px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    }

    .why-shasta-section.lo-page {
        padding: 80px 0px 60px 0px;
    }

    .development-map-section {
        text-align: center;
    }

    .development-map-section .content {
        padding-top: 30px;
    }

    .development-map-section .content hr.separator {
        margin-left: auto;
        margin-right: auto;
    }

    .your-process-section {
        background-size: contain;
        background-position: right 0px top;
    }

    .your-process-section:before {
        display: none;
    }

    .development-partners-section {
        background: rgb(199 199 199 / 20%);
        margin-bottom: 80px;
        padding-bottom: 120px;
    }

    .development-partners-section .partner-logo {
        padding: 22px 30px;
        background-color: #fff;
        border-radius: 10px;
        height: 120px;
    }

    .page-template-land_owners .faq-section {
        padding-top: 0;
    }

    /*Blog page*/
    .page-template-blog_archives .blog-section {
        padding: 80px 0 50px 0;
    }

    .page-template-blog_archives .blog-section .single-blog {
        margin-bottom: 54px;
    }

    .page-template-blog_archives .blog-section .row>div:first-child,
    .page-template-blog_archives .blog-section .row>div:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-template-blog_archives .blog-section .single-blog h4 {
        height: auto !important;
        margin-bottom: 20px;
    }

    .slick-slider .slick-prev {
        left: 10px;
    }

    .slick-slider .slick-next {
        right: 10px;
    }

    .blog-section #pills-tab {
        display: none;
    }

    .author-content {
        padding: 15px 0;
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .author-img {
        margin: -30px auto 20px auto;
    }

    .author-details {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 0px);
        text-align: center;
    }

    .blog-section .heading h2 {
        font-size: 24px;
    }

    .blog-section .single-blog .blog-pic img {
        min-height: 280px;
    }

    .page-template-blog_archives .blog-section .single-blog .blog-pic img {
        min-height: 280px;
    }

    /*Single blog*/
    .single-blog-content ol,
    .single-blog-content ul {
        margin-left: 15px;
    }

    /*product-landing*/
    .coal-section .coal-img {
        margin-bottom: -99px;
    }

    .coal-section .coal-img img {
        width: 200px;
        margin-bottom: 6px;
    }

    .solar-section {
        padding-top: 130px;
    }

    .solar-section p {
        max-width: 100%;
    }

    .blog-section .blog-slider {
        padding-bottom: 15px;
    }

    #process .card .card-body {
        padding-left: 50px;
    }

    .blog-section .single-blog .blog-category span {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .site-footer .footer-logo {
        text-align: center;
    }
}

@media (max-width: 640px) {

    /*404 page*/
    .search-form label {
        width: 100%;
    }

    .search-form .screen-reader-text {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .search-form .search-field {
        width: 100%;
    }

    .search-form .search-submit {
        width: 100%;
    }

    .contact-section .contact-form {
        padding: 30px;
    }

    .wpforms-container .wpforms-one-half {
        width: 100% !important;
        margin: 0 !important;
    }

    .video-section {
        padding: 40px 0 60px 0;
        background: #f2f2f2;
    }
}

@media (max-width: 576px) {
    html {
        overflow-x: hidden;
    }

    #background-video {
        width: 350px;
        height: 350px;
    }

    .hero-text-mobile {
        position: relative;
        z-index: 2;
        max-width: 320px;
    }

    .hero-text-mobile .subheading {
        max-width: 200px;
    }

    .hero-section.hero-video {
        overflow: hidden;
    }

    .hero-section.hero-video .hero-text {
        margin-top: 0px;
    }

    .hero-section.hero-video .video-wrap {
        margin-top: -58px;
        right: -40px;
    }

    .hero-section.hero-video .hero-logo-shape {
        width: 64%;
        left: -100px;
    }

    /* .zigzag-section img {
        max-width: 128px;
    } */
    .instructor-item {
        padding: 0px;
        margin-top: 35px;
    }

    .instructor-item .instructor-pic {
        margin: -55px 0 0 0;
        text-align: center;
    }

    .instructor-item .instructor-pic img {
        width: 200px;
        height: 200px;
    }

    .instructor-item .instructor-border {
        padding: 20px;
    }

    .instructor-item .instructor-content {
        padding-left: 15px;
    }

    .team-single .team-pic {
        width: 210px;
    }

    .team-single .team-pic img {
        width: 210px;
        height: 210px;
    }

    .control-toggle .toggle-text.text-left {
        margin-right: 15px;
    }

    .control-toggle .toggle-text.text-right {
        margin-left: 15px;
    }
}

@media (min-width: 393px) and (max-width: 425px) {
    #background-video {
        width: 380px;
        height: 380px;
    }
}

/** Waitlist Page **/
.opt-in-webinar {
    padding-top: 100px;
}

.waitlist-section .waitlist-bg {
    width: 90%;
    margin: 0 5%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    padding: 150px 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 30px;
}

.waitlist-section .webinar-text {
    margin-left: 0;
}

.waitlist-section .contact-form {
    width: 650px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: lighter;
}

@media (max-width: 769px) {
    .waitlist-section .waitlist-bg {
        display: block;
        padding: 30px !important;
    }

    .waitlist-section .webinar-text {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .waitlist-section .contact-form {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .waitlist-section .waitlist-bg {
        display: block;
        padding: 20px !important;
    }

    .investing-work-section .investing-step {
        margin-bottom: 10px;
        max-width: 300px;
    }
}

/*** Accredited Investor and Institutional Investor Page ***/


.investor-faq-section {
    margin: 100px 0;
}

.page-template-accredited_investor .content-onbg-section,
.page-template-institutional_investor .content-onbg-section {
    margin-bottom: 0;
}

.page-template-institutional_investor .investing-work-section {
    padding: 150px 0;
}


/** Product Landing **/
.page-template-product_landing .your-process-section {
    margin-top: 80px;
}

/*--- Guide page yellow tilte area --*/

.yellow-title {
    background: #f1af2d;
    padding: 50px 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.yellow-title .container {
    position: relative;
    z-index: 20;
}

.yellow-title .btn-orange {
    border: 1px solid #2B2B2B;
}

.yellow-title h2 {
    font-size: 32px;
    line-height: 40.51px;
    font-weight: 700;
}

.yellow-title:before {
    content: "";
    width: 300px;
    max-width: 100%;
    height: 200px;
    background: var(--wpr-bg-dd5b437b-7c87-4214-9de7-cfab7cc90ac9) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.yellow-title:after {
    content: "";
    width: 300px;
    max-width: 100%;
    height: 200px;
    background: var(--wpr-bg-007ea889-758f-41f1-8717-e06659c3ff8f) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*--- Video section --*/

.video-container {
    position: relative;
    max-width: 800px;
    height: 450px;
    overflow: hidden;
    cursor: pointer;
    margin: 80px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    /* Hide the iframe initially */
}

.poster {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    z-index: 2;
    cursor: pointer;
    background: transparent;
}

.play-button:hover {
    background-color: transparent !important;
}

/*--- Contact Page ---*/

.page-template-contact .contact-section form input {
    border-color: #5c8c85;
}

.page-template-contact .contact-section form input#input_1_8 {
    border: 1px solid #5c8c85;
    height: 77.43px;
}

.page-template-contact .contact-section form .chosen-container .chosen-choices {
    border-bottom: 1px solid #5c8c85 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.page-template-contact .contact-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px;
}

.page-template-contact .gform_wrapper input:not([type="submit"]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
}

.page-template-contact .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 20px;
}

.page-template-contact .contact-section .container {
    max-width: 900px;
}

.page-template-contact .contact-section h2 {
    color: #ffffff;
}

.page-template-contact .contact-section h4 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.page-template-contact .contact-section .row {
    row-gap: 50px;
}

@media (max-width: 1024px) and (min-width: 991px) {
    .page-template-contact .contact-section .col-lg-6 {
        display: flex;
    }

    .home .free-webinar-section {
        padding: 0px 0 80px;
    }

    .home .free-webinar-section .webinar-bg {
        background-position: top !important;
    }
}

.home .investing-work-section {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .page-template-about_us .hero-section {
        background-size: cover;
    }
}

/*--- Quiz page --*/
.quiz-area {
    background: #f1af2d;
    border-radius: 80px;
    padding: 60px;
    text-align: center;
    margin-top: 80px;
}

.quiz-area .logo-quiz {
    margin-bottom: 30px;
}

.quiz-area p {
    max-width: 935px;
    margin: 0 auto;
    font-size: 23px;
    line-height: 38px;
    font-weight: 300;
}

.quiz-area form .gfield {
    text-align: left;
    font-weight: 900;
    font-size: 23px;
}

.quiz-area form {
    margin-top: 30px;
}

.quiz-area form input {
    background: #ffff;
    border: 0;
    height: 60px;
}

.quiz-area form button {
    border-radius: 100px !important;
    height: 45px !important;
}

.quiz-area .gform_wrapper.gravity-theme .gfield_label {
    font-size: 23px;
    color: #2b2b2b;
    line-height: 29.12px;
    display: contents;
}

.quiz-area .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
    color: #2b2b2b;
}

.quiz-area .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #2b2b2b !important;
}

.quiz-area input#gform_next_button_8_10 {
    height: 45px;
    border-radius: 100px;
    font-family: "nimbus_sans_lbold", sans-serif;
    color: #2b2b2b;
}

.quiz-area input#gform_next_button_8_10:hover {
    background: #2b2b2b;
    color: #fff;
}

.quiz-area .gform_required_legend {
    display: none;
}

.quiz-area .choose-area {
    background: #f2f2f2cc !important;
    padding: 30px 25px !important;
    margin: 30px !important;
    border-radius: 10px !important;
}

.quiz-area .choose-area legend {
    position: relative;
    top: 60px;
}

.quiz-area .choose-area .ginput_container_radio {
    padding-top: 30px;
}

.quiz-area .choose-area .gfield-choice-input {
    margin-right: 20px;
}

.quiz-area form .second-slide .gfield {
    font-weight: 300 !important;
}

.quiz-area .choose-area .gchoice.selected {
    background-color: #5c8c85 !important;
    /* Light green background for the selected option */
}

.quiz-area form .second-slide .gform_page_footer {
    display: flex !important;
    justify-content: space-between !important;
    padding: 20px 25px;
}

.quiz-area form .gform_previous_button {
    height: 45px;
    border-radius: 100px;
    font-family: "nimbus_sans_lbold", sans-serif;
    color: #2b2b2b;
    width: 200px;
}

.quiz-area form .gform_next_button {
    height: 45px;
    border-radius: 100px;
    font-family: "nimbus_sans_lbold", sans-serif;
    color: #2b2b2b;
    width: 200px;
}

.quiz-area form .gform_previous_button:hover {
    background: #2b2b2b;
    color: #fff;
}

.quiz-area form .gform_next_button:hover {
    background: #2b2b2b;
    color: #fff;
}

.third-slide [type="checkbox"]+label:before {
    background-color: #5c8c85 !important;
}

.third-slide .gchoice [type="checkbox"]:checked+label,
.gchoice [type="checkbox"]:not(:checked)+label {
    color: #464646;
    font-weight: 300 !important;
}

.third-slide #input_8_28 .gchoice {
    margin-bottom: 15px;
}

.quiz-area form .third-slide .gfield {
    font-weight: 300 !important;
}

.quiz-area form input#gform_submit_button_8 {
    width: 200px;
    height: 45px;
}

.quiz-area form .third-slide .gform_page_footer {
    display: flex !important;
    justify-content: space-between !important;
    padding: 20px 25px;
}

/* Style the default radio buttons */
.quiz-area form .gfield-choice-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #2b2b2b;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.quiz-area form .second-slide .gchoice {
    margin-bottom: 20px;
}

.quiz-area form .third-slide .gchoice {
    margin-bottom: 20px;
}

.quiz-area form .second-slide .gfield_label {
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}

.quiz-area form .gfield-choice-input[type="radio"]:hover {
    border-color: #5c8c85;
}

.quiz-area form .gfield-choice-input[type="radio"]:checked {
    border-color: #5c8c85;
    background-color: #5c8c85;
}

.quiz-area form input#gform_submit_button_8:hover {
    background: #2b2b2b;
    color: #fff;
}

.quiz-area form #gform_ajax-spinner_8 {
    margin-top: -5px;
    margin-left: -40px;
    position: absolute;
}

@media (max-width: 768px) {
    .video-container {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .quiz-area input#gform_next_button_8_10 {
        padding: 0px;
    }

    .quiz-area {
        padding: 30px;
    }

    .quiz-area .choose-area {
        padding: 30px 15px;
        margin: 0px !important;
    }

    .quiz-area form .gform_previous_button {
        padding: 0px !important;
    }

    .quiz-area form .gform_next_button {
        padding: 0px !important;
    }

    .quiz-area .choose-area .ginput_container_radio {
        padding-top: 0px !important;
    }

    .quiz-area .third-slide .choose-area .ginput_container_radio {
        padding-top: 30px !important;
    }

    .quiz-area form input#gform_submit_button_8 {
        padding-top: 0px !important;
    }
}

@media (max-width: 540px) {
    .video-container {
        height: 200px;
    }
}


@media (max-width: 1540px) {
    .hero-section .container {
        padding: 80px 15px;
    }
}



/*** 404 Section ***/

.section-404 {
    margin: 100px 0 150px;
}

.error404 .contact-section h2,
.error404 .contact-section h4 {
    color: #fff;
}

.abt-content .content-onbg p {
    max-width: 900px !important;
}

section.content-onbg-section.lo-page.abt-content {
    margin-bottom: 0;
}

.content-onbg-section .lo-page h6.subheading {
    font-size: 18px;
}

/*** About us - our value section ***/
.abt-values-section {
    padding: 50px 0;
}

.abt-values-section .container {
    max-width: 100%;
}

.abt-values-section h2 {
    text-align: center;
}

.abt-values-section .core-value-step {
    border: 1px solid #DEE8E7;
    background: #DEE8E7;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
    position: relative;
    align-content: center;
    transition: 1s all ease-in-out;
}

/* start 09/01/2025 */
.core-value-step-text {
    position: absolute;
    top: calc(100% - 90px);
    background: hsl(174deg 18% 89% / 90%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    transition: 1s all ease-in-out;
    height: 100%;
    align-content: flex-start;
}

.abt-values-section .core-value-step:hover .core-value-step-text {
    top: 0px;
    background: hsl(174deg 18% 89% / 90%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 9px;
    transition: 1s all ease-in-out;
    height: 100%;
    justify-content: center;
}

.abt-values-section .core-value-step p {
    opacity: 0;
    overflow: hidden;
    transition: 1s all ease-in-out;
}

.abt-values-section .core-value-step:hover .core-value-step-text p {
    height: auto;
    transition: 0.5s all ease-in-out;
    opacity: 1;
}

.core-value-step {
    overflow: hidden;
}

/* end 09/01/2025 */
.abt-values-section .core-value-step-text {
    padding: 30px 20px 0;
}

.core-value-step img {
    border-radius: 10px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.abt-values-section .core-value-step h5 {
    color: #464646;
    font-family: "nimbus_sans_lbold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: normal;
    letter-spacing: 1px;
}

.abt-values-section .core-value-step h4 {
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #464646;
}

.page-template-about_us .free-webinar-section {
    padding: 50px 0 150px;
}


@media (max-width: 991px) {

    .hero-section .hero-text-inner h1 {
        margin-bottom: 10px;
    }

    .free-webinar-section .btn-block {
        padding: 0;
    }

    .btn-block a {
        margin: 5px 0;
    }

    .investing-benefits-section .ul-check ul {
        max-width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    section.content-onbg-section.lo-page h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .content .ul-check {
        justify-content: center;
    }
}

.development-map-section .btn-block {
    margin-top: 20px;
}

/*** Stackholder **/

.page-template-stackholders .blog-section {
    padding: 120px 30px 150px;
}

/* start 06/01/2025 */
.quiz-area form .second-slide .gform_page_footer span {
    position: absolute;
    left: 50%;
}

.quiz-area .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    margin-bottom: 23px !important;
}

/* end 06/01/2025 */

.investor-form h2,
.investor-form h4 {
    color: #ffffff;
}

#field_9_9 {
    margin: -20px 0;
}

#gform_9 .gfield_description {
    display: none;
}

.bg-right-contain {
    background-position: right;
    background-size: 78%;
}

@media (max-width: 1300px) {
    .bg-right-contain {
        background-position: right;
        background-size: 100%;
    }

    .page-template-quiz_response_growth-oriented-optimist .bg-right-contain {
        background-position: 100px 40px !important;
    }

    .page-template-about_us .hero-section {
        background-position: 350px -25px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {

    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        font-size: 13px !important;
    }

    .header-right .btn {
        padding: 10px !important;
    }

    .header-btn-block a {
        font-size: 11px !important;
    }

    .investors-section .investing-step {
        width: 300px;
    }

    .blog-section .single-blog .blog-pic img {
        min-height: 300px;
    }
}

@media (min-width: 1024px) {

    .development-map-section .img-rounded img {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 824px) {
    .mainmenu .login-link{
        display: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .investing-work-section .investing-step {
       width: 100%;
    }
}


@media (max-width: 1024px) and (min-width: 991px) {
    .bg-right-contain .container {
        padding: 120px 15px 0px;
    }

    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        font-size: 13px !important;
    }

    .header-right .btn {
        padding: 12px 5px;
    }

    .header-btn-block a{
        font-size: 12px;
    }

    /* .bg-right-contain {
        background-position: calc(180px - 4%);
        background-size: 90%;
    } */
}

@media (max-width: 992px) {

    .bg-right-contain {
        background-position: calc(180px - 55%) !important;
        background-size: cover;
    }

    .page-template-blog_archives .site-footer .row,
    .page-template-blog_archives .half-image-content .row {
        row-gap: 0;
    }

    .page-template-blog_archives .half-image-content {
        padding: 80px 0 0;
    }

    .blog-section .blog-btn {
        position: relative;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {

    .bg-right-contain {
        background-position: top !important;
        background-size: cover;
    }

    .footer-menus {
        padding: 30px 0 50px;
    }

    .investing-work-section .row {
        margin-left: auto;
        margin-right: auto;
    }

    a.footer-button {
        justify-content: center;
    }
}

/** Inner Hero Contact Form **/

.container.inner-hero-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-hero-contact-form {
    max-width: 650px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.inner-hero-contact-form h3 {
    margin-bottom: 0;
}

.inner-hero-contact-form:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f1af2d;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 10px;
}
/* start 18/02/2024 */
@media (max-width:1808px){
    .core-value-step img{
        aspect-ratio:16 / 12;
    }
    .abt-values-section .core-value-step h4{
        font-size:22px;
    }
    .abt-values-section .core-value-step{
        margin-bottom:0px
    }
}
@media (max-width:1574px){
    section.abt-values-section .row.aos-init.aos-animate .col-md-3 {
        width: 100%;!;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .core-value-step img{
        aspect-ratio:16 / 10;
    }
}
@media (max-width: 767px) {
    .core-value-step img {
        aspect-ratio: 16 / 12;
    }
}
@media (max-width:658px){
        section.abt-values-section .row.aos-init.aos-animate .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .core-value-step img {
        aspect-ratio: 16 / 14;
    }
    .abt-values-section .core-value-step h4 {
        font-size: 18px;
    }
}
@media (max-width:1199px){
    .why-shasta-section .masonry-cards .col-sm-3{
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width:914px){
    .why-shasta-section .masonry-cards .col-sm-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width:577px){
    .why-shasta-section .masonry-cards .col-sm-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* end 18/02/2024 */

/*HKB*/
.hkb-categoryhead__title {
    text-transform: uppercase;
}