/* Style main page */


body {
    margin: 0;
    background-color: #99c3cc;
    font-size: 20px;
    text-align: left;
    line-height: 2;
    background: #f9fefe;
    overflow-x: hidden;
    font-family: 'Nova Square', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;


}

/*main page ends*/




/*nav bar logo*/

/* LOGO */
#logo {
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
}

/*nav begins*/
/*nav begins*/
body {
    overflow-x: hidden;
    font-family: Sans-Serif;
    margin: 0;
}

.menu-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #070707;
    color: #cdcdcd;
    padding: 40px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.menu-logo {
    line-height: 0;
    margin: 0 20px;
}

.menu-logo img {
    max-height: 40px;
    max-width: 100px;
    flex-shrink: 0;
}

.menu-container a {
    text-decoration: none;
    color: #3e3a2b;
    transition: color 0.3s ease;
}

.menu-container a:hover {
    color: #00C6A7;
}

.menu-container input {
    display: block;
    width: 35px;
    height: 25px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/* Burger menu */
.menu-container span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.menu-container span:first-child {
    transform-origin: 0% 0%;
}

.menu-container span:nth-child(3) {
    transform-origin: 0% 100%;
}

.menu-container input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(3px, -1px);
    background: #232323;
}

.menu-container input:checked~span:nth-child(4) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-container input:checked~span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 11px);
}

.menu ul {
    list-style: none;
}

.menu li {
    padding: 10px 0;
    font-size: 22px;
}

/* mobile styles */
@media only screen and (max-width: 767px) {
    .menu-container {
        flex-direction: column;
        align-items: flex-end;
    }

    .menu-logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-logo img {
        max-height: 30px;
    }

    .menu {
        position: absolute;
        box-sizing: border-box;
        width: 300px;
        right: -300px;
        top: 0;
        margin: -20px;
        padding: 75px 50px 50px;
        background: #cdcdcd;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translateX(0%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .menu-container input:checked~.menu {
        transform: translateX(-100%);
    }
}

/* desktop styles */
@media only screen and (min-width: 768px) {
    .menu-container {
        width: 100%;
    }

    .menu-container a {
        color: #cdcdcd;
    }

    .menu-container input {
        display: none;
    }

    /* Burger menu */
    .menu-container span {
        display: none;
    }

    .menu {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .menu ul {
        display: flex;
        padding: 0;
    }

    .menu li {
        padding: 0 20px;
    }
}

/* navigation styling ends */



/* upload image form starts*/
.upload-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border: 5px dashed #82c6b7;
    border-radius: 10px;
    margin-top: 60px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.upload-area {
    padding: 50px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff;
}

.hidden {
    display: none;
}

.upload-button {
    background-color: #cb8e83;
    color: #fff;
    padding: 30px 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

.upload-button:hover {
    background-color: #82c6b7;
}

/* upload image form ends */



br {
    margin: 100px 0;
}

/* heading styles*/
h1 {
    font-family: 'Nova Square', sans-serif;
    color: #82c6b7;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    position: relative;

}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #002939;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2rem;
    position: relative;

}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #002939;
    text-align: left;
    letter-spacing: 2px;
    font-size: 4rem;
    position: relative;
}

h4 {
    font-family: 'Nova Square', sans-serif;
    color: #4f7e74;
    text-align: center;
    letter-spacing: 2px;
    font-size: 5rem;
    position: relative;
}

/* heading styles end*/

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2.5rem;
    position: relative;
    margin-bottom: 0px;
}



/* flex box for before and after images*/

/*container for flex box rich text section*/
.containerbox {
    background-color: #d6c6c6;
    padding: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;


}

.container2 {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*for any thing that needs padding*/
.padding1 {
    margin: auto;
    padding: 100px;
}

/*for inside the before and outside image */
.img-fluid {
    max-width: 100%;
    height: auto;

    transition: transform 0.3s ease-in-out;
    border-radius: 40px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Hover effect on images */
.img-fluid:hover {
    transform: scale(1.05);
}

.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    justify-content: space-between;
    background-color: #ffffff;
    width: 100%;
    align-items: center;
    margin: auto;

}

.flex-item-left {
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    flex: 100%;
    border: 10px solid #ffffff;
    box-shadow: 5px 10px 20px gray;
    padding: 20px;
}

.flex-item-right {
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    flex: 100%;
    border: 10px solid #ffffff;
    box-shadow: 5px 10px 20px gray;
    padding: 20px;
}


.flex-item-single {
    background-color: #ffffff;
    padding: 10px;
    flex: 100%;
    border: 10px solid #ffffff;
}

.flex-itemfull {
    padding: 10px;
    flex: 60%;
    border: 10px solid #ffffff;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

/* flexbox3 ends */


/*fleximgcontainer styling begins*/
.fleximgcontainer {

    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}

/* Center the form on the page */
.myform {
    margin: 0 auto;
    width: 800px;
    margin-top: 80px;
    margin-bottom: 80px;
}

ul {
    list-style: none;
    padding: 2px;
    margin: 0;
    width: 100%;
}

form li+li {
    margin-top: 1em;
}

label {
    /* Uniform size & alignment */
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #002939;
    font-weight: bold;
    display: block;
    position: relative;
}

label em {
    position: absolute;
    right: 5px;
    top: 20px;
}


input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

/* Uniform text field size */
/* button styling begin */
.button {
    background-color: #409990;
    color: #fff;
    padding: 30px 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 2px;
}



/*contact us styling*/
#newcontactimg {
    background-image: url(contactusc.jpg);
    background-position: center center;
    background-size: auto 300%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding: 8em 0;
    margin: 0 0 0 0;
}

/*faq styling*/
#faqcontactimg {
    background-image: url(faq.jpg);
    background-position: center center;
    background-size: auto 300%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding: 8em 0;
    margin: 0 0 0 0;
}


footer {
    background-color: #070707;
    color: white;
    padding: 12px;
}


/* testimonials styling*/

/*testimonial ends*/




/*style spacer line */
hr {
    border: 0;
    /* Remove default border */
    height: 2px;
    background-color: #cb8e83;
    margin: 20px 0;
}



/*adding this for Responsive layout for smaller screens */
@media (max-width: 800px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .col-md-6 {
        width: 100%;
        text-align: center;
    }
}

/* form styling */
.form-container {
    max-width: 80%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;

}

.form-group {
    margin-bottom: 20px;
}

/*carousel custom style*/
.sliderdown {
    margin-bottom: 50px;
    box-shadow: 3px 10px 10px 10px rgba(0, 0, 0, 0.2);

}



/* Ensure images don't exceed the container width */
.carousel-inner img {
    max-width: 100%;
    height: auto;
}

#divcolor {
    background-color: rgb(237, 172, 182);
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.xtracolor {
    background-color: rgb(237, 172, 182);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}