html,
body {
    /*width: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
*{
    margin: 0;
    padding: 0;
}
p {
    color: #797979;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6{
		font-family: 'Oswald', sans-serif;
}


    
.sectionPadding{
	padding: 70px 0;
}
.sectionPadding50{
	padding: 50px 0;
}
.marginTop50{
	margin-top: 50px;
}
.marginTop30{
	margin-top: 30px;
}
.marginTop40{
	margin-top: 40px;
}

.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font50{
	font-size: 50px;
}
.textDarkGrey{
	color: #5d5a5a;
}




a{
	text-decoration: none;
}
.mainNavbar .nav-item {
    padding: 0 20px;
}
.mainNavbar .nav-link {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #111;
}
.sliderSection {
    margin-top: 0px;
}
.mainNavbar nav.navbar {
	padding: 5px 0;
}

.sliderSection .carasoulBox {
  position: relative;
  text-align: center;
  color: white;
}
.sliderSection .carasoulBox ul li a{
	color: #fff;
	text-decoration: none;
}
.sliderSection .carasoulBox img{
	width:100%;
	height: 600px;
	object-fit: cover;
	object-position: 30% 72%;
}
.sliderSection .carasoulBox .centered {
  position: absolute;
  top: 50%;
  left: 35%;
/*  transform: translate(-28%, -50%);*/
transform: translate(-21%, -50%);
}

.sliderSection .carasoulBox{
	background-color: rgba(0, 0, 0, 0.5);
}
.sliderSection .carasoulBox h2{
	font-size: 45px;
	font-weight: 700;
	line-height: 1.3;
}

.navbar-toggler{
	background-color: #fff;
}

/*.sliderSection .carasoulBox ul{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.sliderSection .carasoulBox ul li{
	display: inline-block;
	padding: 0px 5px;
    font-size: 20px;
}
*/




.breadCrumb{
/*	margin-top: 100px;*/
	width: 100%;
	background-image: url("../images/breadcrumb.png");
	background-size: cover;
/*	background-position: center center;*/
}
.breadCrumb .overLay{
/*	background-color: rgba(66, 135, 245, .7);*/
	background-color: rgba(0, 0, 0, .6);
}
.breadCrumb .contentWrap{
	padding: 80px 0;
	color: #fff;
}
.breadCrumb .contentWrap h2{
	font-size: 45px;
}
.breadCrumb .contentWrap ul{
	padding: 0;
	margin: 15px auto 0;
}
.breadCrumb .contentWrap ul li{
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}
.breadCrumb .contentWrap ul li a{
	color: #fff;
	text-decoration: none;
}





header .headerTop{
	background-color:#62051c
}



.bb_resbox.bb_hrbox.bb_vrbox{
 background-color: #fff!important;
 box-shadow: 2px 2px 6px #999;
 }
 .bb_resbox{
 /* 		border-bottom: 1px solid #91573A!important;*/
 border: 1px solid #fff!important;
 }
 .bb_resbox h2{
 background: #fff!important;
 color: rgb(0, 0, 0);
 font-size: 1px;
 border-bottom: 1px solid #fff!important;
 }
 .bb_vrbox p {
 min-width: 15%;
 }
 .bbres_fieldset.bbres_fieldset10.bb_btn{
 padding-top: 0!important;
 }
 input#bb_resBtn{
 background: #91573A!important;
 padding: 9px 13px!important;
 border: 1px solid #91573A!important;
 color: #fff!important;
 font-size: 12px;
 }






 .about-section {
    background-color: #eef5f8;
}
.about-section .video-area {
    position: relative;
}
.about-section .video-area img {
    border-radius: 5px;
}
.about-section .video-holder {
    background: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 3px 27.2px 4.8px rgba(8, 106, 216, 0.11);
    box-shadow: 0px 3px 27.2px 4.8px rgba(8, 106, 216, 0.11);
}
/*.about-section .video-holder .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
    color: #b2c9d3;
}*/
.about-section .about-area {
    padding-left: 60px;
}
.about-section .section-title-s2 h2 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 1em;
}
.about-section .about-area p {
    margin-bottom: 2em;
}
.about-section blockquote {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 300;
    color: #202a41;
    border: 0;
    padding: 0;
    margin-bottom: 2em;
}
.about-section .about-area .btns > a:first-child {
    margin-right: 15px;
}

.theme-btn-s3{
	background-color: #62051c;
    color: #fff;
    padding: 17px 50px 17px 25px;
    font-weight: 500;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    
}
.theme-btn-s3:hover{
	    background-color: #067980;
    color: #fff;
    text-decoration: none;
}
.theme-btn-s4 {
	background-color: #fff;
    color: #202a41;
    font-weight: 500;
    padding: 17px 50px 17px 25px;
  	border-radius: 5px;
    text-transform: capitalize;
    -webkit-box-shadow: 0px 6px 13.6px 2.4px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 6px 13.6px 2.4px rgba(0, 0, 0, 0.09);
}
.theme-btn-s4:hover{
	    background-color: #62051c;
    color: #fff;
    text-decoration: none;
}







footer{
		position: relative;
	}
	.thankyouSection{
    background: url(../images/footer-shape.png) center bottom/100% no-repeat local;
    text-align: center;
    height: 100vh;
    min-height: 900px;
	}
.thankyouSection .innerBox {
    width: 100%;
    position: absolute;
}
 .thankyouSection .picWrap {
    background: url(../images/footer-couple-pic-frame.png) center center/cover no-repeat local;
    width: 511px;
    height: 470px;
    margin: 0 auto;
    position: relative;
}
.thankyouSection .picWrap img {
    max-width: 75%;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thankyouSection h2 {
/*    font-family: "aphroditeslimtextregular";*/
font-family: 'Dancing Script', cursive;
    font-size: 72px;
    font-size: 4.8rem;
    line-height: 1.8em;
    margin: 0.8em 0;
}
.thankyouSection ul {
    display: inline-block;
}
.thankyouSection ul {
    list-style: none;
}













@keyframes glowingFree {
  0% {
    background-color: #A7300F;
    box-shadow: 0 0 5px #A7300F;
  }
  50% {
    background-color: #fa4c1b;
    box-shadow: 0 0 20px #fa4c1b;
  }
  100% {
    background-color: #A7300F;
    box-shadow: 0 0 5px #A7300F;
  }
}

.glowFree {
  animation: glowingFree 1300ms infinite;
  color: #fff!important;
  border-radius: 5px!important;
  padding: 4px 16px 7px 15px!important;
}





.bookingTable{
	background-color: #62051c;
}
.bookingTable h2{
	font-size: 55px;
}
.bookingTable .form-control{
	padding: 14px 17px;
}
.bookingTable input:focus{
	box-shadow: none;
}
.bookingTable button{
	padding: 12px 17px;
	background-color: #f04b1d;
	border: 1px solid #f04b1d;
	font-weight: 600;
	font-size: 18px;
}





footer.revop .footDesc form label{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer.revop .footDesc form input{
  border-radius: 3px;
  height: 36px;
}
footer.revop .footDesc form input::placeholder{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer.revop .footDesc form button {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #6f6f6f;
    border-radius: 10px;
    display: block;
    border-radius: 3px;
    display: inline-block;
    background-image: linear-gradient(to right, #111 0%, #10573d 51%, #248D98 100%)
}
footer.revop .footDesc form button:hover {
    color: #fff;
}



footer.revop{
        background-color: #1b0107;
    }
    footer.revop h2{
        font-size: 19px;
        position: relative;
        color: #dcd6d6;
    }
    footer.revop h2:before{
        content: "";
        font-family: "Font Awesome 5 Free"; 
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #dcd6d6;
        bottom: -10px;
        left: 0;
    }
    footer.revop .socialIcon{
        margin: 0;
        padding: 0;
    }
    footer.revop .socialIcon li{
        display: inline-block;
        border-radius: 6px;
    }
    footer.revop .socialIcon li a{
        color: #a7a4a4;
        padding: 3px;
        font-size: 20px;
    }
    footer.revop .linkList{
        margin: 0;
        padding: 0;
    }
    footer.revop .linkList li{
        list-style: none;
        margin-bottom: 8px;
    }
    footer.revop .linkList li a{
        font-size: 14px;
        color: #a7a4a4;
    }



.serviceSection{
   }
   .serviceSection .card {
   width: 100%;
   height: 100%;
   padding: 0;
   background: linear-gradient(#ffffff 50%, #62051c 50%);
   background-size: 100% 200%;
   background-position: 0 2.5%;
   border-radius: 5px;
   box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
   cursor: pointer;
   transition: 0.5s;
   }
   .serviceSection h3 {
   font-size: 20px;
   font-weight: 600;
   color: #1f194c;
   margin: 1em 0;
   }
   .serviceSection p {
   color: #575a7b;
   font-size: 15px;
   line-height: 1.6;
   letter-spacing: 0.03em;
   }
   .serviceSection .icon-wrapper {
   background-color: #2c7bfe;
   position: relative;
   margin: auto;
   font-size: 30px;
   height: 2.5em;
   width: 2.5em;
   color: #ffffff;
   border-radius: 50%;
   display: grid;
   place-items: center;
   transition: 0.5s;
   }
   .serviceSection .card:hover {
   background-position: 0 100%;
   }
   .serviceSection .card:hover .icon-wrapper {
   background-color: #ffffff;
   color: #2c7bfe;
   }
   .serviceSection .card:hover h3 {
   color: #ffffff;
   }
   .serviceSection .card:hover p {
   color: #f0f0f0;
   }






   .blogSection {
   background-color: #f8f8f7;
   padding-bottom: 65px;
   }
   .section-title {
   text-align: center;
   margin-bottom: 52px;
   padding-top: 70px;
   position: relative;
   }
   .section-title h2 {
   font-size: 36px;
   font-size: 2.4rem;
   font-weight: 600;
   margin: 0 0 0.39em;
   text-transform: uppercase;
   }
   .section-title p {
   font-size: 15px;
   font-size: 1rem;
   font-weight: 300;
   margin-bottom: 0;
   }
   .section-title:before {
   content: "";
   background: url(../images/sec-title-flower.png) center center/cover no-repeat local;
   width: 126px;
   height: 59px;
   position: absolute;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   top: 0;
   }
   .blogSection .boxWrap .desc {
   padding: 33px 30px 0;
   }
   .blogSection .boxWrap h3 {
   font-size: 20px;
   font-size: 1.33333rem;
   font-weight: 600;
   margin: 0 0 0.7em;
   }
   .blogSection .boxWrap h3 a {
   color: #202a41;
   }
   .blogSection .boxWrap .date {
   font-size: 11px;
   font-size: 0.73333rem;
   font-weight: 300;
   margin-bottom: 0;
   }