@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Rum+Raisin&display=swap');
/*font-family: 'Rum Raisin', sans-serif;*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 20px;
    color: #555555 !important;
    font-weight: 400;
}

/*html{scroll-behavior: smooth;}*/

* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: #000;
}

a:hover {
    color: #ffa500;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    font-weight: 900;
}

.ptb {
    padding: 50px 0;
}

.mt {
    margin-top: 50px;
}

.scsticky {
    position: sticky;
    top: 0;
    height: 100vh;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.transition {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

/* Header */

.bd_header .head_mid .navbar {
    padding-right: 0;
    padding-left: 0;
}

.header_top {
    background: #fcf118;
    padding: 5px 0;
}

.header_topul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplogo a {
    width: 150px;
    display: inline-block;
}

.toplogo a img {
    width: 100%;
}

.bd_requestcall {
    display: flex;
}

.bd_requestcall a {
    background: #2e3192;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #fff !important;
}

.bd_requestcall a:hover {
    background: #000;
}

.header_topul ul li {
    margin: 0 50px 0 0;
}

.header_topul ul li:nth-last-child(1) {
    margin-right: 0;
}

.header_topul ul li a {
    color: #7f346e;
    font-size: 15px;
    font-weight: 500;
}

.header_topul ul li a i {
    margin-right: 6px;
}

.head_socail a i {
    margin: 0 6px;
}

.head_socail a:nth-last-child(1) i {
    margin-right: 0;
}

.color1 i {
    color: #425998;
}

.color2 i {
    color: #46bdfd;
}

.color3 i {
    color: #7b247a;
}

.color4 i {
    color: #e2262e;
}

.head_mid {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.bd_logo {
    width: 120px;
}

.bd_logo img {
    width: 100%;
}

.bd_nav {
    /*background: #e01671;*/
    position: relative;
    padding: 0;
}

/*.bd_nav:after{
    position: absolute; content: " ";
    background: url(../images/nav_bg.png) left center;
    background-repeat: repeat-x;
    left: 0; bottom: -22px; width: 100%; height: 22px;
    z-index: 9;
}*/

.bd_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.bd_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-weight: 500;
    font-size: 14px;
    padding: 0 5px;
}

/* Toggle*/

.bd_toggle.navbar-toggler {
    border: 0 !important;
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 45px;
    height: 45px;
}

.bd_toggle.navbar-toggler:focus {
    outline: 0;
}

.bd_toggle span {
    width: 28px;
    height: 5px;
    background: #fff;
    display: block;
    position: relative;
    margin: 0 0 0 12px;
    background-image: none !important;
}

.bd_toggle span:after {
    position: absolute;
    content: " ";
    width: 22px;
    height: 5px;
    top: -7px;
    left: 0;
    right: 0;
    background: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.bd_toggle span:before {
    position: absolute;
    content: " ";
    width: 22px;
    height: 5px;
    bottom: -7px;
    left: 0;
    right: 0;
    background: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}


/* Fix Header */

.header-appear {
    position: fixed;
    top: 0;
    padding: 0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .bd_logo {
    width: 100px;
    padding: 6px 0;
}

.header-appear .bd_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.bd_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px;
}

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 102px;
}

/* Banner */

.banner_area,
.banner_img {
    position: relative;
    overflow: hidden;
}

.banner_img {
    height: 800px;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text_area {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}

.banner_text_box {
    background: #ffd803a8;
    width: 65%;
    margin-left: auto;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    right: -100%;
    opacity: 0;
}

.owl-carousel.owl-drag.home-carousel .owl-item.active .banner_text_box {
    right: 0;
    opacity: 1;
}

.banner_text {
    z-index: 1;
    position: relative;
    flex: 0 0 60%;
    max-width: 60%;
}

.banner_text,
.banner_text p {
    font-family: 'Rum Raisin', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin-bottom: 0;
}

.banner_btn {
    display: flex;
    align-items: flex-end;
    /*flex: 0 0 40%;
    max-width: 40%;*/
}

.home-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-top: 0 !important;
    width: 100%;
}

.home-carousel.owl-theme .owl-dots .owl-dot span {
    background: #96999d;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 3px transparent;
}

.home-carousel.owl-theme .owl-dots .owl-dot.active span,
.home-carousel.owl-theme .owl-dots .owl-dot:hover span {
    box-shadow: 0 0 0 3px #ed1c24;
    background: #fff;
}

/* End Banner */


/*Button*/

.bd_btn {
    background: url(../images/btn_bg.png) left center;
    display: inline-block;
    color: #fff;
    width: 212px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.bd_btn:hover {
    background: url(../images/btn_bg1.png) left center;
    color: #e01671;
}

.bd_btn1 {
    background: url(../images/btn_bg1.png) left center;
    display: inline-block;
    color: #e01671;
    width: 212px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.bd_btn1:hover {
    background: url(../images/btn_bg.png) left center;
    color: #fff;
}


/*Button*/


/* Footer */

.footer_sec {
    padding: 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

.footer_sec:before {
    position: absolute;
    content: " ";
    background: rgba(69, 10, 35, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_top {
    position: relative;
}

.footer_top:after,
.footer_top:before {
    position: absolute;
    content: " ";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(91, 14, 50, 0.5);
}

.footer_top:after {
    top: -250px;
    right: -200px;
}

.footer_top:before {
    bottom: -320px;
    left: -250px;
    background: rgba(255, 255, 255, 0.2);
}

.ftr_box strong {
    font-family: 'Rum Raisin', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
    font-weight: normal;
}

.ftr_link li a {
    color: #c3c3c3;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
    display: inline-block;
    font-weight: 500;
}

.ftr_link li a:hover {
    color: #fff;
}

.ftr_box .ftr_ad {
    position: relative;
    color: #c3c3c3;
    font-size: 15px;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.ftr_box .ftr_ad i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    color: #c3c3c3;
}

.ftr_box .ftr_ad p {
    margin-bottom: 5px;
}

.ftr_box .ftr_ad a {
    color: #c3c3c3;
    font-size: 15px;
    line-height: 20px;
}

.ftr_box .ftr_ad a:hover {
    color: #fff;
}

.ftr_box .head_socail {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.subscribe_form {
    margin-top: 30px;
}

.subscribe_form p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.subscribe_form .es_subscription_form {
    position: relative;
}

.subscribe_form .es_subscription_form .es-field-wrap {
    width: 100%;
}

.subscribe_form .es_subscription_form .es-field-wrap label {
    margin: 0;
    width: 100%;
}

.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email::placeholder {
    color: #757883 !important;
}

.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email {
    background: #ffffff;
    border: 0;
    padding: 0 90px 0 20px;
    height: 40px;
    border-radius: 0;
    width: 100%;
    color: #000;
}

.subscribe_form .es_subscription_form .es_subscription_form_submit {
    color: #000000;
    padding: 0 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #eec80b;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}


.footer_lower {
    background: #430a22;
    padding: 20px 0;
    margin-top: 50px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    z-index: 1;
    position: relative;
}

.footer_lower p {
    margin-bottom: 0;
}

.footer_lower a {
    color: #fff;
}

.footer_lower a:hover {
    color: #f8303d;
}


/* End Footer */

.heading {
    margin-bottom: 30px;
    text-align: center;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    font-size: 45px;
    line-height: 50px;
    color: #7f346e;
    position: relative;
    text-transform: uppercase;
    font-family: 'Rum Raisin', sans-serif;
    margin-bottom: 20px;
}

.heading h1:after,
.heading h2:after,
.heading h3:after,
.heading h4:after,
.heading h5:after,
.heading h6:after {
    position: absolute;
    content: " ";
    width: 280px;
    height: 1px;
    background: #c1c1c1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.heading p {
    color: #555555;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 12%;
}

/* Home */

.home_videosec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.home_videosec:after {
    position: absolute;
    content: "";
    width: 600px;
    height: 100%;
    background: #ffeb81;
    top: 0;
    left: -18%;
    z-index: -1;
    border-radius: 50%;
    z-index: -2;
}

.bd_homevideo {
    background: #000;
    position: relative;
    height: 100%;
}

.bd_homevideo:after {
    position: absolute;
    content: "";
    border: 5px solid #cac110;
    top: -20px;
    left: -20px;
    bottom: -20px;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
}

.bd_homevideo:hover:after {
    top: -5px;
    left: -5px;
    bottom: -5px;
}

.bd_homevideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
}

.play_icon img {
    width: 60px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    opacity: 1;
}

.play_icon img:hover {
    width: 70px;
}

.video_text {
    font-family: 'Rum Raisin', sans-serif;
    color: #7f346e;
}

.video_text h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: normal;
}

.video_text h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
}

.video_text p {
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    font-weight: 600;
    margin: 25px 0 0 0;
}

.bd_homvidepop {
    background: rgba(0, 0, 0, 0.8);
}

.bd_homvidepop .modal-dialog {
    max-width: 95%;
}

.bd_homvidepop .modal-content {
    background: #000;
    border: 0;
    border-radius: 0;
}

.bd_homvidepop .modal-body {
    padding: 10px;
}

.bd_homvidepop .modal-body iframe {
    width: 100%;
    min-height: 550px;
}

.bd_homvidepop .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: red;
    opacity: 0.3;
    z-index: 11;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}

.bd_homvidepop .close:hover {
    opacity: 1;
}

/* Home Animals */

.animals_sec {
    background: url(../images/bg.png);
    position: relative;
    overflow: hidden;
}

.animals_sec .container {
    z-index: 9;
    position: relative;
}

.animals_sec:after,
.animals_sec:before {
    position: absolute;
    content: " ";
    width: 600px;
    height: 600px;
    border-radius: 50%;
}

.animals_sec:after {
    background: #efafcf;
    top: -360px;
    right: -360px;
}

.animals_sec:before {
    background: #acd3ed;
    bottom: -360px;
    left: -360px;
}

.bd_animalsbox {
    position: relative;
    overflow: hidden;
}

.bd_animalsimg {
    height: 365px;
    overflow: hidden;
}

.bd_animalsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd_animalstitle {
    position: absolute;
    bottom: -80px;
    left: -30px;
    width: 356px;
    height: 356px;
    background: rgba(224, 22, 113, 0.87);
    border-radius: 50%;
    padding: 110px 0 0 60px;
}

.bd_animalstitle h2 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.bd_animalstitle .bd_descrip {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 15px 0;
}

.bd_animalstitle .bd_btn1 {}

.bd_animalsarea:nth-child(1) .bd_animalstitle {
    background: rgba(255, 186, 0, 0.87);
}

.bd_animalsarea:nth-child(1) .bd_btn1 {
    color: rgba(255, 186, 0, 1);
}

.bd_animalsarea:nth-child(2) .bd_animalstitle {
    background: rgba(224, 22, 113, 0.87);
}

.bd_animalsarea:nth-child(2) .bd_btn1 {
    color: rgba(224, 22, 113, 1);
}

.bd_animalsarea:nth-child(3) .bd_animalstitle {
    background: rgba(16, 134, 205, 0.87);
}

.bd_animalsarea:nth-child(3) .bd_btn1 {
    color: rgba(16, 134, 205, 1);
}

.bd_animalsarea:nth-child(4) .bd_animalstitle {
    background: rgba(89, 53, 147, 0.87);
}

.bd_animalsarea:nth-child(4) .bd_btn1 {
    color: rgba(89, 53, 147, 1);
}

.bd_animalsarea .bd_btn1:hover {
    background: url(../images/btn_bg2.png) left center;
}

.bd_animalsarea1:nth-child(even) .bd_animalstitle {
    background: rgba(89, 53, 147, 0.87);
}

.bd_animalsarea1:nth-child(even) .bd_btn1 {
    color: rgba(89, 53, 147, 1);
}

.bd_animalsarea1:nth-child(odd) .bd_animalstitle {
    background: rgba(16, 134, 205, 0.87);
}

.bd_animalsarea1:nth-child(odd) .bd_btn1 {
    color: rgba(16, 134, 205, 1);
}

.bd_animalsarea1 .bd_btn1:hover {
    background: url(../images/btn_bg2.png) left center;
}


.home_eventbox {
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
    display: flex;
    overflow: hidden;
    height: 400px;
}

.bd_etext {
    background: #d4236e;
    padding: 40px;
    position: relative;
}

.bd_etext:after {
    position: absolute;
    content: " ";
    background: url(../images/bg1.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bd_etext .heading:after,
.bd_etext .heading:before {
    position: absolute;
    content: " ";
    width: 340px;
    height: 340px;
    border-radius: 50%;
}

.bd_etext .heading:after {
    background: #efafcf54;
    top: -230px;
    left: -230px;
}

.bd_etext .heading:before {
    background: #55338d4d;
    bottom: -190px;
    right: -190px;
}

.bd_eimg {
    background: #000;
}

.bd_eimg img {
    /*opacity: 0.8;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd_etext .heading {
    margin-bottom: 0;
    z-index: 1;
}

.bd_etext .heading h2:after,
.bd_etext .heading h3:after,
.bd_etext .heading h4:after,
.bd_etext .heading h5:after,
.bd_etext .heading h6:after {
    display: none;
}

.bd_etext .heading h2,
.bd_etext .heading h3,
.bd_etext .heading h4,
.bd_etext .heading h5,
.bd_etext .heading h6 {
    font-size: 35px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
}

.bd_etext .heading p {
    padding: 0;
    color: #fff;
}

.bd_etext .bd_btn1:hover {
    background: url(../images/btn_bg2.png);
}

.testimonial_sec {
    position: relative;
}

.testimonial_sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(227, 166, 4, 0.9);
}

.testimonial_sec .heading h2 {
    font-weight: normal;
    color: #fff;
    letter-spacing: 4px;
}

.testimonial_sec .heading h2:after {
    background: #ebc150;
    width: 150px;
}

.testimonial-carousel {
    margin-top: 60px;
}

.testimonial_box {
    text-align: center;
}

.testimonial_img {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_img img {
    height: 100%;
    object-fit: cover;
}

.testimonial_text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 0 10%;
    font-weight: 600;
}

.testimonial_text i {
    margin: 0 10px;
}

.testimonial_text i.quote {
    background: url(../images/quote_left.png);
    width: 41px;
    height: 33px;
    display: inline-block;
    opacity: 0.5;
}

.testimonial_text i.quote1 {
    background: url(../images/quote_right.png);
    width: 41px;
    height: 33px;
    display: inline-block;
    margin-bottom: -1.4em;
    opacity: 0.5;
}

.testimonial_text .test_title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}

.testimonial-carousel.owl-theme .owl-dots {
    margin-top: 30px !important;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 2px #fff;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
.home-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.join_sec {
    position: relative;
}

.join_sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.9);
}

.join_form {
    background: #593593;
    padding: 30px;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 100%;
}

.join_form:before {
    position: absolute;
    content: "";
    background: rgba(100, 74, 142, 1);
    width: 500px;
    height: 100%;
    top: 0;
    right: -280px;
    border-radius: 50%;
}

.join_form h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.join_form p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.join_form .wpcf7-form-control::placeholder {
    color: #9e82cb;
}

.join_form .wpcf7-form-control,
.join_form .wpcf7-form-control:-internal-autofill-selected {
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #9e82cb;
    color: #fff;
    transition: 0.5s;
    position: relative;
}

.join_form input[type="text"],
.join_form input[type="text"]:focus,
.join_form input[type="email"],
.join_form input[type="email"]:focus,
.join_form input[type="tel"],
.join_form input[type="tel"]:focus,
.join_form textarea {
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #9e82cb;
    color: #fff;
    transition: 0.5s;
    position: relative;
}

.join_form .wpcf7-form-control:focus {
    border-color: #fff !important;
}

.join_form .wpcf7-text {
    height: 50px;
    border: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.join_form .wpcf7-textarea {
    height: 80px;
    padding-top: 20px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #9e82cb;
    background-color: transparent;
    color: #fff;
}

.join_form .wpcf7-submit {
    width: 212px;
    border: 0;
    color: #9e82cb;
}

.join_form .wpcf7-submit:hover,
.location_box .bd_btn1:hover {
    background: url(../images/btn_bg2.png);
}

.location_box {
    background: #ddd317;
    padding: 30px;
    position: relative;
    color: #000;
    overflow: hidden;
    height: 100%;
}

.location_box:before {
    position: absolute;
    content: "";
    background: #ede21b;
    width: 500px;
    height: 100%;
    top: 0;
    right: -280px;
    border-radius: 50%;
}

.location_box h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.lochours h3,
.lochours h2,
.lochours h4,
.lochours h5,
.lochours h6 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.lochours {
    margin: 50px 0;
    z-index: 1;
    position: relative;
}

.lochours p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

/* Inner Page */

.inner_banner {
    /*height: 370px;*/
    position: relative;
    width: 100%;
    background: #e0d550;
    overflow: hidden;
}

.inner_banner:before {
    content: "";
    position: absolute;
    background-image: url(../images/section_notch_bottom.png);
    background-repeat: repeat-x;
    bottom: 0;
    width: 100%;
    height: 7px;
    z-index: 2;
}

.inner_banner .baner_img_page {
    /*height: 100%;*/
    width: 80%;
    float: right;
    /*opacity: 0.8;
	object-fit: fill;
    */
}

.inner_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: left;
}

.banner_area_text_box {
    position: relative;
    display: inline-block;
}

.banner_area_text_box:before {
    position: absolute;
    content: " ";
    width: 250px;
    height: 250px;
    background: #fcf118ba;
    border-radius: 50%;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

.banner_area_text_box .page-title {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    color: #1c1c1c;
    margin-bottom: 0;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: .75rem 0;
    justify-content: flex-start;
}

.breadcrumb ul {
    list-style-type: none;
    margin-bottom: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0 5px;
    color: #1c1c1c;
}

.breadcrumb ul li a,
.breadcrumb ul li strong {
    color: #1c1c1c;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.breadcrumb ul li a:hover {
    color: #0052BB;
}

/* Inner Content */

.inner_con {
    color: #1e1e1e;
}

.inner_con .alignright {
    float: right;
    margin: 20px 0 20px 20px;
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    -moz-filter: drop-shadow(5px 5px 5px #222);
    -ms-filter: drop-shadow(5px 5px 5px #222);
}

.inner_con .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
    filter: drop-shadow(-5px 5px 5px #222);
    -webkit-filter: drop-shadow(-5px 5px 5px #222);
    -moz-filter: drop-shadow(-5px 5px 5px #222);
    -ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con h2 {
    color: #000;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 1px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.inner_con h3 {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.inner_con h4 {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.inner_con ul {
    padding-left: 0;
    list-style-type: none;
}

.inner_con ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 15px;
}

.inner_con ul li:after {
    position: absolute;
    content: "\f105";
    font: normal normal normal 14px FontAwesome;
    color: #3e206d;
    top: 50%;
    left: 0;
    transform: translateX(50%);
    line-height: 1px;
}

.inner_con h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.inner_con p {
    font-weight: 500;
    line-height: 24px;
}

/* Contact */

.bd_heading {
    margin-bottom: 0;
    text-align: left;
    background: #e6dc5e;
    padding: 10px 20px;
}

.bd_heading.heading h2 {
    margin: 0;
}

.bd_heading.heading h2:after {
    display: none;
}

.contact_info ul li:nth-child(1) {
    margin-top: 0;
}

.contact_info ul li {
    background: #ffa500;
    padding: 15px 15px 15px 50px;
    position: relative;
}

.contact_info ul li:after {
    display: none;
}

.contact_info ul li i {
    position: absolute;
    top: 14px;
    left: 18px;
    color: #fff;
    font-size: 20px;
}

.contact_info ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.conhour h3,
.conhour h2,
.conhour h4,
.conhour h5,
.conhour h6 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    color: #fff;
}

.conhour p {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.contact_form1 {
    background: #fcf118;
    /*box-shadow: 0 2px 22px 0 #fcf118;*/
    padding: 30px 20px;
}

.contact_form1 p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.contact_form1 h2 {
    color: #000;
    margin-bottom: 20px;
}

.contact_form1 .wpcf7-form-control::placeholder {
    color: #000;
}

.contact_form1 .wpcf7-form-control.wpcf7-radio {
    padding: 0;
    border: 0;
    display: block;
}

.captcha-image .cf7ic_instructions span {
    color: #d4236e;
    font-weight: bold;
    background: #fff;
    padding: 5px;
    display: block;
}

.contact_form1 .wpcf7-form-control,
.contact_form1 .wpcf7-form-control:-internal-autofill-selected {
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
    border: 2px solid #d2c910;
    color: #000;
    transition: 0.5s;
    position: relative;
}

.contact_form1 input[type="text"],
.contact_form1 input[type="text"]:focus,
.contact_form1 input[type="email"],
.contact_form1 input[type="email"]:focus,
.contact_form1 input[type="tel"],
.contact_form1 input[type="tel"]:focus,
.contact_form1 input[type="date"],
.contact_form1 input[type="date"]:focus,
.contact_form1 textarea,
.contact_form1 select,
.contact_form1 select:focus {
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
    /*border-top: 0; border-left: 0; border-right: 0;*/
    border: 2px solid #d2c910;
    color: #000;
    transition: 0.5s;
    position: relative;
}

.contact_form1 .wpcf7-form-control:focus {
    border-color: #fff !important;
}

.contact_form1 .wpcf7-text,
.contact_form1 .wpcf7-date,
.contact_form1 .wpcf7-select {
    height: 50px;
}

.contact_form1 .wpcf7-textarea {
    height: 100px;
    padding-top: 20px;
    border: 2px solid #d2c910;
    background-color: transparent;
    color: #000;
}

.contact_form1 .wpcf7-submit {
    height: 50px;
    padding: 0 40px;
    background: #a64487;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

.contact_form1 .wpcf7-submit:hover {
    background: #7a0536;
    color: #fff;
}

.contact_form1 .bd_consub {
    position: relative;
    margin: 0 0 0 -15px;
}

.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contact_form1 .wpcf7-submit:hover {
    color: #fff;
}

.con_social {}

.con_social a {
    margin-right: 10px;
}

.contact_info .con_social a i {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: unset;
}

.conmap {
    margin-top: 50px;
}

.conmap iframe {
    width: 100%;
    height: 450px;
}

/***********/

/* 404 */
.error-404 {
    color: #000;
}

.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f79420;
    color: transparent;
}

.error-404 a {
    background: #f79420;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
}


.wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 16px;
    color: #fb515c;
}

.contact_form1 .wpcf7-not-valid-tip {
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
    text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #f7e700;
    color: #252525;
    text-align: center;
}

/* comment-respond */

.comments-area {
    margin-top: 40px;
}

.comment-respond .comment-reply-title {
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}

.comments-area .comments-title {
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

.comment-form p label {
    display: block;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d7f1ea;
}

.comment-form input {
    height: 40px;
}

.comment-form input[type=checkbox] {
    width: auto;
    height: auto;
}

.comment-form p.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}

.form-submit {

    /*text-align: right;*/

}

.form-submit .submit {
    border: none;
    background: #f8303d;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
}

.form-submit .submit:hover {
    background: #252525;
}


/* News Pagination */



.bd_pagination {
    display: inline-block;
}

.bd_pagination ul {
    list-style-type: none;
    margin: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px 0px #c6d3ff;
    display: flex;
}

.bd_pagination ul li {
    flex: 1;
    border-right: 1px solid #efefef;
    padding: 0;
    margin: 0;
}

.bd_pagination ul li:after {
    display: none;
}

.bd_pagination ul li:nth-last-child(1) {
    border-right: 0;
}

.bd_pagination ul li .page-numbers {
    padding: 10px 15px;
    display: block;
    color: #000;
}

.bd_pagination ul li .page-numbers.current {
    padding: 10px 20px;
    background: rgb(248, 48, 61);
    color: #fff;
}

.bd_pagination ul li a.page-numbers:hover {
    background: rgb(248, 48, 61, 0.5);
    color: #fff;
}

.comment-list {
    list-style-type: none;
}

.post-navigation .screen-reader-text {
    display: none;
}

.post-navigation .nav-links {
    display: flex;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    flex: 1;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

.post-navigation .nav-links .meta-nav {
    display: block;
    color: #767676;
    font-size: 12px;
}

.post-navigation .nav-links .post-title {
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.post-navigation .nav-links .post-title:after {
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}

.post-navigation .nav-links .nav-next .post-title:after {
    content: "\f061";
    right: -15px;
}

.post-navigation .nav-links .nav-previous .post-title:after {
    content: "\f060";
    left: -15px;
}

/*Blog*/

.blog_box {
    background: #f8303d;
    box-shadow: 0 0 10px 0 #f8303d;
    padding: 10px;
}

.blog_box figure {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 0;
}

.blog_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_cont {
    padding: 20px 0;
    color: #fff;
}

.blog_cont h2 a {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.blog_cont .blomo {
    margin-top: 10px;
}

.blog_cont .blomo .bd_btn {
    background: #c61f2a;
    width: auto;
    padding: 0 40px;
}


/*Post Details*/

.bd_details figure img {
    width: 100%;
}

.bd_details .bd_content .post-title {
    margin-bottom: 15px;
}

.bd_details .bd_content .post-title a {
    font-size: 30px;
    line-height: 36px;
}

.bd_details .entry-content {
    margin-top: 15px;
}

.post_heading {
    background: #1084cc;
    padding: 8px 10px;
}

.post_heading h2 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.recent_post .recent_post_img {
    flex: 0 0 40%;
    max-width: 40%;
}

.recent_post .recent_post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent_post .recent_post_content {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    background: #1084cc;
}

.recent_post .recent_post_content .date {
    color: #fff;
    font-size: 14px;
}

.recent_post_content h3 {
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #d6efff;
}

.recent_post .recent_post_content .date i {
    margin-right: 10px;
}

.recent_post_content a {
    display: block;
    color: #02253a;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline !important;
}

.recent_post {
    margin: 10px 0;
}

/* blog Details */

.boxshadow {
    background: #773065;
    box-shadow: 0 0 5px 0 #773065;
    padding: 20px;
}

.news_box_details figure img {
    width: 100%;
}

.news_box_details .news_content .post-title {
    margin-bottom: 15px;
}

.news_box_details .news_content .post-title a {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.news_box_details .post_view {
    color: #9c9c9c;
}

.news_box_details .post_view span {
    margin-right: 15px;
}

.news_box_details .post_view i {
    color: #009f9d;
    margin-right: 10px;
}

.news_box_details .entry-content {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.news_box_details .bd_descrip {
    color: #fff;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.date {
    color: #fff;
    margin-bottom: 10px;
}

.date i {
    margin-right: 10px;
}

/* Feedback */

.bd_testimonial {
    background: #0d82ca91;
    padding: 20px;
}

.bd_testimonial .testimonial_text {
    padding: 0;
}

/* Events */

.bd_eventbox {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.bd_eventimg {
    height: 230px;
    position: relative;
}

.bd_eventimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd_eventimg .edate {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #2bb5e3;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
}

.bd_eventimg .edate span {
    display: block;
    font-size: 30px;
    line-height: 34px;
}

.bd_eventtitle {
    padding: 25px;
    border: 1px solid #87d2ff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: #87d2ff;
    color: #000;
}

.bd_eventbox:hover {
    box-shadow: 0px 0px 20px rgba(224, 22, 113, 0.22);
    -webkit-box-shadow: 0px 0px 20px rgba(224, 22, 113, 0.22);
    -moz-box-shadow: 0px 0px 20px rgba(224, 22, 113, 0.22);
    -o-box-shadow: 0px 0px 20px rgba(224, 22, 113, 0.22);
    -ms-box-shadow: 0px 0px 20px rgba(224, 22, 113, 0.22);
}

.bd_eventtitle h2 {
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #9d0f4f;
}

.eplace {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    padding: 5px 0 5px 35px;
    background: #ff7600;
    color: #fff;
}

.eplace i {

    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 16px;
    color: #ffffff;
}

.bd_eventtitle .bd_btn {
    width: auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.bd_eventtitle .bd_btn:hover {
    background: url(../images/btn_bg2.png) left center;
}

.event_boxshadow {
    background: #09a106;
    box-shadow: 0 0 5px 0 #09a106;
    padding: 20px;
}

.event_boxshadow figure {
    position: relative;
}

.event_boxshadow figure .edate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Rum Raisin', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #752a64;
}

.event_map {
    margin-top: 15px;
}

.event_map iframe {
    width: 100%;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #13d871;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

/* Gallery Css */

.gallery_item {
    height: auto
        /* 408px*/
    ;
    position: relative;
    background: #000;
    text-align: center;
}

.gallery_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.gallery_item .zoomicon {
    position: absolute;
    content: " ";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.gallery_item:hover .zoomicon {
    font-size: 40px;
}

.gallery_item:hover img {
    opacity: 0.5;
}

/* pagination css*/

.pagination {
    justify-content: center;
}

.pagination .page-numbers {
    background: #ec008c;
    margin: 1px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #bc0371;
}

.location_sec .location_box h2 {
    font-size: 35px;
    line-height: 40px;
}

.locinnerbox {
    position: relative;
    z-index: 1;
}

.locinnerbox .lfb {
    position: absolute;
    top: 0;
    right: 0;
    background: #00000047;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    z-index: 1;
}

.locinnerbox .lfb:hover {
    background: #000;
}

.locinnerbox p {
    margin-bottom: 8px;
}

.locinnerbox .mall {
    font-size: 19px;
    line-height: 24px;
}

.locinnerbox .address,
.locinnerbox .namnumber {
    position: relative;
    padding: 0 0 0 20px;
}

.locinnerbox .address:before,
.locinnerbox .namnumber:before {
    position: absolute;
    top: 1px;
    left: 0;
    font: normal normal normal 16px/1 FontAwesome;
}

.locinnerbox .address:before {
    content: "\f041";
}

.locinnerbox .namnumber:before {
    content: "\f098";
}

.stor_img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.locinnerbox a {
    color: #fff;
}

.locinnerbox .loday {
    margin-bottom: 15px;
}

.locinnerbox .loday li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.locinnerbox .loday span {
    text-transform: capitalize;
    font-weight: bold;
}

.locinnerbox .namnumber a {
    color: #000
}

.location_sec:nth-child(even) .location_box {
    background: #62B7CA;
}

.location_sec:nth-child(even) .location_box:before {
    background: #81C2C7;
}

.right_fix {
    position: fixed;
    right: -44px;
    top: 50%;
    background: #ddd317;
    border: none;
    outline: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    border-radius: 0;
    z-index: 9999 !important;
    padding: 10px 16px;
    color: #000;
    text-transform: uppercase;
}


.bd_locationfilter {
    width: 50%;
    margin: 0 auto;
}

.bd_locationfilter .bd_select {
    position: relative;
}

.bd_locationfilter .bd_select:before {
    position: absolute;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    right: 20px;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bd_locationfilter .bd_select select {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
    border: 2px solid #a04787;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
}

/*Loading*/
.load {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 120px;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    overflow: hidden;
}

.load img {
    width: 100%;
    transform: scale(4);
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    -moz-transform: scale(4);
}

.load_se {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.load_se:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    content: " ";
    z-index: 11;
}

/*.loader_line_mask{
        position: absolute;
        width: 120px;
        height: 120px;
        overflow: hidden;
        top: 0; 
    }
    .loding_line {
        box-shadow:inset 2px 4px 1px rgb(255, 255, 255,1);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        -webkit-animation: rotate 1.2s infinite linear;
        -moz-animation: rotate 1.2s infinite linear;
        -o-animation: rotate 1.2s infinite linear;
        animation: rotate 1.2s infinite linear; 
    }

    @keyframes rotate{
        0%{
            transform: rotate(0deg);
            box-shadow:inset 2px 4px 1px red;
        }
        100%{
            transform: rotate(360deg);  
            box-shadow:inset 2px 4px 1px green;
        }
    }*/


.vidio_area video {
    width: 100%;
}

.inner_con ul.site_link li {
    padding-left: 22px;
}

.inner_con ul.site_link li:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #a54587;
    border-radius: 50px;
    top: 5px;
}

.attachment-jpeg #comments,
.attachment-jpeg .widget_recent_comments,
.attachment-jpeg .widget_search .search-form {
    display: none;
}

.attachment-jpeg .content-area {
    max-width: 1140px;
    margin: auto;
    margin-bottom: 40px;
}

.attachment-jpeg #image-navigation .nav-links {
    display: flex;
    align-items: center;
}

.attachment-jpeg #image-navigation .nav-links .nav-previous {
    margin-right: 16px;
}

.attachment-jpeg #image-navigation .nav-links .nav-previous a,
.attachment-jpeg #image-navigation .nav-links .nav-next a {
    background: #fbf043;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 4px;
}

.attachment-jpeg .entry-header {
    margin: 24px 0;
}

.attachment-jpeg .entry-content .entry-attachment img {
    max-width: 100%;
    height: auto;
}

.attachment-jpeg .entry-footer {
    margin: 16px 0 5px 0;
}

.error404 .content-area {
    max-width: 1140px;
    margin: auto;
    margin-bottom: 40px;
}

.error404 .content-area,
.error404 #secondary {
    max-width: 1140px;
    margin: auto;
    margin-bottom: 40px;
}

.error404 .content-area h1 {
    letter-spacing: 0;
}

@media screen and (max-width:1199px) {
    .head_mid .container {
        max-width: 100%;
    }

    .head_mid .container .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0 4px;
        font-size: 13px;
    }
}



.bd_translate select {
    font-size: 12px;
    height: 30px;
    border: 1px solid #2e3192;
    background: transparent;
    padding: 0 5px;
    border-radius: 5px;
}

.page-template-Job-Inquiry .contact_form1 .wpcf7-textarea {
    height: 70px;
}


/* 09-05-2025  */

.page-container {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
}

.prty_banner {
    position: relative;
    height: 760px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.prty_banner .bnr-cont {
    position: relative;
}

.prty_banner .bnr-cont .com-layout {
    z-index: 1;
    position: relative;
    padding: 150px 20px 90px 70px;
    height: auto;
    display: inline-block;
}

.prty_banner .bnr-cont::before {
    content: '';
    width: 468px;
    height: 468px;
    background: rgb(252 241 24 / 73%);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.prty_banner .bnr-cont h3 {
    font-size: 40px;
    font-weight: normal;
    color: #1C1C1C;
    font-family: "Rum Raisin", sans-serif;
}

.prty_banner .bnr-cont p {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.prty_banner .breadcrumb {
    padding: 0;
    background-color: transparent;
}

.prty_banner .breadcrumb :is(.breadcrumb-item, .breadcrumb-item a) {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.prty_banner .breadcrumb .breadcrumb-item::before {
    padding-right: .25rem;
    color: #000000;
}

.prty-wrp {
    position: relative;
    background: #ffffff;
    padding: 70px 0;
}



.prty-wrp::before {
    content: '';
    width: 100%;
    background: url('../images/line-shade-up.png') no-repeat center center;
    display: block;
    height: 17px;
    position: absolute;
    left: 0;
    top: -10px;
    background-size: 100%;
}

.prty-wrp::after {
    content: '';
    width: 100%;
    background: url('../images/line-shade-down.png') no-repeat center center;
    display: block;
    height: 17px;
    position: absolute;
    left: 0;
    bottom: -9px;
    background-size: 100%;
}

.prty-wrp .sec-title {
    text-align: center;
    font-family: "Rum Raisin", sans-serif;
    font-size: 36px;
    margin-bottom: 16px;
}

.prty-wrp .sec-subtitle {
    text-align: center;
    font-family: "Rum Raisin", sans-serif;
    font-size: 50px;
    margin-bottom: 45px;
    color: #8F3B7A;
}

.prty-wrp .image-container {
    position: relative;
    left: -50px;
}

.prty-wrp .image-container .stuff-e {
    position: absolute;
    bottom: 0;
    left: 0;
}

.prty-wrp .prty-content p {
    text-align: center;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    font-weight: 600;
    margin-bottom: 26px;
}

.prty-wrp .prty-content .card {
    border-radius: 25px;
    padding: 20px;
    border: none;
    box-shadow: 0px 4px 46px rgb(4 3 3 / 25%);
}


.prty-wrp .prty-content .card .price-prt {
    color: #E01873;
    /* font-size: 60px; */
    font-size: 40px;
    line-height: inherit;
    font-family: "Rum Raisin", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.prty-wrp .prty-content .card .price-prt span {
    color: #000000;
    font-family: sans-serif;
}

.prty-wrp .prty-content .card .price-prt span small {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: relative;
    bottom: 4px;
}

.prty-wrp .prty-content .feature-list {
    display: flex;
    justify-content: space-between;
}

.prty-wrp .prty-content .notes {
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 140%;
    font-weight: 400;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}

.prty-wrp .prty-content .notes span {
    font-weight: 600;
    display: block;
}

.prty-wrp .feature-list .feature-item {
    background: #1C8CCC;
    width: 32%;
    max-width: 250px;
    aspect-ratio: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.prty-wrp .feature-list .feature-item img {
    margin-bottom: 8px;
}

.prty-wrp .feature-list .feature-item p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 118%;
    font-family: "Montserrat", sans-serif;
}

.prty-wrp .feature-list .feature-item:nth-child(2) {
    background: #F0B405;
}

.prty-wrp .feature-list .feature-item:nth-child(3) {
    background: #583990;
}

.prty-wrp .party-content .card {
    position: relative;
    /* margin-right: 40px; */
}

.prty-wrp .party-content .card::after {
    content: 'and';
    position: absolute;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Rum Raisin", sans-serif;
    font-weight: 700;
    color: #8F3B7A;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    display: none;
}

.prty-wrp .event-content .card {
    margin-left: 40px;
}

/* .new_image_addition {
    padding-top: 60px;
} */

.inquery_wrp {
    /* background: #EDE03F; */
    padding: 75px 0 80px;
    background: url('https://stuffyrider.com/wp-content/themes/stuffyridersenterprises//assets/images/bg.png') no-repeat center center;
    background-size: cover;
}

.inquery_wrp h4 {
    text-align: center;
    font-size: 48px;
    font-family: "Rum Raisin", sans-serif;
    margin-bottom: 65px;
}

.contact-form-wrap h5 {
    text-align: center;
    margin-bottom: 40px;
    color: #454444;
    outline: none;
    font-size: 20px;
    line-height: 160%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.contact-form-wrap :is(input[type="text"], input[type="email"], textarea, select) {
    width: 100%;
    border: 2px solid #D2C735;
    margin-bottom: 22px;
    padding: 22px 32px;
    color: #575555;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.contact-form-wrap :is(input[type="text"]:focus, input[type="email"]:focus, textarea:focus) {
    border-color: #a2930a;
    background-color: #fffbd1;
}

.contact-form-wrap textarea {
    height: 184px;
    resize: none;
}

.contact-form-wrap .stuffy-button {
    margin-top: 70px;
}

.contact-form-wrap input[type="submit"] {
    background: url('../images/button-bg.png') no-repeat center center;
    background-size: cover;
    border: none;
    width: 100%;
    height: 87px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
}

.inquery_form.contact-form-wrap :is(input[type="text"], input[type="email"], textarea, select) {
    padding: 18px 24px;
    margin-bottom: 12px;
}

.book-now-wrp {
    background: url('../images/bg-shade.jpg') no-repeat center center;
    background-size: cover;
    padding: 85px 0 100px;
}

.book-now-wrp h4 {
    text-align: center;
    font-size: 48px;
    font-family: "Rum Raisin", sans-serif;
    margin-bottom: 12px;
    font-weight: 400;
}

.book-now-wrp h6 {
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

.book-now-wrp .locations-item {
    margin-bottom: 30px;
}

.book-now-wrp .card {
    flex-direction: row;
    gap: 14px;
    height: 100%;
    align-items: center;
    /* background: #ffffff;
    border: none;
    box-shadow: 0px 5px 25px 4px #ddd;
    padding: 16px;
    border-radius: 20px; */
    background: transparent;
    border: none;
}

.book-now-wrp .card .book-card-img {
    width: 45%;
    height: 100%;
    object-fit: cover;
    max-width: 160px;
    object-position: center center;
    display: none;
}

.book-now-wrp .card .book-content {
    padding: 0;
}

.book-now-wrp .card .book-content h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    font-family: "Rum Raisin", sans-serif;
    margin-bottom: 0;
}

.book-now-wrp .card .book-content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
}

.book-now-wrp .card .book-content>div {
    margin: 1px 0;
}

.book-now-wrp .card .book-content .book-btn {
    background: url('../images/button-bg-sm.png') no-repeat center center;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    width: auto;
    height: 44px;
    font-weight: 600;
    font-size: 19px;
    border-radius: 0;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    margin-top: 16px;
}

.book-now-wrp .list-wrap {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.book-now-wrp .list-wrap .city-heading {
    margin-bottom: 20px;
    font-size: 24px;
}

.book-now-wrp .list-wrap:last-of-type {
    margin-bottom: 0;
    border: none;
}

.party-faq-wrap {
    background: url('../images/faq-shape.png') no-repeat left bottom;
    padding: 65px 0 110px;
    position: relative;
    background-size: 303px;
}

.party-faq-wrap::before {
    content: '';
    width: 100%;
    background: url('../images/line-shade-up.png') no-repeat center center;
    display: block;
    height: 17px;
    position: absolute;
    left: 0;
    top: -11px;
    background-size: 100%;
}

.party-faq-wrap h3 {
    text-align: center;
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    font-family: "Rum Raisin", sans-serif;
    margin-bottom: 60px;
}

.party-faq-wrap #faqQA .card {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

.party-faq-wrap #faqQA .card-header {
    padding: 0;
    background: #FCF118;
    border-bottom-color: #ddd;
}

.party-faq-wrap #faqQA .card-header .faq-Btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    box-shadow: none;
    padding: .75rem 1.25rem;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

.party-faq-wrap #faqQA .card-header .faq-Btn i {
    font-size: 10px;
}

.party-faq-wrap #faqQA .card-body {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

/* media work */
@media screen and (max-width:1299px) {
    .page-container {
        max-width: 90%;
    }

    .party-faq-wrap {
        background-size: 260px;
    }

    .prty-wrp .image-container {
        left: 0;
    }
}

@media screen and (max-width:1199px) {

    .page-container,
    .attachment-jpeg .content-area {
        max-width: 90%;
    }

    .prty_banner {
        height: 500px;
    }

    .prty_banner .bnr-cont h3 {
        font-size: 50px;
    }

    .prty_banner .bnr-cont p {
        font-size: 18px;
    }

    .prty_banner .bnr-cont::before {
        width: 400px;
        height: 400px;
    }

    .prty_banner .bnr-cont .com-layout {
        /* height: 400px; */
        padding-left: 60px;
    }



    .prty_banner .breadcrumb :is(.breadcrumb-item, .breadcrumb-item a) {
        font-size: 18px;
    }

    .prty-wrp .sec-title {
        font-size: 30px;
    }

    .prty-wrp .sec-subtitle {
        font-size: 36px;
    }

    .prty-wrp .prty-content .card {
        padding: 20px;
    }

    .prty-wrp .prty-content .card .price-prt {
        font-size: 40px;
    }

    .prty-wrp .feature-list .feature-item p {
        font-size: 13px;
    }


    /* .prty-wrp .party-content .card {
        margin-right: 25px;
    } */

    .prty-wrp .event-content .card {
        margin-left: 25px;
    }

    .prty-wrp .prty-content .notes {
        font-size: 14px;
    }

    .contact-form-wrap :is(input[type="text"], input[type="email"], textarea) {
        margin-bottom: 22px;
        padding: 18px 30px;
        font-size: 18px;
    }

    .inquery_wrp h4 {
        font-size: 42px;
        margin-bottom: 45px;
    }

    .contact-form-wrap input[type="submit"] {
        height: 68px;
    }

    .contact-form-wrap .stuffy-button {
        margin-top: 60px;
    }

    .book-now-wrp {
        padding: 70px 0 85px;
    }

    .book-now-wrp h4 {
        font-size: 40px;
    }

    .book-now-wrp h6 {
        font-size: 18px;
    }

    .book-now-wrp .card {
        gap: 16px;
    }

    .book-now-wrp .card .book-card-img {
        max-width: 200px;
    }

    .book-now-wrp .card .book-content h3 {
        font-size: 22px;
    }

    .book-now-wrp .card .book-content p {
        font-size: 18px;
    }

    .prty-wrp .party-content .card::after {
        font-size: 36px;
        right: -80px;
    }
}

@media screen and (max-width:991px) {
    .prty_banner .bnr-cont h3 {
        font-size: 46px;
    }

    .book-now-wrp .card {
        gap: 20px;
    }

    .book-now-wrp .card .book-card-img {
        height: 190px;
        max-width: 40%;
    }

    .book-now-wrp .card .book-content h3 {
        font-size: 24px;
    }

    .book-now-wrp .card .book-content p {
        font-size: 16px;
    }

    .prty-wrp .sec-subtitle {
        font-size: 28px;
    }

    .prty-wrp .prty-content p {
        font-size: 17px;
        min-height: 85px;
        margin-bottom: 20px;
    }

    .prty-wrp .prty-content .card .price-prt {
        font-size: 30px;
    }

    .prty-wrp .feature-list .feature-item p {
        min-height: inherit;
        font-size: 12px;
    }


    .prty-wrp .prty-content .feature-list {
        gap: 8px
    }
}

@media screen and (max-width:767px) {
    .prty-wrp .feature-list .feature-item {
        width: 32%;
    }

    .prty-wrp .party-content {
        margin-bottom: 90px;
    }

    .prty-wrp .party-content .card::after {
        font-size: 36px;
        right: inherit;
        transform: inherit;
        top: inherit;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);


    }

    .prty-wrp .party-content .card,
    .prty-wrp .event-content .card {
        margin: 0;
    }
}

@media screen and (max-width:600px) {
    .prty_banner .bnr-cont h3 {
        font-size: 22px;
        color: #ffffff;
    }

    .prty_banner .bnr-cont p {
        font-size: 14px;
    }

    .prty_banner .bnr-cont::before {
        width: 325px;
        height: 325px;
    }

    .prty_banner .bnr-cont .com-layout {
        padding: 56px 20px 45px 60px;
    }

    .prty-wrp .feature-list .feature-item {
        width: 48%;
    }


}

@media screen and (max-width:480px) {

    .prty_banner .bnr-cont p br {
        display: none;
    }

    .prty_banner {
        height: 210px;
    }

    .prty_banner .bnr-cont::before {
        width: 150px;
        height: 150px;
    }

    .prty_banner .bnr-cont .com-layout {
        padding: 50px 20px 45px 22px;
        max-width: 225px;
    }

    .prty_banner .bnr-cont h3 {
        font-size: 25px;
    }

    .prty_banner .breadcrumb :is(.breadcrumb-item, .breadcrumb-item a) {
        font-size: 14px;
        color: #ffffff;
    }

    .prty-wrp .sec-title {
        font-size: 24px;
    }

    .prty-wrp .sec-subtitle {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .prty-wrp .prty-content {
        margin-top: 50px;
    }

    .prty-wrp .prty-content p {
        font-size: 18px;
    }

    .prty-wrp .party-content {
        margin-bottom: 50px;
    }

    .prty-wrp .feature-list .feature-item img {
        width: 23px;
    }

    .prty-wrp .feature-list .feature-item p {
        font-size: 11px;
    }

    .inquery_wrp h4 {
        font-size: 30px;
    }

    .book-now-wrp .card {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .book-now-wrp .card .book-card-img {
        height: 180px;
        width: 100%;
        max-width: 100%;
    }

    .book-now-wrp {
        padding: 50px 0 60px;
    }

    .party-faq-wrap {
        padding: 45px 0 100px;
    }

    .party-faq-wrap h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .book-now-wrp h4 {
        font-size: 30px;
    }

    .book-now-wrp h6 {
        font-size: 16px;
    }


}