html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*--- Custom Styles --*/
h1 {
  font-family: sans-serif;
  font-size: 3rem;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
}

p {
  font-family: Montserrat, sans-serif;
}

/*---About Section Custom Styles---*/
.border-width {
  border-width:10px !important;
}
.line {
text-align: center;

}

/*---Services Section Custom Styles---*/
.card-img-overlay {
  background: rgba(0,0,0,0.6);
}
.card-title {
  font-family: 'Open Sans', sans-serif;
}
.card-text {
  font-size: 0.9em;
}

.col-xl-12 h2{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

/*Services Page Custom Styles*/
.services {
  color: white; /*burnt orange*/
}
.verticalDivide {
  border-right: 1px solid #C0C0C0; 
  padding-top: 4%;
}
.carousel-caption-img {
    width: 9rem;
    border-radius: 9rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid white;
}

/*---Fixed Background Custom Styles---*/
#fixed-bkgd:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-image:url(img/flowerVase2.jpg);
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment:fixed;
  min-height: 400px;
}


/*--Top Page Background Custom Styles---*/
.img-container {
    background-image:url(img/flowerVase2.jpg);
    background-size:cover;
    background-position: 100% 85%;
    min-height: 500px;
}
.img-container h1 {
  font-family: 'Open Sans', sans-serif;
}

/*---Contact Section Custom Styles---*/
.contact1{
  padding: 4%;
  height: 400px;
  margin-bottom: 8%;
}
.col-md-5{
  background-image:url(img/jillProfile.jpg);
  background-position: left;
  background-size: cover;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-info1{
  margin-top:10%;
}
.contact-info1 img{
  margin-bottom: 15%;
}
.contact-info1 h2{
  margin-bottom: 10%;
}
.col-md-7{
  background: #F25A38;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.col-md-7 h2{
  color: white;
  text-align: center;
  vertical-align: center;
}
.contact-form1 label{
  font-weight:600;
}
.contact-form1 button{
  background: #25274d;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-left: 57px;
}
.contact-form1 button:focus{
  box-shadow:none;
}

/*--Before/After--*/
.before {
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.after {
  padding: 4%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border-line {
  border-right: 4px solid #F25A38;
}
.before-after{
  /*background-color: #e9ecef;*/
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.ba-text{
  padding:10px;
}
.ba-text h3 {
  font-family: Montserrat, sans-serif;
}

/*---Contact Form---*/

.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h2{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color:#112140;
}
.contact-form .btnContact {
    border: none;
    border-radius: 5px;
    padding: 3%;
    background: #F25A38;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.contactSection {
  background-color: #e9ecef;
  display: flex;
  text-align: center;
  padding: auto;
  flex-direction: column;
  justify-content: center;
}

/*---Top Banner---*/
.down-arrow{
  font-size: 40px; 
  position: absolute; 
  bottom: 35%; 
  left: 50%
}

/*---Image Slider---*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-title {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 1rem 0.5rem;
}

.top-title span {
    font-style: italic;
    font-size: 1.5rem;
}

/*Testimonials*/

.testimonial-div {
    position: initial;
    z-index: 10;
    padding: 2.5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2rem;
}

.testimonial-div img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

#image-caption {
    font-style: normal;
    margin-top: 0.5rem
}

.testimonialArrow i {
    background-color: #F25A38;
    padding: 1.4rem
}
.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}


/* Before After Container */

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

/*---Footer Section Custom Styles---*/
.icon {
  color:#F25A38;
  font-size: 30px;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}


/*---Media Queries---*/

/*Small (sm) devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 767px) {
  .col-md-5{
    display: none;
  }
  .col-md-7{
    background: #F25A38;
    padding: 3%;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .container-fluid {
    width: 100% !important;
  }
  .before {
    border-bottom: 4px solid #F25A38;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
 .after {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.5rem;
  }
  .border-line {
    border-right:0px solid #F25A38;
  }
  .carousel-caption h3 {
    display: none;
  }
  .carousel-caption{
    top: 25%;
    background-color: rgba(0, 0, 0, 0)!important;
  }
  .carousel-caption h1 {
    font-size:2em;
  }
  .img-container {
    background-position: left;
  }
  .contactSection {
    font-size:0.8em;
    padding: 0;
  }
  .verticalDivide {
    border-right:none;
  }
}

@media all and (max-width: 479px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 700px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (max-width: 599px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 800px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1000px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1100px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

@media all and (min-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

/*Testimonial Caption*/
@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        margin-top: 0.5rem
    }
}
@media(max-width:767px) {
    .testimonial-div {
        position: initial;
        z-index: 10;
        padding: 1rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 1rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

@media(max-width:767px) {
    .testimonial-div img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

@media(max-width:767px) {
   .testimonialArrow i {
        padding: 0.8rem
    }
}

/*Service Card Responsive Text*/
@media (max-width: 320px) {
  .service-card-text{
    font-size:0.7rem !important;
  }
}

@media (min-width: 576px) { 
  .service-card-text{
    font-size:1.2rem;
  }
}

@media (max-width: 575.98px) {
 .service-card-text{
    font-size:1rem;
  } 
}

@media (min-width: 768px) { 
  .service-card-text{
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) { 
  .service-card-text{
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) { 
  .service-card-text{
    font-size: 0.9rem;
  }
}

/*Contact Me*/
@media (min-width: 539px) { 
  .contact-head{
    padding-left: 1em;
  }
}








