/*===========================================================
 Custom Font CSS
============================================================*/


/*===========================================================
 Common CSS
============================================================*/
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}

li,
li:hover,
a:hover,
.btn,
footer-area .btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a, a:active, a:visited {
    color: #6b1c23
}

a:hover {
    color: #005c5c;
    text-decoration: none;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

/*u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}*/

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1 {
    color: #6b1c23;
    font-size: 30px;
    font-weight:bold;
    margin-top:20px;
}

h2 {
    color: #6b1c23;
    font-size: 25px;
    font-weight: bold;
}

h3 {
    color: #343434;
    font-size: 20px;
    font-weight: bold;
}

h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

h5 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

h6 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

.no-banner {
    border-bottom: 1px solid #000;
    margin-top:20px;
}

.col-page-videos {
    padding-top: 20px;
}

/* Blog */
.card-blog {
    margin-bottom: 20px;
    border-top: solid 1px rgba(0,0,0,.125);
    border-left: solid 1px rgba(0,0,0,.125);
    border-right: solid 1px rgba(0,0,0,.125);
    border-bottom: solid 1px rgba(0,0,0,.125);
}

.card-blog-img img {
    width: 100%;
}

.card-blog-text {
    text-align: center;
    width: 100%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    border-radius: unset;
}


    .card-blog-text a:hover {
        color: #005c5c;
    }

.card-blog-text a {
    font-size: 15px;
    width: 100%;
    padding: 10px 10px;
    color: #6b1c23;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.card-blog-text p {
    color: #6b1c23;
    padding: 0 15px;
    font-size: 15px;
    padding-bottom: 20px;
}

/*===========================================================
 Placeholder Style
============================================================*/
::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

    .go-top img {
        width: 35px;
    }

    .go-top span {
        /*background-color: #4285F4;*/
        color: rgba(255, 255, 255, .6);
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

        .go-top span:hover {
            color: #fff;
        }

.main-nav {
    background: #fff;
    /* padding: 28px 0; */
}

    .main-nav .navbar-nav {
        border-top: 1px solid rgba(0,0,0,.125);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .main-nav .navbar-nav {
        border-top: none;
        border-bottom: none;
    }

}


.navbar-nav a {
    color: #411d0d !important;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

    .navbar-nav a:hover {
        color: #6b1c23 !important;
    }

.dropdown-menu {
    padding: 0px 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}

    .dropdown-menu a {
        color: #411d0d !important;
        font-size: 14px !important;
        font-style: normal;
        letter-spacing: normal;
        /*line-height: 30px !important;*/
        text-align: left;
    }

.dropdown-item {
    padding: 10px 10px;
}

.nav-item a {
    color: #411d0d !important;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0;
}

.logo {
    max-width: 220px;
}

.header-right {
    padding-right: 35px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-right h1 {
    font-size: 18px;
    margin-top:0px;
    margin-bottom:0px;
}

.carousel-caption {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-shadow: 0 0 2px #000;
}

.social-media-icons-small {
    width:22px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .logo {
        max-width: 300px;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .logo {
        max-width: 300px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .carousel-caption {
        font-size: 25px;
    }

    .logo {
        max-width: 200px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
    }

    .header-right {
        padding-right: 35px;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .header-right h1 {
        font-size: 18px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .logo {
        max-width: 300px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 40px;
    }

    .header-right {
        padding-right: 53px;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .header-right h1 {
            font-size: 20px;
        }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1320px) {

    .logo {
        max-width: 375px;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-brand {
    color: transparent;
    padding: 0;
    margin: 0;
}

.navbar {
    padding: 0;
}

.card-footer {
    background-color: #6b1c23;
}

.card-footer a, .card-footer a:active, .card-footer a:visited {
    color: #fff;
}

.card-footer a:hover {
    color: #E09466;
}

.row-services .card {
    border: 0;
}

.row-services .card-body {
    padding: 0;
}

.card-services h1, .card-services h2, .card-services h3, .card-services h4, .card-services h5, .card-services h6 {
    margin-bottom: 1rem;
}

.black {
    color:#000;
}

/*=================Form=========================*/

.button {
    color: #6b1c23;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #6b1c23;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 25px;
    background-color:white;
}

.button:hover {
    color: #005c5c;
    border-color: #005c5c;
}

.required-large {
    color: Red;
    font-size: 120%;
    padding-left: 5px;
}

.required {
    color: red;
}

.required16px {
    color: red;
    font-size: 16px;
}

#googleRecaptcha {
    margin-left: 0px;
    margin-bottom: 0px;
}

/*============================= CSS====================*/
.w-50 {
    width: 50%;
}

.thankyous {
    font-family: 'Handlee', cursive;
    font-size: 18px;
}

.red-btn a {
    color: #6b1c23;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #6b1c23;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 25px;
}

.red-btn a:hover {
    color: #005c5c;
    border-color: #005c5c;
}

.btn-outline-primary {
    color: #6b1c23;
    border-color: #6b1c23;
    border-width: 3px;
}

.btn-outline-primary:hover {
    color: #005c5c;
    border-color: #005c5c;
    background-color:#fff;
}

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: none;
        color: #005c5c;
        border-color: #005c5c;
        background-color: #fff;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: none;
        color: #005c5c;
        border-color: #005c5c;
        background-color: #fff;
    }

.btn-link {
    color: #000;
    text-decoration: none;
    font-weight:bold;
}

.btn-link:hover {
    color: #6b1c23;
    text-decoration: none;
}

/*============================= Slider CSS====================*/
.slider-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #005c5c;
}

.slide-text {
    color: #fff;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slide-text p {
    color: #fff;
    font-size: 20px;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.testmonial-text {
    font-family: 'Handlee', cursive;
}


/*============================= Decoration CSS====================*/
.decoration-area {
    /*background-image: url(..);*/
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 446px;
    margin: 50px 0;
}


.wedding-area {
    background: #e8eadd;
}

.wedding-img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    /*min-height: 409px;*/
}

.wedding-img-1 {
    /*background-image: url(../img/horse-img.png);*/
}

.wedding-img-2 {
    /*background-image: url(../img/horse-img-2.png);*/
}

.wedding-text {
    padding: 30px 30px 50px 30px;
}

.dis-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: center;*/
}


.wedding h2 {
    color: #343434;
    font-size: 25px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.wedding p {
    margin-top: 15px;
    color: #3d3d3c;
    font-style: normal;
    letter-spacing: normal;
    line-height: 29px;
}

/*============================= Footer CSS====================*/
.footer-menu {
    margin-bottom: 45px;
}

.footer-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: block !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


.footer-menu ul li {
    list-style: none;
    text-align: center;
}

.footer-menu ul li a:hover {
    color: #f40a0b;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-menu .navbar-toggler {
    margin-left: auto;
    margin-right: auto;
}

.footer-area {
    background: #fff;
    border-top: 1px solid #000;
    padding: 30px 0;
    margin-top: 70px;
}

.footer-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .footer-menu ul {
        display: block;
    }

    .footer-menu {
        margin-bottom: 25px;
    }

    .footer-menu .collapse:not(.show) {
        display: block;
    }
}
.w-33 {
    width: 33.33%;
}
    
.footer-text h2 {
    color: #050505;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.footer-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px;
}

.privacy {
    margin-top: 20px;
}

.footer-text p {
    color: #000000;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-size: 15px;
}

.footer-right {
    width: 110px;
    text-align: right;
}

.footer-text {
    width: 250px;
}

.footer-text.text-center {
    width: auto;
    margin-left: -115px;
}

.footer-text a {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.footer-text span {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

/*Responsive Menu*/
@media (min-width: 992px) {
    .show-small {
        display: none;
    }

    /*    .dropdown:hover .dropdown-menu {
    display: block;
}*/
}

@media (max-width: 991px) {
    .footer-text.text-center {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .collapse {
        margin-right: -10px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px !important;
    }

    .navbar-brand {
        width: 200px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
    }

    .footer-text {
        width: 100%;
        display: none;
    }

    .footer-text.text-center {
        display: block;
    }

    .footer-right.flr {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .banner-area {
        min-height: 550px;
    }
}

@media (max-width: 1199px) {


    .invitation-left {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .invitation-left-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .wedding-right.w-50 .wedding-left-inner {
        flex-direction: row-reverse;
    }

    .wedding-right.w-50,
    .wedding-left.w-50 {
        width: 100% !important;
    }

    .banner-area {
        min-height: 450px;
    }

    .decoration-area {
        min-height: 400px;
    }
}

@media (min-width: 768px) {
    .invitation-right img {
        display: none;
    }

    .wedding-img img {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .nav-item a {
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        color: #000;
        border-color: #000;
        padding: 0;
        border: 0;
    }

    .navbar-toggler-icon {
        width: 37px;
        height: 40px;
        color: #000;
    }

    .navbar-brand {
        width: auto;
    }

    .navbar-nav {
        text-align: center;
    }
}



@media (max-width: 767px) {
    .navbar-collapse {
        transition: .6s;
    }

        .navbar-collapse.collapse.show {
            background: #fff;
            padding: 15px 0;
            margin-top: 10px;
            margin-bottom: -15px;
        }

    
    .navbar-brand {
        padding-left: 15px;
    }

    .collapse {
        margin-right: 0 !important;
    }

    .dropdown-menu {
        width: 100%;
        padding-left: 0 !important;
        padding-top: 0;
        /*float: left;*/
        background-color: transparent;
        margin-top:0px;
        margin-bottom:0px;
    }

    .nav-item {
        margin-top:10px;
    }
    
    .dropdown-item:focus,
    .nav-item a:hover,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
        border-top: 1px solid rgba(0,0,0,.125);
        border-left: 1px solid rgba(0,0,0,.125);
        border-right: 1px solid rgba(0,0,0,.125);
        border-bottom: none;
    }

    .wedding-text,
    .invitation-left-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wedding-img-2,
    .wedding-img-1 {
        height: 320px;
    }

    .invitation-right {
        height: 340px;
    }

    .banner-area {
        min-height: 350px;
    }

    .wedding-img img {
        width: 100%;
    }

    .w-50 {
        width: 100% !important;
    }

    .decoration-area {
        min-height: 220px;
    }

    .dis-flex {
        flex-direction: column;
    }

    .invitation {
        flex-direction: column-reverse;
    }


    .slide-text p {
        font-size: 21px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*    .carousel-control-next {
    right: -15px;
}

.carousel-control-prev {
    left: -15px;
}*/
}


@media (max-width: 575px) {
    .wedding-img-2 {
        height: 280px;
    }

    .banner-area {
        min-height: 270px;
    }
}

@media (max-width: 400px) {
    #brand {
        width: 250px;
    }
}

@media (max-width: 349px) {
    #brand {
        width: 220px;
    }
}
