.selector-for-some-widget {
    box-sizing: content-box;
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
        url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ========================================
|              Basic styling               |
==========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
    font-weight: 400;
}

:root {
    --color1: #c8dec4;
    --color2: #acd4a4;
    --color3: #bee6b6;
    --color4: #579B4A;
    --grey1: #a3a3a3;
}



body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
}

.my-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%;
}
.my-container_2 {
    max-width: 1300px;
    margin: 0 auto;
    /* padding: 0 25px; */
    box-sizing: border-box;
    width: 100%;
}

.my-container_2 .row{
    --bs-gutter-x:0 !important
}
img {
    width: 100%;
    height: 100%;
}

h1,
.h1 {
    font-size: 45px;
    color: #000;
    line-height: 1.4;
    font-family: opensans;
    font-weight: 700;
    text-transform: uppercase;
}

.h2-lead {
    font-weight: 700;
    font-size: 35px;
    color: #000;
    font-family: opensans;
    line-height: 1.3;
    text-transform: uppercase;
}

.h2 {
    font-weight: 700;
    font-size: 27px;
    color: #000;
    font-family: poppins;
    line-height: 1.3;
    text-transform: uppercase;
}

.h3 {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    font-family: poppins;
    line-height: 1.3;
    text-transform: uppercase;
}

.h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: opensans;
    line-height: 1.3;
    text-transform: uppercase;
}

.h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: opensans;
    line-height: 1.3;
    text-transform: uppercase;
}

.h6 {
    font-size: 11px;
    color: #000;
    font-weight: 600;
    font-family: opensans;
    line-height: 1.3;
    /* text-transform: uppercase; */
}

p {
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    user-select: none;
}

li,
label,
input,
option {
    /* text-transform: uppercase; */
    font-size: 16px;
    font-family: opensans;
}

input:focus,
select:focus {
    outline: none;
}

.black-btn {
    background: #000;
    color: #fff;
    padding: 12px 17px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.green-text {
    color: var(--color4);
}

/* ============================
           Navbar
============================ */
.navbar-main {
    background: var(--color1);
    padding: 12px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
    position: relative;
}

.logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50px;
}

.navbar-main .nav-menu li {
    display: inline;
    padding: 0 13px;
}

.navbar-main .nav-menu li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 0 10px;
    font-family: poppins;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-main .nav-menu li a:before {
    background: #000;
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: -2px;
    left: 50%;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.6s;
    transform: translateX(-50%);
}

.navbar-main .nav-menu li a:hover:before {
    width: 100%;
}

.navbar-main .nav-menu li.active a:before {
    width: 100%;
}

.navbar-main .nav-menu li.active a {
    font-weight: 600;
    cursor: default;
}

/* ------Signup and signin btns---- */
.navbar-main .sign-btns a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    border: 2px solid transparent;
    font-family: poppins;
}

.navbar-main .sign-btns .sign-active-btn {
    background: var(--color2);
    border: 2px solid var(--color2);
}

.navbar-main .sign-btns a:hover {
    background: transparent;
    border: 2px solid var(--color2);
}

/* --------togglinng-menu------ */
.togg-btn i {
    font-size: 30px;
    display: block;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s
}

.togg-btn i:hover,
.close-icon i:hover {
    opacity: 0.7;
}

.close-icon i {
    font-size: 30px;
    display: block;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s
}

/* ================================
        HERO SECTION
================================= */

.hero-sec {
    background: var(--color2);
}

.hero-main {
    min-height: 400px;
    /* padding: 70px 0; */
}
.hero-main_2 {
    min-height: calc(100vh - 74px);
    padding: 70px 0;
}

/* .hero-con h1 {
    
} */

.hero-con,
.hero-slider-main {
    width: calc(50% - 25px)
}

.hero-main .black-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.hero-main .hero-link {
    color: #000;
    font-weight: 500;
}

.hero-main .hero-link:hover {
    opacity: 0.8;
}

.hero-main .hero-link i {
    color: var(--color4)
}

/* ----------HERO SLIDER--------- */
.hero-slider .slider-img {
    border: 2px solid #dfcf3f;
    border-top-left-radius: 54px;
    padding: 8px 8px
}

.slider-img img {
    width: 100%;
}

.hero-slider .icons img {
    width: 22px;
    margin-right: 7px;
}

.hero-slider .hero-slide-con {
    background: var(--color3);
    padding: 50px 50px;
    border-radius: 30px;
    border: 6px solid var(--color2);
}

.hero-slider .hero-slide-box {
    border: 2px solid var(--color4);
    margin: 0 5px;
    padding: 10px 10px;
    border-radius: 30px
}

.hero-slider-main {
    position: relative;
}

.hero-slider-main .priv_arrow,
.hero-slider-main .next_arrow {
    position: absolute;
    cursor: pointer;
    bottom: -43px;
    padding: 4px 10px;
    border-radius: 3px;
    transition: all 0.3s
}

.hero-slider-main .priv_arrow {
    right: 70px;
    background: var(--color3);
}

.hero-slider-main .next_arrow {
    right: 30px;
    background: var(--color4);
}

.hero-slider-main .priv_arrow:hover,
.hero-slider-main .next_arrow:hover {
    opacity: 0.8;
}

.hero-slider-main .priv_arrow i {
    font-size: 16px;
    color: var(--color4);
}

.hero-slider-main .next_arrow i {
    font-size: 16px;
    color: #fff;
}

/* ================================
       BLOG SECTION
================================= */
.blog-sec {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.blog-sec .my-container {
    max-width: 1200px;
}

.blog-main {
    /* padding: 70px 0; */
    /* height: 698px; */
    height: 100%;
}

.hero-slider-main .priv_arrow.priv_arrow2,
.hero-slider-main .next_arrow.next_arrow2 {
    position: static;
}

.blog-slider .slider-img img,
.blog-slider .slider-img,
.hero-slide-box,
.blog-slider .slick-list,
.blog-slider .slick-track {
    height: 100%;
}

.blog-slider .slider-img img {
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.blog-main-wrapper {
    background: #d2e6ce;
    border-radius: 10px;
    height: 100%;
}

.blog-post-main {
    height: 100%;
    overflow: auto;
    margin-right: 0px;
}

.blog-post-main::-webkit-scrollbar {
    width: 15px;
    height: 14px;
}

.blog-post-main::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px;
}

.blog-post-main::-webkit-scrollbar-thumb {
    background: #acd4a4;
    border-radius: 8px;
    border: 3px solid #fff;
}

.blog-post-box {
    background: #fff;
    border-radius: 8px;
}

.blog-posts-sec .post-img {
    max-width: 80px;
    height: 100%;
}

.blog-posts-sec .post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.blog-posts-sec p {
    font-size: 14px;
    font-family: opensans
}

.blog-post-main .publish-det span {
    font-size: 13px
}

.blog-posts-sec {
    width: calc(55% - 20px);
    height: 558px;
}

.blog-slider {
    height: calc(100% - 80px)
}

.hero-slider-main.blog-slider-main {
    width: calc(45% - 20px)
}

/* ------blog-social-- */
.social-icon i {
    color: var(--color4);
    display: block
}

.social-icon {
    padding: 7px 8px;
    border: 2px solid #969795;
    border-radius: 8px;
    font-size: 18px;
    width: 36px;
    text-align: center;
}

.social-icon:hover {
    background: var(--color4);
}

.social-icon:hover i {
    color: #fff
}

/* ================================
       CATEGORIES SECTION
================================= */
.catg-sec {
    padding: 70px 0;
    background: #fbfcfd;
}

.catg-sec .my-container {
    max-width: 1200px;
}

.catg-sec .catg-box {
    background: #f0f6f0;
    border-radius: 8px;
    padding: 15px 20px;
    height: 100%;
}

.catg-sec .catg-box h2 {
    color: var(--color4);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.catg-sec .see-all {
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.catg-sec a.see-all:hover {
    opacity: 0.8;
    color: #000;
}

.catg-sec .see-all span {
    margin-top: 3px;
}

.catg-sec .catg-img img {
    width: 100%;
}

/* ================================
        DESIGN PROCESS
================================= */
.des-process {
    padding: 70px 0;
    background: #f8f8f8;
}

.des-process .my-container {
    max-width: 1000px
}

.des-process .pro-box {
    background: url("../images/blog-post1.png");
    background-position: top right;
    position: relative;
    min-height: 340px;
    border-radius: 10px;
    border-radius: 15px;
}

.des-process .pro-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
    z-index: 2
}

.des-process .pro-box1:before {
    background: rgba(39, 46, 133, 0.8);
}

.des-process .pro-box2:before {
    background: rgba(230, 191, 30, 0.8)
}

.des-process .pro-box3:before {
    background: rgba(0, 0, 0, 0.9);
}

.des-process .pro-box-con {
    position: relative;
    z-index: 3
}

.des-process .pro-box .des-img i {
    font-size: 70px;
    color: #fff;
}

.des-process .pro-box h2 {
    color: #fff;
    font-weight: 700;
    font-family: opensans
}

.des-process .pro-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px
}

/* ================================
            FTR TOP
================================= */
.ftr-top {
    background: #f8f8f8;
    padding: 40px 0
}

.ftr-top .my-container {
    max-width: 1200px
}

.ftr-top .logo {
    width: 80px;
    height: 80px
}

.ftr-top .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.ftr-top .ftr-btn {
    max-width: 140px;
    width: 100%;
}

.ftr-top .black-btn {
    box-shadow: none;
    width: 100%;
    display: block;
    text-align: center;
    border: 2px solid #000;
    padding: 10px 10px;
}

.ftr-top .black-btn:hover {
    background: transparent;
    color: #000;
}

/* ================================
       FOOTER
================================= */
footer {
    background-color: #f8f8f8;
}

footer .my-container {
    max-width: 1200px;
    background-image: url('../images/footerbackground.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftr-main {
    border-top: 2px solid #e5e5e5;
    padding: 70px 0;
}

.ftr-main p {
    font-size: 14px;
    color: grey
}

.ftr-main .social a {
    font-size: 16px;
}

.ftr-main a {
    color: #4B647E;
    font-size: 14px;
}

.ftr-main .h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: opensans;
    color: grey;
}

.ftr-main .input-field {
    background: var(--color2);
    padding: 0 12px;
    border-radius: 6px;
    max-width: 220px;
    width: 100%;
}

.ftr-main .input-field input {
    background: var(--color2);
    padding: 10px 8px 10px 0;
    border: none;
    font-size: 14px;
    width: 100%
}

.ftr-main .input-field input:focus {
    outline: none;
}

.ftr-main .input-field input::placeholder {
    font-size: 14px
}

.ftr-main .input-field i {
    color: var(--color4);
    font-size: 18px;
}

.call-expert i {
    color: var(--color2);
    display: block;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid var(--color2);
}

.call-expert span:first-child {
    color: #000;
    font-weight: 600
}

.ftr-main ul a:hover {
    text-decoration: underline;
}

.call-expert:hover {
    opacity: 0.8;
}

.call-expert:hover i {
    background: var(--color2);
    color: #fff;
}

.copyright {
    background-color: var(--color2);
}

.copyright p {
    font-size: 12px;
}

/* ================================
        ABOUT PAGE
================================= */
.about-h-right .row {
    padding-right: 16px;
}

.about-1 {
    height: 240px;
}

.about-1 img {
    object-fit: cover;
    border-radius: 15px;
    vertical-align: bottom;
}

.about-2-border {
    border: 2px solid #24807d;
    height: 460px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px
}

.about-2 {
    margin-left: 16px;
    margin-right: -16px;
    margin-top: -20px;
    height: 100%;
}

.about-2 img {
    border-radius: 10px;
    object-fit: cover
}

.about-p .hero-sec {
    padding: 40px 0;
}

/* 
.about-p h1 {
    font-weight: 600
} */

/* ================================
            FRL section
================================= */
.frl-sec {
    padding: 70px 0;
    background: #f8f8f8;
}

.frl-sec .my-container {
    max-width: 1200px;
}

.frl-sec .h2 {
    font-weight: 700;
}

.frl-sec .frl-img-main img {
    border-radius: 15px;
}

.frl-img1 {
    margin-right: 27%
}

.frl-img2 {
    margin-top: -25%;
    margin-left: 45%;
}

/* ================================
        VIDEO SECTION
================================= */
.video-sec {
    background: #f2f6f2;
    padding: 70px 0;
}

.video-sec .my-container {
    max-width: 1000px
}

.video-sec-main {
    text-align: center;
}

.video-sec-main .h2 {
    max-width: 370px;
    margin: 0 auto;
    font-weight: 600;
}

.video-sec-main iframe {
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    height: 310px;
}

/* ================================
       MEET THE TEAM PAGE
================================= */
.team-h-right img {
    border-radius: 20px;
}

/* ================================
        TEAM SECTION
================================= */
.expert-sec {
    padding: 70px 0;
    background: #f3f6f2;
    position: relative;
}

.expert-sec h2 {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.expert-sec .img{
        position: absolute;
        right: 0;
        height: 40%;
        top: 15%;
}

@media screen and (max-width: 991px) {
    .expert-sec .img{
        position: absolute;
        right: 0;
        height: 50%;
        top: 20%;
    }
    .doted_img {
        height: auto !important;
    }
    
.faq-hero .hero-main{
display: flex;
flex-direction: column-reverse;
}
}
@media screen and (max-width: 450px) {
    .h3 {
        font-size: 20px;
    }
    .expert-sec .img{
        position: absolute;
        right: 0;
        height: 30%;
        top: 23%;
    }
    .expert-sec h2 {
        font-size: 22px;
    }
    ul.accordion-list li h3 {
        font-size: 15px !important;
    }
    #checkbox {
        position: relative;
        left: 35px;
        font-size: 24px;
    }
}
#checkbox {
    position: relative;
    left: 40px;
    font-size: 28px;
}
.expert-sec .h4 {
    color: grey;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.expert-sec .slick-dots li.slick-active button:before {
    color: var(--color4);
    opacity: 1;
}

.expert-sec .slick-dots li button:before {
    font-size: 14px;
    color: var(--color4);
    opacity: 0.5;
}

.expert-sec ul.slick-dots {
    background: none;
    height: 20px;
    top: auto;
    bottom: -50px;
    left: auto;
}

.expert-sec h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.expert-sec .team-img {
    height: 100%;
    border: 2px dashed yellow;
    transform: rotate(-4deg);
    margin: 10px;
    border-radius: 20px;
}

.expert-sec .team-img img {
    width: 100%;
    height: 100%;
    transform: rotate(4deg)
}

/* ================================
        OWner msg section
================================= */
.owner-sec {
    padding: 70px 0;
    background: #f8f8f8
}

.owner-sec .my-container {
    max-width: 1200px;
}

.owner-sec .owner-img {
    max-width: 300px;
    margin: 0 auto
}

.owner-sec .h3 {
    color: grey;
    font-weight: 600;
    margin-top: 10px
}

.owner-sec p {
    color: grey;
    text-align: justify
}

/* ================================
       Work areas page
================================= */
.catg-list-sec {
    padding: 70px 0;
    background: #f8fcf8;
}

.catg-list-sec .my-container {
    max-width: 1200px;
}

.catg-list-sec .h2 {
    font-weight: 600;
}

.catg-list-sec ul {
    background: #fff;
    border-radius: 10px;
    padding: 5px 20px 5px 35px;
    margin-top: 12px;
}

.catg-list-sec ul li {
    padding: 10px 0px;
    border-bottom: 2px solid #f4f9f3;
    position: relative
}

.catg-list-sec ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50px;
    left: -17px;
    top: 50%;
    transform: translatey(-50%);
}

.catg-list-sec ul li:last-child {
    border-bottom: none;
}

.work-area-p .ftr-top,
.work-area-p footer {
    background: #fff;
}

/* --------work-area--hero-sec----- */
.hero2-sec {
    padding: 40px 0
}

/* .hero2-sec .my-container {
    max-width: 1200px;
}
 */
.hero2-main {
    background: url("../images/insta-5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 20px;
    position: relative;
    padding: 30px 0;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero2-main:before {
    background: var(--color2);
    opacity: 0.6;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
}

.hero2-main .head-box {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hero2-main .head-box h1 {
    text-align: center;
    color: var(--color4);
    font-weight: 600;
}

/* ================================
            FAQ PAGE
================================= */
.faq-sec {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.faq-sec .my-container {
    max-width: 1200px;
}

.faq-hero p {
    line-height: 1.5;
    font-weight: 500;
}

/* ----accordion---- */
ul.accordion-list {
    width: calc(50% - 15px);
}

ul.accordion-list li {
    list-style: none;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 8px;
}

ul.accordion-list li .acc-head {
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
}

ul.accordion-list li h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    width: calc(100% - 45px);
}

ul.accordion-list li p {
    padding: 0px 20px 15px;
    text-transform: initial;

}

ul.accordion-list li .acc-head .acc-icon {
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50px;
    transform: translatey(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.active .acc-head .acc-icon i {
    transform: rotate(45deg);
}

.acc-head .acc-icon i {
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;

}

/* ================================
             LOGIN
================================= */
.login-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.modal .modal-content {
    border-radius: 20px;
}

.login-sec .box-body {
    padding: 30px 50px 50px;
}

.login-sec label {
    font-weight: 600;
}

.login-sec select {
    padding: 18px 15px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #878787;
    width: 100%;
    background: #cce0c8
}

.login-sec .input-field {
    border: 2px solid #878787;
    border-bottom: 0;
    padding: 0 15px;
}

.login-sec .input-field:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #878787;
}

.login-sec .input-field:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.login-sec input {
    padding: 14px 0 14px 15px;
    font-size: 16px;
    width: 100%;
    border: none;
}

.login-sec .input-field i {
    color: var(--color2);
}

.login-sec .h3 {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    padding: 22px 15px 18px 15px;
    line-height: 1;
}

.form-btn .a {
    background: var(--color2);
    border: 2px solid var(--color2);
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.form-btn a:hover {
    background: transparent;
    color: #000;
}

/* ============================
          DASHBOARD NAV
============================ */
.profile-main .fa-bell {
    transition: all 0.3s
}

.profile-main .fa-bell:hover {
    opacity: 0.8
}

.dash-nav-main {
    background: var(--color2);
    border-radius: 10px;
}

/* .dash-nav-main .logo img {
    border: 1px solid #fff;
} */

.dash-nav-main ul li {
    display: inline-flex
}

.dash-nav-main ul li a {
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative
}

.dash-nav-main ul li a:hover {
    color: #000;
}

.dash-nav-main ul li a:before {
    background: #000;
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 10px;
    left: 50%;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.6s;
    transform: translateX(-50%);
}

.dash-nav-main ul li a:hover:before {
    width: calc(100% - 40px);
}

.dash-nav-main ul li.active a {
    background: rgba(117, 156, 108, 0.8);
    color: #fff;
    border-radius: 8px;
    cursor: default;
}

.dash-nav-main ul li.active a:before {
    display: none;
}

.dash-nav-main .profile .person-img img {
    border-radius: 50px;
    border: 1px solid #fff;
    object-fit: cover;
    width: 40px;
    height: 40px;
}

/* ---profile-col--- */
.dash-nav-sec i {
    color: #579b4a;
    font-size: 20px
}

.dash-nav-sec span {
    color: #579b4a;
    font-weight: 500;
}

.dash-nav-sec .profile span.b-name {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}

.dash-nav-sec .profile span.u-name {
    font-size: 14px;
}

/* --------DASHBOARD MAIN---------- */
.dashboard-main .dash-sidebar {
    background: var(--color2);
    max-width: 250px;
    width: 100%;
    min-height: calc(100vh - 115px);
    /* --------fixed sidebar and top nav------- */
    position: fixed;
    overflow: auto;
    margin-top: 100px;
}

.dashboard-main .dash-content {
    width: calc(100% - 250px);
    /* --------fixed sidebar and top nav------- */
    left: 250px;
    position: relative;
    margin-top: 100px;
}

/* --------fixed sidebar and top nav------- */
.dashboard-main {
    position: relative;
}

.dash-nav-wrapper {
    background: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.dash-close i,
.dash-togg i {
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.dash-close i:hover,
.dash-togg i:hover {
    opacity: 0.8;
}

/* -------bell-icon---- */

.dash-nav-main .fa-bell {
    position: relative;
}

.dash-nav-main .fa-bell:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffcc00;
    border-radius: 50px;
    border: 2px solid #fff;
    right: -2px;
    top: -2px
}

/* ---------DASHBOARD SIDEBAR------- */
.dashboard-main .dash-sidebar li {
    padding: 20px 15px;
    border-bottom: 2px solid #9dc494;
}

.dashboard-main .dash-sidebar li:last-child {
    border-bottom: none;
}

.dashboard-main .dash-sidebar li a:hover {
    color: #000;
    opacity: 0.8;
}

.dashboard-main .dash-sidebar li.active a {
    font-weight: 600;
}

.dashboard-main .dash-sidebar li.active a:hover {
    opacity: 1;
    cursor: default;
}

/* -----------dashboard-content-right------ */
.dash-content .search-bar {
    border: 2px solid #9ab693;
    border-radius: 50px;
    padding: 0 12px;
}

.dash-content .search-bar input {
    background-color: none;
    width: 100%;
    border-radius: 50px;
    padding: 11px 10px;
    border: none;
    font-weight: 500;
}

.dash-content .search-bar input::placeholder {
    font-weight: 500;
    font-family: poppins;
    font-size: 16px;
}

.dash-content .search-bar label {
    background-color: var(--color2);
    padding: 10px 10px;
    border-radius: 50px;
    margin: 7px 0;
    cursor: pointer;
}

/* -----dashboard-task--sec-- */
.task-sec {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

.task-sec a:hover {
    color: #000;
}

.task-sec .task-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    border-radius: 20px;
}

.task-sec .task-box .task-img {
    height: 170px;
}

.task-sec .task-box .task-img img {
    border-radius: 10px;
    object-fit: cover;
}

.task-sec .task-box span {
    font-size: 16px;
    font-weight: 600;
}

.task-sec .task-det span:last-child {
    color: var(--color4);
}

.task-sec .task-box i {
    color: orange;
    font-size: 20px;
}

/* ==========DETAILED DESCRIPTION============= */
.txt-area-field textarea {
    resize: none;
    border-radius: 8px;
    border: 2px solid var(--grey1);
    min-height: 140px;
    color: var(--grey1);
}

.txt-area-field textarea::placeholder {
    color: var(--grey1);
}

.task-del .des-note {
    background: #d5e6d2;
    border-radius: 8px;
    padding: 10px 10px;

}

.task-del .des-note p {
    font-weight: 500;
    font-size: 14px
}

.task-sec input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.task-sec input[type="file"]+label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    background: var(--color2);
}

.task-sec input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}


.task-sec input[type="file"]+label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    background: var(--color2);
    border-radius: 6px;
    padding: 10px 20px;
    transition: all 0.3s;
    text-transform: initial !important
}

.task-sec input[type="file"]+label:hover {
    opacity: 0.9;
}

.task-sec .upload p {
    font-size: 14px
}

.task-sec .deliver-btn a {
    background: var(--color2);
    padding: 10px 14px;
    border: 2px solid var(--color2);
    border-radius: 8px;
    text-transform: initial;
    font-weight: 500;
}

.task-sec .deliver-btn a:hover {
    background: transparent;
}
.task-sec .deliver-btn .a {
    background: var(--color2);
    padding: 10px 14px;
    border: 2px solid var(--color2);
    border-radius: 8px;
    text-transform: initial;
    font-weight: 500;
}

.task-sec .deliver-btn .a:hover {
    background: transparent;
}

.dash-content .heading {
    color: #16243d;
    font-weight: 400;
}

/* --------CURRENT TASK PAGE------ */

.task-d-left,
.task-d-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px
}

.task-d-left .task-det-box .person-img img {
    border-radius: 50px;
    object-fit: cover;
    width: 45px;
    height: 45px
}

.task-d-left .task-det-box4 .person-img img {
    border-radius: 0;
    width: 60px;
    height: 60px
}

.task-sec .download-btn a {
    border: 2px solid var(--color4);
    padding: 10px 10px;
    border-radius: 10px;
    color: var(--color4);
    font-weight: 500;
}

.task-d-left .download-btn a:hover {
    background-color: var(--color4);
    color: #fff;
}

.task-d-left .task-det-box2 {
    border: 2px dashed var(--color4);
    border-radius: 10px
}

.task-d-left .submit-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px
}

.task-d-left .deliver-msg input {
    padding: 14px 10px;
    border: none;
    background: none;
    text-transform: initial;
    color: #000;
    font-weight: 500
}

.task-d-left .deliver-msg input::placeholder {
    color: #000;
    font-weight: 500;
}

.task-d-left .deliver-msg .msg-field {
    border: 1px solid var(--color2);
    border-radius: 50px;
    padding: 0 15px
}

.task-d-left .deliver-msg .msg-field span {
    font-weight: 700;
}

.task-d-left .deliver-msg .msg-field .attach i {
    transform: rotate(-43deg);
    font-size: 26px;
    display: block
}

.task-d-left .deliver-msg .msg-field .send {
    background: var(--color4);
    padding: 10px 10px;
    border-radius: 50px;
}

.task-d-left .deliver-msg .msg-field .send i {
    color: #fff;
    display: block;
    font-size: 18px
        /*     transform: rotate(55deg) */
}

.task-d-left .deliver-msg a:hover {
    opacity: 0.8;
}

.task-sec .download-btn.dlvr-btn a {
    background: var(--color2);
    color: #579b4a;
    width: max-content;
}

.task-sec .download-btn a:hover {
    background-color: var(--color4);
    color: #fff;
}

.dash-nav-sec .my-container,
.dashboard-main-sec .my-container {
    max-width: 100%;
}

.task-d-right {
    height: 100%;
}

.task-sec .usd-bg {
    background-color: #d4e5d0;
    border-radius: 8px;
    color: #579b4a;
}

.task-sec .b-det .b-img {
    width: 50px;
    height: 50px;
}

.task-sec .b-det .b-img img {
    border-radius: 50px;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.task-sec .mail-det .h6 {
    color: var(--grey1);
    font-weight: 600;
    text-transform: initial;
    font-size: 18px;
}

.back-btn a {
    background: var(--color2);
    color: #579b4a;
    width: max-content;
    padding: 10px 15px;
    border-radius: 6px;
    display: block;
    max-width: 130px;
}

.back-btn a:hover {
    background-color: var(--color4);
    color: #fff;
}

/* ------task-history-details------ */

.leave-review a {
    background-color: #d4e5d0;
    border-radius: 8px;
    padding: 12px 15px;
    font-weight: 500;
    text-transform: initial;
}

.leave-review a:hover {
    color: var(--color4);
}

.task-det-box .person-det {
    width: calc(100% - 70px)
}

.task-det-box.task-det-box4 {
    background-color: #f3f6f2;
    border-radius: 15px;
    border: 1px solid #d6d97f;
}

/* ================================
 Settings||Change pass 
================================= */
.login-sec.change-pass {
    height: 100%;
}

.login-sec.change-pass .form-main {
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px
}

.login-sec.change-pass .input-field {
    border-radius: 0;
    border: 2px solid #878787;
    padding: 0;
    border: none;
}

.login-sec.change-pass .input-field input {
    border: 2px solid var(--color2);
    border-radius: 10px;
}

/* ================================
submit-response||new jobs dashboard
================================= */
.price-field {
    border: 2px solid var(--grey1);
    border-radius: 10px;
    padding: 0 10px
}

.price-field input {
    padding: 10px 10px;
    width: 100%;
    border: none;
}

.price-field label {
    font-weight: 700
}

/* --------feedback details------ */
.feedback-det {
    border-bottom: 2px solid var(--grey1);
}

/* ================================
        Notification Settings
================================= */
.not-set label {
    text-transform: initial;
}

.not-set {
    min-height: 100%;
    height: 100%;
}

/* --------Custom checkbox----- */
.sel-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.sel-container span.not-text {
    line-height: 1.2
}

/* Hide the browser's default checkbox */
.sel-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid var(--color4);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.sel-container:hover input~.checkmark {
    background-color: rgb(232, 227, 227);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.sel-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.sel-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid var(--color4);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ================================
         NOTIFICATIONS
================================= */
.not-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    border-left: 10px solid var(--color4)
}

.not-box .date-main .date-box {
    max-width: 170px;
    width: 100%;
}

.not-box .date-main>p {
    width: calc(100% - 200px)
}

.not-box .h4 {
    font-weight: 700;
    font-size: 18px;
}

.dashboard-main .dash-content.dash-content-full {
    width: calc(100% - 0px);
    left: 0;
    max-width: 1200px;
}

/* ================================
        NEWS AND BLOG
================================= */
/* .task-sec.dash-blog {
    min-height: 100%;
} */
.task-sec.dash-blog {
    height: calc(100vh - 180px);
}

.dash-blog .blog-posts-sec {
    height: 100%
}

.dash-blog .blog-post-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dash-blog .blog-posts-sec {
    /* height: calc(100vh - 255px); */
    width: 100%;
}

/* ================================
      ACHIEVEMENTS
================================= */
.task-sec.achievements i {
    color: var(--color4);
}

.achievements .task-img {
    position: relative;
}

.achievements .task-img .achieve-main {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.achievements .task-img .achieve-main i {
    color: #e5ba0a;
}

.achievements .task-img .achieve-main p {
    color: #fff;
}

/* ================================
            Create Post popup
================================= */
.login-sec.create-post .box-body {
    padding: 30px 30px;
}

.modal .login-sec .header {
    background: var(--color2);
    padding: 17px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.modal .login-sec .header i {
    color: var(--color4);
    background: #fff;
    border-radius: 50px;
    padding: 6px 9px;
    display: block;
    font-size: 18px;
    border: 3px solid var(--color4);
    cursor: pointer;
    transition: all 0.3s;
}

.modal .login-sec .header i:hover {
    color: #fff;
    background: var(--color4);
}

.modal .create-post .post-privacy .privacy-icon {
    border: 1px solid var(--grey1);
    padding: 10px 12px;
    border-radius: 50px
}


.modal .create-post .post-privacy i {
    color: var(--color2);
    font-size: 28px;
    display: block;
}

.modal .create-post .post-privacy select {
    padding: 10px;
    font-size: 14px;
}

.modal .create-post .task-status i {
    color: #e5ba0a;
    font-size: 30px;
}

.modal .create-post .task-img img {
    border-radius: 8px;
}

.modal .create-post .post-btn a {
    border: 1px solid var(--color2);
    border-radius: 4px;
    padding: 8px 15px;
    width: max-content;
    border-radius: 8px;
}

.modal .create-post .post-btn a:hover {
    background-color: var(--color2);
    color: #000;
}

/* ================================
          LEAVE REVIEW POPUP
================================= */
.create-post .star-det {
    border: 2px solid var(--grey1);
    border-radius: 8px;
}

.create-post .star-det i {
    cursor: pointer;
}

/* ================================
            NEW JOBS
================================= */
.new-jobs .person {
    width: 110px;
}

.new-jobs .person-img img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.new-jobs .task-img {
    max-width: 160px;
    width: 100%;
}

.new-jobs .job-des {
    width: calc(100% - 302px);
}

.new-jobs .task-img img {
    object-fit: cover;
}

.task-sec.new-jobs .task-box i {
    color: var(--color4);
    line-height: 1.2
}

.task-sec.new-jobs .task-box .download-btn a {
    background-color: #f5faf4;
}

.task-sec.new-jobs .task-box .download-btn a:hover {
    background-color: var(--color4);
}

.task-sec.new-jobs .task-box .download-btn a:hover i {
    color: #fff;
}

.new-jobs .s-response:hover {
    opacity: 0.8;
}

/* ================================
       JOB BOARD || SOCIAL
================================= */

.job-board.new-jobs .job-des {
    width: calc(100% - 540px);
}

.job-board.new-jobs .stu-det {
    width: 220px;
}

.job-board .stu-det p {
    color: #9b9b9b;
    font-weight: 600;
}

.job-board .bell-icon i {
    line-height: 1.2;
    font-size: 25px;
}

.job-board .stu-det-main {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;

}

.job-board .bell-icon {
    position: relative;
}

.job-board .bell-icon:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #ffcc00;
    border-radius: 50px;
    border: 2px solid #fff;
    right: -2px;
}

.job-board.head-nav a {
    padding: 10px 12px;
}

.job-board.head-nav a.active {
    background: var(--color2);
    border-radius: 8px;
    user-select: none;
}

.job-board.head-nav {
    border: 1px solid #dde098;
    border-radius: 10px;
    background-color: #eff6ee;
}

.job-board .tick-icon i {
    font-size: 16px;
    background: linear-gradient(to bottom, #dde098, var(--color2));
    padding: 6px 8px;
    border-radius: 50px;
}

/* ================================
        PROFILE SETTINGS
================================= */
.profile-set label {
    font-weight: 700;
    margin-left: 10px;
    font-size: 18px;
}

.profile-set .input-field {
    border: 2px solid var(--grey1);
    border-radius: 8px;
    padding: 1px 10px;

}

.profile-set .input-field input {
    width: 100%;
    border: none;
    padding: 10px 10px;
    text-transform: initial;

}

.profile-set .input-field input::placeholder {
    text-transform: initial;
}

.profile-set .input-field span {
    background: var(--color3);
    border-radius: 6px;
    display: block;
    padding: 5px 10px
}

.profile-set .input-field i {
    color: var(--color4);
    font-size: 14px
}

.profile-set textarea {
    width: 100%;
    resize: none;
    height: 120px;
    border: none;
    padding: 10px 10px;
    color: grey
}

.profile-set textarea:focus {
    outline: none;
}

.profile-set .catg-field {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.profile-set .catg-box {
    background: #e7f1e5;
    margin: 10px 10px;
    border-radius: 8px;
    padding: 12px 30px 12px 20px;
    position: relative;
}

.profile-set .catg-box .h6 {
    font-weight: 600;
    color: var(--color4);
    margin: 0;
    border: none;
    background-color: transparent;
}

.profile-set .catg-option {
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
}

.profile-set .catg-option i {
    color: #fff;
    display: block;
    padding: 5px 6px;
    border-radius: 50px;
    background: var(--color4);
    font-size: 12px;
}

/* -----profile-img---- */
.profile-set .profile-left {
    max-width: 150px;
    width: 100%;
}

.profile-set .profile-det-right {
    width: calc(100% - 170px);
}

.profile-set .profile .profile-img img {
    border-radius: 50%;
    object-fit: cover;
}

.profile-set .profile .profile-img {
    position: relative;
    border-radius: 50%;
    background: #fff;
    height: 150px;
    width: 150px;
}

.profile-set .profile .profile-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.55) 50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 5;

}

.profile-set .profile .change-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.profile-set .profile .change-img i {
    color: #fff;
    font-size: 27px;
}

.task-sec .profile input[type="file"]+label {
    padding: 0;
    background: none;
}

/* ================================
        Choose categories
================================= */
.sel-catg .catg-main-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

.sel-catg .catg-main-box .catg-btns-main .a {
    background: var(--color2);
    border: 2px solid var(--color2);
    padding: 9px 15px;
    border-radius: 8px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.sel-catg .catg-main-box .catg-btns-main .a:hover {
    background: transparent;
    color: #000
}

.sel-catg .catg-main-box .catg-btns-main .a {
    background: var(--color2);
    border: 2px solid var(--color2);
    padding: 9px 15px;
    border-radius: 8px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.sel-catg .catg-main-box .h4 {
    font-size: 18px;
}

.sel-catg .catg-main-box .edit-icon i {
    color: var(--color4);
    font-size: 24px;
    cursor: pointer;
}

.sel-catg .catg-main-box .edit-icon i:hover {
    opacity: 0.8;
}

.sel-catg .catg-main-box .catg-field {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sel-catg .catg-main-box .catg-det {
    margin-top: -10px;
}

.profile-set.sel-catg .catg-box {
    padding: 12px 20px 12px 20px;
}

/* ================================
        Modify account
================================= */
.modify-acc .hero2-main .head-box h1 {
    font-size: 26px;
    font-weight: 700;
}

.modify-acc .hero2-main .head-box h1 i {
    color: rgba(0, 00, 0, 0.4);
    font-size: 30px;
    /* -webkit-backdrop-filter: blur(5px); */
}

.modify-acc .profile-status {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 15px;
}

.modify-acc .profile-status i {
    font-size: 30px;
    background: var(--color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
}

.mod-acc-sec .profile-set .profile .profile-img,
.mod-acc-sec .profile-set .profile .profile-img:before,
.mod-acc-sec .profile-set .profile .profile-img img {
    border-radius: 8px;
}

.mod-acc-sec .head i {
    font-size: 30px;
    color: var(--color2);
}

.mod-acc-sec .head .h4 {
    font-weight: 600;
    font-size: 18px;
}

.modify-acc .profile-set label {
    font-weight: 600;
}

/* ================================
       STUDENT PROFILE
================================= */
.stu-profile .left-col .profile-main {
    border: 1px solid var(--color2);
    border-radius: 20px
}

.stu-profile .profile-main .profile-img {
    max-width: 110px;
    height: 110px
}

.stu-profile .profile-main .profile-img img {
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #f5f5f5
}

.profile-main .online-status {
    border: 1px solid #dadc87;
    padding: 8px 8px;
    border-radius: 20px;
    user-select: none;
}

.profile-main .online-status p {
    color: var(--color4);
    line-height: 1
}

.profile-main .online-status span {
    width: 10px;
    display: block;
    height: 10px;
    background: var(--color4);
    border-radius: 50px;
}

.profile-main .h2 {
    font-weight: 600;
    font-size: 25px;
    color: #2b3940;
}

.stu-profile .profile-main .join i {
    color: #dadc87;
}

.stu-profile .profile-main .contact .icon {
    background: #d3e8cf;
    padding: 4px 9px;
    border-radius: 6px;
}

.stu-profile .profile-main .contact i {
    color: var(--color4);
}

.stu-profile .about-stu {
    box-shadow: var(--color2) 0px 3px 8px;
    border-radius: 10px;
}

.stu-profile .about-stu .h6 {
    line-height: 1
}

.stu-profile .about-stu i {
    color: var(--color4);
    font-size: 20px;
}

/* -------student-profie-right------- */
.stu-profile.profile-set .catg-box {
    padding: 12px 20px
}

/* ---photo gallery---- */
.stu-profile .photo-gallery .photo {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}

.stu-profile .photo-gallery .photo img {
    border-radius: 8px;
}

/* ================================
       STUDENT HIVE
================================= */
.stu-hive .dash-blog .blog-posts-sec {
    height: 100%;
}

.stu-hive .dash-blog .blog-post-box {
    margin-right: 0 !important;
}

/* ================================
        FEED  || SOCIAL 
================================= */
#feed-sec.profile-set .profile-left {
    max-width: 110px
}

#feed-sec {
    background: #f5f5f5;
    box-shadow: none;
}

#feed-sec .feed-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#feed-sec .h3,
#feed-sec .h4,
#feed-sec .h5 {
    font-weight: 600;
}

#feed-sec .welcome .profile-left {
    max-width: 100px;
}

#feed-sec .followers-main .follower-box {
    border-bottom: 2px solid #ebf5e8;
    padding: 12px 0;
}

#feed-sec .followers-main .follower-box:last-child {
    border-bottom: none;
}

#feed-sec .followers-main .follower-img img {
    border-radius: 50%;
    object-fit: cover;
    width: 40px;
    height: 40px;
}

#feed-sec .followers-main .follower-action a {
    display: block;
    border: 2px solid #ffcd07;
    background: #fff8db;
    padding: 5px 10px 3px;
    border-radius: 20px;
    text-transform: initial;
}

#feed-sec .followers-main .follow-action a {
    display: block;
    border: 2px solid var(--color4);
    background: var(--color2);
    padding: 5px 12px 5px 10px;
    border-radius: 20px;
    text-transform: initial;
}

#feed-sec .followers-main .follow-action a:hover,
#feed-sec .followers-main .follower-action a:hover {
    background-color: transparent;
}

#feed-sec .follower-wrapper p {
    font-weight: 700;
    font-size: 22px;
    font-family: opensans;
}


#feed-sec .follower-wrapper h2.h6 {
    font-size: 20px;
    font-weight: 700
}

/* ---------feed-post--------- */

#feed-sec .post-feed .post-box .icon {
    border: 2px solid var(--grey1);
    padding: 10px 12px;
    border-radius: 50%;
}

#feed-sec .post-feed .post-box i {
    font-size: 30px;
    display: block;
    color: var(--color2);
}

#feed-sec .post-feed .post-box input {
    padding: 10px 20px;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #b5b5b5;
}

#feed-sec .post-feed .media i {
    display: block;
    color: var(--color2);
    font-size: 25px;
    display: block;
}

#feed-sec .post-feed .media {
    margin-left: 70px;
}

#feed-sec .post-feed .media span {
    font-weight: 500;
    line-height: 1.4;
    display: block;
    font-size: 18px;
}

#feed-sec .post-feed .media a:hover {
    opacity: 0.8;
}



#feed-sec .feed-box .post-img img {
    height: 350px;
    object-fit: cover;
}

/* ------like comment detail----- */
#feed-sec .post-action-det .like a {
    background: var(--color2);
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--color4)
}

#feed-sec .post-action-det .like a:hover {
    background: var(--color4);
    color: #fff
}

#feed-sec .post-action-det .cmnt a {
    text-transform: initial;
}

#feed-sec .post-action-det .post-action {
    border-bottom: 1px solid var(--grey1);
}

#feed-sec .post-action-det {
    border-bottom: 2px solid#e8e8e8;
}

#feed-sec .feed-options a:hover {
    opacity: 0.9;
    color: #000;
}

#feed-sec .feed-options i {
    font-size: 18px;
}

/* ----###------Fixed Feed----##-- */
#feed-sec {
    /* position: fixed; */
    height: calc(100vh - 169px);
}

#feed-col1,
#feed-col2,
#feed-col3 {
    overflow: auto;
    height: calc(100vh - 190px);
}

#feed-col2::-webkit-scrollbar,
#feed-col1::-webkit-scrollbar,
#feed-col3::-webkit-scrollbar {
    width: 0px;
    height: 14px;
}


/* usman css  */

.test{
    border: 2px solid red !important;
}
.doted_img{
    background-image: url("../images/Group41258.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 33rem;
    /* width: 20rem; */
}
.about_bg_img{
    background-image: url("../images/bg_about.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41rem;
    width: 100%;
}

.img_wid{
    height: auto;
    width: 150px;
    opacity: .5;
}
.img_wid_2{
    height: auto;
    width: 200px;
    opacity: .5;
}
.bg_img_style{
    position: relative;
    /* bottom: 90px; */
}
.img_position{
    position: absolute;
    top: 0px;
    /* left: 0; */
    right: 0;
}

.about_img{
    position: relative;
}
.about_img_1{
    position: relative ;
    top: 115px;
    left: 0px;
    right: 250px
}
.about_img_2{
    position: relative ;
    top: 50px;
    /* left: 130px; */
}

.bg_top{
    background: #f8f8f8;
} 
.btn_bg{
background-color: #ACD4A4;
}
.modal_bg{
background-color: #ACD4A4;

}
.white_space{
    white-space: nowrap;
}
.fs_10px{
    font-size: 10px;
}
/* .fs_14px{
    font-size: 14px;
} */

.meetTeam_bg_img{
    background-image: url("../images/meetTeam.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 27rem;
    /* width: 100%; */
}


/* usman css end */

/* ================================
        Media Queries
================================= */
@media screen and (max-width: 1200px) {

    .hero-con,
    .hero-slider-main {
        width: calc(50% - 15px)
    }

    .hero-slider .hero-slide-con {
        padding: 40px 40px;
    }

    /* ----blog------ */
    .blog-posts-sec {
        width: calc(55% - 15px)
    }

    .hero-slider-main.blog-slider-main {
        width: calc(45% - 15px)
    }

    /* -----dash-nav--- */
    .dash-nav-main ul li a {
        font-size: 14px;
    }

    /* ------job-board------- */

    .job-board.new-jobs .job-des {
        width: calc(100% - 0px);
    }

    .job-board.new-jobs .task-img {
        max-width: 140px;
        width: 100%;
    }

    .job-board .person {
        order: 1
    }

    .job-board .task-img {
        order: 2
    }

    .job-board .job-des {
        order: 4
    }

    .job-board .stu-det {
        order: 3
    }
}

@media screen and (max-width: 992px) {
    .navbar-main .nav-menu li {
        padding: 0 7px;
    }

    .navbar-main .nav-menu li a,
    .navbar-main .sign-btns a {
        font-size: 15px;
    }

    /* --------hero-------- */
    .hero-con,
    .hero-slider-main {
        width: calc(100% - 0px)
    }

    .hero-box-main,
    .blog-main,
    .catg-main,
    .about-h-right,
    .frl-sec-main {
        max-width: 800px;
        margin: 0 auto;
    }

    /* ----blog------ */
    .blog-posts-sec,
    .hero-slider-main.blog-slider-main {
        width: calc(100% - 0px);
    }

    .blog-main {
        flex-direction: column;
        height: 100%;
    }

    .blog-posts-sec {
        height: 565px;
    }

    /* -----dash-nav--- */
    .dash-nav-main ul li a {
        padding: 10px 10px;
    }

    /* -------notification-box----- */
    .not-box .date-main {
        flex-wrap: wrap;
    }

    .not-box .date-main .date-box {
        max-width: 100%;
        width: 100%;
    }

    .not-box .date-main>p {
        width: calc(100% - 0px)
    }

    /* ----task---- */
    .task-sec .task-box .task-img {
        height: 200px;
    }

    /* --------news-------- */
    /* .dash-blog .blog-posts-sec {
        height: calc(100vh - 263px);
    } */

    /* --------new-jobs------- */

    .new-jobs .job-des {
        width: calc(100% - 0px);
    }

    .job-board.new-jobs .stu-det {
        width: 100%;
    }

    /* ---photo gallery---- */
    .stu-profile .photo-gallery .photo {
        width: calc(33.33% - 16px);
    }

    /* ---------------Feed hive--------- */
    #feed-sec {
        height: auto;
    }

    #feed-col1 {
        order: 1
    }


    #feed-col2 {
        order: 3
    }


    #feed-col3 {
        order: 2
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        /* font-weight: 600; */
    }

    .navbar-main .nav-menu ul {
        margin-top: 40px;
    }

    .navbar-main .nav-menu li {
        display: block;
        padding: 0;
        margin: 25px 0;
    }

    .navbar-main .nav-menu li a {
        font-size: 18px;
    }

    .nav-menu-main {
        display: none;
        height: calc(100vh - 74px);
    }

    .close-icon {
        display: none;
    }

    /* --------accordion------- */
    ul.accordion-list {
        width: calc(100% - 0px);
    }

    /* ---------dash-nav---- */
    .dash-nav-main>div:nth-of-type(1) {
        order: 1
    }

    .dash-nav-main>div:nth-of-type(2) {
        order: 3
    }

    .dash-nav-main>div:nth-of-type(3) {
        order: 2
    }

    .dash-nav-main ul li a {
        padding: 10px 17px;
        font-size: 16px;
    }

    .dash-nav-sec .dash-nav {
        border-top: 1px solid #e5e5e5;
        padding-top: 15px
    }

    .dash-close {
        display: none;
    }

    .dashboard-main .dash-sidebar {
        min-height: calc(100vh - 205px);
        z-index: 10;
        display: none;
        margin-top: 190px
    }

    .dashboard-main .dash-content {
        width: calc(100% - 0px);
        margin-top: 190px;
        left: 0;
    }

    /* ---------news------ */
    /* .dash-blog .blog-posts-sec {
        height: calc(100vh - 360px);
    } */

    .task-sec.dash-blog {
        height: calc(100vh - 270px);
    }

    .job-board.new-jobs .task-img {
        max-width: 100%;
        height: 250px;
    }

    /* --profile-set--- */

    .profile-set .profile-det-right {
        width: calc(100% - 00px);
    }

    .profile-set .profile-left {
        margin-left: auto
    }

    /* ---photo gallery---- */
    .stu-profile .photo-gallery .photo {
        width: calc(25% - 16px);
    }

    #feed-sec .profile-left {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .my-container {
        padding: 0 15px;
    }

    .hero-slider .hero-slide-con {
        padding: 30px 30px;
    }

    /* ----footer------ */
    .ftr-main p,
    .ftr-main li,
    .ftr-main .h5 {
        text-align: center;
    }

    .ftr-main .input-field {
        margin: 0 auto
    }

    .ftr-main a,
    .ftr-main .social {
        justify-content: center;
    }

    /* ----dash-nav------ */
    .dash-nav-main ul li a {
        padding: 10px 12px;
        font-size: 14px;
    }

    /* ---photo gallery---- */
    .stu-profile .photo-gallery .photo {
        width: calc(33.33% - 16px);
    }
    .fs_10px{
        font-size: 10px;
    }
    .fs_14px{
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .blog-post-main::-webkit-scrollbar {
        width: 10px;
    }

    .blog-post-main::-webkit-scrollbar-thumb {
        border: 2px solid #fff;
    }

    .blog-post-box {
        flex-direction: column;
    }

    .blog-posts-sec .post-img {
        margin-bottom: 15px;
    }

    /* --dash-nav- */
    .profile {
        width: 100%;
        margin-top: 10px;
    }

    /* .profile-main {
        flex-wrap: wrap;
    } */

    .dash-nav-main ul li a {
        padding: 10px 12px;
        font-size: 12px;
    }

    .dashboard-main .dash-sidebar {
        margin-top: 210px;
        max-width: calc(100% - 30px);
    }

    .dashboard-main .dash-content {
        margin-top: 210px;
        width: calc(100% - 0px);
    }

    .profile-main .space-line {
        display: none !important;
    }

    /* ---photo gallery---- */
    .stu-profile .photo-gallery .photo {
        width: calc(50% - 16px);
    }


    .task-sec.dash-blog {
        height: calc(100vh - 290px);
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 24px;
    }.h2-lead {
        font-size: 24px;
    }
    .h2 {
        font-size: 22px;
    }

    .hero-slider .hero-slide-con {
        padding: 30px 22px;
    }

    .dash-nav-main ul li a {
        padding: 10px 7px;
        font-size: 10px;
    }

    .dash-close i,
    .dash-togg i {
        font-size: 20px;
    }

    .profile .person-img {
        margin-right: 8px !important;
    }

    .dash-nav-sec .profile span.b-name {
        font-size: 14px;
    }

    .job-board.new-jobs .task-img {
        height: 200px;
    }
}

@media screen and (max-width: 360px) {

    .dash-nav-sec .row>* {
        padding-left: 3px;
        padding-right: 3px;
    }

    .job-board .stu-det-main p {
        word-break: break-all;
    }

    /* ---photo gallery---- */
    .stu-profile .photo-gallery .photo {
        width: calc(100% - 0px);
    }
}

@media screen and (min-width: 768px) {
    .dashboard-main .dash-sidebar {
        display: block !important;
    }
  
}
.trophy-img {
    max-width: 100%;
    height: 20px;
    width: 25px;
    margin-right: 5px;
    border-radius: 0 !important;
}
.fc .fc-toolbar{
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    flex-wrap: wrap;
  }
.fc-header-toolbar .fc-toolbar-chunk div{
    display: flex;
    align-items: center;
    justify-content: center;

}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-group{
    background-color: #ACD4A4;
    padding: 5px;
    border-radius: 5px;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-group button{
    border:none;
    background-color: transparent;
    color: black;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-button-active{
    background-color: white;
    color: #579B4A;
    border-radius: 5px;
    box-shadow: none !important;
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
    color: #9D9D9D;
    border: 2px solid #E1E1E1;
    padding: 5px 25px 3px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 0 10px #E1E1E1;
}
.fc-prev-button, .fc-next-button {
    border: 1px solid #C8CF66 !important;
    border-radius: 100%!important;
    background-color: transparent !important;
    color: #C8CF66 !important;
    height: 40px;
    width: 45px;
    margin: 0 20px !important;
}
.fc-prev-button:focus, .fc-next-button:focus {
    box-shadow: none !important;
}
.create-event-modal,
.view-event-modal{
    display: none;
}
.create-event-modal .event-content, 
.view-event-modal .view-event-content {
    position: fixed;
    top: 30%;
    right: 0;
    left: 27%;
    bottom: 0;
    z-index: 11;
    background: #fff;
    max-width: 600px;
    height: fit-content;
    box-shadow: 0 0 25px 0 #D6D6D6;
    border-radius: 15px;
}
.create-event-modal .event-content .top,
.view-event-modal .view-event-content .top{
    background: #ACD4A4;
    padding: 10px 25px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}      
.create-event-modal .event-content .top .cross,
.view-event-modal .view-event-content .top .vcross {
    background: transparent;
    outline: none;
    border: none;
    color: #579B4A;
    font-size: 24px;
    position: absolute;
    top: -15px;
    right: 20px;
}
.create-event-modal .event-content .middle {
    padding: 10px 25px;
}
.create-event-modal .event-content input,
.create-event-modal .event-content select,
.create-event-modal .event-content .middle .second-row textarea {
    text-transform: none;
    font-size: 14px;
    width: 46%;
    padding: 5px;
    border: 1px solid #ACD4A4;
    margin: 5px;
    border-radius: 5px;
    outline: none;
}
.create-event-modal .event-content .middle .second-row textarea {
    width: 94.5%;
    height: 100px;
}
.create-event-modal .event-content .middle .first-row input::placeholder,
.create-event-modal .event-content .middle .second-row textarea::placeholder {
    color: #000000;
}
.create-event-modal .event-content .bottom {
    padding: 0 25px 10px;
    margin: 0 5px;
}
.create-event-modal .event-content .bottom input,
.create-event-modal .event-content .bottom label{
    text-transform: none;
    font-size: 14px;  
    width: auto;
}

.create-event-modal .event-content .bottom input:first-of-type{
    margin-left: 0;
}

.create-event-modal .event-content .bottom .first-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.create-event-modal .event-content .bottom .first-row .input {
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.create-event-modal .event-content .bottom .first-row .input:first-of-type {
    margin-left: 5px;
} 
.create-event-modal .event-content .bottom .second-row .create{
    background: #ACD4A4;
    outline: none;
    border: none;
    width: 75%;
    padding: 10px;
    margin: 20px 0 30px;
    border-radius: 10px;
}
.view-event-modal .view-event-content{
    max-width: 480px;
}
.view-event-modal .view-event-content .middle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px;
    margin: 15px 0;
}.view-event-modal .view-event-content .middle .icon-img{
    height: 22px;
    width: 22px;
    max-width: 100%;
    margin: 12px;
}
.view-event-modal .view-event-content .middle p{
    font-size: 18px;
    vertical-align: middle;
}
.view-event-modal .view-event-content .bottom{
    padding: 10px 30px 40px;
}
.view-event-modal .view-event-content .bottom .h3{
    color: #579B4A;
    font-size: 20px;
}
.view-event-modal .view-event-content .bottom .h4{
    font-size: 18px;
}
.view-event-modal .view-event-content .bottom p{
    font-size: 14px;
}


.showingpopop{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
body.loadingpopop{
    overflow: hidden;
}
body.loadingpopop .showingpopop{
    display: block;
}


@media screen and (max-width: 768px) {
    .create-event-modal .event-content,
    .view-event-modal .view-event-content {
        top: 25%;
        left: 10%;
    }
    .fc .fc-toolbar{
        justify-content: center !important;
    }
    .fc-header-toolbar .fc-toolbar-chunk .fc-button-group{
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 480px) {
    .create-event-modal .event-content,
    .view-event-modal .view-event-content {
        top: 20%;
        left: 5%;
    }
    .fc .fc-toolbar-title {
        font-size: 18px !important;
    }
    .fc-prev-button, .fc-next-button {
        height: 30px !important;
        width: 33px !important;
        font-size: 14px !important;
    }
    .fc-prev-button .fc-icon, .fc-next-button .fc-icon{
        height: auto !important;
        width: auto !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 360px) {
    .fc .fc-toolbar-title {
        font-size: 16px !important;
    }
    .fc-prev-button, .fc-next-button{
        margin: 0 10px !important;
    }
}
.createNew{
    position: absolute;
    bottom: 15px;
    width: 80%;
    text-align: center;
    left: 25px;
    right: 0;
    color: #579B4A;
    border: 2px solid #579B4A;
    border-radius: 25px;
    padding: 10px;
    font-weight: 500;
}
.createNew:hover, .createNew.active{
    background-color: #579B4A;
    color:white; 
    box-shadow: 0 10px 10px -5px #D0D15C;
}
.createNewTask label{
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.createNewTask input::placeholder,
.createNewTask textarea::placeholder{
    color: #484848;
}
.createNewTask input:focus,
.createNewTask textarea:focus,
.createNewTask input,
.createNewTask textarea{
    width: 100%;
    border: 2px solid #707070;
    border-radius: 5px;
    padding: 5px;
    color: #484848;
    outline: none;
}
.createNewTask textarea{
    height: 150px;
}
.limit p{
    background: #D4E5D1;
    color: #579B4A;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
}
#plus-box{
    width: 150px;
    padding: 15px 0;
}
#output-preview{
    max-width: 100%;
    height: 150px;
    width: 150px;
    border-radius: 10px;
}
#file-btn {
    display: inline;
    border: 1px solid #BFD27F;
    background-color: #ACD4A4;
    color: #484848;
    padding: 10px 25px;
    border-radius: 10px;
}
.filename{
    color: #484848;
    font-size: 14px;
    margin-left: 5px;
}
.post-job{
    background: #ACD4A4;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 10px;
}
.go-back {
    background-color: #ACD4A4;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    border-radius: 10px;
}
.all-responses .first-row{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px dashed #16243D;
}

.all-responses .first-row .img{
    height: 150px;
    width: 150px;
}
.all-responses .first-row .content{
    width: 70%;
    font-size: 14px;
}
.all-responses .first-row .img img{
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.all-responses .first-row .date{
    color:#579B4A
}
.all-responses .responses .response-box {
    box-shadow: 0 0 5px #bfbfbf;
    padding: 15px;
    margin: 15px 5px;
    border-radius: 10px;
}
.all-responses .responses .response-box .inner-box{
    display: flex;
    position: relative;
}
.all-responses .responses .response-box .top{
    color:#579B4A;
    
}
.all-responses .responses .response-box .top .usd{
    background-color: #D3E5D0;
    padding: 5px 10px;
    border-radius: 7px;
}

.all-responses .responses .response-box .left{
    height: 70px;
    width: 70px;
}
.all-responses .responses .response-box .left img{
    height: 70px;
    width: 70px;
    border-radius: 5px;
}
.all-responses .responses .response-box .middle .username{
    color:#579B4A;
    font-size: 16px;
    font-weight: 500;
}
.all-responses .responses .response-box .middle  .detail {
    font-size: 14px;
    margin: 5px 0 25px 0;
}
.all-responses .responses .response-box .right{
    position: absolute;
    right: 0;
    bottom: 0;
}

.all-responses .responses .response-box .right .right-btn{
    background-color: #ACD4A4;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}
.cborder{
        border: 2px solid #878787 !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}
body{
    word-break: break-all;
}