@font-face {
    font-family: AcuminPro-Regular;
    src: url("../fonts/acumin-pro-cufonfonts/FontsFree-Net-Acumin-Pro-Book.ttf");
}

@font-face {
    font-family: NewYork;
    src: url("../fonts/FontsFree-Net-NewYork.ttf");
}

@font-face {
    font-family: HARRINGT;
    src: url("../fonts/harrington/HARRINGT.TTF");
}


/* #navbarText ul li{
    font-family:AcuminPro-Regular;
    color: #313131;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
 
  } */


/*          
         @import url(//db.onlinewebfonts.com/c/d693e286fcfd4dad6d34ff59cecf1514?family=Acumin+Pro);
         @font-face {
             font-family: "Acumin Pro"!important;
             src: url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.eot");
             src: url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.woff") format("woff"), url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/d693e286fcfd4dad6d34ff59cecf1514.svg#Acumin Pro") format("svg");
         } */


/*------------------------------HEADER-------------------------------*/

.header {
    display: flex;
    align-items: center;
}

.nav-item a {
    font-family: AcuminPro-Regular;
    /* font-family: "Acumin Pro"!important; */
    text-transform: uppercase;
    color: #313131 !important;
    font-size: 11px;
    letter-spacing: 1px;
    align-items: center !important;
    font-weight: 600;
}

.nav-item a {
    background: none;
}

.header-links {
    margin: auto;
}

.insta {
    text-align: right;
}


/* .nav-link {
         padding-left: 0px!important;
         padding-right: 0px!important;
     } */

.fa-instagram {
    color: #313131;
}

.logo {
    padding-left: 35px;
    padding-right: 35px;
}


/* .nav-item {
         padding-left: 3px;
         padding-right: 3px;
     } */

.navbar {
    width: 100%;
}


/* .nav-item a:hover {
         border-bottom: 2px solid #9F9F9F;
     } */

.fixed-top {
    position: sticky;
    top: 20;
    right: 0;
    left: 0;
    z-index: 1030;
    background: white;
}


/* .nav-item a.active {
         border-bottom: 2px solid #9F9F9F;
     } */


/* .nav-item a {
         border-bottom: 2px solid transprant!important;
     } */

.nav-item a {
    position: relative;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.navbar-nav {
    align-items: center;
    display: flex;
}

@media (min-width:768px) {
    .nav-item a:hover:after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #9F9F9F;
        bottom: 0;
        width: 19px;
        display: block;
    }
    .nav-item a.active::after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #9F9F9F;
        bottom: 0;
        width: 19px;
        display: block;
    } 
    /* .nav-item a {
        display: inline-block;
        position: relative;
        color: #000000;
    }
    
    .nav-item a:after {
        content: '';
        position: absolute;
        width: 20%;
        transform: scaleX(1);
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #8D32CE;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    } */
}


/* .nav-item a:active {
         border-bottom: 2px solid #9F9F9F;
     } */

.dropdown-content a:hover:after {
    border-bottom: none;
}


/* .nav-item {
         position: relative;
     }
     
     .nav-item:hover::after {
         content: '';
         display: inherit;
         position: relative;
         width: 25%;
         border-bottom: 2px solid #9F9F9F;
         left: calc(50% - 35px);
     } */


/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}


/* The container <div> - needed to position the dropdown content */


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* top: 38px; */
    margin-top: 180px;
    margin-left: 29px;
}

.dropdown:hover .dropdown-content {
    display: block!important;
    z-index: 100;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: #313131;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: AcuminPro-Regular;
    border-bottom: 1px solid transparent;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd;
}


/* Show the dropdown menu on hover */


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}


/*-------------------------------------------------------------*/


/*--------------------------BANNER-----------------------------------*/

.main-head {
    height: auto;
}

.banner-head {
    position: absolute;
    bottom: 10%;
    left: 76px;
    z-index: 20;
    color: white;
    font-size: 70px;
    top: 6%;
    line-height: 57px;
    font-family: NewYork;
    max-width: 75%;
}

.btn-prt {
    color: #707070;
    background-color: white;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 6%;
    bottom: 63%;
    z-index: 20;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    transition: 0.3s;
}

.mbl-btn a {
    color: #707070;
    text-decoration: none;
}

.carousel-indicators {
    /* background-color: white; */
    width: 375px;
    margin: auto !important;
    height: 45px;
    bottom: 0px !important;
    align-items: center !important;
    /* border-bottom: 1px solid #787878; */
    gap: 15px;
}

.carousel-btn {
    width: 9px!important;
    height: 9px!important;
    border-radius: 100%;
    background-color: white !important;
    margin-left: 10px!important;
}

.carousel .carousel-indicators .active {
    outline-offset: 6px;
    outline: 1px solid #DCDCDC;
    border-radius: 100%;
}

.carousel-indicators [data-bs-target] {
    border-top: none!important;
    border-bottom: none!important;
}


/*-------------------------------------------------------------*/


/*----------------------------ABOUT---------------------------------*/

.aboutsection {
    position: relative;
    padding-top: 78px;
    z-index: 1002;
}

.about {
    position: absolute;
    top: 130px;
    left: 44%;
    background-color: white;
    background-image: url("../images/aboutbg.png");
    background-position: top;
    background-repeat: no-repeat;
    /* height: 653px; */
    /* transform: translateX(-50%) translateY(-50%); */
}

.cssanimation,
.cssanimation span {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 1s;
}

.cssanimation span {
    display: inline-block
}

.fadeInBottom {
    animation-name: fadeInBottom;
    animation-delay: 3s;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(300px);
    }
    to {
        opacity: 1
    }
}

.about h2 {
    color: #363636;
    font-size: 45px;
    text-transform: capitalize;
    padding-left: 61px;
    padding-top: 42px;
    padding-bottom: 35px;
    font-family: NewYork;
    margin: 0;
}

.about p {
    padding-left: 62px;
    padding-right: 62px;
    line-height: 24px;
    font-family: AcuminPro-Regular;
    color: #656565;
    font-size: 14px;
}

.about a {
    color: #757B66;
    font-size: 12px;
    padding-left: 65px;
    padding-top: 35px;
    text-decoration: none;
    font-family: AcuminPro-Regular;
}

.about a:hover {
    color: #757B66;
}

.abtimg {
    padding-top: 44px;
    padding-bottom: 54px;
    padding-left: 44px;
}

.underline-abt {
    position: relative;
}

.underline-abt::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    background-color: #757B66;
    bottom: -5px;
    left: 65px;
}

.abt-bg {
    position: relative;
    margin-top: -245px !important;
    z-index: 1000;
    padding: 0;
}

.module {
    /*transform: translateY(100px);*/
    transform: translate3d(0, 100px, 0);
}

.come-in {
    /*transform: translateY(100px);*/
    transform: translate3d(0, 200px, 0);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

.already-visible {
    /*transform: translateY(0);*/
    transform: translate3d(0, 0, 0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translate3d(0, 0, 0);
    }
}

.videoContainer {
    position: relative;
}

.playBtn {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 40%;
    /*half of the height */
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/*---------------------------BREAK POINTS----------------------------------*/

@media (min-width:1366px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row!important;
        justify-content: space-evenly!important;
        margin: auto;
    }
}

@media (max-width:1200px) {
    /* .nav-item {
             padding-left: 5px!important;
             padding-right: 5px!important;
         } */
    .nav-item a {
        font-size: 9px!important;
    }
    .btn-prt {
        bottom: 57%!important;
    }
    .about {
        /* height: 662px!important; */
        top: 55px;
    }
}

@media only screen and (min-width:992px) and (max-width:1025px) {
    .banner-head {
        left: 57px;
        top: 10px;
    }
    .insta-icon {
        display: none;
    }
    figure {
        margin: 0px!important;
    }
    .nav-link {
        letter-spacing: 0;
        font-size: 9px;
    }
    /* .nav-item {
             padding-left: 10px!important;
             padding-right: 10px!important;
         } */
    .nav-item a {
        letter-spacing: 0!important;
        font-size: 8px!important;
    }
    .about p {
        padding-left: 58px !important;
        padding-right: 58px !important;
    }
    .abtimg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .gallery img {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin: auto;
    }
    .gallery-img {
        margin-right: 20px;
    }
    /* .Wedding-img {
         margin-top: -100px !important;
     } */
    .Wedding-img {
        margin-top: 50px;
        padding-bottom: 0px;
    }
    .btn-prt {
        bottom: 51%;
    }
    .about {
        top: 100px !important;
        left: 47% !important;
    }
    .abt-bg {
        height: 500px;
    }
    .awardbg {
        background-position: bottom 160px left 376px!important;
    }
    .flower {
        display: none;
    }
}

@media only screen and (min-width:1024px) {
    .flower {
        display: none;
    }
    .insta-icon {
        display: none;
    }
}

@media only screen and (min-width:560px) and (max-width: 768px) {
    .dropdown-content {
        margin-top: 0px;
    }
    /* .dropdown {
        flex-direction: column!important;
    } */
    .mobile-view-logo img {
        height: 75px!important;
    }
    .nav-item a {
        font-size: 14px!important;
    }
    .insta-div {
        display: none;
    }
    .main_container {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .underline-abt::after {
        left: 2px;
    }
    .banner-head {
        font-size: 38px;
        line-height: 37px;
        left: 28px;
    }
    .about p {
        text-align: justify;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .about h2 {
        padding-top: 0!important;
        text-align: center;
        font-size: 25px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
    .award-bg h2 {
        font-size: 25px!important;
    }
    .bg-gallery h2 {
        font-size: 25px!important;
    }
    .abtimg {
        padding-left: 0!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .btn-prt {
        left: 5%;
        bottom: 40% !important;
    }
    .about a {
        padding-left: 0!important;
    }
    .leaf {
        margin-top: 10px !important;
    }
    /* .about-img {
         width: 100% !important;
     } */
    .about {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        height: 514px!important;
    }
    .abt-bg {
        display: none;
    }
    .award-bg p {
        width: 100% !important;
    }
    .bg-gallery {
        background-image: url("/images/gallery-bg.png") !important;
        background-size: cover;
    }
    .bg-gallery p {
        width: 100% !important;
    }
    .gallery-bg {
        display: none;
    }
    .img-2 {
        position: absolute;
        top: 225px;
        left: 98px;
    }
    .contact {
        background-size: cover;
    }
    .bg-gallery img {
        /* margin: auto !important; */
        text-align: center !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
    .img-section p {
        width: 100% !important;
        padding-top: 20px!important;
    }
    /* .wedding {
         padding-left: 36px!important;
         padding-right: 36px!important;
     } */
    .Wedding-img {
        width: 100% !important;
        margin-top: 0px !important;
    }
    .wedding-bg p {
        width: 100% !important;
    }
    .wedding-bg {
        text-align: left;
        margin-top: 100px!important;
        padding-bottom: 100px!important;
    }
    .contact {
        background-size: cover !important;
    }
    .navbar-brand {
        display: none;
    }
    .logo {
        display: none;
    }
    .awardbg {
        height: fit-content !important;
        background-image: none !important;
    }
    .gallery-img {
        margin: auto;
        display: block;
        width: 50%;
    }
    .bg-gallery p {
        padding-bottom: 20px !important;
    }
    .list-inline {
        display: flex
    }
    .img-2 {
        left: 0 !important;
    }
    .contact-form {
        padding-top: 0 !important;
    }
    .contact form {
        padding-left: 15px;
    }
    .contact h2 {
        text-align: center !important;
    }
    .list-inline-item a {
        font-size: 10px !important;
    }
    .bg-gallery {
        background-position: top 194px right 0px !important;
    }
    .mobile-toggle {
        align-items: center;
        position: absolute;
        z-index: 999;
        /* width: 92%; */
        background-color: #f4f0ed;
        /* border-radius: 10px; */
        overflow-y: hidden;
        top: 100%!important;
        right: 5px;
        left: 12px;
        /* bottom: 12px; */
        display: flex;
        margin: auto;
        -webkit-box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        padding: 15px!important;
        width: 350px;
        align-items: flex-start!important;
    }
    .nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .side-nav {
        display: none;
    }
    .aboutsection .row {
        flex-direction: column-reverse;
        margin-right: 0!important;
        width: 100%;
        margin: 0;
    }
    .testimonials p {
        width: 100%!important;
    }
    figure {
        height: auto;
        /* width: 50%; */
        margin: auto!important;
        justify-content: center;
        margin-bottom: 15px;
    }
    .hover05 {
        margin-bottom: 15px;
    }
    .bg-gallery h2 {
        padding-top: 20px!important;
    }
    .grow {
        padding-right: 25px!important;
        padding-left: 35px!important;
    }
    .underline-abt::after {
        left: 0px!important;
    }
    .dot-container {
        margin-top: 3%!important;
    }
    .dropdown-content {
        position: relative;
    }
    figure {
        margin: auto!important;
    }
}

@media only screen and (max-width:500px) {
    .bg-gallery img {
        margin-bottom: 15px !important;
    }
    .insta-div {
        display: none;
    }
    .carousel-indicators {
        width: 196px;
        height: 29px;
        bottom: 4px !important;
    }
    .underline-abt::after {
        left: 2px;
    }
    figure {
        margin: auto!important;
        display: block!important;
    }
    .navbar-brand {
        display: none;
    }
    .banner-head {
        font-size: 15px;
        line-height: 20px;
        left: 20px!important;
    }
    .btn-prt {
        left: 5%;
        bottom: 30% !important;
        font-size: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .leaf {
        margin-top: 10px !important;
    }
    .about-img {
        width: 100% !important;
    }
    .about {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .abt-bg {
        display: none;
    }
    .award-bg p {
        width: 100% !important;
    }
    .flower {
        margin-left: 15px !important;
    }
    .bg-gallery {
        /* background-image: url("../images/gallery-bg.png") !important;
                 background-size: cover; */
        background-image: none;
    }
    .bg-gallery p {
        width: 100% !important;
    }
    .gallery-bg {
        display: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wedding-bg p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-2 {
        position: absolute;
        top: 225px;
        left: 98px;
    }
    .contact {
        background-size: cover;
    }
    .bg-gallery img {
        margin: auto !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    .img-section p {
        width: 100% !important;
        padding-top: 18px !important;
        font-size: 15px;
        padding-left: 35px;
    }
    .Wedding-img {
        width: 100% !important;
        margin-top: 2px !important;
    }
    .wedding-bg p {
        width: 100% !important;
    }
    .wedding-bg {
        text-align: left;
        padding-bottom: 50px;
    }
    .contact {
        background-size: cover !important;
    }
    .navbar-brand {
        display: none;
    }
    .logo {
        display: none;
    }
    .awardbg {
        background-size: cover !important;
        height: fit-content !important;
    }
    .gallery-img {
        margin: auto;
        display: block;
        /* width: 50%; */
        width: 100%;
    }
    .bg-gallery p {
        padding-bottom: 20px !important;
    }
    .list-inline {
        display: flex
    }
    .img-2 {
        left: 0 !important;
    }
    .contact-form {
        padding-top: 0 !important;
    }
    .contact form {
        padding-left: 15px;
    }
    .contact h2 {
        text-align: center !important;
    }
    .list-inline-item a {
        font-size: 12px !important;
    }
    .bg-gallery {
        background-position: top 194px right 0px !important;
    }
    .about p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .award-bg h2 {
        padding-top: 0px !important;
    }
    .mobile-toggle {
        align-items: center;
        position: absolute;
        z-index: 999;
        /* width: 92%; */
        background-color: #f4f0ed;
        /* border-radius: 10px; */
        overflow-y: hidden;
        top: 100%!important;
        right: 5px;
        left: 12px;
        /* bottom: 12px; */
        display: flex;
        margin: auto;
        -webkit-box-shadow: -1px 7px 5px 0px rgba(255, 250, 250, 0.23);
        -moz-box-shadow: -1px 7px 5px 0px rgba(245, 237, 237, 0.23);
        box-shadow: -1px 7px 5px 0px rgba(245, 240, 240, 0.23);
        padding: 15px;
        width: 350px;
        align-items: flex-start!important;
    }
    .nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .side-nav {
        display: none;
    }
    .aboutsection .row {
        flex-direction: column-reverse;
        /* margin-right: 0!important;
        width: 100%; */
    }
    .testimonials p {
        width: 100%!important;
    }
    .bg-gallery h2 {
        padding-top: 39px!important;
    }
    .grow {
        padding-right: 25px;
        padding-left: 35px!important;
    }
    /* .testimonials-section {
             height: 100%!important;
         } */
    .slider__txt {
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }
    .img-section {
        height: 225px!important;
    }
}

@media screen and (min-width:768px) {
    .main-footer {
        padding: 1.5rem!important;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}


/* .navbar-light .navbar-nav .nav-link ::after{
content: " ";
position: absolute;
  width:30px;
  height: 2px;
  background-color: #9F9F9F;
  bottom: 40px;
  left: 89px;

} */

.parent {
    position: relative;
    top: 0;
    left: 0;
    /* margin-top: 75px; */
}

.main_container {
    padding-left: 65px;
    padding-right: 65px;
}

.image1 {
    position: relative;
    top: 0;
    left: 0;
}


/* .carousel-indicators li {
             width: 5px;
             height: 5px;
             border-radius: 100%;
         } */


/* .carousel .carousel-indicators li {
             width: 5px;
             height: 5px;
             border-radius: 100%;
             background-color: #787878 !important;
             margin-left: 10px;
         } */


/* body{
    overflow: hidden;
   
} */

.leaf {
    float: right;
    margin-top: 45px;
    height: 58px;
    width: 74px;
}

.abt-discvr {
    padding-top: 70px;
}

.list-inline-item a {
    color: #313131 !important;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    /* font-family: "Acumin Pro"; */
    font-family: AcuminPro-Regular;
}


/* .watermark {
    opacity: 0.1;
    color: #707070;
   
    font-size:300px;
    font-family: 'NewYork';
    flex-wrap: nowrap;
    text-align: center;
    margin-top:-200px;
    text-transform: capitalize;
    margin-bottom: 0px;
}  */

.bgtext {
    position: relative;
}

.bgtext:before {
    margin:auto;
    content: "awards";
    position: absolute;
    font-size: 300px;
    font-family: 'NewYork';
    /* opacity: 0.1; */
    /* color: #707070; */
    color: #FAFAFA;
    top: -215px;
    left: 0;
    z-index: -1;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    right: 0;
}

.bgtext2 {
    position: relative;
}

.bgtext2:before {
    margin:auto;
    content: "gallery";
    position: absolute;
    font-size: 300px;
    font-family: 'NewYork';
    /* opacity: 0.1; */
    /* color: #707070; */
    color: #FAFAFA;
    top: -199px;
    left: 0;
    z-index: -1;
    text-transform: capitalize;
    right: 0;
    display: flex;
    justify-content: center;
}

.list-inline {
    margin-bottom: 0;
}

.justify-content-center {
    justify-content: center !important;
}

.social {
    margin: auto;
    text-align: center;
    font-family: AcuminPro-Regular;
    font-size: 13px;
    color: #919191;
}


/*--------------------AWARD-------------------------*/

.award-section {
    padding-top: 14px;
    /* padding-bottom: 106px; */
}

.award-bg h2 {
    color: #363636;
    font-size: 45px;
    text-align: center;
    /* padding-top: 71px; */
    font-family: NewYork;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 79px;
}

.award-bg p {
    margin: auto;
    text-align: center;
    width: 50%;
    font-family: AcuminPro-Regular;
    color: #656565;
    font-size: 14px;
    padding-bottom: 110px;
}


/* .bg-award {
    background-image: url("../images/Awards.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 26px;
    padding-bottom: 148px;
} */

.awardbg {
    /* background-image: url("../images/award-flower.png"); */
    height: auto;
    position: relative;
    background-color: #f4f0ed;
    background-repeat: no-repeat;
    /* background-position: bottom 161px left 552px; */
    /* background-position: bottom 155px left 594px; */
}

.center-flower {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: -65px;
}

.number-3 {
    float: right;
    margin-top: -71px;
}

.awardbg h2 {
    color: #363636;
    font-size: 18px;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: left;
    font-family: NewYork;
    line-height: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.awardbg p {
    color: #656565;
    font-size: 14px;
    text-align: left;
    font-family: AcuminPro-Regular;
    color: #656565;
    font-size: 14px;
    line-height: 24px;
}


/*---------------------------------------------*/


/*-------------------GALLERY--------------------------*/


/* .bg-gallery {
    background-image: url("../images/Gallary.jpg");
    background-position: top 80px right 0px;
    background-repeat: no-repeat;
} */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.banner-non-m-p {
    margin: 0px;
    padding: 0px;
}


/* .slider-bg{
    background-image: url("/images/Group\ 29.png");
    background-position: center; 
} */


/* Slideshow container */

.slideshow-container {
    position: relative;
}


/* Slides */

.slide-text {
    display: block!important;
}

.mySlides {
    /* display: none; */
    /* padding: 80px; */
    text-align: center;
    /* transition: opacity 0.5s ease; */
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* The dot/bullet/indicator container */

.dot-container {
    text-align: center;
    padding: 20px;
    /* background: #ddd; */
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Add a background color to the active dot/circle */

.active,
.dot:hover {
    background-color: #717171;
}


/* Add an italic font style to all quotes */

q {
    font-style: italic;
}


/* Add a blue color to the author */

.author {
    color: cornflowerblue;
}


/* .gallery img{
    margin-left:20px;
    margin-right:20px;
  }  */

figure {
    margin: 0px!important;
}

.bg-gallery p {
    padding-bottom: 80px;
    width: 50%;
    text-align: center;
    margin: auto;
    font-family: AcuminPro-Regular;
    color: #656565;
    font-size: 14px;
}

.bg-gallery h2 {
    text-align: center;
    padding-top: 80px;
    color: #363636;
    font-family: NewYork;
    font-size: 45px;
}

.gallery-bg {
    position: relative;
    margin-top: -63px !important;
    z-index: -1;
    padding: 0px;
    width: 100%;
}

.bottom-right {
    position: absolute;
    bottom: 45px;
    right: 144px;
}

.bottom-right h3 {
    font-family: HARRINGT;
    font-size: 64px;
    color: #8F9680;
    text-align: right;
}

.bottom-right p {
    text-align: right;
    font-size: 14px;
    font-family: 'AcuminPro-Regular';
}

@media only screen and (min-width:992px) and (max-width:1025px) {
    .bottom-right {
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (max-width:991px) {
    .bottom-right {
        bottom: 0;
    }
    .bottom-right h3 {
        font-size: 33px;
    }
    .insta-icon {
        display: none;
    }
    .mobile-toggle {
        align-items: center;
        position: absolute;
        z-index: 999;
        /* width: 92%; */
        background-color: #f4f0ed!important;
        /* border-radius: 10px; */
        overflow-y: hidden;
        top: 100%!important;
        right: 5px;
        left: 12px;
        /* bottom: 12px; */
        display: flex;
        margin: auto;
        -webkit-box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.23);
        padding: 15px!important;
        /* width: 350px; */
        width: 100%;
        align-items: flex-start!important;
    }
    .navbar {
        flex-direction: row-reverse;
        padding: 15px!important;
    }
    .mobile-toggle .dropdown {
        padding-left: 11px!important;
    }
}

@media only screen and (max-width:768px) {
    .bottom-right {
        display: none;
    }
}

.g-images {
    display: flex;
    justify-content: space-evenly;
    padding-left: 20px;
    padding-right: 20px;
}

.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover05 figure:hover img {
    margin-left: 0;
}

figure {
    /* width: 290px; */
    /* height: 350px!important; */
    margin: 0;
    padding: 0;
    /* background: #fff; */
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/*---------------------------------------------*/


/*------------------IMAGE AREA---------------------------*/

.img-bg {
    position: relative;
    z-index: -1;
}

.img-section {
    position: relative;
    background-color: #eff3e5;
    height: 368px;
    justify-content: center;
}

.img-section p {
    color: #363636;
    font-size: 18px;
    text-align: center;
    width: 37%;
    /* margin: auto; */
    padding-top: 70px;
    font-family: AcuminPro-Regular;
    /* margin-top: 70px; */
    padding-bottom: 15px;
    /* font-family: "Segoe UI", Arial, sans-serif; */
}


/*---------------------------------------------*/


/*-----------WEDDING STORIES----------------------------------*/

.img-head {
    color: #000;
    font-size: 22px;
    font-family: NewYork!important;
    padding-top: 21px;
    padding-bottom:5px;
    margin: 0;
    text-transform: capitalize;
}

.Wedding-img {
    width: 50%;
    margin: auto;
    /* margin-top: -200px; */
    padding-bottom: 100px;
    display: block;
}

.wedding-bg h2 {
    text-align: center;
    color: #363636;
    font-size: 45px;
    line-height: 36px;
    padding-bottom: 15px;
    font-family: NewYork;
    /* padding-top: 25px; */
}

.wedding-bg {
    background-image: url("../images/wedding-bg.jpg");
    /* background-size: cover; */
    padding-bottom: 97px;
    padding-top: 97px;
    margin-top: 200px;
    height: auto;
}

.wedding-bg p {
    color: #707070;
    font-size: 16px;
    width: 50%;
    text-align: center;
    margin: auto;
    font-family: AcuminPro-Regular;
}


/* .wedding img{
    padding-left:15px;
    padding-right:15px;
 } */

.wedding p {
    width: 100%;
    text-align: left;
    color: #656565;
    font-size: 16px;
    /* padding-left: 15px; */
    font-family: AcuminPro-Regular;
    color: #656565;
}

.wedding a {
    color: #757B66;
    font-size: 12px;
    /* padding-left: 15px; */
    text-decoration: none;
    font-family: AcuminPro-Regular;
}

.wedding a:hover {
    color: #363636!important;
}

.underline {
    position: relative;
}

.underline::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #757B66;
    bottom: 0;
    left: 1px;
}

.wedding-stories {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


/*  
 .item img:hover {
     transform: scale(1.1, 1.1);
     z-index: 2;
 } */


/*------------------------------------------------------------------------------------*/


/*------------------------TESTIMONILAS---------------------*/

.testimonials {
    padding-bottom: 65px;
}

.testimonials h2 {
    color: #363636;
    font-size: 45px;
    text-align: center;
    font-family: NewYork;
    padding-top: 69px;
}

.testimonials p {
    color: #656565;
    font-size: 16px;
    text-align: center;
    width: 55%;
    margin: auto;
    font-family: AcuminPro-Regular;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.testimonials-section {
    /* background-image: url("../images/testimonial.jpg"); */
    background-color:#fafafa ;
    background-size: cover;
    /* background-color: #fafafa; */
    height: 500px;
    position: relative;
    /* overflow: hidden; */
   
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.testimonials-sections {
    background-color: #f4f0ed;
    position: relative;
    /* overflow: hidden; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------------------------------*/

.slider__nav {
    width: 13px;
    height: 13px;
    margin: 32px 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #bebdbd;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #D3D3D3, 0 0 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* .slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
} */

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__nav:checked:nth-of-type(5)~.slider__inner {
    left: -400%;
}

.slider__inner {
    position: absolute;
    top: 80px;
    left: 0;
    width: 500%;
    height: auto;
    -webkit-transition: left 0.1s;
    transition: left 0.1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

.slider__contents {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
        transition: opacity 0.5s
}
.slider__contents.hidden {
    opacity: 0;
}
.slider__caption {
    font-size: 16px;
    color: #000;
    letter-spacing: 10px;
    font-weight: 400;
    font-family: NewYork;
    padding-top: 65px;
    margin: 0;
}

.slider__inner h3 {
    font-family: NewYork;
    color: #707070;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 38px;
}

.slider__txt {
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    margin-top: -20px;
    /* margin-bottom: 20px; */
    max-width:72%;
    font-family: AcuminPro-Regular;
    text-align: center;
    /* padding-top: 40px; */
    margin: 0;
}

quote {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
    color: #ec2027;
    margin-bottom: 0;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

.avatar {
    margin-top: -100px;
    padding-bottom: 65px;
}


/*----------------------------------CONTACT US--------------------------------------------------*/

.form-send-btn:hover {
    background-color: #6d6d6d;
}

.address p {
    text-align: center;
    margin-bottom: 0;
}

.address a {
    color: #656565;
    text-decoration: none;
}

.contact {
    background-image: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.contact h2 {
    color: #707070;
    font-size: 45px;
    line-height: 30px;
    text-align: right;
    padding-top: 64px;
    font-family: GothicA1;
}

.contact form {
    padding-left: 50px;
}

.contact-form {
    background-color: white;
    padding-top: 193px;
}

.img-1 {
    position: relative;
    top: 0;
    left: 0;
}

.img-2 {
    position: absolute;
    top: 225px;
    left: -35px;
}

.moving-left:hover {
    transform: scale(1.01);
}

.form-control {
    border: none !important;
    border-bottom: 1px solid #808080 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    color: #8F9680 !important;
    font-family: AcuminPro-Regular;
    /* opacity: 0.5; */
    font-size: 16px !important;
    padding-bottom: 11px!important;
    padding-top: 0px!important;
}

.btn {
    background-color: #CFCFCF !important;
    color: white !important;
    border: none !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    align-items: center !important;
    width: 110px !important;
    border-radius: 0 !important;
    font-family: AcuminPro-Regular;
}

.btn:hover {
    color: white;
    background-color: #CFCFCF !important;
    border-color: var(--bs-btn-hover-border-color);
}


/*------------------------------------------------------------------------------------*/

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    background: white;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 1px solid #E4E4E4;
    text-decoration: none;
}

.fa-solid {
    color: #9EA195;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* The dot/bullet/indicator container */

.dot-container {
    text-align: center;
    padding: 20px;
    /* background: #ddd; */
    /* margin-top: 30%; */
}


/* The dots/bullets/indicators */

.text {
    padding-left: 35px
}

.dot {
    cursor: pointer;
    height:5px;
    width: 5px;
    margin: 0 7px;
    /* background-color: #bbb; */
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Add a background color to the active dot/circle */

.dot.active {
    background-color: #717171;
    outline-offset: 6px;
    outline: 1px solid #DCDCDC;
    border-radius: 100%;
}

.dot span:hover {
    background-color: white;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: white;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top:88px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 20px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #585555;
    display: block;
    transition: 0.3s;
    font-family: "Acumin Pro"!important;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.3s;
    white-space: nowrap;

}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #000000;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-width: 450px) {
    .abt-discvr {
        padding-top: 15px;
    }
    .award-bg h2 {
        font-size: 30px!important;
    }
    /* .about h2 {
         font-size: 18px!important;
     } */
    .mobile-view-logo img {
        height: 55px;
    }
    .bg-gallery img {
        margin-bottom: 60px !important;
    }
    .text {
        padding-left: 0px!important;
    }
    .number-3 {
        margin-top: -12%!important;
    }
    .slider-content {
        display: flex;
        flex-direction: column!important;
    }
    .carousel-indicators {
        width: 196px;
        height: 29px;
        bottom: 4px !important;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 13px;
    }
    .main_container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .about h2 {
        font-size: 30px;
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 0px;
        text-align: center;
    }
    .about p {
        text-align: left!important;
        font-size: 14px;
    }
    .about a {
        padding-left: 0px;
    }
    .underline-abt::after {
        left: 7px;
    }
    .abtimg {
        display: none;
    }
    .carousel-indicators {
        width: 196px;
        height: 29px;
        bottom: 4px !important;
    }
    .underline-abt::after {
        left: 2px;
    }
    .about {
        height: 500px;
    }
    .award-bg h2 {
        font-size: 18px;
    }
    .award-bg p {
        font-size: 14px;
    }
    .awardbg p {
        font-size: 14px;
        text-align: left;
    }
    .bg-gallery h2 {
        font-size: 30px;
    }
    .bg-gallery p {
        font-size: 14px;
    }
    .img-section p {
        font-size: 12px;
    }
    .wedding-bg {
        margin-top: 110px;
        padding-bottom: 26px;
    }
    .testimonials p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright-text {
        font-size: 11px;
        color: #313131;
        text-align: center;
    }
    .main-footer {
        padding-bottom: 15px!important;
    }
    .grow {
        padding-left: 35px;
    }
    .testimonials-section {
        height: 650px!important;
    }
    .nav-item a {
        font-size: 12px!important;
    }
    .mobile-toggle {
        padding: 15px!important;
    }
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.main-footer {
    display: flex;
    justify-content: center
}

.grow .Wedding-img {
    transition: 1s ease;
}

.grow .Wedding-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover05 figure:hover img {
    margin-left: 0;
}

figure {
    /* width: 310px; */
    /* height: 343px; */
    margin: 0;
    padding: 0;
    /* background: #fff; */
    overflow: hidden;
}

@media only screen and (min-width:1366px) {
    /* .about-img {
         margin-left: -1px!important;
     } */
    /* .about {
         left: 50%;
     } */
    .flower {
        display: none;
    }
}


/* .bg {
     background-image: url("../images/award-flower.png");
     background-repeat: no-repeat;
     background-position: bottom 0% right 50%;
 }
  */

@media (min-width:1400px) {
    .about-img {
        width: 100%!important;
    }
    .contact h2 {
        text-align: center;
    }
    .banner-head {
        left: 5%;
    }
    .Wedding-img .youtube-video {
        width: 899px;
        height: 466px;
    }
}

.content_img {
    position: relative;
    /* width: 200px;
     height: 200px; */
    float: left;
    /* margin-right: 10px; */
}

.caption {
    position: absolute;
    bottom: 15px;
    right: auto;
    background: white;
    color: #707070;
    margin-bottom: 5px;
    font-family: NewYork;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    font-size: 16px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.content_img:hover.caption {
    width: 100%;
}

.gal_item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.gal_item img {
    width: 100%;
    position: relative;
}

.gal_item .gal_caption {
    position: absolute;
    bottom: 17px;
    left: 0;
    background-color: white;
    color: #000;
    /* font: 300 30px/35px 'BenchNine', 'sans-serif'; */
    padding: 13px 0 9px 15px;
    width: 125px;
    right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s ease!important;
    -o-transition: 0.5s ease!important;
    -webkit-transition: 0.5s ease!important;
    z-index: 3;
    font-size: 15px;
    font-family: AcuminPro-Regular !important;
}

.gal_item:hover .gal_caption {
    width: 90%;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    /* animation-delay: 1s; */
}

.image-link {
    display: block;
    overflow: hidden;
}

.image-link img {
    transition: transform 0.3s ease-out;
    transform: scale(1);
}

.image-link:hover img {
    transform: scale(1.1);
}


/* Hover on Parent Container */

.content_img:hover {
    cursor: pointer;
}

.content_img div {
    width: 150px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 5.7;
}

.number-6 {
    display: flex;
    /* float: right; */
    padding-left: 64px;
    margin: auto;
}

#exampleSlider {
    position: relative;
}

@media (max-width: 768px) {
    .center-flower {
        margin-top: 0px;
    }
    .award-bg p {
        padding-bottom: 0px!important;
    }
    .award-section {
        padding-top: 14px;
        padding-bottom: 100px;
    }
    .bgtext {
        display: none;
    }
    .bgtext2 {
        display: none;
    }
    .gallery-img {
        height: auto!important;
    }
    .slider-img {
        width: 100%!important;
    }
    .number-3 {
        margin-top: -12%!important;
    }
    .awardbg .col-md-4 {
        width: 100%;
    }
    .slider-content {
        display: flex;
        flex-direction: column!important;
    }
    .text {
        width: 100%!important;
    }
    #exampleSlider {
        border-color: transparent;
    }
}

#exampleSlider .MS-content {
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #exampleSlider .MS-content {
        margin: 0;
    }
}

@media (max-width:560px) {
    .main-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .playBtn {
        width: 56px;
        height: 56px;
        left: 50%;
        top: 28%;
    }
    .mob-gallery-view {
        background-color: #D5DFBB;
        padding-top: 25px;
    }
    /* .bg-award {
        padding-bottom: 80px;
    } */
    .number-3 {
        display: none;
    }
    .awardbg h2 {
        letter-spacing: 0;
    }
    .main_container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .abt-discvr {
        padding-top: 15px;
    }
    .about-flower {
        display: none;
    }
    .about {
        height: auto!important;
    }
    .carousel .carousel-indicators .active {
        outline-offset: 9px;
    }
    .awardbg h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .slider__txt {
        font-size: 12px;
    }
    .testimonials h2 {
        padding-top: 20px;
    }
    .list-inline {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonials h2 {
        font-size: 25px;
    }
    .wedding-bg h2 {
        font-size: 25px;
    }
    .content_img div {
        bottom: 30px;
    }
    .Wedding-img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-new h2 {
        font-size: 25px!important;
        padding-bottom: 25px;
    }
    .slider__caption {
        font-size: 14px;
    }
    .number-3 {
        margin-top: -11%;
    }
    .about-img {
        width: 100%;
        padding-top: 15px;
    }
    .wedding-bg {
        padding-top: 26px;
    }
    .half-input-new {
        display: flex;
        gap: 9px;
        flex-direction: column;
    }
    .gal_item .gal_caption {
        font-size: 13px;
    }
}

#exampleSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 30%;
    padding-right: 42px;
}

@media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSlider .MS-content .item {
        width: 33.3333%;
    }
    .flower {
        display: none;
    }
    .awardbg {
        background-position: bottom 282px left 409px;
    }
    .center-flower img{
        height: 95px;
    }
    .avatar {
       
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #exampleSlider .MS-content .item {
        width: 100%;
    }
}

#exampleSlider .MS-content .item p {
    text-align: left;
    color: #656565;
    font-size: 16px;
    /* padding-left: 15px; */
    font-family: AcuminPro-Regular;
    color: #656565;
    font-size: 14px;
    white-space: normal;
    padding-bottom: 49px;
}

#exampleSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media (max-width: 767px) {
    #exampleSlider .MS-controls button {
        display: none;
    }
}

#exampleSlider .MS-controls button:hover {
    cursor: pointer;
}

#exampleSlider .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
        right: -2px;
    }
}

.footer-insta {
    color: #A7A7A7!important;
}

.footer-copy {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.side-nav {
    cursor: pointer;
}

.mySlides {
    /* display: flex; */
    flex-direction: row;
    /* width: 75vw; */
    /* transition: opacity 0.5s ease!important; */
    /* transition: opacity 8s ease-in-out; */
    display: none;
}





.mySlides>div {
    flex: 0 0 50%;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 50px;
}


/* Caption text */


/* Number text (1/3 etc) */


/* The dots/bullets/indicators */


/* .active {
    background-color: #717171;
} */

.slider-content {
    display: flex;
    flex-direction: row;
}


/* Fading animation */

/* .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
} */


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
    .slider-content {
        flex-direction: column!important;
        display: flex;
    }
}

.half-input {
    display: flex;
    gap: 14px;
}

.half-input-new {
    display: flex;
    gap: 9px;
}

.contact-new {
    /* background-image: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #F4F0ED;
}

.contact-new h2 {
    font-size: 45px;
    color: #707070;
    margin: auto;
    display: block;
    text-align: center;
    font-family: NewYork;
    padding-bottom: 70px;
}

.contact-new .form-control {
    background-color: transparent!important;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.form-send-btn {
    background: #CFCFCF;
    color: white;
    border: none;
    width: 100%;
    /* height: 20px; */
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 43px;
    /* margin-bottom: 33px; */
    font-family: AcuminPro-Regular;
    transition: all .5s ease-in-out;
}

.contact-form-new {
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.mt-7 {
    margin-top: 7px;
}


/* .form-contact {
     margin: auto;
 } */

@media only screen and (max-width:767px) {
    .img-section p {
        font-size: 14px;
    }
    .contact-form-new {
        padding-right: 35px!important;
        padding-left: 35px!important;
    }
    .half-input {
        flex-direction: column;
    }
}

@media only screen and (min-width:992px) {
    .list-inline-item a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:1400px) {
    .about {
        top: 200px;
        /* height: 950px; */
    }
    .awardbg {
        height: auto!important;
    }
    .gallery {
        margin: auto!important;
        display: block!important;
    }
    .img-section {
        height: 500px;
    }
    .wedding-bg {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.copyright-text {
    font-size: 12px;
    color: #313131;
}

.copyright-text a {
    color: #313131;
    text-decoration: none;
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .gallery-img {
        height: auto!important;
    }
    .btn-prt {
        bottom: 36%!important;
        left: 10%!important;
    }
    .award-left-img {
        margin: auto;
        display: block;
    }
    .insta-div {
        display: none;
    }
    .side-nav {
        display: none;
    }
    .mobile-view-logo {
        display: block;
    }
    .logo {
        display: none;
    }
    .mobile-toggle {
        align-items: center;
        position: absolute;
        z-index: 999;
        width: 92%;
        background: #f4f0ed;
        /* border-radius: 10px; */
        overflow-y: hidden;
        top: 71px;
        right: 5px;
        left: 12px;
        /* bottom: 12px; */
        display: flex;
        margin: auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .about {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    .about-img {
        margin: auto;
        display: block;
        width: 100%;
    }
    .about p {
        padding-left: 0;
        padding-right: 0;
    }
    .about h2 {
        text-align: center;
    }
    .abt-bg {
        display: none;
    }
    .aboutsection .row {
        flex-direction: column-reverse;
    }
    .underline-abt::after {
        left: 0;
    }
    .about a {
        padding-left: 0;
    }
    .abt-discvr {
        padding-top: 26px;
    }
    .abtimg {
        padding-left: 0;
    }
    .award-bg p {
        width: 100%;
    }
    .awardbg h2 {
        letter-spacing: 0;
        text-align: left;
        margin: 0;
       
        font-size: 32px;
       
    }
    .awardbg p {
        font-size: 16px;

    }
    .text {
        width: 100%!important;
        padding-left: 0px;
    }
    .slider-content {
        flex-direction: column;
    }
    .slider-img {
        margin: auto;
    }
    .responsive-div {
        display: none;
    }
    .awardbg {
        background-image: none;
    }
    .responsive-dot {
        justify-content: center;
    }
    .number-3 {
        float: right;
        margin-top: -5%;
    }
    .gallery-img {
        width: 100%!important;
        /* padding-bottom: 90px; */
    }
    .img-section p {
        width: 50%;
    }
}

@media only screen and (min-width:992px) {
    .mobile-view-logo {
        display: none;
    }
}

.mobile-view-logo {
    padding-right: 15px;
}

.navbar-toggler:focus {
    box-shadow: none!important;
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}

@media screen and (min-width:501px) and (max-width:559px) {
    .about {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    .aboutsection .row {
        flex-direction: column-reverse;
    }
    .about-img {
        width: 100%;
        padding-top: 15px;
    }
    .banner-head {
        font-size: 25px;
        line-height: 32px;
    }
    .btn-prt {
        bottom: 37%;
        left: 13%;
    }
    .mobile-toggle {
        align-items: center;
        position: absolute;
        z-index: 999;
        width: 92%;
        background: white;
        border-radius: 10px;
        /* overflow-y: hidden; */
        top: 90px;
        right: 5px;
        left: 12px;
        /* bottom: 12px; */
        display: flex;
        margin: auto;
        -webkit-box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 3px 9px 5px 0px rgba(0, 0, 0, 0.14);
    }
    .side-nav {
        display: none;
    }
    .logo {
        display: none;
    }
    .insta-div {
        display: none;
    }
    .award-bg p {
        width: 100%;
    }
    .bg-gallery p {
        width: 100%;
    }
    .gallery-img {
        width: 100%;
        padding-bottom: 64px;
    }
    .img-section p {
        width: 100%;
    }
    .Wedding-img {
        width: 100%;
    }
    .wedding-bg p {
        width: 100%;
    }
    .gallery-bg {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .mfp-arrow-left {
        left: 22%;
    }
    .mfp-arrow-right {
        right: 22%;
    }
}

.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}


/* .gallery-img {
    height: 343px;
} */

.btn-prt:hover {
    opacity: 0.6;
    color: black!important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 1px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
    transform: scale(0.4)!important;
}

#play:hover .stroke-dotted {
    stroke-width: 1px;
    opacity: 1;
}

#play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}

#play:hover .icon {
    transform: scale(1.05);
}

#play {
    cursor: pointer;
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    /* Your Changes */
    /* width:10em;
    height:auto; */
    display: block;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1s;
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.one {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.two {
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    animation-delay: 6.5s;
}

.three {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}


/* Zoom Out #1 */

.hover03 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 1.1s ease-in-out;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.youtub-bg {
    width: 100%;
    background: url('/images/video-img.png') top center;
    background-size: cover;
    position: relative;
    padding: 0;
}

.form-control:focus, .form-control {
    box-shadow: none!important;
    color: #8F9680 !important;
    background-color: transparent !important;
    box-shadow: 0px 0px 0px 0px !important;
}

.blog-discover {
    text-align: center;
    padding-top: 35px;
}

.blog-discover a {
    color: #44463d;
    font-size: 14px;
    /* padding-left: 15px; */
    text-decoration: none;
    font-family: AcuminPro-Regular;
}

@media (max-width:560px) {
    .blog1 {
        padding-bottom: 15px;
    }
    #top {
        z-index: 9999;
    }
}

.service-name {
    margin: 0;
    cursor: pointer;
}

@media (max-width:560px) {
    .youtube-video {
        width: 100%;
        height: auto;
    }
    #play {
        height: 50px;
        width: 50px;
    }
    .service-name {
        margin-bottom: 5px;
    }
}

.youtube-video-films {
    width: 100%;
}

.hero {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.social-links {
    display: flex;
}

.social-links a {
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #000;
    /* box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05); */
    margin: 0 10px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 16px;
    line-height: 35px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -82px;
    left: 0;
    background: #000;
    position: absolute;
    transition: 0.5s;
    color: white!important;
    padding: 10px;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-1px);
}

.chat-icon {
    position: fixed;
    z-index: 99999;
    bottom: 45px;
    right: 6px;
    height: 55px;
    width: 50px;
}

.checkboxes_service {
    position: absolute;
    /* width: 100%; */
    width: 200px;
    background-color: white;
}

.checkboxes_service {
    display: none;
    border: 1px #dadada solid;
    z-index: 1;
    padding: 5px;
}

.checkboxes_service label {
    display: flex!important;
    align-items: center!important;
}

.gl_multi_check {
    color: black;
    font-size: 14px;
    font-family: AcuminPro-Regular;
    display: flex;
    /* justify-content: flex-start; */
    gap: 10px;
    padding-left: 3px;
}

.checkboxes_service label:hover {
    background-color: #1e90ff;
}

.fab .fa-instagram-new {
    color: white!important;
}

.gj-icon {
    color: #8F9680;
}

.gj-timepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px!important;
    font-size: 20px!important;
}

@media (min-width:992px) {
    .quote-input {
        width: 98%!important;
    }
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px!important;
}

@media (max-width:768px) {
    .filtering {
        padding-top: 50px!;
    }
    .navbar {
        flex-direction: row-reverse;
        padding: 15px!important;
    }
    .insta-icon {
        display: none;
        ;
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: hsl(0deg 0% 95.29%) url('http://www.ajuphotography.com/beta/static/images/photos_1.gif') no-repeat center;
    z-index: 99999;
}

@media (max-width:1366px) {
    .bottom-right {
        bottom: 0;
    }
}

@media only screen and (max-width:575px) {
    .in-left img {
        width: 100%;
    }
    .bg-gallery p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wedding-stories p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wedding h3 {
        text-align: center;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .wedding p {
        text-align: center;
    }
    .blog1 {
        margin-bottom: 25px;
    }
    .testimonials p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider__caption {
        letter-spacing: 0;
    }
    .slider__caption span {
        color: #000;
        font-weight: 800;
        font-size: 13px;
    }
}

@media only screen and (min-width:1025px) and(max-width:1199px) {
    .pic {
        width: 100%;
    }
}

.text-overlay {
    position: absolute;
    top: 6%;
    /* Adjust as needed */
    left: 5%;
    /* Adjust as needed */
    color: white;
    padding: 10px;
}

.text-overlay h1 {
    color: white;
    font-size: 70px;
    line-height: 57px;
    font-family: NewYork;
    max-width: 75%;
}

.banner-button-new {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    /* Button background color */
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    margin-top: 10px;
    /* Spacing between text and button */
    color: #707070;
    text-transform: capitalize;
}
.banner-button-new:hover {
    color: #707070;

}

.text-overlay a {
    color: #707070;
}

@media only screen and (max-width:575px) {
    .text-overlay h1 {
        font-size: 24px;
        line-height:25px;
        width: 50%;
    }
    .banner-button-new {
        font-size: 10px;
        padding: 4px 10px;
    }
    .text-overlay {
        top: 0;
    }
    .checkboxes_service label {
        display: flex!important;
        align-items: center!important;
    }
    .checkboxes_service {
        padding: 5px;
    }
}


/* @media only screen and (min-width:1366px) {
    .contact-form-new {
        padding-bottom: 175px;
    }
}

@media only screen and (min-width:1366px) {
    .testimonials-section {
        height: 675px;
        padding-bottom: 120px;
    }
} */

.checkboxes_service label {
    display: flex!important;
    align-items: center!important;
}

@media (min-width:1920px) {

.about p {
    font-size: 16px;
}
.about a {
    font-size: 16px;
}
.award-bg p{
    font-size: 16px;
}
.awardbg p {
    font-size: 16px;
}
.award-bg p{
    width: 72%;
}
/* .wedding-bg p{
    font-size: 16px;
} */
.blog-discover a{
    font-size: 16px;
}
.gallery-para{
    width: 72%;
}
}


@media (max-width:1500px) {

/* .slider__txt{
    padding-top: 38px;
    width: 67%;
} */
.slider__txt{
   max-width:76%!important;
}
.slider__caption {
padding-top:35px;
}
}


@media (max-width:991px) {

    .avatar {
       
        padding-bottom: 20px;
    }
    .testimonials p {
        width: 76%;

    }
    .service-head{
        font-size: 22px;
    }
    .service-para {
        font-size: 14px;
    }
    .service-section{
        padding-right: 0!important;
        padding-left: 0!important;
    }
}
@media (max-width:560px) {

    .slider__txt {
        max-width: 100%!important;
        font-size: 13px;
    }
    .avatar{
        padding-bottom: 18px;
    }
    .slider__caption{
        padding-top: 25px!important;
    }
    .slider__inner h3
    {
        padding-bottom: 22px;
    }
    .award-bg p{
        text-align: left!important;
    }
    .about p {
        text-align: left;
    }
    .bg-gallery p{
        text-align: left;
    }
    .wedding-bg p{
        text-align: left;
        padding-left: 48px;
    }
    .item p{
        padding-left:0px;
    }
    .wedding h3 {
        text-align: left;
    }
    .wedding-bg p {
        text-align: left!important;
    }
    .testimonials p{
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
    }
    .blog-discover {
        text-align: left;
    }
    .slider__txt{
        text-align: left;
    }
    }

/* 
    @media (min-width:1117px) and (max-width:560px) {

    .dot
    } */

    .carousel .carousel-indicators .active{
        outline-offset:2px
    }



    @media only screen and (min-width:769px) and (max-width:991px) {

    .center-flower img{
margin-top: 50px!important;
    }
    .awrad-dot-container{
        width: 100%;
    }
}
@media only screen and (max-width:600px) {

.carousel-btn {
    width: 7px !important;
    height: 7px !important;
    border-radius: 100%;
    background-color: white !important;
    margin-left: 3px !important;
}
.about{
    background-image: none;
 }
 .about a{
    font-size: 14px;
 }
}
@media only screen and (max-width:991px) {

.testimonials p {
padding: 0px 35px;
}
.testimonials-section{
    height: 550px;
}
}



label.error {

    display: block !important;
    font-size: 12px;

    padding-top: 5px;

    color: red;

}

.flash_message {

    float: left;

    font-family: montserrat;

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 15px;

    position: fixed;

    top: 50%;

    left: 50%;

    padding: 12px 30px;

    color: #FFF;

    background-color: #B56749;

    border-radius: 2px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);

    z-index: 9999;

    transform: translate(-50%,-50%);

}

@media only screen and (min-width:992px) and (max-width:1006px) {
    .awrad-dot-container{
width: 100%!important;
    }

}

.fadeinout {
    position: relative;
  }
  .fadeinout img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  .fadeinout img.inactive {
    opacity: 0;
  }
  .fadeinout:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity (last value) for darkness */
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .fadeinout.fade {
    animation: fadeinout 6s infinite;
  }
  @keyframes fadeinout {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0.25;
    }
    50% {
      opacity: 0.5;
    }
    75% {
      opacity: 0.75;
    }
    100% {
      opacity: 1;
    }
  }

  @media (max-width:991px) {

    .gallery-para{
      width:100%;
  
    }
  }

  @media only screen and (min-width:991px) and (max-width:1200px) {
    .testimonials-section {
        height: 600px;
    }

  }
  @media (max-width:600px) {

    .slider__txt {
        max-width: 100%!important;
        padding: 0px 15px!important;
    }
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
    position: relative;
    width: 100%;
    transition: opacity 1s;
  }

  /* Fading animation */
  .fade {
    opacity: 0;
  }

  .mySlides.show {
    display: block;
    opacity: 1;
  }





  .mySlides .slider-content span{
    font-size: 16px !important;
    font-family: AcuminPro-Regular !important;
    color: #656565 !important;
}
  .mySlides .slider-content h2 span, .mySlides .slider-content h2 {
    color: #000 !important;
    font-size: 18px !important;
     font-family: AcuminPro-Regular !important;
}

p span{
    font-size: 16px !important;
}

.wedding-wrap  a{
    text-decoration: none;
}

input,
textarea,
select {
    background: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #8F9680  !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}


.main_container.aboutsection{
    transform: translateX(0) !important;
}