:root {
    --head-font: 'Montserrat', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --primary-red: #ED1B24;
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05px;
    font-family: var( --body-font);
    color: #666;
    background-color: #f4f4f4;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.125;
    margin: 0;
    font-family: var(--head-font);
    color: #303030;
}

a {
    font-family: var( --body-font);
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: inherit;
}

button {
    border: none;
}

button:focus,
input:focus {
    outline: none;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.no-height {
    min-height: 0;
}

.gray-bg {
    background: #f8f8f8 url(../img/backgrounds/gray-bg.png) top right no-repeat;
}

.gray-withot-img {
    background-color: #f8f8f8;
}


/* Bootsrap modify */

.input-group-addon {
    background-color: #fff;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}


/* Theme button  style */

.theme-btn:visited,
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid var(--primary-red);
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: var(--primary-red);
    font-size: 16px;
    border-radius: 40px;
    z-index: 1;
}

.theme-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50px;
    background-color: #333;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 1s ease;
}

.theme-btn:hover span {
    width: 500px;
    height: 500px;
    z-index: -1;
}

.theme-btn:active {
    background-color: var(--primary-red);
}

.theme-btn-alt {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #303030;
}

.theme-btn-alt span {
    background-color: var(--primary-red);
}

.theme-btn-alt:hover {
    border-color: var(--primary-red);
    background-color: var(--primary-red);
    transition: background-color 1s ease;
}


/* Section style */

.section-padding {
    padding: 20px 0 20px;
}

.section-padding-alt {
    padding: 90px 0;
}

.section-title {
    text-align: center;
    padding: 0 60px;
}

.section-title h2 {
    font-size: 44px;
    color: var(--primary-red);
    margin-bottom: 20px;
    position: relative;
}

.section-title-login h2 {
    font-size: 30px;
    color: var(--primary-red);
    position: relative;
}

.section-title p {
    font-size: 15px;
    color: #535353;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    line-height: 1.5;
}

.section-content {
    position: relative;
}

.bg-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-title span {
    font-size: 150px;
    color: #231f20;
    opacity: 0.05;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
}


/* Theme pagination */

.theme-pagination {
    text-align: center;
    margin-top: 100px;
}

.theme-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.theme-pagination li a {
    display: block;
    padding: 15px 30px;
    background-color: #ececec;
    border-radius: 3px;
    color: #303030;
}

.theme-pagination li.active a,
.theme-pagination li a:hover {
    background-color: var(--primary-red);
    color: #fff;
}


/* Scrol Up */

#scrollUp {
    bottom: 15px;
    right: 1%;
    height: 40px;
    width: 40px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background-color: rgba(237, 27, 36, 0.5);
    color: #fff;
    display: inline-block;
    transition: all 1s ease;
    font-size: 18px;
}

#scrollUp:hover {
    background-color: rgba(237, 27, 36, 1);
}


/* Parallax style */

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* Preloader */

.preloader {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.preloader .cont {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 105px;
    height: 105px;
}

.line {
    border-radius: 2px;
    background-color: var(--primary-red);
    position: absolute;
}

.square {
    width: 100px;
    height: 5px;
    animation: desno 1s infinite;
    animation-fill-mode: forwards;
}

.square2 {
    width: 5px;
    height: 100px;
    opacity: 0;
    animation: desno2 1s infinite;
    animation-fill-mode: forwards;
}

.square3 {
    width: 100px;
    height: 5px;
    margin-top: 100px;
    opacity: 0;
    animation: desno3 1s infinite;
    animation-fill-mode: forwards;
}

.square4 {
    width: 5px;
    height: 100px;
    margin-left: 100px;
    margin-top: 0px;
    opacity: 0;
    animation: desno3 1s infinite;
    animation-fill-mode: forwards;
}

@keyframes desno {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(95deg);
        transform-origin: bottom left;
    }
    99.99% {
        opacity: 1;
    }
    100% {
        transform: rotate(90deg);
        transform-origin: bottom left;
        opacity: 0;
    }
}

@keyframes desno2 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    80% {
        transform: rotate(95deg);
        transform-origin: bottom left;
    }
    99.99% {
        opacity: 1;
    }
    100% {
        transform: rotate(90deg);
        transform-origin: bottom left;
        opacity: 0;
    }
}

@keyframes desno3 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    80% {
        transform: rotate(95deg);
        transform-origin: top right;
    }
    99.99% {
        opacity: 1;
    }
    100% {
        transform: rotate(90deg);
        transform-origin: top right;
        opacity: 0;
    }
}

@keyframes desno4 {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(95deg);
        transform-origin: top right;
    }
    99.99% {
        opacity: 1;
    }
    100% {
        transform: rotate(90deg);
        transform-origin: top right;
        opacity: 0;
        animation: desno 0.5s;
    }
}


/*
* ---------------------------------------------------------------------------
* 02. Main header area
* ---------------------------------------------------------------------------
*/


/* Header top area */

.header-top-area {
    background-color: var(--primary-red);
    padding: 5px 0;
}

.hdr-social ul li,
.hdr-info ul li {
    display: inline-block;
    color: #fff;
    font-family: var(--head-font);
    font-size: 15px;
}

.hdr-social ul li {
    margin-left: 10px;
}

.hdr-info ul li {
    margin-right: 10px;
}

.hdr-social ul li a,
.hdr-info ul li a {
    color: #fff;
    transition: all .8s ease-in-out;
    display: block;
    font-family: var(--head-font);
}

.hdr-info ul li a i {
    margin-right: 5px;
}

.hdr-social ul li a:hover {
    transform: rotate(360deg);
}

@media(max-width:992px) {
    .hdr-info ul li a,
    .hdr-info ul li {
        font-size: 13px;
    }
    .testimonial-txt h3 {
        font-size: 22px !important;
    }
    .sm-none {
        display: none;
    }
    .modal-dialog {
        margin: 28px 15px;
    }
    .hdr-info.text-right,
    .hdr-info {
        text-align: center !important;
    }
    .dashboard-nav .nav-pills>li>a {
        padding: 10px 0px !important
    }
    .pinside40 {
        padding: 15px !important
    }
    .control-label,
    .table tbody tr td {
        font-size: 13px !important;
    }
}


/* Header bottom area */

.header-bottom-area {
    background-color: #fff;
}

.logo-area {
    padding: 13px 0;
    display: inline-block;
}

.logo-area a {
    display: block;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li a {
    color: #231F20;
    display: block;
    padding: 29px 10px;
    border-bottom: 3px solid transparent;
    text-transform: capitalize;
    font-size: 15px;
    font-family: var(--head-font);
    font-weight: 500;
}

.main-menu ul li a i {
    margin-left: 5px;
}

.main-menu ul li.active a,
.main-menu ul li a:hover {
    border-bottom: 3px solid var(--primary-red);
    color: var(--primary-red);
}

.main-menu ul ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 130%;
    z-index: 999;
    transition: all 0.5s ease;
}

.main-menu ul ul li {
    display: block;
}

.main-menu ul ul li a {
    width: 200px;
    background-color: rgba(243, 243, 243, 0.59);
    text-align: left;
    color: #666;
    padding: 15px 10px;
    border-bottom: 2px solid var(--primary-red);
}

.main-menu ul ul li:last-child a {
    border-bottom: 0px solid var(--primary-red);
}

.main-menu ul ul li a:hover {
    background-color: var(--primary-red);
    color: #fff;
}

.main-menu ul li.active ul li a {
    color: #666;
}

.main-menu ul li.active ul li a:hover {
    color: #fff;
}


/* Mobile menu */

.mobile-menu {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
    left: 15px;
}

.mobile-menu .slicknav_btn {
    background-color: var(--primary-red);
    margin: 25px 0;
}

.mobile-menu .slicknav_menu {
    background-color: transparent;
    padding: 0;
}

.mobile-menu .slicknav_nav {
    background-color: #231F20;
}

.mobile-menu .slicknav_nav ul {
    margin-left: 0;
}

.mobile-menu .slicknav_nav ul li {
    border-top: 1px solid #413a3b;
    border-bottom: 1px solid #020202;
}

.mobile-menu .slicknav_nav ul li:first-child {
    border-top: 0px solid #413a3b;
}

.mobile-menu .slicknav_nav ul li:last-child {
    border-bottom: 0px solid #020202;
}

.mobile-menu .slicknav_nav ul li a {
    margin: 2px 0;
    display: inline-block;
}

.mobile-menu .slicknav_nav ul li a i {
    display: none;
}

.mobile-menu .slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: var(--primary-red) !important;
}

.mobile-menu .slicknav_nav ul li a span {
    display: none;
}

.mobile-menu .slicknav_nav ul li a span.slicknav_arrow {
    display: inline-block;
}

.mobile-menu .slicknav_nav ul ul li a {
    margin: 2px 10px;
}


/*
* ---------------------------------------------------------------------------
* 03. Main Banner area
* ---------------------------------------------------------------------------
*/

.main-banner-area {
    position: relative;
    overflow: hidden;
}


/* Bannve background effect */

#leafContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.single-banner-area {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-banner-area:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.banner-content {
    text-align: center;
    padding: 0 39px;
    overflow: hidden;
}

.banner-content span {
    color: #efefef;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.banner-content h1 {
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    text-transform: none;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: var(--head-font);
    font-weight: 600;
}

.banner-content p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.text-banner-slide .owl-dots,
.banner-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
}

.text-banner-slide .owl-dot,
.banner-slide .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    margin: 0 5px;
    border-bottom: 1px solid transparent
}

.text-banner-slide .owl-dot.active,
.banner-slide .owl-dot.active {
    background-color: transparent;
    border: 1px solid #fff;
}


/* Text slider area */

.video-banner-area,
.text-banner-area {
    overflow: hidden;
    position: relative;
}

.video-banner-area:after,
.text-banner-area:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(1, 1, 38, 0.50);
}

.single-text-banner {
    height: 600px;
    position: relative;
}

.single-text-banner .banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


/*
* ---------------------------------------------------------------------------
* 04. Wedding info area
* ---------------------------------------------------------------------------
*/

.wedding-info-area {
    background-color: var(--primary-red);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wedding-info-area:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-color: #494345;
    z-index: 1;
}

.single-info-heading {
    padding: 10px 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
}

.single-info-heading p {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0;
}

.single-info-heading i {
    font-size: 44px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-info-heading h3.block {
    font-size: 20px;
    color: #fff;
}

.single-info {
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background-color: #231F20;
    text-transform: capitalize;
}

.single-info.info-bg-two {
    background-color: #2F2B2C;
}

.single-info.info-bg-three {
    background-color: #3A3637;
}

.single-info.info-bg-four {
    background-color: #494345;
}

.single-info span {
    display: block;
    font-size: 30px;
}


/*
* ---------------------------------------------------------------------------
* 05. About us area
* ---------------------------------------------------------------------------
*/

.aout-text {
    margin-top: 70px;
}

.aout-text h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.aout-text p {
    margin-bottom: 15px;
    font-size: 16px;
}

.aout-text a {
    margin-top: 20px;
}

.about-img {
    margin-top: 70px;
    position: relative;
}

.about-border-one {
    position: absolute;
    height: 1px;
    right: 20px;
    left: 20px;
    top: 20px;
    background-color: #fff;
    z-index: 2;
}

.about-border-two {
    position: absolute;
    width: 1px;
    bottom: 20px;
    left: 20px;
    top: 20px;
    background-color: #fff;
    z-index: 2;
}

.about-border-three {
    position: absolute;
    height: 1px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    z-index: 2;
}

.about-border-four {
    position: absolute;
    width: 1px;
    bottom: 20px;
    right: 20px;
    top: 20px;
    background-color: #fff;
    z-index: 2;
}

.about-caro .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.about-caro .owl-nav .owl-prev {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    font-size: 24px;
}

.about-caro .owl-nav .owl-next {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    margin-left: 5px;
    font-size: 24px;
}

.about-caro .owl-nav .owl-prev:hover i,
.about-caro .owl-nav .owl-next:hover i {
    color: var(--primary-red);
}


/*
* ---------------------------------------------------------------------------
* 06. Stories area
* ---------------------------------------------------------------------------
*/

.stories-area {
    background-color: #fff;
}

.single-storis-content {
    margin-top: 70px;
    background-color: #eeeeee;
    border-right: 2px solid var(--primary-red);
}

.alt-storis-content {
    border-right: none;
    border-left: 2px solid var(--primary-red);
}

.single-storis-content:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.single-storis-content:hover .stories-img i {
    opacity: 1;
    visibility: visible;
}

.single-storis-content:hover .stories-img:after {
    transform: scale(1);
    visibility: visible;
}

.stories-img {
    position: relative;
    overflow: hidden;
}

.stories-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(237, 28, 36, 0.7);
    z-index: 2;
    transition: all 0.5s ease;
    transform: scale(0);
    visibility: hidden;
}

.stories-img i {
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: transparent url(../img/stories/icon-bg.png) center center no-repeat;
    background-size: cover;
    font-size: 30px;
    z-index: 3;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.stories-txt {
    overflow: auto;
    background: transparent url(../img/stories/watermark.png) center center no-repeat;
    padding-right: 10px;
    padding-left: 10px;
}

.alt-storis-content .stories-txt {
    text-align: right;
}

.stories-txt h3 {
    padding: 15px 0;
    margin: 40px 0;
    color: #303030;
    position: relative;
}

.stories-txt h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    background-color: var(--primary-red);
    left: 0;
    bottom: 0;
}

.alt-storis-content .stories-txt h3:after {
    right: 0;
    left: auto;
}

.stories-txt a {
    margin-top: 110px;
    margin-bottom: 29px;
    display: block;
    color: #303030;
}

.stories-txt a:hover {
    color: var(--primary-red);
}

.stories-btn {
    margin-top: 80px;
    text-align: center;
}


/* Stories page area */

.stories-page-area {
    padding-top: 20px;
}


/* Single stories page */

.single-stories-page {
    position: relative;
}

.single-stories-page:after {
    content: '';
    position: absolute;
    width: calc(50% + 277.5px);
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--primary-red);
    z-index: -1;
}

.stories-page-txt {
    padding: 50px 0;
    position: relative;
}

.stories-page-txt:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    left: 0;
    top: 0;
    background-color: var(--primary-red);
}

.stories-page-txt:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--primary-red);
}

.stories-page-txt p {
    margin-top: 35px;
    margin-bottom: 0;
}

.mes-grid {
    width: 33.33%;
    height: auto;
}

.stories-page-img img {
    width: 100%;
    transform: scale(1.01);
}


/*
* ---------------------------------------------------------------------------
* 09. Hello area
* ---------------------------------------------------------------------------
*/

.hello-area {
    text-align: center;
    color: #fff;
    padding: 90px 0;
    position: relative;
}

.hello-area:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(2, 2, 2, 0.6);
    z-index: 1;
}

.hello-content {
    position: relative;
    z-index: 2;
}

.hello-content h2 {
    color: #fff;
    font-family: var(--head-font);
    font-size: 40px;
    text-transform: inherit;
}

.hello-content a {
    margin-top: 70px;
}


/*
* ---------------------------------------------------------------------------
* 10. Galleries area
* ---------------------------------------------------------------------------
*/

.galleries-area {
    overflow: hidden;
}

.gallery-tab-nav {
    text-align: center;
}

.gallery-tab-nav ul {
    border-bottom: 0;
    background-color: #303030;
    border-radius: 20px;
    display: inline-block;
}

.gallery-tab-nav ul li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.gallery-tab-nav ul li a {
    margin-right: 0;
    border-radius: 20px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px;
}

.gallery-tab-nav ul li a:hover {
    background-color: transparent;
}

.gallery-tab-nav ul li.active a:focus,
.gallery-tab-nav ul li.active a:hover,
.gallery-tab-nav ul li.active a {
    background-color: var(--primary-red);
    color: #fff;
    border: 0;
}

.gallery-tab-nav ul li.active a:hover {
    border: 0;
    background-color: var(--primary-red);
    color: #fff;
}

@media(max-width:992px) {
    .gallery-tab-nav ul {
        display: flex;
        align-items: center;
    }
}


/* Gallery carousel */

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(253, 253, 255, 0.7);
}

.swiper-slide-active {
    position: relative;
    box-shadow: 1px 1px 21px rgba(48, 48, 48, 0.52);
}

.swiper-slide-active:after {
    background-color: rgba(0, 0, 26, 0.07);
}

.swiper-gallery-prev i,
.swiper-gallery-next i {
    background-color: #231f20;
    color: #fff;
    font-size: 40px;
    height: 60px;
    position: absolute;
    width: 60px;
    line-height: 59px;
    text-align: center;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
}

.swiper-gallery-prev i {
    left: 25%;
    margin-left: -30px;
}

.swiper-gallery-next i {
    right: 25%;
    margin-right: -30px;
}

.swiper-gallery-prev i:hover,
.swiper-gallery-next i:hover {
    background-color: var(--primary-red);
}


/* Gallery tab text */

.gallery-tab-txt {
    text-align: center;
    padding: 30px 0;
}

.gallery-tab-txt h3 {
    padding-bottom: 22px;
    margin-bottom: 20px;
    position: relative;
}

.gallery-tab-txt h3:after {
    content: '';
    height: 2px;
    width: 70px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
    background-color: var(--primary-red);
}

.gallery-tab-txt h5 {
    margin-bottom: 20px;
}

.gallery-tab-txt p {
    margin-bottom: 15px;
}

.swiper-pagination-gallery {
    text-align: center;
    margin-top: 25px;
}

.swiper-pagination-engagment .swiper-pagination-bullet,
.swiper-pagination-wedding .swiper-pagination-bullet,
.swiper-pagination-bridal .swiper-pagination-bullet {
    bottom: 0;
    margin: 0 10px;
    position: relative;
}

.swiper-pagination-engagment .swiper-pagination-bullet:after,
.swiper-pagination-wedding .swiper-pagination-bullet:after,
.swiper-pagination-bridal .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: -5px;
    top: 0;
    background-color: var(--primary-red);
}

.swiper-pagination-engagment .swiper-pagination-bullet:before,
.swiper-pagination-wedding .swiper-pagination-bullet:before,
.swiper-pagination-bridal .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: -5px;
    top: 0;
    background-color: var(--primary-red);
}

.swiper-pagination-engagment .swiper-pagination-bullet-active,
.swiper-pagination-wedding .swiper-pagination-bullet-active,
.swiper-pagination-bridal .swiper-pagination-bullet-active {
    background-color: var(--primary-red);
}


/* Galleries sub area */

.galleries-sub-title {
    text-align: center;
}

.galleries-sub-title h3 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.galleries-sub-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 1px;
    left: 50%;
    background-color: var(--primary-red);
    transform: translateX(-50%);
}

.galleries-sub-title span {
    margin-bottom: 25px;
    display: block;
}

.galleries-sub-title span i {
    margin-right: 5px;
}

.galleries-sub-title p {
    margin-bottom: 15px;
}

.single-galleries-sub-img {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.single-galleries-sub-img:hover .galleries-sub-img:after {
    background-color: rgba(0, 0, 26, 0.41);
}

.single-galleries-sub-img:hover .galleries-sub-img-hvr {
    top: 50%;
}

.galleries-sub-img {
    position: relative;
}

.galleries-sub-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 26, 0.07);
    z-index: 1;
    transition: all 0.5s ease;
}

.galleries-sub-img-hvr {
    position: absolute;
    top: -200%;
    left: 50%;
    height: 60px;
    text-align: center;
    line-height: 65px;
    width: 60px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.8s ease;
}

.galleries-sub-img-hvr a {
    display: block;
}

.galleries-sub-img-hvr a i {
    color: var(--primary-red);
    font-size: 24px;
}


/*
* ---------------------------------------------------------------------------
* 12. Testimonial area
* ---------------------------------------------------------------------------
*/

.testimonial-caro-bg {
    padding-top: 58px;
    padding-bottom: 55px;
}

.testimonial-img {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 7.5px;
}

.testimonial-txt {
    text-align: center;
}

.testimonial-txt h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-txt h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: var(--primary-red);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-txt h5 {
    margin-bottom: 20px;
}

.testimonial-txt h4 {
    margin-bottom: 10px;
}

.testimonial-txt h4 a,
.testimonial-txt h4 span {
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.testimonial-txt h4 a:active,
.testimonial-txt h4 a:hover {
    color: var(--primary-red);
}

.testimonial-para {
    margin-bottom: 30px;
}

.testimonial-caro .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.testimonial-caro .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #231f20;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    margin: 0 5px;
    border-bottom: 1px solid transparent
}

.testimonial-caro .owl-dot.active {
    background-color: var(--primary-red);
}


/*
* ---------------------------------------------------------------------------
* 13. Packages area
* ---------------------------------------------------------------------------
*/

.single-package {
    margin-top: 30px;
    background-color: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.package-hdr {
    background-color: #303030;
}

.package-hdr .lvl-txt {
    padding: 30px 0;
}

.package-hdr .lvl-txt h3 {
    color: #fff;
    font-size: 24px;
    text-align: left;
    padding-left: 25px;
}

.package-hdr .lvl-txt h3 span {
    font-size: 16px;
    display: block;
}

.package-hdr .price-txt {
    padding: 34px 0;
}

.package-hdr .price-txt h3 {
    color: #fff;
    font-size: 40px;
    text-align: right;
    padding-right: 25px;
}

.package-hdr .price-txt h3 span {
    font-size: 16px;
}

.package-txt {
    text-align: center;
    padding: 0px 0 15px;
}

.package-btn .theme-btn {
    border-radius: 0;
    width: 100%;
    background-color: var(--primary-red);
    color: #fff;
    font-family: var(--head-font);
    font-weight: 600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: -10px;
    padding: 8px;
    font-size: 15px;
}

.package-txt ul {
    clear: both;
}

.package-txt ul li div {
    padding: 20px;
    border-bottom: 1px dashed #e3e3e3;
    text-transform: capitalize;
    display: inline-block;
}

.package-txt ul li:first-child div {
    padding-top: 0;
}

.package-txt ul li:last-child div {
    border-bottom: 0;
}

.package-txt h4 {
    margin-top: 92px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #303030;
}

.package-btn {
    text-align: center;
    padding-bottom: 0px;
}


/* Package page area */

.packages-page-area {
    padding-top: 30px;
}


/*
* ---------------------------------------------------------------------------
* 17. Main fotter area
* ---------------------------------------------------------------------------
*/


/* Footer top area */

.fotter-top-area {
    background-color: #231f20;
    color: #c1c1c1;
}

.footer-widgets {
    padding: 20px 0;
}

.footer-title h3 {
    color: #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.footer-title h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    left: 0;
    bottom: 0;
    background-color: var(--primary-red);
}

.footer-about {
    margin-bottom: 20px;
}

.footer-about a {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-about p span {
    color: var(--primary-red);
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li a {
    color: #fff;
    display: block;
    transition: all .8s ease-in-out;
}

.footer-social li a:hover {
    color: var(--primary-red);
    transform: rotate(360deg);
}

.footer-pages li {
    padding: 5px 0;
}

.footer-pages li:first-child {
    padding-top: 0;
}

.footer-pages li a {
    color: #c1c1c1;
}

.footer-twitter-feed li a:hover,
.footer-pages li a:hover {
    color: var(--primary-red);
}

.footer-twitter-feed li {
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.footer-twitter-feed li:first-child {
    padding-top: 0;
}

.footer-twitter-feed li:last-child {
    border-bottom: 0px solid #c1c1c1;
}

.footer-twitter-feed li a {
    color: #c1c1c1;
    overflow: auto;
    display: block;
}

.footer-twitter-feed li a i {
    color: var(--primary-red);
}

.footer-contact li {
    padding: 5px 0;
    color: #c1c1c1;
}

.footer-contact li:first-child {
    padding-top: 0;
}

.footer-contact li i {
    color: var(--primary-red);
    margin-right: 5px;
}

.footer-content .footer-pages {
    column-count: 2;
}


/* Footer bottom area */

.footer-bottom-area {
    background-color: #333;
    padding: 10px 0;
}

.footer-bottom-area p {
    margin-bottom: 0;
    color: #e5e5e5
}

.footer-bottom-area p a {
    color: #e5e5e5;
}

.footer-name {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--head-font);
}


/*
* ---------------------------------------------------------------------------
* 18. Page header area
* ---------------------------------------------------------------------------
*/

.page-header-area {
    position: relative;
    background: transparent url(../img/backgrounds/page-header-bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-header-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-content h3 {
    margin-bottom: 10px;
    color: #fff
}

.page-header-content ul li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    font-size: 16px;
}

.page-header-content ul li+li:before {
    color: #666;
    content: "/\00a0";
    position: absolute;
    left: -4px;
    top: 0;
}

.page-header-content ul li a {
    display: block;
}

.page-header-content ul li.active,
.page-header-content ul li a:hover {
    color: var(--primary-red);
}


/*
* ---------------------------------------------------------------------------
* 19. About page area
* ---------------------------------------------------------------------------
*/

.about-page-top-content {
    position: relative;
    width: 100%;
}

.about-main-txt {
    position: absolute;
    z-index: 2;
    top: 70%;
    width: 72%;
    margin-left: 14%;
    background-color: #f3f3f3;
    text-align: center;
    padding: 90px 20px;
    border: 10px solid var(--primary-red);
}

.about-main-txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 35px;
}

.about-main-txt p {
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
}

.misson-vision-txt {
    margin-top: 475px;
}

.misson-vision-txt h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.misson-vision-txtt p {
    margin-bottom: 0;
    margin-top: 10px;
}


/*
* ---------------------------------------------------------------------------
* 20. Recent blog post
* ---------------------------------------------------------------------------
*/

.recent-blog-title h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
}

.recent-blog-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 19%;
    background-color: var(--primary-red);
}

.recent-blog-title h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dcdcdc;
}

.single-recent-blog-post {
    padding: 34px;
    background-color: #fbf9f9;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
    margin-top: 40px;
}

.single-recent-blog-post:hover .recent-blog-post-bdr {
    background-color: rgba(255, 255, 255, 0.5);
}

.single-recent-blog-post:hover .recent-blog-post-hvr {
    top: 50%;
}

.recent-blog-post-img {
    position: relative;
    overflow: hidden;
}

.recent-blog-post-img img {
    width: 100%;
}

.recent-blog-post-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.42);
    z-index: 1;
}

.recent-blog-post-bdr {
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
    z-index: 2;
    border: 1px solid #fff;
    transition: all 1s ease;
}

.recent-blog-post-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 30px;
    z-index: 2;
}

.recent-blog-post-txt h3 {
    color: #fff;
    margin-bottom: 10px;
}

.recent-blog-post-txt span {
    color: #fff;
    display: block;
}

.recent-blog-post-hvr {
    position: absolute;
    left: 50%;
    top: -500px;
    text-align: center;
    width: 100%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
}

.recent-blog-post-hvr a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.61);
    height: 60px;
    width: 60px;
    line-height: 59px;
    text-align: center;
    border-radius: 50%;
}


/*
* ---------------------------------------------------------------------------
* 21. Contact area
* ---------------------------------------------------------------------------
*/

.contact-form {
    background-color: #fdffff;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
    border: 1px solid #ddd;
    border-radius: 3px;
}

.contact-form h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 1px solid var(--primary-red);
}

.contact-form form input {
    padding: 10px 12px;
    height: auto;
    line-height: inherit;
}

.contact-form form .form-group {
    margin-bottom: 30px;
    text-align: left;
}

.contact-form form .form-group label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: start;
}

.user-img {
    border-bottom: 1px solid #f1f1f1;
}

.user-img img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.user-detail {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6px;
    padding-top: 10px;
    height: 100px;
}

.user-detail p {
    margin: 0;
}

.user-title {
    font-size: 15px;
    color: var(--primary-red);
    font-weight: 500;
    padding: 5px 5px;
    text-transform: capitalize;
    text-align: center;
}

.user-tbl {
    margin-bottom: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 8px;
    font-family: var(--head-font)
}

.tdAns {
    color: var(--primary-red);
}

.bg-white {
    background-color: #fff;
}

.search-partner .control-label,
.search-partner {
    color: #333;
    font-size: 15px;
}

.search-partner .form-group {
    text-align: left;
    margin-bottom: 0;
}

.form-age .form-control {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
}

.sm-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.no-padding {
    padding: 0 !important
}

.jumbotron {
    padding: 20px 20px 30px !important
}

.register-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid var(--primary-red);
    text-decoration: none;
    color: #fff;
    padding: 5px 10px !important;
    background-color: var(--primary-red);
    font-size: 16px;
    border-radius: 2px;
    z-index: 1;
}

.register-btn:hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px !important;
    background-color: #e9e9e9;
    font-size: 16px;
    border-radius: 2px;
    z-index: 1;
}

@media(min-width:768px) {
    .main-menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .lookingFor {
        width: 14%;
    }
}

.fluid-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.form-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal-header {
    min-height: 0px !important;
    padding: 0px 0px !important;
    border-bottom: none !important;
    height: 0;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.popClose {
    position: absolute;
    right: 0;
    margin-top: -24px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 26px !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    opacity: 1;
    margin-right: -13px;
    z-index: 999;
}

.login-user-icon img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px
}

.loginPopImage {
    height: 518px;
}

.modal-body {
    padding: 0
}

.well-box {
    padding: 15px;
}

.well-box .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.well-box .control-label,
.well-box a {
    font-family: var(--head-font);
}

.border-btm {
    border-bottom: 1px solid rgb(224, 224, 224);
}

.timeUl {
    display: flex;
    width: 100%;
}

.timeUl .timeLi {
    width: 33%;
}

#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
    backface-visibility: hidden;
    transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
}

#loader img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 300px;
    object-fit: contain;
    padding: 1rem;
    border-radius: 3px;
}

.tp-dashboard-head {
    background: url(../img/dashboard-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-header {
    display: flex;
    align-items: center;
}

.profile-pic {
    border-radius: 50%;
    background-color: #fff;
    height: 150px;
    width: 150px;
}

.profile-pic img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.profile-title {
    color: #fff;
    font-family: var(--head-font);
    text-transform: capitalize;
}

.profile-title small {
    font-size: 12px;
    color: var(--primary-red);
    padding-left: 20px;
}

.tp-dashboard-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e6df;
}

.dashboard-nav .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: var(--primary-red);
    background-color: #faf9f5;
}

.dashboard-nav .nav-pills>li>a {
    border-radius: 0px;
    color: #888783;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 24px 0px;
    line-height: 12px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #d6d5d0;
    margin-left: -1px;
    border-bottom: transparent;
}

.dashboard-nav .nav-pills>li>a:hover {
    color: var(--primary-red);
}

.db-icon {
    padding-right: 10px;
    font-size: 14px;
}

.dashboard-form .control-label {
    text-align: left;
}

.dashboard-form h2.form-title {
    border-bottom: 1px solid #e8e6df;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--head-font);
    text-transform: capitalize;
}

.form-title {
    border-bottom: 1px solid #e8e6df;
    padding-bottom: 19px;
    margin-bottom: 30px;
}

.photo-upload {
    margin-bottom: 30px;
}

.upload-file {
    padding-top: 60px;
}

.table-head {
    background-color: #ecebe5;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.th-title {
    font-size: 12px;
    text-transform: uppercase;
}

.listing-row {
    border-bottom: 1px solid #edebe4;
    padding: 20px;
    background-color: #fff;
}

.listing-row:hover {
    background-color: #fff;
    -moz-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
    -webkit-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
    box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
    transition: all 0.2s ease-in-out 0s;
    transform: translateY(0) !important;
    border-bottom: 1px solid #edebe4;
}

.listing-title h2 {
    font-size: 16px;
}

.listing-address {
    font-size: 14px;
}

.listing-price {
    font-weight: 600;
}

.listing-action .btn-primary {
    background-color: #0fb3b4;
    border: none;
}

.listing-action .btn-primary:hover {
    background-color: #09a2a3;
    border: none;
}

.listing-action .btn-danger {
    background-color: #fb886d;
    border: none;
}

.listing-action .btn-danger:hover {
    background-color: #f67557;
    border: none;
}


/*----------------------------
    Couple Dashboard
  ----------------------------*/

.dashboard-page-head {
    margin: 0px 0 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ecebe5;
}

.dashboard-page-head .page-title {
    border-bottom: transparent;
    margin-top: 25px;
}

.dashboard-page-head .page-title h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-red)
}

.action-block {
    text-align: right;
}

.white-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
}

.pinside40 {
    padding: 40px;
}

.pt-10 {
    padding-top: 10px
}

.mb30 {
    margin-bottom: 30px;
}

.browseImagePreview {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.preview_height {
    height: 100%;
    width: 100%;
}

#blah,
#blah1,
#blah2,
#blah3,
#blah4 {
    height: 130px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.imageshow {
    display: block !important;
    margin: 10px;
    width: 60%
}

.img-box {
    border: 2px dashed #bdb5b4;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

@media(min-width:768px) {
    .flex-desk {
        display: flex;
        align-items: center;
    }
}

.primary-btn:visited,
.primary-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid var(--primary-red);
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: var(--primary-red);
    font-size: 16px;
    border-radius: 3px;
    z-index: 1;
}

.primary-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 3px;
    background-color: #333;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.primary-btn {
    font-family: var(--head-font);
    font-weight: 600;
    font-size: 13px;
}

.primary-btn:active,
.primary-btn:hover {
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    transition: background-color 1s ease;
}

.primary-btn:hover span {
    width: 500px;
    height: 500px;
    z-index: -1;
}

.primary-btn:active {
    background-color: var(--primary-red);
}

.primary-btn-alt {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #303030;
}

.primary-btn-alt span {
    background-color: var(--primary-red);
}

.primary-btn-alt:hover {
    border-color: var(--primary-red);
    background-color: var(--primary-red);
    transition: background-color 1s ease;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.wid-20 {
    width: 42%;
}

.wid-5 {
    width: 2%;
}

.control-label,
.table tbody tr td {
    font-family: var(--body-font);
    font-size: 13px;
}

.control-label {
    font-weight: 500;
    color: #000
}

.form-control {
    font-family: var(--head-font);
    border-radius: 2px;
}

.noDataImage {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.m-b-0 {
    margin-bottom: 0;
}

.btn-view-profile {
    padding: 3px 6px;
    margin-top: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 12px;
    background: var(--primary-red);
    color: #fff;
    position: absolute;
}

.btn-view-profile:hover,
.btn-view-profile:focus {
    color: #fff;
    outline: none;
}

.userPopupImage {
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid var(--primary-red);
    border-radius: 50%;
    padding: 5px;
}

.popupCityUser {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.popupNameUser {
    font-size: 16px;
    text-align: center;
    color: var(--primary-red);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.popupSalaryUser {
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.p-t-0 {
    padding-top: 0px;
}

.tdQue111 {
    padding: 5px 5px !important;
    color: #000 !important;
    font-weight: 500 !important;
    width: 20% !important;
    font-size: 16px;
}

.profile-tbl .tdQue111 {
    font-size: 15px;
    color: #777
}

.profile-tbl .tdAns11 {
    font-size: 15px;
    color: var(--primary-red);
    font-weight: 500;
}

.profile-tbl .tdQue111,
.profile-tbl .tdAns11 {
    padding: 10px 5px;
    vertical-align: middle;
}

.sendReuestBtn {
    border-radius: 0;
    width: 100%;
    background-color: var(--primary-red);
    color: #fff;
    font-family: var(--head-font);
    font-weight: 600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    font-size: 15px;
}

.btnReuqest {
    padding: 0px 40px;
    font-size: 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
}

.yesButton {
    background: #4fb04ff7;
}

.noButton {
    background: #dd2626;
}

.bgPending {
    background: #facb0c !important;
    color: #000 !important;
}

.bgApproved {
    background: #3ab03a !important;
    color: #fff !important;
}

.bgRejected {
    background: #d92525 !important;
    color: #fff !important;
}

.dashUserRequest {
    height: 40px;
    width: 40px;
    object-fit: contain;
    border-radius: 50px;
}

.send-request {
    padding: 15px;
}

.sendRequestText {
    font-size: 17px;
}

.tp-breadcrumb {
    border-bottom: 1px solid #e9e6e0;
}

.tp-breadcrumb .breadcrumb {
    background: transparent;
    font-size: 11px;
    text-transform: uppercase;
    font-family: var(--head-font);
    margin-bottom: 0px;
    padding: 5px 0px;
    font-weight: 500;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.filter-box {
    z-index: 99;
    padding: 15px 0
}

.testimonial-txt p {
    font-size: 16px;
}

.contact-form-detail {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
    border: 1px solid #ddd;
    border-radius: 3px;
}

.contact-head {
    font-size: 18px;
    font-family: var(--head-font);
    text-align: left;
    font-weight: 600;
    color: var(--primary-red)
}

.contact-para {
    text-align: left;
    font-size: 14px;
    font-family: var(--head-font);
    font-weight: 500;
    color: #000;
    margin-bottom: 5px !important;
}

.primary-text {
    color: var(--primary-red);
}

@media(max-width:768px) {
    .wid-sm-50 {
        width: 50% !important;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0%;
}

.error-box {
    border: 3px solid #333;
}

.error-box p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--head-font);
    color: var(--primary-red);
    font-weight: 500;
}