/* Colors: */
:root{
    color:#FFFFFF;
    color:#FF0435;
    color:#9F9F9F;
    color:#1E1E1E;
    color:#fafafa;
    color:#000000;
    color:#35C666;
    color:#F5F5F5;
    color:#00000029;
    color:#C4C4C4;
    color:#2ED8FB;
    color:#1A1A1A;
    color:#707070;
}
body{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-image: url(/images/group-black.jpg);
    background-size: cover;
    background-position: center;
    height:100%;
    flex-direction: column;
    background-color: #000000;
    background-attachment: fixed;
    
}
img{
    width:100%;
}

/*header*/
header {
    background-image: url('/images/group-black.jpg');
    height: auto;
    background-position: center;
    background-size: cover;
}

.mt-15 {
    margin-top:15rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}
.book-your-video {
    color: #ff0435!important;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}
.book-your-video:hover{
    color:#ff4469;
}
a .book-your-video {
    text-decoration: none!important;
}
dt, dd {
    font-weight: 400;
    font-size: 15px;
}
dl {
    margin-bottom: 0;
}
.fa-brands.fa-facebook-f {
    position: relative;
    bottom: 37px;
    font-size: 18px;
    left: 3px;
    float: right;
    padding-right: 15%;
    cursor: pointer;
}

.fal.fa-times {
    font-size: 25px;
    color: #FFFFFF;
    padding-right: 15px;
}
.mega-dropdown {
  position: static !important;
  width: 100%;
}
.mega-menu {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    border: 0;
    padding-top: 25px;
    background-image: url('/images/group-black.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    background-image: url('/images/group-black.jpg');
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.dropdown-header, .text-uppercase {
    color: #ff0435;
    font-size: 49px;
    font-weight: 700;
    border-bottom: solid;
    border-color: darkgray;
}

.dropdown-toggle::after {
    display: none;
}

header {
    z-index: 999;
    width: 100%;
    background-color: transparent;
}

.header-logo {
    width: 35%;
    margin-top: 0px;
}

span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: transparent!important;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
button, select {
    text-transform: none;
    display: none;
}
.navbar{
    padding:0.5rem 0;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
}
.navbar-nav{
    right:0;
}
.header-menu-btn {
    padding: 0;
}
.header-menu-btn i {
    font-size: 30px;
    color: #ff0435;
    padding-right: 60px;
    font-weight: 100;
    vertical-align: middle;
}
.close-icon {
    display: inline-block;
    z-index: 9999999999999999;
    width:auto;
    padding-left: 26%;
}

.close-icon:hover {
    cursor: pointer;
}

.menu-inner {
    padding: 0;
    background-image: url('/images/group-black.jpg');
    height: 100vh;
}

.menu-head h3 {
    font-size: 25px;
    color: white;
   
}
.menu-links a {
    font-size: 27px;
    color: #FFFFFF;
    line-height: 2;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
    top: 62px;
    overflow:hidden;
}

.menu-links a.active, .menu-links a:hover {
    color: red;
    border-bottom: 1px solid red;
}

.menu-links {
    border-bottom-style: solid!important;
    border-bottom-color: darkgray!important;
    padding-bottom: 115px;
    margin-top: 80px;
}

.menu-links span {
    font-size: 60px;
    color: #FFFFFF;
    line-height: normal;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-links i {
    padding: 0 10px;
    color: #A2A2A2;
}

.close-icon ion-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    contain: strict;
    box-sizing: content-box !important;
    vertical-align: middle;
    font-size: 25px;
    color: white;
    position: relative;
    left: 28%;
}

.close-icon span {
    font-size: 30px;
    text-transform: uppercase;
}

#main-menu{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 0;
    padding-top: 25px;
}

.nav-item1 {
    padding-top: 17px;
    position: relative;
    right: 8%;
}
.nav-item2 {
    font-size: 10px;
    list-style: none;
    padding-top: 12px;
    color: #FF0435;
    position: relative;
    right: 0%;
}
.nav-item3 {
    font-size: 10px;
    list-style: none;
    padding-top: 12px;
    color: #FF0435;
    position: relative;
    right: 0%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    padding-top: 24px;
    left: -11px;
}
 
.navbar-toggler {
    padding: 0;
    color:#FF0435;
}
#nav-icon {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
button:focus {
    outline:none;
}

.fab {
    font-weight: 100;
    color: white;
    font-size: 25px;
}
.fa-brands {
    font-weight: 100;
    color: white;
    font-size: 17px;
    font-style: normal;
}
.logo-header {
    position: relative;
    bottom: 25px;
    width: 22%;
    padding-top: 51px;
    right: 40%;
}

.book{
    padding-top: 4px;

} 
/*index*/
.index-page {
    height: auto;
   
}
.text {
    display: -webkit-inline-box;
    margin-bottom: 0;
    margin-top: 0;
}
.use{
    position: relative;
    color:#FFFFFF;
    font-size:15px;

}
.use a{
    color:#FFFFFF;
}
.page-intro {
    position: fixed;
    top:-70px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9999;
    background-color: transparent;
}
.description{
    width:100%!important;
}
.page-intro .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}

.page-intro .card video {
    z-index: 999999999;
}

.page-intro .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
}

.page-intro img {
    width: 30%;
}
.home-content-section p{
    color:white;
    padding-top:2%;
}
.home-content-section h3{
    color:#FF0435;
    padding:0;
}
.page-intro p {
    text-align: center!important;
}
.page-intro .d-flex {
    height: 100vh;
}
.page-intro .btn-primary {
    margin: auto;
    display: inline-block;
}
.fade-out {
    -webkit-animation: seconds 1.8s forwards;
    -webkit-animation-delay: 1.8s;
    -webkit-transition-duration: 1.8s;
    animation: seconds 1.8s forwards;
    animation-delay: 1.8s;
    transition-duration: 1.8s;
    transition-timing-function: ease-in;
    transition: ease-in-out 1.8s; 
}
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 1.8s ease-in-out 5s; 
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        z-index: -200;
        transition: transform 2s ease-in-out 5s; 
    }
}

.fade-in {
    -webkit-animation: fadein 1.8s forwards;
    -webkit-animation-delay: 1.8s;
    -webkit-transition-duration: 1.8s;
    animation: fadein 1.8s forwards;
    animation-delay: 1.8s;
    transition-duration: 1.8s;
    transition-timing-function: ease-in;
    transition: ease-in-out 1.8s; 
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        z-index: -200;
        transition: transform 1.8s ease-in-out 5s; 
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        z-index: -200;
        transition: transform 1.8s ease-in-out 5s; 
    }
    
    100% {
        opacity: 1;
    }
}
.home-header {
    padding-bottom: 0%;
    padding-top: 7%;
}
.welcome h1 {
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}
.welcome img {
    width: 62%;
    padding-bottom: 47px;
}
.welcome>.btn>.btn-danger {
    background-color: #FF0435!important;
    position: relative;
    top: 19px;
    border-radius: 0;
    color: white;
    font-weight: 100;
    margin-bottom: 73px;
}
.btn-danger-submit-enquiry{
    bottom: 0;
    font-weight: 100;
    padding-top: 0;
    font-size: 15px;
    border-radius: 0;
    background-color: #FF0435;
    color: white;
    padding-top: 8px!important;
}

.welcome>.btn-danger, .one {
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    border-radius: 0;
    font-weight: 100;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-top: 10px!important;
    margin-bottom: 49px;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    font-size: 15px;
    position: relative;
    right: 3%;
}
.welcome li {
    padding-right: 35px;
    font-size: 18px;
    font-weight: 100;
    right: 7px;
    position: inherit;
}
.marker{
    list-style:none
}
.bg-screen{
    background-image: url('/images/showreel-cover.jpg');
    background-position: center;
    background-size: cover;
    position:relative;
    height:89vh;
}

.btn.btn-link{
    background-color: transparent;
    align-items: center;
    border-radius: 0;
    color: white;
    font-weight: 100;
    margin-bottom: 73px;
    border-style: ridge;
    border-color:white;
    margin-top: 18%;

}

.content-home>.btn-danger,.two{
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    top: 6%;
    font-weight: 100;
    padding: 9px;
}

.btn-link {
    font-weight: 100;
    color: white;
    text-decoration: none;
    font-size: 30px;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}
.btn-link:hover {
    color: white;
    text-decoration: none;
}
.text-uppercase{
    color:#FF0435;
}
.heading-1 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 800;
    color: #FF0435;
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading-2 {
    margin-top: 0;
    font-size: 51px;
    font-weight: 900;
    color: #FF0435;
    text-transform: uppercase;
    font-weight: bolder;
}

.content-home p {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 15px;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    border:none;  
    line-height: 34px;
}

.list-group-item.last{
    padding-left: 96px;

}
.list-group-item h3{
    color:#FF0435;
    font-weight: 100;

}
.list-group-item p{
    color:#FFFFFF;
}
.bottom-text {
    color: white;
    font-size: 15px;
    font-weight: 100;
    padding-top: 0;
}

.past-events h1 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 53px;
    padding-bottom: 35px;
}

.fashion {
    background-position: center;
    background-size: cover;
}

.fashion-show {
    color: white;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    align-items: center;
    padding-top: 29%;
    padding-left: 21%;
    background: linear-gradient(90deg, hsla(270, 2%, 62%, 1) 90%);
    background: -moz-linear-gradient(90deg, hsla(270, 2%, 62%, 1) 90%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) -47%,transparent 90%);
    
}
.btn-danger.film {
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    padding-left: 13px;
    padding-bottom: 10px;
    padding-top: 10px!important;

}
.d-grey-bg{
    background-color:#9F9F9F;
}
.d-black-bg {
    height: 38vh;
    text-align: -webkit-center;
}
.d-black-bg2{
    height: 2vh;
    text-align: -webkit-center;
}
.card-img-right{
    padding-bottom: 32px;

}
.btn-danger-eight {
    position: relative;
    font-weight: 100;
    bottom: 0;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding-left: 11px;
    padding-right: 11px;
    padding-top:10px!important;
    padding-bottom:10px;
    top: 10px;
    align-items: center;
}
.event-booking {
    color: white;
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 50px;
}

.event-booking h3 {
    font-weight: 600;
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.btn-danger-three {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 17px;
    bottom: 0px;
    align-items: center;
    padding-right: 13px;
    font-size: 15px;
}
.btn-danger-three>.fal.fa-long-arrow-right {
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    top: 7PX;
    position: relative;
    left: 6px;
    padding-right: 11px;
    font-weight: 100;
    padding-bottom: 7px;
    padding-left: 6px;
}
.btn-danger, .eight {
    position: relative;
    bottom: 9px;
    font-weight: 100;
    padding-top: 8px!important;
    font-size: 15px;
    padding-left: 19px;
    border-radius: 0;
    background-color: #FF0435;
    color: white;
}
.btn-danger-ten {
    position: relative;
    font-weight: 100;
    bottom: 108px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 6px;
    left: 174%;
    z-index: 9999;
    bottom: 132px;
}
.d-white-bg {
    height: 11vh;
    background-color: #FFFFFF;
}
.sponsors {
    background-color: #fff;
}
.sponsors img {
    width: 90%;
    margin-bottom:10px;
}

/*about*/
.about-page {
    padding: 10% 0 3% 0;
}

.about-page h1 {
    line-height: 50px;
}

.copy-link {
    color:#000000;
}

.about-images img {
    width: 100%;
}

.category-content {
    background-color: #ffffff;
    color: #000000;
    min-width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: 0;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
    top: 100%;
    left: -30px;
}
.category-content{
    display:none;
}
/* .category-content-education{
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9999999;
} */
.category-content-education{
    display:none;
}
/* .category-content-entertainment{
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-entertainment{
    display:none;
}
/* .category-content-religion{
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-religion{
    display:none;
}
/* .category-content-sport {
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-sport{
    display:none;
}
/* .category-content-events {
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-events{
    display:none;
}
/* .category-content-business {
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-business{
    display:none;
}
/* .category-content-community {
    background-color: #ffffff;
    color: #000000;
    width: 136%;
    text-align: left;
    min-height: 27vh;
    position: absolute;
    right: -33px;
    font-size: 14px;
    padding: 28px;
    z-index: 9;
} */
.category-content-community{
    display:none;
}
.thumbnail:hover .category-content{
    display:block;
}
.thumbnail:hover .category-content-education{
    display:block;
}
.thumbnail:hover .category-content-entertainment{
    display:block;
}
.thumbnail:hover .category-content-religion{
    display:block;
}
.thumbnail:hover .category-content-sport{
    display:block;
}
.thumbnail:hover .category-content-events{
    display:block;
}
.thumbnail:hover .category-content-business{
    display:block;
}
.thumbnail:hover .category-content-community{
    display:block;
}
.thumbnail:hover .img-2{
    display: block;
    min-height: 1px;
    padding: 1.25rem;
    height: 20vh;
    min-height: 22vh;
    border-style: solid;
    display: block;
    background-color: #ffffff;
    color: #ff0435;
    text-decoration: none;
    border-color: #ffffff;
    float: none;
    max-height: 22vh;
}

.img-2 img{
    width:50%;
}

.thumbnail:hover .img-1{
    display:none;
}
.story{
    text-transform: uppercase;
    color:#FFFFFF;
    font-weight: 600;
    font-size: 55px;
    padding-bottom: 20px;
}
.our-story h3 {
    color: #FFFFFF;
    font-size: 37px;
    padding-top: 194px;
    padding-bottom: 22px;
}

.paragraphs {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 15px;
    padding-bottom: 3%;
}
.industries-we-work-in {
    background-image: url(/images/group-red.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 7%;
    padding-bottom: 7%;
}

/* .industries-we-work-in .card {
    min-height: 100px;
} */

.industries-we-work-in .card .img1 p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.industries-we-work-in-header{
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 55px;
}  
.industries-we-work-in ul{
    list-style: none;
}
.industries-we-work-in::marker {
    display: none;
}
.heading-industries {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 49px;
    font-weight: 600;
    padding-top: 117px;
    padding-bottom: 31px;
    text-align:center;
}
.industries-we-work-in, .myDIV:hover{
    color:#FF0435;
    background-color:#FFFFFF; 
} 
.block-1:hover{
    color:#FF0435;
    background-color:white;
}
.block-img:hover{
    color:#FF0435;
}
.pink-hover-blocks a:hover {
    color: #FF0435;
    text-decoration: none;
    background-color: white;
}
.img1, .img-2, .funerals-block, .industries-we-work-in .card {
    height: auto;
    min-height: 22vh;
    max-height: 22vh;
}
.img-2{
    display:none;
}
.card-img-second-education {
    padding-top: 0;
    padding-bottom: 0;
}
.thumbnail:hover .card-img-first{
    display:none;
}
.thumbnail:hover .card-img-first-2{
    display: block;
    background-color: #ffffff;
    color: #ff0435;
    padding-top: 12px;
    margin-left: 23px;
}
.thumbnail:hover .card-img-second-education, .card-text-first-2-education {
    display: block;
    background-color: #ffffff;
    color: #ff0435;
    padding-top: 12px;
    width: 54%;
    margin-left: -3px!important;

}
.block-1{
    font-weight: 100;
    color: white;
    font-size: 70px;
    position: relative;
    border-style: solid;
    padding: 21px;
    margin-bottom: 16px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: auto;
    border-style: solid;
}

/* .card-text-first{
    padding-top: 12px;
}
.card-text-first:hover{
    color:#ff0435;
}
.card-img-first{
    padding-top:10px;
}
.card-text-second{
    padding-top:11px;
}
.card-img-second{
    padding-top:10px;
}
.card-text-third{
    padding-top:11px;
}
.card-img-third{
    padding-top:17px;
}
.card-text-fourth{
    padding-top:12px;
}
.card-img-fourth{
    padding-top:17px;
}
.card-text-fifth{
    padding-top:11px;
}
.card-img-fifth{
    padding-top:17px;
}
.card-text-sixth{
    padding-top:11px;
}
.card-img-sixth{
    padding-top:17px;
}
.card-text-seventh{
    padding-top:11px;
}
.card-img-seventh{
    padding-top:5px;
}
.card-text-eighth{
    padding-top:11px;
}
.card-img-eighth{
    padding-top:17px;
}
.card-text-nineth {
    padding-top: 22px;
}
.card-img-nineth{
    padding-top:16px;
} */
.industries-we-work-in>.text-center{
    border:none;
    left:0;
}
.block-1 img {
    width: 56%;
    margin-left: 30px;
}
.blocks-text:hover{
    color:#FF0435;
}
.blocks-text {
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 14px;
}
.block-text:hover{
    color:#FF0435;
}
.block-text {
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 30px;
}
.block-m-text:hover{
    color:#FF0435;
}
.block-m-text {
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 51px;
}
.block-r-text:hover{
    color:#FF0435;
}
.block-r-text{
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 42px;
}
.block-s-text:hover{
    color:#FF0435;
}
.block-s-text{
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 42px;
}
.block-w-text{
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 34px;
}
.block-w-text:hover{
    color:#FF0435;
}
.block-f-text{
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 36px;
}
.block-f-text:hover{
    color:#FF0435;
}
.block-b-text:hover{
    color:#FF0435;
}
.block-b-text{
    color: white;
    padding-top: 10px;
    font-size: 17px;
    position: relative;
    bottom: 15px;
    padding-left: 42px;
}
.popover {
    position: absolute;
    top: 212px;
    left: 3px;
    z-index: 1060;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-top: 23px;
    color:#000000;
}
.our-gear {
    background-image: url('/images/our-gear.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto;
    width: 100%;
    padding: 5% 0;
}
.testimonial {
    padding: 40px 0 90px 0;
}
.testimonial h2 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}
.testimonial p {
    color: #FFFFFF;
    font-weight: 100;
}
.testimonial-text {
    padding-top: 71px;
    line-height: 19px;
}
.review{
    padding-top: 10px;
    font-weight:600!important;

}
.second-review{
    padding-top: 53px;
    padding-bottom: 78px;

}
.review-2{
    padding-top: 10px;
    font-weight:600!important;
}
.review-3{
    padding-top: 10px;
    font-weight:600!important;
}

.overlay-black {
    background-color: #212222;
    min-height: 64vh;
    height: auto;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    padding: 51px 52px;
    top: 0;
}

.gear {
    color: #ffff;
    font-size: 53px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 27px;
    padding-bottom: 18px;
}

.list-two {
    display: block;
    font-size: 13px;
    list-style-type: none;
    line-height: 30px;
    font-weight:200;
}
.gear-specs:hover{
    color:white;
}
.gear-specs{
    padding-left: 35px;

}
/*past-events*/
.past-events-page {
    margin-bottom: 0;
    padding-bottom: 39%;

}
.past-events{
    padding-top: 187px;
}
.btn-danger-past-events {
    font-weight: 100;
    color: #fff!important;
    background-color: #FF0435;
    border-color: #FF0435;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 17px;
    position: inherit;
    float: right;
    left: 63%;
    padding-right: 13px;
    top: -35px;
    padding-top: 6px;
}
.video{
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    min-height: 500px;
}
.event-portfolio h2{
    color: white;
    font-size: 36px;

}
.event-portfolio p{
    color:white;
    font-weight:100;
  
}
.event-portfolio {
    top: 139px;
    position:fixed;
}
.explore{
    font-size: 12px;
    font-weight: 100;
}
/* live-events */
.live-events {
    padding-bottom: 37%;

}
.wickedpicker {
    margin: 0 auto!important;
    border-radius: 0.1px;
    width: 220px!important;
    height: 130px!important;
    font-size: 14px;
}
span.wickedpicker__controls__control--hours, span.wickedpicker__controls__control-up, span.wickedpicker__controls__control-down {
    display: block;
    position: absolute;
    height: 60px!important;
    min-height: 60px!important;
    width: 40px!important;
    background: transparent!important;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    text-align: center!important;
    line-height: 60px!important;
    /* vertical-align: middle!important; */
    top: 0;
    position: absolute;
    bottom: 0;
}
.wickedpicker__controls__control-up:before {
    position: absolute;
    top: -10px;
    left: 10px;
    width: auto!important;
}

.wickedpicker__controls__control-down:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: auto!important;
}
.wickedpicker__controls {
    padding: 10px 0;
    line-height: 40px;
    margin: 0!important;
    right: 0;
    width: 190px;
    left: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
}
.wickedpicker__controls__control span, span.wickedpicker__controls__control--minutes {
    width: 22%!important;
    height: 60px!important;
    min-height: 60px!important;
    vertical-align: middle;
    line-height: 40px;
}
span.wickedpicker__controls__control--separator-inner {
    width: 10%;
    vertical-align: middle;
    line-height: 40px;
}
.category-live-events {
    font-weight: 500!important;
    font-size: 20px;
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-right: 74px;
}

.btn-danger-live-events {
    font-weight: 100;
    color: #fff!important;
    background-color: #FF0435;
    border-color: #FF0435;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 17px;
    position: inherit;
    float: right;
    left: auto;
    padding-right: 13px;
    top: -35px;
    padding-top: 6px;
    right: -150px;
}
.all-categories{
    color:#FFFFFF;
}
.all-categories.active {
    color: #FF0435;
    font-weight: 500;
}
.all-categories:hover{
    color:#FF0435;
    font-weight: 600;
    text-decoration: none;
}
.events-portfolio-text {
    font-size: 13px;
}
.category {
    font-weight: 500!important;
    font-size: 20px;
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-right: 61px;

}
.event-portfolio{
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.event-portfolio:active{
    color:#ff0435;
    font-weight:600;
}
.past-videos {
    padding-left: 0;
    padding-top: 11%;
}
.overlay {
    background: hsla(0, 0%, 0%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 6%, hsla(270, 2%, 62%, 1) 90%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 6%, hsla(270, 2%, 62%, 1) 90%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 6%,transparent 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#9D9B9F", GradientType=1 );
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: transparent;
    z-index: 99;
}

.link-icon {
    position: absolute;
    left: auto!important;
    right: 25px!important;
    top: 15px!important;
}

.link-icon i {
    font-size: 16px;
    border-radius: 83px;
    border: white;
    background-color: white;
    height: 35px;
    padding-top: 10px;
    padding-left: 11px;
    width: 35px;
}

#video_frame {
    position: relative; 
    z-index: 0;
}
.past-videos h3{
    color: white;
    font-size: 20px;
    z-index: 1000;
    position: relative;
    bottom: 125px;
    left: 8%;

}
.past-videos p {
    color: white;
    font-size: 20px;
    padding-left: 15px;
    position: relative;
    bottom: 48px;
    z-index: 9999;
}
.past-videos a{
    text-decoration: none;;
}
.color-text{
    font-size: 12px!important;
}
.btn-danger-five {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 6px;
    left: 185%;
    bottom: 139px;
}
.btn:hover {
    color: white;
    text-decoration: none;
    background-color: #ff4469;
    border-color: #ff4469;
}
/*contact-page*/
.contact-page {
    padding-top: 5%;
    padding-bottom: 8%;
}
.card-details a:hover{
    color:#000000;
    text-decoration:none;
}
.btn.btn-primary.message:hover{
    background-color:#ff4469;
    color:white;
    border-color:#ff4469;
}
.form-contact {
    color:black;
    background-color:#FFFFFF;
    text-decoration: none;
}
.form-contact h5{
    padding-bottom: 18px;

}
.form-contact a{
    color:#000000;
    padding-left: 27px;

}
.contact-details{
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 36px;

}
.contact-us h2 {
    color: white;
    padding-bottom: 25px;
}
.contact-us {
    position: relative;
    padding-top: 43px;
    top: 0%;
}
.form-group{
    color:white;
    padding-bottom:0;
}
.form-control {
    display: block;
    width: 82%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-us,.form{
    padding-bottom:0;
}
.form {
    font-size: 13px;
    padding-left: 0;
}
#message{
    width: 82%;
    height: 14vh;

}
.col-md-6>.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    right: 75px;
    position: relative;
    height: 31vh;
    top: 25px;
}
.col-md-6>.card>.card-body p {
    padding-left: 49px;
    font-size: 14px;
    margin-bottom: 0;
}
.col-md-6>.card>.card-body h5{
    font-size: 15px;
}
.fas.fa-phone {
    font-size: 17px;
    margin-left: 17px;

}

.fa-envelope {
    font-weight: 100;
    color: #000000;
    font-size: 21px;
    margin-left: 17px;

}
.fas.fa-map-marker-alt {
    font-size: 16px;
    padding-right: 34px;
    margin-left: -7px;
}
.address span{
    margin-left: 64px;

}
.btn-primary, .message {
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    border-radius: 0;
    font-weight:100;
}

.btn-primary.wht-btn {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}
/*customer-dashboard*/
.dashboard {
    color: #FFFFFF;
    padding-left: 0px;
    position: relative;
    padding-bottom: 14px;
    padding-top: 140px;
    border-bottom: 2px solid grey;
}

.dashboard h2{
    padding-bottom: 35px;
}

.dashboard a.active, .dashboard a:hover {
    color: #FF0435;
    border-bottom: 2px solid #FF0435;
}

.customer-dashboard-videos {
    padding-bottom: 36%;

}
.fal.fa-link{
    position: absolute;
    left: 91%;
    font-size: 16px;
    border-radius: 83px;
    border: white;
    background-color: white;
    height: 36px;
    padding-top: 10px;
    padding-left: 11px;

}
.fal.fa-link:hover{
    background-color:red;
    color:white;

}
.right {
    position: relative;
    padding-bottom: 6px;
    color: white;
}
.left {
    color:white;
}
.heading-my-details h5{
    color: white;
    padding-top: 52px;

}

.form-dashboard {
    right: 0;
    padding-bottom: 10%;
   
}
.my-dashboard{
    padding-bottom: 3%;
    overflow:hidden;
}
#my-details-form{
    padding-left: 15px

}

.form-group4 {
    font-size: 13px;
    margin-bottom: 0.5rem;
    font-weight: 100;
    color: black;
    width:86%;
}
.form-group4>label{
    color:white;
}
.change-password>.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    right: 0;
    position: relative;
    height: auto;
    top: 0;
}

.change-password .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: auto;
    border-style: solid;
}
.change-password{
    position: relative;
    right: 119px;
    top: 23px;

}
.btn.btn-danger-update-password {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FF0435;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-danger-update-password:hover{
    background-color:#ff4469;
    color:white;
}
.delete {
    color: white;
    font-weight: 100;
    padding-left: 76%;

}
.btn-danger-six {
    position: relative;
    font-weight: 100;
    bottom: 0;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 0;
    border-radius: 0;
    top: 0;
    font-weight: 100;
    padding: 5px;
    padding-left: 11px;
    padding-right: 11px;
    top: 10px;
}

.form-group5>label {
    color: black;
    font-size: 13px;
    padding-top: 8px;
}
.form-group5>input {
    font-size: 13px;
    width: 91%;
}
.btn-danger-seven {
    position: relative;
    font-weight: 100;
    bottom: 0;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    top: 20px;
    font-weight: 100;
    padding: 6px;
    padding-left: 11px;
    padding-right: 11px;
}
/* booking-step-one */
.booking-step-one-page {
    padding-top: 5%;
    padding-bottom: 7%;
}

.events-booking-step-one a:hover{
    background-color:#FF0435;
    color:#FFFFFF;
}
.events-booking-step-one a:focus-within,.events-booking-step-one a:focus{
    background-color:#FF0435;
    color:#FFFFFF;
}
.myDIV{
    width: 100%;

}

.btn-danger-step-one {
    border-radius: 0;
    background-color: #FF0435;
    color: white;
    padding-left: 19px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 3px;
}
.btn>.btn-danger-step-one:hover {
    color: white;
    text-decoration: none;
    background-color: #ff4469;
    border-color: #ff4469;
}
.btn-danger:hover{
    color:white;
    background-color:#ff4469;
    border-color: #ff4469;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4469;
    border-color: #ff4469;
}
.btn-danger-step-one>.fal.fa-long-arrow-right {
    padding-left: 10px;
    font-size: 26px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}
.step-one {
    font-size: 2.5rem;
    color: white;
    
}
.step-one-p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 34px;
}
.industries-we-work-in-step-one{
    background-color:none;
    padding-bottom: 97px;

}
.events-booking-step-one>.card{
    background-color:transparent;
}


.block-1-step-one{
    font-weight: 100;
    color: white;
    font-size: 70px;
    position: relative;
    border-style: solid;
    padding: 21px;
    margin-bottom: 16px;
}
.block-1-step-one:hover{
    background-color:#ff4469;
    border-color: #ff4469;
}
.btn-danger-booking {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 12px;
    bottom: 0px;
    float: right;
    padding-right: 34px;
    top: 93px;
}
.btn-danger-booking>.fal.fa-long-arrow-right {
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    top: 7PX;
    position: relative;
    left: 23px;
    padding-right: 13px;
    font-weight: 100;
    padding-bottom: 7px;
} 

/* booking-step-two */
body .booking-step-two {
    overflow-y:hidden;
}
.calendar-picker{
    max-width:100%;
    
}

.booking-step-two-page {
    z-index: 9999998;
    padding-top: 5%;
    padding-bottom: 21%;
}
.grey-red-buttons{
    margin-bottom: 5%;

}
.picker__day--today:before {
    display:none;
}
.step-two {
    font-size: 2.5rem;
    color: white;
    
}
.step-two-p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 15px;
}
.picker__day {
    padding: 11px!important;
    font-weight: 200;
    border: 1px solid transparent;
}
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 99!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgb(14 41 57 / 12%), 0 2px 5px rgb(14 41 57 / 44%), inset 0 -1px 2px rgb(14 41 57 / 15%);
    background: #fefefe;
    margin: 0 auto;
    border-radius: 0.1px;
    width: 255px;
    height: 130px;
    font-size: 15px;
    display: none;
}

.btn-danger-step-2 {
    position: relative;
    font-weight: 100;
    color: #fff!important;
    background-color: #FF0435;
    border-color: #FF0435;
    border-radius: 0;
    font-size: 15px;
    text-align: right;
    padding: 5px 20px 10px 20px;
    vertical-align: middle;
    float: right;
}
.btn-danger-step-2:hover{
    background-color:#ff4469;
    color:white;
}
.btn-danger-step-2 i {
    font-size: 26px!important;
    top: 4px!important;
    position: relative!important;
    padding-left: 13px!important;
}

.btn-danger-step-1 {
    position: relative;
    font-weight: 100;
    color: #fff!important;
    background-color: #9F9F9F;
    border-color: #9F9F9F;
    border-radius: 0;
    font-size: 15px;
    text-align: right;
    padding: 10px 20px;
    vertical-align: middle;
}

.btn-danger-step-1 i {
    font-size: 26px!important;
    top: 4px!important;
    position: relative!important;
    padding-right: 13px!important;
}

.btn-danger-submit {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-size: 15px;
    text-align: right;
    padding: 10px 20px;
    vertical-align: middle;
}
.booking-step-three-page {
    padding-bottom: 3%;
    padding-top: 7%;
}
.form-control-step-3 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 3.375rem -0.25rem;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-left: 10px;
}
#message2 {
    width: 100%;
    padding-top: 7px;
}
.time-of-event {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding-right: 74%;
}
.d-bg {
    background-color: white;
    height: auto;
    width: 100%;
    padding: 20px;
}

.start input{
    overflow: visible;
    padding: 8px;
}

.end input{
    overflow: visible;
    padding: 8px;
}
.form-control {
    display: block;
    width: 82%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 29px;
}
.card-body-submit-enquiry {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
    font-size: 15px;
    font-weight: 500;
}
.card-submit-enquiry {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
   
}
.step-3-booking-header{
    color:#FFFFFF;
}
.step-3-booking {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 13px;
}

.form-booking-step-3{
    padding-top:10px;
}
.name{
    font-size:13px;
}
.submit-enquiry-h3{
    border-bottom: 1px solid #707070;
}
.submit-enquiry-catagory{
    padding-top:20px;
}
.card-body-submit-enquiry>.float-right {
    float: right!important;
    position: relative;
    bottom: 34px;
}
.btn-danger-step-1:focus {
    background-color: #9F9F9F;
    border-color: #9F9F9F;
    color: #FFFFFF;
}
.btn-danger-step-1:hover {
    background-color: #9F9F9F;
    border-color: #9F9F9F;
    text-decoration: none;
}
.btn-danger-step-1:active {
    background-color: #9F9F9F;
    border-color: #9F9F9F;
}

.date-of-event {
    color: white;
    font-weight: 100;
    font-size: 14px;
   
}
.availability{
    padding-top: 7px;

}
.booked {
    background-color: #FF0435;
    border-radius: 360px;
    width: 16px;
    height: 15px;
    margin-left: 12px;
}
.booked p {
    padding-left: 20px;
    font-size: 14px;
}
.available {
    font-size: 14px;
    background-color: #2ED8FB;
    border-radius: 360px;
    width: 16px;
    height: 15px;
    margin-left: 91px;
    position: relative;
    bottom: 14px;
}
.available p{
    padding-left: 20px;
}
.card-booking {
    width: 100%;
    height: fit-content;
    background-color: #FFFFFF;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 10px var(--box-shadow);
    padding: 12px;
    padding-bottom: 1px;
    padding-top: 0px;
}

.calendar-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: var(--border-width) solid var(--box-shadow);
}

.calendar-toolbar > .current-month {
    font-size: 15px;
    font-weight: 500;
    color: var(--highlight-text-color);
}
.calendar-toolbar > [class$="month-btn"] {
    width: 40px;
    aspect-ratio: 1;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: var(--highlight-text-color);
    background:#1E1E1E;
    border: none;
    border-radius: var(--border-radius);
}

.selected-date{
    font-size: 14px;
    font-weight: 700;
}
.selected-date p{
    padding-left: 15px;

}
.actual-date {
    font-size: 14px;
    float: right;
    position: relative;
    bottom: 37px;
    font-weight: 700;
}
.actual-date p {
    padding-right: 12px!important;

}
.calendar-days {
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
    border-width: thin;
    border-color: lightgrey!important;
    padding-left: 15px;
    padding-right: 15px;
}
.weekdays {
    padding-top: 12px;
    justify-content: center;
    padding: 1px;
    font-weight: 100;
    background-color: #1E1E1E;
    color: white;
    font-size: 12px;
    display: flex;
}
.weekday-name, [class$="-day"] {
    width: 48px;
    height: 48px;
    color: var(--text-color);
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 1rem;
}

.weekday-name {
    color: #ffffff;
    font-weight: 100;
    font-size: 13px;
    padding-right: 11px;
    width: 47px;
}

.padding-day {
    color: var(--inactive-text-color);
    user-select: none;
}
.calendar {
    padding: 13px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

/*events-page*/
.event-page {
    padding-bottom: 7%;
    padding-top: 7%;
}
.events {
    color: #FFFFFF;
    
}
.events,.text-center{
    left:0;
}
.events h2{
    font-size: 48px;
    font-weight: 700;
    text-align:center;
    border:none;
}
.events p {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align:center;  
}

.pink-hover-blocks .card-body img, .thumbnail:hover img, .img-2 img {
    min-width: 100px;
    max-width: 100px!important;
    width: auto;
    margin-bottom: 0;
}

.img-block {
    width: auto;
    line-height: 120px;
}

/* .thumbnail:hover .funerals-block {
    height: 22.8vh!important;
}
.funerals-block p {
    margin-top: 14px;
    margin-bottom: 1rem;
} */

/* .card-text-sixth {
    padding-top: 14px;
    margin-bottom: 14px;
} */
.video-reel {
    padding-left: 0;
}

.about-this-event {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 13px;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 60px;
}
.about-this-event h3 {
    font-size: 1.75rem;
    padding-bottom: 17px;
}
.multicolortext {
    color: #FF0435;
    font-size: 16px;
    padding-left: 120px;
    padding-right: 5px;
    display: contents;
}

.multicolortext span{
    padding-left:5px;
    padding-right:5px;
}

.customer-dashboard>.overlay, .list-group-item {
    position: relative;
    display: block;
    background-color: transparent;
    bottom: 20px;
    line-height: 20px;
    width: 80%;

}
/* .customer-videos2,.overlay2>.list-group-item h3{
    font-size: 1.75rem;
    color:#FF0435;
    font-weight: 100;

}
.customer-videos2,.overlay2,.list-group-item p{
    color:#FFFFFF;
} */
.list-group.videos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    top: 0px;
    width: 100%;
    right: 0;
    left: 0;
}
/*client-login*/
.client-login {
    padding-bottom:20%;
    padding-top: 204px;
}
.login-details h1 {
    font-size: 2.5rem;
    color: white;
    padding-bottom: 44px;
    text-align: center;
}


.form-control2 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 26px 0.75rem;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group2 {
    color: white;
    font-size: 13px;
    padding-bottom:10px;
}
.form-group3 {
    color: white;
    font-size: 15px;
    padding-bottom: 20px;
}
.form-group3> label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 100;
}

.form-booking-step-3 .btn-danger i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.btn-danger, .six {
    bottom: 0;
    font-weight: 100;
    padding-top: 0;
    font-size: 15px;
    border-radius: 0;
    background-color: #FF0435;
    color: white;
    padding-top: 0px!important;
}
.btn-danger.six>.fal.fa-long-arrow-right {
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    top: 7PX;
    position: relative;
    left: 6px;
    padding-right: 14px;
    font-weight: 100;
    padding-bottom: 5px;
    padding-left: 9px;
}
/*customer-dashboard-videos*/
.customer-dashboard{
    width: 550px;
    height: auto;
    left: 0!important;
    margin-bottom: 20px;
}
.customer-dashboard>.list-group-item li{
    color: #FFFFFF;
    position: relative;
    bottom: 83px;
    right: 117px;
    font-size: 10px;
}
.customer-dashboard h3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-left: 16px;
    top: 44px;
}
.customer-dashboard>.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    top:0;
    bottom:10px
}
.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
    top: 0;
}
.dashboard p{
    font-size: 15px;
    top: 36px;
    position:relative;
}
.top-video {
    margin-top: 13%;
}

.embed-responsive {
    width: 788px;
    height: 442px;
    position: relative;
    top: 0px;
    left: -53px;
}
.follow-sequence{
    margin-left: 382px;
    margin-bottom: 16px;

}

.customer-videos h3 {
    color: white;
    font-size: 20px;
    position: relative;
    font-size: 23px;
    font-weight: 700;
    padding-left: 0;
    padding-top: 391px;
}

.customer-videos p {
    color: white;
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 0;
}
.text-small {
    position: absolute;
    font-size: 10px;
    padding-left: 18px;
    padding-top: 40px;
}
.btn-danger-nine {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 25px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 17px;
    bottom: 0px;
    align-items: center;
    padding-right: 13px;
    font-size: 15px;
    float: right;
    right: 0;
    left: 74%;
    padding-top: 5px;
    top: 27px;
}
/*main-menu*/
#main-menu h1 {
    text-transform: uppercase;
    font-size: 53px;
    color: crimson;
    font-weight: 700;
   
}
.nav-item4 a{
    color:#FFFFFF;
    font-weight:600;
    font-size:24px;
}
.nav-item4, .nav-link:focus, .nav-link:hover {
    text-decoration:none;
    color: #FF0435;
}
.collapse:not(.show) {
    display: flex;
}
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.logo-text {
    width: 73%;
    padding-top: 35px;
}
  /* thank-you */
  .thank-you-page {
    padding-top: 7%;
    padding-bottom: 12%
}
  .thank-you {
    font-size: 2rem;
    padding-top: 285px;
    text-align: center;
    color: white;
    padding-bottom: 10px;
}
.message-1{
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    background-color: transparent;
    display: block;
    color:#FFFFFF;
}
.message-2{
    padding-bottom: 27px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    background-color: transparent;
    display: block;
    color:#FFFFFF;
}
.message:hover{
    background-color:transparent;
}
.btn-danger-thankyou {
    position: relative;
    font-weight: 100;
    bottom: 131px;
    color: #fff;
    background-color: #FF0435;
    border-color: #FF0435;
    margin-bottom: 54px;
    border-radius: 0;
    font-weight: 100;
    padding: 0px;
    padding-bottom: 6px;
    padding-left: 14px;
    bottom: 0px;
    align-items: center;
    padding-right: 14px;
}
.btn-danger-thankyou>.fal.fa-long-arrow-right {
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    top: 7PX;
    position: relative;
    left: 25px;
    padding-right: 24px;
    font-weight: 100;
}
/*footer*/
footer {
    background-color: #0f0f0f;
    padding: 15px 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.footer-lower a, .footer-lower p {
    font-weight: 300;
    line-height: 30px;
    vertical-align: middle;
}

.footer, .copyright {
    text-align: left;
    position: relative;
    padding-top: 14px;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 15px;
    right: 0%;
}

.policy {
    color: #FFFFFF;
    position: relative;
    left: 63px;
    padding-top: 14px;
}

.terms {
    position: relative;
    bottom: 56px;
}

.picker__list {
    display:block!important;
}

.booking-event-category:hover {
    cursor: pointer;
}

.picker__button--clear:before {
    top: -0.1em!important;
    width: 0.66em!important;
    border-top: 7px solid #FF0435 !important;
}

.picker__day--disabled, .picker__day--disabled:hover, .picker__day--disabled {
    background: #FF0435!important;
    border-color: #FF0435!important;
    color: #fff;
    cursor:not-allowed!important;
}

.picker__day {
    margin: 10px;
    border-radius: 50%;
    height: 41.1px;
    background: #2ED8FB;
    border-color: #2ED8FB;
    color: #fff;
}

.picker__day--outfocus {
    color: #fff!important;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #35C666!important;
}

.picker__day--highlighted {
    border-color: #35C666!important;
}

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    border-color: #35C666!important;
    background: #35C666!important;
    color: white!important;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    border-color: #35C666!important;
    background: #35C666!important;
}

.picker--opened .picker__holder {
    max-height:30em!important;
}

/* Bootstrap Notify */
[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid #6FC152;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
  
[data-notify="container"].alert-pastel-info.alert.alert {
    border-left-color: #6FC152;
    display: block;
    margin: 0px auto;
    position: fixed;
    z-index: 1031;
    bottom: 30%;
    right: 20px;
    padding:10px;
    text-align:left;
    height:17vh;
    overflow: auto;
}
[data-notify="container"].alert-pastel-info.alert.alert li {
    padding-top: 45px;
}
[data-notify="container"].alert-pastel-info.alert.alert ul {
    right:0;
    display:contents;
    padding-left:30px;
}
[data-notify="container"].alert-pastel-danger {
    border-left-color: #F2493B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
    padding-top: 30px;
}
.alert.alert{
    display: block;
    margin: 0px auto;
    position: fixed;
    z-index: 1031;
    bottom: 30%;
    right: 20px;
    padding:10px;
    text-align:left;
    height:30vh;
    overflow: auto;
}
.alert.alert li{
    padding-top: 35px;
}
.alert.alert ul{
    right:0;
    display:contents;
}