/* Add here all your css styles (customizations) */

.container-fluid.with-bg-1 {
    background: #9d193b;
}

.wedding-header.one-page-header .navbar-nav > .active > a, .wedding-header.one-page-header .navbar-nav > .active > a:hover, .wedding-header.one-page-header .navbar-nav > .active > a:focus {
    z-index: 1;
    background: transparent none repeat scroll 0% 0%;
    color: #9d193b !important;
}


.wedding-header.one-page-header .navbar-nav > li > a:hover {
	color: #9d193b;
}

.heading-v12__block-name span {
    color: #9d193b;
}

.heading-v12__block-name2 {
    font-size: 40px;
    color: #ffff;
    line-height: 1.2;
    display: block;
}

.service__child--btm__text2 {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.4;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

b, strong {
    font-weight: 200;
}

.service__parent {
    text-align: center;
    background: #fff;
    padding: 10px 15px 40px;
    transition: all 0.5s;
	height: 500px;
}

.g-mb-15 {
    margin-bottom: 15px;

}

.g-mb-5 {
    margin-bottom: 4px;
}

.g-pt-85 {
    padding-top: 25px;
}

.g-pb-85 {
    padding-bottom: 15px;
}

.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
    color: #000000 !important;
}

.one-page-header.top-nav-collapse .dropdown-menu > li {
    background: #dfdfdf;
    color: #000000;
}


.one-page-header .navbar-nav a.dropdown-toggle {
    color: #000 !important;
}


.btn-u--btn-play {
    background: #cecbcc;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 25px 20px 75px;
    position: relative;
    text-transform: uppercase;
}

.btn-u--btn-play__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: #fa0349;
    font-size: 25px;
    line-height: 58px;
    color: #f8aabf;
    transition: all 0.3s;
}