/*------------------------------------------------------------------
Table of content
-------------------
1. Start Header Area
2. slider area start
3. features area css start
4. hot deals area css start
5. product
6. categories area
7. testimonial
8. blog
9. shop grid view
10. shop list view
11. product details
12. checkout
13. cart
14. wishlist
15. my account
16. compare
17. login register
18. about us
19. contact us
20. banner
21. modal
22. sidebar
23. footer
-------------------------------------------------------------------*/
/*------ Typography Style Start ------*/
body {
    color: #444444;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    background-color: #f1f1f1;
    font-family: "Roboto", sans-serif;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn,
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;
}

.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*input,
textarea {
    resize: none;
}*/

input:focus,
textarea:focus {
    outline: none;
}

::-moz-selection {
    color: #fff;
    background: #84bf3f;
}

::selection {
    color: #fff;
    background: #84bf3f;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

/*Custom Scroll (Perfect Scroll)*/
.custom-scroll {
    position: relative;
    overflow: hidden;
}

.custom-scroll.ps .ps__rail-y,
.custom-scroll.ps .ps__rail-x {
    background-color: transparent;
}

.custom-scroll.ps .ps__rail-y [class*="ps__thumb"],
.custom-scroll.ps .ps__rail-x [class*="ps__thumb"] {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-scroll.ps .ps__rail-y {
    width: 3px;
    right: 2px;
}

.custom-scroll.ps .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
}

.custom-scroll.ps .ps__rail-x {
    height: 6px;
    bottom: 3px;
}

.custom-scroll.ps .ps__rail-x .ps__thumb-x {
    height: 100%;
}

.slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 0;
    color: #333333;
    font-size: 30px;
    cursor: pointer;
    display: block;
    line-height: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slick-arrow-style button.slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.slick-arrow-style button.slick-arrow:hover {
    color: #84bf3f;
}

.slick-track {
    line-height: 1;
}

.slick-row-3 .slick-list {
    margin: 0 -3px;
}

.slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
}

.slick-row-4 .slick-list {
    margin: 0 -4px;
}

.slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
}

.slick-row-5 .slick-list {
    margin: 0 -5px;
}

.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}

.slick-row-6 .slick-list {
    margin: 0 -6px;
}

.slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
}

.slick-row-7 .slick-list {
    margin: 0 -7px;
}

.slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
}

.slick-row-8 .slick-list {
    margin: 0 -8px;
}

.slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
}

.slick-row-9 .slick-list {
    margin: 0 -9px;
}

.slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
}

.slick-row-10 .slick-list {
    margin: 0 -10px;
}

.slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
}

.slick-row-11 .slick-list {
    margin: 0 -11px;
}

.slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
}

.slick-row-12 .slick-list {
    margin: 0 -12px;
}

.slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
}

.slick-row-13 .slick-list {
    margin: 0 -13px;
}

.slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
}

.slick-row-14 .slick-list {
    margin: 0 -14px;
}

.slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
}

.slick-row-15 .slick-list {
    margin: 0 -15px;
}

.slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
}

.slick-row-16 .slick-list {
    margin: 0 -16px;
}

.slick-row-16 .slick-list .slick-slide {
    margin: 0 16px;
}

.slick-row-17 .slick-list {
    margin: 0 -17px;
}

.slick-row-17 .slick-list .slick-slide {
    margin: 0 17px;
}

.slick-row-18 .slick-list {
    margin: 0 -18px;
}

.slick-row-18 .slick-list .slick-slide {
    margin: 0 18px;
}

.slick-row-19 .slick-list {
    margin: 0 -19px;
}

.slick-row-19 .slick-list .slick-slide {
    margin: 0 19px;
}

.slick-row-20 .slick-list {
    margin: 0 -20px;
}

.slick-row-20 .slick-list .slick-slide {
    margin: 0 20px;
}

/* ----scroll to top css start ----*/
.scroll-top {
    bottom: 80px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #84bf3f;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767.98px) {
    .scroll-top {
        display: none;
    }
}

.scroll-top i {
    line-height: 50px;
    color: #fff;
    font-size: 25px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
}

.scroll-top:hover {
    background-color: #333333;
}

/* ----scroll to top css end ----*/
.container {
    padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        max-width: 500px;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        max-width: 450px;
    }
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
}

.row {
    --bs-gutter-x: 30px;
}

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0>[class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row-1 {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.row-1>[class*="col"] {
    padding-left: 0.5px;
    padding-right: 0.5px;
}

.row-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.row-2>[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
}

.row-3 {
    margin-left: -1.5px;
    margin-right: -1.5px;
}

.row-3>[class*="col"] {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.row-4 {
    margin-left: -2px;
    margin-right: -2px;
}

.row-4>[class*="col"] {
    padding-left: 2px;
    padding-right: 2px;
}

.row-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.row-5>[class*="col"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.row-6 {
    margin-left: -3px;
    margin-right: -3px;
}

.row-6>[class*="col"] {
    padding-left: 3px;
    padding-right: 3px;
}

.row-7 {
    margin-left: -3.5px;
    margin-right: -3.5px;
}

.row-7>[class*="col"] {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.row-8 {
    margin-left: -4px;
    margin-right: -4px;
}

.row-8>[class*="col"] {
    padding-left: 4px;
    padding-right: 4px;
}

.row-9 {
    margin-left: -4.5px;
    margin-right: -4.5px;
}

.row-9>[class*="col"] {
    padding-left: 4.5px;
    padding-right: 4.5px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-11 {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.row-11>[class*="col"] {
    padding-left: 5.5px;
    padding-right: 5.5px;
}

.row-12 {
    margin-left: -6px;
    margin-right: -6px;
}

.row-12>[class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row-13 {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.row-13>[class*="col"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
}

.row-14 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-14>[class*="col"] {
    padding-left: 7px;
    padding-right: 7px;
}

.row-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-15>[class*="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-16 {
    margin-left: -8px;
    margin-right: -8px;
}

.row-16>[class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

.row-17 {
    margin-left: -8.5px;
    margin-right: -8.5px;
}

.row-17>[class*="col"] {
    padding-left: 8.5px;
    padding-right: 8.5px;
}

.row-18 {
    margin-left: -9px;
    margin-right: -9px;
}

.row-18>[class*="col"] {
    padding-left: 9px;
    padding-right: 9px;
}

.row-19 {
    margin-left: -9.5px;
    margin-right: -9.5px;
}

.row-19>[class*="col"] {
    padding-left: 9.5px;
    padding-right: 9.5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row-21 {
    margin-left: -10.5px;
    margin-right: -10.5px;
}

.row-21>[class*="col"] {
    padding-left: 10.5px;
    padding-right: 10.5px;
}

.row-22 {
    margin-left: -11px;
    margin-right: -11px;
}

.row-22>[class*="col"] {
    padding-left: 11px;
    padding-right: 11px;
}

.row-23 {
    margin-left: -11.5px;
    margin-right: -11.5px;
}

.row-23>[class*="col"] {
    padding-left: 11.5px;
    padding-right: 11.5px;
}

.row-24 {
    margin-left: -12px;
    margin-right: -12px;
}

.row-24>[class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

.row-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row-25>[class*="col"] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.row-26 {
    margin-left: -13px;
    margin-right: -13px;
}

.row-26>[class*="col"] {
    padding-left: 13px;
    padding-right: 13px;
}

.row-27 {
    margin-left: -13.5px;
    margin-right: -13.5px;
}

.row-27>[class*="col"] {
    padding-left: 13.5px;
    padding-right: 13.5px;
}

.row-28 {
    margin-left: -14px;
    margin-right: -14px;
}

.row-28>[class*="col"] {
    padding-left: 14px;
    padding-right: 14px;
}

.row-29 {
    margin-left: -14.5px;
    margin-right: -14.5px;
}

.row-29>[class*="col"] {
    padding-left: 14.5px;
    padding-right: 14.5px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-30>[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.lg-backdrop {
    background-color: rgba(51, 51, 51, 0.9);
}

.lg-outer .lg-thumb-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*------- short classes start -------*/
.bg-color {
    background-color: #f1f1f1;
}

.pt-20 {
    padding-top: 20px;
}

@media only screen and (max-width: 767.98px) {
    .pt-20 {
        padding-top: 10px;
    }
}

.pt-30 {
    padding-top: 30px;
}

@media only screen and (max-width: 767.98px) {
    .pt-30 {
        padding-top: 10px;
    }
}

.pt-80 {
    padding-top: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.mt-20 {
    margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
    .mt-20 {
        margin-top: 10px;
    }
}

.mt--20 {
    margin-top: -20px;
}

.mt--30 {
    margin-top: -30px;
}

.plr-80 {
    padding: 0 80px;
}

/*------- short classes end -------*/
/*----------------------------------------
            header area start
----------------------------------------*/
.header-top {
    /*-webkit-box-shadow: 0px 1px 20px 0px rgba(85, 85, 85, 0.25);
    box-shadow: 0px 1px 20px 0px rgba(85, 85, 85, 0.25);*/
}

@media only screen and (max-width: 767.98px) {
    .header-top-navigation {
        text-align: center;
        margin-top: 50px;
    }
}

.header-top-navigation ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    /* &:nth-child(3) {
                @media only screen and (max-width: 479.98px) {
                    padding-right: 0;
                    margin-right: 0;
                    &:before {
                        display: none;
                    }
                }
            } */
}

.header-top-navigation ul li:before {
    top: 50%;
    left: 100%;
    content: '/';
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .header-top-navigation ul li:before {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-top-navigation ul li {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .header-top-navigation ul li {
        margin-right: 15px;
        padding-right: 15px;
    }
}

.header-top-navigation ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top-navigation ul li:last-child:before {
    display: none;
}

.header-top-navigation ul li a {
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-top-navigation ul li a {
        font-size: 14px;
        font-weight: 500;
        padding: 18px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-top-navigation ul li a {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0;
    }
}

.header-top-navigation ul li:hover a,
.header-top-navigation ul li.active a {
    color: #84bf3f;
}

.header-top-navigation ul li .message-dropdown {
    top: 100%;
    right: 0;
    width: 400px;
    height: auto;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    z-index: 999;
    display: none;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
}

.header-top-navigation ul li .message-dropdown li a {
    padding: 0;
}

.dropdown-title {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dropdown-title .recent-msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    text-transform: capitalize;
}

.dropdown-title .message-btn-group button {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    margin-left: 20px;
}

.dropdown-title .message-btn-group button:hover {
    color: #84bf3f;
    text-decoration: underline;
}

.dropdown-title .message-btn-group button:first-child {
    margin-left: 0;
}

.dropdown-title button:hover {
    color: #84bf3f;
}

.msg-dropdown-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.msg-dropdown-footer button {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
}

.msg-dropdown-footer button:hover {
    color: #84bf3f;
    text-decoration: underline;
}

.dropdown-msg-list li {
    margin-right: 0;
}

.dropdown-msg-list li.msg-list-item {
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.dropdown-msg-list li.msg-list-item .profile-thumb {
    width: 45px;
}

.dropdown-msg-list li.msg-list-item .msg-content {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.dropdown-msg-list li.msg-list-item .msg-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 3px;
}

.dropdown-msg-list li.msg-list-item .msg-content.notification-content a {
    /*display: inline-block;*/
    color: #555;
	font-weight:400;
	font-size:14px;
}

.dropdown-msg-list li.msg-list-item .msg-content.notification-content a:hover {
    color: #84bf3f;
}
.dropdown-msg-list li.msg-list-item .msg-content.notification-content a i{
	float:right;
	color:#aaa;
}

.dropdown-msg-list li.msg-list-item .msg-content.notification-content p {
    display: inline;
	color:#777;
}

.dropdown-msg-list li.msg-list-item .msg-time p{
    font-size: 11px;
    color: #777;
    width: 100px;
    text-align: right;
}

.dropdown-msg-list li.msg-list-item .author a {
    color: #333333;
}

.dropdown-msg-list li.msg-list-item .author a:hover {
    color: #84bf3f;
}

.header-top-search {
    margin-right: 25px;
}

.top-search-box {
    min-width: 250px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.top-search-field {
    border: none;
    width: 100%;
    padding-right: 30px;
    background-color: transparent;
}

.top-search-btn {
    top: 0;
    right: 0;
    font-size: 20px;
    position: absolute;
    color: #333333;
}

.top-search-btn:hover {
    color: #84bf3f;
}

/*----------------------------------------
            header area end
----------------------------------------*/
/*--------- secondary menu start ---------*/
.secondary-menu-wrapper {
    padding-left: 300px;
    padding-right: 50px;
    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;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .secondary-menu-wrapper {
        padding-left: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper {
        padding: 0 30px;
    }
}

.secondary-menu-wrapper .header-top-navigation {
    padding-right: 50px;
    text-align: right;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .secondary-menu-wrapper .header-top-navigation {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper .header-top-navigation {
        margin-top: 0;
        text-align: center;
        padding: 20px 0;
    }
}

.secondary-menu-wrapper .header-top-navigation li {
    margin-right: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .secondary-menu-wrapper .header-top-navigation li {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper .header-top-navigation li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .secondary-menu-wrapper .header-top-navigation li:before {
        display: none;
    }

    .secondary-menu-wrapper .header-top-navigation li:nth-child(3) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

.secondary-menu-wrapper .header-top-navigation li a {
    font-size: 14px;
    font-weight: 500;
    padding: 28px 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper .header-top-navigation li a {
        padding: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper .header-top-navigation li a span {
        display: none;
        padding: 0;
    }
}

.secondary-menu-wrapper .header-top-navigation li a i {
    display: none;
    font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
    .secondary-menu-wrapper .header-top-navigation li a i {
        display: block;
    }
}

.secondary-menu-wrapper .post-settings-bar {
    margin-left: inherit;
}

.page-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .page-title {
        font-size: 15px;
    }
}

/*--------- secondary menu end ---------*/
/*------ sticky menu style start ------*/
.sticky {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    /*-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);*/
}

/*------ sticky menu style end ------*/
/*--------- mobile header start ---------*/
.mobile-header {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    height: 60px;
}

.mobile-logo,
.mobile-header-profile {
    width: 335px;
    height: 100%;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-header-profile {
	width:110px !important;
}

.mobile-logo .profile-thumb-middle,
.mobile-header-profile .profile-thumb-middle {
    border-radius: 50;
}

.mobile-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.mobile-menu ul .message-list {
    display: inherit;
}

.mobile-menu ul li i {
    font-size: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu ul li:hover i {
    color: #84bf3f;
}

.notification {
    position: relative;
}

.notification span {
    top: 1px;
	right: 1px;
	width: 6px;
	height: 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    display: block;
    position: absolute;
    text-align: center;
    background-color: #ff7a46;
}

.mob-search-box {
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.mob-search-box.show {
    opacity: 1;
    visibility: visible;
}

.mob-search-inner {
    position: relative;
}

.mob-search-field {
    width: 100%;
    border: none;
    height: 70px;
    padding: 15px 50px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
}

.mob-search-btn {
    top: 50%;
    right: 10px;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mob-search-btn:hover {
    color: #84bf3f;
}

.search-trigger {
    position: relative;
}

.search-trigger .close-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.search-trigger.show .search-icon {
    opacity: 0;
    visibility: hidden;
}

.search-trigger.show .close-icon {
    opacity: 1;
    visibility: visible;
}

/*--------- mobile header end ---------*/
.mobile-chat-box {
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
}

.mobile-chat-box.show {
    opacity: 1;
    visibility: visible;
}

.mob-text-box {
    bottom: 0;
    width: 100%;
    position: fixed;
    background-color: #f1f1f1;
    padding: 25px;
}

.main-wrapper {
    /*padding-bottom: 105px;*/
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .main-wrapper {
        padding-bottom: 10px;
        margin-bottom: 60px;
    }
}

.card {
    border: none;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 16px;
    /*-webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);*/
}

@media only screen and (max-width: 767.98px) {
    .card {
        margin-bottom: 10px;
    }
}

.card-small {
    padding: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-profile {
    padding: 0;
}

.card:last-child {
    margin-bottom: 0;
}

.card.widget-item {
    padding: 15px;
}

.share-box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.share-text-box {
    position: relative;
    padding-left: 15px;
}

.share-text-box .share-text-field {
    width: 100%;
    border: none;
    display: block;
    height: 44px;
    padding: 13px 90px 13px 20px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.share-text-box .btn-share {
    top: 50%;
    right: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 11px 25px;
    margin-right: 2px;
    border-radius: 40px;
    background-color: #84bf3f;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479.98px) {
    .share-text-box .btn-share {
        display: none;
    }
}

/******************** Switch Button **************************************************/
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 18px;
	left: 3px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
  background-color: #84bf3f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #84bf3f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/******************* End ********************************************/
.share-text-box .btn-share:hover {
    background-color: #333333;
}

.modal-dialog {
   /* max-width: 600px;*/
}

.post-share-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 30px 12px;
    border-radius: 40px;
    background-color: #84bf3f;
    text-transform: uppercase;
    cursor: pointer;
}

.post-share-btn:hover {
    background-color: #333333;
}

.share-field-big {
    width: 100%;
    padding: 15px;
    border: 1px solid #dddddd;
    height: 200px !important;
}

.posted-author {
    margin-left: 20px;
}

.posted-author .post-time {
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
	color:#999999;
}

.author {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.author a {
    color: #333333;
}

.author a:hover {
    color: #84bf3f;
    text-decoration: underline;
}

.post-settings-bar {
    margin-left: auto;
    position: relative;
    cursor: pointer;
	right: 15px;
	margin-top: -40px;
}

.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;
}

.post-settings-bar span:last-child {
    margin-bottom: 0;
}

.post-settings-bar:hover span {
    background-color: #84bf3f;
}

.post-settings-bar:hover .post-settings {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.post-settings {
    right: 0;
    top: 100%;
    width: 200px;
    background-color: #fff;
    position: absolute;
    padding: 10px 16px;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    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);
}

.post-settings li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.post-settings li button {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.post-settings li button:hover {
    color: #84bf3f;
}

.post-settings li button:last-child {
    margin-bottom: 0;
}

.post-settings li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.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-thumb-gallery {
    border-radius: 5px;
    overflow: hidden;
	position:relative;
}

.post-thumb img {
    width: 100%;
}

.post-content {
    padding-top: 18px;
}

.post-desc {
    padding-bottom: 5px;
}

.post-desc-secondary {
    padding-top: 18px;
    padding-bottom: 0;
}

.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;
    padding: 0 12px;
    margin-top: 20px;
}

@media only screen and (max-width: 479.98px) {
    .post-meta .post-meta-like span {
       /* display: none;*/
    }
	.post-tab li {
		margin: 5px;
	}
	.see-more-news img{
		width:25%;
	}
}

.post-meta .post-meta-like strong {
    display: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    color: #666666;
}

@media only screen and (max-width: 479.98px) {
    .post-meta .post-meta-like strong {
        display: inline-block;
    }
}

.post-meta .comment-share-meta {
    /*margin-left: auto;*/
}

.post-meta .comment-share-meta li {
    display: inline-block;
    margin-left: 24px;
}

.post-meta .comment-share-meta li:first-child {
    margin-left: 0;
}

.post-meta-like i,
.post-comment i,
.post-view i,
.post-share i {
    font-size: 18px;
    color: #999;
}

.post-meta-like span,
.post-comment span,
.post-view span,
.post-share span {
    color: #999;
    vertical-align: text-bottom;
    padding-left: 8px;
    font-weight:500;
}

.post-meta-like:hover i,
.post-meta-like:hover span,
.post-comment:hover i,
.post-comment:hover span,
.post-view:hover i,
.post-view:hover span,
.post-share:hover i,
.post-share:hover span {
    color: #84bf3f;
}
.post-meta .active i{
	color:#84bf3f;
}
.post-meta .active span{
	color:#333;
}
.plyr--video {
    border-radius: 5px;
}

.plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}

/*------- profile picture style start -------*/
.profile-menu-area {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .profile-menu-area {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .profile-menu-area {
        padding: 15px;
    }
}

.profile-thumb-small {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.profile-setting-box {
    position: relative;
}

.profile-setting-box .profile-thumb-small a {
    display: block;
}

.profile-setting-box .profile-dropdown {
    top: 48px;
    right: 0;
    width: 250px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    display: none;
}

.profile-setting-box .profile-head {
    padding: 20px;
}

.profile-setting-box .profile-head .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 7px;
}

.profile-setting-box .profile-head .name a {
    color: #333333;
}

.profile-setting-box .profile-head .name a:hover {
    color: #84bf3f;
}

.profile-setting-box .profile-head .mail {
    font-size: 13px;
    color: #444444;
    display: block;
}

.profile-setting-box .profile-head .mail:hover {
    color: #84bf3f;
}

.profile-setting-box .profile-body ul {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}

.profile-setting-box .profile-body ul li {
    line-height: 1;
    margin-bottom: 15px;
}

.profile-setting-box .profile-body ul li:last-child {
    margin-bottom: 0;
}

.profile-setting-box .profile-body ul li a {
    color: #444444;
    padding: 0 20px;
}

.profile-setting-box .profile-body ul li a i {
    font-size: 16px;
    padding-right: 8px;
}

.profile-setting-box .profile-body ul li:hover a {
    color: #84bf3f;
}

.profile-thumb {
    display: inline-block;
    position: relative;
}

.profile-thumb-middle {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.profile-thumb.active {
    overflow: visible;
}

.profile-thumb.active img {
    border-radius: 50%;
}

.profile-thumb.active:before {
    bottom: 2px;
    right: -2px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    position: absolute;
    background-color: #09ae82;
}

.profile-banner-small {
    position: relative;
}

.profile-banner-small:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    pointer-events: none;
}

.profile-banner img {
    width: 100%;
	border-radius: 10px;
}
.height-300{
	height:300px;
}
.profile-thumb-2 {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    bottom: -32px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
	border: 4px solid #fff;
}

.profile-desc {
    margin-top: 40px;
}

.profile-desc p {
    font-size: 13px;
    color: #666666;
    padding-top: 10px;
}
.profile-desc small{
	font-size:13px;
	color:#999;
}
.profile-banner-large {
    height: 370px;
}
.profile-caption{
	font-size:11px;
	color:#999;
}
.profile-counter{
	font-size: 20px;
	font-weight: 400;
}
.create-btn{
	background-color:#84bf3f;
	color:#fff;
	width:100%;
	padding:8px;
	border-radius:6px;
	font-size:12px;
}
.create-btn:hover{
	background-color:#245073;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .profile-banner-large {
        height: 270px;
    }
}

@media only screen and (max-width: 767.98px) {
    .profile-banner-large {
        height: 190px;
    }
}

.main-menu li {
    display: inline-block;
}

.profile-edit-panel {
    text-align: right;
}

.edit-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    text-transform: capitalize;
    background-color: #84bf3f;
}
.edit-btn-o {
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	text-transform: capitalize;
	background-color: #ddd;
}

@media only screen and (max-width: 767.98px) {
    .edit-btn {
        padding: 11px 15px;
    }
}

.edit-btn:hover {
    background-color: #245073;
	color:#fff;
}

.profile-picture-box {
    position: absolute;
    -webkit-transform: translateY(calc(-50% - 10px));
    -ms-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
    background-color: #fff;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .profile-picture-box {
        -webkit-transform: translateY(calc(-50% - 10px));
        -ms-transform: translateY(calc(-50% - 10px));
        transform: translateY(calc(-50% - 10px));
    }
}

@media only screen and (max-width: 767.98px) {
    .profile-picture-box {
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
    }
}

.secondary-navigation-style .profile-picture-box {
    -webkit-transform: translateY(calc(-50% - 17px));
    -ms-transform: translateY(calc(-50% - 17px));
    transform: translateY(calc(-50% - 17px));
}

.profile-picture {
    position: relative;
}

@media only screen and (max-width: 575.98px) {
    .profile-picture {
        width: 100px;
    }
}

.profile-picture:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    border: 10px solid #fff;
}

@media only screen and (max-width: 767.98px) {
    .profile-picture:before {
        border: 5px solid #fff;
    }
}

.profile-sidebar {
    margin-top: 105px;
}

.author-into-list {
    margin-top: 27px;
}

.author-into-list li {
    margin-bottom: 10px;
}

.author-into-list li:last-child {
    margin-bottom: 0;
}

.author-into-list li a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.author-into-list li a:hover {
    color: #84bf3f;
}

.author-into-list li a i {
    color: #84bf3f;
    font-size: 20px;
    padding-right: 20px;
}

/************* Left Menu ******************************/
.left-menu-list {
    margin-top: 27px;
}

.left-menu-list li {
	padding: 10px 15px;
}

.left-menu-list li:last-child {
    margin-bottom: 0;
}

.left-menu-list li a {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
	display:block;
}

.left-menu-list li a:hover {
    color: #245073;
}

.left-menu-list li a i {
    color: #777777;
    font-size: 15px;
    padding-right: 20px;
}
.left-menu-list .active{
	background-color:#eee;
	border-radius: 6px;
}
.left-menu-list .active a{
	color:#245073;
}
/*******************************************/

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .author-into-list li a i {
        padding-right: 8px;
    }
    .left-menu-list li a i {
        padding-right: 8px;
    }
}

.img-gallery .row {
    --bs-gutter-x: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .widget-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .widget-area {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .add-thumb img {
        /*width: 100%;*/
    }
}

/*------- widget title start -------*/
.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 45px;
    text-transform: capitalize;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .widget-title {
        font-size: 16px;
    }
}

.widget-title:before {
    bottom: -12px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #84bf3f;
}

/*------- widget title end -------*/
/*------- like page list wrapper start -------*/
.like-page-list-wrapper li {
    margin-bottom: 20px;
	clear: both;
}

.like-page-list-wrapper li:last-child {
    margin-bottom: 0;
}

.unorder-list-info {
    padding-left: 10px;
	width:80%;
}

.list-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .list-title {
        font-size: 13px;
        font-weight: 500;
    }
}

.list-title a {
    color: #777777;
}

.list-title a:hover {
    color: #245073;
}

.list-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    text-transform: capitalize;
}

.list-subtitle a {
    color: #666666;
}

.list-subtitle a:hover {
    color: #84bf3f;
}

.unorder-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.unorder-list .like-button {
    font-size: 15px;
    margin-left: auto;
    position: relative;
}

.unorder-list .like-button .heart-color {
    top: 50%;
    left: 0;
    position: absolute;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*.unorder-list .like-button:hover .heart,
.unorder-list .like-button.active .heart {
    opacity: 0;
    visibility: hidden;
}

.unorder-list .like-button:hover .heart-color,
.unorder-list .like-button.active .heart-color {
    opacity: 1;
    visibility: visible;
}*/

/*------- like page list wrapper end -------*/
.sweet-galley {
    margin-bottom: -5px;
}

.gallery-tem {
    margin-bottom: 5px;
}

.gallery-tem {
    border-radius: 4px;
    overflow: hidden;
}

/*--------- friend request list start ---------*/
.frnd-request-list {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    display: inherit !important;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
	top:80%;
}

.frnd-request-list.show {
    opacity: 1;
    visibility: visible;
}
.frnd-request-list li a{
	font-size:16px;
	color:#333333;
	font-weight: 500;
}
.frnd-request-list li p{
	color:#777;
}
.frnd-request-list li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.frnd-request-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.frnd-request-member {
    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;
}

.frnd-request-member .request-thumb {
    width: 80px;
    max-height: 80px;
}

.frnd-content {
    padding-left: 15px;
    width: calc(100% - 80px);
}

.frnd-content p {
    font-size: 13px;
    color: #666666;
    padding-top: 6px;
}

.request-btn-inner {
    margin-top: 5px;
}

.request-btn-inner .frnd-btn {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid transparent;
    background-color: #84bf3f;
}

@media only screen and (max-width: 575.98px) {
    .request-btn-inner .frnd-btn {
        padding: 8px 15px;
    }
}

.request-btn-inner .frnd-btn.delete {
    color: #333333;
    border: 1px solid #333333;
    background-color: transparent;
}

.request-btn-inner .frnd-btn.delete:hover {
    color: #fff;
}

.request-btn-inner .frnd-btn:hover {
    background-color: #333333;
}

/*--------- friend request list end ---------*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .signup-form-wrapper {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .signup-form-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .signup-form-wrapper {
        padding: 47px 30px;
    }
}

.signup-form-wrapper .create-acc {
    color: #84bf3f;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 47px;
}

@media only screen and (max-width: 575.98px) {
    .signup-form-wrapper .create-acc {
        font-size: 26px;
    }
}

.signup-inner {
    max-width: 572px;
    margin: auto;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}

.signup-inner .title {
    color: #fff;
    font-size: 18px;
    background-color: #84bf3f;
    padding: 23px 0;
}

.signup-inner--form {
    padding: 42px 100px 50px;
    background-color: #fff;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .signup-inner--form {
        padding: 42px 50px 50px;
    }
}

@media only screen and (max-width: 479.98px) {
    .signup-inner--form {
        padding: 42px 30px 50px;
    }
}

.signup-inner--form:before {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    height: 170px;
    width: 174px;
    background-image: url("../images/icons/login.png");
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
}

.signup-inner--form .single-field {
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #999;
    padding: 5px 10px;
    margin-bottom: 28px;
}

.signup-inner--form .nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 13px;
    padding: 5px 10px;
    height: 34px;
    line-height: 30px;
    margin-bottom: 27px;
    background-color: transparent;
}

.signup-inner--form .nice-select span {
    color: #999;
}

.signup-inner--form .nice-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.signup-inner--form .nice-select .list {
    width: 100%;
}

.signup-inner .terms-condition {
    font-size: 16px;
    padding-top: 28px;
}

.signup-inner .terms-condition a {
    color: #84bf3f;
}

.submit-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    display: block;
    border: 1px solid transparent;
    background-color: #84bf3f;
    width: 100%;
    margin-top: 23px;
}

.submit-btn:hover {
    background-color: #333333;
}

.timeline-logo-area {
    padding: 0 30px;
}

@media only screen and (min-width: 1600px) {
    .timeline-logo-area {
        padding: 0 107px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .timeline-logo-area {
        padding: 10px 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 575.98px) {
    .timeline-logo-area .timeline-logo {
        width: 70px;
    }
}

.timeline-logo-area .tagline {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .timeline-logo-area .tagline {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .timeline-logo-area .tagline {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .timeline-logo-area .tagline {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 479.98px) {
    .timeline-logo-area .tagline {
        padding-left: 20px;
    }
}

.login-area {
    background-color: #84bf3f;
    padding: 15px 30px;
}

@media only screen and (min-width: 1600px) {
    .login-area {
        padding: 15px 110px;
    }
}

.login-area .single-field {
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    color: #fff;
}

@media only screen and (max-width: 575.98px) {
    .login-area .single-field {
        margin-bottom: 30px;
    }
}

.login-area .login-btn {
    font-size: 14px;
    font-weight: 500;
    color: #84bf3f;
    line-height: 1;
    padding: 12px 32px;
    display: inline-block;
    border: 1px solid transparent;
    background-color: #fff;
}

.login-area .login-btn:hover {
    background-color: #333333;
}

@media only screen and (max-width: 575.98px) {
    .login-area .login-btn {
        width: 100%;
    }
}

.login-area ::-webkit-input-placeholder {
    /* Edge */
    color: #999;
}

.login-area :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.login-area ::-moz-placeholder {
    color: #999;
}

.login-area ::-ms-input-placeholder {
    color: #999;
}

.login-area ::placeholder {
    color: #999;
}

.timeline-bg-content {
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .timeline-bg-content {
        height: 400px;
    }
}

@media only screen and (max-width: 575.98px) {
    .timeline-bg-content {
        height: 300px;
    }
}

.timeline-bg-content .timeline-bg-title {
    top: 50%;
    left: 50%;
    width: 610px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .timeline-bg-content .timeline-bg-title {
        width: 540px;
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (max-width: 767.98px) {
    .timeline-bg-content .timeline-bg-title {
        width: 100%;
        padding: 0 30px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 479.98px) {
    .timeline-bg-content .timeline-bg-title {
        width: 100%;
        font-size: 22px;
        padding: 0 30px;
    }
}

/*--------- about author area start ---------*/
.about-author-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-author-menu li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 4px;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-author-menu li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #333333;
    text-transform: capitalize;
}

.about-author-menu li a.active {
    color: #84bf3f;
}

.about-author-menu li:hover {
    border-color: #84bf3f;
}

.about-author-menu li:hover a {
    color: #84bf3f;
}

.about-author-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-description {
    background-color: #fff;
    padding: 42px 68px 36px 68px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-description {
        padding: 30px;
        margin-top: 20px;
    }
}

.author-desc-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.author-desc-title .author {
    font-size: 18px;
    font-weight: 700;
}

/*--------- about author area end ---------*/
/*------- photos section style start -------*/
.content-box {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
}

.content-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 48px;
    padding-bottom: 25px;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
}

.photo-group {
    margin-top: 30px;
    cursor: pointer;
}

.photo-group:hover .gallery-overlay:before {
    opacity: 1;
    visibility: visible;
}

.photo-group:hover .view-icon {
    opacity: 1;
    visibility: visible;
}

.photo-group:hover .photos-caption {
    color: #84bf3f;
}

.photo-group.active .view-icon {
    opacity: 1;
    visibility: visible;
}

.photo-group.active .gallery-overlay:before {
    opacity: 0;
    visibility: hidden;
}

.gallery-overlay {
    position: relative;
}

.gallery-overlay:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.photo-gallery-caption {
    text-align: center;
    padding: 13px 15px 17px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
}

.photo-gallery-caption .photos-caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .photo-gallery-caption .photos-caption {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767.98px) {
    .photo-gallery-caption .photos-caption {
        font-size: 14px;
        font-weight: 500;
    }
}

.view-icon {
    top: 50%;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .view-icon {
        width: 40px;
        height: 40px;
    }
}

.view-icon:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #fff;
}

.view-icon:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #fff;
}

.load-more {
    line-height: 1;
    margin-top: 28px;
}

.load-more-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    text-transform: capitalize;
}

.load-more-btn:hover {
    color: #84bf3f;
}

/*------- photos section style end -------*/
/*-------- friend list area start --------*/
.friends-section .content-box {
    padding: 30px 0;
}

.friends-section .content-box.friends-zone {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.friends-section .content-box.friends-zone .friend-list-view {
    background-color: #fff;
}

.friends-section .content-box.friends-zone .friend-list-view:hover {
    background-color: #84bf3f;
}

.friend-list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .friend-list-view {
        padding: 20px 15px;
    }
}

.friend-list-view:hover {
    background-color: #84bf3f;
}

.friend-list-view:hover .author a {
    color: #fff;
}

.friend-list-view:hover .add-frnd {
    color: #fff;
}

.friend-list-view .add-frnd {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #666666;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .friend-list-view .posted-author {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 575.98px) {
    .friend-list-view .posted-author {
        margin-left: 20px;
    }
}

/*-------- friend list area end --------*/
/*------ photo filter area start ------*/
@media only screen and (max-width: 479.98px) {
    .secondary-menu-2 {
        display: block;
        text-align: center;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .secondary-menu-2 .post-settings-bar {
        display: none;
    }
}

.filter-menu {
    margin-left: auto;
    padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .filter-menu {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .filter-menu {
        padding-right: 0;
    }
}

.filter-menu button {
    font-size: 14px;
    font-weight: 500;
    padding: 23px 0;
    text-transform: capitalize;
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .filter-menu button {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .filter-menu button {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .filter-menu button {
        margin-right: 15px;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .filter-menu button {
        margin-right: 10px;
    }
}

.filter-menu button:hover,
.filter-menu button.active {
    color: #84bf3f;
}

.filter-menu button:last-child {
    margin-right: 0;
}

/*---------- footer area start ----------*/
.reveal-footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    position: fixed;
    background-color: #f1f1f1;
}

.footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-wrapper {
        display: block;
    }
}

.footer-card {
    height: 75px;
    padding: 0 20px;
    border-top: none;
    background-color: #fff;
    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;
    width: 325px;
    -webkit-box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
    box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .footer-card {
        width: 270px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .footer-card {
        width: 212px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer-card {
        width: 100%;
        height: 60px;
        margin-top: 20px;
    }
}

.active-profile-wrapper {
    width: 1170px;
    -webkit-box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
    box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .active-profile-wrapper {
        width: calc(100% - 690px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .active-profile-wrapper {
        width: calc(100% - 600px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .active-profile-wrapper {
        width: calc(100% - 464px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .active-profile-wrapper {
        width: 100%;
        margin-top: 20px;
    }
}

.active-profile-mob-wrapper {
    -webkit-box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
    box-shadow: 0px -5px 36px -5px rgba(51, 51, 51, 0.2);
}

/*-------- active profile carousel start --------*/
.active-profile-carousel {
    padding: 0 60px;
}

/*-------- active profile carousel end --------*/
/*------- friend search box start -------*/
.friends-search {
    width: 100%;
}

.frnd-search-title {
    height: 62px;
    padding: 0 25px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #84bf3f;
}

.frnd-search-title .frnd-search-icon,
.frnd-search-title .close-btn {
    color: #fff;
    font-size: 20px;
}

.frnd-search-title .frnd-search-icon:hover,
.frnd-search-title .close-btn:hover {
    color: #333333;
}

.frnd-search-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

.search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-field {
    width: 100%;
    border: none;
    padding-right: 10px;
    color: #666666;
}

.search-btn {
    color: #333333;
    font-size: 20px;
}

.search-btn:hover {
    color: #84bf3f;
}

.friend-search-list {
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.friend-search-list.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.friend-search-list ul li {
    margin-bottom: 20px;
}

.friend-search-list ul li:last-child {
    margin-bottom: 0;
}

.friend-search-list ul li .add-frnd {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: #666666;
    text-transform: capitalize;
}

.friend-search-list ul li .add-frnd:hover {
    color: #84bf3f;
}

.frnd-search-inner {
    height: 350px;
    margin: 25px 0;
    padding: 0 25px;
}

.frnd-search-inner ul li {
    cursor: pointer;
}

.frnd-search-inner ul li .posted-author p {
    color: #666666;
    font-size: 13px;
    padding-top: 5px;
}

/*------- friend search box end -------*/
/*------- live chat box start -------*/
.chat-output-box {
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.chat-output-box.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.live-chat-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    background-color: #84bf3f;
}

.live-chat-title .author a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.live-chat-title .active-pro {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.chat-settings {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.chat-settings:hover {
    color: #333333;
}

.close-btn {
    color: #fff;
    font-size: 20px;
}

.close-btn:hover {
    color: #333333;
}

.live-chat-inner {
    width: 100%;
}

.chat-text-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chat-text-field .chat-message-send {
    background-color: #fff;
    padding-right: 10px;
}

.live-chat-field {
    width: 100%;
    border: none;
    height: 60px !important;
    padding-top: 25px;
    padding-left: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.live-chat-field:focus {
    padding-top: 0;
}

.message-list {
    margin: 25px 0;
    padding: 0 25px;
    height: 350px;
    display: block;
}

.message-list li {
    margin-bottom: 35px;
    position: relative;
}

.message-list li:last-child {
    margin-bottom: calc(35px - 20px);
}

.message-list li.text-friends {
    max-width: 210px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.message-list li.text-friends p {
    font-size: 12px;
    color: #333333;
}

.message-list li.text-author {
    max-width: 210px;
    padding: 20px;
    border-radius: 10px;
    background-color: #e47263;
    margin-left: auto;
}

.message-list li.text-author p {
    font-size: 12px;
    color: #fff;
}

.message-list li .message-time {
    bottom: -15px;
    right: 15px;
    position: absolute;
    color: #333333;
    font-size: 11px;
    line-height: 1;
}

.active-profiles-wrapper .single-slide {
    text-align: center;
}

/*------- live chat box end -------*/
/*------- mobile footer area start -------*/
.mobile-footer-inner {
    position: relative;
}

.mobile-footer-inner .mobile-frnd-search {
    width: 60px;
    height: 69px;
    line-height: 69px;
    background-color: #84bf3f;
    text-align: center;
}

.mobile-footer-inner .mobile-frnd-search i {
    color: #fff;
}

.mobile-footer-inner .mobile-frnd-search .search-box {
    display: block;
}

.mobile-footer-inner .active-profile-mob-wrapper {
    width: calc(100% - 60px);
}

.search-toggle-btn {
    font-size: 20px;
    width: 100%;
}

.mob-frnd-search-inner {
    left: 75px;
    top: 0;
    height: 100%;
    width: calc(100% - 60px);
    position: absolute;
    z-index: 9;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mob-frnd-search-inner.show {
    opacity: 1;
    visibility: visible;
}

.mob-frnd-search-field {
    height: 60px;
    border: none;
    width: 100%;
    padding: 15px;
}

.mob-btn {
    width: 50px;
}

/*------- mobile footer area end -------*/
.pull-right {
  float: right; }

.pull-left {
  float: left; }
  
.proname{
	color:#000;
	font-weight:400;
	margin-right: 10px;
	font-size:16px;
}
.proname i{
	font-weight:400;
}
.proname span{
	margin-left:6px;
}
.mobtopicon{
	margin-top:8px;
}
.mobile-header-nav{
	margin:0 20px;
}
.navmenu-triger i{
	font-size:22px;
	color:#333;
}
.navmenu-dropdown {
    top: 60px;
    right: 0;
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    display: none;
}
.navmenu-dropdown ul{
	padding:15px;
}
.navmenu-dropdown ul li{
	line-height:38px;
}
.navmenu-dropdown ul li a{
	color:#999;
	display:block;
	font-size:16px;
}
.navmenu-dropdown ul li a: hover{
	color:#84bf3f !important;
}
.explore-geo{
	border:1px solid #ddd;
	border-radius:6px;
}
.explore-geo i{
	width:30px;
	float:left;
	padding: 10px 8px;
	color:#888;
}
.explore-geo .searchgeo{
	height: 34px;
	border: none;
	width: 90%;
}

.panel{
	margin: 10px 0px;
}
.panel h6{
	color:#aaa;
	font-weight: 400;
}
.panel .seeall{
	position: relative;
	top: -23px;
	color:#84bf3f;
	font-weight: 500;
	float: right;
}
.like-page-list-wrapper .like-button i{
	color: #ddd;
}
.like-page-list-wrapper .active i{
	color: #84bf3f;
}
.like-page-list-wrapper .unorder-list .like-button i:hover{
	color:#84bf3f !important;
}
.like-page-list-wrapper .like-button{
	color: #84bf3f;
	font-size:15px;
	font-weight:500;
}
.like-page-list-wrapper .active{
	color: #bbb;
	font-size:15px;
	font-weight:500;
}
.profile-thumb-square {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 20%;
  overflow: hidden;
}
.blue-color{
	color:#245073 !important;
}
.green-color{
	color:#84bf3f !important;
}
.like-button .fa-chevron-right{
	color:#999 !important;
}
.pr-0{
	padding-right:0px;
}
.height-100{
	height:100%;
}
.width-100{
	width:100%;
}
.border-radius-10{
	border-radius:10px;
}
.border-radius-50{
	border-radius:50px;
}
.see-more-news{
	padding: 50px 20px;
}
.see-more-news a{
	font-size: 24px;
	color: #84bf3f;
	line-height: 30px;
	font-weight:500;
}
.cardtag{
	position:absolute;
	bottom:15px;
	height:100%;
	width: 100%;
	padding: 12px;
}
.cardtag .cattag{
	float: right;
	color: #fff;
	background-color: #777;
	padding: 0px 12px;
	border-radius: 20px;
	font-size: 13px;
	opacity: 0.9;
	top: 25px;
	position: absolute;
	right: 15px;
}
.cardtag small{
	color: #fff;
	position: absolute;
	bottom: 45px;
	opacity: 0.8;
}
.cardtag .carddesc{
	color: #fff;
	bottom: 0px;
	position: absolute;
	line-height: 20px;
	font-size: 16px;
	opacity: 0.9;
}
.posted-author .post-location{
	color:#245073;
	font-size: 12px;
	font-weight: 500;
	margin-right:10px;
}
.posted-author .author{
	margin-bottom:5px;
	font-size: 15px;
}
.post-tags{
	display:block;
	margin-top: 6px;
}
.posted-comment{
	width: 100%;
	padding-left: 20px;
}
.posted-comment textarea{
	height: 55px;
	background-color: #eee;
	border: none;
}
.comment-btn{
	background-color:#84bf3f;
	color:#fff;
	padding:8px 16px;
	border-radius:6px;
	font-size:13px;
	float: right;
	margin-top: 10px;
}
.comment-btn:hover{
	background-color:#245073;
	color:#fff;
}
.blue-bg-btn{
	background-color:#245073;
	z-index:0;
	position: absolute !important;
    right: 20px !important;
    top: 40px !important;
    color: #fff;
    padding: 5px !important;
    box-shadow: 0 1px 3px #999;
    font-weight: 500;
}
.blue-bg-btn:hover{
	background-color:#84bf3f !important;
}
.delete-btn{
	background-color:#e94343;
	color:#fff;
	padding:8px 16px;
	border-radius:6px;
	font-size:13px;
	float: right;
	margin-top: 10px;
}
.delete-btn:hover{
	background-color:#fc8181;
	color:#fff;
}
.mt--45{
	margin-top: -45px;
}

/************* Post section css *******************************************/
.post_section{
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 20px;
}
.post_section h4, h4 a{
	color:#245073;
}
.post_section small{
	color:#888;
	font-size: 14px;
}
.post_like{
	/*padding:25px 0px;*/
}
.post_like span{
	/*margin:0 25px;*/
	color:#999;
}
.comment{
	clear:both;
	/*margin-top:20px;*/
	padding: 10px 0 3px 10px;
	border-radius: 10px;
}
.comment-text{
	margin-left: 65px;
	/*margin-top: -10px;*/
	color: #555;
	margin-right: 0px;
}
.comment-text .comment-bunch li{
	float:left;
	margin-right: 30px;
	width:95%;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.comment-text .comment-bunch a{
	color:#999;
}
.comment-text .comment-bunch a:hover{
	color:#84bf3f;
}
.view-all-comments{
	color:#ffffff;
	background-color: #84bf3f;
	border-radius: 6px;
	clear: both;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	display: block;
}
.view-all-comments:hover{
	color:#C5F4AE;
}
.post-tags a{
	margin-right:6px;
}
.post-tab{
	/*margin: 20px;*/
	margin-left: 0px;
}
.post-tab li{
	display:inline-block;
	margin: 5px;
}
.post-tab li a{
	padding: 5px 15px !important;
	border: 1px solid #bbb !important;
	border-radius: 15px !important;
	color: #777 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.post-tab li a:hover{
	background-color:#84bf3f !important;
	border: 1px solid #84bf3f !important;
	color:#fff !important;
}
.post-tab li .active{
	background-color:#84bf3f !important;
	border: 1px solid #84bf3f !important;
	color:#fff !important;
}
.post-tab-data .tabcont{
	display:none;
}
.post-tab-data .active{
	display:block;
}

/************ Masonry View album ***************************/
figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
  border-radius:10px;
}

figure a {
  color: black;
  text-decoration: none;
  position:relative;
}

figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

.album-container {
  column-count: 3;
  column-gap: 10px;
}
.album-container img{
	border-radius:10px;
}

iframe{
	border-radius:10px;
}
#t3 h6{
	margin-bottom:10px;
}
.musicgrid .qalist{
	border: 2px dashed #aaa;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.musicgrid h4 {
  font-size: 17px;
  line-height: 25px;
}
.musicgrid h5 {
  font-size: 14px;
  line-height: 25px;
}

.musicgrid i {
  color: #999 !important;
  margin-right: 10px;
}
.qalist a i{
	color:#84bf3f;
}
.qalist a i:hover{
	color:#245073;
}
.qalist .badge {
  background-color: #337ab7;
  font-weight: 400;
  font-size: 13px;
  margin:5px;
  clear:both;
}
.qalist .badge:hover{
	color:#fff;
	background-color:#84bf3f;
}
.qalist .badge i{
	color:#fff;
}
.qalist .badge-disable {
	background-color:#999 !important;
	cursor:no-drop;
}
/************* End Masonry ***********************************************/
.contribute .post-location{
	color:#666;
	font-size: 12px;
	font-weight: 400;
	margin-right:10px;
}
.contribute .contribute-name{
	color:#777;
}
.contribute .contribute-name:hover{
	color:#333;
}
.comment-btn .flaticon-add{
	color:#fff;
}

/************* End ***********************************************/
/* Create four equal columns that floats next to eachother */
.ablum-gallery .column {
	float: left;
	width: 22%;
	height: 60px;
	overflow: hidden;
	margin: 5px;
	border-radius: 10px;
}
/* The Modal (background) */
#albumModal{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 9;
}

/* Modal Content */
#albumModal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 1200px;
}
#postModal{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 9;
}

/* Modal Content */
#postModal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

#popModal{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 9;
}

/* Modal Content */
#popModal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 94%;
  min-height:620px;
  /*max-width: 1200px;*/
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.ablum-gallery .mySlides {
  display: none;
  height:500px;
  overflow:hidden;
}
.ablum-gallery .mySlides img{
  border-radius:8px;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
  	top: 50%;
	width: 40px;
	padding: 2px 15px;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	z-index: 999;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	margin: 10px;
	background-color:#aaa;
}

/* Position the "next button" to the right */
.next {
  right:35%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.ablum-gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.ablum-gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  position: absolute;
	bottom: 4%;
	left: 2%;
	border-radius: 50px;
	font-size: 12px;
}
.ablum-gallery .active{
	display:block;
}
.ablum-gallery .active,
.ablum-gallery .column:hover {
  border: 4px solid #84bf3f;
 	border-radius: 10px;
}

.ablum-gallery .container-fluid{
	padding:12px;
}
.ablum-gallery #caption{
	color:#ccc;
}
.ablum-gallery .thumb-gallery{
	width:99%;
	height: 400px;
	overflow-y: scroll;
}
.ablum-gallery small{
	color:#777;
}
.ablum-gallery .numbertext{
	font-size:20px;
	margin: 10px 3px;
}
.ablum-gallery .icon-size-fullscreen{
	position: absolute;
	right: 36%;
	top: 5%;
	color: #fff;
	font-size: 25px;
	font-weight: 100;
}

/************* My Profile *************************************/
.pl-0{
	padding-left:0px;
}
.edit-cover-photo{
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0.7;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 3%;
	padding: 5px 15px;
	border-radius: 50px;
}
.edit-cover-photo:hover{
	color:#84bf3f;
}
.edit-cover-photo a{
	color:#fff;
}
.card-header{
	background-color:#fff;
	border-bottom: 1px solid #ddd;
}
.card-footer{
	background-color:#fff;
	border-top: 1px solid #ddd;
}
.pt-70{
	padding-top:70px;
}
.profile{
	margin-top: -60px;
	margin-left: 50px;
}
.profile .photo img{
	border-radius: 50%;
	border: 4px solid #fff;
}
.profile .camera{
	background-color: #777;
	padding: 3px 8px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	margin-top: 110px;
	margin-left: -50px;
}
.profile .camera i{
	color:#fff;
}
.profile .editbtn{
	width:100%;
	text-align:right;
}
.profile .editbtn .post-settings-bar{
	float: right;
	margin-left: 15px;
	padding: 6px 15px;
	background-color: #eee;
	border-radius: 10px;
}

.profile .name{
	font-size:25px;
	color:#333;
	font-weight:500;
	width: 100%;
}
.profile .name:hover{
	color:#84bf3f;
}
.profile .status{
	color:#999;
}
.profile .status strong{
	font-weight:500;
}
.prolinks li{
	float:left;
	padding: 10px 24px;
}
.prolinks li a{
	color:#999;
	font-size: 16px;
}
.prolinks li .active{
	color:#84bf3f;
	border-bottom: 3px solid #84bf3f;
	padding: 12px 0;
}
.prolinks li a:hover{
	color:#84bf3f;
	border-bottom: 3px solid #84bf3f;
	padding: 10px 0;
}
.follow{
	text-align:center;
	margin-bottom: 20px;
}
.follow img{
	border-radius:50%;
}
.follow h5 a{
	font-size: 17px;
	line-height: 30px;
	color:#333;
}
.follow span{
	color:#777;
	display: block;
}
.follow-inactive{
	background-color: #ddd;
	color: #777;
	padding: 5px 15px;
	border-radius: 10px;
	line-height:50px;
}
.follow-active{
	background-color: #84bf3f;
	color: #fff;
	padding: 5px 15px;
	border-radius: 10px;
	line-height:50px;
}
.follow-active:hover{
	color:#fff;
	background-color:#245073;
}
.follow-inactive:hover{
	color: #777;
}
.create-post .edit-btn{
	padding: 10px 10px;
}
.create-post img{
	width: 35px;
	border-radius: 50px;
	position: absolute;
	top: 25px;
	left: 25px;
}
.create-post textarea{
	border:none;
	background-color:#eee;
	resize: none;
	margin-bottom:25px;
	padding: 15px 15px 15px 55px;
}
.about p{
	margin-bottom:15px;
	color:#777;
}
.about p span{
	color:#333;
}
.text-justify{
	text-align:justify;
}
.album{
	text-align:center;
	margin-bottom: 20px;
}
.album img{
	border-radius:10px;
	margin-bottom: 10px;
}
.album h5 a{
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
.invitation h1{
	font-weight:500;
	line-height:60px;
}
.invitation h1 span{
	color:#84bf3f;
}
.invitation .icon-envelope, .invitation .icon-link{
	font-size:16px;
	margin: 11px;
	position:absolute;
	font-weight:800;
}
.invitation input[type=text]{
	padding-left:35px;
}
.invitation textarea{
	padding-left:35px;
	padding-top: 10px;
}
.invitation .social-icons img{
	border-radius: 50%;
	margin: 8px;
	width: 45px;
}
.peoplelist .row{
	margin-bottom:15px;
}
.peoplelist img{
	border-radius:50%;
}
.peoplelist .name{
	font-size: 20px;
	color: #333;
	font-weight: 500;
	width: 100%;
}
.peoplelist .status{
	color: #888;
	line-height: 20px;
	font-size: 13px;
}
.b-right{
	line-height:inherit;
	padding:2px 15px;
	float:right;
}
/************* End ***********************************************/

/********** Slim scroll **************************************************/
* {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }
/*********** End **************************************/

/*********** Post images ***************************************/
.pan4 a{
	width: 50%;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
}
.pan4 a img{
	width: 100%;
	min-height: 100%;
}
.pan4 span{
	position: absolute;
	top: 25%;
	left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 55px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.radius-10{
	border-radius:10px;
}
.radius-t-r{
	border-radius:0 5px 0 0 ;
}
.radius-b-r{
	border-radius:0 0 5px 0;
}
.post-overlay{
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.4;
	position: absolute;
}
.collection{
	background-color:#eee;
	border-radius: 10px;
	position:relative;
	height: 230px;
}
.collection .thumb-playlist-img{
	/*height: 215px;*/
	overflow: hidden;
}

.collection .post-overlay{
	border-radius:10px 10px 0 0;
	height:70%;
}
.collection .flaticon-play-button-1{
	position: absolute;
	font-size: 45px;
	top: 20%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	opacity:0.8;
}
.collection img{
	width:100%;
	border-radius: 10px 10px 0 0;
	height: 160px;
    object-fit: cover;
}
.collection h5{
	color:#333;
	padding: 10px 10px 5px 10px;
	font-size: 18px;
}
.collection p a{
	color:#777;
	padding: 0 010px 10px 10px;
}
/******** end *******************************************/
.publicpost textarea{
	margin-bottom: 0;
	height: 35px;
	padding: 10px 16px;
	margin-left: 10px;
	overflow: hidden;
}
.publicpost img{
	top: 18px;
}
.color-777{
	color:#777;
}
/******** Settings  *******************************************/
.setting-tab{
	border-right:1px solid #ddd;
}
.setting-tab li{
	margin: 5px;
	display: block;
	line-height: 45px;
}
.setting-tab li a {
  padding: 8px 25px;
  border-radius: 25px;
  font-weight: 400;
  font-size: 15px;
  color:#777;
}
.setting-tab li .active {
  background-color: #84bf3f;
  border: 1px solid #84bf3f;
  color: #fff;
  margin-left: 20px;
}
.setting-content h4{
	font-size:20px;
	margin-bottom:20px;
}
.setting-content .row{
	border:1px solid #ddd;
	border-radius:10px;
	margin: 20px 0;
	padding: 15px 10px 10px 5px;
	position:relative;
}
.setting-content h6{
	font-size:14px;
	margin-bottom:10px;
}
.setting-content h5{
	font-size:18px;
	margin-bottom:10px;
}
.setting-content .content-row{
	padding:10px 0px;
}
.setting-content hr{
	border-top:1px solid #999;
	margin: 0px;
}
.setting-content .content-row span{
	color:#888;
}
.setting-content .content-row strong{
	font-weight:500;
	float:right;
}
.setting-content .content-row strong a{
	font-weight:400 !important;;
	float:right;
	color:#333;
}
.setting-content .content-row strong a:hover{
	color:#84bf3f;
}
.setting-edit{
	position: absolute;
	top: 10px;
	right: 20px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 13px;
	color: #777;
	font-weight:500;
}
.setting-edit:hover{
	background-color:#245073;
	color:#fff;
	border:1px solid #245073;
}
.min-height-800{
	min-height:800px;
}
.setting-content .propic{
	width: 90px;
	border-radius: 50%;
	float: right;
	margin-top: 5px;
}
.proname{
	display: block;
	font-weight: 400 !important;
	float: inherit !important;
	font-size: 14px;
}
.no-border{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.logout-all{
	background-color:#aaa;
	color:#fff;
	font-weight:400;
	padding:4px 10px;
	border-radius:5px;
	font-size:12px;
}
.logout-all:hover{
	background-color:#84bf3f;
	color:#fff;
}
.setting-content .content-row span p{
	float: left;
	margin-left: 20px;
	display: block;
}
.setting-content .content-row span p b{
	color:#333;
}
.setting-content .content-row span p .green-status{
	font-weight:500;
	color:#84bf3f;
}
.setting-content .content-row span .device{
	float: left;
	background-color: #eee;
	font-size: 18px;
	padding: 6px 12px;
	border-radius: 50%;
	color: #333;
}
.setting-content .seeall{
	float: right;
	position: absolute;
	top: 10px;
	right: 25px;
	color: #84bf3f;
	font-weight: 500;
}

/******** end *******************************************/
/******** Post container *******************************************/
.post-container {
  column-count: 2;
  column-gap: 10px;
}
.post-container img{
	border-radius:10px;
	height:100%;
	object-fit: cover;
}
.post-container figure span{
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.post-container figure{
	max-height: 350px;
	overflow: hidden;
	border-radius: 10px;
}
.section-4{
	height:600px;
	overflow:hidden;
}
.section-4 .post-container .s1{
	height:250px;
}
.section-4 .post-container .s2{
	height:340px;
}
.section-4 .post-container .s3{
	height:340px;
}
.section-4 .post-container .s4{
	height:250px;
	position:relative;
}
.section-2{
	overflow:hidden;
}
.section-2 .post-container .s1{
	height:500px;
}
.section-2 .post-container .s2{
	height:500px;
}
.btn-close{
	position:absolute;
	right:20px;
}
.popup-profile img{
	border-radius:50%;
	float:left;
	width: 50px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.popup-profile h5 a{
	font-size:20px;
	color: #333;
}
.modal-content .comment-wrap{
	height:400px;
	overflow-y:scroll;
	width:98%;
	font-size: 13px;
}
.modal-content .comment-wrap img{
	width:35px;
}
.post-pop-comment ul{
	float:left;
}
.post-pop-comment ul li{
	float:left;
	margin-right: 20px;
}
.post-pop-comment ul li a{
	color:#777;
}
.post-pop-comment ul li a strong{
	color:#333;
}
.post-pop-comment ul li a i{
	color:#84bf3f;
}
.modal-content .comment-wrap .profile-thumb-middle{
	width:35px;
	height:35px;
}
.modal-content .comment .comment-text{
	margin-left:50px;
}
.postSlide{
	height:620px !important;
	overflow:hidden;
	position:relative;
	background-color:#eee;
	border-radius: 10px;
}
.postSlide img{
	height:100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
}
.simple-comment-field{
	border:none;
	background-color:#eee;
}

/******** end *******************************************/

/******** Registration form *******************************************/
/*#regpanel{
	background-color: rgba(0,0,0, 0.6);	
}*/
.padding-r-100{
	padding:70px 150px 0 150px !important;
}
.regform-right{
	font-family:Lexend;
	padding:40px !important;
	text-align:center;
	margin-top: -60px;
	position:relative;
	right:32px;
}
.regform-right h1{
	font-size:48px !important;
	margin:30px 0 20px 0;
	line-height:60px;
}
.dotbg{
	margin-left:-90px;
}
.dotbg-r{
	float: right;
	margin-top: -70px;
}
.regform-right img{
	border-radius:25px;
}
.regform{
	color:#333;
	font-family:clash-display-light;
}
.regform h1{
	color:#333;
	font-size: 40px;
	font-weight: 400;
}
.regform p{
	font-size:15px;
	margin: 25px 0;
	line-height: 22px;
	width:100%;
	float:right;
}
.fpass{
	margin:5px 0 !important;
}
.fpass a{
	margin:0px !important;
	line-height:0px !important;
	color:#1b4e7c !important;
}
.regform strong{
	font-size:16px;
	font-weight:600;
	color: #555;
}
.regform p strong{
	font-weight:400;
	font-size:16px;
}
.regform input[type=text], .regform input[type=tel], .regform input[type=password], .regform input[type=email], .regform select{
	background-color:#fff;
	opacity:0.5;
	border: 1px solid #aaa;	
	border-radius:8px;
	padding-left: 35px;
}
#reg_step_1 a i{
	color:#000;
}
.socbtn{
	margin-top:25px;
	text-align:center;
}
.socbtn a{
	padding: 15px 15px;
	border: 1px solid #666;
	border-radius: 8px;
	color: #000 !important;
}
.orcont{
	text-align:center;
	color:#999;
}
.home-back{
	text-align:center;
}
.home-back a{
	background-color:#1b4e7c;
	color: #fff !important;
	border-radius: 15px;
	padding: 5px 10px;
	font-weight: 600;
}
.regform a{
	color:#65a015;
	margin-left:10px;
}
.regform ::placeholder{
	color:#000;
	font-family: clash-display-regular;
	font-weight:400;
}
.regposition{
	background-color:#fff;
	border-radius:20px;
}
.regposition p{
	padding:8px;
	margin:0px;
	border: 3px solid #fff;
	border-radius: 5px;
	overflow:auto;
}
.regposition p i{
	font-size:30px;
	font-size: 25px;
	float: left;
}
.blue-bg{
	background-color:#1b4e7c;
	color:#fff;
	border-radius: 10px !important;
	width:100%;
	text-align:center;
	padding:10px 15px;
	margin-bottom:15px;
	font-size:16px;
}
.blue-bg strong{
	color:#fff;
}
.regposition p span{
	line-height: 23px;
	float: left;
	margin-left: 12px;
}
.regposition a{
	color:#fff;
}
.join-btn{
	background-color:#245073;
	color:#fff;
	border-radius:25px;
	padding: 12px 24px;
}
.join-btn:hover{
	background-color:#84bf3f;
	color:#fff;
}
.sign-in-btn{
	background-color:#84bf3f;
	color:#fff;
	border-radius:25px;
	padding: 12px 24px;
}
.sign-in-btn:hover{
	background-color:#245073;
	color:#fff;
}
.passview{
	position:relative;
}
.passview i{
	color:#fff;
	position:absolute;
	right: 15px;
	top: 12px;
	cursor:pointer;
}
.forgettab{
	width:115px;
	background-color:#bbb;
	padding:5px 10px;
	border-radius:8px;
	display:inline-block;
	position:relative;
	height: 34px;
}
.forgettab a{
	color:#fff;
	margin:0;
}
.forgettab .active{
	background-color:#84bf3f;
	padding: 5px 10px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	height: 34px;
}
.forgettab #phone{
	float:right;
}
.left-0{
	left:0;
}
.right-0{
	right:0;
}
#phone-forget-password{
	position:relative;
}
#phone-forget-password input{
	padding-left:65px;
}
#phone-forget-password span{
	position: absolute;
	top: 7px;
	left: 15px;
	height: 28px;
	border-right: 1px solid #bbb;
	padding-right: 20px;
}
/******** End Registration form *******************************************/

.errorpage{
	margin-top:200px;
}
.errorpage h1{
	font-size:60px;
}
.errorpage p{
	font-size: 19px;
	color: #999;
	margin: 25px 0;
	line-height: 25px;
}
.errorpage .big-btn{
	background-color: #84bf3f;
	color: #fff;
	padding: 20px 30px;
	border-radius: 40px;
	font-size: 20px;
}
.thankyou h1{
	color: #da7d01;
	margin-top: 50px;
	font-size: 55px;
}
.getstarted{
	margin-top:-70px;
}
.getstarted .card{
	box-shadow:0px 0px 10px 0px #999;
}
.getstarted .card .card-image img{
	border-radius: 10px 10px 0 0;
}
.getstarted .card .reverse-img img{
	border-radius: 0px 0px 10px 10px;
}
.getstarted p{
	color:#666;
}
.getstarted .get-started{
	margin-top: 55px !important;
	background-color: #84bf3f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 40px;
	font-size: 20px;
	position: absolute;
	margin-left: 30px;
}
.getstarted strong{
	margin-top: 60px !important;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.p10 {
  padding: 10px;
}
.notify-list {
  border-bottom: 1px solid #ddd;
}
.notify-list a {
  /*color: #195883 !important;*/
  opacity: 1 !important;
}
.notify-list a span {
  display: inline-grid;
  position: absolute;
  left: 90px;
  width: 85%;
}
.notify-list a i {
  float: right;
}
.notify-list a b {
  font-style: italic;
  display: contents;
}
.repcompro{
	width:65px;
	float:left;
}
.feedPostVideo .flaticon-play-button {
  font-size: 75px;
  opacity: 0.6;
  position: absolute;
  right: 42%;
  top: 38%;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  transition: all 500ms ease-in-out;
  color: #eee;
}
.poprepcompro{
	width:50px;
	float:left;
}
.commentbg {
  background-color: #DCE9F2;
}
.select2-selection{
	display:none;
}
.profile .edit-photo{
	position: relative;
}
.profile .edit-photo a{
	position: absolute;
	top: 50px;
	right: 25px;
	color: #fff;
	background-color: #333;
	padding: 3px 8px;
	border-radius: 50%;
    cursor: pointer;
}
.ml-1{
	margin-left:1em;
}
.add_form .dropzone.dz-clickable .dz-message {
  background-color: #f1f5f8;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message {
  border: 2px dashed #ccc;
  margin: 0;
  padding: 20px;
}
.dropzone .dz-message {
  text-align: center;
}
.thumbnail .fa-trash{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  display: none;
  z-index: 999;
}
.thumbnail:hover .fa-trash{
	display:block;
}

.thumbnail .fa-pen{
  position: absolute;
  right: 20px;
  top: 45px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  display: none;
  z-index: 999;
}
.thumbnail:hover .fa-pen{
	display:block;
}
.my-collection, .my-playlist{
	position:relative;
}
/****************** For Toast Notification *************************************************/
#geotoast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #245073;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 10%;
  bottom: 30px;
  font-size: 17px;
  box-shadow: 0px 0px 25px #99999970;
}

#geotoast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#geotoast i{
	font-size: 20px;
	margin-right: 10px;
	color: #84bf3f;
}
/************ For Loader ****************************************************************/
.loader {
  border: 2px solid #01060b;
  border-radius: 50%;
  border-top: 10px solid #8bcc3e;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  position:fixed;
  top: 40%;
  left: 50%;
  box-shadow: 0px 0px 100px 0px #999;
}
.loadingoverlay{
  position:fixed;
  top:0px;
  left:0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
  display:none;
}
.select2-container {
  width: 100% !important;
  padding: 10px 0px;
}
.select2-container--default .select2-results > .select2-results__options{
	/*margin-top:-20px;*/
}
.drop_add_collection_image label{
	font-size:14px;
}
label{
	padding: 10px 0 3px 0;
}
.nice-select{
	height:35px;
	line-height:20px;
	border: 1px solid #ccc;
}
.full-width{
	width:100%;
}
.fit-width{
	width:fit-content;
}
.rfooter{
	background-color:#195883;
	color:#fff;
	font-family:Lexend-R;
}
.rfooter{
	padding:120px 80px 10px 80px;
}
.rfooter strong{
	font-size:22px;
	font-weight:200;
	padding-left: 50px;
	border-left:1px solid #fff;
}
.rfooter ul{
	margin-top:30px;
	padding-left: 50px;
}
.rfooter ul li a{
	color:#fff;
	font-size:16px;
	font-family:Lexend-L;
}
.rfooter h3{
	color:#fff;
	font-size:22px;
}
.rfooter p{
	line-height:30px;
}
.rfooter h3{
	line-height:40px;
}
.ffollow{
	text-align:center;
}
.ffollow strong{
	border-left:0px;
	padding-left:0;
	display:block;
}
.ffollow a{
	padding:4px;
	color:#fff;
	font-size:25px;
}
.rxfooter{
	background-color:#8cc63e;
	height:30px;
}
.regbody{
	background-color:#f1f6ff;
	padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
	.profile-setting-box .profile-dropdown{
		top:52px;
		text-align:left;
	}
	.post-tab li{
		margin: 9px 5px;
	}
	.edit-cover-photo{
		top: 32%;
		right: 6%;
	}
	.profile .photo img{
		width:150px;
	}
	.pt-70 {
	  padding-top: 10px;
	}
}