@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);

html,
body {
    height: 100%
}

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

p {
    font-size: 16px;
    text-align: justify;

}
.top-bar {
    background: #482249;
    color: #fff;
    padding:10px;
    font-size:14px;
    text-align: center;
}

.header_area{
	background: #f7dda2;
	box-shadow: 0 8px 6px -6px black;
	
}
.navbar-img img {
    width:250px;
}

.navbar {
    background:#f7dda2;
    border:0;
    border-radius:0;    
    margin-bottom:0;
   z-index:999;
   
}

.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: #000;	
    background: #fff;
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
    color: #fff;
    background: #482249;
}

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

.navbar-inverse  .navbar-nav > li .dropdown-toggle:hover,
.navbar-inverse  .navbar-nav > li .dropdown-toggle:focus{
  background-color: #482249 !important;
  color:#fff;
}

.dropdown-menu > li > a {
    background-color: #fff !important;
    color: #000 !important;
    font-weight:600;    
    border-bottom:1px solid #dbdadc;
}

.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
   color: #ffffff !important;
   background-color: #482249 !important;
}

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

.icon-bar {
    background-color:#FF0000 !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 h3 {
    
    color:#eb1c24;
    margin-bottom:10px;
    font-family: 'Caladea', serif;    
    padding-bottom: 5px;
   
}

.middle_area span {
    font-family: 'Calistoga', cursive;
    color:#482249;
}

.middle_area h4 {
    color: #482249;
    font-family: 'Caladea', serif;
    margin-bottom: 10px;
}
.middle_area h5 {
    color: #482249;
    font-family: 'Calistoga', cursive;
    margin-bottom: 5px;
}
.middle_area i {
    color: #482249;
    font-size:25px;
}

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

}

.middle_area  li {
    list-style-image: url('../images/bullet.png');
    line-height: 2;
    padding-left: 10px;
    color: #000;
    text-align: justify;
}
.title h1 {
    font-size: 35px;
    color:#eb1c24;
    margin-bottom:10px;
    font-family: 'Caladea', serif;    
    padding-bottom: 5px;
    text-align: center;
}

.title h1 span {
    font-family: 'Calistoga', cursive;
    color:#482249;
}
.title h2 {
    font-size: 35px;
    color:#fff;
    margin-bottom:10px;
    font-family: 'Caladea', serif;    
    padding-bottom: 5px;
    text-align: center;
}

.title span {
    font-family: 'Calistoga', cursive;
    color:#f0c974;
}
.title h3 {
    
    color:#482249;
    margin-bottom:10px;
     font-family: 'Calistoga', cursive;    
    padding-bottom: 5px;
    
}
.title h4 {
    font-size:24px;
    color:#fff;
    margin-bottom:10px;
     font-family: 'Calistoga', cursive;    
    padding-bottom: 5px;
    
}
.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion p{
	font-size:14px;
}
.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #000;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title a{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size:17px;
}

.accordion-inner img{
  border-radius: 4px;
}


.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 45px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
 padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h3{
    color: #000;
    margin-bottom:0;
    font-size:20px;
    font-family: 'Caladea', serif;
}

.contact-info{
  color:#000;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb {
    margin-bottom: 15px;
}

.mt {
    margin-top: 15px;
}

.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 #482249;
    font-size:15px;
    background-color:#482249;
    padding:10px;
    width:120px;
    color: #fff;
}

.footer_area {
    letter-spacing: 1px;
    padding-bottom:40px;
    background: #2b2b2b none repeat scroll 0 0;
}

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

.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 {
    border-top: 1px solid #000;
    background: #2b2b2b none repeat scroll 0 0;
}

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

.modal-content {
    border:10px solid #eee;
    background-color: #2396f1;
    -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: #482249;
}

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

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

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

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

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

.light-box img {
    margin:0;
    cursor: pointer;
}

#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;
}

@media only screen and (max-width: 600px) {
    .navbar-img img {
        width:320px;
    }
    .top-bar { 
        background: #482249;
        color: #fff;
        padding:8px;
        font-size:14px;
        text-align: center;
    }
}
