@import url(https://fonts.googleapis.com/css2?family=Calistoga&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

html,
body {
    height: 100%
}

body {
    color: #000;	
    font-size: 14px;
    background-color:#fff;
    font-family: 'Poppins', sans-serif;
}


.our-listing {position: relative;z-index: 98;top: 0;left: 0; margin-top: -50px; margin-bottom:10px;}
.our-listing a{ text-decoration:none;}
.list-item {overflow: hidden;margin: 0 15px; border:1px solid #CCCCCC;border-top-left-radius: 1.7em;border-bottom-right-radius: 2.3em;}
.list-item .list-thumb { overflow: hidden;}
.list-thumb { margin-top:-20px;}
.list-item .list-thumb .title {background-color: #69019f;height: 50px;text-align: center;}
.list-item .list-thumb .title h3 {color: #fff;line-height: 50px;font-family: 'Poppins', sans-serif;font-size:20px;}
.list-item  img { width: 100%;}
.list-content { margin-bottom:-10px;}
.list-item .list-content h5 {color: #000;text-align:center;margin: 15px 0 5px 0;}
.list-item .list-content p.price-btn {background-color: #69019f;color: #fff;padding: 12px;text-align: center;font-size: 14px;font-weight: 600;margin-top: 15px;}
.list-item .list-content p.price-btn:hover {background-color: #a300f8;}
.owl-next,.owl-prev {position: absolute;top: 50%;margin-top: -20px;width: 40px;height: 40px;background-color: #ff0000;color: #fff;font-size:20px;font-weight:800;text-align: center;line-height: 40px;}
.owl-next {right: -40px;}
.owl-prev {left: -40px;}


.header_area{
	background: #fff;
	position: absolute;
	top: 40px;
	z-index: 99;
    width:90%;
    margin-left: 15px;
	margin-left: 20px;

	
}
.navbar {
    background: #fff;
	padding-top:10px;
	padding-bottom:10px;		
	border:0;
	margin:0;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color: #000;
	padding:20px;
 
}

.navbar-inverse  .navbar-nav > li.active a {
    color: #fff;	
    background: #69019f !important;	
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
    color: #fff;
    background: #69019f;	
}
.navbar-inverse  .navbar-nav > li .dropdown-toggle:hover,
.navbar-inverse  .navbar-nav > li .dropdown-toggle:focus{
  background-color: #69019f !important;
  color:#fff;
}
.dropdown-menu > li > a {
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    padding:10px;
    border-bottom: 1px solid #e0e1e2;
    background-color: #fff !important;
}
.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
   color: #fff !important;
   background-color: #69019f !important;
}





.navbar-toggle {
    margin-top:20px;
}

.icon-bar {
    background-color:#49016f !important;
}

.carousel {
    background: #fff;
}

.carousel-inner > .item > img {
    width:100%;
}

.middle_area {
    margin-bottom:20px;
    margin-right:0;
    margin-left:0;
    background: #fff;
}

.middle_area h4 {
    color: #49016f;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.middle_area i {
    color: #49016f;
    font-size:25px;
}

.middle_area p {
    font-size: 14px;
    text-align: justify;

}
.middle_area a {
     color: #000;
}
.middle_area  li {
    list-style-image: url('../images/bullet.png');
    line-height: 2;
    padding-left: 5px;
    color: #000;
    text-align: justify;
}

.title h1 {
    font-size: 30px;
    color:#49016f;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom: 5px;
    text-align: center;
    
}



.title h2 {
    font-size: 35px;
    color:#fff;
    margin-bottom:10px;
    font-family: 'Poppins', sans-serif;    
    padding-bottom: 5px;
    text-align: center;
}



.title h4 {    
    color:#69019f;
    margin-bottom:10px;  
    padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}


.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.mb {
    margin-bottom: 15px;
}

.mt {
    margin-top: 15px;
}

form.example input[type=text] {
    padding:10px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #000;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

input {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    padding:10px;
    width:100%;	
    margin-bottom:10px;
}

textarea {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    padding:10px;
    width:100%;
}

.mainbutton {	
    margin-bottom:15px;
    border: 1px solid #49016f;
    font-size:15px;
    background-color:#49016f;
    padding:10px;
    width:120px;
    color: #fff;
}

.footer_area {
    letter-spacing: 1px;
    padding-bottom:40px;
    background: #2e2e2e none repeat scroll 0 0;
	
}

.footer_area h3 {
    font-family: 'Poppins', sans-serif;
    color: #ffe753;
}

.footer_area p{
    font-size:13px;
    line-height:20px;
    color:#fff;
  
}

.footer_area a{    
    font-size:13px; 
    color:#fff;
}

hr {
 margin-bottom:10px;
 margin-top:0px;
}

.footer_bottom_area {    
    background: #1b1b1b none repeat scroll 0 0;
}

.footer_bottom_area p {
    text-align:center;
    color: #fff;    
    padding: 10px;
    font-size:12px;
}
.footer_bottom_area a {   
    color: #fff;    
}


.carousel-control.left, .carousel-control.right {
    background-image: none !important;
	width:50px;	
    color: #49016f;
}

.carousel-indicators li {
    background-color: #294b8a;
}

.carousel-indicators .active {
    background-color: #ec1f25;
}


.banner .centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Calistoga', cursive;  
}


@media screen and (min-width: 240px) {
  a.flex-prev,a.flex-next {display: none;}
  .our-listing {margin-top: 20px;}
  .owl-next {right: 15px;}
  .owl-prev {left: 15px;}
  .act-btn {margin-top: 30px;}
  .act-btn .title {display: none;}
}
@media only screen and (max-width: 600px) {
    .navbar-img img {
        width:177px;
    }
    .top-bar {        
       
        padding:8px;
        
    }
}

@media screen and (min-width: 960px) {
    .owl-next {right: 13px;}
	.owl-prev {left: 15px;}
}
@media screen and (min-width: 992px) {
 a.flex-prev,a.flex-next {display: block;}
 .our-listing {margin-top: -50px;}
 .owl-next {right: -40;}
 .owl-prev {left: -40;}
 .act-btn {margin-top: 0;}
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


.slides,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}




.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



.flexslider .slides {
    zoom: 1;
}
.news {background-color: #fef131; height:30px;}
.marque {color: red;font-size: 15px;font-weight: bold;padding: 4px;letter-spacing:1px;}
.chatbot {
  position: fixed;
  z-index: 99999999;
  bottom:25px; 
  left:10px; }