.sign-up-btn-styles {
    padding: 5px 15px;
    font-size: 19px;
    border-radius: 30px;
    font-family: "century_gothicbold";
}

.sign-up-btn {
    font-size: 20px;
    font-family: "century_gothicbold";
}

.header-signup {
    background: #009444;
}

.header-signup:hover {
    background: #00aa4e;
}

.header-signin:hover {
    color: #000 !important;
}

.font-21px {
    font-size: 21px;
}

.font-30px {
    font-size: 30px;
}

body {
    font-family: "century_gothicregular";
    color: #282828;
}

@font-face {
    font-family: "century_gothicregular";
    src: url("../fonts/gothic.woff2") format("woff2"),
        url("../fonts/gothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "century_gothicbold";
    src: url("../fonts/gothicb.woff2") format("woff2"),
        url("../fonts/gothicb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0px none;
    text-decoration: none;
}

a.info-map span {
    color: #FFD700;
    font-size: 11px;
    text-decoration: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

a.info-map span.map-icon {
    color: #FFD700;
    margin-bottom: 0px;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: middle !important;
}

a.info-map span.map-text {
    display: inline-block !important;
    vertical-align: middle !important;
}

a.info-map:hover,
a.info-map:hover span {
    color: #fff;
    text-decoration: none !important;
}

a.profile-map p {
    color: #555;
}

a.profile-map:hover p {
    color: #000;
    text-decoration: none;
}

a.profile-map {
    display: block;
    width: auto;
    margin: 0px auto;
}

a.profile-map:hover {
    text-decoration: none;
}

.bouncing-chevron {
    width: 48px;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    display: block;
    cursor: pointer;
    animation: bounce 4s infinite;
}

@keyframes bounce {

    10%,
    20%,
    30%,
    40%,
    50% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-5px);
    }

    25% {
        transform: translateY(-3px);
    }

    35% {
        transform: translateY(-2px);
    }

    45% {
        transform: translateY(-1px);
    }
}

a.learn-more {
    color: #FFD700;
}

a.learn-more:hover {
    text-decoration: none;
    color: #FFF;
}

.hosts a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

.header {
    padding: 5px 0;
    border-bottom: 1px #ececec solid;
}

header {
    height: 100px;
    /*position: fixed; */
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    /*z-index: 1000;*/
}

.nav-up {
    top: -100px;
}

.header .navbar {
    padding: 0;
}

.header .navbar .nav-link {
    padding: 10px 20px;
    font-size: 19px;
    color: #000;
}

.header .navbar .nav-link:hover {
    color: #009444;
}

.header .navbar .nav-link.active {
    color: #009444;
}

.header .navbar .nav-item:last-child a {
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    background: #009444;
    border-radius: 30px;
    font-weight: bold;
}

.header .navbar .nav-item:last-child a:hover {
    background: #00aa4e;
}

.banner {
    background: url("https://cdn.soilmates.earth/banner.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    /*padding: 10% 0;*/
    padding: 60px 20px;
    position: relative;
    height: auto;
}

.banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner h1 {
    font-size: 66px;
    color: #fff;
    font-family: "century_gothicbold";
}

.banner p {
    font-size: 34px;
    color: #fff;

    @media screen and (min-width: screen-sm-min) {
        width: 100%;
    }
}

.banner span {
    font-family: "century_gothicbold";
}



.mission .missionbox {
    position: relative;
    background: #009444;
    border-radius: 10px;
    padding: 60px 30px;
    text-align: center;
    color: #fff;
    top: -74px;
    font-family: "century_gothicbold";
}

.mission .missionbox h2 {
    font-size: 46px;
    color: #fff;
}

.mission .missionbox .subtext {
    font-size: 25px;
}

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

.mission ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 15px;
    width: 30%;
}

.mission ul li a {
    display: block;
    background: #fafafa;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    text-decoration: none;
    min-height: 210px;
}

.mission ul li a:hover {
    background: #009444;
    color: #fff;
}

.mission ul li:first-child .icon {
    background: url(../images/icon1.png) no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
}

.mission ul li:first-child:hover .icon {
    background: url(../images/icon1-on.png) no-repeat;
}

.mission ul li:nth-child(2) .icon {
    background: url(../images/icon2.png) no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
}

.mission ul li:nth-child(2):hover .icon {
    background: url(../images/icon2-on.png) no-repeat;
}

.mission ul li:nth-child(3) .icon {
    background: url(../images/icon3.png) no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
}

.mission ul li:nth-child(3):hover .icon {
    background: url(../images/icon3-on.png) no-repeat;
}

/*.mission ul li a img{ display: block; margin: 0 auto 10px auto; }*/

#cover_image {
    height: 0px;
    overflow: hidden;
}

#profile_image {
    height: 0px;
    overflow: hidden;
}

.imgsec {
    padding: 130px 0;
}

.imgsec .imgbox {
    position: relative;
}

/* .imgsec .imgbox{ position: relative; display: inline-block; margin-left: 76px; } */
.imgsec .imgbox:before {
    position: absolute;
    top: -40px;
    left: -76px;
    content: "";
    background: url(../images/img-pat1.png) no-repeat;
    width: 175px;
    height: 175px;
}

.imgsec .imgbox:after {
    position: absolute;
    bottom: -45px;
    right: -60px;
    content: "";
    background: url(../images/img-pat2.png) no-repeat;
    width: 130px;
    height: 130px;
}

.imgsec .imgbox img {
    position: relative;
    z-index: 1;
}

.imgsec .content {
    padding-left: 80px;
}

.imgsec .content h3 {
    font-size: 38px;
    color: #000;
}

.imgsec .content h3 strong {
    color: #009444;
    font-family: "century_gothicbold";
}

.imgsec .content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 50px;
}

.btn-primary {
    font-size: 19px;
    color: #fff;
    background: #a37252;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "century_gothicbold";
}

.btn-primary:hover {
    background: #ac7a59;
}

.btn-dark:hover {
    background: #2d3237;
}

.events {
    background: url(../images/pattern.png) repeat;
    padding: 120px 0;
    text-align: center;
}

.events h2 {
    font-size: 55px;
    color: #000;
}

.events h2 strong {
    font-family: "century_gothicbold";
}

.events ul {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
}

.events ul li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-top: 50px;
    padding: 0 10px;
}

.events ul li .imgbox {
    background: #ffffff;
    border-radius: 5px;
    min-height: 166px;
    padding-top: 40px;
    margin-bottom: 15px;
}

.events ul li p {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
}

.events .btn-primary {
    margin-top: 70px;
}

.upevents {
    /* background: url(../images/pattern.png) repeat; */
    padding: 70px 0 40px 0;
}

.profileinfo .container .row .upevents {
    /* background: url(../images/pattern.png) repeat; */
    padding: 0px 0 100px 0;
}


.upevents h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}

.upevents .eventbox {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.upevents .eventbox .imgbox {
    border-bottom: 1px #ddd solid;
    position: relative;
}

.upevents .eventbox .imgbox img {
    width: 100%;
}

.upevents .eventbox .imgbox ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 9;
}

.upevents .over-content {
    display: none;
}

.upevents .over-content {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 40px 20px 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.over-content:hover {
    cursor: pointer;
}

.upevents .eventbox .imgbox ul li {
    display: inline-block;
    vertical-align: top;
    /*width: 30%; */
    padding: 0 5px;
}

.upevents .eventbox .imgbox ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    border: 1px solid transparent;
    text-decoration: none;
}

.upevents .eventbox .imgbox ul li a:hover {
    color: #1e90ff;
    background: none;
}

.upevents .eventbox .content {
    padding: 20px;
}

.upevents .eventbox .imgbox .over-content h4 {
    font-size: 18px;
    color: #fff;
    font-family: "century_gothicbold";
}

.upevents .eventbox .content h4 a {
    color: #a37252;
    text-decoration: none;
}

.upevents .eventbox .content h4 a:hover {
    color: #000;
    text-decoration: none;
}

.upevents .eventbox .content .date {
    font-size: 16px;
    color: #000;
}

h2 {
    font-size: 55px;
    color: #000;
}

.topfarm {
    padding: 120px 0;
    text-align: center;
}

.topfarm h2 {
    font-family: "century_gothicbold";
}

.topfarm ul {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
}

.topfarm ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2.8%;
}

.btnsec {
    background: #fafafa;
    padding: 50px 0 80px;
}

.btnsec .btn-dark {
    padding: 10px 90px;
    border-radius: 10px;
    font-size: 26px;
}

.btnsec .btn-primary {
    padding: 10px 90px;
    border-radius: 10px;
    font-size: 26px;
    text-transform: none;
    font-family: "century_gothicregular";
}

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

a.ticket-btn {
    border: 1px solid black !important;
    background: #000;
    color: #fff !important;
}

a.ticket-btn:hover {
    color: #000 !important;
}

.footer {
    background: #000;
    padding: 50px 0 50px 0;
    text-align: center;
    position: relative;
}

.footer .btn-primary {
    background: #009444;
    font-size: 24px;
    display: inline-block;
    padding: 10px 40px;
}

.footer a.btn-primary:hover {
    background: #00aa4e;
}

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

.footer ul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}

.footer ul li a {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #ccc;
}

.footer p {
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 10px 0 0;
}

.footer p a {
    color: #fff;
    text-decoration: none;
}

.footer p a:hover {
    color: #ccc;
    text-decoration: none;
}

.sm-social-links {
    font-size: 12px;
    color: #fff;
}

.sm-social-links p {
    font-size: 12px;
}

.loginbg {
    background: #e6e6e6;
}

.loginsec {
    padding: 0 0;
}

.loginsec h3 {
    font-family: "century_gothicbold";
    font-size: 24px;
    text-align: center;
}

.loginsec .login {
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.loginsec .login .form-control {
    height: 50px;
}

.loginsec .login .btn-primary {
    border-radius: 5px;
}

.loginsec .login p {
    font-size: 16px;
    color: #000;
}

.loginsec .login p a {
    color: #a37252;
    text-decoration: none;
}

.loginsec .login p a:hover {
    color: #a37252;
    text-decoration: underline;
}

.loginsec .login .or {
    font-size: 16px;
    color: #000;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.loginsec .login .or:before {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: #eee;
}

.loginsec .login .or span {
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.loginsec .login .btn-light {
    border: 1px #ddd solid;
    padding: 10px 20px;
}

.loginsec .login .btn-light img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
}

.loginsec ul {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}

.loginsec ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 2px;
}

.loginsec ul li a {
    padding: 10px;
    background: #fff;
    color: #777;
    border: 1px solid #777;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 50px;
}

.loginsec ul li a:hover,
.loginsec ul li a:focus {
    background: #e1e1e1;
    color: #222;
    border: 1px solid #222;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.loginsec ul li a.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.regtab ul {
    margin: 0;
    padding: 10px 0 40px;
    list-style: none;
}

.regtab ul li {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 15px;
    width: 33%;
}

.regtab ul li a {
    display: block;
    background: #fff;
    font-size: 21px;
    color: #000;
    padding: 15px 25px 15px 0px;
    border-radius: 10px;
    text-decoration: none;
    min-height: 130px;
    font-family: "century_gothicbold";
    vertical-align: top;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.regtab ul li a:hover,
.regtab ul li a.active {
    background: #3e7ffe;
    color: #fff;
}

.regtab ul li .icon {
    float: left;
}

.regtab ul li span {
    vertical-align: top;
    padding-left: 122px;
    display: block;
}

.regtab ul li:first-child span {
    padding-top: 32px;
}

.regtab ul li:first-child .icon {
    background: url(../images/icon1.png) no-repeat center center;
    width: 120px;
    height: 100px;
}

.regtab ul li:first-child:hover .icon {
    background: url(../images/icon1-on.png) no-repeat center center;
}

.regtab ul li:first-child a.active .icon {
    background: url(../images/icon1-on.png) no-repeat center center;
}

.regtab ul li:nth-child(2) .icon {
    background: url(../images/icon2.png) no-repeat center center;
    width: 120px;
    height: 100px;
}

.regtab ul li:nth-child(2):hover .icon {
    background: url(../images/icon2-on.png) no-repeat center center;
}

.regtab ul li:nth-child(2) a.active .icon {
    background: url(../images/icon2-on.png) no-repeat center center;
}

.regtab ul li:nth-child(3) .icon {
    background: url(../images/icon3.png) no-repeat center center;
    width: 120px;
    height: 100px;
}

.regtab ul li:nth-child(3):hover .icon {
    background: url(../images/icon3-on.png) no-repeat center center;
}

.regtab ul li:nth-child(3) a.active .icon {
    background: url(../images/icon3-on.png) no-repeat center center;
}

.become {
    padding: 60px 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.become h2 {
    font-size: 50px;
}

.become ul {
    margin: 0;
    padding: 0px 40px;
    list-style: none;
}

.become ul li {
    display: block;
    font-size: 19px;
    color: #000;
    padding: 40px 0px 0;
    line-height: 40px;
}

.filter {
    margin: 90px 0 40px;
    padding: 40px 60px 20px;
    background: url(../images/pattern.png) repeat;
    border-radius: 10px;
}

.filter label {
    font-size: 19px;
    font-weight: bold;
}

.filter .form-control {
    height: 52px;
}

.farmlist {
    border: 1px #e9e9e9 solid;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 35px;
    min-height: 178px;
    vertical-align: top;
    display: block;
    position: relative;
}

.farmlist .imgbox {
    background: #f5f6f7;
    border-radius: 50%;
    width: 124px;
    height: 124px;
    display: block;
    float: left;
}

.farmlist .contant {
    padding: 15px 0 0 150px;
    display: block;
    vertical-align: top;
}

.farmlist .contant h4 {
    font-size: 25px;
    color: #000;
    font-family: "century_gothicbold";
}

.farmlist .contant p {
    font-size: 19px;
    color: #000;
    margin: 0;
    padding: 0;
}

.farmlist .contant ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.farmlist .contant ul li {
    display: inline-block;
}

.farmlist .btn-primary {
    border-radius: 0 10px 0 10px;
    padding: 8px 20px;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
}

.pagination {
    float: right;
    margin-bottom: 100px;
}

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

.titlebar h1 {
    margin: 50px 0px 20px 0px;
    padding: 0;
    font-size: 30px;
    color: #000;
}

.titlebar h1 strong {
    font-family: "century_gothicbold";
}

.profileinfo {
    padding-top: 0px;
}

.profileinfo h4 {
    font-size: 23px;
    /* color: #000; */
    font-family: "century_gothicbold";
    margin-bottom: 0px;
    padding: 0;
}

.profileinfo .info {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 35px;
    margin-bottom: 50px;
}

.profileinfo .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profileinfo .info ul li {
    display: block;
    padding: 10px 0;
}

.profileinfo .info ul li img {
    float: left;
    padding-top: 10px;
}

.profileinfo .info ul li p {
    display: block;
    padding-left: 60px;
    margin: 0;
    font-size: 17px;
}

.profileinfo .info ul li p strong {
    font-family: "century_gothic";
}

strong {
    font-family: "century_gothicbold";
}

.profilecover img {
    border-radius: 15px;
    height: auto;
    object-fit: cover;
    width: 100%;
    max-height: 450px;
    border: 1px solid #ccc;
}

.profilecover .settings-img:hover {
    border: 1px solid #000;
    cursor: pointer;
}

.public-user .profilecover img {
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-left-radius: 0 0;
    border-bottom-right-radius: 0 0;
    height: auto;
    object-fit: cover;
    width: 100%;
    max-height: 450px;
    border-bottom: 1px solid #ccc !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.procontent .proimg {
    width: 175px;
    height: 175px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    margin: -140px 20px 0 80px;
    display: block;
    position: relative;
    top: 20px;
    z-index: 1;
    border: 1px #ccc solid;
    /*float: left; */
}

.procontent .settings-img:hover {
    border: 1px #000 solid;
}

.sm-dropdown-proimg-circle {
    border-radius: 25px;
    border: 1px solid #555;
}

.sm-dropdown-proimg-square {
    border-radius: 5px;
    border: 1px solid #555;
}

.soilmate-profile-css {
    padding: 0px !important;
    border: 1px solid #ccc !important;
}

.soilmate-profile-css img {
    border: 5px solid #fff !important;
    border-radius: 100px !important;
}

.procontent .proimg img {
    border-radius: 5px;
}

.public-user .procontent .proimg {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    margin: -140px 20px 0 50px;
    display: block;
    position: relative;
    top: 60px;
    z-index: 1;
    border: 1px #ccc solid;
    /*float: left; */
}

.public-user .procontent .proimg img {
    border-radius: 5px;
}


.public-user .m-3 {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

.procontent .content {
    display: block;
    /* padding-left: 180px;
    padding-top: 10px; */
    position: relative;
}

.name h2 {
    font-size: 23px;
    color: #000;
    font-family: "century_gothicbold";
}

.procontent .content .tag {
    font-size: 19px;
    color: #000;
}

.procontent .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.procontent .content ul li {
    display: inline-block;
    padding: 5px 0;
}

.procontent .content .btns {
    position: absolute;
    top: 20px;
    right: 0;
}

.procontent .content .btns .btn-primary {
    font-size: 14px;
    padding: 10px 20px;
}

.procontent .content .btns .btn-warning {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "century_gothicbold";
    text-transform: uppercase;
}

.profileinfo .subtext {
    font-size: 17px;
    color: #5e4f4f;
    line-height: 35px;
    padding: 0px 0 0;
}

.profileinfo .webbox ul.social {
    margin: 0;
    padding: 5px 10px 0 10px;
    list-style: none;
}

.profileinfo .webbox ul.social li {
    display: inline-block;
    padding: 0 0px;
}

.profileinfo .webbox ul.social li img {
    width: 25px;
}

.profileinfo .webbox ul.social li a:hover {
    text-decoration: none !important;
}

.gallery {
    padding: 120px 0 80px;
}

.gallery h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.gallery h2 strong {
    font-family: "century_gothicbold";
}

.gallery .item img {
    border-radius: 10px;
}

.gallery .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.gallery .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4f4f4 !important;
    text-align: center;
    line-height: 27px !important;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4f4f4 !important;
    text-align: center;
    line-height: 27px !important;
    float: right;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery .owl-nav .owl-prev:hover,
.gallery .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.custom-breadcrumb {
    list-style: none;
    overflow: hidden;
}

.custom-breadcrumb li {
    text-decoration: none;
    padding: 10px 0 10px 50px;
    position: relative;
    display: block;
    float: left;
}

.custom-breadcrumb li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.custom-breadcrumb li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.light-blue-crumb:after {
    border-left: 30px solid #009444;
}

.light-blue-crumb {
    background: #009444;
    color: white;
}

.faded-crumb:after {
    border-left: 30px solid #ecf0f1;
}

.faded-crumb {
    background: #ecf0f1;
    color: #95a5a6;
}

.m-b30 {
    margin-bottom: 30px;
}

.side-bar-st-1 {
    background: #d4e6ff;
    padding: 30px;
    border-radius: 10px;
}

.twm-candidate-profile-pic {
    position: relative;
    display: block;
    max-width: 150px;
    margin: 0px auto 30px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.twm-candidate-profile-pic img {
    border-radius: 10px;
    margin: 10px;
    display: block;
    width: 128px;
}

.twm-candidate-profile-pic .upload-btn-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.twm-candidate-profile-pic .upload-btn-wrapper button {
    left: 50%;
    transform: translateX(-50%);
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100%;
    position: absolute;
    /* left: 0;
    bottom: 0; */
    opacity: 0;
    cursor: pointer;
    width: 100%;
    display: block;
}

#upload-image-grid {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 10px;
    top: 30px;
    position: relative;
}

.upload-image-btn:hover {
    color: #212529 !important;
    background-color: #e2e6ea !important;
}

.site-button {
    color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button:hover {
    text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
    background-color: #171d28;
}

.site-button {
    outline: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #009444;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s all ease;
}

.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.twm-job-title {
    color: #000;
}

.twm-nav-list-1 ul {
    list-style: none;
    margin: 0;
    font-weight: 500;
}

.twm-nav-list-1 ul li {
    float: none;
}

.twm-nav-list-1 ul>li>a {
    padding: 10px 15px 10px 40px;
    color: #323232;
    display: block;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    transition: 0.5s all ease;
}

.twm-nav-list-1 ul>li>a:hover {
    color: #009444;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
}

.twm-nav-list-1 ul>li.active>a {
    color: #009444;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
}

.twm-nav-list-1 ul li a>i {
    font-size: 18px;
    margin-right: 25px;
    position: absolute;
    left: 10px;
    top: 14px;
    color: #009444;
}

.twm-right-section-panel {
    padding: 30px;
    border-radius: 10px;
}

.site-bg-gray {
    background-color: #f9fcff;
}

.twm-right-section-panel .panel.panel-default {
    border-radius: 10px;
    background: #fff;
}

.wt-panel-heading {
    border-bottom: 1px solid #ddd;
}

.ls-inputicon-box {
    position: relative;
}

.ls-inputicon-box .form-control {
    padding-left: 35px;
}

.ls-inputicon-box .form-control {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: none;
    background-color: #f0f6fe;
    border-radius: 10px;
}

.ls-inputicon-box .fs-input-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 60px;
    z-index: 5;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #009444;
}

.ls-inputicon-box .form-control {
    padding-left: 35px;
}

.twm-cover-pic {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0px auto 30px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.twm-cover-pic img {
    border-radius: 10px;
    margin: 10px;
    display: block;
    width: 100%;
}

.twm-cover-pic .upload-btn-wrapper {
    position: absolute;
    bottom: 18px;
}

.twm-cover-pic .upload-btn-wrapper button {
    left: 50%;
    transform: translateX(-50%);
}

.text-bold {
    font-weight: 700;
}

.p-a20 {
    padding: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-a0 {
    margin: 0px;
}

.form-tip {
    color: #777;
}

.upevents-details {
    background: transparent;
    padding: 0px;
}

.register-btns-mobile {
    display: none;
}

/*responsive*/
@media (max-width: 1199px) {
    .register-btns-mobile {
        display: block;
    }

    .register-btns-desktop {
        display: none;
    }

    .header .navbar .nav-link,
    .header .navbar .nav-item:last-child a {
        font-size: 16px;
    }

    .mission ul li a {
        font-size: 14px;
    }

    .topfarm ul li {
        padding: 0 1.8%;
    }

    .regtab ul li a {
        font-size: 18px;
    }

    .public-user .proimg {
        top: -300px;
    }

    .profileinfo .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 40px !important;
        top: -20px !important;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .header {
        padding: 10px 0;
    }

    .banner h1 {
        font-size: 40px;
    }

    .mission .missionbox h2,
    .upevents h2,
    h2 {
        font-size: 30px;
    }

    .mission .missionbox .subtext {
        font-size: 18px;
    }

    .mission ul li {
        margin-left: 10px;
    }

    .mission ul li a {
        min-height: 220px;
    }

    .imgsec,

    .topfarm {
        padding: 80px 0;
    }

    .imgsec .content {
        padding-left: 20px;
    }

    .imgsec .content h3 {
        font-size: 22px;
    }

    .imgsec .content p {
        font-size: 15px;
    }

    .btnsec .btn-dark,
    .btnsec .btn-primary {
        padding: 10px 20px;
        font-size: 20px;
    }

    .become .imgbox {
        margin-top: 20px;
        text-align: center;
    }

    .regtab ul li {
        padding-left: 0;
        width: 100%;
    }

    .regtab ul li span {
        padding-top: 5%;
    }

    .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -80px 0 0 40px !important;
        top: 10px !important;
    }

    .profileinfo .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 40px !important;
        top: -20px !important;
    }

    .soilmate-profile-css .edit-icon {
        top: 10px !important;
        right: 10px !important;
    }

    .public-user .m-3 {
        padding: 0px 20px 0px 20px;
        text-align: center;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .banner {
        min-height: inherit;
    }

    .banner p {
        font-size: 24px;
    }

    .imgsec .imgbox {
        margin-bottom: 40px;
    }

    .imgsec .imgbox img {
        width: 100%;
    }

    .imgsec .imgbox {
        margin-right: 70px;
    }

    .btnsec {
        text-align: center;
    }

    .text-right {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .btn-primary {
        font-size: 18px;
    }

    .upevents .eventbox {
        margin-top: 10px;
    }

    .mission ul li a {
        min-height: 180px;
    }

    .become h2 {
        font-size: 30px;
    }

    .become ul li {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }

    .become ul {
        padding: 0;
    }

    .farmlist .btn-primary {
        position: inherit;
        margin: 10px 0 0 25px;
    }

    .farmlist .contant h4 {
        font-size: 18px;
    }

    .farmlist .contant p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .filter label {
        font-size: 15px;
    }

    .become {
        padding: 20px;
    }

    .filter {
        padding: 20px;
    }

    .titlebar h1,
    .gallery h2 {
        font-size: 30px;
    }

    .titlebar,
    .gallery {
        padding: 0px 0;
    }

    .profileinfo {
        padding-top: 0;
    }

    .profileinfo .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 40px !important;
        top: -20px !important;
    }

    .public-user .m-3 {
        padding: 0px 20px 0px 20px;
        text-align: center;
    }

    .upevents h2 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .procontent .content .btns {
        position: inherit;
    }

    .profileinfo .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 40px !important;
        top: -20px !important;
    }

    .public-user .m-3 {
        padding: 0px 20px 0px 20px;
        text-align: center;
    }

    .upevents h2 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }

    .signup-footer-box {
        width: 75% !important;
    }

}

@media (max-width: 568px) {
    .mission ul li a {
        min-height: 220px;
    }

    .public-user .procontent .proimg {
        top: -40px;
    }

    .public-user .m-3 {
        padding: 0px 20px 0px 20px !important;
        margin: 0px !important;
    }


    .procontent.clearfix {
        height: 60px;
    }

    .procontent .edit-icon {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .upevents h2 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }

    .upevents {
        /* background: url(../images/pattern.png) repeat; */
        padding: 40px 0 100px 0px;
    }

    .twm-s-title {
        text-align: center;
    }

    .footer .btn-primary {
        font-size: 18px;
    }

    .twm-right-section-panel {
        padding: 0px;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }
}

@media (max-width: 414px) {
    .mission ul li {
        width: 100%;
        margin: 0 0 10px;
    }

    .mission ul li a {
        min-height: inherit;
    }

    .loginsec ul li a {
        font-size: 14px;
    }

    .farmlist .imgbox {
        width: 60px;
        height: 60px;
    }

    .farmlist {
        padding: 15px;
    }

    .farmlist .contant {
        padding: 0 0 0 80px;
    }

    .farmlist .btn-primary {
        font-size: 14px;
        margin-left: 80px;
    }

    .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 20px !important;
        top: -20px !important;
    }

    .procontent .content {
        padding-left: 120px;
    }

    .name h2 {
        font-size: 18px;
    }

    .procontent .content .tag {
        font-size: 15px;
    }

    .profileinfo .info,
    .profileinfo .webbox {
        padding: 0px;
    }

    .procontent .content .btns .btn-primary {
        margin-bottom: 10px;
    }

    .public-user a .m-3 {
        padding: 0px 20px 0px 20px !important;
        margin: 0px !important;
    }

    .footer .btn-primary {
        font-size: 18px;
    }

    .upevents h1 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }

    .upevents {
        /* background: url(../images/pattern.png) repeat; */
        padding: 20px 0 100px 0;
    }

    .sm-hide-mobile-dropdown .dropdown a {
        display: none !important;
    }

}

@media (max-width: 360px) {

    .loginsec ul li a {
        font-size: 12px;
    }

    .public-user a .m-3 {
        padding: 0px 20px 0px 20px !important;
        margin: 0px !important;
    }

    .procontent .proimg {
        height: 80px !important;
        width: 80px !important;
        margin: -40px 0 0 20px !important;
        top: -20px !important;
    }

    .footer .btn-primary {
        font-size: 18px;
    }

    .upevents h2 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }
}

.list-custom {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 102px;
}

.list-custom li {
    display: inline-block;
    margin: 0px;
}

.navbar-brand img {
    width: 77px;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 1.3em;
    margin: 0 0.2em;
}

.share-btn:focus,
.share-btn:hover {
    text-decoration: none;
    /* opacity: 0.8; */
    color: #fff;
    border: 1px solid #fff;
}

.share-btn:active {
    color: #e2e2e2;
}

.share-btn.twitter {
    /* background: #55acee; */
    background: #000000;
}

.share-btn.google-plus {
    background: #dd4b39;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.whatsapp {
    background: #289c36;
}

.share-btn.copy-url {
    background: #a37252;
}

.share-btn.stumbleupon {
    background: #eb4823;
}

.share-btn.reddit {
    background: #ff5700;
}

.share-btn.hackernews {
    background: #ff6600;
}

.share-btn.linkedin {
    background: #4875b4;
}

.share-btn.email {
    background: #444444;
}

.signup-footer-div {
    position: relative;
    top: 0px;
    color: #fff;
}

.signup-footer-box {
    width: 50%;
    border: 1px solid #222;
}


.signup-footer-btn {
    text-decoration: none;
    border-radius: 30px !important;
    font-size: 19px !important;
    line-height: 20px;
}

.signup-footer-btn:hover {
    text-decoration: none;
}

.signup-footer-btn span {
    font-size: 11px;
    text-transform: none;
    line-height: 11px;
    margin-top: 3px;
}


@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        display: contents;
    }
}

.upevents .eventbox .imgbox ul li a.active {
    color: #1e90ff;
    background: none;
}

.customloader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 49%);
    z-index: 1;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #766DF4 #0000;
    animation: s1 1s infinite;
}


.ul-custom-styles {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#purchaseForm {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}

#card-element {
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}

#card-errors {
    color: red;
    margin-top: 10px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}


.btn-secondary {
    background-color: #009444;
}

.btn-secondary:hover {
    background-color: #00aa4e;
}

/* .active {} */

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

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 1000;
}

.soilmate-profile-css {
    border-radius: 90px !important;
}


.mb-6 {
    margin-bottom: 2rem;
}

.position-relative {
    position: relative;
}

.edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.soilmate-profile-css .edit-icon {
    top: 30px;
    right: 30px;
}

.edit-icon:hover {
    background: rgba(0, 0, 0, 0.7);
}

.procontent {
    /* cursor: pointer; */
}

.profilecover {
    /* cursor: pointer; */
}

.public-user {
    border: 2px solid #ccc !important;
}

.public-user {
    font-size: 16px;
}

.public-user .proimg {
    width: 100px;
    height: 100px;
}

.public-user .username {
    margin-top: 20px;
    font-family: "century_gothicbold";
    font-size: 23px;
}

.public-user:hover {
    border: 2px solid #222 !important;
}

.public-user a {
    color: #000;
}

.public-user a:hover {
    text-decoration: none;
}

a.inviter-link {
    color: #007bff;
    /* display: block; */
    margin-top: 10px;
    text-decoration: none;
}

a.inviter-link:hover {
    color: #0056b3;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #ccc;
}

.dropdown-menu-right {
    top: 50px;
}

.modal-header {
    display: block;
}

.modal-header h5.modal-title {
    padding-right: 10px;
}

.sold-out {
    background-color: gray !important;
}

.past-experience,
.purchase-experience-btn {
    padding: 5px 17px;
}

#coupon_code {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#applyCoupon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.tag {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.tag button:hover {
    color: #000000;
    cursor: pointer;
}


.ticket-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ticket-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.ticket-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    background-color: #e3f2fd;
    color: #0d6efd;
}

.ticket-expired {
    background-color: #ffebee;
    color: #f44336;
}

.ticket-claimed {
    background-color: #e8f5e9;
    color: #4caf50;
}

.no-tickets {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
}

.form-select {
    height: 50px;
    border-radius: 5px;
}

.claim-btn {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.claim-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.expiration-date {
    font-size: 13px;
    color: #6c757d;
}


#payment-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

#payment-divider::before,
#payment-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dee2e6;
}

#payment-divider span {
    padding: 0 15px;
    color: #6c757d;
    font-size: 14px;
}

#credit-card-form-section {
    /* border-top: 1px solid #dee2e6; */
    /* padding-top: 20px; */
    margin-top: 20px;
}

.form-group {
    margin-bottom: 1rem;
}

#card-element {
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

#card-element.StripeElement--focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.event-media {
    cursor: pointer;
}

.event-media.is-playing .event-media__img {
    display: none;
}

.event-media__video {
    display: none;
}

.event-media.is-playing .event-media__video {
    display: block;
}

.event-media__icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    transition: opacity 0.2s ease;
    pointer-events: auto;
    cursor: pointer;
}

.event-media__play-icon::before {
    content: '';
    display: block;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.event-media__pause-icon::before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    background: #fff;
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%, 0 0, 60% 0, 100% 0, 100% 100%, 60% 100%, 60% 0);
}

.close-crop-modal-styles {
    font-size: 19px;
    font-family: 'century_gothicbold';
    padding: 10px 20px;
}
 
.custom-active-link {
    cursor: pointer;
    color: #7290be !important;
}

.text-gray {
    color: rgba(0,0,0,.5) !important;
}

.header-labels {
    padding: 10px 0px;
}

.margin-2-rem {
    margin: 2rem 0px;
}
.font-17px {
    font-size: 17px;
}
.font-19px {
    font-size: 19px;
}