@font-face {
    font-family: "Qatar Regular";
    src: url(../font/fonts/Qatar-Regular.ttf),url(../font/fonts/Qatar-Regular.otf);
}
@font-face {
    font-family: "Qatar Light";
    src: url(../font/fonts/Qatar-Light.ttf),url(../font/fonts/Qatar-Light.otf);
}
@font-face {
    font-family: "Qatar Medium";
    src: url(../font/fonts/Qatar-Medium.ttf),url(../font/fonts/Qatar-Medium.otf);
}
@font-face {
    font-family: "Qatar Bold";
    src: url(../font/fonts/Qatar-Bold.ttf),url(../font/fonts/Qatar-Bold.otf);
}

html, body {
    font-family: "Qatar Medium",'Open Sans', sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
    line-height: 23px;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color:#000;
}

a {
    color: #70002a;
     transition: all 0.35s ease 0s;
     text-decoration:none;
}

a:hover, a:focus {
    color: #70002a;
    text-decoration:none;
}

.p-15 {
    padding: 0 15px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgt-55 {
    margin-top: 55px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.hidden {
    display: none !important;
}

.hide {
    display: none;
}

.bold {
    font-weight: bold !important;
}

.clearfix {
    clear: both;
}

.dib {
    display: inline-block !important;
}

.greybg {
	background: #eeeeee;
}

.whitebg {
	background: #ffffff;
}

.left50 {
    width:50%;
    float:left;
}

.right50 {
    width:50%;
    float:right;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
    margin: 0 auto !important;
}

.page-container {
    margin: 0 0 45px 0;   
}

.section-padding {
    float: left;
    padding: 100px 0;
    width: 100%;
}

input.wpcf7-form-control {
    width: 100%;
    background: #fafafa;
    border: 1px solid #5d0000;
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    height: 45px;
}

textarea.wpcf7-form-control {
    width: 100%;
    background: #fafafa;
    border: 1px solid #5d0000;
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    height: 90px;
    resize: none;
}

input[type=button].wpcf7-form-control, input[type=reset].wpcf7-form-control, input[type=submit].wpcf7-form-control {
    padding: 3px;
    background: #5d0000;
    color: #fff;
    border: 1px solid #5d0000;
    float: right;
    clear: both;
    margin-bottom: 10px;
}

input[type=submit].wpcf7-form-control {
    margin-top: 15px;
}

/*-------header-----*/
header {
    color: #fff;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.top-header {
    background: #e7eced;
    color: #5d0000;
    width: 100%;
}

.top-header .top-header-menu ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: right;
    float: right;
    padding: 7px;
}

.top-header .top-header-menu li {
    display: inline-block;
    margin-left: 10px;
}

.top-header .top-header-menu a {
    color: #6b7072;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.top-header .top-header-menu a:hover {
    text-decoration: underline;
}

.top-header .top-header-search {
    text-align: right;
    float: right;
}

.top-header .top-header-search h5 {
    display: inline-block;
    margin-left: 15px;
    color: #6b7072;
    font-weight: bold;
}

.top-header .login-btn {
    display: inline-block;
    background: #dbe2e4; 
    padding: 5px 10px;
    color: #6d7172;
}

.top-header .login-btn i {
    margin-right: 10px;
}

.lower-header {
    padding: 25px 35px;
}

.lower-header nav {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.lower-header nav ul {
    float: right;
    margin-right: 50px;
}

.lower-header nav ul li {
    list-style: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: inherit;
}

.lower-header nav ul li a {
    color: #373b3e;
    background: none;
    background-color: transparent;    
    font-family: "Qatar Medium",'Open Sans', sans-serif;
    font-weight: bold;
}

.lower-header nav ul li a:hover {
    text-decoration: underline;
    background: none;
    background-color: none;
}

.lower-header .create-event-menu {
    background: #720027;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.lower-header .create-event-menu:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.lower-header .create-event-menu a:hover {
    text-decoration: none;
    color: #fff;
}

.lower-header .create-event-menu a {
    color: #fff;
    padding: 10px 20px;
}

.lower-header .create-event-menu img {
    margin-left: 15px;
    filter: brightness(1) invert(0);
}

.top-header .top-header-lang {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 6px 0;
}

#selected-lang {
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 20px 0px 10px;
    font-size: 12px;
    border-radius: 20%;
    background: #f3f6f6 url(../images/arrow-down.png) no-repeat 80% center;
    cursor: pointer;
}

ul#langs {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    transition: all 0.6s ease-in-out;
}

.top-header .top-header-lang:hover ul#langs {
    display: block;
    opacity: 1;
}

ul#langs li {
    border-bottom: solid 1px #eeeeee;
}

ul#langs a {
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    transition: all 0.6s ease-in-out;
}

ul#langs a:hover {
    text-decoration: underline;
}

.inner-header {
    background-size: 100%;
    height: 450px;
    background-position: center;
    margin-bottom: 50px;
    position: relative;
}

.inner-header .header-title {
    color: #ffffff;
    font-size: 60px !important;
    line-height: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1170px;
    right: 0;
    margin: auto;
}

.header-div {
    background-color: #71002a;
    background-image: url(../images/pattern.png);
    padding: 100px 0;
}

.header-div.event-bg {
    background-color: #71002a;
    background-image: url(../images/event-bg.jpg);
    padding: 100px 0;
    background-size: 100%;
    background-position: center -200px;
}

.header-div h1 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}

.page-title {
    margin: 45px 0 75px 0;
    color: #790c31;
}

#homepage-content section {
    padding: 25px 0;
}

#homepage-content section#video {
    margin: 25px 0 75px 0;
    padding: 0;
    position: relative;
}

#homepage-content p {
    font-size: 17px;
}

#homepage-content .section-title {
    margin: 65px 0 35px 0;
    font-family: "Qatar Bold";
    text-transform: uppercase; 
}

#homepage-content .section-title.white {
    color: #fff;
}

#homepage-content .section-title.white:after {
    border-color: #fff;
}

#homepage-content .section-title:after {
    content:'';
    border-bottom: 3px solid #000;
    display: block;
    width: 65px;
    margin-top: 10px;
}

#homepage-content .homepage-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1180px;
}

#homepage-content .homepage-wide-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
}

#homepage-content .create-event-call {
    background: #e7eced;
    padding: 50px;
}

#homepage-content .create-event-call .create-event-call-title {
    display: inline-block;
    margin: 0;
}

#homepage-content .create-event-call .know-more {
    background: #fff;
    color: #70002a;
    padding: 10px 35px;
    float: right;
}

#homepage-content #upcoming-events .event-box {
    padding: 7px;
}

#homepage-content #upcoming-events .event-box-img {
    height: 240px;
    background-size: 100%;
    background-position: center top;
    margin-bottom: 25px;
    box-shadow: 0 0 3px 2px #f9f9f9;
}

#homepage-content .event-box-details .event-box-details-date {
    background: #efefef;
    padding: 6px;
    text-align: center;
}

#homepage-content .event-box-details .event-box-details-date .month {
    font-weight: bold;
    color: #70002a;
}

#homepage-content .post-title-div-event .post-title {
    margin: 0;
}

#homepage-content #upcoming-events .upcoming-events-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 65px;
    color: #790c31;
}

#homepage-content #upcoming-events .post-wrapper {
    margin-bottom: 35px;
}

.custom-page-content {
    margin-bottom: 55px;   
}

.custom-page-content h1, .custom-page-content h2, .custom-page-content h3, .custom-page-content h4 {
    margin: 65px 0 35px 0;
    font-family: "Qatar Bold";
    text-transform: uppercase; 
}

.custom-page-content h1:after, .custom-page-content h2:after, .custom-page-content h3:after, .custom-page-content h4:after {
    content:'';
    border-bottom: 3px solid #000;
    display: block;
    width: 65px;
    margin-top: 10px;
}


/*------- footer -----*/
footer {
    background: #eaf3f1;
    width: 100%;
    padding: 60px 0 20px 0;
}

footer.inner {
    margin-top: 75px;
}

footer .footer-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1180px;
}

footer .container {
    max-width: 970px;
}

footer a {
    color: #101010;
    background-color: transparent;
    text-decoration: underline;
}

footer a.burgundy {
    color: #70002a;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 10px 0;
	list-style: none;
}

footer ul li:first-child {
    margin-top: 0;
}

footer ul li a {
    color: #101010;
    background: none;
    background-color: transparent;
    text-decoration: underline;
}

footer ul li a:hover {
    text-decoration: underline;
    background: none;
    background-color: none;
}

footer .social-links ul {
	
}

footer .social-links ul li {
	list-style: none;
}

footer .social-links i {
    color: #70002a;
    margin-right: 3px;
    font-size: 17px;
}

footer .social-links ul li a {
	text-decoration: underline;
}

footer .widget-title {
    margin-bottom: 35px;
    margin-top: 0;
}

footer .inquiry {
    margin-bottom: 40px;
}

/* Wizard CSS */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-div .step {
    position: relative;
    display: block;
}
.stepwizard-div .step.active .step-icon,  .stepwizard-div .step.active .step-no {
    background: #790c31;
    color: #fff;
}
.stepwizard-div .step.done .step-icon,  .stepwizard-div .step.done .step-no {
    background: #790c31;
    color: #fff;
}

.stepwizard-div .step.done h4, .stepwizard-div .step.active h4 {
    color: #790c31;
}

.stepwizard-div .step.active .step-icon img {
    filter: brightness(0) invert(1);
}

.stepwizard-div .step .step-no {
    position: absolute;
    left: -15px;
    top: -10px;
    font-size: 20px;
    padding: 6px 0;
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    color: #373b3e;
}
.stepwizard-div #step-2, .stepwizard-div #step-3 {
    display:none;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-step {
    display: table-cell;
    position: relative;
}
.stepwizard-div button.inactive {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.stepwizard-row:before {
    top: 35%;
    transform: translateY(-50%);
    bottom: 0;
    position: absolute;
    content: " ";
    width: 66%;
    height: 15px;
    background-color: #f5f5f5;
    z-index: -1;
    left: 85px;
}
.stepwizard-row .fill {
    top: 35%;
    transform: translateY(-50%);
    bottom: 0;
    position: absolute;
    width: 0%;
    height: 15px;
    background-color: #790c31;
    z-index: -1;
    left: 85px;
}

.stepwizard-div .step-icon {
    background: #f5f5f5;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.stepwizard-div .step-icon img {
    max-height: 100%;
    margin: auto;
    display: block;
}
.stepwizard-div .nextBtn {
    padding: 10px 60px 10px 15px;
    border: none;
    color: #fff;
    background-color: #790c31;
    position: relative;
}
.stepwizard-div .nextBtn i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#homepage-content #slider {
    background-size: 100%;
    background-position:center;
    padding: 150px 0;
}

#homepage-content #slider .title {
    max-width: 45%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 65px !important;
}

#homepage-content #slider .subtitle {
    max-width: 45%;
    color: #fff;
    line-height: 25px;
}

#homepage-content #slider .start-btn {
    color: #fff;
    background: #790c31;
    padding: 10px 40px;
    text-align: center;
    border: none;
    margin: 30px 0;
    display: inline-block;
}

#homepage-content #carousel {
    position: relative;
    background-color: #71002a;
    background-image: url(../images/pattern.png);
    padding: 100px 0;
}

.carousel-inner>.item.active > div {
    opacity: 0.5;
}

.carousel-inner>.item.active > div:nth-child(2) {
    opacity: 1;
}

#carousel .event-cat-img img {
    width: 100%;
}

#carousel .event-cat-details {
    width: 100%;
    background: #fff;
    padding: 20px 15px;
}

#carousel .event-cat-details .title  {
    margin-top: 0;
}

#carousel .carousel-header {
    margin-bottom: 35px;
}

#carousel .carousel-header .arrows {
    text-align: center;
}

#carousel .carousel-header .carousel-title {
    text-align: center;
}

#carousel .carousel-header .carousel-title .title {
    margin-top: 0;
    color: #fff;
}

#homepage-content #create-event {
    padding-bottom: 75px;
}

#create-event .create-event-title {
    text-align: center;
    margin-bottom: 65px;
    color: #790c31;
}

#create-event .single-step {
    text-align: center;
    position: relative;
}

#create-event .single-step .cont {
    display: inline-block;
    position: relative;
}

#create-event .single-step .step-no {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #790c31;
    color: #fff;
    position: absolute;
    padding: 6px 12px;
    left: -25px;
    top: -20px;
}

#registration .registration-box {
    background: #f5f5f5;
    margin: 35px 0 50px 0;
    padding: 30px;
    position: relative;
}

#registration .registration-box .action-div {
    position: absolute;
    bottom: -75px;
    right: -15px;
}

#registration .registration-box .step-title {
    margin-bottom: 20px;
}

#registration .registration-box .step-title .title, #registration .registration-box .step-title img {
    display: inline-block;
}

#registration .registration-box .step-title .title {
    margin-left: 20px;
    color: #790c31;
}

#registration .registration-box input:not([type="submit"]), #registration .registration-box select, #registration .registration-box textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1px 0;
    height: 30px;
    position: relative;
}

#registration .registration-box input:focus, #registration .registration-box select:focus, #registration .registration-box textarea:focus {
    outline: none;
}

#registration .registration-box textarea {
    resize: none;  
    height: 60px;
}

#registration .registration-box input.fake-text-date, #registration .registration-box input.fake-text-time {
    width: calc( 100% - 40px );
    padding-right: 40px;
    box-sizing: content-box;
}

#registration .registration-box input.fake-text-date + img, #registration .registration-box input.fake-text-time + img {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 0;
}

#registration #chars-left {
    margin-left: 3px;
}

#registration .registration-box input[type=file] {
    border: none;
}

#registration .registration-box .step-details-div {
    margin: 30px 0;
}

#registration .registration-box .step-details-div:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#registration .registration-box .step-details-div .title {
    margin: 15px 0;
}

#registration .registration-box .step-details-div .event-img-div img, #registration .registration-box .step-details-div .event-img-div input {
    display: inline-block;
    width: auto;
}

#registration .registration-box .step-details-div .event-img-div img {
    margin-right: 10px;
}

#registration .separator-div {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

#registration .separator-div span {
    color: #b9b9b9;
}

#registration .separator-div span:before {
    content:'';
    width: 45%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    border-top: 1px dashed #b9b9b9;
}

#registration .other-select {
    display: none;
}

#registration .separator-div span:after {
    content:'';
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    border-top: 1px dashed #b9b9b9;
    
}

#registration .login-fb-div {
    display: block;
    padding: 25px;
    text-align: center;
    margin: 50px 0 35px 0;
    background: #ebebeb;
}

#registration .login-fb-div a {
    background: #2e4485;
    color: #fff;
    padding: 10px;
    display: inline-block;
}

#registration .login-fb-div a:before {
    content: '\f09a';
    font-family: fontawesome;
    margin-right: 15px;
}

#registration .add-user-btn {
    padding: 10px 55px 10px 15px;
    text-align: left;
    border: none;
    background: #790c31;
    color: #fff;
    margin: 25px 0 0 0;
    position: relative;
}

#registration .aa_logout {
    margin: 35px 0;
}

#registration .event-img-div-text {
    display: inline-block;
    color: #a8a8a8;
    vertical-align: middle;
}

.personal-details .title, .event-details .title {
    margin: 20px 0 25px 0;
}

#login .login-title {
    margin: 55px 0;
    color: #790c31;
}

#login .registration-box {
    background: #f5f5f5;
    margin: 35px 0 50px 0;
    padding: 75px;
}

#login .registration-box input:not([type="submit"]) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1px 0;
    height: 30px;
}

#login .registration-box input:focus {
    outline: none;
}

#login .arrow-login {
    padding: 5px 55px 5px 15px;
    text-align: left;
    border: none;
    background: #790c31;
    color: #fff;
    margin: 25px 0;
    position: relative;
}

#login .arrow-login i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#login .separator-div {
    position: relative;
    text-align: center;
}

#login .separator-div span {
    color: #b9b9b9;
}

#login .separator-div span:before {
    content:'';
    width: 45%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    border-top: 1px dashed #b9b9b9;
}

#login .separator-div span:after {
    content:'';
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    border-top: 1px dashed #b9b9b9;
    
}

#login .forgot-pass {
    color: #b9b9b9;
    margin-top: 30px;
}

#login .forgot-pass a {
    color: #b9b9b9;
}

#login .login-fb-div {
    display: block;
    padding: 25px;
    text-align: center;
    margin-top: 50px;
    background: #ebebeb;
}

#login .login-fb-div a {
    background: #2e4485;
    color: #fff;
    padding: 10px;
    display: inline-block;
}

#login .login-fb-div a:before {
    content: '\f09a';
    font-family: fontawesome;
    margin-right: 15px;
}

#lostPassword .registration-box {
    background: #f5f5f5;
    margin: 35px 0 50px 0;
    padding: 75px;
}

#lostPassword .lostPassword-title {
    margin: 55px 0;
    color: #790c31;
}

#lostPassword .registration-box input:not([type="submit"]) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1px 0;
    height: 30px;
}

#lostPassword .arrow-login {
    padding: 5px 55px 5px 15px;
    text-align: left;
    border: none;
    background: #790c31;
    color: #fff;
    margin: 25px 0;
    position: relative;
}

#lostPassword .arrow-login i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#profile .edit-profile-header {
    margin-top: 35px;
}

#profile .profile-title {
    color: #790c31;
    margin: 20px 0;
}

#profile .nav-tabs {
    border: none;
    padding: 20px 0;
    text-align: right;
}

#profile .nav>li {
    float: none;
    display: inline-block;
}

#profile .nav>li:after {
    content: '|';
    color: #373b3e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#profile .nav>li:last-child:after {
    content: none;
}

#profile .nav-tabs>li>a {
    color: #373b3e;
    border: none;
    background: none;
}

#profile .nav-tabs>li>a:hover {
    color: #790c31;
    text-decoration: underline;
    background: none;
}

#profile .nav-tabs>li.active>a, #profile .nav-tabs>li.active>a:focus, #profile .nav-tabs>li.active>a:hover {
    color: #790c31;
    text-decoration: underline;
    border: none;
}

#profile .tab-content {
    background: #f5f5f5;
    margin: 35px 0 50px 0;
    padding: 35px 75px 35px 75px;
    position: relative;
}

#profile .tab-content .action-div {
    position: absolute;
    bottom: -75px;
    right: -15px;
}

#profile .profile-img-div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#profile .profile-img-div #image {
    border-bottom: none;
}

#profile .profile-img-div .img-div {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-position: center;
}

#profile .tab-content .saveBtn {
    padding: 10px 35px 10px 35px;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #790c31;
    position: relative;
}

#profile .tab-content .saveBtn.inactive {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

#profile .tab-content .profile-div {
    position: relative;
    margin: 40px 0;
}

#profile .tab-content .profile-div input[disabled], #profile .tab-content .profile-div textarea[disabled] {
    color: #797a7a;
    background: none;
    cursor: default;
}

#profile .tab-content .profile-div .edit-profile {
    color: #790c31;
    text-decoration: underline;
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

#profile .tab-content input:not([type="submit"]), #profile .tab-content select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1px 0;
    height: 30px;
    position: relative;
}

#profile .tab-content textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 5px 20px 5px;
    height: 270px;
    resize: none;
    position: relative;
}

#profile .tab-content input:focus, #profile .tab-content select:focus, #profile .tab-content textarea:focus {
    outline: none;
}

#profile .events-title {
    margin: 20px 0 35px 0;
}

#profile .event-boxes-header {
    color: #fff;
    text-align: center;
    background-color: #790c31;
    border-radius: 18px;
    margin-bottom: 35px;
}

#profile .event-boxes-header h5 {
    color: #fff;   
}

#profile .event-box {
    display: flex;
    text-align: center;
}

#profile .event-box>div {
    align-self: center;
    position: relative;
}

#profile .event-box>div:after {
    content: '';
    border-right: 1px solid #dad9d9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
}

#profile .event-box img {
    width: 50px;
    display: block;
    margin: auto;
}

#profile #password-match-err {
    display: none;
    color: #e70707;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.overlay .overlay-container {
    max-width: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
}

.overlay .overlay-container .close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    z-index: 999;
    border: none;
    background: none;
}

.overlay .overlay-container .overlay-header {
    padding: 10px 20px;
    background: #790c31;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    position: relative;
}

.overlay .overlay-container .overlay-body {
    padding: 25px;
    text-align: center;
}

.overlay .overlay-container .overlay-body h5 {
    line-height: 40px;
    color: #790c31;
}

.event-div {
    background: #f5f5f5;
    margin: 75px 0 50px 0;
    padding: 30px;
    position: relative;
}

.event-div .event-status {
    position: absolute;
    border-bottom: 1px dashed;
    right: 0;
    top: -15px;
    padding: 5px;
    font-size: 14px;
}

.event-div .event-box-detail {
    margin: 25px 0;
}

.event-div .event-box-detail:first-child {
    margin-top: 0;
}

.event-div .event-box-detail span {
    margin-left: 10px;
}

#registration .registration-box .time-div select {
    width: 25%;
    margin-right: 7%;
}