@import url(https://fonts.googleapis.com/css2?family=Caladea:ital,wght@1,700&display=swap);
@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);
@import url(../css/animate.css);
html,
body {
	height: 100%
}

body {
	color: #424141;	
	font-size: 15px;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-family: 'Calistoga', cursive;    
}

.color-lines {
	background-image: url("../images/color-lines.png");
	height:9px;
}
.color-lines1 {
	background-image: url("../images/color-lines-v.png");
	height:9px;
}
.top-bar {
	background: #7e00c1;
	color: #fff;
	padding:10px;
	font-size:14px;
	text-align: right;
	border-top:5px solid #ffb900;
}
.header_area{
	background: #49016f;
	
	
}
.navbar-img img {
	width:250px;
}

.navbar {
	background:#49016f;
	border:0;
	border-radius:0;    
}

.navbar-inverse .navbar-nav > li > a {
	margin-top:15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size:18px;
	
}

.navbar-inverse  .navbar-nav > li.active a {
	color: #49016f;
	background: #ffb900;
	
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
	color: #49016f !important;
	background: #ffb900 !important;
	 
}

.dropdown-menu > li > a {
	font-family: 'Poppins', sans-serif;
	color: #000;
	padding:10px;
	border-bottom: 1px solid #49016f;
}

.navbar-inverse  .navbar-nav > li .dropdown-toggle {
	background: #fff !important;
	color: #000 !important;
}

.navbar-toggle {
	margin-top:50px;
}

.icon-bar {
	background-color:#fff !important;
}

.carousel-inner > .item > img {
	width:100%;
}

.middle_area {
	margin-bottom:20px;
	margin-right:0;
	margin-left:0;
}

.middle_area h3 {
	color: #df0003;
	font-family: 'Calistoga', cursive;
	margin-bottom: 10px;
	padding-left: 10px;
}

.middle_area h4 {
	color: #49016f;
	font-family: 'Calistoga', cursive;
	margin-bottom: 10px;
}

.middle_area i {
	color: #fdb700;
	font-size:25px;
}

.middle_area p {
	font-size: 16px;
	text-align: center;
}



.title h1 {
	font-size: 35px;
	color:#49016f;
	margin-bottom:10px;
	font-family: 'Caladea', serif;    
	padding-bottom: 10px;
	text-align: center;
	background-image: url('../images/color-lines1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}



.mb {
	margin-bottom: 15px;
}

.mt {
	margin-top: 10px;
}

.mb-25 {
	margin-bottom: 25px;
}

.example {
	margin:auto;
	max-width:350px
}

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-top:40px;
	padding-bottom:40px;
	background: #2d3e50 none repeat scroll 0 0;
}

.footer_area h3 {
	font-family: 'Caladea', cursive;
	color: #fff;
}

.footer_area p{
	color: #fff;
	font-size:14px;
}

.footer_bottom_area {
	background: #49016f none repeat scroll 0 0;
}

.footer_bottom_area p {
	text-align:center;
	color: #fff;
	padding: 30px;
	font-size:14px;
}

.modal-content {
	border:10px solid #49016f;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
}

.close {
	color: #fff; 
	opacity: 1;
}

.close1 {
	line-height: 12px;
	width: 18px;
	font-size: 30px;
	margin-top: 10px;
	margin-right: 25px;
	position:absolute;
	top:0;
	right:0;
	color: red;
	background-color: transparent; 
	border: none;
	z-index: 999;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	filter:none !important;
	color: #fe0000;
}

.carousel-indicators li {
	background-color: #294b8a;
}

.carousel-indicators .active {
	background-color: #ec1f25;
}

.caption {
	color:#000;
	text-align:center;
}

.carousel h3 {
	color:#00903f;
}

.carousel p {
	padding-left:110px;
	padding-right:110px;
}

.caption span {
	color:#fe0000;
	padding-left:110px;
	padding-right:110px;
	float:right;
}

.modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.banner .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Calistoga', cursive;  
	font-size: 35px;
}

.light-box li {
	list-style:none;
	margin-bottom:25px;
}

.light-box img {
	margin:0;
	cursor: pointer;
}
.modal-title {
	color:#49016f;
}
#myModal .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border:none !important;
}

#myModal .modal-body {
	background-color: #fff !important;
	padding:0 !important;
}

#successmodal .modal-content {
	background-color: #fff;
	color: #000;
}

.modal-dialog img {
	text-align:center;
	margin:0 auto;
}

.controls {
	width:50px;
	display:block;
	font-size:11px;
	padding-top:8px;
	font-weight:bold;
}

.next {
	float:right;
	text-align:right;
}
.card {
	background:#fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

.card .card-img{
	width: 100%;
}

.card h2 {
	color: #49016f;
	font-family: 'Caladea', serif;    
	text-align: center;
	font-size:16px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.card h4 {
	color: #fe0000;
	text-align: center;
	margin-top:5px;
	margin-bottom:0;
}

.card span{
	color: #000;
	font-size:14px;
	text-align: center;
	margin-top:5px;
	margin-bottom:0;
}

.card h4 i{
	color: #fe0000;
	font-size:16px;
	text-align: center;
	margin-top:5px;
	margin-bottom:0;
}
.card h5 {
	color: blue;
	text-align: center;
	margin-top:0;
}

.card p {
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}
.card .weight {
	
	font-size:12px;
}


.card .btn-primary{
	background: #ffb900;
	color:#49016f;
	font-weight:500;
	border:0;
	border-radius:0;	
	margin-bottom:10px;
	margin-left: 50%;
}

.current {
	color: green;
	background: #c8c5c5;
	padding-left:5px;
	padding-right:5px;
	
}

#pagin li {
	display: inline-block;		
	
}

.media {
	border: 1px solid #aeaeae;
	padding: 15px;
	margin-bottom: 10px
}

.media p{
	text-align:left;
	font-size:14px;
}

.media span{
	font-size:14px;
	float:right;
}

.media span i{
	font-size:16px;
	color: #00903f;
}

.sinlge-post-meta {
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 15px
}


.sinlge-post-meta li {
	font-size:12px;
	background:#F0F0E9;
	color: #363432;
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 0;
	position: relative;
	text-transform: uppercase;
	list-style: none;
}

.sinlge-post-meta li i {
	background:#ED1C24;
	color: #FFFFFF;
	font-size:16px;
	margin-right: 10px;
	padding: 5px;;
}

.sinlge-post-meta li i:after {
	top: 7px;
	border-width: 6px;
	left: 27px;
}

@media only screen and (max-width: 600px) {
.navbar-img img {
	width:320px;
}
.top-bar { 
	background: #7e00c1;
	color: #fff;
	padding:8px;
	font-size:14px;
	text-align: center;
}
}
@media (min-width: 768px) {
.centered-ul{
	margin-left:15%;
}
}
.chatbot {
    position: fixed;
	bottom: 50px;
    left: 0px;
	border:none;
	background:rgba(0,0,0,0);
}
.fpos_bottom_corner {
    position: fixed;
	bottom: 0px;
    right: 0px;
	border:none;
	background:rgba(0,0,0,0);
}


.fpos_bottom_corner1 {
    position: fixed;
	bottom: 50px;
    right: -6px;
	border:none;
	background:rgba(0,0,0,0);
}