@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700,900&display=swap");
/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_extends.scss */
.tagInput_field .bootstrap-tagsinput .badge,
.radio_custom input[type="radio"]:checked + label::before,
.help_area .accordion .card .card-header h2 a {
    background-image: linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -moz-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
}

/* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_extends.scss */
.primary_btn_1,
.primary_btn_2,
.primary_btn_3:hover,
.gray_btn:hover,
.showcas_gray_btn:hover,
.gray_btn_round:hover,
.gray_btn_square:hover,
.showcase_item_tab .nav a.active,
footer.footer .footer_widget .social_links li a:hover,
.tabs_lists li a:hover,
.switch_toggle .slider:before,
.switch_toggle_border .slider:before,
.checkbox_custom input[type="checkbox"]:checked + label,
.checkbox_custom2 input[type="checkbox"]:checked + label {
    background-image: linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -moz-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
}

.tabs_lists .active {
    background-image: linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -moz-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );

    color: white;
}

/**************** common css start ****************/
/* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
}

@media (min-width: 1200px) {
    /* line 12, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .container {
        max-width: 1310px;
    }
}

/* line 16, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.br_5 {
    border-radius: 5px;
}

/* line 21, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
::-webkit-input-placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
::-moz-placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 31, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
:-ms-input-placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 36, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
::-ms-input-placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
::placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 48, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.message_submit_form:focus {
    outline: none;
}

/* line 51, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
input:hover,
input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form-control {
    border-color: #bbc1c9;
}

/* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form-control:focus {
    box-shadow: 0 0 0 0rem transparent !important;
    border-color: #bbc1c9;
}

/* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.dropdown-menu {
    margin: 0;
    padding: 0;
}

/* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_padding {
    padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 575.98px) {
    /* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

/* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.padding_top {
    padding-top: 120px;
}

@media (max-width: 991.98px) {
    /* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .padding_top {
        padding-top: 80px;
    }
}

/* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.padding_bottom {
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .padding_bottom {
        padding-bottom: 80px;
    }
}

/* line 107, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 110, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
a:hover {
    text-decoration: none;
}

/* line 116, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

/* line 122, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
h2 {
    font-size: 30px;
}

/* line 125, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
h3 {
    font-size: 26px;
}

/* line 128, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
h4 {
    font-size: 20px;
}

/* line 131, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

/* line 136, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
p {
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 0px;
    color: #9c9c9c;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

/* line 145, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: none;
    border: 0 !important;
    border: 1px solid #eae4f8 !important;
}

/* line 156, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.p_30 {
    padding: 30px;
}

@media (max-width: 991.98px) {
    /* line 156, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .p_30 {
        padding: 20px;
    }
}

/* line 162, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.p_20 {
    padding: 20px;
}

/* line 165, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.p_15 {
    padding: 20px 20px 15px;
}

/* line 168, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pb_20 {
    padding-bottom: 20px;
}

/* line 171, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_60 {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    /* line 171, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mt_60 {
        margin-top: 30px;
    }
}

/* line 177, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_25 {
    margin-top: 25px;
}

/* line 181, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_30 {
    margin-top: 30px;
}

/* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_10 {
    margin-top: 10px;
}

/* line 188, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_15 {
    margin-top: 15px;
}

/* line 191, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ml_10 {
    margin-left: 10px;
}

/* line 194, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ml_15 {
    margin-left: 15px;
}

/* line 197, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_15 {
    margin-bottom: 15px;
}

/* line 200, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_20 {
    margin-bottom: 20px !important;
}

/* line 203, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_25 {
    margin-bottom: 20px;
}

/* line 206, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_26 {
    margin-bottom: 26px;
}

/* line 209, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_22 {
    margin-bottom: 22px !important;
}

/* line 212, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_30 {
    margin-bottom: 30px;
}

/* line 215, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_50 {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    /* line 215, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mt_50 {
        margin-top: 25px;
    }
}

/* line 221, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_20 {
    margin-top: 20px;
}

/* line 224, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_10 {
    margin-bottom: 10px !important;
}

/* line 228, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
th:focus,
td:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/* line 232, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
table.dataTable tbody th,
table.dataTable tbody td {
    vertical-align: middle;
}

/* line 235, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_40 {
    margin-top: 40px;
}

/* line 238, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_bg {
    background-color: #eae4f8;
}

/* line 241, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 252, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* line 259, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #e4e8ec;
}

/* line 270, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_tittle {
    text-align: center;
}

/* line 272, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_tittle h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 33px;
}

@media (max-width: 991.98px) {
    /* line 272, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_tittle h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    /* line 272, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_tittle h2 {
        font-size: 30px;
    }
}

/* line 284, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_tittle p {
    margin-bottom: 72px;
}

@media (max-width: 991.98px) {
    /* line 284, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_tittle p {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 284, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_tittle p {
        margin-bottom: 50px;
    }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 295, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
/* line 302, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #9c9c9c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}

/* line 317, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_checkbox span {
    padding: 0 !important;
}

/* line 323, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.custom_checkbox tr th:first-child,
.custom_checkbox tr td:first-child {
    padding: 16px 0 16px 0 !important;
}

/* line 328, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select {
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 0px solid transparent;
    font-weight: 500;
}

/* line 334, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select:after {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 9px;
    width: 9px;
    top: 42%;
    right: 20px;
}

/* line 343, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select:focus {
    border: 0 !important;
}

/* line 346, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select.number {
    width: 66px;
    padding: 9px 14px;
}

/* line 352, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select .list {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border-top: 2px solid #55328b;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 359, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice_Select .list .option {
    color: #000;
}

/* line 363, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice-select .option.selected {
    font-weight: 400;
}

/* line 366, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eae4f8;
}

/* line 370, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.white_box {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    /* line 370, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 370, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 370, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 370, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box {
        padding: 30px 20px;
    }
}

/* line 386, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.white_box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991.98px) {
    /* line 386, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 386, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .white_box h3 {
        margin-bottom: 10px;
    }
}

/* line 398, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.white_box h3 span {
    font-weight: 300;
    color: #9c9c9c;
}

/* line 404, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.progress-bar {
    text-align: right;
    padding-right: 8px;
}

/* line 410, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .btn {
    border: 1px solid #f1f2f3;
    background-color: #eae4f8;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px;
}

/* line 418, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .btn_1 {
    padding: 11px 20px;
}

/* line 421, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "\e64b";
    border-top: none;
    font-family: "themify";
    font-size: 10px;
}

/* line 430, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .dropdown-menu {
    min-width: auto;
    background-color: #000;
    min-width: 102px;
    left: 0 !important;
    border-radius: 0 0 5px 5px;
    top: -2px !important;
    padding: 17px 0;
}

/* line 438, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 7px 20px;
    padding: 7px 20px;
    color: #fff;
}

/* line 448, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .left_arrow:hover {
    background-color: transparent;
    padding-left: 38px;
}

/* line 452, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cu_dropdown .left_arrow:after {
    left: 18px;
    top: 11px;
}

/* line 459, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.show .btn {
    background-color: #55328b;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

/* line 464, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.show .dropdown-toggle::after {
    transform: rotate(180deg);
    color: #fff;
}

/* line 471, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch {
    -webkit-appearance: none;
    background-color: gray;
    border-radius: 43px;
    position: relative;
    cursor: pointer;
    padding: 14px 25px !important;
    margin-right: 20px;
    height: 30px;
}

/* line 480, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch::after {
    top: 6px;
    left: 6px;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #55328b;
    position: absolute;
    border-radius: 100%;
    transition: 1s;
}

/* line 491, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch:checked {
    background-color: #55328b !important;
}

/* line 493, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch:checked::after {
    background-color: #fff !important;
}

/* line 496, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch:checked::after {
    transform: translateX(25px);
}

/* line 500, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.switch:focus {
    outline-color: transparent;
}

/* line 504, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.menu_bropdown {
    display: inline-block;
}

/* line 506, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.menu_bropdown .dropdown-menu {
    min-width: 168px !important;
    right: 0;
}

@media (max-width: 991.98px) {
    /* line 511, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .sidebar_widget {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 511, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .sidebar_widget {
        margin-top: 0;
    }
}

/* line 519, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.text_underline {
    color: #000;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 523, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.text_underline:hover {
    color: #000;
    text-decoration: underline;
}

/* line 528, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item {
    margin-top: 11px;
}

/* line 530, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item .single_check_box {
    padding: 15px 0;
    border-bottom: 1px solid #e4e8ec;
}

/* line 533, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item .single_check_box .switch {
    -webkit-appearance: none;
    background-color: transparent;
    padding: 14px 27px !important;
    margin-right: 0;
    border: 1px solid #e4e8ec;
}

/* line 539, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item .single_check_box .switch:after {
    top: 4px;
    width: 20px;
    height: 20px;
}

/* line 545, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked::after {
    background-color: #9c9c9c !important;
    left: 4px;
}

/* line 549, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked {
    background-color: transparent !important;
}

/* line 555, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    margin-top: 17px;
}

@media (max-width: 575.98px) {
    /* line 561, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 561, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    /* line 572, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .ml_10 {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 572, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .ml_10 {
        margin: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 580, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .ml_10 {
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 585, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .single_select_item {
        order: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 585, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .single_select_item {
        order: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 594, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .show-filter-menu {
        order: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 594, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .show-filter-menu {
        order: 1;
    }
}

@media (max-width: 575.98px) {
    /* line 602, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .showcase_item_tab {
        order: 2;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 602, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .showcase_item_tab {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    /* line 616, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header.list_header_flex .showcase_item_tab .nav {
        flex-wrap: nowrap;
    }
}

/* line 620, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header.list_header_flex .showcase_item_tab .nav ul {
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

@media (max-width: 575.98px) {
    /* line 555, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 555, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 555, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header {
        margin-top: 40px;
    }
}

/* line 640, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header p {
    color: #000;
    font-weight: 500;
}

/* line 644, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header .nice_Select {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    /* line 644, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header .nice_Select {
        margin-left: 10px;
    }
}

/* line 650, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header .list_header_filter {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 650, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .list_header .list_header_filter {
        margin-top: 15px;
    }
}

/* line 656, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.list_header .list_header_filter img {
    width: 17px;
    margin-right: 8px;
}

/* line 663, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-content {
    background-color: #eae4f8;
}

/* line 666, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-header {
    padding: 25px 30px;
    align-items: center;
    border-bottom: 0px solid transparent;
    background-color: #fff;
}

/* line 671, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-header h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

/* line 677, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1;
}

/* line 681, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-header .close i {
    font-size: 14px;
    color: #707070;
}

/* line 687, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-body {
    padding: 35px 30px !important;
}

/* line 689, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-body .nice_Select,
.cs_modal .modal-body input {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

/* line 702, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
    line-height: 30px;
}

/* line 704, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-body .nice_Select :after {
    left: 22px;
}

/* line 708, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-body ::placeholder {
    color: #000;
}

/* line 712, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 716, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal_btn .btn_1 {
    flex: 48% 0 0;
    padding: 16px 26px !important;
    margin: 0 5px;
    text-align: center;
}

/* line 723, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.cs_modal .modal-footer {
    border-top: 0px solid transparent;
    padding: 15px 30px 40px;
}

/* line 729, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group {
    display: block;
    width: 100%;
    margin-bottom: 23px;
}

/* line 733, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #707070;
}

/* line 739, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .nice_Select,
.form_box .from_group input,
.form_box .from_group textarea {
    width: 100%;
    display: block;
    background-color: #eae4f8;
    border: 1px solid #f1f2f3;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 10px 20px;
}

/* line 749, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group textarea {
    height: 115px;
    line-height: 27px;
}

/* line 753, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput input {
    border: none !important;
    width: auto !important;
    display: inline-block !important;
    background-color: transparent !important;
}

/* line 759, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
    background-color: transparent !important;
}

/* line 762, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge {
    margin: 0 5px;
    padding: 9px 8px;
    line-height: 12px;
    font-weight: 500;
    font-size: 13px;
}

/* line 769, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .badge-info {
    color: #fff;
    background-color: #2ec9b8;
}

/* line 773, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.form_box .from_group .nice_Select {
    line-height: 30px;
}

/* line 778, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.note-editable {
    background-color: #eae4f8;
}

/* line 782, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.note-btn-group.note-style {
    display: none;
}

/* line 791, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
ul,
ol {
    margin: 0;
    padding: 0;
}

/* line 795, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
li {
    list-style: none;
}

@media (min-width: 1200px) {
    /* line 798, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .plr-30 {
        padding: 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 798, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .plr-30 {
        padding: 0 30px;
    }
}

@media (min-width: 2200px) {
    /* line 798, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .plr-30 {
        padding: 0 175px;
    }
}

@media (max-width: 991.98px) {
    /* line 798, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .plr-30 {
        padding: 0 15px;
    }
}

/* line 817, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.single_field input {
    background: #f6f4ff;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555555;
    border: 0;
    padding: 0 18px;
    width: 100%;
}

/* line 827, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.single_field .nice_Select {
    width: 100%;
    background: #f6f4ff;
    font-size: 13px;
    color: #555;
}

/* line 832, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.single_field .nice_Select .current {
    font-size: 13px;
    font-weight: 300;
    color: #555555;
}

/* line 838, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ml_3px {
    margin-left: 3px;
}

/* line 841, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.section_margin_120 {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    /* line 841, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .section_margin_120 {
        margin-bottom: 40px;
    }
}

/* line 849, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mr_6 {
    margin-right: 6px;
}

/* line 852, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mr_5 {
    margin-right: 5px;
}

/* line 855, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mr_25 {
    margin-right: 25px;
}

/* line 858, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ml_25 {
    margin-left: 25px;
}

/* line 861, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mr_40px {
    margin-right: 40px;
}

/* line 864, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ml_40px {
    margin-left: 40px;
}

/* line 867, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_80 {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    /* line 867, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mb_80 {
        margin-bottom: 40px;
    }
}

/* line 873, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_50 {
    margin-bottom: 50px !important;
}

@media (max-width: 991.98px) {
    /* line 873, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mb_50 {
        margin-bottom: 30px !important;
    }
}

/* line 879, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_40 {
    margin-bottom: 40px !important;
}

@media (max-width: 991.98px) {
    /* line 879, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mb_40 {
        margin-bottom: 25px !important;
    }
}

/* line 885, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mt_46 {
    margin-top: 46px;
}

/* line 888, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_40 {
    padding-top: 35px;
}

@media (max-width: 575.98px) {
    /* line 888, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_40 {
        padding-top: 25px;
    }
}

/* line 894, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_70 {
    padding-top: 70px;
}

@media (max-width: 991.98px) {
    /* line 894, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_70 {
        padding-top: 40px;
    }
}

/* line 900, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_80 {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    /* line 900, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_80 {
        padding-top: 30px;
    }
}

/* line 906, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pb_80 {
    padding-bottom: 80px;
}

@media (max-width: 991.98px) {
    /* line 906, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pb_80 {
        padding-bottom: 40px;
    }
}

/* line 912, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_74 {
    padding-top: 74px;
}

@media (max-width: 991.98px) {
    /* line 912, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_74 {
        padding-top: 40px;
    }
}

/* line 918, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_52 {
    padding-top: 53px;
}

@media (max-width: 991.98px) {
    /* line 918, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_52 {
        padding-top: 22px;
    }
}

/* line 924, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_50 {
    padding-top: 50px;
}

@media (max-width: 991.98px) {
    /* line 924, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .pt_50 {
        padding-top: 30px;
    }
}

/* line 930, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.pt_24 {
    padding-top: 24px;
}

/* line 933, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.mb_36 {
    margin-bottom: 36px;
}

@media (max-width: 991.98px) {
    /* line 933, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .mb_36 {
        margin-bottom: 30px;
    }
}

/* line 940, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.hidden-filter {
    padding-top: 25px;
}

@media (max-width: 991.98px) {
    /* line 940, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
    .hidden-filter {
        padding-top: 0;
    }
}

/* line 948, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ti-heart.liked {
    color: red !important;
}

/* line 951, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
input,
textarea {
    color: #000 !important;
    font-weight: 300 !important;
}

/* line 956, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.ti-heart.liked {
    color: #c037dc !important;
}

/* line 961, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.showcase-noscroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* line 967, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.close_popup {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    line-height: 40px;
    right: 10px;
    background: transparent;
    opacity: 0.6;
    color: #fff;
    font-size: 20px;
}

/* line 979, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_reset.scss */
.close_popup:hover {
    opacity: 1;
}

/**************** common css end ****************/
/******** base color css ********/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1 {
    background-color: #55328b;
    border: 1px solid #55328b;
    color: #fff;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1:hover {
    background-color: #fff;
    border: 1px solid #55328b;
    color: #55328b;
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1.light {
    background-color: rgba(85, 50, 139, 0.1);
    border: 1px solid transparent;
    color: #55328b;
}

/* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1.green {
    background-color: rgba(46, 201, 184, 0.1);
    border: 1px solid transparent;
    color: #2ec9b8;
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1.sm {
    font-size: 12px;
    padding: 6px 15px;
}

/* line 34, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_1.white_btn {
    background-color: #fff;
    color: #000000;
    font-size: 12px;
    border: 0;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_2 {
    color: #55328b;
    border: 1px solid #55328b;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_2:hover {
    background-color: #55328b;
    border: 1px solid #55328b;
    color: #fff;
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_3 {
    color: #000;
    border: 1px solid #e4e8ec;
    display: inline-block;
    padding: 11px 27px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_3:hover {
    background-color: #55328b;
    border: 1px solid #55328b;
    color: #fff;
}

/* line 79, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_4 {
    display: inline-block;
    border: 1px solid #e4e8ec;
    border-radius: 5px;
    color: #9c9c9c;
    text-align: center;
    padding: 9px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 90, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.btn_4:hover {
    background-color: #55328b;
    border: 1px solid #55328b;
    color: #fff;
}

/* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.sm_btn {
    line-height: 15px;
    background-color: #fff;
    height: 34px;
    padding: 9px 20px;
    color: #212e40;
    width: 150px;
    text-transform: capitalize;
    border: 1px solid #e8e8e8;
}

/* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.dropdown-toggle:hover {
    background-color: transparent;
    color: #fff;
}

/* line 110, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.view_archive_btn {
    border: 1px solid #e4e8ec;
    color: #9c9c9c;
    padding: 16px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.view_archive_btn i {
    margin-right: 15px;
}

/* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.view_archive_btn:hover {
    color: #55328b;
    border: 1px solid #55328b;
}

/* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.white_btn2 {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 14.5px 30px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
}

/* line 140, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.white_btn2 i {
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    position: relative;
    top: 5px;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 149, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.white_btn2:hover {
    color: #000;
}

/* line 152, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.white_btn2:hover i {
    color: #000;
}

/* line 159, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.sm_btn_2 {
    line-height: 21px;
    background-color: #ffffff;
    height: 40px;
    padding: 9px 20px;
    color: #000000;
    width: 175px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400 !important;
    border: 1px solid #eae4f8;
}

/* line 176, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.nice-select.nice_Select.sm_btn_2 {
    border: 1px solid #eae4f8 !important;
}

/* line 180, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1 {
    display: inline-block;
    border-radius: 5px;
    color: #9c9c9c;
    text-align: center;
    padding: 10px 25px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    white-space: nowrap;
    border: 0;
}

/* line 194, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1.large_gradient {
    font-weight: 500;
    color: #fff;
    padding: 15px 40px;
}

/* line 199, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1.large_gradient2 {
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
}

/* line 204, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1.large_gradient3 {
    font-weight: 400;
    color: #fff;
    padding: 15px 30px;
}

/* line 209, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1:focus {
    outline: none;
}

/* line 212, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1 i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

/* line 217, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1:hover {
    color: #fff;
}

/* line 220, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_1:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 225, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_2 {
    display: inline-block;
    border-radius: 5px;
    color: #9c9c9c;
    text-align: center;
    padding: 15px 25px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    white-space: nowrap;
    border: 0;
}

/* line 239, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_2 i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

/* line 244, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_2:focus {
    outline: none;
}

/* line 247, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_2:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff;
}

/* line 253, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3 {
    display: inline-block;
    border-radius: 3px;
    color: #9c9c9c;
    text-align: center;
    padding: 10px 25px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    color: #000;
    white-space: nowrap;
}

/* line 266, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3 i {
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

/* line 271, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3.small_1 {
    padding: 10px 21px;
    font-weight: 400;
}

/* line 274, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3.small_1 i {
    color: #cccccc;
    margin-right: 6px;
}

/* line 279, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3.small_2 {
    padding: 6px 21px;
}

/* line 281, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3.small_2 i {
    color: #cccccc;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

/* line 288, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3:hover {
    color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 292, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.primary_btn_3:hover i {
    color: #fff;
}

/* line 298, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn {
    background: #eae4f8;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    cursor: pointer;
}

/* line 309, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff !important;
}

/* line 314, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn.gray_btn_large {
    padding: 9.5px 19px;
}

/* line 317, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn.gray_btn_large2 {
    padding: 11.75px 25px;
    font-weight: 400;
}

/* line 321, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn.gray_btn_large3 {
    font-weight: 400;
    color: #555555;
    padding: 16px 30px;
    font-size: 12px;
}

/* line 328, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.showcas_gray_btn {
    background: #f0ecf7;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    cursor: pointer;
}

/* line 339, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.showcas_gray_btn:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff !important;
}

/* line 345, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn_round {
    background: #eae4f8;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}

/* line 358, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn_round:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff;
}

/* line 365, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn_square {
    background: #fcfbff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #555555;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
}

/* line 378, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.gray_btn_square:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff;
}

/* line 385, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.loadmore {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    border: 1px solid #f0ecf7;
    border-radius: 3px;
    padding: 14px 25px;
    display: inline-block;
}

/* line 393, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.loadmore:hover {
    background: #f0ecf7;
    color: #000;
}

@media (max-width: 991.98px) {
    /* line 385, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .loadmore {
        padding: 12px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 401, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .tab_upper {
        position: relative;
        order: 1;
        overflow: hidden;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 401, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .tab_upper {
        position: relative;
        order: 1;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
}

/* line 415, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper #left-button,
.tab_upper #right-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

@media only screen and (min-width: 767.98px) {
    /* line 415, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .tab_upper #left-button,
    .tab_upper #right-button {
        display: none;
    }
}

/* line 429, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper #left-button i,
.tab_upper #right-button i {
    font-size: 15px;
    line-height: 40px;
}

/* line 434, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper #right-button {
    right: 0;
    left: auto;
}

/* line 439, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper {
    overflow-y: hidden;
    overflow-y: hidden;
}

/* line 444, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.showcase_item_tab {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    /* line 444, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .showcase_item_tab {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 444, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .showcase_item_tab {
        margin: 15px 0;
    }
}

/* line 455, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.showcase_item_tab .nav a {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 5px;
    padding: 4.5px 14px;
    display: inline-block;
    margin: 0 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 455, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .showcase_item_tab .nav a {
        padding: 4.5px 8px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 455, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .showcase_item_tab .nav a {
        margin: 5px 0;
    }
}

/* line 471, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.showcase_item_tab .nav a.active {
    color: #fff;
}

/* line 480, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.save_btn {
    font-size: 14px;
    font-weight: 500;
    color: #7c32ff;
    display: inline-block;
    border: 1px solid #ded7eb;
    border-radius: 5px;
    padding: 0px 18px;
    height: 40px;
    line-height: 39px;
}

@media (max-width: 575.98px) {
    /* line 480, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
    .save_btn {
        padding: 0px 12px;
        font-size: 12px;
    }
}

/* line 494, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.save_btn:hover {
    border: 1px solid transparent;
    background: #ded7eb;
    color: #7c32ff;
}

/* line 502, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.heart_btn {
    font-size: 14px;
    font-weight: 500;
    color: #7c32ff;
    display: inline-block;
    border: 1px solid #ded7eb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* line 513, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.heart_btn:hover {
    border: 1px solid transparent;
    background: #ded7eb;
    color: #7c32ff;
}

/* line 520, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

/* line 525, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper #left-button {
    opacity: 0;
}

/* line 530, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.tab_upper:hover #left-button {
    opacity: 1;
}

/* line 534, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_button.scss */
.nice-select.nice_Select.sm_btn_2.m-0.open {
    border: 1px solid #eae4f8 !important;
}

/******** header css here *********/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner {
    padding: 27px 30px;
    position: relative;
    top: 0;
    z-index: 99;
}

@media (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .main_menu_wrapper {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media (min-width: 1440px) and (max-width: 1530.98px) {
    /* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper {
        flex-basis: 47%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    /* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    /* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    }
}

/* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .main_menu_wrapper .logo {
    margin-right: 35px;
    display: inline-block;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .logo {
        margin-right: 20px;
    }
}

@media (min-width: 0px) and (max-width: 991.98px) {
    /* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .logo {
        position: absolute;
        left: 58px;
    }
}

@media (min-width: 0px) and (max-width: 991.98px) {
    /* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .main_menu {
        display: none !important;
    }
}

/* line 78, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .main_menu_wrapper .main_menu ul li {
    display: inline-block;
}

/* line 81, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner
    .showcase_main_menu
    .main_menu_wrapper
    .main_menu
    ul
    li:last-child
    a {
    padding-right: 0;
}

/* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .main_menu_wrapper .main_menu ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 0 13px;
    display: inline-block;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .main_menu ul li a {
        padding: 0 6px;
    }
}

@media (min-width: 1600px) and (max-width: 1650.98px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .main_menu ul li a {
        padding: 0 10px;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .main_menu_wrapper .main_menu ul li a {
        padding: 0 5px;
    }
}

/* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .menu_left_wrap {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .menu_left_wrap {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    /* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .menu_left_wrap {
        display: none !important;
    }
}

/* line 117, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .menu_right_wrap {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

/* line 121, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .menu_right_wrap .member_ship a {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    border-bottom: 2px solid #c4bfd0;
    white-space: nowrap;
}

/* line 127, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .showcase_main_menu .menu_right_wrap .member_ship a:hover {
    color: #c037dc !important;
}

@media (max-width: 575.98px) {
    /* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .menu_right_wrap .member_ship {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .menu_right_wrap .member_ship {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .showcase_main_menu .menu_right_wrap .member_ship {
        display: none;
    }
}

/* line 143, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .primary_btn_1 {
    margin: 0 19px 0 30px;
    /*padding: 13px 25px;*/
}

@media (max-width: 575.98px) {
    /* line 143, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .header_iner .primary_btn_1 {
        display: none;
    }
}

/* line 150, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .notification_wrap {
    margin-right: 20px;
    margin-left: 10px;
}

/* line 157, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.header_iner .notification_wrap .notification i {
    color: #b1b1b1;
    position: relative;
    font-size: 18px;
    margin: 0 10px;
}

/* line 167, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info {
    position: relative;
}

/* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info img {
    max-width: 45px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
    .profile_info img {
        max-width: 30px;
    }
}

/* line 177, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: right;
    width: 215px;
    padding: 33px 30px 30px 20px;
    opacity: 0;
    visibility: hidden;
    top: 65px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 2px solid #000;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* line 190, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_iner a {
    display: block;
}

/* line 194, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_iner p {
    font-size: 12px;
    font-weight: 300;
}

/* line 198, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_iner h5 {
    font-size: 12px;
    color: #fff;
}

/* line 204, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 65px;
}

/* line 214, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_details a {
    color: #707070;
    font-size: 12px;
    display: block;
    padding: 10px 0;
}

/* line 221, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_details a:hover i {
    color: #55328b;
}

/* line 226, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.profile_info .profile_info_details i {
    color: #cccccc;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 235, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_header.scss */
.sidebar_icon i {
    font-size: 20px;
}

/******** header css end *********/
/************ sidebar css here ************/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar {
    background-color: #fff;
    min-height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    padding-bottom: 50px;
    position: fixed;
    width: 15.5%;
    z-index: 999;
    left: -280px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 280px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar {
        width: 20%;
    }
}

/* line 22, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .logo {
    padding: 40px 30px 45px 30px;
}

@media (max-width: 991.98px) {
    /* line 22, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar .logo {
        padding: 30px;
    }
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle {
    padding: 15px 30px;
}

/* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
    font-size: 13px;
    margin-right: 21px;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 38, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

/* line 44, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
    background-color: #f4f1fb;
}

/* line 46, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
    color: #55328b;
}

/* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover a {
    color: #000;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_menu_item {
    padding-left: 36px;
    margin: 6px 0;
    line-height: 21px;
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
    padding-left: 55px !important;
}

@media (max-width: 991.98px) {
    /* line 64, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .active_sidebar {
        left: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }
}

/* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    color: #bbbec4;
    top: 34px;
    cursor: pointer;
    border: 1px solid #bbbec4;
}

/* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .white_box {
    padding: 30px;
}

@media (max-width: 991.98px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 15px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar_widget .white_box {
        padding: 25px 15px;
    }
}

/* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar_widget .white_box .btn_2 {
        padding: 12px 7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 105, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
    .sidebar_widget .white_box .btn_1 {
        padding: 8px 10px;
        font-size: 11px;
    }
}

/* line 112, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 18px;
}

/* line 117, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range .btn_3 {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300;
}

/* line 122, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range i {
    display: none;
}

/* line 125, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date,
.sidebar_widget .date_range .end_date {
    width: 115px;
}

/* line 127, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date input,
.sidebar_widget .date_range .end_date input {
    width: 100%;
    border: 1px solid #e4e8ec;
    color: #9c9c9c;
    font-size: 13px;
    padding: 11px 20px;
    border-radius: 5px;
    font-weight: 300;
}

/* line 136, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date ::placeholder,
.sidebar_widget .date_range .end_date ::placeholder {
    color: #9c9c9c;
}

/************ sidebar css end ************/
/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.body_content {
    display: flex;
}

/* line 5, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area {
    position: relative;
    width: 230px;
    margin: 0 auto;
}

/* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner input {
    color: #000;
    font-size: 13px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 0;
    padding-left: 73px;
    padding-right: 15px;
}

/* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner input::placeholder,
.serach_field-area .search_inner input:-ms-input-placeholder,
.serach_field-area .search_inner input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #555555;
}

/* line 24, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner input:focus {
    outline: none;
}

/* line 28, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    font-size: 12px;
    border: 0;
    padding-left: 24px;
    padding-right: 16px;
}

/* line 38, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner button i {
    font-size: 12px;
    color: #555555;
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_body_content.scss */
.serach_field-area .search_inner button::before {
    position: absolute;
    width: 1px;
    height: 30px;
    content: "";
    background: #eae4f8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

/******** main content css here *********/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.main_content {
    width: 100%;
    padding-top: 0px;
}

@media (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
    .main_content {
        padding: 0px 0 0 0;
    }
}

/* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.main_content .main_content_iner {
    min-height: 68vh;
}

/* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.address_book_hint p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}

/* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element h4 {
    margin-bottom: 30px;
}

/* line 28, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element .single_quick_activity {
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 38px 30px;
    position: relative;
    padding-left: 115px;
}

@media (max-width: 991.98px) {
    /* line 28, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
    .single_element .single_quick_activity {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 28, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
    .single_element .single_quick_activity {
        margin-bottom: 20px;
    }
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element .single_quick_activity:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

/* line 44, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element .single_quick_activity .quick_activity_icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #f5ecec;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 30px;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element .single_quick_activity .quick_activity_icon img {
    max-width: 30px;
    margin: 0 auto;
}

/* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_main_content.scss */
.single_element .single_quick_activity h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
}

/******** main content css end *********/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.dashboard_part .notification_tab {
    padding: 27px 25px;
    background-color: #f5ecec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p {
    font-size: 16px;
    color: #000;
}

/* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p a {
    color: #55328b;
}

/* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.dashboard_part .hide_icon {
    cursor: pointer;
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.dashboard_part .hide_icon i {
    color: #55328b;
    font-size: 10px;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.white_box {
    padding: 30px;
    background-color: #fff;
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.white_box .white_box_tittle h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    /* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
    .white_box .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .white_box_tittle {
    border-bottom: 1px solid rgba(187, 193, 201, 0.2);
    margin-bottom: 20px;
    padding-bottom: 29px;
}

/* line 45, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .white_box_tittle h4 {
    margin-bottom: 2px;
}

@media (max-width: 991.98px) {
    /* line 45, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
    .chart_box .white_box_tittle h4 {
        margin-bottom: 15px;
    }
}

/* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box p {
    margin-bottom: 29px;
    color: #707070;
}

/* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box label {
    margin-bottom: 0;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .b {
    display: block !important;
}

/* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .toggle {
    position: relative;
    width: 44px;
    height: 22px;
    border-radius: 50px;
    background-color: #bbbec4;
    border: 1px solid #bbbec4;
    overflow: hidden;
}

/* line 74, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

/* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .check:checked ~ .switch {
    right: 5px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s;
}

/* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .switch {
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    height: 13px;
    width: 13px;
    padding: 6px !important;
    margin-right: 0;
}

/* line 108, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .switch:after {
    display: none;
}

/* line 112, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.chart_box .hide {
    display: none !important;
}

/* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table th,
.QA_section .QA_table td {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    color: #000;
    padding: 25px 20px;
}

/* line 127, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content {
    color: #151b26;
    font-size: 13px;
}

/* line 130, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content:hover {
    color: #55328b;
}

/* line 135, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th,
.QA_section .QA_table tbody td {
    color: #9c9c9c;
    font-size: 12px;
    border-top: 1px solid #e8e8e8;
}

/* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr:first-child th,
.QA_section .QA_table tbody tr:first-child td {
    border: 0px solid transparent;
}

/* line 149, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn {
    color: #55328b;
}

/* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn:hover {
    text-decoration: underline;
}

/* line 155, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.QA_section .QA_table .table thead th {
    border-bottom: 0 solid transparent;
    background-color: #eae4f8;
    padding: 17px 20px;
    line-height: 16px;
    border: 0px solid transparent;
}

/* line 167, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.showcase_heading_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}

/* line 173, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_dashboard_part.scss */
.showcase_heading_left p {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_list_part .list_header_filter {
    display: flex;
    align-items: center;
}

/* line 5, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_list_part .list_header_filter .single_select_item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 30px;
}

/* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_list_part .list_header_filter .single_select_item p {
    margin-bottom: 0;
}

/* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_list_part .list_header_filter .single_select_item .nice_Select {
    margin: 0 15px;
}

/* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}

/* line 24, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses p {
    font-size: 12px;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses p span {
    font-weight: 500;
    color: #000;
}

/* line 31, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details {
    display: flex;
}

/* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details img {
    max-width: 193px;
    border-radius: 5px;
}

/* line 37, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details .courses_details_content {
    padding-left: 30px;
}

/* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details .courses_details_content h5 {
    margin-bottom: 2px;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details .courses_details_content h5 a {
    color: #000;
}

/* line 43, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses
    .courses_details
    .courses_details_content
    h5
    a:hover {
    color: #55328b;
}

/* line 48, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details .courses_details_content h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 17px 0 0;
}

/* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_details .courses_details_content h6 i {
    margin-right: 5px;
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_price {
    text-align: center;
    position: relative;
}

/* line 61, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.single_instructior_courses .courses_price .btn_1 {
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 32px;
    line-height: 17px;
}

/* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select {
    position: absolute;
    right: 30px;
    top: 30px;
}

/* line 78, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select .courses_option_content {
    padding: 9px 19px;
    background-color: #000;
    color: #9c9c9c;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform-origin: right top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 128px;
    right: 0;
    top: 20px;
}

/* line 93, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select .courses_option_content :after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    top: -7px;
    right: 8px;
    background-color: #212e40;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* line 103, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select .courses_option_content a {
    display: block;
    padding: 5px 0;
    color: #9c9c9c;
}

/* line 107, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select .courses_option_content a:hover {
    color: #fff;
}

/* line 113, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.custom_select.active .courses_option_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

/* line 120, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_option {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    text-align: right;
}

/* line 125, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.courses_option i {
    text-align: right;
    color: #d9d9d9;
    font-size: 20px;
    cursor: pointer;
}

/* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.pageination_part p {
    color: #000;
}

/* line 136, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.pageination_part .pagination {
    justify-content: flex-end;
}

/* line 139, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.pageination_part .page-link {
    border: 0px solid transparent;
    background-color: transparent;
    color: #000;
    padding: 13px 12px;
    line-height: 14px;
    font-weight: 500;
}

/* line 146, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.pageination_part .page-link.nav_btn {
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 25px;
    border-radius: 5px;
    margin: 0 12px;
    border: 1px solid #fff;
}

/* line 154, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.pageination_part .page-link.nav_btn:hover {
    background-color: #55328b;
    color: #fff;
    border: 1px solid #55328b;
}

/* line 163, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.cs_modal .modal-body {
    padding: 50px;
    text-align: center;
}

/* line 166, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.cs_modal .modal-body h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* line 172, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_list.scss */
.cs_modal .modal-body .btn_1 {
    padding: 11px 26px;
    margin: 0 5px;
}

/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .courses_managment_tittle {
    align-items: center;
    margin-bottom: 30px;
}

/* line 5, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .courses_managment_tittle h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

/* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .courses_managment_tittle h5 span {
    color: #bbbec4;
}

/* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .courses_managment_tittle .custom_select {
    position: relative;
    top: 0;
    right: 0;
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .courses_managment_tittle .custom_select .courses_option {
    position: relative;
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment
    .courses_managment_tittle
    .custom_select
    .courses_option_content {
    transform: translateY(30px);
    z-index: 99;
}

/* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment
    .courses_managment_tittle
    .custom_select.active
    .courses_option_content {
    transform: translateY(20px);
}

/* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .nav-pills .nav-link {
    font-size: 16px;
    padding: 17px 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment .nav-pills .nav-link.active {
    background-color: #55328b;
    color: #fff;
}

/* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .chapter_name {
    display: flex;
    justify-content: space-between;
}

/* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .chapter_name h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

/* line 56, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .chapter_name h5 span {
    color: #9c9c9c;
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .chapter_name .courses_option {
    position: absolute;
    right: 30px;
    top: 34px;
    text-align: right;
}

/* line 67, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_instructior_courses {
    margin-bottom: 30px;
}

/* line 70, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
    background-color: #eae4f8;
    margin-bottom: 15px;
    border-radius: 5px;
}

/* line 78, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part:last-child {
    margin-bottom: 0;
}

/* line 81, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part .chapter_part_content {
    position: relative;
    padding-left: 35px;
}

/* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part .chapter_part_content i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #d9d9d9;
}

/* line 90, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part .chapter_part_content h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 17px;
}

/* line 98, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils .single_chapter_part .chapter_content_btn a {
    color: #000;
    font-size: 12px;
    margin-left: 25px;
    font-weight: 500;
}

/* line 104, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.courses_managment_deatils
    .single_chapter_part
    .chapter_content_btn
    .chapter_btn {
    color: #55328b;
}

/* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_excenge .sm_btn {
    width: auto;
    margin-bottom: 20px;
}

/* line 116, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_excenge .single_chapter_part .chapter_part_content i {
    top: 6px;
}

/* line 119, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_excenge .single_chapter_part .chapter_part_content p a {
    color: #9c9c9c;
    font-weight: 400;
    font-size: 14px;
}

/* line 126, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload {
    /* input file style */
}

/* line 127, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .btn_file_upload {
    color: #fff;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2ec9b8;
}

/* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .btn_file_upload:hover,
.file_upload .btn_file_upload:focus {
    color: #888888;
    border-color: #888888;
}

/* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* line 149, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

/* line 157, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .btn {
    padding: 0px 10px !important;
    border-radius: 5px;
    background-color: #2ec9b8;
    font-size: 14px;
    bottom: 0;
    margin-bottom: 0;
}

/* line 164, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .btn:hover {
    background-color: #55328b;
    color: #fff;
    border: 1px solid #55328b;
}

/* line 170, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_courses_managment.scss */
.file_upload .form-group {
    background-color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

/* line 4, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_form_style.scss */
.form_style .form-group label,
.form_style .form-group p {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 13px;
    color: #9c9c9c;
}

/* line 11, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_form_style.scss */
.form_style .form-group input {
    border: 1px solid #e4e8ec;
    font-size: 13px;
    font-weight: 300;
    color: #9c9c9c;
    padding: 15px 25px;
    background-color: #eae4f8;
    height: auto;
    line-height: 18px;
}

/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .btn_2 {
    padding: 8px 13px;
    margin-left: 30px;
}

/* line 7, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .courses_price .btn_1 {
    padding: 13px 32px;
    line-height: 16px;
    height: auto;
    width: auto;
}

/* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .courses_details span {
    font-size: 16px;
    font-weight: 600;
    color: #9c9c9c;
    margin-top: 3px;
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .courses_duration {
    position: relative;
    padding-left: 25px;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 {
    font-size: 14px;
    margin-bottom: 8px;
}

/* line 29, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 i {
    color: #55328b;
    position: absolute;
    left: 0;
    top: 2px;
}

/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* line 7, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content {
    background-color: #fff;
    padding: 30px;
}

/* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 28px 0 7px;
}

/* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content .btn_1 {
    margin-top: 28px;
}

/* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .nav-tabs {
    border-bottom: 0 solid transparent;
}

/* line 22, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo {
    display: flex;
    align-items: center;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner {
    width: 188px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc1c9;
    border-left: 0px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 35, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:first-child {
    border-left: 1px solid #bbc1c9;
    border-radius: 5px 0 0 5px;
}

/* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:last-child {
    border-radius: 0 5px 5px 0;
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner img {
    max-width: 100px;
}

/* line 45, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner.active {
    border: 1px solid #55328b !important;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group {
    margin-top: 24px;
}

/* line 56, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group input {
    width: 100%;
    background-color: #eae4f8;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    padding: 12px 20px;
}

/* line 64, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group .single_form_item label {
    width: 100%;
    display: block;
}

/* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group .single_form_item input {
    width: auto;
    display: inline-block;
    padding: 12px 20px;
    max-width: 85px;
    color: #9c9c9c;
}

/* line 76, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group #CVV {
    max-width: 118px !important;
}

/* line 79, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.form_group .nice_Select {
    background-color: #eae4f8;
    margin-right: 10px;
    color: #9c9c9c;
}

/* line 86, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_payment_setting.scss */
.checkbox label {
    margin-bottom: 0;
    margin-top: 25px;
    color: #9c9c9c;
    margin-left: 8px;
}

/************** footer css ****************/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer {
    background: #fff;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
    footer.footer {
        padding: 50px 0;
    }
}

/* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget {
    margin-bottom: 100px;
}

@media (max-width: 991.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
    footer.footer .footer_widget {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
    footer.footer .footer_widget {
        margin-bottom: 50px;
    }
}

/* line 16, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_logo {
    margin-bottom: 31px;
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #555555;
}

/* line 27, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_title {
    margin-bottom: 21px;
}

/* line 29, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    white-space: nowrap;
}

/* line 38, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_list li {
    list-style: none;
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .footer_list li a {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    line-height: 42px;
}

/* line 48, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .social_links {
    padding-top: 15px;
}

/* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .social_links li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}

/* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .social_links li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #eae4f8;
    color: #000;
    display: inline-block;
    transition: 0.3s;
}

/* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_widget .social_links li a:hover {
    color: #fff;
}

/* line 75, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_copyRight p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

/* line 80, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_copyRight p a {
    color: #000;
    text-decoration: underline;
}

/* line 83, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_footer.scss */
footer.footer .footer_copyRight p a:hover {
    color: #000;
}

/************** footer css end ****************/
/********* breadcrumd css here **********/
/* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content {
    background-color: #fff;
    padding: 19px 30px;
    line-height: 22px;
}

@media (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content {
        display: block !important;
    }
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .active {
    color: #55328b;
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
    .breadcrumb_content h2 {
        margin-bottom: 15px;
    }
}

/* line 36, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a {
    position: relative;
    color: #9c9c9c;
    padding-left: 30px;
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    clip-path: polygon(0 0, 100% 55%, 0 100%);
    background-color: #9c9c9c;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 51, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child {
    padding-left: 0;
}

/* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
    display: none;
}

/* line 57, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover {
    color: #55328b;
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
    background-color: #55328b;
}

/* line 63, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child {
    color: #55328b;
}

/* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
    background-color: #55328b;
}

/********* breadcrumd css end **********/
@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .xs_mb_15 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .sm_mb_15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    /* line 11, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .xs_mb_20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 16, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .sm_mb_20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 21, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .md_mb_20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .lg_mb_20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 31, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_basic_component.scss */
    .xl_mb_20 {
        margin-bottom: 20px;
    }
}

/* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tag_lists li {
    display: inline-block;
}

/* line 5, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tag_lists li a {
    display: inline-block;
    background: #f6f4ff;
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    padding: 7px 20px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.tag_lists li span {
    display: inline-block;
    background: #f6f4ff;
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    padding: 7px 20px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 2px;
}

/* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tabs_lists li {
    display: inline-block;
}

/* line 21, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tabs_lists li a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 11px 25px;
    margin-bottom: 5px;
    margin-right: 2px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tabs_lists li span {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 11px 25px;
    margin-bottom: 5px;
    margin-right: 2px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    /* line 21, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
    .tabs_lists li a {
        padding: 11px 20px;
    }
}

/* line 35, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tabs_lists li a:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff;
}

/* line 44, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps {
    display: flex;
    flex-wrap: wrap;
}

/* line 47, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li {
    height: 40px;
    border-radius: 30px;
    background: #f6f4ff;
    border: 1px solid #eae4f8;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    justify-content: center;
    padding-left: 54px;
    padding-right: 35px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li.small_cap {
    padding-left: 47px;
    padding-right: 18px;
    height: 36px;
}

/* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li.small_cap .thumb_cap {
    left: 1px !important;
    top: 1px !important;
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li .thumb_cap {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 32px;
    height: 32px;
}

/* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li .thumb_cap img {
    width: 100%;
}

/* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li span {
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #555555;
}

/* line 93, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.teams_lists_caps li span.weight_team_name {
    font-weight: 500;
}

/* line 101, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_textarea {
    width: 100%;
    border: 0;
    background: #fff;
    height: 150px;
    resize: none;
    padding: 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 109, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_textarea::placeholder {
    color: #555555;
    font-weight: 300;
    font-size: 13px;
}

/* line 118, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
}

/* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle .slider:before {
    bottom: 3px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 14px;
}

/* line 135, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle input:checked + .slider {
    background: #f0ecf7;
}

/* line 139, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle input:checked + .slider:before {
    transform: translateX(19px);
}

/* line 143, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle .slider.round {
    border-radius: 34px;
}

/* line 147, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle .slider.round:before {
    border-radius: 50%;
}

/* line 150, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle .switch_toggle input {
    display: none;
}

/* line 153, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle .slider {
    background-color: #f0ecf7;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

/* line 165, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
    margin-right: 12px;
}

/* line 171, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border .slider:before {
    bottom: 2px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 14px;
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 184, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border input:checked + .slider {
    background: #fff;
    background: #f1c7f1;
    border-color: #f1c7f1;
}

/* line 190, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border input:checked + .slider:before {
    transform: translateX(17px);
}

/* line 194, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border .slider.round {
    border-radius: 34px;
    border: 1px solid #e3e6ec;
}

/* line 199, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border .slider.round:before {
    border-radius: 50%;
}

/* line 202, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border .switch_toggle input {
    display: none;
}

/* line 205, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switch_toggle_border .slider {
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

/* line 218, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.switcher_wrapper span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

/* line 226, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom {
    position: relative;
}

/* line 228, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom label {
    background-color: #f3f0ff;
    border-radius: 0%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 2px;
    margin-bottom: 0;
}

/* line 241, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom label:after {
    content: "\e64c";
    font-family: "themify";
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

/* line 253, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom input[type="checkbox"] {
    visibility: hidden;
}

/* line 257, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom input[type="checkbox"]:checked + label {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 262, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* line 267, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 {
    position: relative;
}

/* line 269, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 label {
    background-color: #fff;
    border-radius: 0%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 2px;
    margin-bottom: 0;
}

/* line 282, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 label:after {
    content: "\e64c";
    font-family: "themify";
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

/* line 294, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 input[type="checkbox"] {
    visibility: hidden;
}

/* line 298, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 input[type="checkbox"]:checked + label {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 303, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.checkbox_custom2 input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* line 309, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"] + label {
    cursor: pointer;
    color: #555555;
    font-size: 14px;
    position: relative;
    padding-left: 31px;
    margin-bottom: 0;
    font-weight: 300;
}

/* line 319, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"] {
    display: none;
}

/* line 323, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"] + label:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #555;
    color: #555;
    transition: 0.2s;
    left: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    top: 2px;
}

/* line 341, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"] + label:after {
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    content: "";
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
    z-index: 999;
}

/* line 357, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"] + label:active:before,
.permisition_check input[type="checkbox"] + label:active:after {
    transform: scale(0);
}

/* line 362, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"]:checked + label:before {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    opacity: 1;
}

/* line 368, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.permisition_check input[type="checkbox"]:checked + label:after {
    border-color: #fff;
    color: #fff;
    opacity: 1;
}

/* line 377, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 6px;
}

/* line 384, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input,
.common_form .single_field textarea {
    background: #f6f4ff;
    color: #555555;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    padding-left: 25px;
    width: 100%;
}

/* line 393, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input::-webkit-input-placeholder,
.common_form .single_field textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 398, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input::placeholder,
.common_form .single_field textarea::placeholder {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 403, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input::-moz-placeholder,
.common_form .single_field textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 408, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input:-ms-input-placeholder,
.common_form .single_field textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 413, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field input:-moz-placeholder,
.common_form .single_field textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 419, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.common_form .single_field textarea {
    height: 180px;
    padding-top: 16px;
    resize: none;
}

/* line 429, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput {
    background: #f6f4ff;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    padding: 0;
    padding-left: 25px;
    padding-top: 10px;
    overflow: hidden;
    min-height: 50px;
}

/* line 442, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge {
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* line 456, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]::after {
    font-size: 10px;
    font-family: "themify";
    content: "\e646";
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    background: transparent;
    margin-left: 5px;
    padding: 0;
}

/* line 475, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom {
    /* Custom radio buttons */
}

/* line 477, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
    margin-right: 75px;
}

@media (max-width: 575.98px) {
    /* line 477, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
    .radio_custom input[type="radio"] + label {
        margin-bottom: 10px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 477, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
    .radio_custom input[type="radio"] + label {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 477, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
    .radio_custom input[type="radio"] + label {
        margin-right: 50px;
    }
}

/* line 498, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom input[type="radio"] + label:before {
    background-color: #f6f4ff;
    border-radius: 0%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 2px;
    margin-bottom: 0;
    content: "";
}

/* line 513, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom input[type="radio"] {
    display: none !important;
    opacity: 0;
    *display: inline;
}

/* line 518, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom input[type="radio"]:checked + label:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    border-radius: 50%;
    content: "\e64c";
    font-family: "themify";
    font-size: 10px;
    color: #ffffff;
}

/* line 529, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
.radio_custom input[type="radio"]:checked + label::before {
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
}

/* line 537, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_component.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 30px;
}

@media (min-width: 1600px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

/* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area.designer_list_wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

@media (max-width: 575.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area.designer_list_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item {
    background: #fff;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

/* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_header
    .showcase_item_left {
    margin-right: 10px;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_header
    .showcase_item_left
    .thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
}

/* line 46, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_header
    .showcase_item_left
    .thumb
    img {
    width: 100%;
}

/* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_header
    .showcase_item_left
    a
    h4 {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
    margin-left: 8px;
    white-space: nowrap;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_header
        .showcase_item_left
        a
        h4 {
        margin-left: 5px;
    }
}

/* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_thumb {
    background: #f6f4ff;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner {
    position: relative;
}

/* line 73, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shot_pop_up {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.24) 41%,
        rgba(0, 0, 0, 0) 58%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.24) 41%,
        rgba(0, 0, 0, 0) 58%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.24) 41%,
        rgba(0, 0, 0, 0) 58%
    );
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* line 87, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 26px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover {
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover {
        padding: 15px 20px;
    }
}

@media (max-width: 1699.98px) {
    /* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover {
        padding: 15px 20px;
    }
}

/* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    transform: translateX(-140%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 999;
}

@media (max-width: 575.98px) {
    /* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover
        .showcase_meta
        h4 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover
        .showcase_meta
        h4 {
        font-size: 14px;
    }
}

@media (max-width: 1699.98px) {
    /* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_thumb
        .item_thum_inner
        .shocase_hover
        .showcase_meta
        h4 {
        font-size: 14px;
    }
}

/* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
    transform: translateX(-140%);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    display: block;
}

/* line 153, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a {
    position: relative;
    z-index: 999;
}

/* line 156, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:first-child {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 159, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:first-child.gray_btn_square {
    font-size: 14px;
    line-height: 30px;
    width: auto;
    padding: 0 10px;
    margin-right: 5px;
}

/* line 167, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:last-child {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/* line 170, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:last-child.gray_btn_square {
    font-size: 14px;
    line-height: 30px;
}

/* line 173, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:last-child.gray_btn_square
    i {
    font-size: 14px;
    line-height: 30px;
}

/* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_footer {
    padding: 15px 15px 6px 15px;
}

@media (max-width: 575.98px) {
    /* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer {
        padding: 10px 0px 6px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer {
        padding: 10px 0px 6px 0px;
    }
}

@media (max-width: 1199.98px) {
    /* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer {
        padding: 10px 0px 6px 0px;
    }
}

@media (max-width: 1699.98px) {
    /* line 185, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer {
        padding: 10px 0px 6px 0px;
    }
}

/* line 199, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_footer p {
    margin-bottom: 0;
}

/* line 201, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_footer p span {
    display: inline-block;
    margin-right: 16px;
}

@media (max-width: 575.98px) {
    /* line 201, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer p span {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 201, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area .single_showcase_item .showcase_item_footer p span {
        margin-right: 6px;
    }
}

/* line 210, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item
    .showcase_item_footer
    p
    span:last-child {
    margin-right: 0;
}

@media (max-width: 1599.98px) {
    /* line 213, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .item_showcase_area
        .single_showcase_item
        .showcase_item_footer
        p
        span:first-child {
        display: none;
    }
}

/* line 219, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_footer p span a {
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

/* line 229, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area .single_showcase_item .showcase_item_footer p span i {
    color: #cccccc;
    font-size: 14px;
    margin-right: 9px;
}

/* line 243, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shot_pop_up {
    opacity: 1;
    visibility: visible;
}

/* line 248, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover::before {
    opacity: 1;
}

/* line 252, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    h4 {
    transform: translateX(0%);
}

/* line 255, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    span {
    transform: translateX(0%);
}

/* line 261, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:first-child {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/* line 264, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_collection
    a:last-child {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/* line 277, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.showcase_loadmore_btn {
    margin-top: 55px;
}

@media (max-width: 991.98px) {
    /* line 277, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
    .showcase_loadmore_btn {
        margin-top: 25px;
    }
}

/* line 287, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.pagination_wrap ul li {
    display: inline-block;
}

/* line 289, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.pagination_wrap ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    color: #555555;
    font-size: 12px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    margin: 0 3px;
}

/* line 301, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_showcase_items.scss */
.pagination_wrap ul li a:hover {
    background: transparent;
    border: 1px solid #fff;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile.individual_profile_lists {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 991.98px) {
    /* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 15, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists .team_content_header {
        display: block !important;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile.individual_profile_lists .team_content_header {
        display: block !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    /* line 46, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile .team_list_left {
        display: block !important;
    }
}

/* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile .team_list_left .thumb {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile .team_list_left .thumb {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile .team_list_left .thumb {
        margin-right: 10px;
    }
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile .team_list_left .thumb img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    /* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile .team_list_left .team_content .team_content_header {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile .team_list_left .team_content .team_content_header {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 72, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile
        .team_list_left
        .team_content
        .team_content_header
        .author_info {
        margin: 10px 0 15px 0;
    }
}

/* line 76, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile
    .team_list_left
    .team_content
    .team_content_header
    .author_info
    h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 83, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile
    .team_list_left
    .team_content
    .team_content_header
    .author_info
    h4:hover {
    color: #c037dc !important;
}

/* line 87, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile
    .team_list_left
    .team_content
    .team_content_header
    .author_info
    span {
    font-size: 12px;
    color: #999999;
    font-weight: 300;
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
}

@media (max-width: 575.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile
        .team_list_left
        .team_content
        .team_content_header
        .follow_messge_wrap {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile
        .team_list_left
        .team_content
        .team_content_header
        .follow_messge_wrap {
        margin-bottom: 15px;
    }
}

/* line 103, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile
    .team_list_left
    .team_content
    .team_content_header
    .follow_messge_wrap
    p.follows_count {
    display: inline-block;
    text-align: right;
    color: #999999;
    font-weight: 300;
    float: left;
    line-height: 17px;
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    /* line 103, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile
        .team_list_left
        .team_content
        .team_content_header
        .follow_messge_wrap
        p.follows_count {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 103, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
    .team_list_profile
        .team_list_left
        .team_content
        .team_content_header
        .follow_messge_wrap
        p.follows_count {
        margin-right: 8px;
    }
}

/* line 117, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile
    .team_list_left
    .team_content
    .team_content_header
    .follow_messge_wrap
    p.follows_count
    strong {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* line 128, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_team_list.scss */
.team_list_profile .team_list_left .team_content p {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
    line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header.search_result_header {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        display: block !important;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header.search_result_header {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header.search_result_header {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter {
        display: block !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 19, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-top: 10px;
    }
}

/* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
.list_header_filter.search_result_filter .post_members {
    margin-right: 24px;
}

@media (max-width: 575.98px) {
    /* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter .post_members {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter .post_members {
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter .post_members {
        margin-right: 0;
    }
}

/* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
.list_header_filter.search_result_filter .post_members .tabs_lists li a {
    margin-bottom: 0;
    margin-right: 7px;
}

@media (max-width: 575.98px) {
    /* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter .post_members .tabs_lists li a {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 52, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
    .list_header_filter.search_result_filter .post_members .tabs_lists li a {
        padding: 11px 14px;
        margin-right: 3px;
    }
}

/* line 67, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_search_result.scss */
.list_header_filter.search_result_filter .filter_wrap_btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

@media (max-width: 575.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
    .my_likes_warp .tabs_lists {
        margin-top: 10px;
    }
}

/* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
.my_likes_warp .tabs_lists a {
    margin-right: 7px;
}

@media (max-width: 575.98px) {
    /* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
    .my_likes_warp .tabs_lists a {
        padding: 6px 11px;
        font-size: 10px;
        margin-right: 2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
    .my_likes_warp .tabs_lists a {
        margin-right: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
    .my_likes_warp .tabs_lists a {
        font-size: 11px;
        padding: 11px 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
    .my_likes_warp .tabs_lists a {
        padding: 11px 12px;
    }
}

/* line 24, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_mylikes.scss */
.my_likes_warp .tabs_lists li:last-child a {
    margin-right: 0;
}

/* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_my_collection.scss */
.collection_heading .showcase_heading_left h4 {
    margin-bottom: 6px;
}

/* line 6, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_my_collection.scss */
.collection_heading .showcase_heading_left p {
    color: #999999;
    line-height: 1.2;
}

@media (max-width: 575.98px) {
    /* line 12, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_my_collection.scss */
    .collection_heading .view_all_btn .primary_btn_1 {
        padding: 6px 14px;
        font-size: 11px;
    }
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.common_tittle {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.common_tittle2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 26px;
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.common_tittle3 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* line 24, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.common_tittle4 {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    display: inline-block;
}

/* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.common_tittle4:hover {
    border-bottom: 2px solid #d6d6d6;
}

/* line 38, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.account_title {
    margin-bottom: 38px;
}

/* line 43, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_common_title.scss */
.account_title p {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper .post_details_inner .post_details_header {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 7, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper
        .post_details_inner
        .post_details_header
        .post_info_left {
        margin-bottom: 20px;
    }
}

/* line 11, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_inner
    .post_details_header
    .post_info_left
    h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

/* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_inner
    .post_details_header
    .post_info_left
    img {
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_inner
    .post_details_header
    .post_info_left
    p {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
}

/* line 27, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_inner
    .post_details_header
    .post_info_left
    p
    span {
    display: inline-block;
    margin: 0 7px;
}

@media (max-width: 575.98px) {
    /* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper .details_banenr {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper .details_banenr {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper .details_banenr {
        margin-bottom: 15px;
    }
}

/* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .details_banenr img {
    width: 100%;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_info_right.post_info_btn {
    display: flex;
}

/* line 56, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_info_right.post_info_btn a {
    margin-right: 5px;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_details_right li {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 20px;
    margin-bottom: 10px;
}

/* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_right
    li
    .details_right_item
    .attatch_thumbs {
    display: flex;
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_right
    li
    .details_right_item
    .attatch_thumbs
    .thums {
    margin-right: 10px;
}

/* line 76, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_details_right li .details_right_item span {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    color: #cccccc;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_details_right li .details_right_item p.single_view {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper
        .post_details_right
        li
        .details_right_item
        p.single_view {
        white-space: nowrap;
    }
}

/* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_details_right li .details_right_item p.tags_para {
    font-size: 12px;
    color: #555555;
    font-weight: 300;
    line-height: 26px;
    margin-top: 8px;
}

/* line 102, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .post_details_right li .details_right_item p.tags_para a {
    color: #555555;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 102, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .post_details_wrapper
        .post_details_right
        li
        .details_right_item
        p.tags_para
        a {
        white-space: nowrap;
    }
}

/* line 108, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper
    .post_details_right
    li
    .details_right_item
    p.tags_para
    a:hover {
    text-decoration: underline;
    color: #000000 !important;
}

/* line 118, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .welcome_text {
    margin-top: 40px;
    margin-bottom: 30px;
}

/* line 121, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .welcome_text span {
    display: block;
}

/* line 125, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .welcome_text p,
.post_details_wrapper .welcome_text span {
    color: #555555;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
}

/* line 131, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.post_details_wrapper .welcome_text p {
    margin-top: 26px;
    margin-bottom: 28px;
}

/* line 138, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments .comment_list {
    border-bottom: 1px solid #d2cddf;
    margin-bottom: 37px;
    padding-bottom: 40px;
}

@media (max-width: 575.98px) {
    /* line 138, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .commented_comments .comment_list {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 145, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .commented_comments .comment_list .thumb {
        margin-bottom: 15px;
    }
}

/* line 149, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments .comment_list .thumb img {
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
}

/* line 156, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments .comment_list .comment_content .comment_content_header {
    margin-bottom: 18px;
}

@media (max-width: 575.98px) {
    /* line 156, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .commented_comments .comment_list .comment_content .comment_content_header {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 161, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
    .commented_comments
        .comment_list
        .comment_content
        .comment_content_header
        .author_info {
        margin-bottom: 15px;
    }
}

/* line 165, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .author_info
    h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* line 170, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .author_info
    span {
    font-weight: 300;
    color: #999;
    font-size: 12px;
    display: block;
}

/* line 183, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.commented_comments .comment_list .comment_content p {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    font-weight: 300;
}

/* line 193, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate {
    display: flex;
}

/* line 195, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li {
    width: 20px;
    height: 15px;
    background: #f54513;
    margin-right: 1px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

/* line 202, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(2) {
    background: #f8001a;
}

/* line 205, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(3) {
    background: #f8007b;
}

/* line 208, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(4) {
    background: #8200ed;
}

/* line 211, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(5) {
    background: #3500ed;
}

/* line 214, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(6) {
    background: #0067eb;
}

/* line 217, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(7) {
    background: #00c3e7;
}

/* line 220, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_post_details.scss */
.color_plate li:nth-child(8) {
    background: #00edac;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_plan_header {
    padding-top: 70px;
    margin-bottom: 80px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_plan_header {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_plan_header {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

/* line 12, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_plan_header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

/* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_plan_header p {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    /* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_plan_header p {
        margin-bottom: 35px;
    }
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_plan_header .switcher_wrapper span {
    font-size: 12px;
    color: #555555;
    font-weight: 300;
}

/* line 35, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_plan_header .switcher_wrapper .switch_toggle {
    margin: 0 15px;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (max-width: 575.98px) {
    /* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising {
    background: #fff;
    border-radius: 5px;
}

/* line 63, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 55px 50px 52px 50px;
    border-bottom: 1px solid #eae4f8;
}

@media (max-width: 575.98px) {
    /* line 63, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 63, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header {
        padding: 30px;
    }
}

/* line 76, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_header .prising_header_left h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* line 81, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_header .prising_header_left p {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    line-height: 22px;
}

/* line 89, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_header .prising_header_right > span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
}

/* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_header .prising_header_right h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 575.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header .prising_header_right h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header .prising_header_right h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header .prising_header_right h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header .prising_header_right h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 97, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_header .prising_header_right h3 {
        font-size: 30px;
    }
}

/* line 118, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area
    .single_prising
    .prising_header
    .prising_header_right
    h3
    span.dolar_singn {
    left: -13px !important;
    top: 7px !important;
    position: absolute;
    top: 4px;
    left: -14px;
    font-size: 16px;
}

/* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list {
    margin-bottom: 60px;
    padding-left: 45px;
    padding-top: 50px;
}

@media (max-width: 575.98px) {
    /* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_list {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_list {
        padding-left: 30px;
    }
}

/* line 140, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list ul {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    /* line 140, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
    .prising_area .single_prising .prising_list ul {
        margin-bottom: 30px;
    }
}

/* line 146, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list ul li span {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
}

/* line 154, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list ul li i {
    background: #00c826;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

/* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list ul li.in_active i {
    background: #ff0000;
}

/* line 172, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_list ul li.in_active span {
    color: #999999;
}

/* line 180, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_pricing.scss */
.prising_area .single_prising .prising_btn .primary_btn_1.large_gradient {
    padding: 15px 65px;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area {
    padding: 80px 130px 50px 60px;
    background: #fff;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area {
        padding: 30px 25px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area {
        padding: 30px 25px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area {
        padding: 30px 25px;
        grid-template-columns: 180px auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area {
        padding: 30px 25px;
        grid-template-columns: 180px auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area {
        padding: 40px 35px;
        grid-template-columns: 220px auto;
    }
}

/* line 29, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_sidebar .single_notification_sidebar {
    margin-bottom: 44px;
}

/* line 31, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_sidebar .single_notification_sidebar h4 {
    margin-bottom: 30px;
}

/* line 35, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_sidebar .single_notification_sidebar ul li {
    margin-bottom: 15px;
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_sidebar
    .single_notification_sidebar
    ul
    li
    span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

/* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_rightside .single_notification {
    border-bottom: 1px solid #eae4f8;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    /* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area .notification_rightside .single_notification {
        display: block !important;
    }
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_rightside .single_notification .preview {
    margin-right: 30px;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area .notification_rightside .single_notification .preview img {
    width: 100px;
}

/* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info {
    width: 100%;
}

@media (max-width: 575.98px) {
    /* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info {
        display: block !important;
    }
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .thumb {
    margin-right: 25px;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    /* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .thumb {
        margin: 15px 0;
    }
}

/* line 77, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .thumb
    img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

/* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content {
    width: 100%;
}

@media (max-width: 575.98px) {
    /* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner
        .ahutor_name {
        display: block !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner
        .ahutor_name {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner
        .ahutor_name {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner
        .ahutor_name {
        display: block !important;
    }
}

/* line 109, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .notification_content_inner
    .ahutor_name
    h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

/* line 115, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .notification_content_inner
    .ahutor_name
    span {
    color: #999999;
    font-weight: 500;
    display: inline-block;
}

/* line 121, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .notification_content_inner
    .short_date {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

@media (max-width: 575.98px) {
    /* line 121, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
    .notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .notification_content
        .notification_content_inner
        .short_date {
        margin-top: 15px;
    }
}

/* line 131, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .notification_meta_text {
    color: #555555;
    font-weight: 300;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 12px;
}

/* line 139, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .follws_meta {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

/* line 143, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_notification.scss */
.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .notification_content
    .follws_meta
    span {
    display: inline-block;
    margin: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 2, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area .messges_navs {
    margin-bottom: 45px;
}

@media (max-width: 575.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area .messges_navs {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area .messges_navs {
        margin-bottom: 20px;
    }
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area .messges_navs a {
    color: #000000;
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area .messges_navs a.active {
    color: #000000;
    border-bottom: 2px solid #d6d6d6;
}

/* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area .notification_sidebar .messages_sidebar {
    background: #f6f4ff;
    padding: 33px 30px 40px 30px;
    border-radius: 5px;
}

/* line 37, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area .notification_sidebar .messages_sidebar p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #555555;
}

/* line 47, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_sidebar
    .messages_sidebar
    .messege_left_title
    span {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 22px;
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info {
    display: grid !important;
    grid-template-columns: 266px auto;
}

@media (max-width: 575.98px) {
    /* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .messages_info {
    align-items: start !important;
}

@media (max-width: 575.98px) {
    /* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .messages_info {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .messages_info {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .messages_info {
        align-items: start !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .messages_info {
        align-items: start !important;
    }
}

/* line 83, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .messages_info
    .thumb {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    /* line 83, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
    .messages_area.notification_area
        .notification_rightside
        .single_notification
        .notification_info
        .messages_info
        .thumb {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

/* line 89, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .messages_info
    .thumb
    img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0;
}

/* line 98, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .messages_info
    .ahutor_name
    h5 {
    margin-bottom: 0;
}

/* line 101, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages.scss */
.messages_area.notification_area
    .notification_rightside
    .single_notification
    .notification_info
    .messages_info
    .ahutor_name
    span {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0px;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area {
    background: #fff;
    border-radius: 5px;
    padding: 75px 40px 80px 133px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area {
        padding: 40px 30px;
    }
}

/* line 20, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .message_box_wrap {
    padding-top: 17px;
}

/* line 22, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .message_box_wrap span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 8px;
}

/* line 29, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .message_box_wrap .common_textarea {
    background: #f6f4ff;
    height: 180px;
}

/* line 34, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_title {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    /* line 34, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area .messages_title {
        display: block !important;
    }
}

/* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_title h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 575.98px) {
    /* line 39, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area .messages_title h5 {
        margin-bottom: 15px;
    }
}

/* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_title .spam_delete_message a {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-left: 15px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area .messages_title .spam_delete_message a {
        margin-left: 8px;
    }
}

/* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_title .spam_delete_message a:first-child {
    margin: 0;
}

/* line 62, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_title .spam_delete_message a:hover {
    color: #000000;
    border-bottom: 2px solid #d6d6d6;
}

/* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info {
    border-bottom: 1px solid #eae4f8;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

/* line 75, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .thumb img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

/* line 82, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .messages_body {
    width: 100%;
}

@media (max-width: 575.98px) {
    /* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area .messages_info .messages_body .ahutor_name {
        display: block !important;
    }
}

/* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .messages_body .ahutor_name h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
    .messages_details_area .messages_info .messages_body .ahutor_name h5 {
        margin: 0 !important;
        font-size: 15px;
    }
}

/* line 98, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .messages_body .ahutor_name span {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
    display: inline-block;
}

/* line 108, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .messages_body .messges_content p {
    font-size: 12px;
    font-weight: 300;
    color: #555;
    line-height: 24px;
}

/* line 113, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_messages_details.scss */
.messages_details_area .messages_info .messages_body .messges_content p span {
    display: block;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area {
    background: #fff;
    padding-top: 120px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area {
        padding-top: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area {
        padding-top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area {
        padding-top: 60px;
    }
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .single_about {
    padding-bottom: 120px;
}

@media (max-width: 575.98px) {
    /* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about {
        padding-bottom: 60px;
    }
}

/* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .single_about:nth-child(2) .about_info {
    padding-left: 108px;
}

@media (max-width: 575.98px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .single_about:nth-child(2) .about_info {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    /* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info {
        margin-bottom: 15px;
    }
}

/* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .about_info h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 36px;
}

@media (max-width: 575.98px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 68, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .about_area .single_about_wraper .about_info h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

/* line 102, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .about_info p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 35px;
}

/* line 108, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .about_info p:last-child {
    margin-bottom: 0;
}

/* line 114, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.about_area .single_about_wraper .about_thumb img {
    width: 100%;
}

/* line 122, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap {
    background: #fff;
    padding-top: 104px;
}

@media (max-width: 575.98px) {
    /* line 122, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap {
        padding-top: 60px;
    }
}

/* line 128, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_title {
    margin-bottom: 74px;
}

@media (max-width: 575.98px) {
    /* line 128, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_title {
        margin-bottom: 30px;
    }
}

/* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_title h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    /* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_title h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_title h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 133, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_title h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

/* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_title p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #555555;
}

/* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    padding-bottom: 102px;
}

@media (max-width: 575.98px) {
    /* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_wrapper {
        padding-bottom: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_wrapper {
        padding-bottom: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 158, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .meet_out_team_wrap .about_team_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* line 180, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_wrapper .single_meet_wrap {
    margin-bottom: 20px;
}

/* line 183, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_wrapper .single_meet_wrap .thumb img {
    width: 100%;
}

/* line 188, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_wrapper .single_meet_wrap .team_content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 24px;
}

/* line 194, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.meet_out_team_wrap .about_team_wrapper .single_meet_wrap .team_content p {
    margin-bottom: 0;
    font-size: 12px;
    color: #999999;
    font-weight: 300;
    line-height: 1;
    margin-top: 4px;
}

/* line 207, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area {
    background: #f6f4ff;
}

/* line 211, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .testmonial_active .owl-nav button {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #555555;
    font-size: 12px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 190px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 211, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .testmonial_area .testmonial_active .owl-nav button {
        left: 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 211, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .testmonial_area .testmonial_active .owl-nav button {
        left: 60px;
    }
}

/* line 232, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .testmonial_active .owl-nav button:hover {
    background: #000000;
    color: #fff;
}

/* line 237, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .testmonial_active .owl-nav button.owl-next {
    left: auto;
    top: 50%;
    right: 190px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 237, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .testmonial_area .testmonial_active .owl-nav button.owl-next {
        right: 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 237, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
    .testmonial_area .testmonial_active .owl-nav button.owl-next {
        right: 60px;
    }
}

/* line 256, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .single_testmonial .author_info .thumb img {
    width: 50px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* line 262, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .single_testmonial .author_info h5 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 50px;
}

/* line 268, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .single_testmonial .author_info span {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
}

/* line 274, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_about.scss */
.testmonial_area .single_testmonial p {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #555555;
    margin-bottom: 0;
    margin-top: 28px;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area {
    background: #fff;
    border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .section_header {
    margin-bottom: 77px;
}

@media (max-width: 575.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .section_header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .section_header {
        margin-bottom: 30px;
    }
}

/* line 16, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .section_header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    /* line 16, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .section_header h3 {
        font-size: 20px;
    }
}

/* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .section_header p {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    /* line 31, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .section_header p br {
        display: none;
    }
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* line 45, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card {
    margin-bottom: 20px;
    border: 0;
    overflow: visible;
}

/* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 5px !important;
}

/* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 {
    padding: 0;
}

/* line 56, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    position: relative;
    padding: 17px 30px;
    box-shadow: 0px 10px 20px 0px rgba(108, 39, 255, 0.3);
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

@media (max-width: 575.98px) {
    /* line 56, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .accordion .card .card-header h2 a {
        padding: 17px 46px 17px 15px;
        font-size: 14px;
    }
}

/* line 77, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 a::before {
    content: "\e648";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "themify";
    font-size: 18px;
    right: 30px;
    color: #fff;
}

/* line 88, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 a.collapsed {
    background: #f6f4ff;
    border: 1px solid #eae4f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    box-shadow: none;
}

/* line 94, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 a.collapsed::before {
    content: "\e64b";
    color: #555555;
}

/* line 99, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-header h2 a:focus {
    text-decoration: none;
}

/* line 105, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-body {
    padding: 24px 25px 30px 30px;
}

@media (max-width: 575.98px) {
    /* line 105, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .help_area .accordion .card .card-body {
        padding: 15px;
    }
}

/* line 110, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-body p {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 28px;
}

/* line 116, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.help_area .accordion .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1750px) {
    /* line 128, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page .individual_profile_lists .white_box {
        padding: 17px !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1750px) {
    /* line 132, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page .individual_profile_lists .white_box .thumb {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1750px) {
    /* line 138, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page .individual_profile_lists .white_box .team_content_header {
        display: flex !important;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1750px) {
    /* line 144, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page
        .individual_profile_lists
        .white_box
        .gray_btn.gray_btn_large {
        padding: 8.5px 14px;
    }
}

/* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.following_page .item_showcase_area.following {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page .item_showcase_area.following {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 151, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
    .following_page .item_showcase_area.following {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 162, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.following_page .item_showcase_area.following .single_showcase_item {
    background: transparent;
}

/* line 165, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_help.scss */
.following_page .item_showcase_area.following .showcase_item_thumb {
    border: 0 !important;
}

/* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address {
    margin-bottom: 45px;
}

@media (max-width: 575.98px) {
    /* line 3, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
    .contact_area .address_wrap .contact_address {
        margin-bottom: 30px;
    }
}

/* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address:last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
    .contact_area .address_wrap .contact_address:last-child {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
    .contact_area .address_wrap .contact_address:last-child {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
    .contact_area .address_wrap .contact_address:last-child {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 8, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
    .contact_area .address_wrap .contact_address:last-child {
        margin-bottom: 45px;
    }
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address .icon {
    margin-right: 30px;
}

/* line 27, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address .contact_address_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address .contact_address_content p {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 0;
    font-weight: 300;
}

/* line 41, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .address_wrap .contact_address .contact_address_content ul li a {
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

/* line 54, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
}

/* line 60, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input .nice_Select {
    background: #f6f4ff;
    width: 100%;
    font-weight: 300;
    color: #555;
    padding-left: 25px;
    font-size: 13px;
}

/* line 67, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input .nice_Select .current {
    font-weight: 300;
    color: #555;
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input .nice_Select:after {
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}

/* line 76, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input input,
.contact_area .contact_form_wrapper .single_input textarea {
    background: #f6f4ff;
    color: #555555;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    padding-left: 25px;
    width: 100%;
}

/* line 85, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area
    .contact_form_wrapper
    .single_input
    input::-webkit-input-placeholder,
.contact_area
    .contact_form_wrapper
    .single_input
    textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 90, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input input::-moz-placeholder,
.contact_area .contact_form_wrapper .single_input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input input:-ms-input-placeholder,
.contact_area
    .contact_form_wrapper
    .single_input
    textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 100, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input input:-moz-placeholder,
.contact_area .contact_form_wrapper .single_input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_contact.scss */
.contact_area .contact_form_wrapper .single_input textarea {
    height: 150px;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.resister_bg_img {

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 7, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area {
    display: grid;
    grid-template-columns: auto 750px;
    height: 100vh;
}

@media (max-width: 991.98px) {
    /* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area {
        grid-template-columns: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 13, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area {
        grid-template-columns: auto 550px;
    }
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area .login_resistration_form {
    padding: 35px 150px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}

/* line 24, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area .login_resistration_form .resistration_inner {
    width: 100%;
}

/* line 26, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .resistration_inner
    .permisition_check_wrap {
    margin-bottom: 36px;
    padding-top: 5px;
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .resistration_inner
    .permisition_check_wrap
    .forgot_pass_link
    a {
    color: #555555;
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form {
        padding: 40px 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form {
        padding: 30px 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form {
        padding: 50px 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form {
        padding: 60px 80px;
    }
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area .login_resistration_form p.login_resister_links {
    position: absolute;
    bottom: 40px;
    margin-bottom: 0;
    color: #888888;
    font-weight: 300;
}

@media (max-width: 575.98px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        margin-top: 35px;
        bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        margin-top: 35px;
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        margin-top: 55px;
        bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    /* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

/* line 99, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area .login_resistration_form p.login_resister_links a {
    color: #000000;
    text-decoration: underline;
}

/* line 104, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area .login_resistration_form h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 25px;
}

@media (max-width: 575.98px) {
    /* line 104, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 104, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
    .login_resistration_area .login_resistration_form h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

/* line 123, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
}

/* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    input {
    background: #f6f4ff;
    color: #555555;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 60px;
    padding-left: 25px;
    width: 100%;
}

/* line 138, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 143, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 148, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    input:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 153, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .single_input
    input:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 13px;
    font-weight: 300;
}

/* line 160, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_login_resistration.scss */
.login_resistration_area
    .login_resistration_form
    .contact_form_wrapper
    .primary_btn_1.large_gradient {
    padding: 20px 59px;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.white_bg {
    background: #fff;
}

/* line 4, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_white_box {
    padding: 74px 0px 80px 0;
}

@media (max-width: 991.98px) {
    /* line 4, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_white_box {
        padding: 40px 0;
    }
}

/* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_white_box2 {
    padding: 64px 0px 80px 0;
}

@media (max-width: 991.98px) {
    /* line 10, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_white_box2 {
        padding: 40px 0;
    }
}

/* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .primary_btn_1.large_gradient {
    padding: 14px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 17, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .primary_btn_1.large_gradient {
        padding: 11px 20px;
    }
}

/* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .primary_btn_1.large_gradient i {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

@media (max-width: 575.98px) {
    /* line 25, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .primary_btn_1.large_gradient i {
        font-size: 14px;
    }
}

/* line 37, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .primary_btn_1.large_gradient.icon_space i {
    margin-right: 9px;
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .edit_profile_wrap {
    background: #fff;
}

/* line 46, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .edit_profile_wrap .profile_photo_wrap {
    margin-bottom: 27px;
    margin-top: 41px;
}

@media (max-width: 575.98px) {
    /* line 46, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .edit_profile_wrap .profile_photo_wrap {
        display: block !important;
    }
}

/* line 53, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .edit_profile_wrap .profile_photo_wrap .thumb {
    margin-right: 25px;
}

/* line 55, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .edit_profile_wrap .profile_photo_wrap .thumb img {
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    /* line 61, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .edit_profile_wrap .profile_photo_wrap .upload_photo {
        padding-top: 15px;
    }
}

/* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .edit_profile_wrap
    .profile_photo_wrap
    .upload_photo
    .primary_btn_1 {
    position: relative;
    margin-right: 7px;
}

@media (max-width: 575.98px) {
    /* line 65, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area
        .edit_profile_wrap
        .profile_photo_wrap
        .upload_photo
        .primary_btn_1 {
        padding: 10px 16px;
    }
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .edit_profile_wrap
    .profile_photo_wrap
    .upload_photo
    .primary_btn_1
    input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .exprience_wrap {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    /* line 84, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .exprience_wrap {
        padding: 40px 0;
    }
}

/* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area .exprience_wrap .skill_wrapper {
    margin-bottom: 52px;
}

@media (max-width: 575.98px) {
    /* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_setting_area .exprience_wrap .skill_wrapper {
        margin-bottom: 30px;
    }
}

/* line 100, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .exprience_wrap
    .skill_wrapper_single
    .single_field
    label {
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

/* line 106, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .exprience_wrap
    .skill_wrapper_single
    .single_field
    .single_skill {
    background: #f6f4ff;
    border-radius: 5px;
    padding: 15px 25px;
}

/* line 110, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .exprience_wrap
    .skill_wrapper_single
    .single_field
    .single_skill
    .checkbox_custom2 {
    height: 20px;
    width: 20px;
}

/* line 114, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_setting_area
    .exprience_wrap
    .skill_wrapper_single
    .single_field
    .single_skill
    span {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    padding-left: 20px;
}

/* line 127, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.single_faq_chk {
    margin-bottom: 44px;
}

/* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.single_faq_chk .account_title {
    margin-bottom: 0 !important;
}

/* line 131, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.single_faq_chk .account_title .common_tittle3 {
    margin-bottom: 18px;
}

/* line 136, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.single_faq_chk ul li {
    margin-bottom: 15px;
}

/* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.nav_tab_wrapper {
    padding: 0 130px 0 0;
    background: #fff;
    display: grid;
    grid-gap: 30px;
    /* overflow: hidden; */
    grid-template-columns: 370px auto;
}

@media (max-width: 575.98px) {
    /* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper {
        padding: 25px 20px;
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper {
        padding: 30px 25px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper {
        padding: 15px 25px;
        grid-template-columns: 250px auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper {
        padding: 0 50px 0 0;
        grid-template-columns: 220px auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper {
        padding: 0 40px 0 0;
        grid-template-columns: 270px auto;
    }
}

/* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.nav_tab_wrapper .nav {
    display: block !important;
    padding: 50px 0 50px 80px;
}

@media (max-width: 575.98px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper .nav {
        padding: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper .nav {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper .nav {
        padding: 30px 0 30px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper .nav {
        padding: 20px 0 50px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 169, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .nav_tab_wrapper .nav {
        padding: 50px 0 50px 40px;
    }
}

/* line 187, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.nav_tab_wrapper .nav li {
    display: block;
}

/* line 189, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.nav_tab_wrapper .nav li a {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    width: 100%;
    display: block;
    padding: 15.5px 25px;
}

/* line 197, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.nav_tab_wrapper .nav li a.active {
    background: #f6f4ff;
}

/* line 205, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.border_20px {
    position: relative;
}

/* line 207, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.border_20px:before {
    position: absolute;
    height: 2px;
    background: #eae4f8;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    border-radius: 100px !important;
}

/* line 223, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_change_wrap {
    padding-top: 18px;
}

/* line 225, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_change_wrap h5 {
    margin-bottom: 27px;
}

@media (max-width: 575.98px) {
    /* line 228, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_change_wrap .acount_change_wrap_inner {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    /* line 232, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_change_wrap .acount_change_wrap_inner .account_delete_info {
        margin-bottom: 20px;
    }
}

/* line 236, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_change_wrap .acount_change_wrap_inner .account_delete_info h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

/* line 242, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_change_wrap .acount_change_wrap_inner .account_delete_info P {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

/* line 256, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.network_wrapper .single_network_wrapper {
    border-bottom: 1px solid #eae4f8;
    padding: 14.6px 0;
}

/* line 260, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.network_wrapper .single_network_wrapper .network_left h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000000;
}

/* line 266, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.network_wrapper .single_network_wrapper .network_left P {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

/* line 275, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.network_wrapper
    .single_network_wrapper
    .network_right
    .switcher_wrapper
    .switch_toggle_border {
    margin: 0 !important;
}

/* line 282, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_activity_wrapper {
    padding: 70px 0 73px 0;
}

@media (max-width: 991.98px) {
    /* line 282, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_activity_wrapper {
        padding: 40px 0;
    }
}

/* line 287, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_activity_wrapper .account_title {
    margin-bottom: 27px;
}

/* line 297, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_activity_wrapper .activity_lists ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

@media (max-width: 991.98px) {
    /* line 297, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_activity_wrapper .activity_lists ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 297, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
    .account_activity_wrapper .activity_lists ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 307, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_activity_wrapper .activity_lists ul li {
    border-bottom: 1px solid #eae4f8;
    padding: 15px 0;
}

/* line 310, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.account_activity_wrapper .activity_lists ul li span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    padding-left: 20px;
}

/* line 322, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_account_settings.scss */
.Infix_Email_tab_content .account_title {
    margin-bottom: 0;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area {
    padding: 80px 130px 100px 130px;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 30px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 50px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area {
        padding: 50px;
    }
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .close_comments span {
    padding-left: 25px;
    color: #555555;
    font-size: 12px;
    font-weight: 300;
}

/* line 30, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .suggeted_tags {
    margin-bottom: 23px;
}

/* line 32, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .suggeted_tags h4 {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
    margin-bottom: 13px;
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .suggeted_tags ul li {
    display: inline-block;
}

/* line 42, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .suggeted_tags ul li span {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    border-bottom: 2px solid transparent;
}

/* line 50, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .suggeted_tags ul li span:hover {
    border-bottom: 2px solid #d6d6d6;
    color: #000000;
}

/* line 58, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .extra_features_area {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* line 61, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .extra_features_area h4 {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
    margin-bottom: 13px;
}

/* line 69, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .extra_features_area ul li {
    display: inline-block;
}

/* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .extra_features_area ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    background: #fcfcff;
    padding: 16px 30px;
    margin-right: 7px;
    opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .extra_features_area ul li a {
        padding: 16px 18px;
    }
}

@media (max-width: 575.98px) {
    /* line 71, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .extra_features_area ul li a {
        padding: 10px 11px;
        font-size: 10px;
    }
}

/* line 92, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .Publish_btn .gray_btn {
    margin-right: 7px;
}

@media (max-width: 575.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 96, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb {
        margin-bottom: 30px;
    }
}

/* line 109, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image {
    text-align: center;
}

/* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image .up_big_image_inner {
    padding: 200px 0;
}

@media (max-width: 575.98px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_big_image .up_big_image_inner {
        padding: 60px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_big_image .up_big_image_inner {
        padding: 80px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_big_image .up_big_image_inner {
        padding: 100px 30px;
    }
}

/* line 124, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image h4 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
}

@media (max-width: 575.98px) {
    /* line 124, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_big_image h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 124, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_big_image h4 {
        font-size: 25px;
    }
}

/* line 135, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image .brouse_btn {
    margin-top: 25px;
    margin-bottom: 26px;
}

/* line 138, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image .brouse_btn span {
    font-size: 13px;
    font-weight: 300;
    color: #555555;
    display: block;
    margin-right: 15px;
}

/* line 145, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image .brouse_btn .primary_btn_1 {
    position: relative;
    cursor: pointer;
}

/* line 148, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area
    .upload_item_thumb
    .up_big_image
    .brouse_btn
    .primary_btn_1
    input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* line 159, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_big_image p {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}

/* line 166, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_small_thumbs {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 166, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
    .upload_item_area .upload_item_thumb .up_small_thumbs {
        margin-bottom: 10px;
        grid-gap: 5px;
    }
}

/* line 175, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_small_thumbs .thumb {
    cursor: pointer;
}

/* line 177, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.upload_item_area .upload_item_thumb .up_small_thumbs .thumb img {
    width: 100%;
    border-radius: 5px;
}

/* line 186, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_upload_item.scss */
.big_thumb_1 {
    background-image: url(../../img/upload/up_big.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper {
    margin-top: 40px;
}

@media (max-width: 991.98px) {
    /* line 1, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper {
        margin-top: 0;
    }
}

/* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_left .shot_pro_img img {
    width: 64px;
    height: 64px;
}

@media (max-width: 575.98px) {
    /* line 9, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper
        .shot_view_header
        .shot_view_header_left
        .shot_pro_img
        img {
        width: 30px;
        height: 30px;
    }
}

/* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_left .header_text {
    padding-left: 20px;
}

@media (max-width: 575.98px) {
    /* line 18, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_view_header .shot_view_header_left .header_text {
        padding-left: 15px;
    }
}

/* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_left .header_text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    /* line 23, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper
        .shot_view_header
        .shot_view_header_left
        .header_text
        h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
}

/* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_left .header_text span {
    font-size: 14px;
    color: #b1b1b1;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    /* line 33, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper
        .shot_view_header
        .shot_view_header_left
        .header_text
        span {
        font-size: 12px;
    }
}

/* line 40, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_view_header
    .shot_view_header_left
    .header_text
    span
    a {
    color: #7c32ff;
}

/* line 47, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_right li {
    display: inline-block;
}

/* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_view_header .shot_view_header_right li:last-child {
    margin-left: 5px;
}

@media (max-width: 575.98px) {
    /* line 49, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_view_header .shot_view_header_right li:last-child {
        margin-left: 2px;
    }
}

/* line 59, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs .tab-content {
    margin-top: 30px;
}

/* line 61, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs .tab-content img {
    width: 100%;
    border-radius: 10px;
}

/* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs ul {
    justify-content: center;
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    /* line 66, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .image_tabs ul {
        margin-top: 20px;
    }
}

/* line 72, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs ul li {
    margin: 0 7.5px;
}

@media (max-width: 575.98px) {
    /* line 72, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .image_tabs ul li {
        margin: 0 5px 5px 5px;
    }
}

/* line 77, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs ul li a {
    padding: 0;
}

/* line 82, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .image_tabs ul li a img {
    width: 100px;
    height: 70px;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    /* line 82, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .image_tabs ul li a img {
        width: 60px;
        height: 40px;
    }
}

/* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info {
    display: flex;
    border-top: 1px solid #ded7eb;
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    /* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info {
        display: block !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    /* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info {
        padding: 0 80px;
    }
}

@media (min-width: 1600px) {
    /* line 95, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info {
        padding: 0 130px;
    }
}

/* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot {
    margin-right: 120px;
}

@media (max-width: 575.98px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_shot {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_shot {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 111, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_shot {
        margin-right: 40px;
    }
}

/* line 122, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .welcome_text {
    margin-top: 43px;
    margin-bottom: 30px;
}

/* line 125, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .welcome_text span {
    display: block;
}

/* line 129, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .welcome_text p,
.shot_view_wrapper .shot_info .conversation_shot .welcome_text span {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

/* line 135, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .welcome_text p {
    margin-top: 26px;
    margin-bottom: 53px;
}

/* line 140, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .commented_comments {
    border-top: 1px solid #ded7eb;
}

/* line 142, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .conversation_shot_header {
    padding-top: 26px;
    margin-bottom: 30px;
}

/* line 145, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .conversation_shot_header
    h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

/* line 152, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .conversation_shot_header
    ul
    li {
    display: inline-block;
    margin-left: 15px;
}

/* line 155, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .conversation_shot_header
    ul
    li
    a {
    font-size: 14px;
    color: #b1b1b1;
    font-weight: 400;
}

/* line 159, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .conversation_shot_header
    ul
    li
    a:hover {
    color: #555555;
}

/* line 166, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list {
    border-bottom: 1px solid #ebe7f3;
    padding-bottom: 4px;
    margin-bottom: 30px;
}

/* line 172, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .thumb
    .thumb_inner
    img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

/* line 182, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .author_info
    a {
    display: inline-block;
}

/* line 184, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .author_info
    a
    h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}

/* line 191, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .author_info
    p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 8px;
}

/* line 200, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    p {
    color: #b1b1b1;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* line 205, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    p
    span {
    color: #ded7eb;
    width: 1px;
    height: 13px;
    background: #ded7eb;
    display: inline-block;
    margin: 0 15px;
}

@media (max-width: 575.98px) {
    /* line 205, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper
        .shot_info
        .conversation_shot
        .commented_comments
        .comment_list
        .comment_content
        .comment_content_header
        .like_replay_days
        p
        span {
        margin: 0 8px;
    }
}

/* line 216, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    p
    a {
    color: #b1b1b1;
}

/* line 218, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    p
    a:hover {
    color: #7c32ff;
}

/* line 224, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    .liked
    span {
    font-size: 12px;
    color: #7c32ff;
}

/* line 237, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_shot .common_textarea {
    background: #f0ecf7;
    border-radius: 10px;
}

/* line 242, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 242, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_meta {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 242, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_meta {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

/* line 255, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .hire_me_meta h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

/* line 261, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .hire_me_meta p {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 12px;
}

/* line 272, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conversation_status {
    border-top: 1px solid #ded7eb;
    border-bottom: 1px solid #ded7eb;
    margin-top: 30px;
    padding-top: 26px;
    padding-bottom: 20px;
}

/* line 278, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conversation_status > div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 30px;
}

/* line 286, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div:last-child {
    margin-bottom: 0;
}

/* line 289, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conversation_status > div i {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #b1b1b1;
    top: 3px;
}

/* line 296, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conversation_status > div a {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

/* line 300, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    a:hover {
    color: #7c32ff;
}

/* line 305, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    ul.conv_tag
    li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 7px;
}

/* line 309, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    ul.conv_tag
    li
    a {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

/* line 313, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    ul.conv_tag
    li
    a:hover {
    color: #7c32ff;
}

/* line 319, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    .color_plate_tag {
    width: 100%;
}

/* line 321, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    .color_plate_tag
    li {
    width: 12.5%;
    float: left;
    height: 15px;
}

/* line 325, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    .color_plate_tag
    li
    a {
    float: left;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0s;
    position: relative;
}

/* line 332, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    .color_plate_tag
    li
    a:hover {
    transform: scale(1.4);
    z-index: 99;
    position: relative;
}

/* line 342, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .related_shot {
    margin-top: 47px;
}

@media (max-width: 991.98px) {
    /* line 342, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_meta .related_shot {
        margin-top: 30px;
    }
}

/* line 347, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .related_shot h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 26px;
}

/* line 353, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .related_shot ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 353, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .shot_view_wrapper .shot_info .conversation_meta .related_shot ul {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

/* line 362, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .related_shot ul li a img {
    border-radius: 10px;
}

/* line 369, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .converson_edit_delete {
    margin-top: 42px;
}

/* line 371, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .converson_edit_delete > div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 10px;
}

/* line 379, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .converson_edit_delete
    > div:last-child {
    margin-bottom: 0;
}

/* line 382, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .converson_edit_delete
    > div
    i {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #b1b1b1;
    top: 3px;
}

/* line 389, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .converson_edit_delete
    > div
    a {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

/* line 393, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .converson_edit_delete
    > div
    a:hover {
    color: #7c32ff;
}

/* line 399, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conv_follow_btns {
    margin-top: 30px;
}

/* line 401, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conv_follow_btns a {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    background: #f6f6f6;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

/* line 411, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conv_follow_btns
    a:last-child {
    margin-right: 0;
}

/* line 414, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper .shot_info .conversation_meta .conv_follow_btns a i {
    color: #1da1f2;
    font-size: 12px;
    margin-right: 9px;
}

/* line 420, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conv_follow_btns
    a:nth-child(2)
    i {
    color: #3498db;
}

/* line 425, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conv_follow_btns
    a:nth-child(3)
    i {
    color: #555555;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 439, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_wrapper .shot_info .conversation_meta {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
}

@media (max-width: 575.98px) {
    /* line 446, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header {
        display: block !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 446, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    /* line 446, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header {
        display: block !important;
    }
}

/* line 456, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .shot_view_header .pop_close_header {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    opacity: 0.5;
    font-size: 20px;
    right: 15px;
}

@media only screen and (min-width: 991.98px) {
    /* line 456, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header .pop_close_header {
        display: none;
    }
}

/* line 467, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .shot_view_header .pop_close_header:hover {
    opacity: 1;
}

@media (max-width: 575.98px) {
    /* line 471, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header .shot_view_header_right {
        padding-left: 45px;
        margin-top: 10px;
        text-align: right;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 471, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header .shot_view_header_right {
        padding-left: 82px;
        margin-top: 10px;
        text-align: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 471, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .shot_view_header .shot_view_header_right {
        padding-left: 82px;
        margin-top: 10px;
        text-align: right;
    }
}

@media (min-width: 768px) {
    /* line 491, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    /* line 491, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .modal-dialog {
        max-width: 820px;
    }
}

@media (min-width: 1200px) {
    /* line 491, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .modal-dialog {
        max-width: 1030px;
    }
}

/* line 503, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .modal-dialog .image_tabs .tab-content img {
    cursor: zoom-in;
}

/* line 509, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .modal-dialog .modal-content {
    border-radius: 10px;
    padding: 40px 40px 120px 40px;
}

@media (max-width: 575.98px) {
    /* line 509, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop .modal-dialog .modal-content {
        padding: 20px 15px;
    }
}

/* line 516, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .modal-dialog .modal-body {
    padding: 0;
}

/* line 518, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop .modal-dialog .modal-body .shot_view_wrapper .shot_info {
    padding: 0;
}

/* line 520, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop
    .modal-dialog
    .modal-body
    .shot_view_wrapper
    .shot_info
    .conversation_meta
    .related_shot
    ul
    li
    a
    img {
    border-radius: 10px;
    width: 100%;
}

/* line 524, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop
    .modal-dialog
    .modal-body
    .shot_view_wrapper
    .shot_info
    .conversation_shot {
    margin-right: 80px;
}

@media (max-width: 575.98px) {
    /* line 524, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop
        .modal-dialog
        .modal-body
        .shot_view_wrapper
        .shot_info
        .conversation_shot {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 524, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop
        .modal-dialog
        .modal-body
        .shot_view_wrapper
        .shot_info
        .conversation_shot {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 524, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .infix_showcase_pop
        .modal-dialog
        .modal-body
        .shot_view_wrapper
        .shot_info
        .conversation_shot {
        margin-right: 30px;
    }
}

/* line 543, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.shot_view_wrapper.details_pop_fix {
    margin-top: 0;
    padding: 0;
    font-size: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 564, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup {
    padding: 0;
    font-size: 100%;
    color: #9e9ea7;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999999999;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 585, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .full_screen_header {
    margin: 20px 28px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

@media (max-width: 575.98px) {
    /* line 585, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .full_screen_header {
        display: block !important;
    }
}

/* line 602, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .full_screen_header::before {
    content: "";
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 2px solid #f3f3f4;
}

@media (max-width: 575.98px) {
    /* line 612, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .full_screen_header .full_screen_header_left .logo {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 612, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .full_screen_header .full_screen_header_left .logo {
        display: none;
    }
}

/* line 620, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner {
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    /* line 620, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_left
        .full_screen_owner {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 620, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_left
        .full_screen_owner {
        padding-left: 0;
    }
}

/* line 628, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner
    h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

/* line 634, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner
    h3
    a {
    color: #000000;
}

/* line 636, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner
    h3
    a:hover {
    color: #7c32ff;
}

/* line 641, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner
    p {
    font-size: 12px;
    color: #b1b1b1;
    font-weight: 500;
}

/* line 645, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_left
    .full_screen_owner
    p
    a {
    color: #7c32ff;
}

@media (max-width: 575.98px) {
    /* line 651, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .full_screen_header .full_screen_header_right {
        justify-content: center;
        margin-top: 15px;
    }
}

/* line 657, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .full_screen_header .full_screen_header_right .thumnails li {
    margin-right: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 657, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_right
        .thumnails
        li {
        margin-right: 5px;
    }
}

/* line 662, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li:last-child {
    margin-right: 0;
}

/* line 665, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li
    a {
    border-radius: 10px;
    display: inline-block;
    width: 80px;
    height: 60px;
    padding: 0;
    border: 2px solid transparent;
}

@media (max-width: 575.98px) {
    /* line 665, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_right
        .thumnails
        li
        a {
        width: 60px;
        height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 665, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_right
        .thumnails
        li
        a {
        width: 60px;
        height: 50px;
    }
}

/* line 680, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li
    a.active {
    border: 2px solid #7c32ff;
}

/* line 683, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li
    a
    img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

/* line 691, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .close_fullscreen_opup {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    /* line 691, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup
        .full_screen_header
        .full_screen_header_right
        .close_fullscreen_opup {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
    }
}

/* line 699, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .close_fullscreen_opup
    a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #ddd;
    border-radius: 5px;
    display: inline-block;
}

/* line 707, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .close_fullscreen_opup
    a
    i {
    font-size: 20px;
    color: #000;
    line-height: 45px;
}

/* line 712, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .close_fullscreen_opup
    a:hover {
    background: #eee;
}

/* line 719, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
}

@media (min-width: 910px) {
    /* line 719, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .main_img_screen {
        padding: 20px 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* line 735, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .viewr_img {
    padding: 20px 40px;
    margin: 0 20px;
}

@media (max-width: 575.98px) {
    /* line 735, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .main_img_screen .viewr_img {
        padding: 0px;
    }
}

/* line 742, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .viewr_img .viewr_single_img.zoomable {
    cursor: zoom-in;
}

/* line 744, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .viewr_img .viewr_single_img.zoomable img {
    width: 100%;
}

/* line 747, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .main_img_screen
    .viewr_img
    .viewr_single_img.zoomable.zoome2x {
    width: auto;
    cursor: zoom-out;
}

/* line 750, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup
    .main_img_screen
    .viewr_img
    .viewr_single_img.zoomable.zoome2x
    img {
    width: auto;
}

/* line 758, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .add_screen {
    padding: 20px 60px;
    padding-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575.98px) {
    /* line 758, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .full_screen_popup .main_img_screen .add_screen {
        padding: 20px;
    }
}

/* line 768, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .add_screen .add_img img {
    max-width: 120px;
}

/* line 772, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .add_screen .add_info {
    text-align: left;
    padding-left: 20px;
}

/* line 776, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .add_screen .add_info p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #555555;
}

/* line 784, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.full_screen_popup .main_img_screen .add_screen .add_info span a {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #555555;
}

/* line 797, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.showcase_pop_close {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    font-size: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
    /* line 797, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .showcase_pop_close {
        display: none;
    }
}

/* line 810, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.showcase_pop_close i {
    font-weight: 700;
}

/* line 813, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.showcase_pop_close:hover {
    opacity: 1;
}

/* line 820, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop button.Next_prev_btn {
    padding: 0;
    border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0.5;
}

/* line 835, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop button.Next_prev_btn:hover {
    opacity: 1;
}

/* line 838, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.infix_showcase_pop button.Next_prev_btn.btn-next {
    left: auto;
    right: 30px;
}

/* line 847, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.team_list_profile.individual_profile_lists.showcase_common_following_lists {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* line 847, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.98px) {
    /* line 847, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 847, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 847, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 862, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.team_list_profile.individual_profile_lists.showcase_common_following_lists
    .item_showcase_area {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    /* line 862, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 862, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    /* line 862, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area {
        overflow: hidden;
        overflow-x: hidden;
        overflow-x: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 862, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area {
        overflow: hidden;
        overflow-x: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 575.98px) {
    /* line 880, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area
        .single_showcase_item {
        width: 220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* line 880, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .team_list_profile.individual_profile_lists.showcase_common_following_lists
        .item_showcase_area
        .single_showcase_item {
        width: 220px;
    }
}

@media (max-width: 575.98px) {
    /* line 894, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .item_showcase_area.designer_list_wrap.showcase_designer_lists_wrap {
        grid-template-columns: repeat(4, 1fr);
        overflow: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 575.98px) {
    /* line 900, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
    .item_showcase_area.designer_list_wrap.showcase_designer_lists_wrap
        .single_showcase_item {
        width: 290px;
    }
}

/* line 908, ../../../../../../xampp/htdocs/portfolio-showcase/scss/_view_shot.scss */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 99999999999999999;
}

/*# sourceMappingURL=style.css.map */

/*######### WITHOUT SASS NEED TO ADD IN SASS  ###########*/
.social_connection {
    display: flex;
    margin-top: 40px;
}

.social_connection a.primary_btn_1.large_gradient {
    padding: 10px 16px;
    flex-grow: 1;
}

.social_connection a.twitter_connection,
.social_connection a.facebook_connection {
    background-color: #f2f2f2;
    color: #6e6d7a;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 8px;
    flex: 40px 0 0;
}

.social_connection a.twitter_connection:hover,
.social_connection a.facebook_connection:hover {
    background-color: #e5e5e5;
}

.single_input {
    position: relative;
}

.single_input .text-danger {
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -22px;
}

.single_input .text-danger strong {
    font-weight: 400;
    color: #a235ec;
    font-size: 12px;
}

.account_setting_area .edit_profile_wrap .profile_photo_wrap .thumb img {
    width: 80px;
    height: 80px;
}

.switch_toggle_border .slider.round::before {
    bottom: 0px;
    content: "";
    height: 16px;
    left: 0px;
    left: 3px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 16px;
    background: #707db7;
    background: #fff;
    top: 2px;
    box-shadow: none;
}

.switch_toggle_border input:checked + .slider::before {
    transform: translateX(14px);
    background-image: linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -moz-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
}

.switch_toggle_border .slider.round {
    border-radius: 34px;
    border: 1px solid #e3e6ec;
    border: 0 !important;
    background: #eceef4 !important;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 36px;
    margin-bottom: 0;
}

.switch_toggle_border input:checked + .slider {
    border-color: #eceef4 !important;
}

.help-margin {
    margin-left: -20px;
}

/* button  */
.button-remove,
.button-remove-one {
    background: #f6f4ff;
    border: 0;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #ff0000;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
}

.border_t_1px {
    border-top: 1px solid #eae4f8;
    opacity: 0.7;
}

.common_textarea_bg {
    background: #f6f4ff;
}

.up_big_image img {
    width: 100%;
}

div#preview {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    width: 100%;
}

div#preview img {
    width: 100%;
    /* height: 80px; */
    height: auto;
    border-radius: 5px;
}

/********* update css fix without sass  **********/

.comment_content_header:not(:first-child) {
    padding-left: 25px;
}

.shot_view_wrapper
    .shot_info
    .conversation_shot
    .commented_comments
    .comment_list
    .comment_content
    .comment_content_header
    .like_replay_days
    .liked
    span
    i {
    margin-left: 5px;
}

.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    h4 {
    opacity: 0;
}

.item_showcase_area
    .single_showcase_item:hover
    .showcase_item_thumb
    .item_thum_inner
    .shocase_hover
    .showcase_meta
    h4 {
    opacity: 1;
}

.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner {
    /*height: 210px;*/
}

.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    img {
    width: 100%;
    height: 100%;
}

.infix_showcase_pop.infix_showcase_pop_mini {
}

.infix_showcase_pop.infix_showcase_pop_mini .modal-dialog .modal-content {
    padding-bottom: 30px;
}

.infix_showcase_pop.infix_showcase_pop_mini .modal-dialog {
    max-width: 600px;
}

@media (min-width: 1600px) {
    .item_showcase_area {
        grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
    }
}

.gray_btn_square:hover {
    color: #fff !important;
}

.save_btn,
.heart_btn {
    color: #7c32ff !important;
}

.save_btn:hover {
    background: #ded7eb;
    color: #7c32ff;
}

/* ti-save */

.gradient-bg-active {
    background-image: -webkit-linear-gradient(
        0deg,
        #7c32ff 0%,
        #a235ec 70%,
        #c738d8 100%
    );
    color: #fff !important;
}

.modal {
    z-index: 10000;
}

.modal.over-popup {
    z-index: 10001;
}

.collection-list .modal-body .single_field {
    border: 1px solid #eee;
    padding: 13px;
}

.collection-list .modal-body .single_field a {
    cursor: pointer;
}

/*---------------------------- update css-------------------------------*/

.item_showcase_area
    .single_showcase_item
    .showcase_item_thumb
    .item_thum_inner
    img {
    width: 100%;
    height: 100%;
}

.shot_view_wrapper .image_tabs ul li a {
    padding: 0;
    height: 70px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
}

.shot_view_wrapper .image_tabs ul li a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.showcase_tab_content {
    max-height: 600px !important;
    overflow: hidden;
    cursor: zoom-in;
}

.max-width-singel-page .showcase_tab_content {
    max-height: 750px !important;
}

.account_setting_area .edit_profile_wrap .profile_photo_wrap .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li
    a {
    overflow: hidden;
}

.full_screen_popup
    .full_screen_header
    .full_screen_header_right
    .thumnails
    li
    a
    img {
    height: auto;
}

.thumb-section {
    width: 100%;
    border-radius: 5px;
    /*height: 85px;*/
    position: relative;
    overflow: hidden;
}

.thumb-section img {
    border-radius: 5px;
    height: auto;
    width: 100%;
    cursor: pointer;
    min-height: 100%;
}

@media only screen and (min-width: 1660px) and (max-width: 1920px) {
    .login_resistration_area .login_resistration_form p.login_resister_links {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
}

@media (min-width: 950px) and (max-width: 1050.98px) {
    .showcase_tab_content {
        max-height: 750px;
    }
}

@media (min-width: 1050px) and (max-width: 1150.98px) {
    .showcase_tab_content {
        max-height: 825px;
    }
}

@media (min-width: 1151px) and (max-width: 1250.98px) {
    .showcase_tab_content {
        max-height: 900px;
    }
}

@media (min-width: 1251px) and (max-width: 1350.98px) {
    .showcase_tab_content {
        max-height: 975px;
    }
}

@media (min-width: 1351px) and (max-width: 1450.98px) {
    .showcase_tab_content {
        max-height: 1050px;
    }
}

@media (min-width: 1451px) and (max-width: 1550.98px) {
    .showcase_tab_content {
        max-height: 1125px;
    }
}

@media (min-width: 1551px) and (max-width: 1650.98px) {
    .showcase_tab_content {
        max-height: 1200px;
    }
}

@media (min-width: 1651px) and (max-width: 1750px) {
    .showcase_tab_content {
        max-height: 1275px;
    }
}

@media (min-width: 1920px) {
    .showcase_tab_content {
        max-height: 1440px;
    }
}

.shadow_none {
    box-shadow: none !important;
}

.infix_showcase_pop_mini {
    z-index: 1000000;
}

.message-info {
    float: left;
}

.card-left {
    margin-left: 8.4%;
}
.value {
    font-weight: bold;
}

.ticket-header-section {
    width: 100%;
}
.header-attachment {
    background-color: #f7f4ff;
}
.admin-card {
    background-color: #f7f4ff;
}
.thumbnail {
    height: 66px;
    width: 66px;
    border-radius: 50%;
}
.user-text-right {
    text-align: right;
}
.pink-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #d558e0;
    color: white;
}

.max-width-singel-page {
    max-width: 1250px;
}

.pointer {
    cursor: pointer;
}

.dropdown-toggle:hover {
    color: #000;
}

.theme_tooltip {
    position: relative;
    z-index: 1;
}

.theme_tooltip span {
    background-color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: -41px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    visibility: visible;
    transition: 0.3s;
}
.theme_tooltip span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -10px;
    right: 10px;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #000 transparent;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}
.theme_tooltip:hover span {
    opacity: 1;
    visibility: visible;
    top: -51px;
}

.shot_view_wrapper
    .shot_info
    .conversation_meta
    .conversation_status
    > div
    .color_plate_tag
    li
    span {
    float: left;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0s;
    position: relative;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    background-color: #fff;
}

.stripe-card {
    border: 1px solid #e1e2e6;
}
.stripe-card .card-header {
    padding: 20px 30px;
    background: transparent;
    border-bottom: 1px solid #e1e2e6 !important;
}
.stripe-card .card-body {
    padding: 20px 30px;
}

.note-editor .modal-content .modal-header {
    background: url(../../img/modal-header-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 5px 5px 0px 0px;
    border: 0;
    padding: 33px 40px;
    display: flex;
    flex-direction: row-reverse;
}
.note-editor .modal-content .modal-body {
    padding: 40px 50px;
}
.note-editor .modal-content .modal-header .modal-title {
    font-size: 18px;
    color: #ffffff;
}
.note-editor .modal-content .modal-header .close {
    color: #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.note-editor .btn-primary.disabled,
.note-editor .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.sp-palette-container {
    display: none;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}
.table-th-overflow {
    overflow: hidden;
}

.table-td-overflow {
    overflow: hidden;
}
.ticket_btn {
    width: 50%;
}

.card-body-img img {
    width: 100% !important;
}

.active-a {
    color: #c037dc !important;
}


.header_iner .showcase_main_menu .main_menu_wrapper .logo img {
    max-width: 120px;
}
.sidebar .logo img {
    max-width: 120px;
}


.footer_widget .footer_logo a img {
    max-width: 120px;
}

.login_logo a img{
    max-width: 120px;
}

.note-editor  input {
    padding: 11px 20px;
}
.note-editor .btn-primary{
    color: #fff;
    border: 0 !important;
    background-image: linear-gradient(
0deg
, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -moz-linear-gradient(0deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -webkit-linear-gradient(
0deg
, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -ms-linear-gradient(0deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
}
.common_form .single_field input.btn {
    color: #fff !important;
    border: 0 !important;
    background-image: linear-gradient(
0deg
, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -moz-linear-gradient(0deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -webkit-linear-gradient(
0deg
, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
    background-image: -ms-linear-gradient(0deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
}


/* new css for table  */

.support_tab.nav_tab_wrapper li:not(:last-child) {
    margin-bottom: 10px;
}
.support_tab.nav_tab_wrapper li a {
    background: #f5efff;
}
.support_tab.nav_tab_wrapper li a {
    background: #f5efff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}
.support_tab.nav_tab_wrapper li a.active {
    background: #7c32ff !important;
    color: #fff;
}

.supportTab_content table {
}
.supportTab_content .table thead th {
    border-bottom: 1px solid #f5efff;
    background: #f5efff;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border: 0;
    padding: 14px 20px 15.5px 20px;
}
.supportTab_content .table tbody td {
    border-bottom: 1px solid #e9e9e9;
    border-top: 0;
    padding: 20px;
    color: #555555;
    vertical-align: middle;
    font-size: 14px;
}
.bio_badge.badge-primary {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    background: #c738d8;
    white-space: nowrap;
}
.bio_badge.badge-danger ,.bio_badge.badge-warning{
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    background: #ff0000;
    white-space: nowrap;
}
.bio_badge.badge-success {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    background: #38d84f;
    white-space: nowrap;
}
.primary_lineBtn {
    display: inline-block;
    border-radius: 5px;
    color: #9c9c9c;
    text-align: center;
    padding: 10px 25px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    white-space: nowrap;
    border: 0;
    border: 1px solid #e9e9e9 !important;
    color: #7c32ff !important;
}
.support_tab .sm_btn_2 {
    line-height: 21px;
    background-color: #ffffff;
    height: 40px;
    padding: 9px 20px;
    color: #7c32ff !important;
    width: 175px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400 !important;
    border: 1px solid #eae4f8;
    border: 1px solid #e9e9e9 !important;
}
.form-control.primary-input {
    background: #f6f4ff;
    color: #555555;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    padding-left: 25px;
    width: 100%;
}


/* new update  */
.white_checkbox.checkbox_custom {
    flex: 20px 0 0;
}
.white_checkbox.checkbox_custom label {
    background-color: #fff;
    border-radius: 0%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 2px;
    margin-bottom: 0;
}
.mb_57 {
    margin-bottom: 57px;
}
.user_about_wrapper .user_about_single {
}
.user_about_wrapper .user_about_single {
}
.user_about_wrapper {
}
.exprience_lists {
    background: #f5efff;
    border-radius: 4px;
    padding: 25px;
}
.exprience_lists li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.exprience_lists li:not(:last-child) {
    margin-bottom: 20px;
}
.exprience_lists li .lists_left {
    display: flex;
    align-items: center;
}
.exprience_lists li .lists_left .white_checkbox.checkbox_custom {
    margin-right: 15px;
}
.exprience_lists li .lists_left h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.exprience_lists li .lists_right {
}
.exprience_lists li .lists_right p {
    color: #555555;
    font-size: 14px;
}

/* switch  */
.switch_toggle.color_switch .slider::before {
    bottom: 2px;
}
.switch_toggle.color_switch .slider {
    background-color: transparent;
    border: 1px solid #e3e6ec;
}
.switch_toggle.color_switch input:checked + .slider {
    background: #f0c6f1;
    border: 1px solid #f0c6f1;
}
.edit_info {
}
.edit_info a {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
.edit_info a i {
    color: #7c32ff;
    margin-right: 7px;
}
/* social_shair_copy  */
.social_shair_copy {
}
.social_shair_copy a {
    background: #f6f6f6;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    color: #000000;
    font-weight: 400;
    padding: 9px 11px;
}
.social_shair_copy a:hover {
    background: #f5efff;
}
.social_shair_copy a:not(:last-child) {
    margin-right: 7px;
}
.social_shair_copy a i {
    color: #555555;
    font-size: 12px;
    margin-right: 6px;
}
.social_shair_copy a.twitter_color i {
    color: #1da1f2;
}
.social_shair_copy a.fb_color i {
    color: #3b5998;
}
.social_shair_copy a i {
}

/* address_wized  */
.address_wized {
    border: 1px solid #d8d8d8;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 35px;
}
.address_wized p,
.address_wized p a {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
.address_wized p:not(:last-child) {
    margin-bottom: 15px;
}
.address_wized p i {
    font-size: 14px;
    color: #7c32ff;
    margin-right: 15px;
}
.subcommon_title {
}
.subcommon_title {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}
/* .bordered_header {
    border-top: 1px solid #f4efef;
    border-bottom: 1px solid #f4efef;
    padding: 15px 0 10px 0;
    margin-bottom: 55px;
} */
.nice_Select .list {
    max-height: 400px;
    overflow: auto;
}
.showcase_item_tab .nav a {
    white-space: nowrap;
}

.grid_upload{
    grid-gap: 20px;
}
