@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cardo|Libre+Franklin&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
ol, ul {
	padding:0px;
	margin:0px;
}
h1, h3, h4, h6{
	font-family: 'Cardo', sans-serif;
}
h5 {
	font-family: 'Dancing Script';
	font-size:130%;
	color:#000;
	line-height:1.7em;
	font-weight:400;
}
h2 {
	font-family: 'Dancing Script';
	font-size:175%;
	color:#000;
	line-height:1.7em;
	font-weight:400;
}
h6 {
	font-family: 'Courier New';
	font-size:75%;
	color:##808080;
	line-height:1.7em;
	font-weight:400;
}


body {
	font-family: 'Cardo';
	font-size:20px;
	color:#000;
	line-height:1.7em;
	font-weight:400;
}
/*=========menu========*/
.logo {
	padding: 20px 0;
}
.menu {
	padding:0px;
}
.nav.navbar-nav {
	float:right;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
}
.navbar-inverse {
	background-color: transparent;
	border: none;
	padding-top: 24px;
}
.navbar-inverse .navbar-collapse {
	padding:0px;
	margin:0px;
}
.navbar-nav > li {
	float: left;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #2a2e32;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-nav > li > a:hover {
	color: #997028 !important;
	background-color: transparent !important;
}
.navbar-inverse .navbar-nav > .active > a {
	color: #997027 !important;
	background-color: transparent !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #997028;
}
/*========/menu========*/


/*========banner=======*/

/***********************************************/
.log {margin-top:4%;}
#slider  img {
	max-width: 100%;
	}

/*Slider*/
#slider {
	
}

#slider .slider_overlay {
	position: relative;
}
#slider .slider_overlay:after {
	position: absolute;
	content: "";
	
	top: 0;
	width: 100%;
	height: 100%;
}
/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0.6;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.buton {width:80%; margin:0 auto;}

/********************************/
/*          Media Queries       */
/********************************/

/*========/banner=======*/


/*===============================content=========================*/
.space {
	padding: 50px 0;
	float: left;
}
.space h1 {
	padding: 0 0 40px 0;
	font-size: 46px;
}
.space p {
	line-height:2em;
}
.btn-default {
	background-color: transparent;
	border: 2px dashed #997028;
	color: #997028;
	text-align: center;
	padding: 10px 40px;
	text-transform: uppercase;
	margin-top: 5%;
}
.btn-default:hover {
	background:#997028;
	color:#fff;
	border-color:#997028;
	transition:all ease-in-out 0.5s;
}
.btn-danger {
	background-color: #997028;
	border: 2px dashed #997028;
	color: #fff;
	text-align: center;
	padding: 10px 40px;
	text-transform: uppercase;
	margin: 1% 0 4% 0;
}
.btn-danger:hover {
	background-color:transparent;
	color:#997028;
	border-color:#997028;
	transition:all ease-in-out 0.5s;
}
/*==============================/content=========================*/


/*============Footer=============*/
.footer {
	background: #fff;
	padding: 5% 0 0 0;
}
.f-2 hr {
	border-top: 1px solid #e7e7e7;
}
.links a:hover {
	text-decoration:none;
}
.links li {
	display: inline-block;
	list-style: none;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin: 4px;
	text-transform: uppercase;
	background: #997028;
	font-size: 18px;
	color: #fff;
}
.links li:hover {
	background-color: #333;
	transition:all ease-in-out 0.3s;
}
.l-c {
	background-color: #fff;
	padding: 14px 0 0px 0;
	text-align: center;
}
.l-c p {
	font-size:14px;
	color:#333;
	text-align:center;
}
/*============/Footer=============*/

/*==============inner-pages=====================*/
.inner-bnr {
	padding: 40px 0 60px 0;
}
* {
	box-sizing: border-box;
}
.row > .column {
	padding: 0 9px 14px 0;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column {
	float: left;
	width: 33%;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 50%;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	opacity: 10;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: relative;
	width: auto;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
img {
	margin-bottom: -4px;
}
.caption-container {
	text-align: center;
	background-color: transparent;
	padding: 2px 16px;
	color: white;
}
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	margin-bottom: 1.7%;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #333;
	border-color: #d61663;
}
.panel-title {
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #ffffff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	background: #f2f2f2;
}
button.btn.btn-default-2 {
	background: #997028;
	color: #fff;
	padding: 8px 30px;
	text-align: center;
}
button.btn.btn-default-2:hover {
	opacity:0.7;
}
/*==============inner-pages=====================*/

/*============media query=============*/


@media screen and (max-width: 768px) and (min-width: 320px) {
.navbar-inverse .navbar-toggle .icon-bar {
 background-color: #997028;
}
.navbar-inverse {
 padding-top:4px;
}
.navbar-inverse .navbar-toggle {
 border-color: #997028;
}
.space h1 {
    padding: 0 0 10px 0;
    font-size: 26px;
}
.row {
    margin-left: 0px;
}
 .hero {
width: 100%;
height:100%;
padding:50px 0;
}

}
/*============/media query=============*/



.iframe-container{
	position: relative;
	width: 100%;
	height: auto;
}
.iframe-container iframe{
	position: relative;

	width: 100%;
	height: auto;
}










/* -----------------> can start accordion style copy from here ------------------------*/

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0px!important;
}
.accordion-bral .ac-label {
  font-family: 'Cardo', sans-serif;
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #2a2e32;
  line-height: 33px;
  font-size: 20px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
.accordion-bral .ac-label:hover {
  background: #BBB;
}
.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  background-color: rgba(79, 79, 79, 0.5) !important;
  color: #2a2e32;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input.ac-input {
  display: none;
}
.accordion-bral .article {
  background: rgb(240, 240, 240);
  overflow: hidden;
  height: 0px;
  max-height: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.accordion-bral .article p {
  color: #777;
  line-height: 20px;
  font-size: 16px;
  padding: 18px;
}
.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
}

.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 14px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #808080;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;  
}

table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th{
  text-align: left;
}

@media (max-width: 550px) {
  .accordion-bral .ac-label {
  font-family: 'Cardo', sans-serif;
  padding: 10px 20px;
  position: relative;
  display: block;
  height: auto;
  padding-right: 40px;
  cursor: pointer;
  color: #2a2e32;
  line-height: 33px;
  font-size: 20px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
  .accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 2%;
  right: 0;
}
}
/* ---------- accordion style end --------------------------------------- */


