body,
html {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    background: #fff;
    color: #424242;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 5px;
    color: #500505;
    line-height: normal;
    font-weight: normal;
    margin: 0 0 10px;
}

h1 {
    font-family: 'Lobster', cursive;
    color: #00a7dd;
}

h2 {
    font-family: 'Lobster', cursive;
}

h3 {
    font-family: 'Lobster', cursive;
}

h4 {
    font-family: 'Lobster', cursive;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h2 small {
    font-size: 24px;
    line-height: 14px;
    letter-spacing: 0.025em;
}

h4 small {
    display: block;
}

h5 small {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #e1704b;
    line-height: 28px;
    letter-spacing: 0.025em;
}

p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

a {
    color: #500505;
}

a:hover {
    color: #b30000;
    text-decoration: none;
}

a:active {
    color: #500505;
}

/*-----/. default-btn style-----*/
.default-btn {
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.025em;
    font-weight: 700;
    position: relative;
    padding: 12px 30px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0px;
}

.default-btn:hover {
    background: #e1704b;
    border: 1px solid #e1704b;
}

.default-btn:hover,
.default-btn.active,
.default-btn:active {
    color: #fff;
    z-index: 1;
}

.white {
    background: #fff;
}

.lightsmoke {
    background: #fafafa;
}

.img-thumbnail {
    padding: 10px;
    border: none;
    border-radius: 2px;
}

/*----- form placeholder style-----*/
.form-control::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-size: 12px;
    line-height: 18px;
}

.form-control::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 18px;
}

.form-control::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 18px;
}

/*-----on focus style-----*/
.form-control:focus::-moz-placeholder {
    color: #000;
}

.form-control:focus:-ms-input-placeholder {
    color: #000;
}

.form-control:focus::-webkit-input-placeholder {
    color: #000;
}

/*-----section style-----*/
.heading {
    margin-bottom: 20px;
}

/*-----transpharent background-----*/
.color-overlay {
    background: rgba(0,0,0,0.7);
    padding: 75px 0;
}

.social-icon:after,
.social-icon:before,
.story-block ul:after,
.story-block ul:before,
.blog-meta:after,
.blog-meta:before,
.popular-post ul li:after,
.popular-post ul li:before,
.single-blog-meta:before,
.single-blog-meta:after,
.single-post-thumnail:after,
.single-post-thumnail:before {
    content: "";
    display: table;
}

.social-icon:after,
.social-icon:before,
.story-block ul:after,
.story-block ul:before,
.blog-meta:after,
.blog-meta:before,
.popular-post ul li:after,
.popular-post ul li:before,
.single-blog-meta:before,
.single-blog-meta:after,
.single-post-thumnail:after,
.single-post-thumnail:before {
    clear: both;
}

.heading h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.heading h3::after {
    position: absolute;
    top: 5px;
    right: -60px;
    content: url(../images/designr.png);
    width: 50px;
    height: 25px;
}

.heading h3::before {
    position: absolute;
    content: url(../images/designl.png);
    width: 50px;
    height: 25px;
    top: 5px;
    left: -60px;
}

/*
========================================================================
# 2 - Nav styles
------------------------------------------------------------------------
*/
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}

.nav-block {
    padding: 20px 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: #500505;
}

.is-sticky .nav-block {
    padding: 10px 0;
}

.nav-block.navbar-fixed-top {
    padding: 10px 0 10px;
}

.nav-block .navbar-default {
    border-color: transparent;
    background-color: #500505;
}

.nav-block .navbar-default .navbar-toggle {
    border: 0;
    border-radius: 2px;
    margin: 10px 0 0 0;
}

.nav-block .navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}

.nav-block .navbar-default .navbar-toggle:hover,
.nav-block .navbar-default .navbar-toggle:focus {
    background: transparent;
}

.nav-block .navbar-default .navbar-toggle .icon-bar {
    background: #00a7dd;
}

.nav-block .navbar-nav {
    margin-top: 12px;
}

.nav-block .navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-block ul > li {
    margin-bottom: 0px;
}

.nav-block ul > li a {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #f3b45f;
    background-color: transparent;
}

.nav-block ul.navbar-nav > li > ul > li {
    float: none;
    display: block;
    margin: 0px;
    background: #fff;
}

.nav-block ul.navbar-nav > li > ul > li a {
    color: #500505;
    font-size: 14px;
    padding: 10px 20px;
}

.nav-block ul.navbar-nav > li > ul > li a:hover {
    color: #500505;
}

.nav-block ul > li a:hover {
}

.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
    background: none;
    color: #fcffab;
}

.social-icon li {
    display: inline-block;
    margin-left: 10px;
}

.social-icon {
    padding: 0;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}

.nav-logo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    padding: 0;
}

.nav-block .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

.nav-block .navbar-nav li {
    margin: 0 10px;
}

/*
========================================================================
# 3 - Banner styles
------------------------------------------------------------------------
*/
.banner .color-overlay {
    padding-bottom: 50px;
    background: rgba(0,0,0,0.2);
    position: relative;
}

.banner-logo {
    display: inline-block;
    width: 310px;
    height: 305px;
    padding: 75px 0px;
    margin-top: 80px;
    margin-bottom: 107px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-logo h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.banner-logo small {
    color: #fff;
    display: inline-block;
}

.timing .time_circles > div > span[style] {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: normal!important;
    margin: 0;
    color: #d22a2a;
    display: table-row;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.timing .time_circles > div {
    padding: 0 14px;
    display: table;
    vertical-align: middle;
}

.timing .time_circles > div > h4 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: normal!important;
    color: #d22a2a;
    text-transform: capitalize;
    border-radius: 0 0 20px 20px;
    display: table-row;
    font-size: 18px !important;
}

/*-----background image slider-----*/
#background-carousel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#background-carousel .carousel,
#background-carousel .carousel-inner {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#background-carousel .item {
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#background-carousel .item-no1 {
    background: url(../images/slider/slide1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background-carousel .item-no2 {
    background: url(../images/slider/slide2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background-carousel .item-no3 {
    background: url(../images/slider/slide3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background-carousel .item-no4 {
    background: url(../images/slider/slide4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background-carousel .carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

#background-carousel .carousel-inner > .item.next,
#background-carousel .carousel-inner > .item.active.right {
    -webkit-transform: none;
    transform: none;
}

#background-carousel .carousel-inner > .item.prev,
#background-carousel .carousel-inner > .item.active.left {
    -webkit-transform: none;
    transform: none;
}

.color-overlay-bg {
    background: rgba(3, 1, 50, 0.2);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
}

/*
========================================================================
# 4 - Couple styles
------------------------------------------------------------------------
*/
.couple {
    padding: 100px 0;
    background: url(../images/HomeMainLove_icon.png) no-repeat 50% 65%;
}

.thumbnail-block {
    position: relative;
    border-radius: 50%;
}

.thumb-img {
    position: relative;
    margin-bottom: 2px;
    height: auto;
    overflow: hidden;
    text-align: center;
    border: 5px solid #ff8b8b;
    border-radius: 50%;
    margin: 0 auto;
}

.thumb-img:hover .thumb-hover {
    top: 0px;
}

.thumb-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -447px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    background: rgba(126, 97, 97, .9);
    display: table;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.thumb-img h5 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    line-height: 33px;
    letter-spacing: .05em;
    margin-top: 70px;
    margin-bottom: 30px;
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.thumb-img h5 small {
    color: #fff;
    margin-left: 115px;
    line-height: 33px;
    letter-spacing: .1em;
    font-size: 24px;
}

.thumb-img p {
    color: #fff;
    margin-bottom: 60px;
}

.thumb-img .social-icon li a {
    color: #fff;
}

.thumbnail-detail {
    background: #e1704b;
    padding: 20px 15px;
    color: #fff;
    border-radius: 0 0px 20px 20px;
    text-align: center;
}

.couple .thumbnail-detail .social-icon li {
    display: inline-block;
    float: none;
    margin: 10px 15px 0;
}

.thumbnail-detail .social-icon li a {
    color: #fff;
}

.next-arrow {
    text-align: center;
    font-size: 18px;
    position: relative;
}

.next-arrow a {
    position: absolute;
    top: 58px;
    left: 50%;
}

/*
========================================================================
# 5 - Stroy styles
------------------------------------------------------------------------
*/
.story {
    padding: 50px 0;
}

.timeline {
    position: relative;
    margin-bottom: 70px;
}

.timeline:last-child {
    margin-bottom: 0;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    background: #500505;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 70px;
    height: 15px;
    right: 50%;
    margin-right: -3px;
    width: 6px;
    background: #fafafa;
}

.love-sign {
    background: url(../images/love.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    top: -64px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 56px;
    z-index: 1;
    font-family: "Lobster",cursive;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    line-height: normal;
    letter-spacing: .05em;
}

.timeline-left {
    width: 47%;
    margin-top: 70px;
}

.timeline-right {
    width: 47%;
}

.timeline-block-left {
    float: right;
    width: 75%;
    text-align: right;
    margin-bottom: 50px;
}

.reverse .timeline-block-left {
    float: left;
    text-align: left;
}

.timeline-block-right {
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
    background: #ededed;
    margin-top: 60px;
}

.reverse .timeline-block-right {
    float: right;
    text-align: right;
}

.timeline-block-right:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 15px 10.5px 0px;
    border-color: transparent #500505 transparent transparent;
}

.reverse .timeline-block-right:before {
    content: none;
}

.reverse .timeline-block-right:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 15px;
    border-color: transparent transparent transparent #500505;
}

.reverse.pull-right {
    float: left !important;
}

.reverse.pull-left {
    float: right !important;
}

.timeline .img-thumbnail {
    padding: 2px;
    border: 1px solid #d9d9d9;
}

.timeline-meta {
    color: #8b8b8b;
    font-weight: 700;
    margin-bottom: 17px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.025em;
}

.timeline-head {
    background: #500505;
}

.timeline-head h4 {
    color: #FFF;
    text-transform: capitalize;
    padding: 5px 17px;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.025em;
}

.timeline-body {
    padding: 0px 15px 5px;
}

/*
========================================================================
# 6 - RSVP styles
------------------------------------------------------------------------
*/
.ami {
    background: url(../images/backimage.jpg) no-repeat fixed center center;
}

.ami .color-overlay {
    background: rgba(0,0,0,.7);
    padding: 50px 0;
}

.ami-title {
    font-family: 'Lobster', cursive;
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0.025em;
}

.ami a {
    margin: 0 20px;
}

/*
========================================================================
# 7 - People styles
------------------------------------------------------------------------
*/
.people {
    padding: 100px 0;
}

.people .thumb-img {
    width: 100%;
}

.people .thumbnail-detail .social-icon {
    margin-top: 0;
}

.people .thumbnail-detail .social-icon li {
    font-size: 16px;
}

.people .thumbnail-detail {
    padding: 10px;
}

.profile {
    text-align: left;
}

.profile h5 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.people .row:nth-child(2) .left-content,
.people .row:nth-child(2) .right-content {
    margin-bottom: 50px;
}

.left-content .profile {
    text-align: right;
}

.left-content .social-icon {
    text-align: right;
}

.right-content .social-icon {
    text-align: left;
}

.people .social-icon li {
    margin-left: 10px;
}

.right-content .social-icon li:first-child {
    margin-left: 0;
}

/*
========================================================================
# 8 - Event styles
------------------------------------------------------------------------
*/
.event {
    padding: 50px 0 50px;
}

.event-block {
    background: #e8e8e8;
}

.event-block:hover .event-img img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.event-img {
    overflow: hidden;
}

.event-img img {
    width: 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.event-body {
    position: relative;
    padding: 35px 35px 35px;
    text-align: center;
}

.event-body h5 {
    font-weight: 700;
    letter-spacing: .05em;
}

.event-date {
    position: absolute;
    left: 50%;
    bottom: -53px;
    width: 106px;
    height: 106px;
    margin-left: -53px;
    background: #500505;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 25px 10px;
}

.event-year {
    color: #B8B8B8;
    display: block;
}

/*
========================================================================
# 9 - Gift block styles
------------------------------------------------------------------------
*/
.gift {
    padding: 100px 0;
}

.gift-block {
    position: relative;
    padding: 65px 20px;
    text-align: center;
    border: 3px solid #D3D3D3;
    background: rgba(219,219,219,.9);
    z-index: 1;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.gift-block:hover {
    border: 3px solid #d44640;
}

.gift-block:hover .gift-overlay {
    z-index: -1;
    background: #fff;
}

.gift-block a {
    display: block;
    text-align: center;
    vertical-align: middle;
}

.gift-block img {
    display: inline-block;
}

.gift-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(219,219,219,.9);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

/*
========================================================================
# 10 - Gallery styles
------------------------------------------------------------------------
*/
.gallery {
    padding: 35px 0 70px;
}

.gallery .item {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 0%;
    display: inline-block;
    text-align: center;
    background: rgba(212, 70, 70, 0.7);
    color: #fff;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
}

.item:hover .caption {
    border-radius: 0%;
    height: 100%;
    top: 0;
}

.item:hover .caption {
    top: 0%;
    font-size: 60px;
    color: #fff;
    padding: 10% 0;
}

/*
========================================================================
# 11 - Blog styles
------------------------------------------------------------------------
*/
.blog {
    padding: 100px 0;
}

.blog-post {
    position: relative;
    background: #f7f7f7;
}

.blog-meta ul {
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-meta ul li {
    float: left;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #191919;
}

.blog-meta ul li a {
    color: #191919;
}

.blog-meta ul li:after {
    content: "|";
    position: absolute;
    right: -11px;
}

.blog-meta ul li:last-child:after {
    content: none;
}

.blog-head {
    padding: 10px 20px;
}

.blog-head h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-post:hover .blog-thumb-hover {
    bottom: 0px;
}

.blog-thumb-hover {
    position: absolute;
    left: 0px;
    bottom: -215px;
    right: 0px;
    height: 100%;
    background: #f7f7f7;
    padding: 0px 20px 5px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.blog-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f0f0f0;
    display: table;
    vertical-align: middle;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
}

.blog-link .fa {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.blog-link .fa.fa-link {
    display: none;
}

.blog-post:hover .fa.fa-link {
    display: table-cell;
}

.blog-post:hover .fa.fa-picture-o {
    display: none;
}

/*
========================================================================
# 12- Quote styles
------------------------------------------------------------------------
*/
.quote {
    background: url(../images/quotimage.jpg) no-repeat fixed center center;
}

.quote .color-overlay {
    padding: 30px 0;
}

blockquote {
    font-family: 'Lobster', cursive;
    border: none;
    color: #fff;
    font-size: 35px;
    text-align: center;
    position: relative;
    line-height: 40px;
    letter-spacing: 0.025em;
}

blockquote:after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 30px;
    background: url(../images/bloqutouqe-right.png) no-repeat;
    width: 50px;
    height: 40px;
}

blockquote:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 30px;
    background: url(../images/bloqueqoute.png) no-repeat;
    width: 50px;
    height: 40px;
}

/*
========================================================================
# 13- Contact styles
------------------------------------------------------------------------
*/
.contact {
    padding: 100px 0;
}

.contact ul {
    padding: 0;
}

.contact-address ul li {
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-address ul li .fa {
    float: left;
    width: 25px;
    font-size: 30px;
    color: #500505;
}

.contact-address h4 {
    font-family: 'PT Sans', sans-serif;
    color: #3A3A3A;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.025em;
}

.contact-address span {
    display: block;
    color: #3a3a3a;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.025em;
}

.divider {
    border-right: 1px solid #d9d9d9;
}

.contact-block {
    margin: 40px;
}

.contact h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .05em;
}

.contact .form-group {
    margin-bottom: 24px;
}

.contact .form-control,
.contact textarea {
    background: #fcfcfc;
    border: 1px solid #e1704b;
    padding: 10px 12px;
    color: #bdbdbd;
    height: 45px;
    font-weight: 400;
    border-radius: 0;
}

.contact .form-control:last-child {
    margin-bottom: 0;
}

.contact-address ul li .address-phone {
    float: left;
    padding-left: 25px;
}

.contact .form-control:focus,
.contact textarea:focus {
    background: #fff;
    color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact textarea {
    min-height: 115px;
}

input[type="submit"]:focus,
input[type="submit"]:active {
    outline: none;
    border: 1px solid #E1704B;
}

/*----Selectbox style--------*/
.sbHolder {
    background: none;
    border: 1px solid #e1704b;
    width: 100%;
    height: 45px;
}

.sbOptions {
    width: 100%;
    background: #fff;
    border: 1px solid #e1704b;
}

.sbSelector {
    width: 90%;
    height: 44px;
    line-height: 42px;
}

.sbToggleOpen:focus {
    outline: none;
    color: #500505;
}

.sbToggle:focus {
    color: #500505;
}

.contact .default-btn {
    padding: 10px;
    color: #e1704b;
    border: 1px solid #e1704b;
    border-radius: 4px;
}

.contact .default-btn:hover {
    color: #fff;
}

.contact-success {
    background: transparent;
    border: 1px solid #64AB89;
    border-radius: 2px;
    padding: 5px;
    color: #64AB89;
    text-align: center;
    display: none;
}

.contact-error {
    background: transparent;
    border: 1px solid #A87C7C;
    border-radius: 2px;
    padding: 5px;
    color: #A87C7C;
    text-align: center;
    display: none;
}

.map {
    width: 100%;
    height: 400px;
}

/*
========================================================================
# 14- Blog post styles
------------------------------------------------------------------------
*/
.blog-bg {
    background: url(../images/blog-bg.png) no-repeat fixed center top;
    color: #fff;
    margin-top: 68px;
}

.blog-bg .color-overlay {
    padding: 50px 0;
}

.blog-title h3 {
    color: #fff;
}

.blog-content {
    padding: 75px 0;
}

.popular-post {
    margin-bottom: 50px;
}

.popular-post h5,
.wedding-video h5 {
    position: relative;
    font-size: 16px;
    color: #717171;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.popular-post h5:before,
.wedding-video h5:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #500505;
}

.popular-post ul {
    padding: 0;
}

.popular-post ul li {
    margin-bottom: 25px;
}

.popular-post ul li p {
    font-size: 14px;
    margin-left: 75px;
    line-height: 17px;
}

.popular-post ul li span {
    display: block;
    color: #8b8b8b;
    font-size: 14px;
    margin-top: 10px;
}

.popular-img {
    float: left;
    margin-right: 5px;
}

.wedding-video p {
    font-size: 14px;
    margin-bottom: 25px;
}

/*
========================================================================
# 15- Single Blog Post styles
------------------------------------------------------------------------
*/
.single-blog-meta ul {
    padding: 0;
}

.single-blog-meta ul li {
    float: left;
    width: 33.333333333%;
    background: #fafafa;
    padding: 15px 25px;
    border-right: 1px solid #e3e3e3;
}

.single-blog-meta ul li:last-child {
    border: none;
}

.single-blog-upper {
    background: #ededed;
    padding: 60px 30px 45px;
}

.single-blog-lower {
    background: #ededed;
    padding: 50px 30px 60px;
    border-bottom: 3px solid #500505;
}

.single-blog-lower h4 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.025em;
}

.single-blog-upper h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.single-blog-detail {
    margin-bottom: 25px;
}

.single-blog-detail blockquote {
    position: relative;
    background: #e1704b;
    font-size: 24px;
    padding: 35px 30px 30px 100px;
    margin-bottom: 0;
    text-align: left;
    line-height: 36px;
}

.single-blog-detail blockquote:after {
    content: "";
    background: url("../images/quote-right.png") no-repeat center center;
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 25px;
    height: 20px;
}

.single-blog-detail blockquote:before {
    content: "";
    background: url("../images/quote-left.png") no-repeat center center;
    position: absolute;
    top: 40px;
    left: 45px;
    right: 0px;
    width: 25px;
    height: 20px;
}

.single-post-item {
    padding: 0px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.single-post-item li {
    margin-bottom: 15px;
}

.single-post-item li .fa {
    width: 20px;
    height: 20px;
    background: #e1704b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 5px;
    margin-right: 15px;
}

.single-post-thumnail {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.single-post-thumnail li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

/*-----sidebar style-----*/
.sidebar-single-post {
    background: #ededed;
    margin-bottom: 40px;
}

.sidebar-single-post-detail {
    padding: 10px 10px;
}

.sidebar-single-post-detail p {
    font-size: 14px;
}

.sidebar-single-post-img {
    margin-bottom: 20px;
}

.sidebar-single-post h5 {
    font-weight: 700;
}

/*------------------Social-block Style-----------------*/
.social-block {
    padding: 40px 0 65px;
}

.social-block span {
    font-weight: 700;
    letter-spacing: 0.025em;
}

.social-block .fa {
    font-size: 18px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px 0;
}

.social-block a .fa-facebook {
    color: #47639e;
}

.social-block a .fa-facebook:hover {
    background-color: #47639e;
    border: 1px solid #47639e;
    color: #fff;
}

.social-block a .fa-twitter {
    color: #00acee;
}

.social-block a .fa-twitter:hover {
    background-color: #00acee;
    border: 1px solid #00acee;
    color: #fff;
}

.social-block a .fa-google {
    color: #d94531;
}

.social-block a .fa-google:hover {
    background-color: #d94531;
    border: 1px solid #d94531;
    color: #fff;
}

.social-block a .fa-share-alt {
    color: #d94531;
}

.social-block a .fa-share-alt:hover {
    background: #d94531;
    border: 1px solid #d94531;
    color: #fff;
}

/*------------------Comment Style-----------------*/
.comment-block {
    margin-bottom: 65px;
    padding: 60px 50px;
    background: #ededed;
    border-bottom: 3px solid #500505;
}

.comment-block > h5,
.reply-block h5 {
    font-weight: 700;
    margin-bottom: 30px;
}

h4.media-heading {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #252525;
}

.media-list > .media-object {
    width: 95px;
    height: 85px;
}

.media-left,
.media > .pull-left {
    padding-right: 30px;
}

ul.media-list + ul .media-object {
    width: 70px;
    height: 62px;
}

.comment-block .media-list {
    padding-left: 40px;
}

.comment-block ul.media-list + ul {
    padding-left: 80px;
}

.comment-block .default-btn {
    float: right;
    background-color: #e1704b;
    padding: 7px 18px;
    border: 1px solid #e1704b;
    border-radius: 3px;
}

.comment-block .default-btn:hover {
    background: #fff;
    color: #500505;
    border: 1px solid #500505;
}

.reply-block .default-btn {
    padding: 15px 46px;
    border-radius: 2px;
}

.reply-block .contact {
    padding: 0;
}

/*--------------/.reply-block end------*/
.reply-block {
    background: #ededed;
    padding: 50px;
    border-bottom: 3px solid #500505;
}

/*
========================================================================
# 16- Footer styles
------------------------------------------------------------------------
*/
footer {
    background: url(../images/FooterBannerImage.jpg) no-repeat fixed center center;
    text-align: center;
}

footer .color-overlay {
    padding: 20px 0;
}

.footer-logo {
    position: relative;
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

.footer-logo {
    display: inline-block;
    background: url("../images/footerimg.png") no-repeat center center;
    width: 133px;
    height: 128px;
    padding: 48px 0px;
    margin-bottom: 10px;
}

footer a .fa {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    margin: 0px 16px 60px;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

footer a .fa:hover {
    background: #500505;
    color: #fff;
    border-color: #500505;
}

footer .nav {
    margin-bottom: 30px;
}

.nav-tabs > li {
    background-color: rgba(236, 236, 236, 0.47);
}

.nav-pills > li {
    float: none;
    display: inline-block;
    margin: 0 20px;
}

.nav-pills > li > a {
    font-weight: 700;
    line-height: 36px;
    letter-spacing: .025em;
    color: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: transparent;
    color: #801313;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: #e1704b;
    color: #fff;
}

.nav-pills > li > a:after {
    content: "|";
    position: absolute;
    right: -15px;
}

.nav-pills > li:last-child > a:after {
    content: none;
}

.copyright {
    color: #fdfdfd;
}

#go-to-top {
    display: none;
}

#go-to-top .fa {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    color: #9B9393;
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0;
    border: 2px solid #9B9393;
    border-radius: 50%;
    z-index: 1000;
}

#go-to-top .fa:hover {
    border-color: #500505;
    color: #fff;
}

.bg-contact {
    background-color: rgba(116, 5, 47, 0.89);
    color: #fdf7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #2a0901;
    cursor: default;
    background-color: #dacfcf;
    border-bottom-color: transparent;
    font-weight: 600;
    border-top: 0px solid #da1414;
    border-bottom: 2px solid #da1414;
    border-left: 0px solid #da1414;
    border-right: 0px solid #da1414;
}

prof-name {
}

.prof_title {
    height: 35px;
    line-height: 40px;
    font-size: 14px;
    color: #2a2a2e;
    font-weight: 600;
}

.prof_title .hello_user {
    display: block;
    float: left;
}

.prof_name {
    padding: 0 5px;
    display: block;
    float: left;
}

.prof_id {
    line-height: 39px;
    display: block;
    float: left;
}

.text-heading {
    padding-right: 5px;
    font-weight: 600;
}

.lightsgray {
    background-color: #f1f3f5;
}

.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

hr {
    text-align: center;
    border: 1px single #5c5b5b;
    background: #A55900;
    box-sizing: content-box;
    height: 2px;
    margin: 0;
}

hr:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 2px;
    color: #f73c3c;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.img-circle {
    border: 2px solid lightgray;
}

.row_margin {
    padding-left: 5px;
    padding-right: 5px;
}

.row_margin_top {
    margin-top: 10px;
}

#dash-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#dash-menu.navbar-default {
    background-color: rgba(248, 248, 248, 1);
    border-width: 1px;
    border-radius: 4px;
}

#dash-menu.navbar-default .navbar-nav>li>a {
    color: #fff;
}

#dash-menu.navbar-default .navbar-nav>li>a:hover,
#dash-menu.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #FD8501;
}

#dash-menu.navbar-default .navbar-nav>.active>a,
#dash-menu.navbar-default .navbar-nav>.active>a:hover,
#dash-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(99, 234, 255, 1);
}

#dash-menu.navbar-default .navbar-toggle {
    background-color: #093940;
    border-color: #000;
}

#dash-menu.navbar-default .navbar-toggle:hover,
#dash-menu.navbar-default .navbar-toggle:focus {
    background-color: #093940;
}

#dash-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #e7e52d;
}

#dash-menu.navbar-default .navbar-toggle:hover .icon-bar,
#dash-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f8f8f8;
}

#dash-menu.navbar .dropdown-menu {
    background-color: #fff;
}

@media (min-width:768px)
{
    .pull-middle1 {
        float: left;
        margin-left: 100px;
    }
}

.font-bold {
    font-weight: 700;
}

.panel-new1 {
    border-color: #a55900;
}

.panel-new1>.panel-heading {
    color: #fff;
    background-color: #a55900;
}

.panel-new1>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #aaaaaa;
}

.panel-new1>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-new1>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-new2 {
    border-color: #db4437;
}

.panel-new2>.panel-heading {
    color: #fff;
    background-color: #db4437;
}

.panel-new2>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #aaaaaa;
}

.panel-new2>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-new2>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-new3 {
    border-color: #027878;
}

.panel-new3>.panel-heading {
    color: #fff;
    background-color: #027878;
}

.panel-new3>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #aaaaaa;
}

.panel-new3>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-new3>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.pad-l10r10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-l20r20 {
    padding-left: 20px;
    padding-right: 20px;
}

.allpadding10 {
    margin: 0;
    padding: 10px 10px 0px;
}

.heading_dark_red {
    color: #841313;
    font-size: 14px;
    font-weight: 600;
}

hr.style1 {
    margin-top: 0;
    margin-bottom: 2px;
    border-top: 1px solid #eee;
}

hr.style1:after {
    content: '\002665';
    display: none;
    position: relative;
    padding: 0 2px;
    color: #f73c3c;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

@media (min-width:768px)
{
    .ver_border_r {
        border-right: 1px solid lightgray;
    }
}

.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

.row_margin15 {
    padding-left: 15px;
    padding-right: 15px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.none {
    display: none;
}

.hover :hover {
    background-color: #cdd8d4;
}

.table_lable_120 {
    width: 120px;
    vertical-align: middle;
}

.profile-int {
    background: url('../images/profile-int.png');
    width: 60px;
    height: 17px;
    display: inline-block;
    margin: 1px -5px 0 4px;
    vertical-align: top;
    position: relative;
    z-index: 0;
}

.bott_mar15px {
    margin-bottom: 15px;
}

.table_border_0 table-bordered th,
.table-bordered td {
    border: 0px solid #ddd!important;
}

null {
}

td,
th {
    padding-top: 3px;
    padding-bottom: 3px;
}

.font-14 {
    font-size: 14px;
    line-height: 20px;
}

.partner_profile_b_right {
    border: 3px solid #ecf11fa;
    background: #ecf9fa;
    font: italic 12px arial;
    color: #72727d;
    padding: 8px 0 0;
    float: left;
    margin: 12px 0;
    position: relative;
    font-weight: normal;
    border-radius: 8px;
}

.nomargin-5px {
    margin-left: -5px;
}

.profile_about_sec {
    background: url("../images/js-icons.png") no-repeat left 0;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
    color: #337ab7;
}

.detail_sec {
    border-left: 2px solid #e1e1e1;
    margin: 0 0 0 23px;
    padding: 0 0 16px 34px;
    font: normal 14px/20px arial;
    color: #72727d;
    word-wrap: break-word;
    position: relative;
}

.profile_life_sec {
    background: url("../images/js-icons.png") no-repeat left -48px;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
    color: #337ab7;
}

.profile_back_sec {
    background: url("../images/js-icons.png") no-repeat left -96px;
    color: #337ab7;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
}

.profile_horo_sec {
    background: url("../images/js-icons.png") no-repeat left -144px;
    color: #337ab7;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
}

.profile_family_sec {
    background: url("../images/js-icons.png") no-repeat left -192px;
    color: #337ab7;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
}

.profile_edu_sec {
    background: url("../images/js-icons.png") no-repeat left -240px;
    color: #337ab7;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
}

.profile_what_sec {
    background: url("../images/js-icons.png") no-repeat left -288px;
    color: #337ab7;
    font: bold 16px/47px arial;
    padding: 0 0 0 58px;
    margin: 13px 0 5px 0;
    text-transform: uppercase;
}

.img_b {
    -webkit-filter: grayscale(0.5) blur(8px);
}

.img_o {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: red;
    z-index: 200;
}

.image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    transition: all 1s;
    -webkit-transition: all 1s;
    background-color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-white:hover {
    color: #f1f0ef;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.font-awi {
    font: normal normal normal 10px/1 FontAwesome;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a52a2a;
}

.panel-primary {
    border-color: #6b4709;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #6b4709;
}

.bg-info1 {
    background-color: #f5d88c;
}

.text-info {
    color: #6b4709;
}

.padding-l-r-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-warning {
    color: #fff;
    background-color: #A55900;
    border-color: #A55900;
}

.btn-success {
    color: #fff;
    background-color: #097509;
    border-color: #097509;
}

.imgphoto {
    box-shadow: 0 4px 8px 0 rgb(18, 16, 16), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.debitcard {
    margin: 20px 5px 20px 5px;
    display: inline-block;
    background-image: url("../images/pay1.png");
    background-position: 0px;
    width: 235px;
    height: 31px;
}

.right-padding5 {
    padding-right: 5px;
}

.modal-open .modal {
    padding-right: 0px;
}

.imgupload {
    display: none;
    width: 100%;
    height: 100%;
    top: 000px;
    left: 000px;
    position: fixed;
    z-index: 10000;
    text-align: center;
    background-color: rgba(35, 34, 34, 0.5);
}

.imguploading {
    margin-top: 200px;
    margin-left: 100px;
    height: 80px;
}

@media (min-width:270px) and (max-width:479px)
{
    .imguploading {
        height: 80px;
        width: 100%;
        margin-left: 0px;
    }
}

.more-head {
    background-color: rgba(255, 181, 4, 0.76);
    text-transform: capitalize;
    box-shadow: 2px 0px 2px 0px rgba(107, 98, 98, 0.72);
    text-shadow: 1px 0px 1px #6c6464;
    border-top: 0px solid;
    border-bottom: 4px solid rgba(13, 14, 14, 0.88);
    margin-bottom: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.more-head .head {
    padding-left: 10px;
    padding-top: 10px;
    color: #860b0b;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0px 10px;
}

@font-face{
    font-family: 'SLZodiacStencils';
    src: url('../fonts/SLZodiacStencils.ttf') format('truetype');
}

.option #span .rashifont {
    font-family: SLZodiacStencils;
    font-size: 20px;
    margin-right: 10px;
}

.list_btn_style {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    border-bottom: 2px solid rgba(245, 245, 245, 0.52);
    list-style-type: none;
    border-top: 1px solid rgba(245, 245, 245, 0.22);
    margin: 5px 25px;
    border-radius: 20px 1px 1px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.package_main {
    background-color: #f6f6f6;
    box-shadow: 2px 0px 10px 1px rgba(0, 0, 0, 0.21);
    border: 1px solid rgba(0, 0, 0, 0.37);
    border-radius: 1px 1px 20px 20px;
}

.package_head {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    border-bottom: 2px solid;
}
@media (max-width: 767px)
{
.menu-extras ul.nav {
    display: flex;
}}