/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    background-color: #efefef;
  }
  
  a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
 img, img:hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  
  input::-moz-focus-inner {
    border: 0;
  }
  
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
  }
  





  /* header css start */



 /* #header css start
================================================== */
 .site-header{
  background-color: #683233;
  font-size: 12px;
    border-bottom: 4px solid;
    color: #debbbb;
}
.site-header .header-left {
  margin-top: 40px;
}
.site-header .header-left p a{
  color: #debbbb;
}
.site-header .header-left p i {
  margin-right: 7px;
}

.site-header .logo {
  margin: 16px auto;
  text-align: center;
}
.site-header .logo a img{
  width: 125px;
  height: auto;
}
.site-header .header-right {
  margin: 40px auto;
  text-align: right;
}
.site-header .header-right .small-links {
  padding: 0;
  margin: 0 0 15px 0;
}

.site-header .header-right .small-links li {
  list-style: none;
  display: inline;
}
.site-header .header-right .small-links li a{
  color: #debbbb;
}

.site-header .header-right .small-links li:not(:last-child):after, .flex-direction-nav a:hover {
  color: #bd7677;
}
.site-header .header-right .small-links li:not(:last-child):after {
  padding: 0 8px;
  content: '|';
}

.site-header .header-right .search-form form input {
  background-color: #6f3536;
}
.site-header .header-right .search-form form input {
  min-width: 240px;
  box-shadow: none;
  border: 1px solid #8a4344;
  height: 34px;
  padding: 10px;
}
 /* #header css end
================================================== */








  /* #Navigation css start
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: absolute;
	/* width: 100%;
	top: 0;
	left: 0;
	z-index: 1000; */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
  height: auto;
  width: 100px;
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #bfbfbf !important;
}
.nav-item.active .nav-link{
	color: #f58635 !important;
}
.nav-link {
	position: relative;
	padding: 15px 20px;
    display: block;
}
.navbar-nav .nav-item .nav-link i {
  margin-left: 10px;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-color: #793a3b;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: -4px;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
    border-right: 1px solid #8a4344;
    padding: 0 10px;
}




.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 0px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 0px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
  padding: 8px 10px;
  color: #212121;
  border-radius: 0px;
  transition: all 200ms linear;
  border-bottom: 1px solid #ccc;
}
.dropdown-item:last-child{
  border-bottom: 0px solid #ccc;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #793a3b;
}

.navbar{
  background-color: #793a3b;
  border-top: 1px solid #8a4344;
  font-size: 14px;
}
.navbar .main-menu li.active a {
  color: #fecd0b;
}

.social-icons {
  padding: 10px 20px;
  margin: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.social-icons li a{
  color: #fff;
  font-size: 20px;
}
/* #Navigation css end
================================================== */










/* #slider css start 
================================================== */
.carousel .carousel-inner{

}
.carousel .carousel-inner {
    height: 500px;
}
.carousel .carousel-inner .carousel-item img{
  /* height: 500px; */
  object-fit: cover;
}

/* #slider css end 
================================================== */




/* #section 2 css start 
================================================== */
.section2{

}
.section2 .widget-item h2{
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #683233;
}
.section2 .widget-item p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.section2 .widget-item{
	background-color: #fff;
	padding: 20px;
}


.section2 .widget-inner{
	padding: 20px;
}

.section2 .prof-list-item {
    padding: 18px 0 18px;
    border-bottom: 1px dashed #d5dbe0;
    overflow: hidden;
}
.section2 .prof-list-item.p-none{
    padding-top: 0;
}
.section2 .prof-list-item:last-child{
	border-bottom: 0px dashed #d5dbe0;
	padding-bottom: 0;
}
.section2 .prof-thumb {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    overflow: hidden;
}
.section2 .prof-thumb img {
    width: 75px;
    height: 75px;
}
.section2 .prof-name-list {
    margin: 2px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
}
.section2 .prof-details {
    overflow: hidden;
}
.section2 .widget-main{
	background-color: #fff;
}
.section2 .widget-main-title {
    border-bottom: 1px solid #d5dbe0;
	padding: 16px 20px;
}
.section2 .widget-main .widget-main-title h4{
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.section2 .widget-main .widget-inner .prof-list-item .prof-details h5{
	margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #683233;
}

.section2 .widget-main .widget-inner .prof-list-item .prof-details p{
	margin: 0;
    font-size: 14px;
    font-weight: 400;
}

/* #section 2 css end 
================================================== */





/* #marquee css start 
================================================== */

.marquee{
    background-color: #683233;
    font-size: 16px;
    color: #debbbb;
	margin: 0 15px;
}
.marquee marquee{
  padding: 12px 0;
  margin: 0;
  height: auto;
  display: block;
}

/* #marquee css start 
================================================== */






/* #Our Mission css start 
================================================== */
.our_mission{

}
.our_mission .our_mission_inner_content{
	background-color: #fff;
	padding: 30px 20px;
}
.our_mission .our_mission_cintent h2{
  position: relative;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
  color: #683233;
  margin: 40px 0 10px;
  font-size: 28px;
}
.our_mission .our_mission_cintent h2:before {
    position: absolute;
    width: 65px;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    background-color: #683233;
    display: none;
}
.our_mission .our_mission_img{

}
.our_mission .our_mission_img img{

}
/* #Our Mission css end 
================================================== */



/* #Countercss start 
================================================== */

.counter{

}
.counter .counter_inner_content {
    background: #fff;
}
.counter .counter-content{
	width: 255px;
    height: 260px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 44px 0;
}
.counter .counter-content:hover{
	background-color: #683233;
	box-shadow: 0px 8px 8px -7px #000;
	padding: 38px 0;
}
.counter .counter-content:hover p span.number, .counter .counter-content:hover p span.subtitle{
	color: #fff;
}
.counter .counter-content:hover img {
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 14px 0;
    border-radius: 8px;
    box-shadow: 0px 8px 8px -7px #000;
}
.counter .counter-content img{
    width: 60px;
    height: 60px;
	margin-bottom: 20px;
}
.counter .counter-content p{
    text-transform: capitalize;
}
.counter .counter-content p span.number{
	display: block;
    font-size: 34px;
    color: #000;
	font-weight: 600;
}
.counter .counter-content p span.subtitle{
    display: block;
    font-size: 24px;
    color: #000;
}

/* #Counter css end 
================================================== */




/* #newsevents css start 
================================================== */

.newsevents{
  background-color: #fff;
}
.newsevents .newsevents-title{
  border-bottom: 1px solid #d5dbe0;
  padding: 16px 20px;
}
.newsevents .newsevents-title h4{
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.newsevents .news_event {
  text-align:center;
  background-color: #683233;
}
.newsevents .news_event marquee{
  min-height: 312px;
  height: 100%;
  /* background-color: #683233; */
  padding: 20px 20px;
}
.newsevents .news_event marquee ul{
  padding-left: 15px;
}
.newsevents .news_event marquee ul li{
  list-style-type:decimal;
  color: #fff;
  line-height: 36px;
}
.newsevents .news_event marquee ul li a{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}
/* #newsevents css end 
================================================== */


/* #gallery css start 
================================================== */
.gallery{

}
.gallery h2{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
  line-height: 38px;
  background-color: #683233;
  padding: 14px 0;
  box-shadow: 0 8px 10px -11px #000;
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
/* #gallery css start 
================================================== */






/* #site_footer css start 
================================================== */
.site_footer{
  background-color: #683233;
  padding: 35px 0;
}
.site_footer .footer_logo {
  overflow: hidden;
  margin-bottom: 10px;
}
.site_footer .footer_logo a{
  display: block;
}
.site_footer .footer_logo a img{
  width: 100px;
}
.site_footer .footer_logo h3{
  color: #fff;
  font-size: 14px;
  padding: 10px 0 0px;
  display: block;
}
.site_footer h2{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.site_footer p{
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}
.site_footer .site_footer_inner_content{

}
.site_footer .site_footer_inner_content h2{

}
.site_footer .site_footer_inner_content h4{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.site_footer .site_footer_inner_content h5{
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.site_footer .site_footer_inner_content p{
  margin-bottom: 0px;
}
.site_footer .site_footer_inner_content p a{
  color: #fff;
}
.site_footer .site_footer_inner_content ul{
  padding-left: 0px;
}
.site_footer .site_footer_inner_content ul li{
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
  list-style-type: none;
}
.site_footer .site_footer_inner_content ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
/* #site_footer css end 
================================================== */







/* #site_sub_footer css start 
================================================== */

.site_sub_footer{
  background-color: #683233;
  padding: 18px 0;
  border-top: 1px solid #522526;
}
.site_sub_footer p{
  color: #fff;
  margin: 0;
  font-size: 12px;
}



/* #site_sub_footer css end 
================================================== */







/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -8px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
  .navbar-nav .nav-item .nav-link i {
    display: none;
  }
  .navbar-nav .nav-link {
    padding: 5px 20px;
  }
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}



/* header css end */