@import url('https://fonts.googleapis.com/css?family=Gentium+Basic:400,400i,700,700i');
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700i,900,900i');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');

body
{
	/*font-family: 'Muli', sans-serif;*/
	/*font-family: 'Comfortaa', cursive;*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	background: #c4cfe1;
 }
a 
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
::selection
{
	background-color: #ab802e;
	color: #fff;
}
/* ---------------------- PADDING AND MARGINS STYLE-------------------*/
.marg-top-0
{
	margin-top: 0px;
}
.marg-top-10
{
	margin-top: 10px;
}
.marg-top-20
{
	margin-top: 20px;
}
.marg-top-30
{
	margin-top: 30px;
}
.marg-top-40
{
	margin-top: 40px;
}
.marg-top-50
{
	margin-top: 50px;
}
.marg-top-60
{
	margin-top: 60px;
}
.marg-top-70
{
	margin-top: 70px;
}
.marg-top-80
{
	margin-top: 80px;
}
.marg-top-100
{
	margin-top: 100px;
}
.marg-top-150
{
	margin-top: 150px;
}

/*  ---------------------------MARGIN LEFT STYLE ---------------------*/
.marg-left-0
{
	margin-left: 0px;
}
.marg-left-10
{
	margin-left: 10px;
}
.marg-left-20
{
	margin-left: 20px;
}
.marg-left-30
{
	margin-left: 30px;
}
.marg-left-40
{
	margin-left: 40px;
}
.marg-left-50
{
	margin-left: 50px;
}
.marg-left-60
{
	margin-left: 60px;
}
.marg-left-70
{
	margin-left: 70px;
}
.marg-left-80
{
	margin-left: 80px;
}
.marg-left-100
{
	margin-left: 100px;
}
/*  -------------------------MARGIN RIGHT STYLE ---------------------*/

.marg-right-0
{
	margin-right: 0px;
}

.marg-right-10
{
	margin-right: 10px;
}
.marg-right-20
{
	margin-right: 20px;
}
.marg-right-30
{
	margin-right: 30px;
}
.marg-right-40
{
	margin-right: 40px;
}
.marg-right-50
{
	margin-right: 50px;
}
.marg-right-60
{
	margin-right: 60px;
}
.marg-right-70
{
	margin-right: 70px;
}
.marg-right-80
{
	margin-right: 80px;
}
.marg-right-100
{
	margin-right: 100px;
}
/* ----------------------------MARGIN BOTTOM STYLE----------------------*/

.marg-bottom-0
{
	margin-bottom: 0px;
}
.marg-bottom-10
{
	margin-bottom: 10px;
}
.marg-bottom-20
{
	margin-bottom: 20px;
}
.marg-bottom-30
{
	margin-bottom: 30px;
}
.marg-bottom-40
{
	margin-bottom: 40px;
}
.marg-bottom-50
{
	margin-bottom: 50px;
}
.marg-bottom-60
{
	margin-bottom: 60px;
}
.marg-bottom-70
{
	margin-bottom: 70px;
}
.marg-bottom-80
{
	margin-bottom: 80px;
}
.marg-bottom-100
{
	margin-bottom: 100px;
}
.marg-bottom-150
{
	margin-bottom: 150px;
}
/*  ----------------------- PADDING TOP STYLE -------------------------*/
.pad-top-0
{
	padding-top: 0px;
}

.pad-top-10
{
	padding-top: 10px;
}
.pad-top-20
{
	padding-top: 20px;
}
.pad-top-30
{
	padding-top: 30px;
}
.pad-top-40
{
	padding-top: 40px;
}
.pad-top-50
{
	padding-top: 50px;
}
.pad-top-60
{
	padding-top: 60px;
}
.pad-top-70
{
	padding-top: 70px;
}
.pad-top-80
{
	padding-top: 80px;
}
.pad-top-100
{
	padding-top: 100px;
}
.pad-top-150
{
	padding-top: 150px;
}
/*  -------------------- PADDING LEFT STYLE ------------------*/
.pad-left-0
{
	padding-left: 0px;
}

.pad-left-10
{
	padding-left: 10px;
}
.pad-left-20
{
	padding-left: 20px;
}
.pad-left-30
{
	padding-left: 30px;
}
.pad-left-40
{
	padding-left: 40px;
}
.pad-left-50
{
	padding-left: 50px;
}
.pad-left-60
{
	padding-left: 60px;
}
.pad-left-70
{
	padding-left: 70px;
}
.pad-left-80
{
	padding-left: 80px;
}
.pad-left-100
{
	padding-left: 100px;
}

/*  -------------------- PADDING RIGHT STYLE ----------------------*/
.pad-right-0
{
	padding-right: 0px;
}

.pad-right-10
{
	padding-right: 10px;
}
.pad-right-20
{
	padding-right: 20px;
}
.pad-right-30
{
	padding-right: 30px;
}
.pad-right-40
{
	padding-right: 40px;
}
.pad-right-50
{
	padding-right: 50px;
}
.pad-right-60
{
	padding-right: 60px;
}
.pad-right-70
{
	padding-right: 70px;
}
.pad-right-80
{
	padding-right: 80px;
}
.pad-right-100
{
	padding-right: 100px;
}
/* -------------------- PADDING BOTTOM STYLE ----------------------*/
.pad-bottom-0
{
	padding-bottom: 0px;
}

.pad-bottom-10
{
	padding-bottom: 10px;
}
.pad-bottom-20
{
	padding-bottom: 20px;
}
.pad-bottom-30
{
	padding-bottom: 30px;
}
.pad-bottom-40
{
	padding-bottom: 40px;
}
.pad-bottom-50
{
	padding-bottom: 50px;
}
.pad-bottom-60
{
	padding-bottom: 60px;
}
.pad-bottom-70
{
	padding-bottom: 70px;
}
.pad-bottom-80
{
	padding-bottom: 80px;
}
.pad-bottom-100
{
	padding-bottom: 100px;
}
.pad-bottom-150
{
	padding-bottom: 150px;
}
/* ---------------------- PADDING AND MARGINS STYLE-------------------*/
/*---------------------------- navbar css ----------------------------*/
.navbar-default
{
	background  : url(../images/top-dark.jpg);
    border-color: #000;
    background-color: #000;
}
.navbar-nav
{
	padding: 20px 0px 5px; 
}
.sticky-menu 
{
	padding: 0px !important;
	margin-top: 18px;
}
.navbar-brand
{
	padding: 5px 15px 5px;
}

/* .logodiv img
{
	margin-top: 9px;
} */
.navbar
{
	border-radius: 0px;
	border:none;
}
.navbar-default .navbar-nav>li>a
{
	color: #fff;
}
.sticky-menu a
{
	color: #fff !important;
}
.nav>li>a
{
	font-size: 14px;
    font-weight: 500;
}
.top-menu-page .navbar-default .navbar-nav>li>a
{
	color: #fff !important;
}
.top-menu-page .navbar-brand>img
{
	/*padding: 10px 0px;*/
}
.navbar
{
	margin-bottom: 0px;
}
.navbar-right li
{
	text-align:center;
}
.navbar-nav>li>a
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav i
{
	font-weight: 600;
	color: #fff;
}
.navbar-right li:hover i
{
	color: #ab802e;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background: #000;
}
.navbar-default .navbar-toggle
{
	border-color: #000;
	background: #000;
}
.navbar-toggle
{
	padding: 7px;
	margin: 15px 15px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	border-color: #000;
	/* background: #000; */
}
/*----------------------- navbar css------------------------*/
/*Gallery*/
.imga {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 37%;
  text-align: center;
  z-index: 999;
}

.middle .text {
  background-color: #7c5815;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.imga:hover .image {
  opacity: 0.3;
}

.imga:hover .middle {
  opacity: 1;
}

/* Effect 16: fall down */
.cl-effect-16 a 
{
	color: #6f8686;
}
.sticky-menu a
{
	text-shadow: none !important;
}
.cl-effect-16 a::before {
	color: #ab802e;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.sticky-menu a::before 
{
	color: #ab802e;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.top-menu-page a::before 
{
	color: #ab802e;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
/* Effect 16: fall down */

.top-menu
{
	position: relative;
    z-index: 1000;
    background:#fff;
    /*background-color: rgba(0,0,0,0.17);*/
    /*background-color: rgba(255, 109, 109, 0.27);*/
}
.slider-section
{
	position: relative;
    margin-top: -112px;
}
.camera_prev, .camera_next
{
	background-color: rgba(0, 0, 0, 0.45);
}
.camera_next > span
{
	background: url(../images/camera_skins.png) no-repeat -40px -80px;
}
.camera_prev > span 
{
    background: url(../images/camera_skins.png) no-repeat 0px -80px;
}
.heading
{
	padding: 30px 0px;
	position: relative;
}
.heading h1, .heading h2
{
	font-family: 'Gentium Basic', serif;
	text-align: center;
	font-size: 45px;
}
.heading :before
{
	background: rgba(0, 0, 0, 0) url(../images/section-line.png) no-repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 4%;
    width: 91px;
}
.heading-p p
{
    font-style: italic;
    color: #5a5a5a;
    text-align: center;
    padding-top: 10px;
    line-height: 25px;
}
.about-index
{
	background-color: #9eacc2;
	padding: 40px 0px;
}
.about 
{
	padding: 30px 0px;
    color: #969696;
    font-size: 16px;
    font-style: italic;
    word-spacing: 4px;
}
.blackbanner
{
	/*background-image: url(../images/banner-ring.png);*/
	background-image: url(../images/wedding-pictures-7.png);
	background-size: cover;
	padding: 30px 0px;
	background-position: 1%;
}
.blackbanner h3
{
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
.blackbanner span
{
	font-size: 38px;
	font-style: italic;
	font-weight: 600;
}
.blackbanner p
{
	color: #fff;
}
.coffeebtn
{
	padding-top: 15px;
}
.coffeebtn .btn-default
{
	background:#000;
	border-color: #000;
	padding:12px 20px;
	color: #fff;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	font-size: 16px;
}
.coffeebtn .btn-default:hover
{
	background:#fff;
	border:#fff;
	color: #000;
	box-shadow: none;
	outline: none;
}
.custom-hr
{
	border-top: 1px solid #ddd;
	margin:20px 0px;
}
.more-about 
{
	padding: 30px 0px 0px;
}
.more-about p
{
	color: #5a5a5a;
    line-height: 25px;
    text-align: center;
    font-size: 17px;
    padding: 0px 30px 30px 0px;
}
.about-frozen blockquote
{
	font-size: 17px;
    border-left: 5px solid #ab802e;
}

.more-about span
{
    background-color: #ab802e;
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    margin-right: 4px;
    line-height: 45px;
}
.aboutsec2 h4
{
	color: #5a5a5a;
}
.aboutsec2 h3
{
	color: #212121;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
}
.ab-text h4
{
	color: #212121;
	font-size: 18px;
}
.ab-text p
{
	color: #5a5a5a;
	line-height: 27px;
}
.ab-img  img
{
	margin-bottom: 50px;
	border:10px solid #ab802e;
}
.ab-icon
{
	float: left;
    font-size: 30px;
    padding-right: 20px;
    margin-bottom: 100px;
    color: #ab802e;
}
.aboutsec2 p
{
	color: #5a5a5a;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}
.header-section
{
	box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.28);
	margin-bottom: 0px;
}
.event-index
{
	background: #fff;
}
.event-story
{
	position: relative;
    margin-top: 95px;
}
.event-story:before
{
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: #d9d9d9;
}
.event-pic img
{
	text-align: right;
    width: 450px;
    margin: 0 auto;
    border: 6px solid #dadada;
}
.event-caption p
{
	margin-top: 40px;
	margin-left: 30px;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 30px;
}
.heart-icon
{
	position: relative;
    margin-left: -35px;
    top: -155px;
}
.heart-icon .thumbnail
{
	margin-bottom: 0px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    border-radius: 50%;
    background: #ab802e;
    border:1px solid #ab802e;
    color: #fff;
}
.first-wrapper
{
	padding: 0px 0px 70px;
}
.second-wrapper p
{
	text-align: justify;
	margin-right: 30px;
	margin-left: 0px;
}
.second-wrapper .heart-icon
{
	top: -135px;
}
.second-wrapper 
{
	padding: 0px 0px 60px;
}
.second-wrapper .event-caption
{
	padding-left: 50px;
}
footer
{
	position: relative;
	padding: 40px 0px;
	background-image: url(../images/eight_horns.png);
}
footer:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.f-widget h4
{
	font-family: 'Gentium Basic', serif;
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
}
.f-widget p
{
	color: #bbb;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px;
    word-spacing: 1px;
    letter-spacing: 0.2px;
}
.f-widget li
{
	padding-right: 16px;
}
.f-widget a
{
	color: #fff;
}
.f-widget ul
{
	padding-top: 25px;
	margin-bottom: 0px;
}
.f-widget-contact i.fa
{
	font-size: 15px;
	padding-right: 5px;
}
.f-widget .form-control
{
	box-shadow: none;
	outline: none;
	background:transparent;
	border: 1px solid #000;
	border-radius: 0px;
	color: #fff;
}
.f-widget .btn
{
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	background: #000;
	border-color: #000;
	color: #fff;
}
.f-widget .btn:hover, .f-widget .btn:focus
{
	background:#ab802e;
	border-color: #ab802e;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.event-caption a
{
	margin-left: 25px;
	margin-top: 20px;
	text-align: center;
}
.second-wrapper a
{
	margin-left: 0px;
}
.event-caption .btn-default
{
	background: #ab802e;
	padding: 5px 25px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.event-caption .btn-default:hover, .event-caption .btn-default:focus
{
	background-color: #212121;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.f-widget a:hover
{
	color: #ab802e;
}
.social-icon .thumbnail
{
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	background: #000;
	border-radius: 0px;
	border-color: #000;
}
.social-icon .thumbnail:hover
{
	background-color: #ab802e;
	color: #fff;
	border-color: #ab802e;
}
.copyright
{
	background-color: #212121;
	color: #969696;
	padding: 10px 0px;
	text-align: center;
}
.copyright p
{
	margin-bottom: 0px;
}
.copyright span
{
	color: #fff;
}
.banner
{
	/*background-image: url(../images/banner1.jpg);*/
	background-image: url(../images/mccainpictures071.jpg);
	padding: 40px 0px;
	background-size: cover;
	background-position: 1% 50%;
	position: relative;
}
.banner:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(171, 128, 46, 0.75);
	width: 100%;
	height: 100%;

}
/* .banner-text:before
{
    content: '';
    position: absolute;
    width: 3px;
    height: 150px;
    top: 60px;
    right: 12px;
    background: #fff;
} */
.banner img
{
	margin: 0 auto;
	display: table;
}
.banner h3
{
	color: #fff;
	font-family: 'Gentium Basic', serif;
	font-size: 45px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 5px 0px;
    text-shadow: 3px -1px 2px rgba(33, 33, 33, 0.43);
}
.banner ul
{
	padding: 5px 0px 20px;
	margin: 0 auto;
	display: table;
}
.banner .thumbnail
{
	width: 55px;
	height: 55px;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	padding-top: 17px;
	margin-right: 5px;
	background: transparent;
	border-radius: 0px;
	font-size: 18px; 
	border:2px solid #fff;
}
.banner .thumbnail:hover
{
	color: #ab802e;
	background: #fff;
	border-color: #fff;
}
.banner p
{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 25px 0px;
	font-weight: 500;
}
.banner-social i
{
	  display: block;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  line-height: 55px;
	  position: relative;
}
.banner-social-icon:hover i:first-child 
{
  margin-top: -55px;
}

.banner-social-icon:hover i
{
	color: #ab802e;
	background: #fff;
}
.banner-social-icon {
  margin: 0 5px 5px 0;
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 40px !important;
  color: #fff;
  text-shadow: none;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #fff;
}
.banner .btn-default
{
	background: #212121;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	padding: 10px 25px;
	border-color: #212121;
}
.banner .btn-default:hover, .banner .btn-default:focus
{
	background-color: #3c3c3c;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #3c3c3c;
}
.banner-form 
{
	margin-top: 40px;
}
.banner-form .form-control
{
	box-shadow: none;
    outline: none;
    height: 42px;
    margin-right: 20px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: #fff;
    padding: 6px 30px 6px 12px;
}
.banner-form input:focus
{
	border:1px solid #ab802e;
}
.testimonial
{
	margin: 10px 0px 30px;
	padding: 30px;
}
.testimonial p
{
	color: #5a5a5a;
    font-size: 17px;
    line-height: 30px;
    padding: 30px;
    text-align: justify;
}
.testimonial i
{
	color: #ab802e;
    font-size: 18px;
    padding-right: 10px;
}
.testimonial-content
{
	position: relative;
	padding: 20px 25px;
}
.testimonial-content:before
{
	background: rgba(0, 0, 0, 0) url(../images/frame2.png) no-repeat scroll 0 0;
	content: "";
    height: 142px;
    left: 8px;
    margin: auto;
    top: 22px;
    position: absolute;
    width: 142px;
}
.testimonial-content:after
{
	background: rgba(0, 0, 0, 0) url(../images/frame1.png) no-repeat scroll 0 0;
    content: "";
	height: 142px;
    right: 24px;
    bottom: 49px;
    margin: auto;
    position: absolute;
    width: 142px;
}
.testimonial h5 
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.testimonial a
{
	color: #ab802e;
}
.testimonial a:hover
{
	color: #000;
}
.owl-theme .owl-controls .owl-page span
{
	background: #ab802e;
	border-radius: 0px;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-nav {
	margin-top: -36px;
	float     : right;
}

.owl-dots {
	display: none;
}

.owl-prev i {
		font-size : 1rem;
		background: #f0f0f0;
		padding   : 10px 15px;
		position  : relative;
}
.owl-prev i:hover {
			background: #dd3434;
			color     : #fff;
		}
	



.owl-next i {
		font-size : 1rem;
		background: #e0e0e0;
		padding   : 10px 15px;
		position  : relative;
}
.owl-next i:hover {
			background: #dd3434;
			color     : #fff;
		}
	



.sticky-header
{
  top:0px;
  position: fixed;
  width:100%;
  z-index: 999;
  margin-top: 0px;
  height: 85px;
  margin-left: 0px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #000;
} 
.bcrumb
{
	background: -webkit-linear-gradient(right, #7c5815, #ab802e);
	/*background: #e84f4f;*/
	padding: 20px;
	/* margin-top: 3px; */
}
.breadcrumb
{
	background: transparent;
	border-radius: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.bcrumb a
{
	color: #fff;
}
.bcrumb li
{
	font-size: 17px;
}
.bcrumb .breadcrumb>.active
{
	color: #ffd4d9;
}
.breadcrumb > li + li:before {
    color: #fff;
    content: "\f101";
    padding: 0 8px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.aboutop
{
	padding: 40px 0px;
}
.aboutop .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	margin-right: 15px;
	border:1px solid #212121;
}
.aboutop input:focus
{
	box-shadow: none;
	outline: none;
	border: 1px solid #ab802e;
}
.aboutop .btn-default
{
	background: #212121;
	padding: 5px 25px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.aboutop .btn-default:hover, .aboutop .btn-default:focus
{
	background-color: #ab802e;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.aboutop h2
{
	color: #212121;
	font-family: 'Gentium Basic', serif;
	font-size: 38px;
    word-spacing: 3px;
    margin-bottom: 20px;
}
.aboutop span
{
	color: #ab802e;
}
.aboutop p
{
	color: #757575;
	text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.about-frozen
{
	padding: 100px 0;
}
.about-frozen p
{
	margin-top: 30px;
    color: #000;
    line-height: 25px;
    
    font-size: 16px;
    word-spacing: 3px;
}
.ab-logo
{
	position: relative;
}
.ab-logo img
{
	/*margin-top: 30px;*/
}
.ab-logo:before
{
    content: '';
    position: absolute;
    background: #ab802e;
    top: -19px;
    right: -17px;
    height: 100%;
    width: 40%;
}
.banner1
{
	border-radius: 2px;
	border: 1px solid #ab802e;
	margin:40px 0px;
	padding: 30px;
}
.banner1 h2
{
	font-family: 'Gentium Basic', serif;
	margin: 0px;
	font-style: italic;
	font-weight: 600;
	color: #212121;
}
.about3
{
	background-color: #f2f2f2;
	padding: 30px 0px;
	margin-top: 40px;
}
.our-vision p, .our-mission p
{
	padding: 30px 40px;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.our-vision
{
	position: relative;
}
.our-vision:before
{
    content: "";
    position: absolute;
    top: -100px;
    left: 100%;
    right: 0;
    width: 1px;
    height: 340px;
    margin: 0 auto;
    background: #d9d9d9;
}
.abheart-icon .thumbnail
{
	margin-bottom: 0px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    border-radius: 50%;
    background: #ab802e;
    border:1px solid #ab802e;
    color: #fff;
}
.abheart-icon
{
	position: relative;
    top: -155px;
    left: 96.6%;
}
.about4
{
	background-image: url(../images/banner2.png);
	background-size: cover;
	padding: 50px 0px 0px;
}
.about4 h2
{
	color: #fff !important;
}
.about4-box
{
	text-align: center;
	padding: 20px;
	background: rgba(255,255,255,0.79);
	margin-bottom: 50px;
}
.about4-box img
{
	width: 90px;
	margin-bottom: 2rem
}
.about4-box h4
{
	font-family: 'Gentium Basic', serif;
	margin: 0px;
	font-style: italic;
	font-weight: 600;
	font-size: 26px;
	color: #212121;
	/* padding-bottom: 15px; */
}
.about4-box p
{
	color: #424242;
	line-height: 26px;
}
.about4-box:hover h4
{
	color: #ab802e;
}

.about5
{
	padding:70px 45px 40px 45px;
}
.about5 h2
{
	padding: 20px;
    border-bottom: 1px dashed;
    margin: 0px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.about5 p
{
	color:#9b9b9b;
	line-height: 24px;
	padding-top: 20px;
	margin: 0px;
	font-size: 16px;
}
.success-bg
{
	background-image:url(../images/banner.png);
	background-size: cover;
}
.success-head
{
	padding: 150px 50px;
}
.success-head h1
{
	color: #fff;
    font-size: 70px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #222222;
}
.service-block 
{
	padding: 34px;
}
.service-block i
{
	font-size: 35px;
	color:#000;
	padding-bottom: 10px;
}
.service-block p
{
	color:#6B6B6B;
	line-height: 22px;
	font-size: 16px;
}
.about6
{
	background-image: url(../images/slider3.jpg);
	background-position: 50% 44%;
}
.why-choose
{
	background:#9eacc2;
	border-top: 1px solid rgba(158, 172, 194, 0.29);
	border-bottom: 1px solid rgba(158, 172, 194, 0.29);
}
.why-inner
{
	padding: 50px;
}
.our-ser-bg1
{
	background-color: rgba(212, 165, 77, 0.85);
	padding: 32px 0px;
}
.why-outer
{
	background-image: url(../images/wedding-place-1.jpg);
	padding: 10px 10px;
}
.backimg
{
	background-image: url(../images/wedding-event-2.jpg);
	padding: 10px 10px;
}
.why-outer h3, .why-inner h3, .ourvision h3, .ourmission h3
{
	font-family: 'Gentium Basic', serif;
	margin-bottom: 20px;
	font-size: 32px;
}
.why-inner p, .ourvision p
{
	color: #5a5a5a;
	font-size: 16px;
	line-height: 26px;
}
.ourmission p
{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.why-inner .btn-default
{
	background: #212121;
	padding: 5px 25px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.why-inner .btn-default:hover, .why-inner .btn-default:focus
{
	background-color: #ab802e;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.why-outer i
{
	padding-left: 8px;
}
.why-outer li
{
	padding: 8px 0px;
	font-size: 16px;
}
.why-heading
{
	padding: 40px 20px;
	background: rgba(212, 165, 77, 0.85); 
	color: #fff
}
.ourmission
{
	padding: 50px 90px;
	background: rgba(212, 165, 77, 0.85);
	color: #fff;
	text-align: center;
}
.why-heading ul
{
	list-style-type: none;
}
.ourvision
{
	padding:50px 90px;
	text-align: center;
}

.side-heading
{
	color:#fff;
	font-size: 36px;
	padding: 80px 0px;
}
.side-heading h2
{
	margin: 0px;
	font-family: 'Gentium Basic', serif;
	line-height: 65px;
	color:#fff;
	font-size: 55px;
}
.our-ser-bg2
{
	background-color: rgba(255, 255, 255, 0.82);
}
.about-founder
{
	/*background-image: url(../images/leaves-scene-white.png);*/
	padding:50px 0px;
	background-size: cover;
	border-top: 1px solid rgba(158, 172, 194, 0.29);
	border-bottom: 1px solid rgba(158, 172, 194, 0.29);
}
.about-founder img
{
	border: 10px solid #FFFFFF;
    margin: 30px 0px 10px;
    box-shadow: 0 0 35px #d6d5d5;
}
.about-founder h2
{
	font-family: 'Gentium Basic', serif;
	font-weight: 600;
}
.founder-content p
{
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.gridport
{
	margin-top: 30px;
}
.mg-gallery-item img
{
	border:3px solid #ddd;
}
.mg-gallery-item 
{
	margin: 10px;
}
.mg-gallery-item figcaption
{
	min-height: 55px;
	font-size: 17px;
}
.video-loadmore
{
	margin: 30px 0px;
}
.video-loadmore .btn-default
{
	background: #212121;
	border-radius: 2px;
	box-shadow: none;
	padding:8px 20px;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.video-loadmore .btn-default:hover, .video-loadmore .btn-default:focus
{
	background: #ab802e;
	border-radius: 2px;
	box-shadow: none;
	padding:8px 20px;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.nopad
{
	padding-left: 0px;
	padding-right: 0px;
}
.story-box
{
	padding: 40px 0px 25px;
	border-bottom: 2px dashed #ddd;
}
.story-content h3
{
	font-family: 'Gentium Basic', serif;
	color: #212121;
	font-weight: 600;
}
.story-content i
{
	color: #ab802e;
	font-size: 14px;
}
.story-content i.fa-calendar, .story-content i.fa-map-marker
{
	color: #ab802e;
	font-size: 15px;
	padding-right: 8px;
}
.story-content li
{
	font-style: italic;
	font-size: 15px;
	margin: 5px 0px;
	font-weight: 500;
}
.story-content ul
{
	border-bottom: 1px solid rgba(221, 221, 221, 0.43);
    padding-bottom: 12px;
}
.story-content p
{
	color: #5a5a5a;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    word-spacing: 3px;
}
.story-box img
{
	margin-top: 40px;
	border: 10px solid #FFFFFF;
    box-shadow: 0 0 35px #d6d5d5;
}
.story-box .btn-default
{
	background: #212121;
	border-radius: 2px;
	box-shadow: none;
	padding:8px 20px;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.story-box .btn-default:hover,  .story-box .btn-default:focus
{
	background: #ab802e;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.blog-post
{
	border: 10px solid #FFFFFF;
	margin: 30px 0px;
    box-shadow: 0 0 35px #d6d5d5;
}
.blog-post p, .blog-post a
{
	color: #5a5a5a;
    line-height: 24px;
    text-align: justify;
    font-size: 17px;
    word-spacing: 1px;
    margin-bottom: 0px;
}
.blog-post .thumbnail
{
	border-radius: 0px;
	padding: 0px;
	border-color: #EFEFEF;
	margin-bottom: 0px;
}
.blog-cat
{
	margin-top: -38px;
    padding: 7px 12px;
    position: relative;
    background: rgba(0,0,0,0.65);
}
.blog-cat h5
{
	margin: 0px;
	color:#fff;
	font-size: 15px;
}
.blog-cat i
{
	font-size: 12px;
	padding-right: 5px;
}
.blog-post .caption h3
{
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}
.blog-post .caption a, .blog-post .caption p
{
	color:#5a5a5a;
}
.blog-post .caption a:hover
{
	color:#ab802e;
}
.blog-post .caption
{
	padding: 30px 15px 12px;
    min-height: 114px;
}
.blog-post img
{
	height: 200px !important;
	width: 338px !important;
}

.bsingle-detail
{
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 5px 0px;
	width:95%;
}
.bsingle-detail ul
{
	margin-bottom: 0px;
}
.bsingle-detail i
{
	padding-right: 6px;
}
.bsingle-detail li
{
	padding-right: 35px;
	color:#9b9b9b;
}
.blog-single
{
	margin: 40px 0px;
}
.blog-single h2
{
	font-family: 'Gentium Basic', serif; 
	font-weight: 600;
}
.blog-content p
{
	color: #5a5a5a;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    word-spacing: 3px;
    margin: 20px 0px;
}
.featured
{	
	margin: 30px 0px;
}
.featured .item img
{
	margin: 30px 0px 0px;
}
.contact-form
{
	padding:30px 0px;
}
.contact-form .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border:transparent;
	border-bottom: 1px solid #ddd;
}
.contact-form .form-control:focus
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border:transparent;
	border-bottom: 1px solid #ab802e;
}
.contact-form label
{
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 500;
}
.contact-btn .btn-default
{
	background: #212121;
	padding: 5px 25px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #212121;
}
.contact-btn .btn-default:hover, .contact-btn .btn-default:focus
{
	background-color: #ab802e;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-color: #ab802e;
}
.con-detail
{
	margin-top: 40px;
}
.con-detail .fa
{
	color: #ab802e;
	font-size: 35px;
}
.con-detail p
{
	color: #5a5a5a;
	font-size: 18px;
}
.con-detail span
{
	margin-left: 40px;
}
.con-detail ul
{
	list-style-type: none;
}
.c-icon
{
	float: left;
    margin-bottom: 40px;
    padding-right: 20px;
}
.con-detail li
{
	margin-bottom: 20px;
}

.top-menu-page .navbar-default .navbar-nav>li>a.quotebtn{
	border-radius: 0;
	background   : #000;
	color        : #fff !important;
	font-weight  : 700;
	text-transform: uppercase;
}

.top-menu-page .navbar-default .navbar-nav>li>a.quotebtn:hover{
	background: #ab802e;
}

.qbtn{
	margin-left : 25px;
	margin-right: 25px;
	margin-top  : 6px;
}

.btn-default:hover{
	background-color: #ab802e;
	box-shadow      : none;
	outline         : none;
	color           : #fff;
	border-color    : #ab802e;
}

.fixed-btn {
	position  : fixed;
	bottom    : 0;
	left      : 0;
	width     : 100%;
	z-index   : 10000;
	background: #fff;
	padding   : .2rem;
	box-shadow: 0 2px 42px rgba(0, 0, 0, .2)
}

.btn-dark {
	color           : #fff;
	background-color: #343a40;
	border-color    : #343a40;
}

.btn-green {
	background: #01e675;
	color     : #fff;
}