/*-----------------------------------------------------------------------------------

    Template Name: ECC Job Career
    Version: 1.0

-----------------------------------------------------------------------------------

      List Of CSS
***====================***

1.    Theme Default CSS
2.    Header
3.    Banner
4.    Job Post
5.    Blog
6.    Testimonial
7.    Page Title
8.    Services
9.    Pricing
10.   Form Style
11.   Contact
12.   Contact
20.   Footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*-- Custom Gilroy Font --*/
@font-face {
    font-family: "Gilroy";
    src: url("fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Gilroy";
    src: url("fonts/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Gilroy";
    src: url("fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
}
/*-- Common Style --*/
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --grey: #686f7a;
    --blue: #06377D;
    --red: #dc3827;
    --red-hover: #dc3827;
    --blue-hover: #0d6efd;
}

html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 1.785711;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    visibility: visible;
    font-family: "Gilroy", sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #1A1818;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
}

h2 {
    font-size: 30px;
}
@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h5 {
    font-size: 18px;
}
@media only screen and (max-width: 575px) {
    h5 {
        font-size: 16px;
    }
}

.form-input-preview-item.pb-1 p.text-gray-color,
.justify-content-between.align-items-center p.text-heading-color {
    font-size: 14px;
}

.w-78 {
    width: 78% !important;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, i, button, img, input, span,
*:before, *:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    text-decoration: none;
}

button, input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

img {
    max-width: 100%;
}

.line-height-body {
    line-height: 25px;
}

.hr-style {
    border-top: 1px solid #f5f5f5;
    margin: 20px 0;
    opacity: 1;
}

.hr-two-style {
    border-top: 2px solid #f5f5f5;
    margin: 21px 0;
    opacity: 1;
}

.hr-three-style {
    border-top: 1px solid #f5f5f5;
    margin: 21px 0;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.pt-7 {
    padding-top: 7px;
}

.pos-top-0 {
    top: 0;
}

.pos-top-1 {
    top: 1px;
}

.pos-top-2 {
    top: 2px;
}

.pos-top-3 {
    top: 3px;
}

.pos-top--1 {
    top: -1px;
}

@media only screen and (max-width: 767px) {
    .w-sm-100 {
        width: 100% !important;
    }
}
/*-- Color CSS --*/
.text-theme-color {
    color: var(--blue) !important;
}

.text-theme2-color {
    color: #E39D13 !important;
}

.text-theme3-color {
    color: #D30F0F !important;
}

.text-heading-color {
    color: #1A1818 !important;
}

.text-gray-color {
    color: #c4c4c4 !important;
}

.bg-theme-color {
    background-color: #07ce77 !important;
}

.border-theme {
    border-color: #07ce77 !important;
}

.border-color-f5 {
    border-color: #f5f5f5 !important;
}

/*-- Font Size CSS --*/
.fz-10 {
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .fz-sm-10 {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .fz-sm-14 {
        font-size: 14px !important;
        font-weight: 500;
    }
}

@media only screen and (max-width: 767px) {
    .fw-sm-500 {
        font-weight: 500;
    }
}

.fz-12 {
    font-size: 12px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}
@media only screen and (max-width: 479px) {
    .fz-18 {
        font-size: 16px;
    }
}

.fz-30 {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .fz-30 {
        font-size: 24px;
    }
}

.fz-56 {
    font-size: 56px;
}
@media only screen and (max-width: 767px) {
    .fz-56 {
        font-size: 30px;
    }
}

/*-- Button CSS --*/
.btn-theme {
    background-color: var(--blue);
    border-color: var(--blue);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 13.5px 38.25px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .btn-theme {
        padding: 7.5px 18px 8.5px;
    }
}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus {
    color: #fff;
    background-color: var(--blue-hover);
}
.btn-theme .icon {
    margin-right: 7px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .btn-theme .icon {
        margin-right: 3px;
    }
}
.btn-theme-2 {
    background-color: #D30F0F;
}
.btn-gray {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #c4c4c4;
}
.btn-gray:hover {
    background-color: #07ce77;
    border-color: #07ce77;
    color: #fff;
}
.btn-size-one {
    font-size: 16px;
    padding: 11.5px 41.21px 13.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .btn-size-one {
        font-size: 15px;
        padding: 12px 25px 11px;
    }
}
@media only screen and (max-width: 575px) {
    .btn-size-one {
        font-size: 14px;
        padding: 11px 21px 10px;
    }
}
.btn-size-two {
    font-size: 14px;
    font-weight: 500;
    padding: 6.5px 19px 7.5px;
}
.btn-size-two .icon {
    margin-left: 6px;
}
.btn-size-three {
    font-size: 16px;
    padding: 12px 86.52px 13px;
}
.btn-link-style {
    border-bottom: 1px solid #187AAA;
    color: #187AAA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1px;
}
.btn-link-style:hover {
    border-color: var(--grey);
}
.btn-link-style-two {
    border-color: #2197ED;
    color: #2197ED;
}
.btn-wishlist-size {
    border: 1px solid var(--blue);
    border-radius: 50%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 41px;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}
@media only screen and (max-width: 767px) {
    .btn-wishlist-size {
        height: 30px;
        line-height: 27px;
        width: 30px;
    }
}
.btn-wishlist-size .icon {
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}
.btn-wishlist-size:hover {
    background-color: var(--blue);
}
.btn-wishlist-size:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

button.btn-theme {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-- Section Space CSS --*/
.section-padding {
    padding: 31px 0;
}
.section-padding-two {
    padding: 92px 0 107px;
}
.section-padding-three {
    padding: 31px 0 73px;
}
.section-padding-four {
    padding: 27px 0 48px;
}
.section-padding-five {
    padding: 0 0 90px;
}
.section-padding-six {
    padding: 19px 0 50px;
}
.section-padding-seven {
    padding: 80px 0 86px;
}
.section-padding-eight {
    padding: 81px 0 83px;
}
@media only screen and (max-width: 767px) {
    .section-padding-eight {
        padding: 41px 0 43px;
    }
}
.section-padding-nine {
    padding: 19px 0 90px;
}
.section-padding-ten {
    padding: 22px 0 34px;
}
.section-padding-eleven {
    padding: 19px 0 90px;
}
@media only screen and (max-width: 767px) {
    .section-padding-eleven {
        padding: 19px 0 40px;
    }
}

/*-- Section Title CSS --*/
.section-title {
    margin-bottom: 30px;
}
.section-title .title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 36px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        margin-bottom: 7px;
    }
}
.section-title .title-desc {
    color: #c4c4c4;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title-desc {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title-desc {
        font-size: 14px;
    }
}
.section-title .title-two {
    padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
    .section-title .title-two {
        font-size: 24px;
    }
}
.section-title .title-three {
    margin-bottom: 67px;
}
@media only screen and (max-width: 767px) {
    .section-title .title-three {
        margin-bottom: 18px;
    }
}
.section-two-title {
    margin-bottom: 73px;
}
.section-three-title {
    margin-bottom: 51px;
}
.section-three-title .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-three-title .title {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .section-three-title .title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
}
.section-three-title .title-desc {
    color: #c4c4c4;
    margin-bottom: 0;
}
.section-three-title .title-desc-two {
    padding: 0 25px;
}
.section-three-title .title-desc-three {
    color: #000000;
    font-size: 24px;
    line-height: 25px;
    padding-top: 3px;
    margin-bottom: 103px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-three-title .title-desc-three {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
.section-four-title {
    margin-bottom: 51px;
}
.section-four-title .title {
    color: var(--grey);
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-four-title .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .section-four-title .title {
        font-size: 24px;
    }
}
.section-four-title .title-desc {
    color: #c4c4c4;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-four-title .title-desc {
        font-size: 16px;
    }
}
.section-four-title .title-desc-two {
    color: #c4c4c4;
    font-size: 10px;
    margin-bottom: 7px;
}
.section-four-title .sub-title {
    line-height: 1;
    margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
    .section-four-title .sub-title {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .section-faq-title .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-faq-title .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .section-faq-title .title {
        font-size: 26px;
    }
    #faq-intro-title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.inner-title-separate {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}
.inner-title-separate .inner-title {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

/*-- Privacy Policy CSS --*/
.privacy-policy-title {
    margin-bottom: 20px;
}
.privacy-policy-desc {
    color: #1A1818;
    margin-bottom: 32px;
}
.privacy-policy-list {
    margin-bottom: 32px;
    padding-left: 23px;
}
.privacy-policy-list li {
    list-style-type: decimal;
    margin-bottom: 0;
}

/*-- FAQ CSS --*/
.faq-one-area {
    margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-one-area {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .faq-one-area {
        margin-right: 0;
    }
}

/*-- Accordion CSS --*/
.accordion-style .accordion-item {
    border: none;
    margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
    .accordion-style .accordion-item {
        margin-bottom: 20px;
    }
}
.accordion-style .accordion-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.accordion-style .accordion-button {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1A1818;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .accordion-style .accordion-button {
        font-size: 14px;
    }
}
.accordion-style .accordion-button:not(.collapsed):after {
    content: "\f106";
    font-family: "FontAwesome";
    top: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media only screen and (max-width: 767px) {
    .accordion-style .accordion-button:not(.collapsed):after {
        top: 0;
    }
}
.accordion-style .accordion-button:after {
    background-image: none;
    color: #1A1818;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: -39px;
    top: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
    .accordion-style .accordion-button:after {
        top: 0;
    }
}
.accordion-style .accordion-body {
    padding: 18px 0 0;
}
.accordion-style .accordion-body p {
    color: #1A1818;
    margin-bottom: 0;
}
.accordion-style-one {
    padding-bottom: 12px;
}
.accordion-style-one .accordion-item {
    margin-bottom: 18px;
}
.accordion-style-one .accordion-button {
    color: var(--blue);
}
.accordion-style-one .accordion-button.collapsed {
    color: #1A1818;
}
.accordion-style-one .accordion-button.collapsed:after {
    color: #1A1818;
}
.accordion-style-one .accordion-button:hover {
    color: var(--blue);
}
.accordion-style-one .accordion-button:hover:after {
    color: var(--blue);
}
.accordion-style-one .accordion-button:after {
    color: var(--blue);
    top: 4px;
}
@media only screen and (max-width: 767px) {
    .accordion-style-one .accordion-button:after {
        top: 0px;
    }
}
.accordion-style-one .accordion-body {
    padding-top: 10px;
}
.accordion-style-two {
    padding-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .accordion-style-two {
        padding-bottom: 0;
    }
}
.accordion-style-two .accordion-item {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-style-two .accordion-item {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .accordion-item {
        margin-bottom: 20px;
    }
}
.accordion-style-two .accordion-button {
    line-height: 1;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .accordion-button {
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .accordion-style-two .accordion-button {
        padding-right: 10px;
    }
}
.accordion-style-two .accordion-button:after {
    font-size: 12px;
    right: -29px;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .accordion-button:after {
        top: 2px;
    }
}
@media only screen and (max-width: 575px) {
    .accordion-style-two .accordion-button:after {
        right: -12px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .accordion-button:not(.collapsed):after {
        top: 2px;
    }
}
.accordion-style-two .accordion-body {
    padding-top: 18px;
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .widget-checkbox .form-check-input {
        border-radius: 3px;
        height: 12px !important;
        width: 12px !important;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-style-two .widget-checkbox .form-check-label {
        font-size: 10px !important;
        margin-left: 7px !important;
        line-height: 1.3;
    }
}
.accordion-style-three .accordion-button {
    color: var(--blue);
}
.accordion-style-three .accordion-button.collapsed {
    color: #1A1818;
}
.accordion-style-three .accordion-button.collapsed:after {
    color: #1A1818;
}
.accordion-style-three .accordion-button:hover {
    color: var(--blue);
}
.accordion-style-three .accordion-button:hover:after {
    color: var(--blue);
}
.accordion-style-three .accordion-button:after {
    color: var(--blue);
}
.accordion-style-four .accordion-item {
    margin-bottom: 0;
}
.accordion-style-four .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.accordion-style-four .accordion-button {
    border: none;
    border-bottom: 1px solid var(--grey);
    border-radius: 0;
    color: var(--grey);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .accordion-style-four .accordion-button {
        font-size: 12px;
    }
}
.accordion-style-four .accordion-button.collapsed {
    border-radius: 0;
    color: var(--grey);
}
.accordion-style-four .accordion-button.collapsed:after {
    display: none;
}
.accordion-style-four .accordion-button:hover {
    color: var(--grey);
}
.accordion-style-four .accordion-button:hover:after {
    color: var(--grey);
}
.accordion-style-four .accordion-button:after {
    display: none;
}
.accordion-style-four .accordion-body {
    padding: 30px 0 0;
}

/*-- Terms of Service CSS --*/
.terms-of-service-area {
    margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
    .terms-of-service-area {
        margin-bottom: 25px;
    }
}
.terms-of-service-title {
    margin-bottom: 20px;
}

.alert-style-one {
    background-color: #003C33;
    -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    bottom: 0;
    color: #c4c4c4;
    left: 0;
    margin-bottom: 0;
    padding: 18.5px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .alert-style-one {
        font-size: 13px;
    }
}
.alert-style-one .btn-link {
    color: #01ffc2;
    margin-left: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/*-- Terms of Service CSS --*/
.qualification-img {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

/*-- Swiper CSS --*/
.swiper-container.swiper-shadow {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.swiper-container.swiper-shadow .swiper-slide {
    padding-bottom: 30px;
    padding-top: 30px;
}
@media only screen and (max-width: 575px) {
    .swiper-container.swiper-shadow.pricing-slider-container, .swiper-container.swiper-shadow.pricing-two-slider-container {
        padding: 0 40px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    line-height: 1;
}

.swiper-button-style .swiper-button-next,
.swiper-button-style .swiper-button-prev {
    top: calc(50% - 25px);
    color: #1A1818;
}
.swiper-button-style .swiper-button-next i,
.swiper-button-style .swiper-button-prev i {
    color: #1A1818;
}
.swiper-button-style .swiper-button-next:after,
.swiper-button-style .swiper-button-prev:after {
    display: none;
}
.swiper-button-style .swiper-button-next.swiper-button-disabled i,
.swiper-button-style .swiper-button-prev.swiper-button-disabled i {
    opacity: 0.3;
}
.swiper-button-style.style-two .swiper-button-next,
.swiper-button-style.style-two .swiper-button-prev {
    top: 80px;
    color: #1A1818;
    opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .swiper-button-style.style-two .swiper-button-next,
    .swiper-button-style.style-two .swiper-button-prev {
        opacity: 1;
    }
}
.swiper-button-style.style-two .swiper-button-next i,
.swiper-button-style.style-two .swiper-button-prev i {
    color: #07ce77;
}
.swiper-button-style.style-three .swiper-button-next,
.swiper-button-style.style-three .swiper-button-prev {
    color: #c4c4c4;
    left: -12px;
    top: calc(50% - 110px);
}
@media only screen and (max-width: 575px) {
    .swiper-button-style.style-three .swiper-button-next,
    .swiper-button-style.style-three .swiper-button-prev {
        left: 12px;
        top: calc(50% - 110px);
    }
}
.swiper-button-style.style-three .swiper-button-next i,
.swiper-button-style.style-three .swiper-button-prev i {
    color: #c4c4c4;
    font-size: 40px;
}
.swiper-button-style.style-three .swiper-button-next:hover i,
.swiper-button-style.style-three .swiper-button-prev:hover i {
    color: #07ce77;
}
.swiper-button-style.style-three .swiper-button-next {
    left: auto;
    right: -12px;
}
@media only screen and (max-width: 575px) {
    .swiper-button-style.style-three .swiper-button-next {
        right: 12px;
    }
}
.swiper-button-style.style-four .swiper-button-next,
.swiper-button-style.style-four .swiper-button-prev {
    color: #c4c4c4;
    left: -15px;
    top: calc(50% - 1px);
}
@media only screen and (max-width: 575px) {
    .swiper-button-style.style-four .swiper-button-next,
    .swiper-button-style.style-four .swiper-button-prev {
        left: 7px;
    }
}
.swiper-button-style.style-four .swiper-button-next i,
.swiper-button-style.style-four .swiper-button-prev i {
    color: #c4c4c4;
    font-size: 40px;
}
.swiper-button-style.style-four .swiper-button-next:hover i,
.swiper-button-style.style-four .swiper-button-prev:hover i {
    color: #07ce77;
}
.swiper-button-style.style-four .swiper-button-next {
    left: auto;
    right: -15px;
}
@media only screen and (max-width: 575px) {
    .swiper-button-style.style-four .swiper-button-next {
        right: 7px;
    }
}

/*-- Margin & Padding CSS --*/
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Custom Row CSS --*/
.row-1 {
    margin-left: -1px;
    margin-right: -1px;
}
.row-1 > [class*=col] {
    padding-left: 1px;
    padding-right: 1px;
}

/*-- Input Placeholder CSS --*/
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- Scroll Up CSS --*/
#scrollUp {
    width: 40px;
    height: 40px;
    color: #ffffff;
    right: 40px;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}
#scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px;
}
#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*-- Main Wrapper CSS --*/
#main-wrapper {
    position: relative;
}

/*----------------------------------------*/
/*  2.  Header
/*----------------------------------------*/
.header-area {
    background-color: #fff;
    border: none;
    padding: 23px 0 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area .custom-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .header-area {
        padding: 20px 0 18px;
    }
}
.header-area .header-action {
    margin-left: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-area .header-action {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area .header-action {
        margin-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    .header-area .col-auto {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header-logo {
        margin-bottom: 0;
        text-align: center;
    }
}
.header-logo object {
    pointer-events: none;
}
@media only screen and (max-width: 575px) {
    .header-logo object {
        width: 90%;
    }
}
@media only screen and (max-width: 479px) {
    .header-logo object {
        width: 90%;
    }
}
.header-logo img {
    position: relative;
    top: -2px;
}

.header-navigation {
    position: relative;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-nav-item {
    position: relative;
    margin: 0 8px;
}
.main-nav-item:first-child {
    margin-left: 0;
}
.main-nav-item:first-child .main-nav-link {
    padding-left: 0;
}
.main-nav-item:last-child {
    margin-right: 0;
}
.main-nav-item:last-child .main-nav-link {
    padding-right: 0;
}
.main-nav-link {
    color: #1A1818;
    font-size: 14px;
    font-weight: 600;
    padding: 22px 12px;
    display: inline-block;
    line-height: 1;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-nav-link {
        padding: 22px 6px;
    }
}
.main-nav-link:hover {
    color: var(--red);
}
.main-nav li.active > a {
    color: var(--grey);
}
.main-nav li.active ul li.active > a {
    color: var(--grey);
}
.main-nav li.active ul li.active ul li.active > a {
    color: var(--grey) !important;
}

.style-submenu > a:after {
    color: #1A1818;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 12px;
    margin-left: 9px;
    position: relative;
    right: auto;
    top: -1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    vertical-align: middle;
}
.style-submenu:hover > a:after {
    color: var(--grey);
}
.style-submenu:hover .submenu-nav, .style-submenu:hover .submenu-nav-mega {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.submenu-nav {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 20px;
    color: #000000;
    left: -15px;
    opacity: 0;
    margin-top: 30px;
    min-width: 175px;
    padding: 0 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 175px;
    z-index: 9999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.submenu-nav-item {
    padding: 0;
    margin-bottom: 0;
}
.submenu-nav-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.submenu-nav-link {
    border-radius: 20px;
    color: #1A1818;
    display: block;
    font-size: 14px;
    padding: 6px 20px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.submenu-nav-link:hover {
    color: var(--red);
}
.submenu-nav .style-submenu {
    position: relative;
}
.submenu-nav .style-submenu .submenu-nav-link:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.submenu-nav .style-submenu .submenu-nav {
    border-radius: 0;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}
.submenu-nav .style-submenu .submenu-nav .submenu-nav-link:before {
    display: none;
}
.submenu-nav .style-submenu .submenu-nav .submenu-nav-link:hover {
    color: #07ce77;
}
.submenu-nav .style-submenu:hover .submenu-nav-link {
    color: #07ce77;
}
.submenu-nav .style-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.submenu-nav .style-submenu:hover .submenu-nav .submenu-nav-link {
    color: #1d1d1d;
}
.submenu-nav .style-submenu:hover .submenu-nav .submenu-nav-link:hover {
    color: #07ce77;
}

.submenu-nav-mega {
    -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    opacity: 0;
    margin-top: 30px;
    min-width: 720px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.submenu-nav-mega-item {
    border-right: 1px solid rgba(173, 181, 189, 0.15);
    border-bottom: none;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: 0;
}
.submenu-nav-mega-item:last-child {
    border-right: none;
}
.submenu-nav-mega-item:hover .mega-title {
    color: #07ce77;
    text-decoration: none;
}
.submenu-nav-mega-item ul > li {
    border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}
.submenu-nav-mega-item ul > li:first-child {
    border-top: 1px solid rgba(173, 181, 189, 0.15);
}
.submenu-nav-mega-item ul > li:last-child {
    border-bottom: none;
}
.submenu-nav-mega-link {
    color: #1d1d1d;
    display: block;
    font-size: 13px;
    padding: 11px 35px 10px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.submenu-nav-mega-link:hover {
    color: #07ce77;
    background-color: rgba(173, 181, 189, 0.15);
    text-decoration: none;
}
.submenu-nav-mega .mega-title {
    color: #2d2d2d;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 35px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.submenu-nav-mega .mega-title:hover {
    background-color: transparent;
    cursor: auto;
    text-decoration: none;
}
.submenu-nav-mega .style-submenu {
    position: relative;
}
.submenu-nav-mega .style-submenu a:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.submenu-nav-mega .style-submenu .submenu-nav {
    border-radius: 0;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}
.submenu-nav-mega .style-submenu .submenu-nav a:before {
    display: none;
}
.submenu-nav-mega .style-submenu .submenu-nav a:hover {
    color: #07ce77;
}
.submenu-nav-mega .style-submenu:hover a {
    color: #07ce77;
}
.submenu-nav-mega .style-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.submenu-nav-mega .style-submenu:hover .submenu-nav a {
    color: #1d1d1d;
}
.submenu-nav-mega .style-submenu:hover .submenu-nav a:hover {
    color: #07ce77;
}

.btn-menu {
    background-color: transparent;
    border: none;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 17px;
    margin-left: 0;
    padding: 0;
}
.btn-menu:hover {
    background-color: transparent;
}

.header-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-action-joinus {
    color: var(--blue);
    font-weight: 600;
    margin-right: 25px;
}
@media only screen and (max-width: 767px) {
    .header-action-joinus {
        margin-right: 12px;
    }
}
.header-action-btn .btn-icon {
    margin-left: 35px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .header-action-btn .btn-icon {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .header-action-btn .btn-icon.btn-action-cart img {
        position: relative;
        /*top: -2px;*/
    }
}
.header-action-btn .btn-icon span {
    background-color: var(--blue);
    border-radius: 50%;
    bottom: 1px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    height: 13px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    right: -6px;
    width: 13px;
}
@media only screen and (max-width: 479px) {
    .header-action-btn .btn-icon span {
        font-size: 7px;
        line-height: 10px;
        height: 11px;
        width: 11px;
    }
}
@media only screen and (max-width: 767px) {
    .header-action-btn .btn-icon-two {
        margin-left: 0;
    }
}
.header-action-btn .btn-icon-two span {
    bottom: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-action-btn .btn-login {
        background-color: transparent;
        padding: 0;
    }
}
.header-action-aside-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-action-aside-btn .author-img {
    margin-left: 0;
    max-height: 35px !important;
    max-width: 35px !important;
}

.btn-aside-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .btn-aside-menu {
        margin-left: 15px;
    }
}
.btn-aside-menu span {
    background-color: #1A1818;
    border-radius: 1px;
    display: inline-block;
    height: 1.9px;
    margin-bottom: 4px;
    width: 25px;
}
.btn-aside-menu span:last-child {
    margin-bottom: 0;
}
.btn-aside-menu:hover span {
    background-color: #07ce77;
}

.aside-menu-style.offcanvas-end {
    width: 377px;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style.offcanvas-end {
        width: 310px;
    }
}
.aside-menu-style .offcanvas-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 72px;
}
.aside-menu-style .offcanvas-header .btn-close-icon {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 52px;
}
.aside-menu-style .offcanvas-body {
    padding: 41px 72px;
}
.profile-author .author-img {
    max-height: 44px !important;
    max-width: 44px !important;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style .offcanvas-body {
        padding-top: 10px;
    }
}
.aside-menu-style .offcanvas-footer {
    text-align: right;
    padding: 10px 72px 49px;
}
.aside-menu-style .profile-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.aside-menu-style .profile-author .offcanvas-title {
    color: var(--blue);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 22px;
}
@media only screen and (max-width: 767px) {
    .aside-menu-style .profile-author .offcanvas-title {
        font-size: 18px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .aside-menu-style .profile-author .offcanvas-title {
        font-size: 16px;
    }
}
.aside-menu-style .nav-sidebar-list {
    text-align: right;
}
.aside-menu-style .nav-sidebar-item {
    color: #1A1818;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .aside-menu-style .nav-sidebar-item {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .aside-menu-style .nav-sidebar-item {
        font-size: 16px;
    }
}
.aside-menu-style .nav-sidebar-item:hover {
    color: var(--blue);
}
.aside-menu-style .nav-sidebar-item-logout {
    color: #D30F0F;
    font-size: 18px;
    font-weight: 700;
}
.aside-menu-style .nav-sidebar-item-logout .icon {
    margin-right: 10px;
}
.aside-menu-style.style-two.offcanvas-end {
    width: 460px;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style.style-two.offcanvas-end {
        width: 310px;
    }
}
.aside-menu-style.style-two .offcanvas-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 72px 0 30px;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style.style-two .offcanvas-header {
        padding: 25px 15px 0 15px;
    }
}
.aside-menu-style.style-two .offcanvas-header .btn-close-icon {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.aside-menu-style.style-two .offcanvas-body {
    padding: 0 72px 41px 30px;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style.style-two .offcanvas-body {
        padding: 0 15px 20px 15px;
    }
}
.aside-menu-style.style-two .offcanvas-footer {
    padding: 49px 72px 34px 30px;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .aside-menu-style.style-two .offcanvas-footer {
        padding: 10px 15px 34px 15px;
    }
}

.nav-sidebar-item {
    color: #1A1818;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.nav-sidebar-item.active {
    color: var(--blue);
}

.aside-side-menu-wrapper {
    padding: 0;
}
@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper.offcanvas-end {
        width: 310px;
    }
}
.aside-side-menu-wrapper .offcanvas-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--blue);
    cursor: pointer;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 30px;
}
@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper .offcanvas-header {
        height: 45px;
    }
}
.aside-side-menu-wrapper .offcanvas-header h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper .offcanvas-header h5 {
        font-size: 16px;
        font-weight: 500;
    }
}
.aside-side-menu-wrapper .offcanvas-header .btn-close {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 32px;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
    color: #000000;
}
.aside-side-menu-wrapper .offcanvas-body {
    padding: 0 30px 20px;
}

.sidemenu-top {
    position: relative;
}
.sidemenu-top .header-top-info {
    border-bottom: 1px solid #eee;
    font-size: 12px;
}
.sidemenu-top .header-top-info a {
    display: block;
    padding: 10px 30px;
}
@media only screen and (max-width: 479px) {
    .sidemenu-top .header-top-info a {
        line-height: 1.6;
    }
}
.sidemenu-top .header-info-dropdown {
    border-bottom: 1px solid #eee;
    display: block;
}
.sidemenu-top .header-info-dropdown:last-child {
    border: none;
}
.sidemenu-top .header-info-dropdown:last-child .dropdown-menu {
    top: -2px !important;
}
.sidemenu-top .header-info-dropdown .btn-info {
    color: #373737;
    display: block;
    font-weight: 400;
    font-size: 17px;
    padding: 17px 30px;
    text-align: left;
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .sidemenu-top .header-info-dropdown .btn-info {
        font-size: 14px;
        padding: 12px 30px;
    }
}
.sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
    color: #3f3f3f;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 28px;
    right: 30px;
    top: calc(50% - 15px);
}
@media only screen and (max-width: 479px) {
    .sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
        font-size: 24px;
        top: calc(50% - 13px);
    }
}
.sidemenu-top .header-info-dropdown .btn-info:before {
    display: none;
}
.sidemenu-top .header-info-dropdown .dropdown-menu {
    left: 0 !important;
    max-width: none;
    padding: 3px 25px;
    top: -1px !important;
    width: 100%;
}

.offcanvas-menu {
    position: relative;
    z-index: 1;
}

.offcanvas-menu::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.offcanvas-menu ul ul {
    display: none;
}

.offcanvas-menu > ul > li > ul li {
    border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
    padding: 7px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.offcanvas-menu > ul > li > ul li a:not(:only-child):after {
    font-size: 18px;
    right: 3px;
    top: 3px;
}

.offcanvas-menu > ul > li > ul li > ul li {
    border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li > ul li a {
    padding: 7px 30px;
    font-size: 13px;
    color: #000;
}

.offcanvas-menu li.active > ul {
    display: block;
}

.offcanvas-menu li a {
    display: block;
    text-transform: capitalize;
    color: #000;
    padding: 10px 0px;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
    .offcanvas-menu li a {
        font-size: 15px;
    }
}
.offcanvas-menu li a:hover {
    color: var(--blue);
}
.offcanvas-menu li a:hover:after {
    color: var(--blue);
}

.offcanvas-menu a:not(:only-child):after {
    color: #000;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
    .offcanvas-menu a:not(:only-child):after {
        font-size: 16px;
        top: 8px;
    }
}

.offcanvas-menu .active > a:not(:only-child):after {
    content: "\f106";
}

/*----------------------------------------*/
/*  3.  Home Slider CSS
/*----------------------------------------*/
.home-slider-area.slider-default {
    position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content h2, .home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content p, .home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .btn-theme {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}
.home-slider-area.slider-default .home-slider-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-slider-area.slider-default .slider-content-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 500px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area.slider-default .slider-content-area {
        height: 380px;
    }
}
@media only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area {
        height: 350px;
    }
}
.home-slider-area.slider-default .slider-content-area.bg-img {
    background-size: cover;
    background-position: 0 -105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area.bg-img {
        background-position: 0 0;
    }
}
.home-slider-area.slider-default .slider-content-area .content {
    margin-top: -12px;
}
@media only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area .content {
        margin-top: -18px;
    }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
    position: relative;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    color: #ffffff;
    font-size: 96px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    transform: translate(0px, 45px);
    -webkit-transform: translate(0px, 45px);
    -moz-transform: translate(0px, 45px);
    -ms-transform: translate(0px, 45px);
    -o-transform: translate(0px, 45px);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 84px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 54px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 40px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform: translate(0px, 40px);
    -webkit-transform: translate(0px, 40px);
    -moz-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    -o-transform: translate(0px, 40px);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content p {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 30px;
    padding: 8px 41.2px;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    transform: translate(0px, 35px);
    -webkit-transform: translate(0px, 35px);
    -moz-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    -o-transform: translate(0px, 35px);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
        font-size: 16px;
        padding: 8px 17px;
    }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme:hover {
    background-color: var(--grey);
    border-color: var(--grey);
    color: #07ce77;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2, .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    opacity: 0;
}

.swiper-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-slider-container .swiper-button-prev:after, .home-slider-container .swiper-button-next:after {
    display: none;
    content: "\f177";
    font-family: "FontAwesome";
    font-weight: 500;
    font-size: 40px;
}
.home-slider-container .swiper-button-next:after {
    content: "\f178";
}

.swiper-button-area .swiper-button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-button-area .swiper-button-next,
.swiper-button-area .swiper-button-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: -65px;
    width: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .swiper-button-area .swiper-button-next,
    .swiper-button-area .swiper-button-prev {
        top: -40px;
    }
}
.swiper-button-area .swiper-button-next i,
.swiper-button-area .swiper-button-prev i {
    color: #ffffff;
}
.swiper-button-area .swiper-button-next .icon,
.swiper-button-area .swiper-button-prev .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.swiper-button-area .swiper-button-next.swiper-button-disabled i,
.swiper-button-area .swiper-button-prev.swiper-button-disabled i {
    opacity: 0.3;
}
.swiper-button-area .swiper-button-next.swiper-button-disabled .icon,
.swiper-button-area .swiper-button-prev.swiper-button-disabled .icon {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.swiper-button-area .swiper-button-prev,
.swiper-button-area .swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-area .swiper-button-next,
.swiper-button-area .swiper-rtl .swiper-button-prev {
    left: 45px;
}
.swiper-button-area .swiper-pagination {
    bottom: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    left: 23px;
    position: relative;
    top: -80px;
    width: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .swiper-button-area .swiper-pagination {
        top: -55px;
    }
}

/*----------------------------------------*/
/*  4.  Job Post CSS
/*----------------------------------------*/
.job-post {
    border-bottom: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .job-post {
        border-bottom: none;
        margin-bottom: 12px;
        padding-bottom: 0;
    }
}
.job-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .job-post-content {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-content {
        padding-right: 10px;
        width: 100%;
    }
}
.job-post-content .thumb {
    min-width: 140px;
    margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-content .thumb {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content .thumb {
        float: left;
        margin-right: 12px;
        min-width: 60px;
        max-width: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-content .thumb {
        min-width: 30px;
        max-width: 30px;
        margin-right: 9px;
        margin-bottom: 10px;
    }
}
.job-post-content .content {
    padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-content .content {
        padding-top: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content .content {
        padding-top: 3px;
    }
}
.job-post-content .content-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-content .content-list {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content .content-list {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-content .content-list {
        margin-top: 10px;
    }
}
.job-post-content .content-list .list-item {
    color: var(--grey);
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}
.job-post-content .content-list .list-item svg{
    color: var(--blue);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-content .content-list .list-item {
        font-size: 14px;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-content .content-list .list-item {
        display: block;
        font-size: 10px;
        margin-right: 0;
    }
}
.job-post-content .content-list .list-item:last-child {
    margin-right: 0;
}
.job-post-content .content-list .list-item .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
@media only screen and (max-width: 575px) {
    .job-post-content .content-list .list-item .icon {
        margin-right: 2px;
        width: 10px;
    }
}
.job-post-content .btn-wishlist {
    background-color: var(--grey);
    border: none;
    border-radius: 50%;
    height: 41px;
    line-height: 41px;
    margin-left: 5px;
    text-align: center;
    width: 41px;
}
@media only screen and (max-width: 767px) {
    .job-post-content .btn-wishlist {
        height: 31px;
        line-height: 31px;
        width: 31px;
    }
}
.job-post-content-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .job-post-content-two {
        width: 75%;
    }
}
.job-post-content-two .thumb {
    min-width: 100px;
    margin-right: 91px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-content-two .thumb {
        margin-right: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content-two .thumb {
        min-width: 50px;
        margin-right: 12px;
    }
}
.job-post-content-two .content {
    padding-top: 14px;
}
@media only screen and (max-width: 767px) {
    .job-post-content-two .content {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content-two .content-list {
        margin-top: 0;
    }
}
.job-post-content-two .content-list .list-item {
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .job-post-content-two .content-list .list-item {
        font-size: 10px;
        margin-right: 3px;
    }
}
.job-post-content-two .content-list .list-item .icon {
    top: 0;
}
@media only screen and (max-width: 767px) {
    .job-post-content-three {
        width: 75%;
    }
}
.job-post-content-three .thumb {
    min-width: 70px;
    margin-right: 24px;
}
.job-post-content-three .content {
    padding-top: 0;
}
.job-post-content-three .content-list .list-item {
    margin-right: 28px;
}

@media only screen and (min-width: 768px) {
    .job-post-content-three .content-list .list-item.canvasList {
        font-size: 15px;
        display: inline-block;
    }
    .canvasDeleteButton{
        height: 20px;
        width: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-content-three .content-list .list-item {
        margin-right: 3px;
    }
}
.job-post-content-three .content-list .list-item .icon {
    top: -1px;
}
.job-post-category {
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .job-post-category {
        font-size: 16px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-category {
        font-size: 10px;
        margin-bottom: 5px;
    }
}
.job-post-title {
    font-weight: 700;
    margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
    .job-post-title.canvasTitle {
        font-size: 16px;
    }
    .job-post-title.canvasTitle1 {
        font-size: 25px;
    }
}
}
@media only screen and (max-width: 767px) {
    .job-post-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-title {
        font-size: 21px;
        margin-bottom: 10px;
    }
}
.job-post-title .badge {
    background-color: #E39D13;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin-left: 15px;
    padding: 4.5px 10.5px 3.5px;
    position: relative;
    text-align: center;
    vertical-align: super;
    top: 4px;
}
.job-post-feature {
    padding-top: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-feature {
        min-width: 181px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-feature {
        min-width: 134px;
        padding-top: 3px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-feature {
        min-width: 102px;
        text-align: end;
    }
}
.job-post-feature .feature-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
    .job-post-feature .feature-top {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 8px;
    }
}
.job-post-feature .feature-top .btn-wishlist {
    background-color: var(--grey);
    border: none;
    border-radius: 5px;
    height: 41px;
    line-height: 41px;
    margin-left: 5px;
    text-align: center;
    width: 41px;
}
.job-post-feature .feature-top .btn-wishlist:hover {
    background: var(--red-hover);
}
@media only screen and (max-width: 767px) {
    .job-post-feature .feature-top .btn-wishlist {
        height: 31px;
        line-height: 31px;
        width: 31px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-feature .feature-top .btn-wishlist {
        margin-bottom: 8px;
    }
}
.job-post-feature .btn-theme {
    font-size: 16px;
    padding: 12.5px 41.04px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-feature .btn-theme {
        font-size: 15px;
        padding: 12.5px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-feature .btn-theme {
        font-size: 12px;
        padding: 9.5px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-feature .btn-theme {
        font-size: 10px;
        padding: 7.5px 15px;
        width: 100%;
    }
}
.job-post-feature .btn-theme.btn-border {
    background-color: var(--grey);
    color: #fff;
    display: block;
    padding: 11.5px 41.04px;
}
@media only screen and (max-width: 767px) {
    .job-post-feature .btn-theme.btn-border {
        font-size: 12px;
        padding: 9.5px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-feature .btn-theme.btn-border {
        display: inline-block;
        font-size: 10px;
        padding: 7.5px 15px;
    }
}
.job-post-feature .btn-theme.btn-border:hover {
    background-color: var(--red-hover);
    color: #fff;
}
.job-post-two {
    border: none;
    margin-bottom: 41px;
    padding-bottom: 0;
}
.job-post-two-area {
    padding: 0 25px 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .job-post-two-area {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-two-area {
        padding-left: 0;
    }
}
.job-post-two .job-post-title {
    margin-bottom: 9px;
}
.job-post-two .job-post-content .content {
    padding-top: 0;
}
.job-post-two .job-post-content .content-list .list-item {
    margin-right: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-two .job-post-content .content-list .list-item {
        margin-right: 12px;
    }
}
.job-post-two .job-post-content .content-list .list-item:last-child {
    margin-right: 0;
}
.job-post-two .job-post-content .content-list .list-item .icon {
    top: -1px;
}
.job-post-two .job-post-content .content-list .list-item .icon-pin-two-theme {
    width: 13.8px;
}
.job-post-two .job-post-content .content-list .list-item .icon-clock-theme {
    width: 16px;
}
.job-post-two .job-post-feature {
    padding-top: 3px;
}
.job-post-two .job-post-feature .feature-top {
    margin-bottom: 6px;
}
.job-post-two .job-post-feature .btn-theme {
    padding: 4.37px 20.9px 6.37px;
}
.job-post-two .job-post-feature .btn-theme.btn-border {
    padding: 4px 20.9px 4.74px;
}
.job-post-three-area .job-post {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .job-post-three-area .job-post {
        margin-bottom: 15px;
    }
}
.job-post-four {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 31px;
    padding-bottom: 34px;
}
@media only screen and (max-width: 767px) {
    .job-post-five-area.job-post-access-area .job-post-content .content .job-post-title {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area.job-post-access-area .job-post-content .content .job-post-btn {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area.job-post-access-area .job-post-content .content .job-post-btn .btn-theme {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 15px;
    }
}
.job-post-five-area .job-post {
    margin-bottom: 26px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-five-area .job-post {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .thumb {
        min-width: 50px;
        max-width: 50px;
        margin-right: 18px;
    }
}
.job-post-five-area .job-post-content .thumb .btn-theme.badge {
    background-color: #E39D13;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin-left: -3px;
    padding: 4.5px 10.5px 3.5px;
    position: relative;
    text-align: center;
    vertical-align: super;
    top: 4px;
}
.job-post-five-area .job-post-content .content .job-post-title {
    font-size: 21px;
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content .job-post-title {
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content .job-post-title + .job-post-btn {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content .job-post-title + .job-post-btn .btn-theme {
        font-size: 12px;
        padding: 6px 18px 5px;
        max-height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content .job-post-title + .job-post-btn .btn-wishlist {
        height: 25px;
        max-height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .job-post-five-area .job-post-content .content .job-post-title + .job-post-btn .btn-wishlist img {
        width: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content-list {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-five-area .job-post-content .content-list .list-item {
        margin-right: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content-list .list-item {
        font-size: 11px;
        /* margin-bottom: 5px;
    margin-right: 8px; */
        display: inline-block;
    }
}
.job-post-five-area .job-post-content .content-list .list-item .icon {
    margin-right: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-post-five-area .job-post-content .content-list .list-item .icon {
        margin-right: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .content-list .list-item .icon {
        margin-right: 7px;
        top: 0;
        width: 11px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .job-post-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-five-area .job-post-content .job-post-btn .btn-wishlist {
        margin-right: 5px;
        margin-top: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .job-post-six-area .job-post {
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-six-area .job-post .job-post-title, .job-post-six-area .job-post h6 {
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-six-area .job-post .job-post-title .badge {
        display: block;
        width: 63px;
    }
}
@media only screen and (max-width: 767px) {
    .short-listed-resumes-title {
        font-size: 21px;
    }
    .short-listed-resumes-sub-title {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .job-post-six-area .job-post h6 span {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .job-post-six-area .job-post .btn-link-style {
        font-size: 10px;
    }
}
.job-post-scrollbar-style {
    max-height: 720px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 48px;
    scrollbar-color: var(--grey) #c4c4c4;
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .job-post-scrollbar-style {
        padding-right: 18px;
    }
}
.job-post-scrollbar-style::-webkit-scrollbar {
    width: 7px;
}
.job-post-scrollbar-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.job-post-scrollbar-style::-webkit-scrollbar-thumb {
    background: var(--grey);
    border-radius: 10px;
}
.job-post-scrollbar-style::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

.job-profile-view .btn-wishlist {
    background-color: #07ce77;
    border: none;
    border-radius: 50%;
    height: 55px;
    line-height: 57px;
    margin-left: 155px;
    text-align: center;
    width: 55px;
    position: relative;
    top: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .job-profile-view .btn-wishlist {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-profile-view .btn-wishlist {
        height: 55px;
        line-height: 55px;
        width: 55px;
        margin-left: 80px;
        top: -5px;
    }
}
@media only screen and (max-width: 767px) {
    .job-profile-view .btn-wishlist {
        height: 41px;
        line-height: 41px;
        width: 41px;
        margin-left: 40px;
        top: -5px;
    }
}
.job-profile-view .btn-wishlist .icon {
    width: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .job-profile-view .btn-wishlist .icon {
        width: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .job-profile-view .btn-wishlist .icon {
        width: 15px;
    }
}

.job-post-container-area {
    /*max-width: 1077px;*/
    padding-left: 37px;
    width: 100%;
}
@media only screen and (max-width: 1399px) {
    .job-post-container-area {
        padding-left: 0;
    }
}

.job-detail-list-item {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 14px;
    padding-bottom: 9px;
}
.job-detail-list-item .title {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.job-detail-list-item .item {
    color: #1A1818;
    font-size: 16px;
    font-weight: 600;
    padding-left: 34px;
    position: relative;
}
.job-detail-list-item .item .icon {
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .vacancies-area .job-post-feature {
        min-width: auto;
    }
}
.vacancies-img {
    border-radius: 20px;
    margin-bottom: 85px;
    margin-top: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .vacancies-img {
        margin-top: 0;
    }
}
.vacancies-two-img {
    border-radius: 20px;
    margin-bottom: 36px;
    margin-top: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .vacancies-two-img {
        margin-top: 0;
    }
}
.vacancies-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 11px;
    margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .vacancies-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .employer-dashbord-transactions-area .transactions-area {
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .employer-dashbord-transactions-area .inner-title-separate .inner-title {
        font-size: 10px;
    }
}

.filters-sorting {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 8px;
}
.filters-sorting-show-number {
    color: #1A1818;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
@media only screen and (max-width: 575px) {
    .filters-sorting-show-number {
        font-size: 12px;
    }
}
.filters-sorting .filter-sorting {
    color: #c4c4c4;
    margin-right: -12px;
    width: 141px;
}
@media only screen and (max-width: 575px) {
    .filters-sorting .filter-sorting {
        width: 125px;
    }
}
.filters-sorting .filter-sorting .icon {
    font-size: 12px;
    margin-left: 6px;
}
.filters-sorting .filter-sorting-title {
    color: #1A1818;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
}
@media only screen and (max-width: 575px) {
    .filters-sorting .filter-sorting-title {
        font-size: 12px;
        margin-right: 0;
    }
}
.filters-sorting .filter-sorting .custom-select {
    position: relative;
}
.filters-sorting .filter-sorting .custom-select .form-select {
    display: none;
}
.filters-sorting .filter-sorting .custom-select .select-selected {
    color: #c4c4c4;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 10px 4px 17px;
    position: relative;
    top: 3px;
}
@media only screen and (max-width: 575px) {
    .filters-sorting .filter-sorting .custom-select .select-selected {
        font-size: 12px;
        padding: 1px 10px 4px;
        top: 0;
    }
}
.filters-sorting .filter-sorting .custom-select .select-selected:after {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    position: relative;
    right: -10px;
    top: calc(50% - 13px);
}
.filters-sorting .filter-sorting .custom-select .select-selected.select-arrow-active {
    color: #1A1818;
}
.filters-sorting .filter-sorting .custom-select .select-selected.select-arrow-active:after {
    content: "\f106";
}
.filters-sorting .filter-sorting .custom-select .select-selected-bottom-rounded {
    border-radius: 10px 10px 10px 10px;
}
.filters-sorting .filter-sorting .custom-select .select-selected-bottom-square {
    border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-color: #ffffff;
    color: #1A1818;
}
.filters-sorting .filter-sorting .custom-select .select-selected-bottom-square:before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
}
.filters-sorting .filter-sorting .custom-select .select-items {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    margin-right: 0;
    padding: 0 0 5px;
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    z-index: 99;
}
.filters-sorting .filter-sorting .custom-select .select-items > div {
    color: #1A1818;
    cursor: pointer;
    border: none;
    line-height: 1;
    padding: 9px 17px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.filters-sorting .filter-sorting .custom-select .select-items > div:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--grey);
}
.filters-sorting .filter-sorting .custom-select .select-items .same-as-selected {
    color: #1A1818;
}
.filters-sorting .filter-sorting .custom-select .select-items.select-hide {
    display: none;
}
.filters-sorting .filter-sorting .custom-select .select-items::-webkit-scrollbar {
    width: 4px;
}
.filters-sorting .filter-sorting .custom-select .select-items::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0px 0px 2px 0px;
}
.filters-sorting .filter-sorting .custom-select .select-items::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 2px; /* optional rounded handle */
    width: 2px;
    height: 50px;
}
.filters-sorting .filter-sorting .custom-select .select-items::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}
.filters-expandall + .accordian-sidebar-area .collapse {
    display: block;
}
.filters-expandall + .accordian-sidebar-area .collapse.collapse:not(.show) {
    display: none;
}

.widget-checkbox .form-check {
    line-height: 1;
    margin-bottom: 8px;
}
.widget-checkbox .form-check-label {
    color: #1A1818;
    font-weight: 600;
    margin-left: 20px;
    font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .widget-checkbox .form-check-label {
        margin-left: 10px;
    }
}
.widget-checkbox .form-check-label span {
    margin-left: 6px;
}
.widget-checkbox .form-check-input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
    position: relative;
    top: -1px;
    width: 24px;
}
.widget-checkbox .form-check-input:checked {
    background-color: var(--blue);
}
.widget-checkbox .form-check-input:checked + label span {
    color: var(--grey);
}

.transactions-row {
    margin-bottom: 19px;
    padding-bottom: 21px;
}

.scrollbar-style {
    max-height: 720px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .scrollbar-style {
        padding-right: 15px;
    }
}
.scrollbar-style::-webkit-scrollbar {
    width: 7px;
}
.scrollbar-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.scrollbar-style::-webkit-scrollbar-thumb {
    background: var(--grey);
    border-radius: 10px;
}
.scrollbar-style::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
.scrollbar-style.style-two {
    max-height: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-area.scrollbar-style {
        padding-right: 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-area.scrollbar-style {
        background-color: #fff;
        height: auto !important;
        overflow-y: hidden !important;
        max-height: none !important;
        padding-bottom: 30px !important;
        padding-right: 0 !important;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-area.scrollbar-style.fixed-sidebar {
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        left: auto;
        right: auto;
        padding-bottom: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area.scrollbar-style.fixed-sidebar {
        max-width: 696px;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-area.scrollbar-style.fixed-sidebar {
        max-width: 516px;
    }
}
@media only screen and (max-width: 575px) {
    .sidebar-area.scrollbar-style.fixed-sidebar .accordion.accordion-style.accordion-style-two .row {
        max-width: 100%;
    }
}

/*----------------------------------------*/
/*  5.  Blog CSS
/*----------------------------------------*/
.blog-post .thumb {
    margin-bottom: 19px;
}
.blog-post .post-content {
    margin-bottom: 0;
}
.blog-post .post-date {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-post .post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .blog-post .post-title {
        margin-bottom: 18px;
    }
}
.blog-post .post-desc {
    margin-bottom: 19px;
}
.blog-post .post-btn {
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
}
.blog-post .post-btn .icon {
    margin-left: 3px;
}
.blog-two-post {
    position: relative;
}
.blog-two-post-content {
    bottom: 50px;
    left: 25px;
    position: absolute;
    right: 25px;
}
.blog-two-post-title {
    /*color: #07ce77;*/
    color: var(--red);
    margin-bottom: 41px;
}
.blog-two-post-desc {
    color: #ffffff;
}
.blog-three-post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
}
.blog-three-post .thumb {
    min-width: 99px;
    margin-left: 20px;
}
.blog-three-post .post-content {
    margin-bottom: 0;
}
.blog-three-post .post-date {
    color: #C4C4C4;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-three-post .post-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.blog-three-post .post-desc {
    font-size: 10px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-slider-container {
        padding: 0 8px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-slider-container {
        padding: 0 14px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-slider-container {
        padding: 0 30px;
    }
}

.blog-post-area .blog-post {
    margin-bottom: 50px;
}

/*-------- Single Blog Css --------*/
.single-blog-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-blog-area .single-blog-post {
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .single-blog-area .single-blog-post {
        padding-right: 0;
    }
}
.single-blog-area .sticky-blog-post {
    min-width: 463px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .single-blog-area .sticky-blog-post {
        min-width: 300px;
    }
}
.single-blog-post .thumb {
    margin-bottom: 29px;
}
.single-post-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-post-title {
        font-size: 24px;
    }
}
.single-post-inner-title {
    margin-bottom: 29px;
    padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-inner-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-post-inner-title {
        font-size: 24px;
    }
}
.single-post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 13px;
}
.single-post-meta a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-right: 30px;
}
.single-post-meta a .icon {
    margin-right: 10px;
}
.single-post-meta a:last-child {
    margin-right: 0;
}
.single-post-desc {
    color: #1A1818;
    margin-bottom: 29px;
}

.blockquote-one {
    border-left: 4px solid var(--blue);
    margin-top: 33px;
    margin-bottom: 31px;
    padding: 26px 0 26px 50px;
}
@media only screen and (max-width: 575px) {
    .blockquote-one {
        padding-left: 20px;
    }
}
.blockquote-one-text {
    color: #1A1818;
    font-weight: 600;
    margin-bottom: 29px;
}
.blockquote-one-name {
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
}
.blockquote-one-name:before {
    content: "-";
    left: -10px;
    position: absolute;
    top: 0;
}

.social-links-one {
    margin-top: 22px;
}
.social-links-one h6 {
    margin-bottom: 10px;
}

/*-------- Pagination Style Css --------*/
.pagination-area .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
}

.page-numbers li:last-child .page-number {
    margin-right: 0;
}
.page-numbers .page-number {
    color: #C4C4C4;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-right: 17px;
    text-align: center;
}
.page-numbers .page-number .icon {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.page-numbers .page-number.prev-first, .page-numbers .page-number.next {
    margin-right: 5px;
}
.page-numbers .page-number.prev {
    margin-right: 8px;
}
.page-numbers .page-number.next {
    margin-left: -7px;
}
.page-numbers .page-number.active, .page-numbers .page-number:hover {
    color: var(--blue);
}
.page-numbers .page-number.active .icon, .page-numbers .page-number:hover .icon {
    color: #07ce77;
    -webkit-filter: brightness(0.01);
    filter: brightness(0.01);
}

/*----------------------------------------*/
/*  6.  Testimonial CSS
/*----------------------------------------*/
.testimonial-area {
    padding-bottom: 78px;
    padding-top: 60px;
}
.testimonial-slider {
    padding-top: 52px;
}
.testimonial-item {
    text-align: center;
}
.testimonial-thumb {
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 29px;
    position: relative;
}
.testimonial-thumb .quote-icon {
    position: absolute;
    right: -50px;
    top: -30px;
}
.testimonial-content {
    position: relative;
}
.testimonial-content .desc {
    margin-bottom: 16px;
}
.testimonial-content .name {
    color: var(--blue);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .testimonial-content .name {
        font-size: 20px;
    }
}
.testimonial-content .address {
    font-weight: 700;
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.  Page Title CSS
/*----------------------------------------*/
.page-title-area {
    position: relative;
}
.page-title-area .container-fluid {
    padding: 0 35px;
}
.page-title-style {
    min-height: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-title-style {
        min-height: 250px;
    }
}
.page-title-style.style-two {
    min-height: 250px;
}
@media only screen and (max-width: 767px) {
    .page-title-style.style-two {
        min-height: auto;
    }
}
.page-title-style .page-title-content {
    padding: 20px 0 25px;
}
@media only screen and (max-width: 767px) {
    .page-title-style .page-title-content {
        padding: 25px 0;
    }
}
.page-title-content {
    padding: 128px 0 45px;
    position: relative;
    z-index: 1;
}
.page-title-content-two {
    padding: 19px 0 11px;
}
.page-title-content .title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title-content .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-content .title {
        font-size: 30px;
        margin-bottom: 0;
    }
}
.page-title-content .title-two {
    margin-bottom: 1px;
}
.page-title-content .title-three {
    margin-bottom: 22px;
}
.page-title-content .desc {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .page-title-content .desc {
        font-size: 10px;
    }
}
.page-title-two-area {
    min-height: 336px;
}
@media only screen and (max-width: 767px) {
    .page-title-two-area {
        min-height: 88px;
    }
}

.page-title-area .bg-overlay {
    background-color: #05103b;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

/*----------------------------------------*/
/*  8.  Services CSS
/*----------------------------------------*/
.service-item-icon {
    margin-bottom: 33px;
}
.service-item-icon .icon {
    margin-top: -12px;
}
.service-item-content .title {
    color: var(--grey);
    font-weight: 700;
    margin-bottom: 13px;
}
.service-item-content .desc {
    margin-bottom: 0;
}

.services-area .service-item {
    margin-bottom: 84px;
}

.service-slider-container:hover .swiper-button-style.style-two .swiper-button-next,
.service-slider-container:hover .swiper-button-style.style-two .swiper-button-prev {
    opacity: 1;
}

/*----------------------------------------*/
/*  9.  Pricing CSS
/*----------------------------------------*/
.pricing-item {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 22px 20px 30px;
}
.pricing-title {
    font-weight: 700;
    margin-bottom: 38px;
}
.pricing-price {
    color: var(--blue);
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -1px;
}
.pricing-duration {
    color: #C4C4C4;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 27px;
}
.pricing-desc {
    color: #1A1818;
    margin-bottom: 30px;
}
.pricing-feature {
    margin-bottom: 48px;
    min-height: 130px;
}
.pricing-feature-two {
    margin-bottom: 15px;
}
.pricing-feature li {
    color: #1A1818;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pricing-feature li:last-child {
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  10.  Form Style CSS
/*----------------------------------------*/
.form-style {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    padding: 44px 30px 47px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .form-style {
        border-radius: 20px;
        padding: 30px 15px 30px;
    }
}
.form-style .form-title {
    margin-bottom: 30px;
}
.form-style .form-two-title {
    margin-bottom: 35px;
}
.form-style .form-two-title .icon {
    margin-right: 13px;
    position: relative;
    top: -3px;
}
.form-style .form-three-title {
    margin-bottom: 31px;
}
.form-style .form-three-title .icon {
    margin-right: 13px;
    position: relative;
    top: -3px;
}
.form-style .form-two-inner-title {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
.form-style .form-two-inner-title-separate {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}
.form-style .form-group {
    margin-bottom: 19px;
}
.form-style .form-group-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.form-style .form-group-file .file-item {
    margin-bottom: 54px;
}
.form-style .form-group-file .file-item h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item h6 {
        margin-left: 7px;
    }
}
.form-style .form-group-file .file-item p {
    color: #c4c4c4;
    margin-left: 12px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item p {
        margin-left: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item .input-file-btn {
        margin-top: 7px;
    }
}
.form-style .form-group-file .file-item .input-file-btn label {
    background-color: var(--grey);
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item .input-file-btn label {
        padding: 4px 15px;
    }
}
.form-style .form-group-file .file-item .input-file-btn label .icon {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.form-style .form-group-file .file-item .input-file-btn .form-control-file {
    height: 1px;
    margin-left: -1px;
    width: 1px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-plus label {
    border-radius: 50%;
    height: 41px;
    line-height: 41px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    width: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item .input-file-btn.input-file-plus label {
        height: 33px;
        line-height: 33px;
        width: 33px;
    }
}
.form-style .form-group-file .file-item .input-file-btn.input-file-plus label .icon {
    position: relative;
    right: -2px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash label, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn {
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 41px;
    line-height: 41px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    width: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style .form-group-file .file-item .input-file-btn.input-file-trash label, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn {
        height: 33px;
        line-height: 33px;
        width: 33px;
    }
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash label .icon, .form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn .icon {
    position: relative;
    right: -2px;
}
.form-style .form-group-file .file-item .input-file-btn.input-file-trash .trash-icon-btn .icon {
    right: auto;
}
.form-style .form-group-file .file-item .form-control-file::-webkit-file-upload-button {
    visibility: hidden;
}
.form-style .form-group-file .file-item .form-control-file:before {
    content: "Select File";
}
.form-style .form-group-file-two {
    margin-bottom: 24px;
}
.form-style .form-group-file-two .file-item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file-two .file-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-style .form-group-file-two .file-item h6, .form-style .form-group-file-two .file-item p {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file-three .thumb {
        max-width: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file-three h2 + h2 {
        font-size: 20px;
    }
}
.form-style .form-group-file .my-profile-thumb {
    margin-right: 48px;
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .my-profile-thumb {
        margin-right: 15px;
        max-width: 70px;
    }
}
.form-style .form-group-file .my-profile-thumb + .file-item {
    margin-bottom: 0;
    margin-top: 0;
}
.form-style .form-group-file .my-profile-thumb + .file-item h5 {
    font-weight: 700;
}
.form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn {
    margin-top: 31px;
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn {
        margin-top: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn label {
        font-size: 12px;
        padding: 3.5px 34px 4px;
    }
}
.form-style .form-group-select .form-label {
    padding-top: 4px;
}
.form-style .form-group-select .form-label .custom-select {
    padding: 0;
}
.form-style .form-group .input-group.date {
    position: relative;
}
.form-style .form-group .input-group.date:after {
    border: none;
    color: #c4c4c4;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: calc(50% - 13px);
}
.form-style .form-group .input-group.date .form-control {
    border-radius: 5px 0 0 5px;
}
.form-style .form-group .input-group.date .form-control:active, .form-style .form-group .input-group.date .form-control:focus {
    border-color: #f5f5f5;
}
.form-style .form-group .input-group.date .input-group-addon {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    width: 30px;
}
.form-style .form-group .custom-select {
    position: relative;
}
.form-style .form-group .custom-select .form-select {
    display: none; /*hide original SELECT element:*/
}
.form-style .form-group .custom-select .select-selected {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c4c4c4;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    min-height: 41px;
    padding: 7px 20px;
    outline: none;
}
.form-style .form-group .custom-select .select-selected:after {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: calc(50% - 13px);
}
.form-style .form-group .custom-select .select-selected.select-arrow-active {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-color: #ffffff;
    color: #1A1818;
}
.form-style .form-group .custom-select .select-selected.select-arrow-active:after {
    content: "\f106";
}
.form-style .form-group .custom-select .select-selected-bottom-rounded {
    border-radius: 5px;
}
.form-style .form-group .custom-select .select-selected-bottom-square {
    border-radius: 5px 5px 0 0;
}
.form-style .form-group .custom-select .select-items {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    max-height: 207px;
    overflow-y: auto;
    margin-right: 0;
    padding: 0 0 5px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.form-style .form-group .custom-select .select-items > div {
    color: #1A1818;
    cursor: pointer;
    border: none;
    padding: 4px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.form-style .form-group .custom-select .select-items > div:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #07ce77;
}
.form-style .form-group .custom-select .select-items .same-as-selected {
    color: #1A1818;
}
.form-style .form-group .custom-select .select-items.select-hide {
    display: none;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar {
    width: 4px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0px 0px 2px 0px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 2px; /* optional rounded handle */
    width: 2px;
    height: 50px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}
.form-style .form-label {
    color: #1A1818;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
    padding-left: 20px;
}
@media only screen and (max-width: 767px) {
    .form-style .form-label {
        padding-left: 10px;
    }
}
.form-style .form-control {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1A1818;
    font-size: 14px;
    font-weight: 500;
    min-height: 41px;
    padding: 8px 20px;
    outline: none;
}
.form-style .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control::-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control:-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control::-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control::placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control:placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-style .form-control:active, .form-style .form-control:focus {
    border-color: var(--grey);
}
.form-style .form-control.textarea {
    border-radius: 5px;
    min-height: 180px;
}
.form-style .form-control.address {
    border-radius: 5px;
    min-height: 100px;
}
.form-style .form-control.active::-webkit-input-placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-control.active::-moz-placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-control.active:-ms-input-placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-control.active::-ms-input-placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-control.active::placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-control.active:placeholder {
    color: #1A1818;
    font-weight: 500;
    opacity: 1;
}
.form-style .form-check {
    line-height: 1;
    margin-bottom: 18px;
}
.form-style .form-check-label {
    color: #1A1818;
    font-weight: 600;
    margin-left: 10px;
}
.form-style .form-check-label a {
    color: var(--blue);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.form-style .form-check-label a:not([href]):not([class]), .form-style .form-check-label a:not([href]):not([class]):hover {
    color: var(--blue);
    text-decoration: underline;
}
.form-style .form-check-input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
    position: relative;
    top: -1px;
    width: 24px;
}
.form-style .form-check-input:checked {
    background-color: var(--grey);
}
.form-style .form-recaptcha-floating {
    bottom: -27px;
    left: calc(50% - 108.5px);
    position: absolute;
}
.form-style .form-recaptcha-one {
    margin-top: 9px;
    text-align: center;
}
.form-style .form-input-preview {
    color: #1A1818;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .form-style .form-input-preview {
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .form-style .form-input-preview-edit {
        font-size: 10px;
    }
    .form-style .form-input-preview-edit img {
        width: 10px;
    }
}
.form-style .form-input-preview.list-dot-style {
    padding-left: 19px;
    position: relative;
}
.form-style .form-input-preview.list-dot-style:before {
    background-color: var(--grey);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: calc(50% - 4px);
    width: 10px;
}
.form-style .select-mode {
    padding-left: 35px;
    position: relative;
}
.form-style .select-mode:before {
    background-color: #d9d9d9;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 30px;
}
.form-style .select-mode .light-mode,
.form-style .select-mode .dark-mode {
    color: #1A1818;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
}
.form-style .select-mode .light-mode:before {
    background-color: var(--grey);
    border-radius: 50%;
    content: "";
    height: 28px;
    left: -34px;
    position: absolute;
    top: 1px;
    width: 28px;
}
.form-style-one {
    margin-left: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-one {
        margin-left: 0;
    }
}
.form-style-one + .form-warning-message {
    margin-right: -21px;
    margin-top: 35px;
}
.form-style-two {
    margin-left: 31px;
    padding-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-two {
        margin-left: 0;
        margin-top: 40px;
    }
}
.form-style-two + .form-warning-message {
    margin-top: 1px;
    margin-left: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-two + .form-warning-message {
        margin-left: 0;
    }
}
.form-style-three {
    margin-left: 38px;
    margin-right: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-three {
        margin-left: 0;
        margin-right: 0;
    }
}
.form-style-three + .form-warning-message {
    margin-left: 17px;
    margin-right: 13px;
    margin-top: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-three + .form-warning-message {
        margin-left: 0;
        margin-right: 0;
    }
}
.form-style-four {
    margin-left: 41px;
    margin-right: 15px;
    padding-bottom: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-four {
        margin-left: 0;
        margin-right: 0;
    }
}
.form-style-four + .form-warning-message {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-four + .form-warning-message {
        margin-left: 0;
    }
}
.form-style-five {
    padding: 33px 30px 21px;
}
@media only screen and (max-width: 575px) {
    .form-style-five {
        border-radius: 20px;
        padding: 33px 15px 21px;
    }
}
.form-style-five .form-title {
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 61px;
    margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-five .form-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
.form-style-five .form-title + form {
    padding-bottom: 54px;
}
.form-style-five .form-group {
    margin-bottom: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .form-style-five .form-group-file .file-item p {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .form-style-five .form-group-file .file-item .input-file-btn label {
        padding: 8px 30px;
    }
}
.form-style-five .form-control {
    min-height: 39px;
}
.form-style-six {
    padding: 14px 30px 39px;
}
@media only screen and (max-width: 575px) {
    .form-style-six {
        border-radius: 20px;
        padding: 14px 15px 39px;
    }
}
.form-style-six .form-title {
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 38px;
    margin-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-six .form-title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.form-style-six .form-title + form {
    padding-bottom: 54px;
}
.form-style-six .form-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 575px) {
    .form-style-six .form-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.form-style-six .form-tabs .btn-theme {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #c4c4c4;
    margin-right: 25px;
}
@media only screen and (max-width: 575px) {
    .form-style-six .form-tabs .btn-theme {
        margin-right: 24px;
        padding: 12.5px 15px;
        display: inline-block;
        width: auto !important;
        font-size: 12px;
    }
}
.form-style-six .form-tabs .btn-theme.active {
    background-color: var(--grey);
    border-color: var(--grey);
    color: #ffffff;
}
.form-style-six .form-tabs .btn-theme.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.form-style-six .form-tabs .btn-theme .icon {
    margin-right: 5px;
    position: relative;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 575px) {
    .form-style-six .form-tabs .btn-theme .icon {
        top: -2px;
    }
}
.form-style-six .form-tabs .btn-theme .icon-two {
    top: -2px;
}
.form-style-six .form-tabs .btn-theme:last-child {
    margin-right: 0;
}
.form-style-six .form-tabs + .tab-content + .separate-line {
    margin-top: 29px;
}
.form-style-six .form-group {
    margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
    .form-style-six .tab-content .form-group .btn-theme.btn-size-one {
        font-size: 12px;
        padding: 14.5px 21px;
        min-width: 170px;
    }
}
.canvasBtn{
    padding: 6px 16px;
}
.canvas-resumes{
    font-size: 27px;
}
@media only screen and (max-width: 767px) {
    .canvas-resumes{
        font-size: 20px;
    }
    .canvasInSmall{
        width: 104%;
    }
}

@media only screen and (max-width: 575px) {
    .form-style-six .social-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        margin-left: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .form-style-six .social-btns .social-btn-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 575px) {
    .form-style-six .social-btns .social-btn-items .social-btn {
        font-size: 0;
        width: 45px;
        height: 45px;
        line-height: 36px;
        margin-right: 15px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .form-style-six .social-btns .social-btn-items .social-btn .icon {
        margin-right: 0;
        top: 0;
    }
}
.form-style-six .form-recaptcha {
    margin-bottom: 22px;
}
.form-style-seven {
    padding: 14px 30px 30px;
}
@media only screen and (max-width: 575px) {
    .form-style-seven {
        border-radius: 20px;
        padding: 14px 15px 30px;
    }
}
.form-style-seven .form-title {
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 54px;
    margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .form-style-seven .form-title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.form-style-seven .form-group {
    margin-bottom: 30px;
}
.form-style-eight {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.form-style-eight .form-group {
    margin-bottom: 31px;
}
.form-style-eight .form-group-file .file-item {
    margin-bottom: 31px;
}
.form-style-eight .form-group-file .file-item p {
    margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
    .form-style-eight .form-group-file .file-item p {
        margin-bottom: 7px;
    }
}
.form-style-eight .form-label {
    font-weight: 500;
    margin-bottom: 14px;
}
.form-style-eight .form-control.active::-webkit-input-placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.active::-moz-placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.active:-ms-input-placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.active::-ms-input-placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.active::placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.active:placeholder {
    color: #1A1818;
    opacity: 1;
}
.form-style-eight .form-control.textarea {
    min-height: 217px;
}
.form-style-nine {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.form-style-nine .form-two-title {
    margin-top: 46px;
}
.form-style-nine .form-group {
    margin-bottom: 30px;
}
.form-style-nine .form-label {
    font-weight: 500;
    margin-bottom: 13px;
}
.form-style-nine .form-control.textarea {
    min-height: 100px;
}
.form-style-ten {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.form-style-ten .form-title {
    margin-bottom: 31px;
    margin-top: 50px;
}
.form-style-ten .form-group {
    margin-bottom: 21px;
}
.form-style-ten .form-label {
    font-weight: 500;
    margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
    .form-style-view-profile .form-inputs-preview-two h5, .form-style-view-profile .form-inputs-preview-two p {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .educators-dashbord-settings-area .form-style .form-check-label {
        font-size: 11px;
    }
}

.form-input-items {
    position: relative;
}
.form-input-items .form-control {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    color: #1A1818;
    font-size: 14px;
    height: 30px;
    padding-right: 30px;
    padding-right: 33px;
}
@media only screen and (max-width: 767px) {
    #job-search-div{
        margin-top: -30px;
    }
    #job-filter {
        width: 50%;
        text-align: left;
    }
    #job-search {
        width: 50%;
        text-align: right;
        margin-top: 23px;
    }
}
.form-input-items .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control::-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control:-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control::-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control::placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control:placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form-input-items .form-control:active, .form-input-items .form-control:focus {
    border-color: var(--blue);
}
.form-input-items .btn-src {
    background-color: var(--blue);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.form-input-items .btn-src .icon {
    position: relative;
    top: -1px;
}
.form-warning-message {
    background: rgba(152, 251, 152, 0.5);
    -webkit-box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    color: #FF0000;
    padding: 14px;
    text-align: center;
}

.employer-view-profile .view-profile-form {
    margin-left: 45px;
    min-width: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .employer-view-profile .view-profile-form {
        margin-left: 0;
        margin-top: 50px;
        min-width: auto;
        max-width: 500px;
    }
}

.login-account-now {
    color: #000000;
    font-size: 16px;
}
.login-account-now a {
    color: #07ce77;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.login-account-now a:not([href]):not([class]), .login-account-now a:not([href]):not([class]):hover {
    color: var(--blue);
    text-decoration: underline;
}

.modal.fade {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .modal-form-style .modal-dialog {
        min-width: 700px;
    }
}
.modal-form-style .modal-content {
    background-color: #ffffff;
    border: none;
    border-radius: 50px;
}
@media only screen and (max-width: 575px) {
    .modal-form-style .modal-content {
        border-radius: 20px;
        margin-right: 5px;
    }
}

.social-btn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 479px) {
    .social-btn-items {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.social-btn {
    background-color: #07ce77;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
    margin-right: 25px;
    padding: 6.65px 41.21px;
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .social-btn {
        font-size: 13px;
        margin-right: 15px;
        padding: 5px 10px;
    }
}
.social-btn:hover {
    color: #ffffff;
}
.social-btn:last-child {
    margin-right: 0;
}
.social-btn .icon {
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.social-btn.btn-google {
    background-color: #f5f5f5;
    color: #c4c4c4;
}
.social-btn.btn-linkedin {
    background-color: #0280BE;
}
.social-btn.btn-facebook {
    background-color: #1877F2;
}
.social-btn.btn-twitter {
    background-color: #1D9BF0;
}
.social-btn.btn-wechat {
    background-color: #51C332;
}
.social-btn.btn-yandex {
    background-color: #f5f5f5;
    color: #c4c4c4;
}

.separate-line {
    color: #c4c4c4;
    line-height: 1;
    margin-bottom: 9px;
    text-align: center;
    position: relative;
}
.separate-line span {
    background-color: #ffffff;
    min-width: 50px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.separate-line:before {
    background-color: #f5f5f5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
}

.custom-input-phone .btn.btn-default {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 500;
    min-height: 41px;
    padding: 8px 12px 8px 13px;
    outline: none;
}
.custom-input-phone .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
    padding-left: 10px;
}
.custom-input-phone .input-group .form-control:focus {
    border-color: transparent;
}
.custom-input-phone .f16 .flag {
    display: none;
}
.custom-input-phone .caret {
    display: none;
}
.custom-input-phone .dropdown-toggle:after {
    border: none;
    color: #c4c4c4;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 3px;
    top: calc(50% - 10px);
}

/*----------------------------------------*/
/*  11.  Contact Style CSS
/*----------------------------------------*/
.contact-info-one-area {
    margin-top: -4px;
}
.contact-info-item {
    margin-bottom: 29px;
}
.contact-info-title {
    color: var(--blue);
    margin-bottom: 14px;
}
.contact-info-list {
    margin-bottom: 0;
}
.contact-info-list li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #1A1818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.contact-info-list li .icon {
    margin-right: 12px;
    position: relative;
    top: -3px;
}

/*----------------------------------------*/
/*  12.  Table Style CSS
/*----------------------------------------*/
.table-style thead th {
    border-bottom: 2px solid #f5f5f5;
    color: #c4c4c4;
    font-weight: 600;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .table-style thead th {
        min-width: 115px;
    }
}
.table-style thead th:first-child {
    padding-left: 0;
}
.table-style tbody tr:first-child td {
    padding-top: 30px;
}
.table-style tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}
.table-style tbody td {
    border-bottom: 2px solid #f5f5f5;
    color: #1A1818;
    padding: 20px 8px;
}
.table-style tbody td:first-child {
    padding-left: 0;
}

/*----------------------------------------*/
/*  4.  Footer
/*----------------------------------------*/
.footer-area {
    background: #252525;
    padding: 32px 0 23px;
}
.footer-area.bg-img {
    background-size: cover;
    position: relative;
    z-index: 1;
}
.footer-area.bg-img:after {
    background-color: #1A1818;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}

.footer-main {
    padding: 49px 0 25px;
}
@media only screen and (max-width: 575px) {
    .footer-main {
        padding: 0 0 10px;
    }
}
.footer-main .widget-title {
    color: var(--red);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
    .footer-main .widget-title {
        font-size: 15px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 575px) {
    .footer-main .widget-item {
        max-width: 255px;
        margin-left: auto;
        margin-right: auto;
    }
}

.widget-nav li {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.widget-nav li a {
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.widget-nav li a:hover {
    color: var(--blue);
}

.widget-info-item {
    margin-bottom: 15px;
}
.widget-info-item h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}
.widget-info-item h6.style-two {
    margin-bottom: 7px;
}
.widget-info-item p, .widget-info-item a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.widget-info-item a:hover {
    color: #07ce77;
}

.widget-contact {
    padding-top: 6px;
}
.widget-contact .widget-social .social-item {
    margin-bottom: 5px;
}

.widget-newsletter-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
}
@media only screen and (max-width: 575px) {
    .widget-newsletter-desc {
        margin-bottom: 18px;
    }
}
.widget-newsletter .newsletter-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.widget-newsletter .newsletter-form .form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9.25px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .widget-newsletter .newsletter-form .form-control {
        padding: 9.25px 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .widget-newsletter .newsletter-form .form-control {
        padding: 9.25px 15px;
    }
}
.widget-newsletter .newsletter-form .form-control::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .form-control::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .form-control:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .form-control::placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .form-control:placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.widget-newsletter .newsletter-form .btn-submit {
    background-color: var(--grey);
    border: none;
    border-radius: 5px;
    height: 41px;
    line-height: 39px;
    margin-left: 10px;
    min-width: 41px;
    text-align: center;
    width: 41px;
}
.widget-newsletter .newsletter-form .btn-submit .icon {
    position: relative;
    right: -1px;
    top: -1px;
}

.widget-social {
    display: block;
    margin-bottom: 5px;
    margin-top: 23px;
}
@media only screen and (max-width: 575px) {
    .widget-social {
        text-align: center;
    }
}
.widget-social .social-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 31px;
    line-height: 27px;
    margin-right: 7px;
    text-align: center;
    width: 31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .widget-social .social-item {
        margin-right: 3px;
    }
}
.widget-social .social-item:last-child {
    margin-right: 0;
}
.widget-social .social-item:hover {
    background-color: var(--grey);
    border-color: var(--grey);
}
.widget-social-theme .social-item {
    border: 1px solid var(--grey);
    border-radius: 50%;
    height: 31px;
    line-height: 29px;
    margin-right: 10px;
    text-align: center;
    width: 31px;
}
.widget-social-theme .social-item:last-child {
    margin-right: 0;
}
.widget-social-theme .social-item:hover {
    background-color: var(--grey);
    border-color: var(--grey);
}
.widget-social-theme .social-item:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footer-bottom {
    padding: 25px 0 0;
}
@media only screen and (max-width: 575px) {
    .footer-bottom {
        padding: 0;
    }
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .copyright {
        text-align: center;
    }
}

/* PURE css solution for rotating carets based on expanded section */
.fa-angle-down {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}
a[aria-expanded='true'] > .fa-angle-down {
    transform: scale(1.6) rotate(-180deg);
}
.my-profile-thumb {
    width: 140px !important;
}
.my-profile-thumb img {
    min-width: 140px !important;
}
