@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

:root {
    --montserrat: 'Montserrat', sans-serif;
    --playfair: 'Playfair Display', serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}


/* From uiverse.io by @niat786 */

.theme_btn {
    border: none;
    color: #fff;
    border-radius: 50px;
    font-family: inherit;
    font-size: 17px;
    display: inline-block;
    background: #045f12;
    width: 196px;
    padding: 14px 15px;
    margin-right: 13px;
    transition: 0.5s;
    text-align: center;
}

.theme_btn:hover {
    background-position: right center;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
    background: #000;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #28b16d;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(4, 167, 67, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(19, 152, 4, 0);
    }
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    padding: 11px 50px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.topSec {
    padding: 20px 0px;
    background: hsl(124deg 33% 8% / 51%);
}

.social ul {
    display: flex;
    gap: 12px;
    margin: 0;
}

.social ul li {
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.social ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.topSec a.login {
    text-align: right;
    color: #ffffff;
    display: block;
}

.menuSec ul li a:first-child {
    padding-left: 0px;
}


/* banner  */

.main_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner_details.text-center {
    position: absolute;
}

.banner_details h3 {
    font-size: 29px;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1;
}

.banner_details h1 {
    font-family: 'Playfair Display';
    font-size: 63px;
    font-weight: 700;
}

.banner_details p {
    color: #fff;
    font-size: 18px;
    width: 70%;
    margin: 35px auto;
}

.after_banner {
    width: 32%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.after_banner h2 {
    color: #045f12;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
}

.after_banner {
    width: 29%;
    position: absolute;
    border-radius: 19px;
    padding: 42px 29px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    bottom: -56%;
    z-index: 11;
}

.after_banner h2 {
    color: #045f12;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
}

.after_banner p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.after_banner .theme_btn {
    position: relative;
    top: 22px;
}


/* banner  */


/* about us  */

.abt_box {
    margin-bottom: 20px;
    position: relative;
    width: 80%;
}

.abt_box img {
    width: 100%;
}

.abt_box::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #045f12;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    right: -10px;
    border-radius: 10px;
}

.abt_box:last-child::before {
    left: -10px;
}

.about_text h3 {
    color: #045f12;
    font-weight: 800;
}

.about_text h2 {
    font-weight: 700;
    color: #000;
    font-size: 27px;
    line-height: 1.3;
}

.about_text p {
    font-weight: 600;
    color: #000;
}

section.about_us {
    position: relative;
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 170px;
}

.about_text {
    position: absolute;
    width: 29%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 20px;
    top: 25%;
    left: 30%;
    z-index: 1;
}


/* about us  */


/* condition  */

.cond_text h2 {
    font-weight: 700;
    color: #000;
    font-size: 35px;
}

.cond_text {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 18%;
    width: 31%;
    bottom: -39px;
    border-radius: 20px;
}

.pt_8 {
    padding-top: 80px;
}

.heading h2 {
    font-weight: 700;
    color: #000;
    font-size: 35px;
    margin: 0;
    padding-bottom: 20px;
}

.benifit_box {
    background: #fff;
    padding: 33px 35px;
    box-shadow: rgb(0 0 0 / 2%) 0px 9px 14px 37px, rgb(27 31 35 / 19%) 0px 0px 6px 1px;
    border-radius: 10px;
    /* border-bottom: 8px solid #045f12; */
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.benifit_box h3 {
    font-size: 35px;
    font-weight: 800;
}

.benifit_box::before {
    content: '';
    height: 3%;
    bottom: 0;
    background-color: #045f12;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: ease-in-out 0.5s;
}

.benifit_box:hover:before {
    height: 100%;
    top: 0;
}

.benifit_box:hover p {
    transition: 0.5s;
}

.benifit_box:hover h3,
.benifit_box:hover p {
    color: #fff;
}

.benifit_box.od_box {
    margin-top: 35px;
}


/* condition  */


/* azzmo  */

.azzmo_card h2 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1;
}

.azzmo_text {
    padding: 20px 80px;
}

.azzmo_card img {
    height: 100%;
}

.azzmo_card {
    border: 20px solid #ccc;
}

.azzmo_text input,
.azzmo_text select {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    border: 3px solid #ffc372;
}

.azzmo_text select {
    font-weight: 500;
    font-size: 20px;
}

.azzmo_text .tax {
    background: #045f12;
    margin: 25px 0px;
    padding: 21px 69px;
}

.azzmo_text .tax p {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.azzmo_text .tax h4 {
    font-weight: 700;
    font-size: 25px;
    color: #ffc372;
    margin-bottom: 24px;
    line-height: 1;
}

.pb_8 {
    padding-bottom: 80px;
}


/* azzmo  */


/* Info graph */

.infograph {
    background-image: url(../images/info_bg.jpg);
    padding: 80px 0px;
}

.info_cricle {
    background: #fff;
    width: 300px;
    border-radius: 100%;
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #ccc;
    position: relative;
    right: -130px;
}

.info_cricle h2 {
    font-size: 44px;
    color: #000;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}

.info_cricle * {
    margin: 0;
}

.info_number {
    height: 85px;
    width: 85px;
    background: #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 33px;
    text-align: center;
    right: -37px;
    z-index: 1;
    position: relative;
}

.info_number span {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.info_number h4 {
    font-weight: 700;
    font-size: 37px;
    color: #fff;
    margin: 0;
}

.info_number h4 {
    font-weight: 700;
    font-size: 37px;
    color: #fff;
    margin: 0;
}

.info_strip ul {
    display: inline-flex;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    gap: 10px;
    width: 79%;
    padding: 12px 0px;
    padding-left: 51px;
    margin: 0;
}

.info_strip ul * {
    margin: 0;
}

.info_strip ul h4 {
    font-weight: 700;
    font-size: 25px;
}

.info_strip ul img {
    border-left: 1px solid #000;
    padding-left: 11px;
}

.info_strip ul p {
    color: #000;
}

.info_strip ul li:first-child {
    width: 73%;
}

.info_strip {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.info_number:before {
    width: 262px;
    height: 5px;
    background: #ccc;
    position: absolute;
    content: '';
    transform: rotate(172deg);
    right: 6px;
    z-index: -1;
    top: 50px;
}

.info_strip.two,
.info_strip.four {
    position: relative;
    right: -100px;
}

.info_strip.three {
    position: relative;
    right: -151px;
}

.info_strip.three .info_number:before {
    width: 296px;
    transform: rotate(0deg);
    top: 45px;
}

.info_strip.two,
.info_strip.four {
    position: relative;
    right: -100px;
}

.info_strip.three {
    position: relative;
    right: -151px;
}

.info_strip.three .info_number:before {
    width: 296px;
    transform: rotate(3deg);
    top: 35px;
}

.info_strip.two .info_number:before {
    transform: rotate(-2deg);
    width: 277px;
    top: 28px;
}

.info_strip.four .info_number:before {
    transform: rotate(15deg);
    width: 262px;
    top: 34px;
}

.info_strip.five .info_number:before {
    transform: rotate(15deg);
    top: 30px;
    width: 241px;
}

.after_info {
    margin-top: -42px;
}

.after_info img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* Info graph */


/* testimonial  */

.testimonial-text {
    background: #e5e5e5;
    color: #fff;
    padding: 30px;
    padding-left: 118px;
    position: relative;
    border-radius: 20px;
    padding-top: 50px;
    transition: 0.5s;
    text-align: -webkit-left;
}

.testimonial-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #e5e5e5;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}

.testimonial-text p {
    color: #979797;
    position: relative;
    font-family: var(--font);
}

.testimonial-text p::before {
    content: '\f10e';
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    left: -86px;
    font-size: 90px;
    transform: rotateY(180deg);
    top: -21px;
}

.testimonial_image {
    padding: 30px 0px;
    text-align: center;
}

.testimonial_image img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial-text {
    background-color: #045f12;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial-text p {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial-text:after {
    border-top-color: #045f12;
}

.tabcontent {
    display: block !important;
    height: 0;
    opacity: 0;
}

.tabcontent.active {
    opacity: 1;
    height: auto;
    display: block !important;
}

.heading p {
    width: 74%;
    margin: 0 auto;
    color: #000;
    margin-bottom: 40px;
}

section.testimonial_sec {
    padding-bottom: 80px;
}

.testimonial_slider .slick-next::before {
    content: url(../images/right_arrow.png);
    opacity: 1;
}

.testimonial_slider .slick-prev::before {
    content: url(../images/left_arrow.png);
    opacity: 1;
}

.testimonial_slider .slick-prev {
    left: -91px;
}

.heading h4 {
    color: #045f12;
}


/* testimonial  */

.page.page-cover.page-cover-bottom.stf__item.--hard.--left {
    background: url(../images/bkend.jpeg);
    background-size: contain;
}


/* footer  */

.footerSec {
    background: url(../images/footer_bg.png);
    padding-top: 250px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerSec p {
    color: #fff;
}

.footerSec ul li {
    color: #fff;
    font-size: 17px;
}

.footerSec ul li span {
    color: #045f12;
   
    font-size: 21px;
    margin-right: 8px;
}

.footerSec h3 {
    color: #65a740;
    position: relative;
    font-size: 27px;
    font-family: 'Montserrat';
    margin-bottom: 54px;
}

.footerSec h3:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #fff;
    bottom: -4px;
    left: 0;
}

.footerSec ul li a {
    color: #fff;
    margin-bottom: 13px;
    display: inline-block;
}

.footerSec h5 {
    color: #fff;
    font-size: 30px;
}

.footerForm {
    display: flex;
    align-items: center;
}

.footerForm input {
    width: 80%;
    height: 45px;
    border: none;
    padding: 10px;
    background-color: #292c32;
    color: #fff;
}

.footerForm button {
    border: none;
    height: 45px;
    color: #fff;
    background: #65a740;
    width: 26%;
}

.copyright.text-center {
    background: #045f12;
    padding: 20px 0px;
}

.copyright.text-center p {
    color: #fff;
    margin: 0;
}


/* footer  */

section.formm {
    padding: 100px 0 230px 0px;
    background-image: url(../images/abt-back.png);
    background-repeat: no-repeat;
    position: relative;
}

.arcd {
    background: #045f12;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.arcd span {
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
}

.arcd:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 100px;
    left: 135px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #045f12;
}

.cdia {
    text-align: center;
    margin-top: 40px;
}

.cdia ul li h6 {
    font-size: 29px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 10px 0px;
    color: #045f12;
}

.cdia ul li h5 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    margin: 10px 0px;
}

.cdia ul li h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #045f12;
    margin: 10px 0px;
}

.main-form {
    margin-top: 50px;
    width: 90%;
}

.main-form h5 {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}

.main-form form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
}

.main-form form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
    margin-top: 15px
}

.main-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
    height: 170px;
    resize: none;
    margin-top: 15px
}

.main-form input::placeholder {
    color: #000;
    font-weight: 600;
}

.main-form form span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-left: 20px;
}

.main-form .button {
    border: 5px solid #4f8f59;
}

.second-form {
    margin-top: 50px;
    border-top: 1px solid #045f12;
    width: 90%;
    padding-top: 40px;
}

.second-form h5 {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}

.second-form form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
}

.second-form form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
    margin-top: 15px
}

.second-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #045f12;
    height: 170px;
    resize: none;
    margin-top: 15px
}

.second-form input::placeholder {
    color: #000;
    font-weight: 600;
}

.second-form form span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-left: 20px;
}

.second-form .button {
    border: 5px solid #4f8f59;
    width: 240px;
    font-size: 17px;
}

.formm .weed-img {
    position: absolute;
    left: 0;
    bottom: -90px;
    z-index: -1;
}


/* Fix haeder  */

header.fix_header {
    position: fixed;
    background: #000;
    z-index: 1111;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: smoothScroll 1s forwards;
    top: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

section.conditions {
    margin-top: -186px;
}


/* Fix haeder  */


/*inner-pages*/

.inner-banner {
    
    height: 80vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.page-id-10 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/1-scaled.jpg);
	
}

.page-id-8 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/2-scaled.jpg);
	
}
.page-id-12 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/3-Converted-01-scaled.jpg);
	
}

.page-id-14 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/4-scaled.jpg);
	
	
}

.page-id-363 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/3567-01-scaled.jpg);
	
}

.page-id-260 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/7-Converted-01.jpg);
	
}

.page-id-16 .inner-banner {
    background-image: url(https://demoweblinks.com/jeffrey_rosenfeld/wp-content/uploads/2022/11/89436y893-01-scaled.jpg);
	
}




.inner-banner .abt-heading h1 {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 0;
}

.inner-banner .abt-heading h2 {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    text-align: right;
    color: #fff;
}

section.about-uss {
    padding: 80px 0px;
}

.treat-heading h4 {
    font-size: 27px;
    font-weight: bold;
    color: #000;
    margin: 50px 0 30px 0px;
}

.treat-heading p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
}

.treat-img {
    text-align: center;
    position: relative;
}

.treat-img:after {
    position: absolute;
    content: "";
    background: #045f12;
    width: 465px;
    height: 537px;
    border-radius: 10px;
    left: 100px;
    top: 10px;
    z-index: -1;
}

.ch-m {
    text-align: left;
    position: relative;
}

.ch-m:after {
    position: absolute;
    content: "";
    background: #045f12;
    width: 465px;
    height: 537px;
    border-radius: 10px;
    left: 16px;
    top: 10px;
    z-index: -1;
}

.top-p {
    margin-top: 40px;
}

.chnag-h {
    width: 100%;
    margin-left: -110px;
}

.chnag-h h4 {
    font-size: 35px;
    margin-top: 80px;
}

.about-uss {
    background-image: url(../images/abt-back.png);
    background-repeat: no-repeat;
    background-position: 100% 490%;
}

.vis-he h4 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    margin: 50px 0 30px 0px;
}

.vis-he p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
}

.vis-img {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.vis-img:after {
    position: absolute;
    content: "";
    background: #045f12;
    width: 460px;
    height: 360px;
    border-radius: 10px;
    left: 70px;
    z-index: -1;
    top: 14px;
}

section.vission {
    padding-bottom: 70px;
}

section.benefitss {
    padding: 100px 0px;
    background-image: url(../images/abt-back.png);
    background-repeat: no-repeat;
}

.ag-e h3 {
    font-size: 35px;
    font-family: 'Playfair Display';
    position: relative;
}

.ag-e p {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}

.ag-e h3:after {
    position: absolute;
    content: "";
    background: #000;
    width: 150px;
    height: 3px;
    top: 30px;
    left: 100px;
}

.ag-e {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
    background-color: #fff;
}

.ag-e:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 0 0 10px 10px;
    left: 0;
    background-color: #045f12;
    bottom: 0;
}

.ag-e:hover {
    background-color: #045f12;
}

.ag-e:hover h3 {
    color: #fff;
}

.ag-e:hover p {
    color: #fff;
}

.ag-e:hover h3:after {
    background: #fff;
}

.ag-e:hover:before {
    background-color: #fff;
}

.potencyy h4 {
    font-size: 35px;
    font-family: 'Playfair Display';
    position: relative;
    color: #000;
    margin-bottom: 30px;
}

.ag-e:hover h4 {
    color: #fff;
}

.potencyy h4:after {
    position: absolute;
    content: "";
    background: #000;
    width: 150px;
    height: 3px;
    top: 30px;
    right: 150px;
}

.potencyy {
    text-align: right;
}

.potencyy:hover h4:after {
    background: #fff;
}

.ag-e:nth-child(1) h3:after {
    left: 70px;
}

.ag-e:nth-child(5) h3:after {
    left: 170px;
}

.ag-e:nth-child(7) h3:after {
    left: 180px;
}

.potencyy:nth-child(2) h4:after {
    right: 140px;
}

.potencyy:nth-child(4) h4:after {
    right: 185px;
}

.potencyy:nth-child(6) h4:after {
    right: 190px;
}

.potencyy:nth-child(8) h4:after {
    right: 130px;
}


/*inner-pages*/


/*contact-us*************************/

.contact-us-pg {
    padding: 70px 0px;
}

.contact-us-pg h3 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.contact-us-pg p span {
    display: block;
}

.contact-us-pg p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.contact-us-pg input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #045f12;
    background: #f5fbf1;
}

.contact-us-pg input::placeholder {
    color: #000 !important;
}

.contact-us-pg textarea::placeholder {
    color: #000 !important;
}

.contact-us-pg textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #045f12;
    height: 139px;
    resize: none;
    background: #f5fbf1;
}

.detai-s {
    background: #231a52;
    position: relative;
    padding: 36px 15px;
}

.contact-us-pg input::placeholder {
    color: #bab9b9;
}

.contact-us-pg textarea::placeholder {
    color: #bab9b9;
}

.detai-s {
    margin-top: 20px;
    padding-bottom: 0px;
}

.detai-s i {
    color: #ffffff;
    line-height: 80px;
    font-size: 22px;
}

.detai-s a {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.socails ul {
    display: flex;
}

.socails ul li {
    padding-right: 15px;
}

.socails ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 43px;
    border-radius: 41px;
    color: #fff;
    border: 1px solid #ffffff;
    background: unset;
    font-size: 20px;
    transition: 1.5s ease-in-out;
}

.socails ul li i:hover {
    transform: rotate(360deg);
    font-size: 21px;
}

.f-1 {
    background-color: #e6be8a;
}

.f-2 {
    background-color: #00adef;
}

.f-3 {
    background-color: #cc0001;
}

.f-4 {
    background-color: #2c567e;
}

.f-5 {
    background-color: #f96a02;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px;
}

.detai-s h6 {
    margin: 0;
    color: #ffffff;
}

.detai-s .row {
    display: flex;
    align-items: center;
}

.Leave-wrap {
    background: #fff;
    box-shadow: 0 0 8px 0 #b7b7b7;
    padding: 60px 20px;
    background: #ffffff;
    padding-left: 252px;
    margin-left: -192px;
    z-index: -1;
    height: 555px;
}

.carousel-inner.pag .carousel-caption {
    top: 10%;
}

.detai-s {
    background: #045f12;
    position: relative;
    padding: 45px 66px;
}

.detai-s h3 {
    color: #ffffff;
}

.Leave-wrap p {
    color: #000000;
    font-weight: 600;
}

.Leave-wrap button {
    font-family: 'Poppins';
    color: #fff;
    background: #045f12;
    font-size: 14px;
    width: 20%;
    padding: 10px 20px;
    border-radius: 5px;
    border: unset;
}

section.contact-us-pg {
    position: relative;
}

section.contact-us-pg:after {
    content: '';
    position: absolute;
    background-image: url(../images/circle-yellow.png);
    width: 22%;
    height: 449px;
    top: -218px;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
}


/*contact-us**************************/


/*login start*/

.log-p {
    padding: 70px 0px;
}

.log-form {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0px 0px 20px #00000014;
}

.log-form h2 {
    color: #000000;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.log-form input {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 30px;
    margin-top: 10px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
}

.log-form ::placeholder {
    color: #b1b0b0;
}

.btn-submits {
    background: #045f12;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 10px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #000000;
    font-size: 14px;
}

.log-form p {
    color: #000000;
    font-size: 14px;
    padding-top: 20px;
}

.log-form p a {
    text-decoration: underline;
    color: #008140;
}


/*login end*/


/* QUALIFYING  */

section.qualifying h2 {
    color: #000;
    font-weight: 700;
    font-size: 45px;
}

section.qualifying img {
    width: 100%;
}

.col-md-6.bg-green {
    background: #2c5a33;
    padding: 29px;
}

section.condtion2 * {
    color: #fff;
}

section.condtion2 img {
    position: absolute;
    right: 0;
    height: 100%;
}

section.condtion2 {
    position: relative;
}

section.condtion2 h4 {
    font-weight: 600;
    font-size: 25px;
}


/* QUALIFYING  */

.inner_pages {
    position: relative;
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    padding-bottom: 100px;
}

.inner_pages:after {
    content: url(../images/weed.png);
    width: 100%;
    position: absolute;
    bottom: -80px;
    z-index: -1;
}