.title>h4 {
    font-size: 31px;
    line-height: 50px;
}

.d_table {
    display: table;
}

.d_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.pt10 {
    padding-top: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

.ipb30 {
    padding-bottom: 30px !important;
}

header {
    z-index: 1050;
}

#regContainer {
    margin-top: 3%;
}

.panel-login {
    /*border-color: #ccc;*/
    background-color: #f9f8f8;
    /*    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);*/
}

.panel-login>.panel-heading {
    text-align: center;
}

.panel-login>.panel-heading a {
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active {
    font-size: 34px;
}

.panel-login>.panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input,
.panel-login select,
.panel-login option,
.wizard input,
.wizard select,
.wizard option {
    height: 35px;
    border: 1px solid #ddd;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #3D9DB3;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #2d92a9;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #198da8;
    border-color: #53A3CD;
}

.btn-register {
    background-color: #17ae47;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('https://jointgroup.es/wp-content/uploads/2016/11/joint-network-group.jpg');
    background-repeat: repeat;
}

.panel-heading a {
    font-size: 48px;
    color: #bb0f0f;
    padding: 2px 0 10px 0;
    font-family: 'FranchiseRegular', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

/*.panel-heading a{
    background: -webkit-repeating-linear-gradient(-45deg, 
    rgb(18, 83, 93) , 
    rgb(18, 83, 93) 20px, 
    rgb(64, 111, 118) 20px, 
    rgb(64, 111, 118) 40px, 
    rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}*/

.modal-body {
    background: rgb(249, 248, 248);
}

.panel {
    box-shadow: 0px 0px white;
}

/*form wizard start*/

.wizard {
    margin: 20px auto;
    background: #fff;
    max-width: 550px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media(max-width : 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*form wizard end*/
.signup_page .stories-sec::before {
    width: 100%;
}

.pt35 {
    padding-top: 30px;
}

.pb35 {
    padding-bottom: 45px;
}

.wizard .glyphicon {
    line-height: 58px;
}

.wizard .btn1 {
    margin-top: 0px;
}

.wizard .tab-pane {
    padding: 30px;
}

.pt10 {
    padding-top: 10px;
}

.bg3 {
    background: rgba(0, 0, 0, 0) url("../images/background.jpg") repeat scroll 0 0 !important;
}

.bg-lightgray {
    background: rgb(246, 246, 246) !important;
}

.signup_page .block {
    padding: 70px 0px;
}

.box-shadow {
    box-shadow: 0px -0px 11px lightgray;
}

/*rspv*/

.rsvp__shape__top::before {
    float: left;
}

.rsvp__shape__top::before {
    content: url("../images/couple-shape.png");
}

.rsvp__shape__top::after {
    float: right;
}

.rsvp__shape__top::after {
    content: url("../images/couple-shape2.png");
}

.rsvp__shape__top {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.rsvp__shape__bottom::before {
    float: left;
}

.rsvp__shape__bottom::before {
    content: url("../images/couple-shape3.png");
}

.rsvp__shape__bottom::after {
    float: right;
}

.rsvp__shape__bottom::after {
    content: url("../images/couple-shape4.png");
}

.rsvp__shape__bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

/*rspv*/
.pb25 {
    padding-bottom: 25px;
}

.bg-orange {

    background: #bb0f0f;
    color: white;
}

#login-submit:hover {
    background: #fbeb13;
}

.iwhite {
    color: white !important;
}

.title::before {
    border: 0px solid white;
}

#footer_quick_links {
    list-style: none;
}

#footer_quick_links li {
    padding: 5px;

}

#footer_quick_links li a,
#footer_address li a {
    color: #bb0f0f;
}

#contact_footer {
    list-style: none;
}

#contact_footer li {
    padding: 5px;
}

#scroll-people-section .people-img img {
    height: 200px;
    width: 100%;
}

.pt0 {
    padding-top: 0px;
}

.pt50 {
    padding-top: 50px;
}

.pb0 {
    padding-top: 0px;
}

.ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mt0 {
    margin-top: 0px !important;
}

.pb25 {
    padding-bottom: 25px;
}

#blog_single_image img {
    width: 100%;
    height: auto;
}

#registration_modal .modal-dialog {
    width: 30%;
}

.block {
    padding: 50px 0px;
}

#scroll-story-section input[type='radio'] {
    height: 10px !important;
}

.bg-lightgray {
    background: #ddd;
}

.gray-border {
    border: 1px solid #ddd;
    box-shadow: 1px 1px #ddd;
}

.orange {
    color: #EE8269;
}

.s_main_box {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 30px !important;
    box-shadow: 1px 2px #ddd;
}

.s_sidebar_sticky {
    min-height: 585px;
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
}

/*   .s_sidebar_main_div
   {
        padding-right: 20px;
        padding-top: 20px; 
        border : 1px soild #ddd ;
   }*/
.plr0 {
    padding-right: 0px;
    padding-top: 0px;
}

.custom_title {
    color: #64717D;
    font-family: Source Sans Pro, Helvetica, Arial, Noto Naskh Arabic, Noto Sans Thai, Droid Arabic Naskh, Geeza Pro, Simplified Arabic, Thonburi, Dokchampa, Droid Sans Thai, Hiragino Sans GB W3, Heiti SC, Segoe UI, Microsoft Yahei, Droid Sans Fallback, -apple-system, ".SFNSDisplay-Regular", sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    margin: 10 13px;
    text-align: center;
    color: #64717D;
}

.custom_title span {
    color: rgba(0, 0, 0, 0.85);

}

#registration_modal label {
    color: #66696a;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 2px;
}

.pt10 {
    padding-top: 10px;
}

.btn-login {
    height: 28px;
}

.unvisible {
    visibility: hidden !important;
}

/*login header*/
.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.navbar-login {
    padding: 15px 10px;
}

.orange1 {
    color: rgb(231, 81, 47);
}

.bg-orange1 {
    background: rgb(231, 81, 47);
}

#scroll-story-section {
    margin-top: 45px;
}

#scroll-story-section .wizard h3,
#main_heading {
    text-align: center;
}

.wizard .tab-pane {
    /*padding: 30px 30px 80px;*/
    padding: 30px 30px 20px;
}

#scroll-story-section .block {
    padding-bottom: 0px;
}

#step7 {
    min-height: 337px;
}

.fa {
    line-height: 2;
}

#scroll-story-section .btn-primary {
    background: #bb0f0f;
    color: white;
    border-color: #fbeb13;
}

#scroll-story-section .btn-primary:hover {
    color: rgb(231, 81, 47);
    background: white;
    border-color: rgb(231, 81, 47);
}

#mp1 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 90px !important;
}

.mt0 {
    margin-top: 0px;
}

/*.unvisible::before{
    border-radius: 2px;
    content: "";
    height: 0px !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 0px !important;
    color: white !important;
}
.logomenu-sec > ul > li:nth-child(4)::before{
    display: none !important;
}*/
.logomenu-sec>ul>li:last-child>ul {
    left: inherit;
    right: -125px;
}

nav ul ul li a {
    padding: 8px 30px;
}

nav ul ul {
    min-width: 220px;
}

.panel .caret {
    margin-top: 18px;
}

.table>tbody>tr>td:first-child {
    border-top: 0px solid white;
}

.menu-item-has-children .caret {
    color: #bb0f0f;
}

.m115 {
    margin-top: 115px;
}

.col-md-4.profile_right.s_main_box.s_sidebar_sticky {
    min-height: 100%;
    min-height: 585px;
    position: sticky;
    top: 54px;
}

.bg6 {
    /*    background-attachment: fixed;*/
    background-image: url("../images/bg2.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 200% 100% !important;*/
    background-size: 100% 98%;
}

#about_content {
    padding: 17px 104px;
}

.pt35 {
    padding-top: 35px;
}

#about_content p:first-child {
    padding-top: 20px;

}

.title>h4 {
    font-size: 31px;
    line-height: 50px;
}

.people-carousel .owl-dots {
    bottom: -33px !important;
}

.form-group label {
    /*padding-bottom: 10px;*/
}

.overflow_auto {
    overflow: auto;
}

#home_background .title {
    margin-bottom: 15px;
    padding-left: 0px;
    margin-top: 37px;
}

#home_background .title>h4 {
    font-size: 26px;
    text-align: center;
}

.pb60 {
    padding-bottom: 202px !important;
}

.color-primary {
    color: #bb0f0f !important;

}

.pb260 {
    padding-bottom: 260px;
}

.footer_padding_top {
    padding-top: 85px;
}

@media(max-width : 768px) {
    #registration_modal .modal-dialog {
        width: 100%;
    }

    .m115 {
        margin-top: 0px;
    }
}

@media(max-width : 480px) {
    .bottom-links {
        display: block
    }

    #contact_footer a {
        font-size: 14px
    }

    .title.style2.fromup.animated.fadeInDown {
        padding-top: 20px
    }

    .col-md-4.profile_right.s_main_box.s_sidebar_sticky {
        min-height: 100%;
    }
}


.modal-dialog {
    margin: 10% auto;
    width: 600px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #bb0f0f;
}

.mt30 {
    margin-top: 30px;
}

.filmstrip-inner {
    display: hidden;
}

/*changes for about content on index page*/
.wed-comsoon {
    padding: 130px 36px 130px 36px;
}

#home_background .wed-comsoon-eventdetail>p {
    padding: 0 114px;
}

#home_background .title {
    margin-bottom: 47px;
    padding-left: 0px;
    margin-top: -41px;
}


#main_content {
    margin-bottom: 15px;
}

.main_color {
    color: rgb(238, 130, 105);
}

.modal-content {
    border: 6px solid #fbeb13;
}

.justify-space-between {
    justify-content: space-between;
}

.mt-2 {
    margin-top: 2%;
}

.mt-1 {
    margin-top: 1%;
}