/*

Template Name: Masters of Wedding Photography
Description: 
Author:
Author URL: 
Version: 1.0 


==========================================================================================
					Style Details
==========================================================================================


1. HTML Default Styles

2. Bootstrap Overwrite Styles

3. Helper Component Styles

4. Header/Navigation Styles

5. Home Page Styles



*. Footer

==========================================================================================*/

/*========================================================================================
	1. HTML Default Styles     
========================================================================================*/
body {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

a {
    text-decoration: none !important;
    color: #000;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #ef3124 !important;
    }

    a:focus,
    a:visited {
        outline: none;
        box-shadow: none;
    }

button,
button:focus,
button:visited {
    outline: none;
    box-shadow: none;
}

    button.btn,
    button.btn:focus,
    button.btn:visited {
        outline: none;
        box-shadow: none;
    }

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

input,
input:focus,
input:visited {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    color: #000;
    /* border: ; */
}

/*========================================================================================
	2. Bootstrap Overwrite Styles     
========================================================================================*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}

/*========================================================================================
	3. Helper Component  Styles     
========================================================================================*/

.text-orange {
    color: #ef3124 !important;
}

.bg-orange {
    background: #ef3124 !important;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.section-title {
    position: relative;
}

    .section-title h2 {
        font-family: "Playfair Display", serif;
        font-size: 56px;
        font-weight: 500;
        line-height: 56px;
        margin-bottom: 15px;
    }

        .section-title h2 span {
            display: block;
        }

    .section-title p.sub-top-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: #000;
        margin-bottom: 12px;
        letter-spacing: 2.86px;
    }

    .section-title p.sub-btm-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: #000;
        margin-bottom: 0;
        letter-spacing: 2.86px;
    }

.site-btn-border {
    position: relative;
    background: #000;
    border-radius: 4px;
    padding: 1.5px;
    letter-spacing: 2.142857px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

    .site-btn-border .btn-text {
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        padding: 12px 40px;
        transition: all 0.3s ease-in-out;
    }

    .site-btn-border:hover {
        background: #ef3124;
        color: #fff !important;
    }

    .site-btn-border .btn-text:hover {
        color: #fff !important;
        border-color: #fff !important;
    }

.site-icon-btn {
    position: relative;
    background: #000;
    color: #fff;
    padding: 12px 25px 12px 30px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

    .site-icon-btn:hover {
        background: #ef3124;
        color: #fff !important;
    }

    .site-icon-btn.has-border {
        position: relative;
        background: #000;
        color: #fff;
        padding: 2px;
        border-radius: 4px;
        font-size: 15px;
        letter-spacing: 3px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .site-icon-btn.has-border .btn-content {
            padding: 12px 25px 12px 25px;
            display: block;
            border: 1px solid #ef3124;
            border-radius: 2px;
            transition: all 0.3s ease-in-out;
        }

    .site-icon-btn span.icon {
        margin-left: 20px;
    }

    .site-icon-btn.has-border:hover .btn-content {
        background: #ef3124;
        color: #fff;
        border: 1px solid #fff;
    }

.link {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #ef3124 !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .link:before {
        position: absolute;
        left: 0;
        bottom: 0px;
        content: "";
        width: 100%;
        height: 1px;
        background: #ef3124;
    }

.ui-datepicker {
    width: 283px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ef3124;
    background: #ef3124;
    font-weight: normal;
    color: #fff;
}

/*========================================================================================
    Checkbox Styles     
========================================================================================*/
.checkbox {
    width: 100%;
}

    .checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .checkbox label {
        position: relative;
        cursor: pointer;
        padding-left: 35px;
        line-height: 30px;
        color: #000;
        display: block;
    }

        .checkbox label span.checkbox-icon {
            content: "";
            -webkit-appearance: none;
            background-color: #000;
            /* border: 2px solid #000; */
            height: 25px;
            width: 25px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            /*border-radius: 40px;*/
            transition: 0.3s;
            position: absolute;
            left: 0;
            top: 2px;
            text-align: center;
        }

    .checkbox input + label span.checkbox-icon:after {
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        font-family: "icomoon" !important;
        font-size: 20px;
        content: "\e903";
        color: #fff;
        display: block;
        transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
    }

    .checkbox input:checked + label span.checkbox-icon:after {
        opacity: 1;
    }

/*========================================================================================
    Master Custom Accordion Styles     
========================================================================================*/

.master-custom-accordion {
    position: relative;
    width: 100%;
}

    .master-custom-accordion .accordion-header,
    .master-custom-accordion .accordion-body {
        background: white;
    }

    .master-custom-accordion .accordion-header {
        position: relative;
        padding: 15px 20px;
        background: #fff;
        cursor: pointer;
        transition: all 0.3s;
    }

        .master-custom-accordion .accordion-header h3 {
            font-size: 20px;
            color: #000;
            margin-bottom: 0;
        }

    .master-custom-accordion .accordion-item {
        border-bottom: 1px solid #d4d4d4;
    }

        .master-custom-accordion .accordion-item .accordion-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        }

    .master-custom-accordion .accordion-header:hover {
        z-index: 5;
    }

    .master-custom-accordion .accordion-body {
        background: #fff;
        display: none;
        padding: 15px 20px 25px 20px;
    }

    .master-custom-accordion .accordion-item.active:last-child .accordion-header {
        border-radius: none;
    }

.accordion:first-child > .accordion-item > .accordion-header {
    border-bottom: 1px solid transparent;
}

.master-custom-accordion .accordion-item > .accordion-header:before {
    position: absolute;
    top: 18px;
    right: 24px;
    content: "\e905";
    font-family: "icomoon" !important;
    font-size: 11px;
    transition: 0.3s all;
    transform: rotate(0deg);
}

.master-custom-accordion .accordion-item.active > .accordion-header:before {
    transform: rotate(-180deg);
}

.master-custom-accordion .accordion-item.active .accordion-header {
    background: #fff;
}

/*========================================================================================
    Fancybox Custom Layout Styles     
========================================================================================*/
.fancybox-custom-layout .fancybox-bg {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    /* transform: translate(0px, 0px) !important; */
}

.fancybox-slide--image {
    padding: 0;
}

.fancybox-custom-layout .fancybox-stage {
    right: 365px;
}

.fancybox-custom-layout .fancybox-caption {
    bottom: 0;
    background: transparent;
    left: auto;
    padding: 0px;
    right: 0px;
    top: 0;
    width: 365px;
}

    .fancybox-custom-layout .fancybox-caption.layout-black {
        background: #000;
        color: #fff;
    }

    .fancybox-custom-layout .fancybox-caption .fancybox-caption__body {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
    }

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption {
        width: 100%;
        height: 100%;
    }

.fancybox-custom-layout .fancybox-toolbar .fancybox-button:focus {
    border: none;
    outline: none;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--close {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0 !important;
    opacity: 1;
}

    .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--close span {
        font-size: 40px;
    }

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher {
    position: absolute;
    top: 70px;
    right: 29px;
    background: #fff;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

    .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
        display: flex;
        flex-flow: row;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

        .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .black,
        .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .white {
            width: 50%;
        }

        .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .black {
            background: #000;
        }

        .fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .white {
            background: #fff;
        }

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 150px;
    text-align: left;
}

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .title {
    }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
            font-family: "Playfair Display", serif;
            font-weight: 500;
            font-size: 36px;
            line-height: 32px;
            margin-bottom: 15px;
        }

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .round-number {
    }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .round-number p {
            font-size: 14px;
            font-weight: 700;
            line-height: 26px;
            letter-spacing: 2px;
            color: #ef3124;
        }

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
    width: 85%;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line {
    position: relative;
    width: 65px;
    height: 1px;
    background: #ef3124;
    margin-bottom: 10px;
    left: -60px;
}

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line:before {
        position: absolute;
        top: -5px;
        left: 0px;
        content: "";
        width: 12px;
        height: 12px;
        background: #ef3124;
        border-radius: 50%;
    }

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line:after {
        position: absolute;
        top: 0;
        right: 0px;
        content: "";
        width: 1px;
        height: 9px;
        background: #ef3124;
    }

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info {
}

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info .title {
        width: 100px;
    }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info .title h2 {
            font-size: 20px;
            font-weight: 300;
            line-height: 26px;
        }

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        line-height: 16px;
        margin-right: 5px;
    }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(1) span.text {
            position: relative;
            top: -2px;
        }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon {
            position: relative;
            top: 2px;
            font-size: 18px;
            margin-right: 5px;
        }

            .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before {
                color: #fff;
            }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(3) span.icon {
            color: #ef3124;
        }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.icon {
            display: block;
            margin-right: 8px;
        }

        .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.text {
            display: block;
        }

            .fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.text small {
                font-size: 12px;
                margin-left: 5px;
                color: #989898;
            }

.fancybox-custom-layout .fancy-nav {
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    position: relative;
}

    .fancybox-custom-layout .fancy-nav a {
        text-decoration: none;
        font-weight: normal;
        background: #f1f1f1;
        color: #000;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        outline: none;
    }

        .fancybox-custom-layout .fancy-nav a span {
            font-size: 14px;
            color: #000;
            line-height: 35px;
        }

        .fancybox-custom-layout .fancy-nav a.prev {
            transform: rotate(-180deg);
        }

        .fancybox-custom-layout .fancy-nav a:hover {
            text-decoration: none;
        }

    .fancybox-custom-layout .fancy-nav .counter-box {
        width: 70px;
        text-align: center;
    }

        .fancybox-custom-layout .fancy-nav .counter-box .counter {
            font-size: 16px;
            line-height: 35px;
        }

        .fancybox-custom-layout .fancy-nav .counter-box .separator {
            margin: 0 2px;
            /* display: block; */
        }

.fancybox-button.fancybox-button--alertBox {
    background: #ef3124;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    height: 46px;
    padding: 0 15px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    line-height: 14px;
}

.fancybox-custom-layout .fancybox-view-alert {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ef3124;
    width: 100%;
    padding: 15px;
    text-align: left;
    display: none;
    height: 50px;
}

.fancybox-button.fancybox-button--alertBox p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
}

.fancybox-button.fancybox-button--alertBox span {
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 20px;
}

/*========================================================================================
    Color Switcher Styles     
========================================================================================*/

.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
}

.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info .title h2,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info ul li span.text,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .fancy-nav .counter-box span,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close span,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close span.icon-close1x:before,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
    color: #fff !important;
}

.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption {
    /* background: #fff; */
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    flex-flow: row-reverse;
}

.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    overflow: hidden;
    border: 2px solid #000;
}

.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info .title h2,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info ul li span.text,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .fancy-nav .counter-box span,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close span,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close span.icon-close1x:before,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
    color: #000 !important;
}

/*========================================================================================
    Master CTA Content Box Styles     
========================================================================================*/

.master-cta-content-box {
    background: #000;
    margin-top: 100px;
    padding: 50px 0;
    color: #fff;
}

    .master-cta-content-box .title {
        margin-bottom: 30px;
    }

        .master-cta-content-box .title h2 {
            font-family: "Playfair Display", serif;
            font-weight: 500;
            font-size: 36px;
            line-height: 32px;
        }

    .master-cta-content-box .text-box {
        margin-bottom: 20px;
    }

        .master-cta-content-box .text-box p {
            font-size: 16px;
            line-height: 31px;
        }

    .master-cta-content-box.style-2 {
        padding: 20px 0;
    }

        .master-cta-content-box.style-2 .small-title {
            margin-bottom: 0px;
        }

            .master-cta-content-box.style-2 .small-title h4 {
                font-weight: 700;
                font-size: 16px;
                line-height: 31px;
                margin-bottom: 0;
            }

        .master-cta-content-box.style-2 .text-box {
            margin-bottom: 0px;
        }

            .master-cta-content-box.style-2 .text-box p {
                font-size: 16px;
                line-height: 31px;
                margin-bottom: 0;
            }

        .master-cta-content-box.style-2 .btn-box {
            margin-top: 8px;
        }

/*========================================================================================
    Master Form Common Styles
========================================================================================*/

.form {
    position: relative;
}

    .form .form-group {
        position: relative;
        width: 100%;
    }

        .form .form-group .form-control {
            border-radius: 0;
            height: 51px;
            border-color: #cecece;
            font-size: 15px;
        }

        .form .form-group textarea.form-control {
            border-radius: 0px;
            width: 100%;
            height: 185px;
        }

        .form .form-group .form-control:focus {
            border: 1px solid #979797;
        }

        /* Form Group Icon Classes */
        .form .form-group .input-with-icon {
            position: relative;
            width: 90%;
        }

            .form .form-group .input-with-icon .icon {
                position: absolute;
                right: 15px;
                top: 2px;
                font-size: 25px;
                line-height: 51px;
            }

.form-group .error-icon {
    width: 10%;
    height: 51px;
    line-height: 51px;
    line-height: 51px;
    padding: 0 10px;
}

    .form-group .error-icon span {
        font-size: 20px;
        line-height: 55px;
        font-weight: bold;
        color: #8d0606 !important;
    }

.form-group.error .error-text {
    font-weight: 500;
    color: #8d0606 !important;
}

.form-group.error .form-control {
    border: 1px solid #8d0606 !important;
}

.form-group .success-icon {
    width: 10%;
    height: 51px;
    line-height: 51px;
    line-height: 51px;
    padding: 0 10px;
}

    .form-group .success-icon span {
        font-size: 20px;
        line-height: 51px;
        font-weight: bold;
        color: #0ea500 !important;
    }

.form-group.success .success-icon span:before {
    color: #0ea500 !important;
}

.form-group.success .error-text {
    font-weight: 500;
    color: #0ea500 !important;
}

/*========================================================================================
    Join Master Community Modal Styles     
========================================================================================*/

#joinUsModal {
}

    #joinUsModal .modal-content {
        border-radius: 0px;
    }

        #joinUsModal .modal-content .close {
            position: absolute;
            right: 15px;
            top: 15px;
            opacity: 1;
            z-index: 1;
        }

            #joinUsModal .modal-content .close span {
                font-size: 50px;
            }

                #joinUsModal .modal-content .close span:before {
                    color: #000;
                }

        #joinUsModal .modal-content .modal-body {
            padding: 50px 80px;
        }

            #joinUsModal .modal-content .modal-body .content-box {
            }

                #joinUsModal .modal-content .modal-body .content-box .title {
                    position: relative;
                    margin-bottom: 30px;
                    width: 55%;
                }

                    #joinUsModal .modal-content .modal-body .content-box .title p {
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 26px;
                        letter-spacing: 3.43px;
                    }

                    #joinUsModal .modal-content .modal-body .content-box .title h2 {
                        font-family: "Playfair Display", serif;
                        font-size: 56px;
                        font-weight: 500;
                        line-height: 56px;
                        margin-bottom: 0px;
                    }

                #joinUsModal .modal-content .modal-body .content-box .event-date {
                    position: relative;
                    width: 60%;
                    padding: 20px 0;
                    text-align: center;
                }

                    #joinUsModal .modal-content .modal-body .content-box .event-date:before {
                        display: block;
                        content: "";
                        width: 70px;
                        height: 20px;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        border-top: 1px solid #000;
                        border-left: 1px solid #000;
                        transition: all 0.5s ease 0s;
                        -webkit-transition: all 0.5s ease 0s;
                    }

                    #joinUsModal .modal-content .modal-body .content-box .event-date:after {
                        display: block;
                        content: "";
                        width: 70px;
                        height: 20px;
                        position: absolute;
                        bottom: 0px;
                        right: 0px;
                        border-bottom: 1px solid #000;
                        border-right: 1px solid #000;
                        transition: all 0.5s ease 0s;
                        -webkit-transition: all 0.5s ease 0s;
                    }

                    #joinUsModal .modal-content .modal-body .content-box .event-date h3 {
                        font-family: "Playfair Display", serif;
                        font-size: 36px;
                        font-weight: 500;
                        line-height: 32px;
                        color: #ef3124;
                    }

                #joinUsModal .modal-content .modal-body .content-box .text-box {
                    margin-top: 20px;
                    padding-right: 50px;
                }

                    #joinUsModal .modal-content .modal-body .content-box .text-box p {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 31px;
                    }

                    #joinUsModal .modal-content .modal-body .content-box .text-box ul {
                        margin: 0;
                        padding: 0;
                        padding-left: 15px;
                        list-style: none;
                    }

                        #joinUsModal .modal-content .modal-body .content-box .text-box ul li {
                            position: relative;
                            font-size: 16px;
                            line-height: 31px;
                            color: #000;
                        }

                            #joinUsModal .modal-content .modal-body .content-box .text-box ul li:before {
                                position: absolute;
                                left: -15px;
                                top: 0;
                                content: "-";
                            }

            #joinUsModal .modal-content .modal-body .form .form-group .input-with-icon .icon {
                font-size: 16px;
            }

            #joinUsModal .modal-content .modal-body .content-box .btn-box {
                margin-top: 40px;
            }

                #joinUsModal .modal-content .modal-body .content-box .btn-box .site-btn-border .btn-text {
                    padding: 6px 30px;
                    font-size: 15px;
                }

/*========================================================================================
    Login Master Community Modal Styles     
========================================================================================*/
#logInModal {
}

    #logInModal .modal-dialog {
        width: 400px;
    }

    #logInModal .modal-content {
        border-radius: 0px;
    }

        #logInModal .modal-content .close {
            position: absolute;
            right: 15px;
            top: 15px;
            opacity: 1;
        }

            #logInModal .modal-content .close span {
                font-size: 50px;
            }

                #logInModal .modal-content .close span:before {
                    color: #000;
                }

        #logInModal .modal-content .modal-body {
            padding: 30px;
        }

            #logInModal .modal-content .modal-body .content-box .title {
                margin-bottom: 50px;
            }

                #logInModal .modal-content .modal-body .content-box .title h2 {
                    font-family: "Playfair Display", serif;
                    font-size: 56px;
                    font-weight: 500;
                    line-height: 56px;
                    margin-bottom: 0px;
                }

            #logInModal .modal-content .modal-body .form .form-group .input-with-icon .icon {
                font-size: 16px;
            }

    #logInModal .btn-box {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #logInModal .btn-box a.link {
            margin-left: 30px;
        }

    #logInModal .create-account {
    }

        #logInModal .create-account p {
            font-size: 16px;
            line-height: 31px;
            margin-bottom: 0;
        }

    #logInModal .modal-content .modal-body .content-box .btn-box .site-btn-border .btn-text {
        padding: 6px 30px;
        font-size: 15px;
    }

/*========================================================================================
	4. Header/Navigation Styles     
========================================================================================*/
.top-bar {
    position: relative;
    background: #000;
    padding: 5px;
    width: 100%;
    z-index: 9000;
}

    .top-bar p {
        font-family: "Inter", sans-serif;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

        .top-bar p span {
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            margin-left: 7px;
            color: #ef3124;
        }

    .top-bar .other-master-competition {
        text-align: right;
    }

        .top-bar .other-master-competition p {
            display: inline-block;
            cursor: pointer;
            margin-bottom: 0;
            position: relative;
            top: 2px;
        }

            .top-bar .other-master-competition p.dropdown-toggle::after {
                border: none;
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                content: "\f078";
                margin-left: 1.255em;
                vertical-align: 0;
            }

        .top-bar .other-master-competition .dropdown-menu .dropdown-item {
            font-size: 12px;
            color: #000;
            font-weight: 700;
        }

            .top-bar .other-master-competition .dropdown-menu .dropdown-item.active,
            .top-bar .other-master-competition .dropdown-menu .dropdown-item:active {
                background: #ef3124;
                color: #fff;
            }

.site-navbar {
    margin-bottom: 0px;
    z-index: 9;
    position: absolute;
    width: 100%;
}

    .site-navbar.transparent {
        background: transparent;
    }

    .site-navbar.absolute {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .site-navbar .site-logo {
        position: relative;
        left: 15px;
        padding: 26px 0;
    }

        .site-navbar .site-logo a {
            color: #fff;
        }

            .site-navbar .site-logo a img {
            }

    .site-navbar .site-menu-toggle,
    .site-navbar.scrolled .site-menu-toggle {
        color: #ef3124;
        font-size: 1.75rem;
        display: none;
    }

    .site-navbar .site-navigation.border-bottom {
        border-bottom: 1px solid #f3f3f4 !important;
    }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active > a {
            color: #ef3124;
        }

        .site-navbar .site-navigation .site-menu a.active {
            color: #ef3124;
        }

        .site-navbar .site-navigation .site-menu a {
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            text-decoration: none !important;
            display: inline-block;
            letter-spacing: 0.1em;
            font-size: 14px;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 20px;
            position: relative;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                font-family: "Poppins", sans-serif;
                font-weight: 700;
                padding: 10px 0px;
                color: #fff;
                font-weight: 600;
                text-decoration: none !important;
            }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #ef3124;
                }

            .site-navbar .site-navigation .site-menu > li:hover:before,
            .site-navbar .site-navigation .site-menu > li:hover:after {
                opacity: 1;
            }

            .site-navbar .site-navigation .site-menu > li.active:before,
            .site-navbar .site-navigation .site-menu > li.active:after {
                opacity: 1;
            }

            .site-navbar .site-navigation .site-menu > li.signIn {
                padding: 0;
            }

                .site-navbar .site-navigation .site-menu > li.signIn:hover:before,
                .site-navbar .site-navigation .site-menu > li.signIn:hover:after {
                    opacity: 0;
                }

                .site-navbar .site-navigation .site-menu > li.signIn a {
                    padding: 8px 20px !important;
                    background: #ef3124;
                    color: #fff !important;
                    border-radius: 25px;
                    margin-right: 10px;
                }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
            padding: 10px 25px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
            }

                .site-navbar .site-navigation .site-menu .has-children > a::before {
                    position: absolute;
                    right: -20px;
                    top: 11px;
                    content: "\f078";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 700;
                    font-size: 12px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                left: 25px;
                position: absolute;
                text-align: left;
                border-top: 5px solid #ef3124;
                -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                border-left: 1px solid #edf0f5;
                border-right: 1px solid #edf0f5;
                border-bottom: 1px solid #edf0f5;
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
            }

            .site-navbar .site-navigation .site-menu .has-children:last-child .dropdown {
                left: -138px;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #343a40;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #ef3124;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                color: #ef3124 !important;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 9px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f4f5f9;
                        color: #ef3124;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f4f5f9;
                    color: #ef3124;
                }

            .site-navbar .site-navigation .site-menu .has-children:hover > a,
            .site-navbar .site-navigation .site-menu .has-children:focus > a,
            .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #ef3124;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover,
            .site-navbar .site-navigation .site-menu .has-children:focus,
            .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

    .site-navbar.scrolled {
        background-color: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        margin-top: -130px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
    }

        .site-navbar.scrolled.awake {
            margin-top: 0px;
            -webkit-transition: 0.3s all ease-out;
            -o-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out;
        }

        .site-navbar.scrolled.sleep {
            -webkit-transition: 0.3s all ease-out;
            -o-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out;
        }

        .site-navbar.scrolled .site-menu-toggle {
            color: #000;
        }

        .site-navbar.scrolled .site-navigation .site-menu li a {
            color: #000;
        }

            .site-navbar.scrolled .site-navigation .site-menu li a.active {
                color: #ef3124;
            }

        .site-navbar.scrolled .site-logo a {
            color: #000 !important;
        }

.offcanvas-menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .offcanvas-menu:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1;
    }

.site-mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    /* bottom: 0; */
    z-index: 9000;
    padding-top: 0px;
    background: #fff;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    /* margin-top: 60px; */
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.site-mobile-menu-header.scroll-on {
    margin-top: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    text-align: right;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        color: #000;
        float: right;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #25262a;
        }

.site-mobile-menu .site-mobile-menu-close .icon-close2 {
    width: 30px;
    height: 30px;
    background: url(../images/icons/close@1x.svg);
    background-repeat: no-repeat;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px;
        }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none;
        }

.site-mobile-menu .site-mobile-menu-body {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 0px 20px 0px;
    height: calc(100vh - 100px);
    padding-bottom: 200px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 15px 20px;
        display: block;
        position: relative;
        color: #3e3e3e;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #ef3124;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #ef3124;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #fff;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 18px;
            z-index: 20;
            font-family: "Font Awesome 5 Free";
            content: "\f078";
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
            color: #000;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap a.nav-link.arrow-collapse {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: left;
        right: 0;
        top: 0;
    }

        .site-mobile-menu .site-nav-wrap a.nav-link.arrow-collapse:before {
            right: 13px;
            left: inherit;
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

        .site-mobile-menu .site-nav-wrap > li:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        .site-mobile-menu .site-nav-wrap > li > a {
            font-size: 16px;
            font-weight: 400;
            color: #3e3e3e;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
                margin-bottom: 0;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding: 5px 0 5px 40px;
                    font-size: 16px;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > a:last-child {
                        margin-bottom: 10px;
                    }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.site-mobile-menu .logo .blue-logo {
    display: inline-block;
    height: 40px;
}

.mobile-bottom-bar {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 9001;
    background: #fff;
    display: none;
}

    .mobile-bottom-bar .language-country-bar {
        width: 100%;
        height: 70px;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 10px;
    }

        .mobile-bottom-bar .language-country-bar .dropdown-toggle {
            height: 30px;
        }

        .mobile-bottom-bar .language-country-bar .language {
            position: relative;
            width: 45%;
        }

            .mobile-bottom-bar .language-country-bar .language:before {
                position: absolute;
                right: 5px;
                top: 5px;
                content: "\f077";
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
            }

        .mobile-bottom-bar .language-country-bar .dropdown-menu {
            top: -8px !important;
            right: 0;
            padding: 5px 10px;
        }

            .mobile-bottom-bar .language-country-bar .dropdown-menu ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .mobile-bottom-bar .language-country-bar .dropdown-menu ul li {
                    margin-bottom: 5px;
                }

                    .mobile-bottom-bar .language-country-bar .dropdown-menu ul li span.flag-icon {
                        width: 20px;
                        height: 20px;
                        margin-right: 5px;
                    }

                        .mobile-bottom-bar .language-country-bar .dropdown-menu ul li span.flag-icon img {
                            width: 20px;
                            height: 20px;
                        }

        .mobile-bottom-bar .language-country-bar .language .selected-item span.text {
            color: #000;
            margin-right: 5px;
        }

        .mobile-bottom-bar .language-country-bar .language .flag-icon {
            display: inline-block;
            width: 30px;
            height: 30px;
        }

        .mobile-bottom-bar .language-country-bar .country {
            position: relative;
            width: 45%;
        }

            .mobile-bottom-bar .language-country-bar .country:before {
                position: absolute;
                right: 10px;
                top: 5px;
                content: "\f077";
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
            }

            .mobile-bottom-bar .language-country-bar .country .selected-item span.text {
                color: #000;
                margin-right: 5px;
            }

            .mobile-bottom-bar .language-country-bar .country .flag-icon {
                display: inline-block;
                width: 30px;
                height: 30px;
            }

.social-element-clone {
    background: #000;
    width: 100%;
}

.mobile-social-links {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

    .mobile-social-links p {
        margin-bottom: 0;
        margin-right: 40px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .mobile-social-links ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .mobile-social-links ul li {
            display: inline-block;
            width: 40px;
            height: 50px;
            text-align: center;
        }

            .mobile-social-links ul li a {
                display: inline-block;
                color: #fff;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
            }

                .mobile-social-links ul li a:hover {
                    color: #ef3124;
                }

                .mobile-social-links ul li a i {
                    font-size: 25px;
                    line-height: 50px;
                }

.site-mobile-menu .widget-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .site-mobile-menu .widget-item .title {
        position: relative;
    }

        .site-mobile-menu .widget-item .title h3 {
            position: relative;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            padding-left: 15px;
        }

    .site-mobile-menu .widget-item ul.links {
        margin: 0;
        padding: 0;
        margin-top: 15px;
        list-style: none;
    }

        .site-mobile-menu .widget-item ul.links li {
            margin-bottom: 0px;
            padding: 15px;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
        }

            .site-mobile-menu .widget-item ul.links li a {
                display: block;
                color: #000;
                text-decoration: none;
                font-size: 16px;
                transition: all 0.3s ease-in-out;
            }

    .site-mobile-menu .widget-item .arrow-collapse:before {
        font-size: 16px;
        z-index: 20;
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: 900;
        position: absolute;
        top: 10px;
        right: 15px;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        color: #000;
    }

    .site-mobile-menu .widget-item .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* =============================== */
.site-navbar-target .blue-logo {
    display: none;
}

.site-navbar-target.scrolled.awake .blue-logo {
    display: block;
    width: 120px;
}

.site-navbar-target.scrolled.awake .white-logo {
    display: none;
}

.site-navbar-target.scrolled.awake .site-menu > li.active > a,
.site-navbar-target.scrolled.awake .site-menu > li > a:hover {
    color: #ef3124;
}

.site-navbar.navbar-custom {
    background: #fff;
    position: fixed;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

    .site-navbar.navbar-custom .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #4c4c5b;
        font-weight: 600;
        text-decoration: none !important;
    }

        .site-navbar.navbar-custom .site-navigation .site-menu > li > a:hover {
            color: #ef3124;
        }

    .site-navbar.navbar-custom .white-logo {
        display: none;
    }

    .site-navbar.navbar-custom .blue-logo {
        display: block;
    }

.site-navbar .site-navigation .site-menu > li.language a span {
    display: inline-block;
}

    .site-navbar .site-navigation .site-menu > li.language a span.country-name {
        margin-left: 8px;
    }

    .site-navbar .site-navigation .site-menu > li.language a span.flag-icon img {
        width: 20px;
        height: 20px;
    }

.site-navbar .site-navigation .site-menu .has-children.language .dropdown {
    width: 100px;
    overflow: hidden;
    text-align: center;
    left: -2px;
}

    .site-navbar .site-navigation .site-menu .has-children.language .dropdown > li {
        min-width: auto;
        width: auto;
    }

/*========================================================================================
	Banner Section Styles     
========================================================================================*/
.banner-section {
    padding-top: 140px;
}

    .banner-section .banner-image .desktop-banner {
        display: block;
    }

    .banner-section .banner-image .mobile-banner {
        display: none;
    }

/*========================================================================================
	Welcome Message Section Styles     
========================================================================================*/

.welcome-message {
    margin-top: -81px;
    margin-bottom: 100px;
}

    .welcome-message .text-box {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .welcome-message .text-box:before {
            display: block;
            content: "";
            width: 100px;
            height: 30px;
            position: absolute;
            bottom: -3px;
            right: -3px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .welcome-message .text-box h2 {
            font-family: "Playfair Display", serif;
            color: #fff;
            font-size: 100px;
            line-height: 82px;
            letter-spacing: -2.38px;
            font-weight: 700;
        }

            .welcome-message .text-box h2 span {
                display: block;
                color: #000;
            }

        .welcome-message .text-box p {
            width: 70%;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-size: 20px;
            line-height: 42px;
            color: #000;
            margin-top: 30px;
        }

/*========================================================================================
	Latest Winner Section Styles     
========================================================================================*/
.latest-winner {
    position: relative;
}

    .latest-winner .winner-details {
        position: relative;
        margin-top: 50px;
        overflow: hidden;
    }

        .latest-winner .winner-details .winning-image {
            position: relative;
            width: 1040px;
        }

            .latest-winner .winner-details .winning-image:after {
                display: block;
                content: "";
                width: 7px;
                height: 70px;
                position: absolute;
                bottom: -45px;
                left: 7%;
                border-bottom: 1px solid #ef3124;
                border-left: 1px solid #ef3124;
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
            }

        .latest-winner .winner-details .winner-name {
            position: relative;
            left: 8.5%;
            margin-top: 25px;
        }

            .latest-winner .winner-details .winner-name p {
                font-size: 20px;
                line-height: 26px;
                margin-top: 32px;
                margin-bottom: 0;
            }

        .latest-winner .winner-details .sub-text {
            position: relative;
            left: 8.5%;
        }

            .latest-winner .winner-details .sub-text p {
                font-size: 14px;
                line-height: 26px;
                margin-top: 0px;
                color: #ef3124;
            }

    .latest-winner .btn-box {
        position: relative;
        left: 8.5%;
        margin-top: 32px;
    }

        .latest-winner .btn-box a.btn {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2.142857px;
            text-transform: uppercase;
        }

/*========================================================================================
    Icon Box Style Name Styles     
========================================================================================*/

.image-box-info .icon-box {
    position: relative;
}

    .image-box-info .icon-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .image-box-info .icon-box ul li {
            display: inline-flex;
            margin-right: 8px;
            height: 20px;
        }

            .image-box-info .icon-box ul li:last-child {
                margin-right: 0;
            }

            .image-box-info .icon-box ul li span {
                display: block;
            }

                .image-box-info .icon-box ul li span.icon {
                    position: relative;
                    display: block;
                    text-align: center;
                    margin-right: 5px;
                }

                    .image-box-info .icon-box ul li span.icon img {
                        height: 18px;
                    }

                .image-box-info .icon-box ul li span.text small {
                    position: relative;
                    top: -2px;
                    left: -4px;
                    font-size: 12px;
                    margin-left: 0;
                    color: #989898;
                }

            .image-box-info .icon-box ul li:nth-child(3) span.icon {
                color: #ef3124;
            }

            .image-box-info .icon-box ul li span.text {
                font-size: 18px;
                line-height: 17px;
            }

/*========================================================================================
	Introduction Message Section Styles     
========================================================================================*/

.introduction-message-section {
    position: relative;
    margin-top: 100px;
}

    .introduction-message-section .message-box {
        position: relative;
        width: 100%;
        padding-bottom: 60px;
    }

        .introduction-message-section .message-box:before {
            display: block;
            content: "";
            width: 100px;
            height: 30px;
            position: absolute;
            bottom: -3px;
            right: -3px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .introduction-message-section .message-box .description {
            position: relative;
            margin-top: 60px;
            overflow: hidden;
            width: 100%;
        }

            /* .introduction-message-section .message-box .description:not(.expanded)::after {
    content: "";
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
} */

            .introduction-message-section .message-box .description.expanded {
                height: 100%;
            }

            .introduction-message-section .message-box .description p {
                font-size: 16px;
                line-height: 31px;
            }

        .introduction-message-section .message-box a.link {
            font-size: 16px;
            line-height: 26px;
            text-decoration: underline;
        }

/*========================================================================================
	Find Your Photographer Section  Styles     
========================================================================================*/

.find-your-photographer-section {
    position: relative;
    margin-top: 120px;
}

    .find-your-photographer-section .overlay {
        position: relative;
        z-index: 1;
    }

        .find-your-photographer-section .overlay:before {
            position: absolute;
            height: 100%;
            width: 75%;
            right: 0px;
            top: -20px;
            background: #ef3124;
            content: "";
            z-index: 0;
        }

    .find-your-photographer-section .bg-container {
        position: relative;
        background: #f1f1f1;
        z-index: 1;
        margin-right: 20px;
    }

        .find-your-photographer-section .bg-container .section-title {
            padding: 50px 0 30px 41%;
        }

    .find-your-photographer-section .inner-content {
        position: relative;
        display: flex;
    }

        .find-your-photographer-section .inner-content .image {
            width: 40%;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 20px;
        }

        .find-your-photographer-section .inner-content .text-box {
            width: 60%;
            padding: 50px 75px 35px 35px;
            background: #fff;
            margin-right: 50px;
        }

            .find-your-photographer-section .inner-content .text-box .text-content {
                margin-bottom: 64px;
            }

            .find-your-photographer-section .inner-content .text-box > div:nth-last-of-type(3) {
                margin-bottom: 50px !important;
            }

            .find-your-photographer-section .inner-content .text-box .text-content h2 {
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .find-your-photographer-section .inner-content .text-box .text-content p {
                font-size: 16px;
                line-height: 31px;
            }

            .find-your-photographer-section .inner-content .text-box .link-box a.link {
                display: inline-block;
                font-size: 16px;
                line-height: 26px;
                margin-bottom: 30px;
            }

            .find-your-photographer-section .inner-content .text-box .btn-box.desktop-view {
                display: block;
            }

    .find-your-photographer-section .btn-box.mobile-view {
        display: none;
    }

    .find-your-photographer-section .mobile-title {
        display: none;
    }

/*========================================================================================
	Testimonial Section Styles     
========================================================================================*/

.testimonial-section {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

    .testimonial-section .all-testimonials {
        position: relative;
        margin-top: 60px;
    }

        .testimonial-section .all-testimonials .testimonial-item {
            position: relative;
            float: left;
            width: 70%;
            background: #fff;
            display: flex;
            flex-flow: row;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

            .testimonial-section .all-testimonials .testimonial-item.right {
                position: relative;
                float: right;
                width: 60%;
                background: #fff;
                display: flex;
                flex-flow: row-reverse;
                flex-wrap: wrap;
            }

            .testimonial-section .all-testimonials .testimonial-item .thumb {
                width: 20%;
                text-align: center;
            }

                .testimonial-section .all-testimonials .testimonial-item .thumb .badge {
                    text-align: center;
                    margin-top: 10px;
                }

                    .testimonial-section .all-testimonials .testimonial-item .thumb .badge span {
                        display: inline-block;
                    }

                        .testimonial-section .all-testimonials .testimonial-item .thumb .badge span.icon img {
                            width: 25px;
                        }

                        .testimonial-section .all-testimonials .testimonial-item .thumb .badge span.number {
                            font-size: 16px;
                            font-weight: 300;
                            line-height: 30px;
                            margin-left: 5px;
                        }

            .testimonial-section .all-testimonials .testimonial-item .text {
                width: 80%;
                padding-left: 40px;
                padding-right: 10px;
            }

                .testimonial-section .all-testimonials .testimonial-item .text .name {
                    position: relative;
                }

            .testimonial-section .all-testimonials .testimonial-item .line {
                position: absolute;
                top: 37px;
                right: 20px;
                width: 83%;
                height: 1px;
                background: #ef3124;
            }

                .testimonial-section .all-testimonials .testimonial-item .line:before {
                    position: absolute;
                    top: -5px;
                    left: 0px;
                    content: "";
                    width: 12px;
                    height: 12px;
                    background: #ef3124;
                    border-radius: 50%;
                }

                .testimonial-section .all-testimonials .testimonial-item .line:after {
                    position: absolute;
                    bottom: 0;
                    right: 0px;
                    content: "";
                    width: 1px;
                    height: 9px;
                    background: #ef3124;
                }

            .testimonial-section .all-testimonials .testimonial-item.right .text {
                width: 80%;
                padding-left: 0px;
                padding-right: 40px;
            }

            .testimonial-section .all-testimonials .testimonial-item.right .line {
                position: absolute;
                top: 37px;
                left: -15px;
                width: 87%;
                height: 1px;
                background: #ef3124;
            }

                .testimonial-section .all-testimonials .testimonial-item.right .line:before {
                    position: absolute;
                    top: -9px;
                    bottom: inherit;
                    right: 0px;
                    content: "";
                    width: 1px;
                    height: 9px;
                    background: #ef3124;
                }

                .testimonial-section .all-testimonials .testimonial-item.right .line:after {
                    position: absolute;
                    top: -5px;
                    right: 0px;
                    content: "";
                    width: 12px;
                    height: 12px;
                    background: #ef3124;
                    border-radius: 50%;
                }

            .testimonial-section .all-testimonials .testimonial-item .text .name h2 {
                font-size: 20px;
                font-weight: 700;
                line-height: 18px;
                margin-bottom: 30px;
            }

            .testimonial-section .all-testimonials .testimonial-item .text .feedback {
                margin-top: 25px;
            }

                .testimonial-section .all-testimonials .testimonial-item .text .feedback p {
                    margin-bottom: 0;
                    font-size: 16px;
                    line-height: 31px;
                }

    .testimonial-section .vertical-text {
        position: absolute;
        bottom: 0;
        right: -79px;
        background: #fff;
        padding: 25px 40px;
        transform: rotate(-90deg);
        /* display: flex; */
    }

        .testimonial-section .vertical-text:before {
            display: block;
            content: "";
            width: 13%;
            height: 100%;
            position: absolute;
            bottom: 0px;
            left: 10px;
            border-bottom: 2px solid #000;
            border-left: 2px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .testimonial-section .vertical-text h2 {
            font-size: 20px;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 2.857143px;
            margin-bottom: 0;
        }

/*========================================================================================
	Find Your Photographer Section  Styles     
========================================================================================*/

.join-our-community-section {
    position: relative;
    margin-top: 120px;
}

    .join-our-community-section .overlay {
        position: relative;
        z-index: 1;
    }

        .join-our-community-section .overlay:before {
            position: absolute;
            height: 98%;
            width: 75%;
            right: 0px;
            top: -20px;
            background: #3e3e3e;
            content: "";
            z-index: 0;
        }

    .join-our-community-section .bg-container {
        position: relative;
        background: #fff;
        z-index: 1;
        margin-right: 20px;
    }

        .join-our-community-section .bg-container .section-title {
            padding: 50px 0 30px 40px;
        }

    .join-our-community-section .inner-content {
        position: relative;
        display: flex;
        flex-flow: row-reverse;
    }

        .join-our-community-section .inner-content .image {
            width: 43%;
            padding-top: 25px;
            padding-right: 40px;
        }

        .join-our-community-section .inner-content .text-box {
            width: 57%;
            padding: 35px 45px 0px 35px;
            background: #fff;
        }

            .join-our-community-section .inner-content .text-box .text-content {
                margin-bottom: 55px;
            }

            .join-our-community-section .inner-content .text-box > div:nth-last-of-type(4) {
                margin-bottom: 30px !important;
            }

            .join-our-community-section .inner-content .text-box > div:nth-last-of-type(3) {
                margin-bottom: 15px !important;
            }

            .join-our-community-section .inner-content .text-box .text-content h2 {
                font-size: 20px;
                line-height: 18px;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .join-our-community-section .inner-content .text-box .text-content p {
                font-size: 16px;
                line-height: 31px;
            }

            .join-our-community-section .inner-content .text-box .link-box a.link {
                display: inline-block;
                font-size: 16px;
                line-height: 26px;
                margin-bottom: 30px;
            }

    .join-our-community-section .reward-title {
        position: relative;
        margin-bottom: 50px;
        margin-top: -110px;
        margin-left: 35px;
    }

        .join-our-community-section .reward-title .line {
            position: absolute;
            bottom: -17px;
            left: -5px;
            width: 60%;
            height: 1px;
            background: #ef3124;
        }

            .join-our-community-section .reward-title .line:before {
                position: absolute;
                bottom: 0;
                left: 0px;
                content: "";
                width: 1px;
                height: 9px;
                background: #ef3124;
            }

            .join-our-community-section .reward-title .line:after {
                position: absolute;
                top: -6px;
                right: 0px;
                content: "";
                width: 12px;
                height: 12px;
                background: #ef3124;
                border-radius: 50%;
            }

        .join-our-community-section .reward-title h2 {
            font-family: "Playfair Display", serif;
            font-size: 42px;
            font-weight: 500;
            line-height: 42px;
        }

    .join-our-community-section .btn-box {
        margin-left: 35px;
    }

/*========================================================================================
	 Featured Blog Post Section Styles     
========================================================================================*/
.featured-bolg-post-section {
    position: relative;
    margin-top: 120px;
}

    .featured-bolg-post-section .section-title {
        position: relative;
        margin-bottom: 40px;
        width: 85%;
    }

    .featured-bolg-post-section .blog-posts {
        position: relative;
    }

        .featured-bolg-post-section .blog-posts .post-item .thumb {
            position: relative;
            margin-bottom: 20px;
        }

            .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag {
                position: absolute;
                left: -5px;
                top: 10px;
                border-radius: 0;
                padding: 3px 10px;
                background: #ef3124;
                color: #fff;
                z-index: 1;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
            }

                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag .m-logo {
                    position: absolute;
                    left: -10px;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url(../images/M.svg);
                    background-repeat: no-repeat;
                    background-size: 60px;
                    background-position: left center;
                    z-index: -1;
                    opacity: 0.4;
                }

                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag p {
                    margin-bottom: 0;
                    font-size: 10px;
                    text-transform: uppercase;
                    font-weight: 700;
                    letter-spacing: 1.63px;
                }

                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:before,
                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:after {
                    width: 0;
                    height: 0;
                    content: "";
                    position: absolute;
                }

                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:before {
                    top: 0;
                    right: 100%;
                    border-top: 14px solid transparent;
                    border-bottom: 14px solid transparent;
                    border-right: 15px solid #fff;
                }

                .featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:after {
                    top: 100%;
                    left: 0;
                    border-top: 5px solid #ef3124;
                    border-left: 5px solid transparent;
                }

        .featured-bolg-post-section .blog-posts .post-item .post-meta span,
        .featured-bolg-post-section .blog-posts .post-item .post-meta a span {
            font-size: 12px;
            font-weight: 300;
            line-height: 26px;
            color: #ef3124;
            display: inline-block;
            text-decoration: none;
        }

        .featured-bolg-post-section .blog-posts .post-item .author a,
        .featured-bolg-post-section .blog-posts .post-item .post-title a {
            color: #000;
            text-decoration: none !important;
            transition: all 0.2s ease-in-out;
        }

            .featured-bolg-post-section .blog-posts .post-item .author a:hover,
            .featured-bolg-post-section .blog-posts .post-item .post-title a:hover {
                color: #ef3124;
                text-decoration: none !important;
            }

            .featured-bolg-post-section .blog-posts .post-item .author a p {
                font-size: 14px;
                font-weight: 700;
                line-height: 18px;
                margin-bottom: 0;
            }

        .featured-bolg-post-section .blog-posts .post-item .post-title {
            margin-top: 15px;
            width: 80%;
        }

            .featured-bolg-post-section .blog-posts .post-item .post-title a h2 {
                font-family: "Playfair Display", serif;
                font-size: 36px;
                font-weight: 500;
                line-height: 32px;
            }

        .featured-bolg-post-section .blog-posts .post-carousel .owl-nav {
            position: absolute;
            width: 165px;
            top: -90px;
            right: 0;
            height: 50px;
            overflow: hidden;
        }

            .featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-prev,
            .featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-next {
                position: absolute;
                top: 0px;
                width: 50px;
                height: 50px;
                background: #f1f1f1;
                line-height: 50px;
                text-align: center;
                z-index: 1;
            }

            .owl-nav .owl-prev,
            .featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-prev {
                background: #f1f1f1 !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
                right: 115px;
                transform: rotate(-180deg);
            }

            .owl-nav .owl-next,
            .featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-next {
                background: #f1f1f1 !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
                right: 0px;
            }

    .featured-bolg-post-section .slide-counter {
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        z-index: 0;
    }

        .featured-bolg-post-section .slide-counter span {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
        }

            .featured-bolg-post-section .slide-counter span.separator {
                margin: 0 7px;
            }

    .featured-bolg-post-section .blog-posts .mobile-post-container {
        display: none;
    }

        .featured-bolg-post-section .blog-posts .mobile-post-container .post-item {
            position: relative;
            width: 100%;
            display: flex;
            flex-flow: row;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb {
                position: relative;
                margin-bottom: 20px;
                width: 40%;
                margin-right: 2%;
            }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-content {
                width: 58%;
            }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag {
                position: absolute;
                left: -5px;
                top: 20px;
                border-radius: 0;
                padding: 5px 25px;
                background: #ef3124;
                color: #fff;
                z-index: 1;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
            }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag p {
                    margin-bottom: 0;
                    font-size: 11px;
                    text-transform: uppercase;
                    font-weight: 700;
                    letter-spacing: 1.625px;
                }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:before,
                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:after {
                    width: 0;
                    height: 0;
                    content: "";
                    position: absolute;
                }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:before {
                    top: 0;
                    right: 100%;
                    border-top: 14px solid transparent;
                    border-bottom: 14px solid transparent;
                    border-right: 15px solid #fff;
                }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:after {
                    top: 100%;
                    left: 0;
                    border-top: 5px solid #ef3124;
                    border-left: 5px solid transparent;
                }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-meta span,
            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-meta a span {
                font-size: 12px;
                font-weight: 300;
                line-height: 26px;
                color: #ef3124;
                display: inline-block;
                text-decoration: none;
            }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .author a,
            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title a {
                color: #000;
                text-decoration: none !important;
            }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .author a:hover,
                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title a:hover {
                    color: #ef3124;
                    text-decoration: none !important;
                }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .author a p {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 18px;
                    margin-bottom: 0;
                }

            .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title {
                margin-top: 10px;
                width: 100%;
            }

                .featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title a h2 {
                    font-family: "Playfair Display", serif;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 17px;
                }

/*========================================================================================
	Newsletter-Section Styles     
========================================================================================*/

.newsletter-section {
    margin-top: 100px;
}

    .newsletter-section .section-title {
        margin-bottom: 40px;
    }

    .newsletter-section .news-letter-form input {
        border-radius: 0;
        width: 30%;
        height: 51px;
        border-color: #818181;
        border-width: 2px;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 400;
        color: #3e3e3e;
        padding-left: 10px;
    }

/*========================================================================================
	Footer Styles     
========================================================================================*/

.site-footer {
    position: relative;
    margin-top: 100px;
    background: #000;
    width: 100%;
    padding: 50px 0;
}

    .site-footer:before {
        position: absolute;
        top: -12px;
        right: 0;
        content: "";
        width: 345px;
        height: 12px;
        background: #ef3124;
    }

    .site-footer .footer-desktop-view {
        position: relative;
        display: block;
    }

        .site-footer .footer-desktop-view .left-content .footer-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .site-footer .footer-desktop-view .left-content .footer-menu ul li {
                margin-bottom: 12px;
            }

                .site-footer .footer-desktop-view .left-content .footer-menu ul li a {
                    position: relative;
                    display: inline-block;
                    color: #fff;
                    text-decoration: none;
                    font-size: 16px;
                    transition: all 0.3s ease-in-out;
                }

                    .site-footer .footer-desktop-view .left-content .footer-menu ul li a:hover {
                        color: #ef3124;
                    }

                    .site-footer .footer-desktop-view .left-content .footer-menu ul li a:before {
                        position: absolute;
                        right: -20px;
                        top: 4px;
                        content: "\f054";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 700;
                        font-size: 12px;
                    }

        .site-footer .footer-desktop-view .left-content .social-links {
            display: flex;
            flex-flow: row;
            align-items: center;
            padding: 10px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            margin-top: 20px;
            margin-bottom: 50px;
        }

            .site-footer .footer-desktop-view .left-content .social-links p {
                margin-bottom: 0;
                margin-right: 40px;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
            }

            .site-footer .footer-desktop-view .left-content .social-links ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .site-footer .footer-desktop-view .left-content .social-links ul li {
                    display: inline-block;
                    width: 80px;
                    height: 50px;
                }

                    .site-footer .footer-desktop-view .left-content .social-links ul li a {
                        display: inline-block;
                        color: #fff;
                        text-decoration: none;
                        transition: all 0.3s ease-in-out;
                    }

                        .site-footer .footer-desktop-view .left-content .social-links ul li a:hover {
                            color: #ef3124;
                        }

                        .site-footer .footer-desktop-view .left-content .social-links ul li a i {
                            font-size: 25px;
                            line-height: 50px;
                        }

        .site-footer .footer-desktop-view .left-content .footer-widget .widget-item .title {
            position: relative;
        }

            .site-footer .footer-desktop-view .left-content .footer-widget .widget-item .title h3 {
                font-size: 24px;
                font-weight: 700;
                line-height: 21px;
                color: #fff;
                margin-bottom: 20px;
            }

        .site-footer .footer-desktop-view .right-content ul.links {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .site-footer .footer-desktop-view .right-content ul.links li {
                margin-bottom: 6px;
                display: inline-block;
                width: 50%;
            }

                .site-footer .footer-desktop-view .right-content ul.links li a {
                    position: relative;
                    display: inline-block;
                    color: #000;
                    text-decoration: none;
                    font-size: 16px;
                    transition: all 0.3s ease-in-out;
                }

                    .site-footer .footer-desktop-view .right-content ul.links li a:hover {
                        color: #ef3124;
                    }

                    .site-footer .footer-desktop-view .right-content ul.links li a:before {
                        position: absolute;
                        right: -15px;
                        top: 4px;
                        content: "\f054";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 700;
                        font-size: 12px;
                    }


        .site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li {
                margin-bottom: 12px;
            }

                .site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li a {
                    display: inline-block;
                    color: #fff;
                    text-decoration: none;
                    font-size: 16px;
                    transition: all 0.3s ease-in-out;
                }

                    .site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li a:hover {
                        color: #ef3124;
                    }

        .site-footer .footer-desktop-view .right-content {
            width: 380px;
            height: 100%;
            background: #fff;
            position: absolute;
            right: 0;
            top: 0;
            padding: 40px;
            overflow: hidden;
        }

            .site-footer .footer-desktop-view .right-content h3 {
                font-size: 24px;
                font-weight: 700;
                line-height: 21px;
                margin-bottom: 20px;
            }

            .site-footer .footer-desktop-view .right-content ul.links {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline-table;
            }

                .site-footer .footer-desktop-view .right-content ul.links li {
                    margin-bottom: 6px;
                }

                    .site-footer .footer-desktop-view .right-content ul.links li a {
                        position: relative;
                        display: inline-block;
                        color: #000;
                        text-decoration: none;
                        font-size: 16px;
                        transition: all 0.3s ease-in-out;
                    }

                        .site-footer .footer-desktop-view .right-content ul.links li a:hover {
                            color: #ef3124;
                        }

                        .site-footer .footer-desktop-view .right-content ul.links li a:before {
                            position: absolute;
                            right: -15px;
                            top: 4px;
                            content: "\f054";
                            font-family: "Font Awesome 5 Free";
                            font-weight: 700;
                            font-size: 12px;
                        }

.bottom-bar {
    position: relative;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

    .bottom-bar ul.links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .bottom-bar ul.links li {
            position: relative;
            display: inline-block;
            margin-right: 20px;
        }

            .bottom-bar ul.links li:after {
                position: absolute;
                left: -15px;
                top: 3px;
                content: "-";
            }

            .bottom-bar ul.links li:first-child:after {
                display: none;
            }

            .bottom-bar ul.links li a {
                font-size: 16px;
                color: #000;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
            }

                .bottom-bar ul.links li a:hover {
                    color: #ef3124;
                }

.right-content-clone {
    display: none;
    background: #fff;
}

.footer-mobile-widget-container {
    display: none;
}

.nav-up {
    top: -40px;
}

/*========================================================================================
    Profile Page Styles     
========================================================================================*/

.profile-page-container {
}

/*========================================================================================
    Profile Details Section Styles     
========================================================================================*/
.profile-details-section {
}

    .profile-details-section .top-content {
        position: relative;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px;
    }

        .profile-details-section .top-content .top-left-content {
            width: 75%;
            margin-top: -82px;
        }

            .profile-details-section .top-content .top-left-content .name {
            }

                .profile-details-section .top-content .top-left-content .name h2 {
                    font-family: "Playfair Display", serif;
                    color: #fff;
                    font-size: 100px;
                    line-height: 82px;
                    letter-spacing: -2.38px;
                    font-weight: 700;
                }

                    .profile-details-section .top-content .top-left-content .name h2 span {
                        display: block;
                        color: #000;
                    }

        .profile-details-section .top-content .top-right-content {
            width: 25%;
            margin-top: -115px;
            max-width: 206px;
            max-height: 206px;
        }

            .profile-details-section .top-content .top-right-content .profile-avatar {
                width: 100%;
                padding-bottom: 100%;
                position: relative;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover; /* you change this to "contain" if you don't want the images to be cropped */
                border: 2px solid #fff;
            }

                .profile-details-section .top-content .top-right-content .profile-avatar img {
                    padding: 3px;
                    background: #fff;
                }

            .profile-details-section .top-content .top-right-content .rating {
                display: flex;
                align-items: center;
                margin-top: 10px;
            }

                .profile-details-section .top-content .top-right-content .rating span {
                    display: inline-block;
                }

                    .profile-details-section .top-content .top-right-content .rating span.icon {
                        font-size: 25px;
                        color: #ef3124;
                    }

                    .profile-details-section .top-content .top-right-content .rating span.achived-number {
                        font-size: 30px;
                        line-height: 18px;
                        font-weight: 700;
                        margin: 0 8px;
                    }

                    .profile-details-section .top-content .top-right-content .rating span.total-number {
                        font-size: 12px;
                        line-height: 26px;
                        color: #989898;
                    }

    .profile-details-section .profile-description {
        position: relative;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px;
    }

        .profile-details-section .profile-description .description-content {
            position: relative;
            width: 75%;
        }

            .profile-details-section .profile-description .description-content .text-box {
                position: relative;
                width: 100%;
                padding-right: 100px;
                /* height: 280px; */
                height: 100%;
                overflow: hidden;
                transition: all 0.5s ease-in-out;
            }

                /* .profile-details-section .profile-description .description-content .text-box:not(.expanded)::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
} */

                .profile-details-section .profile-description .description-content .text-box.expanded {
                    height: 100%;
                }

                .profile-details-section .profile-description .description-content .text-box p {
                    font-size: 16px;
                    line-height: 31px;
                }

            .profile-details-section .profile-description .description-content a.link {
                font-size: 16px;
                line-height: 26px;
            }

        .profile-details-section .profile-description .achievements {
            position: relative;
            width: 25%;
            margin-top: 20px;
        }

            /* .profile-details-section .profile-description .achievements:before {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
} */

            .profile-details-section .profile-description .achievements h3 {
                font-size: 24px;
                line-height: 18px;
                font-weight: 700;
                margin-bottom: 30px;
            }

            .profile-details-section .profile-description .achievements ul {
                position: relative;
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .profile-details-section .profile-description .achievements ul:before {
                    display: block;
                    content: "";
                    width: 100px;
                    height: 30px;
                    position: absolute;
                    bottom: -90px;
                    right: 0px;
                    border-bottom: 2px solid #000;
                    border-right: 2px solid #000;
                    transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                }

                .profile-details-section .profile-description .achievements ul li {
                    position: relative;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 18px;
                    margin-bottom: 15px;
                }

                    .profile-details-section .profile-description .achievements ul li:nth-child(1),
                    .profile-details-section .profile-description .achievements ul li:nth-child(2) {
                        font-weight: 700;
                    }

                    .profile-details-section .profile-description .achievements ul li i {
                        font-size: 20px;
                        line-height: 18px;
                        margin-right: 20px;
                    }

                    .profile-details-section .profile-description .achievements ul li:nth-child(1) i {
                        font-size: 24px;
                        position: relative;
                        top: 5px;
                        margin-right: 12px;
                    }

                    .profile-details-section .profile-description .achievements ul li:nth-child(2) i {
                        font-size: 24px;
                        position: relative;
                        top: 5px;
                        margin-right: 12px;
                    }

/*========================================================================================
    My Works Section Styles     
========================================================================================*/
.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.my-works-section {
    position: relative;
    margin-top: 100px;
}

    .my-works-section .work-carousel-container {
        position: relative;
        width: 1040px;
    }

        .my-works-section .work-carousel-container .work-carousel {
            position: relative;
        }

            .my-works-section .work-carousel-container .work-carousel .slide {
                position: relative;
                margin-top: 10px;
                overflow: hidden;
            }

                .my-works-section .work-carousel-container .work-carousel .slide .winning-image .winning-round-caption,
                .my-works-section .work-carousel-container .work-carousel .slide .winning-image .image-caption {
                    display: none;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .non-winning-image .winning-round-caption,
                .my-works-section .work-carousel-container .work-carousel .slide .non-winning-image .image-caption {
                    display: none;
                }


                .my-works-section .work-carousel-container .work-carousel .slide .winning-image:after {
                    display: block;
                    content: "";
                    width: 7px;
                    height: 74px;
                    position: absolute;
                    bottom: -45px;
                    left: 7%;
                    border-bottom: 1px solid #ef3124;
                    border-left: 1px solid #ef3124;
                    transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .winning-image {
                    position: relative;
                    width: 1040px;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .non-winning-image {
                    position: relative;
                    width: 1040px;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .winning-image a {
                    cursor: -moz-zoom-in;
                    cursor: -webkit-zoom-in;
                    cursor: -ms-zoom-in;
                    cursor: -o-zoom-in;
                    cursor: zoom-in;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .non-winning-image a {
                    cursor: -moz-zoom-in;
                    cursor: -webkit-zoom-in;
                    cursor: -ms-zoom-in;
                    cursor: -o-zoom-in;
                    cursor: zoom-in;
                }

                .my-works-section .work-carousel-container .work-carousel .slide .title {
                    position: relative;
                    margin-left: 100px;
                    margin-top: 25px;
                }

                    .my-works-section .work-carousel-container .work-carousel .slide .title i {
                        font-size: 20px;
                        line-height: 26px;
                        margin-right: 15px;
                    }

                    .my-works-section .work-carousel-container .work-carousel .slide .title span.text {
                        font-size: 20px;
                        line-height: 26px;
                        margin-top: 32px;
                    }

            .my-works-section .work-carousel-container .work-carousel .owl-nav {
                position: absolute;
                width: 165px;
                bottom: -20px;
                right: 0;
                height: 50px;
                overflow: hidden;
                background: #fff;
            }

                .my-works-section .work-carousel-container .work-carousel .owl-nav .owl-prev,
                .my-works-section .work-carousel-container .work-carousel .owl-nav .owl-next {
                    position: absolute;
                    bottom: 0px;
                    width: 50px;
                    height: 50px;
                    background: #f1f1f1;
                    line-height: 50px;
                    text-align: center;
                    z-index: 1;
                }

        .my-works-section .work-carousel-container .slide-counter {
            position: absolute;
            width: 100%;
            top: 0px;
            right: 0px;
            text-align: center;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            z-index: 0;
        }

            .my-works-section .work-carousel-container .slide-counter span {
                /* display: inline-block; */
                font-size: 16px;
                line-height: 18px;
            }

                .my-works-section .work-carousel-container .slide-counter span.separator {
                    margin: 0 7px;
                }

/*========================================================================================
    Featured Wedding Section Styles     
========================================================================================*/

.featured-wedding-section {
    margin-top: 120px;
}

    .featured-wedding-section .section-title {
    }

        .featured-wedding-section .section-title p.sub-btm-title {
            font-size: 24px;
            font-weight: 300;
            line-height: 26px;
            letter-spacing: 0;
        }

    .featured-wedding-section .featured-items-container {
        margin-top: 50px;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        flex-basis: 33.33%;
        justify-content: space-between;
    }

        .featured-wedding-section .featured-items-container .item {
            overflow: hidden;
            width: 320px;
        }

            .featured-wedding-section .featured-items-container .item .thumb {
                margin-bottom: 30px;
            }

                .featured-wedding-section .featured-items-container .item .thumb img {
                }

            .featured-wedding-section .featured-items-container .item .text-box {
            }

                .featured-wedding-section .featured-items-container .item .text-box h2 a {
                    font-family: "Playfair Display", serif;
                    font-size: 36px;
                    line-height: 32px;
                    margin-bottom: 15px;
                }

                .featured-wedding-section .featured-items-container .item .text-box p {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 18px;
                }

/*========================================================================================
    Separator Line Section Styles     
========================================================================================*/

.separator-line-section {
    position: relative;
    overflow: hidden;
}

    .separator-line-section .container-fluid {
        margin-right: 0;
        padding-right: 0;
    }

    .separator-line-section .separator-line {
        margin-top: 90px;
        margin-left: 0px;
        position: relative;
        height: 25px;
        width: auto;
        width: 150%;
    }

    .separator-line-section .btn-box {
        position: absolute;
        left: 0;
        top: 0%;
        display: flex;
        justify-content: c;
        text-align: center;
    }

    .separator-line-section.style-1 {
    }

        .separator-line-section.style-1 .separator-line {
            border-top: 1px solid #000;
            border-left: 1px solid #000;
        }

    .separator-line-section.style-2 .separator-line {
        width: auto;
    }

    .separator-line-section.style-3 {
        margin-top: -40px;
    }

        .separator-line-section.style-3 .separator-line {
            margin-top: 10px;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
        }

/*========================================================================================
    Photographer Master Blog Section Styles     
========================================================================================*/
.photographer-master-blog-section {
    position: relative;
    margin-top: 80px;
}

    .photographer-master-blog-section .section-title {
    }

        .photographer-master-blog-section .section-title h2 {
            width: 50%;
            margin-bottom: 30px;
        }

        .photographer-master-blog-section .section-title p.sub-btm-title {
            font-size: 24px;
            font-weight: 300;
            line-height: 26px;
            letter-spacing: 0;
        }

    .photographer-master-blog-section .blog-post-container {
        position: relative;
        margin-top: 60px;
    }

        .photographer-master-blog-section .blog-post-container:before {
            display: block;
            content: "";
            width: 100px;
            height: 25px;
            position: absolute;
            bottom: 10px;
            right: -3px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .photographer-master-blog-section .blog-post-container .post-item {
            position: relative;
            display: flex;
            flex-flow: row;
            margin-bottom: 50px;
        }

            .photographer-master-blog-section .blog-post-container .post-item .post-thumb {
                width: 33%;
                overflow: hidden;
            }

                .photographer-master-blog-section .blog-post-container .post-item .post-thumb img {
                }

            .photographer-master-blog-section .blog-post-container .post-item .post-content {
                width: 66%;
                padding-left: 40px;
                padding-right: 200px;
            }

                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-meta span,
                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-meta a span {
                    font-size: 12px;
                    font-weight: 300;
                    line-height: 26px;
                    color: #ef3124;
                    display: inline-block;
                    text-decoration: none;
                }

                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .author p {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 18px;
                    margin-bottom: 15px;
                }

                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-title {
                    margin-top: 15px;
                    margin-bottom: 20px;
                }

                    .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-title h2 {
                        font-family: "Playfair Display", serif;
                        font-size: 36px;
                        font-weight: 700;
                        line-height: 38px;
                        letter-spacing: -0.86px;
                    }

                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-excerpt {
                }

                    .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .post-excerpt p {
                        font-size: 16px;
                        line-height: 26px;
                    }

                .photographer-master-blog-section .blog-post-container .post-item .post-content .post-content-inner .read-more a.link {
                    font-size: 16px;
                    line-height: 26px;
                    color: #ef3124;
                }

/*========================================================================================
     Photographer Feedback Section Styles     
========================================================================================*/

.photographer-feedback-section {
    margin-top: 120px;
}

    .photographer-feedback-section .section-title {
    }

        .photographer-feedback-section .section-title h2 {
            margin-bottom: 30px;
        }

        .photographer-feedback-section .section-title p.sub-btm-title {
            font-size: 24px;
            font-weight: 300;
            line-height: 26px;
            letter-spacing: 0;
        }

    .photographer-feedback-section .separator-line-section {
        width: 62%;
        margin-top: 0;
    }

        .photographer-feedback-section .separator-line-section .separator-line {
            margin-top: 20px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
        }

    .photographer-feedback-section .feedback-rating {
        margin-top: 30px;
    }

        .photographer-feedback-section .feedback-rating .feedback-rating-content {
            position: relative;
        }

            .photographer-feedback-section .feedback-rating .feedback-rating-content .rating {
                float: left;
                width: 150px;
                margin-right: 30px;
            }

                .photographer-feedback-section .feedback-rating .feedback-rating-content .rating h3 {
                    font-size: 72px;
                }

                .photographer-feedback-section .feedback-rating .feedback-rating-content .rating span {
                }

                    .photographer-feedback-section .feedback-rating .feedback-rating-content .rating span.rating-number {
                        margin-left: 15px;
                    }

            .photographer-feedback-section .feedback-rating .feedback-rating-content h2 {
                float: left;
                font-family: "Playfair Display", serif;
                font-size: 36px;
                font-weight: 500;
                line-height: 32px;
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .photographer-feedback-section .feedback-rating .feedback-rating-content .btn-box {
                float: left;
            }

    .photographer-feedback-section .feedback-post-container {
        margin-top: 50px;
    }

        .photographer-feedback-section .feedback-post-container .post-item-container {
            position: relative;
        }

            .photographer-feedback-section .feedback-post-container .post-item-container .post-item {
                position: relative;
                display: flex;
                flex-flow: row;
                margin-bottom: 50px;
            }

                .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb {
                    width: 18%;
                    text-align: center;
                }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb img {
                    }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb .publish-date {
                        display: none;
                        margin-bottom: 15px;
                    }

                        .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb .publish-date p {
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 18px;
                            margin-bottom: 0;
                        }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb .rating-stars {
                        margin-top: 15px;
                    }

                        .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb .rating-stars span.icon {
                            color: #d0d0d0;
                        }

                            .photographer-feedback-section .feedback-post-container .post-item-container .post-item .thumb .rating-stars span.icon.filled {
                                color: #000;
                            }

                .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content {
                    width: 82%;
                    padding-left: 50px;
                    padding-right: 200px;
                }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content .publish-date {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 31px;
                        margin-bottom: 5px;
                    }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content .post-title {
                        font-family: "Playfair Display", serif;
                        font-size: 36px;
                        line-height: 32px;
                        margin-bottom: 15px;
                    }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content .post-excerpt {
                        position: relative;
                        /* height: 70px; */
                        overflow: hidden;
                        transition: all 0.3s ease-in-out;
                    }

                        .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content .post-excerpt.expanded {
                            height: auto;
                        }

                        .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content .post-excerpt p {
                            font-size: 16px;
                            line-height: 31px;
                        }

                    .photographer-feedback-section .feedback-post-container .post-item-container .post-item .post-content span.link {
                    }

/*========================================================================================
    Review Button Section Styles     
========================================================================================*/
.profile-page-container .review-btn-section {
    text-align: center;
    margin-top: -25px;
}

/*========================================================================================
    Find Photographer Section Styles     
========================================================================================*/

.find-photographer-section {
    background: #f1f1f1;
    margin-top: 120px;
    padding: 100px 0;
}

    .find-photographer-section .left-content {
        position: relative;
    }

        .find-photographer-section .left-content:before {
            display: block;
            content: "";
            width: 100px;
            height: 20px;
            position: absolute;
            bottom: -80px;
            left: -3px;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .find-photographer-section .left-content h2 {
            font-family: "Playfair Display", serif;
            font-size: 56px;
            font-weight: 500;
            line-height: 56px;
            margin-bottom: 15px;
        }

        .find-photographer-section .left-content p {
            font-size: 24px;
            line-height: 26px;
            margin-bottom: 30px;
        }

        .find-photographer-section .left-content ul.social-links {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .find-photographer-section .left-content ul.social-links li {
                display: inline-block;
                width: 40px;
                height: 40px;
                margin-right: 30px;
            }

                .find-photographer-section .left-content ul.social-links li a {
                    font-size: 40px;
                    line-height: 40px;
                    color: #3e3e3e;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                }

                    .find-photographer-section .left-content ul.social-links li a i {
                        transition: all 0.2s ease-in-out;
                        color: #3e3e3e;
                    }

                    .find-photographer-section .left-content ul.social-links li a:hover,
                    .find-photographer-section .left-content ul.social-links li a:hover i {
                        color: #ef3124;
                    }

        .find-photographer-section .left-content .photographer-info {
            position: relative;
            margin-top: 50px;
        }

            .find-photographer-section .left-content .photographer-info h3 {
                font-size: 24px;
                font-weight: 300;
                line-height: 26px;
            }

            .find-photographer-section .left-content .photographer-info a {
                position: relative;
                color: #000;
                font-size: 24px;
                font-weight: 300;
                line-height: 26px;
                text-decoration: underline !important;
            }

    .find-photographer-section .photographer-search-form {
        position: relative;
        padding-top: 65px;
        padding-left: 50px;
        padding-right: 20px;
    }

        .find-photographer-section .photographer-search-form:before {
            display: block;
            content: "";
            width: 100px;
            height: 30px;
            position: absolute;
            top: -15px;
            right: -3px;
            border-top: 2px solid #000;
            border-right: 2px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .find-photographer-section .photographer-search-form h2 {
            font-family: "Playfair Display", serif;
            font-weight: 500;
            font-size: 32px;
            line-height: 32px;
            width: 60%;
            margin-bottom: 25px;
            display: none;
        }

        .find-photographer-section .photographer-search-form p {
            font-size: 24px;
            line-height: 26px;
            margin-bottom: 30px;
        }

/*========================================================================================
    Page Intro Section Styles     
========================================================================================*/

.page-intro-section {
    position: relative;
    width: 100%;
}

    .page-intro-section .bg {
        width: 100%;
        height: 125px;
        background: #000;
    }

    .page-intro-section .m-logo {
        position: absolute;
        right: 0px;
        top: -125px;
        width: 100%;
        height: 125px;
        background-image: url(../images/M.svg);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position: right center;
    }

    .page-intro-section .title {
        margin-top: -69px;
    }

        .page-intro-section .title h1 {
            font-family: "Playfair Display", serif;
            font-weight: 700;
            font-size: 82px;
            line-height: 72px;
            letter-spacing: -1.95px;
            color: #fff;
        }


        .page-intro-section .title h2 {
            font-family: "Playfair Display", serif;
            font-weight: 700;
            font-size: 82px;
            line-height: 72px;
            letter-spacing: -1.95px;
            color: #fff;
        }

        .page-intro-section .title h1 span.number {
            display: inline-block;
            color: #fff;
            position: relative;
            top: -13px;
        }

        .page-intro-section .title h2 span.number {
            display: inline-block;
            color: #fff;
            position: relative;
            top: -13px;
        }


        .page-intro-section .title h1 span {
            display: block;
            color: #000;
        }

        .page-intro-section .title h2 span {
            display: block;
            color: #000;
        }

    .page-intro-section .text-box {
        margin-top: 50px;
    }

        .page-intro-section .text-box p {
            font-size: 16px;
            line-height: 31px;
        }

    .page-intro-section .text-box-container {
        position: relative;
    }

    .page-intro-section .text-box-content {
        position: relative;
    }

        .page-intro-section .text-box-content .text-box {
            position: relative;
        }

            .page-intro-section .text-box-content .text-box h3 {
                font-size: 24px;
                font-weight: 700;
            }

        .page-intro-section .text-box-content#desktopDescriptionContent {
            display: block;
        }

        .page-intro-section .text-box-content#mobileDescriptionContent {
            display: none;
            overflow: hidden;
        }

            .page-intro-section .text-box-content#mobileDescriptionContent #DescriptionContent {
                overflow: hidden;
            }

/*========================================================================================
    Gallery Page Styles     
========================================================================================*/

.gallery-page-container {
    padding-top: 140px;
}

    .gallery-page-container .section-title {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .gallery-page-container .master-cta-content-box.style-2 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .gallery-page-container .my-works-section {
        margin-top: 0px;
    }

        .gallery-page-container .my-works-section .section-title {
            margin-bottom: 30px;
        }

            .gallery-page-container .my-works-section .section-title:before {
                display: block;
                content: "";
                width: 80px;
                height: 15px;
                position: absolute;
                top: -15px;
                right: -3px;
                border-top: 2px solid #000;
                border-right: 2px solid #000;
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
            }

/*========================================================================================
    Winner Gallery Page Styles     
========================================================================================*/
.winner-gallery-page-container {
    padding-top: 140px;
}

    .winner-gallery-page-container .content-spacer {
        position: relative;
    }

        .winner-gallery-page-container .content-spacer .spacer-box {
            position: relative;
            margin-top: 80px;
            height: 50px;
        }

            .winner-gallery-page-container .content-spacer .spacer-box:before {
                display: block;
                content: "";
                width: 80px;
                height: 15px;
                position: absolute;
                top: -15px;
                right: -3px;
                border-top: 2px solid #000;
                border-right: 2px solid #000;
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
            }

    .winner-gallery-page-container .section-title {
        margin-top: 120px;
        margin-bottom: 50px;
    }

    .winner-gallery-page-container .master-cta-content-box.style-2 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

/*========================================================================================
    Master Gallery Section Styles     
========================================================================================*/

.master-gallery-section {
    position: relative;
}

    .master-gallery-section .master-gallery-image-box-container {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

        .master-gallery-section .master-gallery-image-box-container .image-box {
            margin-bottom: 40px;
        }

            .master-gallery-section .master-gallery-image-box-container .image-box .title {
            }

                .master-gallery-section .master-gallery-image-box-container .image-box .title h3 {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 26px;
                    letter-spacing: 2.29px;
                    color: #ef3124;
                }

                    .master-gallery-section .master-gallery-image-box-container .image-box .title h3 span.photography-round {
                    }

                    .master-gallery-section .master-gallery-image-box-container .image-box .title h3 span.separator {
                    }

                    .master-gallery-section .master-gallery-image-box-container .image-box .title h3 span.photography-year {
                    }

            .master-gallery-section .master-gallery-image-box-container .image-box .image {
                position: relative;
            }

                .master-gallery-section .master-gallery-image-box-container .image-box .image .overlay {
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.6);
                    display: flex;
                    flex-wrap: wrap;
                    overflow: hidden;
                    align-items: center;
                    justify-content: center;
                    transition: all 0.3s ease-in-out;
                }

            .master-gallery-section .master-gallery-image-box-container .image-box:hover .image .overlay {
                background: rgba(0, 0, 0, 0);
            }

            .master-gallery-section .master-gallery-image-box-container .image-box:hover .site-btn-border {
                background: #ef3124;
            }

            .master-gallery-section .master-gallery-image-box-container .image-box.style-2 {
                position: relative;
                overflow: hidden;
            }

                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image:before {
                    display: block;
                    content: "";
                    width: 7px;
                    height: 53px;
                    position: absolute;
                    bottom: -38px;
                    left: 7%;
                    border-bottom: 1px solid #ef3124;
                    border-left: 1px solid #ef3124;
                    transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                    z-index: 1;
                }

                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image {
                    margin-bottom: 20px;
                }

                    .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image img {
                    }

                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info {
                    display: flex;
                    flex-flow: row;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: space-between;
                }

                    .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .title {
                        position: relative;
                        left: 10%;
                    }

                        /* .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .title:before{
    display: block;
    content: "";
    width: 7px;
    height: 48px;
    position: absolute;
    bottom: 13px;
    left: -15px;
    border-bottom: 1px solid #ef3124;
    border-left: 1px solid #ef3124;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
} */

                        .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .title p {
                            font-size: 20px;
                            line-height: 26px;
                            margin-bottom: 0;
                        }

                    .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box {
                        position: relative;
                    }

                        .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                        }

                            .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li {
                                display: inline-flex;
                                margin-right: 8px;
                                height: 20px;
                            }

                                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li:last-child {
                                    margin-right: 0;
                                }

                                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span {
                                    display: block;
                                }

                                    .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span.icon {
                                        position: relative;
                                        display: block;
                                        text-align: center;
                                        margin-right: 5px;
                                    }

                                        .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span.icon img {
                                            height: 18px;
                                        }

                                    .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span.text small {
                                        position: relative;
                                        top: -2px;
                                        left: -4px;
                                        font-size: 12px;
                                        margin-left: 0;
                                        color: #989898;
                                    }

                                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li:nth-child(3) span.icon {
                                    color: #ef3124;
                                }

                                .master-gallery-section .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span.text {
                                    font-size: 18px;
                                    line-height: 17px;
                                }

    /* Three Column Layout */

    .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image-box-info {
        align-items: baseline;
    }

        .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image-box-info .title {
            width: 42%;
            height: 52px;
            overflow: hidden;
        }

    .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image:before {
        display: block;
        content: "";
        width: 7px;
        height: 43px;
        position: absolute;
        bottom: -35px;
        left: 7%;
        border-bottom: 1px solid #ef3124;
        border-left: 1px solid #ef3124;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: 1;
    }

    .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image-box-info .title p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li {
        margin-right: 3px;
    }

        .master-gallery-section.three-column .master-gallery-image-box-container .image-box.style-2 .image-box-info .icon-box ul li span.icon {
            margin-right: 2px;
        }

/*========================================================================================
    Profile Search Page Styles     
========================================================================================*/
.profile-search-page-container {
    padding-top: 140px;
}

    .profile-search-page-container .master-gallery-section {
        margin-top: 60px;
    }

    .profile-search-page-container .master-cta-content-box {
        margin-top: 0;
    }

    .profile-search-page-container .separator-line-section {
        margin-top: 50px;
    }

    .profile-search-page-container .btn-section-with-line {
        text-align: center;
        margin-top: -25px;
    }

    .profile-search-page-container .latest-winner {
        margin-top: 60px;
    }

        .profile-search-page-container .latest-winner .winner-details {
            width: 1040px;
        }

        .profile-search-page-container .latest-winner .image-box-info {
            display: flex;
            flex-flow: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .profile-search-page-container .latest-winner .winner-details .winner-name {
            margin-top: 0;
        }

/*========================================================================================
    Profile Search and Filter Section Styles     
========================================================================================*/
.profile-search-filter-section {
    position: relative;
    margin-top: 60px;
}

    .profile-search-filter-section .profile-search-filter-section-inner {
        position: relative;
        padding: 40px 0 25px;
    }

    /* Search Bar Styles */

    .profile-search-filter-section .profile-search-container .title {
        position: relative;
        padding-left: 50px;
    }

        .profile-search-filter-section .profile-search-container .title:before {
            display: block;
            content: "";
            width: 70px;
            height: 10px;
            position: absolute;
            top: -30px;
            left: -3px;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .profile-search-filter-section .profile-search-container .title h2 {
            font-family: "Playfair Display", serif;
            font-size: 36px;
            font-weight: 500;
            line-height: 32px;
            margin-bottom: 15px;
        }

    .profile-search-filter-section .profile-search-container .search-bar {
        position: relative;
        padding: 0 50px;
    }

        .profile-search-filter-section .profile-search-container .search-bar .input-with-icon {
            position: relative;
        }

            .profile-search-filter-section .profile-search-container .search-bar .input-with-icon input.form-control {
                height: 51px;
                border-radius: 0;
                border-color: #cecece;
            }

            .profile-search-filter-section .profile-search-container .search-bar .input-with-icon .icon {
                position: absolute;
                right: 0px;
                top: 0px;
                font-size: 20px;
                line-height: 50px;
                width: 50px;
                height: 50px;
                background: transparent;
                color: #000;
                text-align: center;
                transition: all 0.2s ease-in-out;
            }

                .profile-search-filter-section .profile-search-container .search-bar .input-with-icon .icon.active {
                    background: #000;
                    color: #fff;
                    text-align: center;
                }

        .profile-search-filter-section .profile-search-container .search-bar .total-search-text {
            margin-top: 15px;
        }

            .profile-search-filter-section .profile-search-container .search-bar .total-search-text p {
                margin-bottom: 5px;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }

            .profile-search-filter-section .profile-search-container .search-bar .total-search-text h5 {
                font-size: 18px;
                font-weight: 700;
            }

        .profile-search-filter-section .profile-search-container .search-bar .autocomplete-items {
            position: absolute;
            background: #fff;
            border: 1px solid #cecece;
            border-top: none;
            z-index: 99;
            top: 100%;
            left: 0;
            right: 0;
            width: 95.5%;
            min-height: 200px;
            height: 100px;
            overflow: auto;
        }

            .profile-search-filter-section .profile-search-container .search-bar .autocomplete-items div {
                padding: 7px 10px;
                cursor: pointer;
                background-color: #fff;
                /* border-bottom: 1px solid #d4d4d4; */
            }

                .profile-search-filter-section .profile-search-container .search-bar .autocomplete-items div strong {
                    font-weight: 700;
                }

                .profile-search-filter-section .profile-search-container.search-bar .autocomplete-items div:hover {
                    /*when hovering an item:*/
                    background-color: #f1f1f1;
                }

        .profile-search-filter-section .profile-search-container .search-bar .autocomplete-active {
            /*when navigating through the items using the arrow keys:*/
            background-color: #f1f1f1 !important;
            color: #000;
        }

    /*========================================================================================
    Filter Desktop View Styles     
========================================================================================*/

    .profile-search-filter-section .profile-filter-container .filter-by {
        position: relative;
        margin-top: 40px;
        padding: 5px 0;
    }

        .profile-search-filter-section .profile-filter-container .filter-by:before {
            display: block;
            content: "";
            width: 100%;
            height: 15px;
            position: absolute;
            top: -25px;
            right: 0px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .profile-search-filter-section .profile-filter-container .filter-by:after {
            display: block;
            content: "";
            width: 100%;
            height: 15px;
            position: absolute;
            bottom: -25px;
            left: 0px;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            z-index: -2;
        }

        .profile-search-filter-section .profile-filter-container .filter-by p.text {
            margin-bottom: 0;
            display: inline-block;
            margin-right: 25px;
        }

        .profile-search-filter-section .profile-filter-container .filter-by .filter-menu {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
        }

            .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li {
                position: relative;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                padding: 10px;
                margin-right: 10px;
                cursor: pointer;
                text-transform: uppercase;
                transition: all 0.2s ease-in-out;
                background: #fff;
                border: 1px solid transparent;
                border-bottom: 0px;
                /* border: 1px solid #F1F1F1; */
                /* z-index: 2; */
            }

                .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li:hover {
                    font-weight: 700;
                }

                .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown {
                    position: relative;
                    padding: 10px 40px 10px 20px;
                    margin-right: 20px;
                    border: 1px solid transparent;
                    border-bottom: 0px;
                }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown.active,
                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown:hover {
                        border: 1px solid #f1f1f1;
                        border-bottom: 0px;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown::before {
                        position: absolute;
                        right: 10px;
                        top: 11px;
                        content: "\f078";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 700;
                        font-size: 12px;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        position: absolute;
                        top: 40px;
                        left: -1px;
                        width: 360px;
                        background: #fff;
                        border: 1px solid #f1f1f1;
                        border-top: 0px;
                        padding: 10px 0;
                        z-index: 1;
                        display: none;
                        /* opacity: 0; */
                        transition: all 0.5s ease-in-out;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown.active ul.sub-menu,
                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown:hover ul.sub-menu {
                        display: block;
                        /* opacity: 1; */
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu:before {
                        position: absolute;
                        right: 0;
                        top: 0;
                        content: "";
                        width: 100%;
                        height: 1px;
                        background: #f1f1f1;
                        /* background: #000; */
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown:nth-child(2) ul.sub-menu:before {
                        width: 60%;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown:nth-child(3) ul.sub-menu:before {
                        width: 59%;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown:nth-child(4) ul.sub-menu:before {
                        width: 66%;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu li {
                        position: relative;
                        padding: 5px 60px 5px 20px;
                        margin-right: 0;
                        display: block;
                        border-bottom: 1px solid #d4d4d4;
                    }

                        .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu li .checkbox label {
                            color: #3e3e3e;
                        }

                        .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu li:last-child {
                            border-bottom: 0px;
                        }

                        .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu li .number-text {
                            position: absolute;
                            right: 10px;
                            top: 10px;
                            color: #a7a7a7;
                        }

                        .profile-search-filter-section .profile-filter-container .filter-by .filter-menu li.has-dropdown ul.sub-menu li:hover .number-text {
                            font-weight: 400 !important;
                        }

        .profile-search-filter-section .profile-filter-container .filter-by .sort-by {
            position: relative;
            float: right;
            padding: 10px 40px 10px 20px;
            border: 1px solid transparent;
            border-bottom: 0px;
            cursor: pointer;
            text-align: right;
        }

            .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover {
                border: 1px solid #f1f1f1;
                border-bottom: 0px;
            }

            .profile-search-filter-section .profile-filter-container .filter-by .sort-by::before {
                position: absolute;
                right: 10px;
                top: 11px;
                content: "\f078";
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 12px;
            }

            .profile-search-filter-section .profile-filter-container .filter-by .sort-by ul.sub-menu {
                margin: 0;
                padding: 0;
                list-style: none;
                position: absolute;
                top: 40px;
                right: -1px;
                width: 300px;
                background: #fff;
                border: 1px solid #f1f1f1;
                border-top: 0px;
                padding: 0;
                z-index: 1;
                display: none;
                /* opacity: 0; */
                transition: all 0.5s ease-in-out;
                text-align: left;
            }

            .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu {
                display: block;
                /* opacity: 1; */
            }

                .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                    padding: 10px;
                    cursor: pointer;
                    text-transform: uppercase;
                    transition: all 0.2s ease-in-out;
                    border-bottom: 1px solid #d4d4d4;
                }

                    .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li:last-child {
                        border-bottom: 0px;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li:hover {
                        font-weight: 700;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li .checkbox label span.checkbox-icon {
                        right: 0;
                        left: auto;
                        background-color: #fff;
                    }

                    .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li .checkbox label {
                        padding-left: 10px;
                        margin-bottom: 0;
                        color: #3e3e3e;
                    }

                        .profile-search-filter-section .profile-filter-container .filter-by .sort-by:hover ul.sub-menu li .checkbox label span.checkbox-icon:after {
                            color: #000;
                        }

            .profile-search-filter-section .profile-filter-container .filter-by .sort-by ul.sub-menu:before {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                width: 64%;
                height: 1px;
                background: #f1f1f1;
            }

    /*========================================================================================
    Filter Mobile View Styles     
========================================================================================*/
    .profile-search-filter-section #filter-mobile-view {
        position: relative;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        display: none;
        margin-top: 20px;
    }

        .profile-search-filter-section #filter-mobile-view .filter-btn-box {
            display: flex;
            flex-flow: row;
            flex-wrap: wrap;
            text-align: center;
        }

        .profile-search-filter-section #filter-mobile-view .filter-btn {
            width: 50%;
            padding: 15px 0;
        }

            .profile-search-filter-section #filter-mobile-view .filter-btn:first-child {
                border-right: 1px solid #000;
            }

            .profile-search-filter-section #filter-mobile-view .filter-btn a {
                font-size: 16px;
                line-height: 16px;
                color: #000;
                text-decoration: none;
            }

                .profile-search-filter-section #filter-mobile-view .filter-btn a span.icon i {
                    position: relative;
                    font-size: 14px;
                    margin-right: 5px;
                }

                .profile-search-filter-section #filter-mobile-view .filter-btn a span.icon i {
                    position: relative;
                    font-size: 14px;
                    margin-right: 5px;
                }

                    .profile-search-filter-section #filter-mobile-view .filter-btn a span.icon i.fa-sort {
                        font-size: 16px;
                        top: 2px;
                    }

                .profile-search-filter-section #filter-mobile-view .filter-btn a span.text {
                }

                .profile-search-filter-section #filter-mobile-view .filter-btn a span.number {
                }

/*========================================================================================
    Filter Modal Styles     
========================================================================================*/
#filterModal {
    background: #fff;
    height: 100vh;
}

    #filterModal .modal-dialog {
        margin: 0;
    }

    #filterModal .modal-header {
        margin-bottom: 10px;
    }

        #filterModal .modal-header .close {
            padding: 25px 20px;
            opacity: 1;
        }

        #filterModal .modal-header .modal-title {
            font-family: "Playfair Display", serif;
            font-size: 32px;
            font-weight: 500;
            line-height: 32px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

    #filterModal .modal-body {
        position: relative;
        padding: 0;
        padding-bottom: 50px;
    }

    #filterModal .modal-content {
        border: none;
        border-radius: 0;
    }

        #filterModal .modal-content .modal-body .master-custom-accordion .accordion-item.active .accordion-header h3 {
            font-weight: 700;
        }

        #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content {
        }

            #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox {
                position: relative;
                margin-bottom: 35px;
            }

                #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox:last-child {
                    margin-bottom: 0px;
                }

                #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox label {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 22px;
                    padding-right: 50px;
                }

                    #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox label .text {
                        position: relative;
                        color: #3e3e3e;
                        top: 4px;
                        display: block;
                    }

                #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox input + label span.checkbox-icon:after {
                    top: -1px;
                }

                #filterModal .modal-content .modal-body .master-custom-accordion .filter-opt-content .checkbox .number-text {
                    position: absolute;
                    top: 1px;
                    right: 0px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #a7a7a7;
                }

    #filterModal .modal-btn-box {
        background: #fff;
        position: fixed;
        width: 100%;
        bottom: 10px;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        padding: 10px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }

    #filterModal .btn-box {
        width: 50%;
    }

        #filterModal .btn-box .site-btn-border {
            width: 90%;
        }

            #filterModal .btn-box .site-btn-border .btn-text {
                padding: 12px 0;
                width: 100%;
            }

/*========================================================================================
    Filter Result Styles     
========================================================================================*/

.profile-search-filter-section .filter-result-container {
    margin-top: 30px;
}

    .profile-search-filter-section .filter-result-container .filter-result {
        position: relative;
        padding: 0 15px;
    }

        .profile-search-filter-section .filter-result-container .filter-result .item {
            background: #000;
            color: #fff;
            display: inline-block;
            padding: 2px 12px;
            margin-right: 8px;
        }

            .profile-search-filter-section .filter-result-container .filter-result .item .text {
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 400;
            }

            .profile-search-filter-section .filter-result-container .filter-result .item .icon {
                cursor: pointer;
                position: relative;
                top: 1px;
                font-size: 12px;
                line-height: 13px;
                margin-left: 5px;
            }

            .profile-search-filter-section .filter-result-container .filter-result .item.filter-reset {
                background: transparent;
                cursor: pointer;
            }

                .profile-search-filter-section .filter-result-container .filter-result .item.filter-reset .text {
                    font-size: 14px;
                    text-transform: lowercase;
                    color: #000;
                    border-bottom: 1px solid #000;
                }

/*========================================================================================
    Sort Modal Styles     
========================================================================================*/

#sortModal {
    background: #fff;
    height: 100vh;
}

    #sortModal .modal-dialog {
        margin: 0;
    }

    #sortModal .modal-header {
        margin-bottom: 10px;
        padding: 15px 25px;
    }

        #sortModal .modal-header .close {
            padding: 25px 10px;
            opacity: 1;
        }

        #sortModal .modal-header .modal-title {
            font-family: "Playfair Display", serif;
            font-size: 32px;
            font-weight: 500;
            line-height: 32px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

    #sortModal .modal-body {
        position: relative;
        padding: 0;
    }

    #sortModal .modal-content {
        border: none;
        border-radius: 0;
    }

    #sortModal .sort-opt-content .opt-item {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 15px;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out;
        border-bottom: 1px solid #d4d4d4;
    }

        #sortModal .sort-opt-content .opt-item .checkbox label {
            padding-left: 0;
            margin-bottom: 0;
            font-size: 16px;
            color: #3e3e3e;
        }

            #sortModal .sort-opt-content .opt-item .checkbox label span.checkbox-icon {
                right: 0;
                left: auto;
                background-color: #fff;
            }

                #sortModal .sort-opt-content .opt-item .checkbox label span.checkbox-icon:after {
                    color: #000;
                }

/*========================================================================================
    Review Modal Styles     
========================================================================================*/

.reviewModal {
}

    .reviewModal .modal-content {
        border-radius: 0px;
    }

        .reviewModal .modal-content .close {
            position: absolute;
            right: 15px;
            top: 15px;
            opacity: 1;
            z-index: 1;
        }

            .reviewModal .modal-content .close span {
                font-size: 50px;
            }

                .reviewModal .modal-content .close span:before {
                    color: #000;
                }

        .reviewModal .modal-content .modal-body {
            padding: 50px 80px;
        }

            .reviewModal .modal-content .modal-body .content-box {
                position: relative;
            }

                .reviewModal .modal-content .modal-body .content-box:after {
                    display: block;
                    content: "";
                    width: 7px;
                    height: 150px;
                    position: absolute;
                    top: -50px;
                    left: -15px;
                    border-bottom: 1px solid #ef3124;
                    border-left: 1px solid #ef3124;
                    transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                }

                .reviewModal .modal-content .modal-body .content-box .title {
                    position: relative;
                    margin-bottom: 30px;
                    width: 55%;
                }

                    .reviewModal .modal-content .modal-body .content-box .title p {
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 26px;
                        letter-spacing: 3.43px;
                    }

                    .reviewModal .modal-content .modal-body .content-box .title h2 {
                        font-family: "Playfair Display", serif;
                        font-size: 56px;
                        font-weight: 500;
                        line-height: 56px;
                        margin-bottom: 0px;
                    }

                        .reviewModal .modal-content .modal-body .content-box .title h2 span {
                            display: block;
                        }

                .reviewModal .modal-content .modal-body .content-box .event-date {
                    position: relative;
                    width: 60%;
                    padding: 20px 0;
                    text-align: center;
                }

                    .reviewModal .modal-content .modal-body .content-box .event-date:before {
                        display: block;
                        content: "";
                        width: 70px;
                        height: 20px;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        border-top: 1px solid #000;
                        border-left: 1px solid #000;
                        transition: all 0.5s ease 0s;
                        -webkit-transition: all 0.5s ease 0s;
                    }

                    .reviewModal .modal-content .modal-body .content-box .event-date:after {
                        display: block;
                        content: "";
                        width: 70px;
                        height: 20px;
                        position: absolute;
                        bottom: 0px;
                        right: 0px;
                        border-bottom: 1px solid #000;
                        border-right: 1px solid #000;
                        transition: all 0.5s ease 0s;
                        -webkit-transition: all 0.5s ease 0s;
                    }

                    .reviewModal .modal-content .modal-body .content-box .event-date h3 {
                        font-family: "Playfair Display", serif;
                        font-size: 36px;
                        font-weight: 500;
                        line-height: 32px;
                        color: #ef3124;
                    }

                .reviewModal .modal-content .modal-body .content-box .text-box {
                    margin-top: 20px;
                    padding-right: 50px;
                }

                    .reviewModal .modal-content .modal-body .content-box .text-box p {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 31px;
                    }

                    .reviewModal .modal-content .modal-body .content-box .text-box ul {
                        margin: 0;
                        padding: 0;
                        padding-left: 15px;
                        list-style: none;
                    }

                        .reviewModal .modal-content .modal-body .content-box .text-box ul li {
                            position: relative;
                            font-size: 16px;
                            line-height: 31px;
                            color: #000;
                        }

                            .reviewModal .modal-content .modal-body .content-box .text-box ul li:before {
                                position: absolute;
                                left: -15px;
                                top: 0;
                                content: "-";
                            }

                .reviewModal .modal-content .modal-body .content-box .review-form {
                    position: relative;
                }

                    .reviewModal .modal-content .modal-body .content-box .review-form:before {
                        display: block;
                        content: "";
                        width: 60px;
                        height: 10px;
                        position: absolute;
                        bottom: 68px;
                        right: 0;
                        border-bottom: 1px solid #000;
                        border-right: 1px solid #000;
                        transition: all 0.5s ease 0s;
                        -webkit-transition: all 0.5s ease 0s;
                    }

                    .reviewModal .modal-content .modal-body .content-box .review-form textarea.form-control {
                        margin-left: 50px;
                        height: 253px !important;
                    }

                .reviewModal .modal-content .modal-body .content-box .btn-box {
                    margin-top: 40px;
                }

                    .reviewModal .modal-content .modal-body .content-box .btn-box .site-btn-border .btn-text {
                        padding: 6px 30px;
                        font-size: 14px;
                    }

.profile-rating {
}

    .profile-rating p {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
    }

    .profile-rating #profileRatingInputs {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        position: relative;
        left: -15px;
    }

        .profile-rating #profileRatingInputs input {
            display: none;
        }

        .profile-rating #profileRatingInputs label {
            float: right;
            font-size: 0;
            color: #d9d9d9;
            padding-right: 15px;
            cursor: pointer;
        }

            .profile-rating #profileRatingInputs label:before {
                content: "\e913";
                font-family: "icomoon" !important;
                font-size: 28px;
            }

            .profile-rating #profileRatingInputs label:hover,
            .profile-rating #profileRatingInputs label:hover ~ label {
                color: #000;
                transition: all 0.2s ease-in-out;
            }

        .profile-rating #profileRatingInputs input:checked ~ label {
            color: #000;
        }

            .profile-rating #profileRatingInputs input:checked ~ label:hover,
            .profile-rating #profileRatingInputs input:checked ~ label:hover ~ label {
                color: #000;
                transition: all 0.2s ease-in-out;
            }

        /* Half-star*/

        .profile-rating #profileRatingInputs .star-half {
            position: relative;
            left: 15px;
        }


        .profile-rating #profileRatingInputs input:checked ~ label.star-half:hover {
            color: #4c4c5b
        }


        .profile-rating #profileRatingInputs .star-half:before {
            position: absolute;
            content: "\e914";
            padding-right: 0;
            z-index: 1;
        }

.contain {
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.floatleft {
    float: left;
}

.clearboth {
    clear: both;
}

.size328x260 {
    max-width: 328px;
    max-height: 260px;
}

.review-hidden {
    display: none !important;
}

.blog-item-hidden {
    display: none !important;
}

.photographer-url {
    cursor: pointer;
    color: red;
}

.inner-ul {
    display: inline-block !important;
}

.banner-image img {
    object-fit: cover;
    width: 100%;
    max-width: initial;
    height: 32vw;
}
