body,html{
    scroll-behavior: smooth;
}

/* Hero section start  */
.hero{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9dcf4;
}
.hero.banner{
    height: 60vh;
}
.hero::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0));
    z-index: 3;
}
.hero::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(214, 209, 209, 0.5);
    opacity: 0.5;
    z-index: 2;
}
.hero-text {
    z-index: 9;
    text-align: center;
    position: absolute;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hero-text h1{
    margin-bottom:20px;
    color: #fff;
    font-size: 50px;
}
.hero-text a{
    color: #fff;
}


.page-id-16 .site-content .hero.banner {
    height: 40vh;
}
.page-id-16 .site-content .hero-text {
    bottom: 5%;
}
.page-id-16 .site-content iframe { 
    height: 100vh; 
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .page-id-16 .site-content .hero.banner {
        height: 20vh;
    }
    .page-id-16 .site-content iframe {
        height: 80vh;
    }
}
@media (max-width: 567px) {
  .page-id-16 .site-content .hero.banner {
      height: 20vh;
  }
  .page-id-16 .site-content iframe {
      height: 80vh;
  }
}

/* Hero section end  */




/* left right section start  */

.left_right_style .row{
    margin-bottom: 50px;
}
.left_right_style h2{
    margin-bottom: 30px;
    color: #333f46;
}
.left_right_style h6{
    color: #93a1aa;
    font-weight: 400;
    line-height: 1.5;
}
.left_right_style .img-box{
    padding-right: 25px;
}
.left_right_style .text-box{
    padding-left: 25px;
    margin-top: -10px;
    padding-right: 30px;
}
.left_right_style h4{
    margin-left: 50px;
    margin-top: 55px;
    position: relative;
}
.left_right_style h4::before{
    content: '“';
    font-family: 'Kristi', cursive;
    font-size: 150px;
    color: #b68bdb;
    position: absolute;
    left: -50px;
    top: -70px;
}
.left_right_style h5{
    margin-left: 50px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.left_right_style .right{
    direction: rtl;
}
.left_right_style .right .text-box{
    direction: ltr;
    padding-right: 55px;
}

.right .text-box{
    padding-left: 0px;
}
.right .img-box{
    padding-right: 0px;
}
.left_right_style .section_title{
    margin-bottom: 100px;
}


/* left right section end  */



#clicktoscroll{
    margin-top: -30px;
    padding-top: 30px;
}

/* text slider start  */

.text_slider_section .carousel-item{
    min-width: 100%;
    height: 580px;
}
.slider-img{
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text_slider_section{
position: relative;
}
.carousel-caption{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(119, 119, 119, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.carousel-control-prev,
.carousel-control-next{
    z-index: 999;
    /* display: none; */
}
.text_slider_section h1{
    font-size: 60px;
    margin-bottom: 30px;
}

.text_slider_section .slider-text{
    width: 600px;
}
.text_slider_section .slider-text a.btn{
    margin-top: 100px;
}

/* text slider end  */

/* box 1 start */

.card_section{
    text-align: center;
}
.card_section  h1{
    margin-top: 20px;
    margin-bottom: 120px;
}
.card_section .box-1 img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 300ms all ease-in-out;
}
.card_section .box-1 .img-box{
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 300ms all ease-in-out;
}
.card_section .box-1 .img-box .thumb{
    position: relative;
    bottom: unset;
}
.card_section .box-1 a{
    color:  #b68bdb;
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
}
.card_section .box-1{
    position: relative;
    height: 400px;
    margin-bottom: 50px;
    transition: 300ms all ease-in-out;
}
.card_section .box-1:hover{
    box-shadow: 0px 0px 20px rgba(214, 209, 209, 0.5);
    transition: 300ms all ease-in-out;
}
.card_section .box-1:hover img{
   transform: scale(1.2);
   transition: 300ms all ease-in-out;
}

.card_section .box-1 .text-box{
    padding: 0px 20px;
}

/* box-1 end  */

/* contact section start  */

.contact_section{
background: #e9dcf4;
padding: 100px 0px 200px;
margin-bottom: 0px !important;
}

.contact_section .contact-text{
    text-align: left;
}
.contact_section h1{
    text-align: left;
    margin-bottom: 30px;
}
.contact_section .contact-text p{
    color: inherit;
    margin-bottom: 40px;
}
.contact_section .contact-text p a{
color: inherit;
font-weight: 400;
}
.contact_section .contact-text p i{
margin-right: 30px;
}
.contact_section .contact-text p i.fa-envelope{
    margin-left: 30px;
}
.contact_section .contact-text i.fa-phone,
.contact_section .contact-text i.fa-envelope
{
    background: #333f46;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.contact_section .contact-text i.fa-map-marker-alt{
    font-size: 25px;
    margin-left: 2px;
}
.contact_section .contact-text i.fa-clock-o{
    font-size: 25px;
    margin-left: 1px;
}

.contact_section .map{
    padding-right: 15px;
}
.contact_section .contact-text{
    padding-left: 0px;
    margin-top: -15px;
}
.contact_section .mobile{
    display: none;
}

.contact_section iframe{
    width: 100%;
    height: 620px;
}

/* contact section end  */


/* flexible_left_right_style start */
.flexible_left_right_style{
	padding: 60px 0px 35px;
}
.section_title{
    /* margin-top: 50px; */
}
.section_title h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 30px;
}
.section_title .bottom{
position: relative;
width: 430px;
display: flex;
margin: 0px auto;
}
.section_title .bottom span{
    height: 10px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
}
.section_title .bottom span.s1{
    background: #2886c4;
}
.section_title .bottom span.s2{
    background: #d35794;
}
.section_title .bottom span.s3{
    background: #b68bdb;
}
.flexible_left_right_style .col_padding{
    padding: 25px;
}
.flexible_left_right_style .img-box img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.flexible_left_right_style.bg_color .section_title h1{
    color: #b68bdb;
}

.flexible_left_right_style section.style{
	margin:35px 0px 0px;
}

.page-id-311 .img-box {
    margin: 0 auto;
    width: 55%;
}
.page-id-311 section.style {
    margin: 20px 0px 50px 0px !important;
}
/* flexible_left_right_style  end  */

