/*

/* -------------------------------
   Generic Section Styles
---------------------------------*/
.m-more-less-content {
  span {
    display: inline;
  }
  .m-show-more, .m-show-less {
    color: blue;
    cursor: pointer;
    font-style: italic;
  }
  .m-show-more {
    &:before{
      content: "(Read more)";
	  text-align: center;
    }
  }
  .m-more-text {
    overflow: hidden;
    display: none;
  }
  .m-show-less {
    display: none;
    
    &:before{
      content: "(Read less)";
    }
  }
  &.m-display-more {
    .m-show-more {
      display: none;
    }
    .m-more-text {
      display: inline;
    }
    .m-show-less {
      display: inline;
    }
  }

}
.block-with-text {
     height: 4.2em;
}
small {
    font-weight: 400;
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1.4;
}
.section {
  display:block;
}

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-content {
  margin: 0 auto;
  text-align: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content h4 {
    font-size: 1.1rem;
  }

  .section {
   /* padding: 40px 15px;*/
  }
}

iframe {
  display: block;
  border: 0;
  position: absolute; 
  width: 100%; 
  height: 100%; 
}

*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1 {
  font-size: 36px;
    font-weight:bolder;
}
h2 {
  font-size: 20px;
  font-weight:bolder;
}
p{
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover { text-decoration: none; }

/* Start Main Menu */
header {
  /*background-image: url("../img/s1.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;/*
  background-size: cover;/*
  padding: 235px 0;
margin-bottom: 60px;
background-attachment: fixed;
background-size: 100% 100%;*/
}
.section-bg {
    /*min-height: 50vh;
padding: 60px 0;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* THE FIX: Targeting the intro section with your specific image */
.intro-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/s1.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
    /* This creates the vertical space for the image to show */
    padding: 180px 0 !important; 
    min-height: 500px !important;
    
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Applying your preferred blue shadow to the text */
.intro-section h1 {
    color: #ffffff !important;
    text-shadow: 0px 0px 15px #000099 !important; 
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.intro-section h2 {
    color: #ffffff !important;
    text-shadow: 0px 0px 10px #000099 !important;
    font-size: 24px;
    font-weight: 400;
} 
ul#menu {
background: #40475A none repeat scroll 0 0;
padding: 6px;
position: fixed;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 999;
    }
.main-menu {
  margin-top: -234px;
}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  padding: 10px;
}
.main-menu ul li a {
  background: #383E4C none repeat scroll 0 0;
  border: 1px solid #646d7c;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;

}
.main-menu ul li.active a,
.main-menu ul li a:focus,
.main-menu ul li a:hover {
  background: #49505F;
}
.header-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: bolder;
  text-align:center;
  text-shadow: 5px 5px 6px #000099; /* deep blue with slight blur */
}

.header-content h4 {
  color: #fff;
  font-size: 25px;
  font-weight:bold;
  text-align:center;
  text-shadow: 2px 2px 4px #000099; /* deep blue with slight blur */
}

  .header .navbar {
	float: right;
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 0px;
    float: left;
	margin-top: 60px;
	position:relative;
}

.header .nav li a {
	color: #000099;
	font-size: 17px;
	font-weight: 500;
	background: none;
	padding: 20px 20px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	border-radius: 0px 0px 0 0;
	/*opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;*/
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#FF9900;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav > li:hover > a {
    color:#FF9900;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}*/
Middle Header 
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:1px;
}
.header .middle-header {
	background: #fff;
	padding: 0px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 0px;
	padding-left: 30px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #000099;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
/*.header .nav li .dropdown {
  left: 50%;
  transform: translateX(-50%);
}
.header .nav li .dropdown li a {
  padding: 8px 15px;
}
.header .nav li .dropdown {
  left: 0;
  right: auto;
  text-align: left;
}
.header .nav li .dropdown {
	background-color: rgb(0, 0, 153);
	opacity: 1; 	
	width: 150px;
	height: 100px;
	position: absolute;
	top: 100%;
	z-index: 999;
	/*-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 153, 0.7);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 153, 0.7);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 60px;

}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}

.header .nav li .dropdown li{
	color:#FF9900;
	float:none;
	display:block;
	margin:0;
	text-align:left;
	/*border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
	padding-bottom:20px;
}
.header .nav li .dropdown li a {

  	padding: 5px 15px;
	color: #fff;
	display: block;
	font-weight: 400;
	text-align:left;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
	padding-bottom:40px;
}
.header .nav li .dropdown li:hover a{
	text-align:left;
	color:#FF9900;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
.header .nav li .dropdown {
  text-align: left !important;
}

.header .nav li .dropdown li {
  text-align: left !important;
  width: 100%;
}

.header .nav li .dropdown li a {
  text-align: left !important;
  display: block;
  width: 100%;
}*/
/* ================================
   CLEAN DROPDOWN MENU
================================= */

/* Parent list item */
.header .nav li {
  position: relative;
}

/* Dropdown container */
.header .nav li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #000099;
  padding: 15px 0; /* controls top/bottom spacing */
  z-index: 999;

  /* Animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* Show dropdown on hover */
.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Each dropdown item */
.header .nav li .dropdown li {
  display: block;
  width: 100%;
}

/* Links inside dropdown */
.header .nav li .dropdown li a {
  display: block;
  width: 100%;
  padding: 10px 20px;  /* ? THIS controls spacing */
  color: #fff;
  text-align: left;
  background: transparent;
  transition: 0.2s;
}

/* Hover effect */
.header .nav li .dropdown li a:hover {
  color: #FF9900;
  background: rgba(255,255,255,0.05);
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;

}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #000099;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}

.single-page-nav { 
  text-align: left !important;
  }
  .header .nav li .dropdown {
  left: 0;
  min-width: 140px;
  width: auto;
  padding: 5px 0;
}

.header .nav li .dropdown li a {
  padding: 8px 12px;
  text-align: left;
}
  /* Force dropdown to behave like vertical list */
.header .nav li .dropdown li {
  float: none !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

/* Force link alignment */
.header .nav li .dropdown li a {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 15px;
}
/* End Header CSS */

/* Start Feature CSS */
.green-text { color: #178A27; }
.blue-text { color: #1686C1; }
.red-text { color: #852406;}
.green-btn { background: #178A27; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #1686C1; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #852406; }
.red-btn:hover { background: #C9302C; }
.feature-content {
    background: #F2F2F2;
    padding-bottom: 20px;
}
.feature-content img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the key property */
}
.feature-content-title {
    padding: 0 20px;
    text-align: left;    
}
.feature-content-description {
    padding: 0 20px 35px;
    text-align: left;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}

/* End Feature CSS */

/* Start Blog CSS */
.blog-content {
  /*background: #F2F2F2;*/
  margin: 0 auto;
}
.blog-content h2 {
    color: #666666;
    text-align:left;
	font-weight:bolder;
}
.blog-content p {
    text-align: left;
    color: #333333;
}

.blog-content span a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #666666;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
}<link rel="stylesheet" type="text/css" href="style.css">
.blog-content span a:hover {
    background: #E6E6E6 none repeat scroll 0 0;
}
.blog-content > p#blofr {
    padding: 8px;
}
/* End Blog CSS */

/* Start Services CSS */
div#service-area-main {
    float: center;
    width: 100%;
  margin-top:-200px;
}
/*.our-service{
  margin:65px 0px 65px;
  width:100%;
}
section#services-area {
  background-image: url("../img/s2.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.service  h1 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 3px 3px 6px #000099;
  margin-bottom: 20px;
}
.service  p {
    color:#FFF;
    font-size: 18px;
}
.service2  p {
    color:#000099;
    font-size: 18px;
	font-weight:bold;
}*/
/* End Services CSS */
/************************************************
     NEW SERVICES AREA
*************************************************/
.services-container {
  background-image: url("../img/s2.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color:#000099;
	font-weight:bold;
	padding: 25px;
}
.services-container h2 {
  font-size: 36px;
  color: #FFF !important;
  text-shadow: 3px 3px 5px #000099;
}
.services-times {
  display: flex;
  justify-content: center; /* centers horizontally */
  gap: 70px;               /* space between Sunday & Wednesday */

  	font-weight:bold;
  margin: 20px 0;
      font-size:20px;
      color:#FFF;
  
}

.services-times p {
  text-align: center;
    font-size:20px;
      color:#FFF;
}
.services-times br {
  text-align: center;
    font-size:13px;
      color:#FFF;
	  margin-top:-10px !important;
}

/* Start Testimornial CSS */
/*#testimornial-area{
  margin: 60px 0;
}
h2 {
    color: #666666;
}
.testimonial-content {
  background-color: #f2f2f2;
  height: 500px;
  max-width: 260px;
  margin: 0 auto 30px;
}
.testimonial-content  p {
    padding: 10px 20px;
    text-align: left;
}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* End Testimornial CSS */


/* EVENTS AREA */

.events {
  background-color:#FFFFFF;
  background-position: center center;
  background-size: cover;
    max-width: 1140px;
  width: 100%;
margin: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
	padding: 40px;
		font-weight:bolder !important;
}
.events h2 {
text-align:left !important;
  font-size: 36px;
  color: #178A27 !important;
	font-weight:bolder !important;
}
.events h1 {
text-align:left;
  font-size: 20px;
  color: #1686C1 !important;
  font-weight: bolder !important;
}
.events-lg p {
  text-align: center;
    font-size:16px;
      color:#333333;
}
.events p {
  text-align: left;
    color: #000000;       
  font-weight: 400; 
    font-size:14px;
	  }
.events-sm p {
  text-align: left;
    font-size:11px;
      color:#333333;
}
.events {
  background: rgba(255,255,255,0.95);
  background-attachment: scroll;
}

.events p {
  color: #000 !important;
}
/* Start GIVE CSS */
.give {
  background-color:#FFF;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  margin:0;
	padding: 25px;
}
.give h2 {
  font-size: 36px;
  color: #178A27 
    !important;
	font-weight: bolder;
}
.give h1 {
  font-size: 16px;
  color: #333333 !important;
  font-weight: bolder;
}
.give p {
    font-size:17px;
      color:#333333;
}
.give-sm p {
    font-size:11px;
      color:#333333;
}
/* Start Contact CSS */
section#contact-area {
  background-image: url("../img/s3.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; 
background-attachment: scroll;
}
.
 h1 {
    color: #fff;
	font-weight:bold;
    text-transform: capitalize;
    margin-bottom: 30px;
  text-shadow: 3px 3px #000099;
}
.contact-content p {
    background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
	font-weight:300;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-form-left { padding-left: 0; }
.contact-form-right { padding-right: 0; }
input {
    margin-bottom: 15px;    
}
.form-control {
  border: none;
  background: rgba(242, 242, 242, 0.4);
}
#comment.form-control {

}
.form-group button {
align: center !important;
  background: #000099 none repeat scroll 0 0;
  width: 140px;
  color: #fff;
  margin-top: 20px;
  padding: 10px 10px;
  font-size: 18px;
  border-radius:10px;
  border: 0px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.form-group button:hover {
background:#0033CC;
}
.col-sm-12.text-center input[type="file"] {
  display: block;
  margin: 10px auto 0;
  width: 220px; /* adjust as needed */
}
.send-btn {
  background-color:#0000CC;
  width: 140px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius:10px;
  padding: 10px 20px;
  cursor: pointer;
}
.send-btn:hover {
  background-color:#0033FF;
}
/* End Contact CSS */

/* Start Footer CSS */
.footer-content  h1 {
    color: #666;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 35px;
}
.footer-content  p {
    color: #999;
    font-style: italic;
    margin-bottom: 30px;
}
.copy {
    color: #000099;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Slick Nav CSS */
.slicknav_menu {
    display:none;
}
.slicknav_nav a {
    text-transform: capitalize;
}
.slicknav_menu {
  background: #40475a none repeat scroll 0 0;
}
/* Scrool To top */
/* Image style */
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
/* End Scroll To top */

.about-section {
    height: 100%;
    padding-top: 70px;
}

.services-section {
    height: 100%;
   /* padding-top: 150px;*/
}
.tm-box {
  background-color: #F2F2F2;
  max-width: 1140px;
  width: 100%;
margin: auto;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
  margin-bottom: 10px;
}
.tm-box-p:last-child {
  margin-bottom: 0;
}
.scripture {
font-size:10px;
color:#000099;
font-weight:bold;
}
.contact-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.form-control {
  color: #000;
}
.contact-section .container {
  max-width: 750px;
}

/*https://css-tricks.com/snippets/css/style-placeholder-text/*/
.form-control::-webkit-input-placeholder {
   color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.form-control:-ms-input-placeholder {  
   color: #fff;  
}

/*************navigation******************/
.header .header-inner {
padding: 5px;
	background:#fff;
	z-index:999;
	width:100%;
}
.header-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
/*.header-content  h1 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
}
.header-content h4 {
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px #333;
}*/
.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}
.header .logo {
	float: left;
	margin-top: 2px;
}
.header .navbar {
	float: right;
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 0px;
    float: left;
	margin-top: 60px;
	position:relative;
}

.header .nav li a {
	color: #000099;
	font-size: 17px;
	font-weight: 500;
	background: none;
	padding: 20px 20px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	border-radius: 0px 0px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#FF9900;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#FF9900;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
Middle Header 
.header .header-inner {
	border-top: 1px solid #eee;
}
.header
 .logo {
	margin-top:1px;
}
.header .middle-header {
	background: #fff;
	padding: 0px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 0px;
	padding-left: 30px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #000099;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background-color: rgba(0, 0, 153,1);	  
	width: 175px;
	position: absolute;
	left:-5px;
	right:10px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 45px;

}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:left;
	list-style-type: none;
	margin:0;
	padding-top:10px;
	/*border-bottom:1px dashed #eee;*/
}
.header .nav li .dropdown li:last-child{
	border:none;
	padding-bottom:30px;
}
.header .nav li .dropdown li a {
	padding: 5px 15px;
	color: #FFF;
	display: block;
	list-style-type: none;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#FF9900;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #000099;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.breadcrumbs {
    background-image: url("../img/s3.jpg"); /* Check your actual image name */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; /* This gives the image room to show up */
    position: relative;
}

/* This makes sure the text is readable over the image */
.breadcrumbs h1, .breadcrumbs h2 {
    color: #ffffff !important; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

 
/* Media Queries
----------------------*/
@media (max-width: 991px) {
    /* 1. HIDE THE MENU BY DEFAULT */
    .navbar-collapse.collapse {
        display: none !important;
    }
	.header .nav li {
    margin-top: 0 !important;
}

    /* 2. ONLY SHOW WHEN OPENED (Toggled by the button) */
    /* This allows the menu to actually close when you click the button again */
.navbar-collapse.collapse.in, 
.navbar-collapse.collapse.show {
    display: block !important;
    position: absolute;
    width: 100% !important;
    left: 0 !important;
    top: 100%;
    z-index: 9999;
    padding: 10px !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
}
  .nav.menu li ul,
  .nav.menu .dropdown-menu {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
    .nav.menu li ul li:last-child a {
    margin-bottom: 0 !important;
  }

    /* 3. Main Links (Deep Blue) */
    .nav.menu > li {
        display: block !important;
		background: transparent !important;
        float: none !important;
        width: 100% !important;
        clear: both;
		margin: 0 !important;
		margin-bottom: 8px;
		border-radius: 0; /* makes them connect cleanly */
    }
.nav.menu > li > a {
    display: block !important;
    padding: 10px 12px !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center !important;
    border-radius: 6px;
    border: 2px solid #ddd;
background:#000099 !important;
    color: #FFFFFF !important;
}
		 .nav.menu > li > child{
        display: block !important;
		height: 100%;
		visibility:visible;
		padding-bottom: 5px;
    }

    /* 4. Sub-Menu Links (Orange) */
    .nav.menu li ul li a, 
    .nav.menu .dropdown-menu li a {
	display:block;
	background: #ff9900 !important;
        color: #000099 !important;
        padding: 10px 12px !important; 
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: left !important;
        text-transform: uppercase;
    border-radius: 6px;
    border: 2px solid #ddd;
    }
	  .nav.menu li ul li a {
    border-radius: 0 !important;
  }

  .nav.menu li ul li:first-child a {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .nav.menu li ul li:last-child a {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
	    border-bottom: 2px solid #ddd !important;
    margin-bottom: 0 !important;
  }

    /* 5. Logo & Hamburger Button */
    .logo {
        float: left !important;
        max-width: 60%;
    }

    .navbar-toggle {
        display: block !important;
        background-color: #000 !important;
        float: right !important;
        margin-top: 15px !important;
        margin-right: 10px;
    }

    .navbar-toggle .icon-bar {
        display: block !important;
        background-color: #fff !important;
        width: 22px;
        height: 2px;
        margin: 4px auto;
    }
	.contact-content {
	background-image:100%;
	background-repeat:no-repeat;
	background-position:center;
		font-weight:600;
	background-size:cover;
}