/*Start Header Style*/
header{
    z-index: 9;
    position: relative;
}
header .header-top{
    background:#e1f0cf;
}
header .header-top .ht-menu{
    height:100%
}
header .header-top .ht-menu ul{
    height:100%;
    display:flex;
    justify-content: space-evenly;
    align-items:center;
}
header .header-top .ht-menu ul li{
    display:inline-block;
}
header .header-top .ht-menu ul li a{
    display:block;
    padding:10px 15px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(4, 7, 7);
    line-height:1;
    text-align: left;
    transition:ease all 0.25s;
    font-weight:500;
}
header .header-top .ht-menu ul li a:hover{

}
header .header-top .cont-tel {
    height:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
header .header-top .cont-tel p{
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(137, 197, 65);
    line-height: 1;
    margin:0;
    font-weight:600;
}
header .header-top .cont-tel p i{
    transform:rotate(90deg);
}
header .header-top .cont-tel p a{
    color:#040707;
    text-decoration:none;
    transisiton:ease all 0.25s;
}
header .header-top .cont-tel p a:hover{
    color: rgb(137, 197, 65);
}
header .header-top .ht-account-link {
    position: relative;
        height: 100%;
}
header .header-top .ht-account-link:before {
    position: absolute;
    content: '';
    left: 93%;
    height: 100%;
    top: 0;
    width: 2000px;
    background: #89c541;
}
.dropdown {
    height: 100%;
}
header .header-top .ht-account-link .dropdown a{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(4, 7, 7);
    line-height: 2;
    text-align: left;
    display:block;
    padding:0 10px;
}
header .header-top .ht-account-link .dropdown a:hover {
    background: #89c541;
    color:#fff;
}
header .header-top .ht-account-link .dropdown .dropdown-menu {
    padding: 0;
}
header .header-main .logo-box {
    margin-top: -40px;
    margin-bottom: -15px;
}
header .header-main .logo-box img {
    width: 100%;
}
header .header-main .main-nav{
    height:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
header .header-main .main-nav ul {
    padding: 0;
    margin: 0;
    margin-right: -60px;
}
header .header-main .main-nav ul li {
    display: inline-block;
    position: relative;
}
header .header-main .main-nav ul li.has-child:before{
    position:absolute;
    content:'\f0d7';
    font-size:18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height: 0.5;
    color: #000;
    top:0;
    bottom:0;
    height: 10px;
    margin:auto;
    right: 5px;
    transition:ease all 0.25s;
}
header .header-main .main-nav ul li.has-child:hover:before{
    color:rgb(137, 197, 65);
}
header .header-main .main-nav ul li a{
    font-size: 16px;
    padding:10px 15px;
    display:block;
    font-family: "Poppins";
    color: rgb(4, 7, 7);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    transition:ease all 0.25s;
}
header .header-main .main-nav ul li.has-child a{
    padding-right:20px;
}
header .header-main .main-nav ul li.active a,
header .header-main .main-nav ul li:hover a{
    color:#89c541;
}
header .header-main .main-nav ul ul{
    position:absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
header .header-main .main-nav ul li.has-child li{
    display:block
}
header .header-main .main-nav ul li.has-child li a {
    width: 100%;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(4, 7, 7);
    text-transform: uppercase;
    line-height: 1.875;
    text-align: left;
}
header .header-main .main-nav ul li.has-child li a:hover{
    background: #89c541;
    color: #fff;
}
header .header-main .main-nav ul li.has-child:hover ul{
    display:block
}
header .header-main .get-started-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-main .get-started-box a {
    background-color: rgb(0, 0, 0);
    font-size: 16px;
    width:100%;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.875;
    padding: 5px 3px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #000;
}
header .header-main .get-started-box a span {
    display: inline-flex;
    width: 20%;
    background:#fff;
    color:#66c795;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    transition: ease all 0.5s;
}
header .header-main .get-started-box a:before {
    position: absolute;
    content: '';
    width: 150%;
    height: 250%;
    background: white;
    left: -200%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: skew(-30deg, 0deg);
    z-index: -1;
    transition: ease all 0.5s;
}
header .header-main .get-started-box a:hover:before {
    left: -10%;
}

header .header-main .get-started-box a:hover {
    color: #000;
}

header .header-main .get-started-box a:hover span {
    background: #000;
}
a, a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}
a:focus, a:hover {
    color: #13205b;
    outline: none;
    text-decoration: none !important;
}
.btn {
    padding: 10px 15px !important;
    border-radius: 0 !important;
}

.btn-theme {
    background-color: #89c541 !important;
    border-color: #89c541 !important;
    color:#fff !important;
    box-shadow:none!important;
    height: 100%;
}
.btn-theme:focus,
.btn-theme:hover {
    background-color: #e1f0cf!important;
    color:#89c541!important;
    border-color: #89c541!important;
}

.btn:focus,
button:focus {
    outline: none !important;
}
/*End Header Style*/

/*Start Footer Style*/
footer.footer {
    background: #000;
    padding: 100px 0 20px;
        width: 100%;
    float: left;
}
footer.footer .footer-head .ticket-box {
    border: 1px dashed #89c541;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
footer.footer .footer-head .ticket-box .icon-box {
    background: #89c541;
    position: relative;
    display: inline-flex;
    height: 80px;
    font-size: 55px;
    width: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #fff;
    transform: rotateY(180deg);
}
footer.footer .footer-head .ticket-box .desc{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 90px);
    justify-content: center;
}
footer.footer .footer-head .ticket-box .desc h5 {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(137, 197, 65);
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.333;
    margin:0;
}
footer.footer .footer-head .ticket-box .desc a,
footer.footer .footer-head .ticket-box .desc p{
    font-size: 18px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    line-height: 1.333;
    margin:0;
    transition:ease all 0.25s;
}
footer.footer .footer-head .ticket-box .desc a:hover{
    color:#89c541;
}
footer.footer .footer-main{
    margin-top:80px;
}
footer.footer .footer-main .logo-box{
    margin-bottom:20px;
    padding:0 25px;
}
footer.footer .footer-main .logo-box img{
    width:100%;
}
footer.footer .footer-main .desc-about p {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.857;
    text-align: left;
}
footer.footer .footer-main .header h3 {
    position: relative;
    padding-top:15px;
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(137, 197, 65);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}
footer.footer .footer-main .header h3:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    height:1px;
    width:50px;
    background:rgb(137, 197, 65);
}

footer.footer .footer-main .nav ul {
    display: flex;
    flex-wrap: wrap;
}

footer.footer .footer-main .nav ul li {
    width: 50%;
}
footer.footer .footer-main .nav ul li a{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 48px;
    display: block;
    text-align: left;
    position: relative;
}
footer.footer .footer-main .nav ul li a:hover{
    color:#89c541;
}
footer.footer .footer-main .newsletter-box p{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 2.429;
    text-align: left;
}
footer.footer .footer-main .newsletter-box .form-box input {
    border: 1px solid #89c541;
    background: transparent;
    padding: 10px 15px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}
input::-webkit-input-placeholder{
  color: #fff;
}
input:-ms-input-placeholder{
  color: #fff;
}
input::placeholder {
  color: #fff;
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button{
    background-color: rgb(0 0 0);
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.875;
    padding: 5px 15px;
    text-align: center;
    margin:auto;
    margin-top:15px;
    margin-right:0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #89c541;
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button span {
    display: inline-flex;
    width: 35px;
    background: #fff;
    margin-left: 25px;
    margin-right: -5px;
    color: #66c795;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    transition: ease all 0.5s;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button:before {
    position: absolute;
    content: '';
    width: 150%;
    height: 250%;
    background: #89c541;
    left: -200%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: skew(-30deg, 0deg);
    z-index: -1;
    transition: ease all 0.5s;
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button:hover:before {
    left: -10%;
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button:hover {
    color: #fff;
}
footer.footer .footer-main .newsletter-box .form-box .cta-box button:hover span {
    background: #000;
}
footer.footer .copyright {
    border-top: 1px solid #182a33;
}
footer.footer .copyright .social-icons ul {
    margin-top: 30px;
}
footer.footer .copyright .social-icons ul li {
    display: inline-block;
}
footer.footer .copyright .social-icons ul li a {
    margin: 0;
    margin-right: 15px;
    color: #fff;
    font-size: 25px;
}
footer.footer .copyright p{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: right;
    margin:0;
    margin-top:30px
}
footer.footer .copyright p a{
    color:#89c541;
}
footer.footer .copyright p a:hover{
    color:#fff;
}
/*End Footer Style*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
body{
    margin: 0;
        overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}
textarea {
    width: 100%;
}


figure {
    margin: 1em 0;
}
ul li {
    list-style: none;
}


.smf_wrapper ul {
    margin: 0;
    padding: 0px;
}

.smf_wrapper {
    padding: 40px 0px;
}

.smf_container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
}

.smf_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.smf_sidebar_left {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 1%;
    margin-left: 1%;
}

.smf_main_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}

.smf_sidebar_right {
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 1%;
    margin-left: 1%;
}

.card {
    position: initial !important;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.profile-thumb-2 {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    top: 100px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}


.profile-thumb-2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.profile-banner .profile-desc h6 a:hover {
    color: #4169e1;
}

.profile-banner .profile-desc h6 a {
    color: #474747;
    text-decoration: none;
    transition: .8s;
    font-family: "Red Hat Display", Sans-serif;
}

.profile-banner .profile-desc h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 0px;
}

.profile-banner .profile-desc p {
    text-align: center;
    margin-bottom: 0px;
}
.profile-banner .profile-desc {
    padding: 40px 30px 30px 30px;
}

.card.smf_widget-item {
    padding: 30px 30px;
}

.smf_sidebar_left figure.profile-banner-small {
    margin: 0px;
    position: relative;
}

/* Social Feeds */

.smf_posted-author .author a {
    color: #000;
    text-decoration: none;
    font-family: "Red Hat Display", Sans-serif;
    transition: .8s;
}

.smf_posted-author .author a:hover {
    color: #0a579b;
}

.post-settings li button:hover {
    color: #0a579b;
}
.smf_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.smf_card {
    border: none;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
}
.smf_post-title{
        display: flex !important;
        align-items: center !important;
}

.smf_profile-thumb {
    display: inline-block;
    position: relative;
}
.smf_profile-thumb-middle {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.post-thumb.img-popup {
    margin: 0;
}
.smf_posted-author {
    margin-left: 20px;
}
.author {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}


.smf_posted-author .smf_post-time {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}
.smf_post-settings-bar {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}
.smf_post-settings-bar span {
    width: 20px;
    height: 1px;
    display: block;
    background-color: #ccc;
    margin-bottom: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.smf_post-settings-bar:hover span {
    background-color: #0a579b;
}
.post-settings {
    right: 0;
    top: 100%;
    width: 130px;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.smf_arrow-shape:before {
    right: 10px;
    bottom: 100%;
    content: "";
    position: absolute;
    height: 20px;
    border-bottom: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.post-settings ul {
    margin: 0;
    padding: 0;
}
.post-settings li {
    margin-bottom: 10px;
    list-style: none;
}

.post-settings li button:last-child {
    margin-bottom: 0;
}

.post-settings li button {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Red Hat Display", Sans-serif;
}

.smf_post-meta button,.post-settings button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
}

.smf_post-settings-bar:hover .post-settings {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.smf_post-content {
    padding-top: 18px;
}
.smf_post-desc {
    padding-bottom: 16px;
    margin: 0 0 8px 0;
    font-family: "Red Hat Display", Sans-serif;
}

.smf_post-thumb-gallery {
    border-radius: 5px;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
}
.smf_post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.smf_post-meta-like span, .smf_post-comment span, .smf_post-share span {
    color: #666666;
    vertical-align: text-bottom;
    font-family: "Red Hat Display", Sans-serif;
}
.smf_post-meta .smf_post-meta-like strong {
    display: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    color: #666666;
}
.smf_post-meta .smf_comment-share-meta {
    margin-left: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
}
.smf_post-meta .smf_comment-share-meta li:first-child {
    margin-left: 0;
}

.smf_post-meta .smf_comment-share-meta li {
    display: inline-block;
    margin-left: 24px;
}


.post-settings li:last-child {
    margin-bottom: 0px;
}


.smf_widget-title:before {
    bottom: -12px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #0a579b;
}

.smf_widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 35px;
    text-transform: capitalize;
    position: relative;
    margin-top: 0px;
    font-family: "Red Hat Display", Sans-serif;
}

.smf_unorder-list-info {
    padding-left: 10px;
}
.smf_list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 3px;
    margin: 0;
}
.smf_list-title a {
    color: #333333 !important;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "Red Hat Display", Sans-serif;
}
.smf_list-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.smf_list-title a:hover {
    color: #0a579b !important;
}

.profile-thumb-small {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.smf_unorder-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

ul.smf_like-page-list-wrapper {
    padding-left: 0px;
    margin-left: 0px;
}

.smf_cover_image {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.smf-user-profile figure {
    margin: 0px;
    padding: 10px;
}
.smf-user-profile {
    overflow: hidden;
    width: 260px;
    height: 260px;
    object-fit: cover;
    margin-top: -220px;
}
.smf-user-profile figure img {
    overflow: hidden;
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.smf-profile-navigation {
    background: #f5f5f5;
}

.smf-profile-navigation a.edit-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 28px;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #0a579b;
    text-decoration: none;
    font-family: "Red Hat Display", Sans-serif;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-right: 0;
    transition: .8s;
}

.smf-profile-navigation a.edit-btn:hover {
    background-color: #222a2d;
}

.smf_widget-body .about-author ul li a:hover {
    color: #0a579b;
}
.smf_widget-body .about-author ul li a {
    color: #222a2d;
    text-decoration: none;
}
.smf_widget-body .about-author ul li i {
    padding-right: 14px;
    color: #0a579b;
}
.smf_widget-body .about-author ul li {
    margin-bottom: 10px;
}

.smf-sticky-card{
    position: sticky;
    top: 20px;
}

.smf_post-meta .smf_comment-share-meta li i {
    color: #0a579b;
}

.smf_post-meta .smf_comment-share-meta ul {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    top: -117px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

.smf_post-meta .smf_comment-share-meta .smf_post-share:hover ul {
    opacity: 1;
    visibility: visible;
}

.smf_post-meta .smf_comment-share-meta ul li {
    margin-left: 0px;
    margin-bottom: 10px;
    background: #0a579b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
}

.smf_post-meta .smf_comment-share-meta ul li i {
   color: #fff;
    font-size: 11px;
    padding: 0px;
    font-family: 'Font Awesome 5 Brands';
}

.smf_post-meta .smf_comment-share-meta ul li a {
    padding: 0px !important;
    position: relative;
    top: -2px;
}

.smf_post-meta .smf_comment-share-meta ul li:hover {
    transform: rotate(360deg);
    background: #222a2d;
}

.user-comments {
    padding: 20px 0px;
}

.comment-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-form img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.smf-form-field {
    width: 100%;
    position: relative;
}

.smf-form-field input.comment-field:focus {
    outline: none;
}
.smf-form-field input.comment-field {
    border-radius: 40px;
    height: 40px;
    padding: 10px 20px 10px 20px;
    width: 90%;
}

.comment-form .comment-submit {
    background: #0a579b;
    position: absolute;
    right: 10px;
    border-radius: 30px;
    color: #fff;
    top: 0px;
    padding: 7px 20px;
    border: 1px solid #0a579b;
    transition: .8s;
    cursor: pointer;
}
.comment-form .comment-submit:hover {
    background: #222a2d;
    border: 1px solid #222a2d;
}

.comment-list li.member-comment {
    padding: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 20px;
    display: flex;
}

.comment-list li.member-comment h2 {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}

.comment-list li.member-comment span {
    margin-right: 20px;
    font-size: 12px;
}

.comment-list li.member-comment p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}

.comment-list ul {
    max-height: 270px;
    overflow: hidden;
    overflow-y: visible;
}

li.member-comment .user_img img {
    max-width: 100%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.user_details {
    background: #0a579b;
    width: 100%;
    padding: 8px 8px;
    border-radius: 10px;
}

.comment_detail {
    width: 100%;
}
/* width */
.comment-list ul::-webkit-scrollbar {
    width: 6px;
  }

  /* Track */
  .comment-list ul::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  /* Handle */
  .comment-list ul::-webkit-scrollbar-thumb {
    background: #222a2d;
    border-radius: 5px;
  }

  .user-comments {
    display: none;
}

#alert-popup {
	position: fixed; /* Sit on top of the page content */
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}

.delete {
    margin: auto;
    width: 440px;
    height: auto;
    background: #fff;
    padding: 30px 20px;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
    box-shadow: -1px 5px 32px 7px rgb(0 0 0 / 50%);
    top: 30%;
    position: relative;
}

.delete input[type="button"] {
    margin: 0px 10px 0px 10px;
    display: table;
    background: #0a579b;
    color: #fff;
    padding: 6px 22px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

.delete input[type="button"]:hover{
    background: #222a2d;
}

#alert-popup i {
    font-size: 40px;
}

#alert-popup .delete i {
    color: red;
}

.delete-cta {
    display: flex;
    justify-content: center;
}


.delete p {
    font-size: 18px;
    margin-bottom: 20px;
}

.smf_post-meta-like.liked i {
    color: #0a579b;
}

.hide {
    display: none;
}


span.delete-comment {
    color: #8d0000;
    cursor: pointer;
}

.add-post textarea {
    border: none;
    max-width: 100% !important;
    height: 100px;
}

.add-post textarea:focus{
    outline:none;
}

.add-post input.post-btn:hover {
    background: #222a2d;
    border: 1px solid #222a2d;
}
.add-post input.post-btn {
  background: #0a579b;
    color: #fff;
    border: 1px solid #0a579b;
    padding: 10px 30px;
    border-radius: 6px;
    float: right;
    cursor: pointer;
    transition: .8s;
    font-size: 14px;
}

.add-post {
    border: 1px solid #f5f5f5;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    overflow: hidden;
}

.add-post .upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.smf_row.profile-cta {
    padding: 15px 0px;
    justify-content: flex-end;
}

.edit-profile {
    width: 100%;
}

.edit-profile  input[type="file"] {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}
.edit-profile input[type="text"], .edit-profile input[type="password"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}
.edit-profile  label {
    display: block;
    padding-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.edit-profile .smf-field-half {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.edit-profile input.edit-profile-btn:hover {
    border: 1px solid #222a2d;
    background: #222a2d;
}

.edit-profile input.edit-profile-btn {
    border: 1px solid #0a579b;
    background: #0a579b;
    color: #fff;
    padding: 16px 40px;
    border-radius: 30px;
    transition: .8s;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.smf-field-full {
    width: 97%;
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
}

.edit-profile input:focus {
    outline: none;
}

.smf_profile-thumb-middle img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.profile-thumb-small img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

textarea.description {
    padding: 10px;
}

textarea.description:focus {
    outline: none;
}

p#registrationerrormsg {
    float: left;
    text-align: center;
    width: 100%;
    color: red;
    font-size: 18px;
    margin-top: 0px;
}

/* width */
.add-post textarea::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  .add-post textarea::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  /* Handle */
  .add-post textarea::-webkit-scrollbar-thumb {
    background: #0a579b;
    border-radius: 5px;
  }

  p.login-text a:hover {
    color: #222a2d;
}
p.login-text a {
    text-decoration: none;
    color: #0a579b;
    border-radius: 3px;
    transition: .8s;
}

img.no-post {
    width: 100%;
}

.smf_sidebar_left figure.profile-banner-small img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* File Upload */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #0a579b;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 0;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}


/* dislike button */
button.smf_post-meta-dislike {
    position: relative;
    left: 20px;
    top: 3px;
}

button.smf_post-meta-dislike.liked i {
    color: #0a579b;
}

.smf_post-meta-like span {
    width: 10px !important;
    display: inline-block;
    line-height: normal;
}

.inputfile + label i {
    padding-right: 8px;
}



/*Login Page Style*/
section.login-baner {
    width: 100%;
    float: left;
    height: 600px;
    background: url(images/login.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    align-items: end;
}

.login-container {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
}

section.login-baner h2 {
    color: #FFFFFF;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

section.login-baner h1 {
    color: #FFFFFF;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 75px;
    font-weight: bold;
}
section.welcom-back {
    width: 100%;
    float: left;
    background-color: #F0F2F5;
    padding: 120px 0 45px;
}
.welcom-back-container {
    width: 700px;
    margin: auto;
}

section.welcom-back h2 {
    color: #222A2D;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

section.welcom-back form {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

section.welcom-back form input {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 7px 20px;
    border-bottom: 2px solid #CBCBCB;
    background: #F0F2F5;
    border-color: #CBCBCB;
    border-width: 0 0 1px 0;
    border-radius: 0;
    min-height: 59px;
    outline: none;
    width: 100%;
    float: left;
}

section.welcom-back form input::placeholder {
    color: #CBCBCB;
}

section.welcom-back .heading {margin-bottom: 35px;}

section.welcom-back label {
    display: flex;
    align-items: center;
    color: #0A579B;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 15px;
    font-weight: 400;
        width: 100%;
    float: left;
}

input#login-remember-me {margin-right: 6px; width: auto;}


.lost-pass a {
    font-size: 14px;
    color: #000;
}

section.welcom-back input.submit {
    color: #FFFFFF;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    background-color: #222A2D;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 100px 15px 100px;
    min-height: 47px;
    width: fit-content;
    margin-top: 40px;
}
a.instead-sign-up {
        color: black;
        text-decoration: underline !important;
        font-size: 18px;
        font-weight: bold;
}

a.instead-sign-up:hover {
    color: blue;
}
section.welcom-back form span {
    width: 49%;
    float: left;
    margin-right: 10px;
}

section.welcom-back form span:nth-child(2), section.welcom-back form span:nth-child(5) {
    margin: 0;
}
section.welcom-back input.submit:hover {
    background: #002B48;
}
.comment-sec-img img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.comment-sec-img {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
.comment-sec-img li {
    padding:0px 20px;
}
a.thmbsup.active {
    color: #13205b;
    outline: none;
    text-decoration: none !important;
}
a.thmbsdwn.active {
    color: #13205b;
    outline: none;
    text-decoration: none !important;
    line-height: normal;
}

span.comment-count.social-feed-13 {
    line-height: normal;
}
