/*
=====================================================

            eKamria Custom CSS

====================================================
*/

/*
=====================================================

            Custom Fonts

====================================================
*/
@font-face {
    font-family: "Franklin Gothic Demi Cond";
    src: url('../fonts/FranklinGothic-DemiCond.eot');
    src: url('../fonts/FranklinGothic-DemiCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-DemiCond.woff2') format('woff2'),
        url('../fonts/FranklinGothic-DemiCond.woff') format('woff'),
        url('../fonts/FranklinGothic-DemiCond.ttf') format('truetype'),
        url('../fonts/FranklinGothic-DemiCond.svg#FranklinGothic-DemiCond') format('svg');
    font-weight: normal;
    font-style: normal;
}  
/* display fonts */
		h1 { 
		    font-family: "Franklin Gothic Demi Cond", arial;
		    font-size: 2em;
		    
		}
		h2 { 
		    font-family: "Franklin Gothic Demi Cond", arial;
		    font-size: 1.5em;
		    		}
		h3 { 
		    font-family: "Franklin Gothic Demi Cond", arial;
		    font-size: 1.0em;
		}
		body {
		   font-family: "libre Franklin", arial;
		   font-size: 18px;
		}
		
		p {
		  font-family: "libre Franklin", arial;
		   font-size: 18px;  
		}
		responsive {

        width: 100%;
        height: auto;

		}
		
#sp-bottom h2 { 
		    font-family: "Franklin Gothic Demi Cond", arial;
		    font-size: 2rem;
		    		}
#sp-bottom h3 { 
		    font-family: "Franklin Gothic Demi Cond", arial;
		    font-size: 1.5rem;
		}
		
#sp-top3 {
    font-size: 14px;
    margin-top: -10px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 315px;
}

 #offcanvas-toggler {
    margin-top: -75px;
    padding-bottom: 170px;

}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1.4rem;
    font-weight: 400;
} 

.sp-contact-info li {
    display: inline-block;
    margin: 0 5px;
    font-size: 90%;
    white-space: nowrap;
}

.space {
 margin-top: 25px;   
}

 
/*
=====================================================

            footer menu + Top menu

====================================================
*/
.navbar  {

  margin:  0;
  padding: 10px 0px;
  text-align: center;
  display: inherit;

}
.navbar li {

  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */

}

.navbar a {

  display: inline-block;
  float: left;
  padding: 0 1rem 0 0; /* Provides horizontal separation between menu items */
  
}
/*---------------------------------------------------*/
 


#sp-main-body {
    padding: 0px 0px 0px 0px;
    margin-bottom: -25px;
}

#sp-header {
    padding: 7px 0 !important;
    height: 40px;

}

#sp-banner {
   padding-bottom: 10px;
    box-shadow: 0px 3px 5px rgba(242, 242, 242, 1);
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 30px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
     font-family:"Franklin Gothic Demi Cond", arial !Important; 
    font-size: 18px;
    margin-top: 50px;
}

#sp-menu {
    margin-top: -30px;
}

/*
=====================================================

            Osmap

====================================================
*/

#osmap {
    width: 80%;
}

#osmap h2 {
     font-size: 1.5rem;
}

/*
=====================================================

            Icon Image on homepage

====================================================
*/
.center {
    display: block;
    margin:auto;
}
/*
=====================================================

            Justify Text

====================================================
*/
.textjustify {
  text-align: justify;   
}
/*
/*
=====================================================

          Remove Article info causing lines and spaces

====================================================
*/
.article-details .article-ratings-social-share {
    padding: 0 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 0rem;
}
=====================================================

            Hero Images

====================================================
*/
.hero-image {

  height: 100%;
  padding: 300px 0px;
  position: relative;
  
}
    .text {
  background:rgba(255,255,255,0.5);
  position: absolute;
  top:50%;
  left:0;
  padding:1rem;
  transform:translateY(-50%);


}

.hero-text {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
display: inline-block;
    font-size: 16px;
    color: #1dc1e6;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid #ffffff;
    margin: 0 10px 0 10px;

.hero-text button {
  border-radius: 5px;
  border: 2px solid #ffffff;
  outline: 0;
  display: inline-block;
  padding: 10px 10px;
  color:  #1dc1e6;
  background-color: #fff;
   transition: 0.3s;
  text-align: center;
  cursor: pointer; 
  margin: 0 10px 0 10px;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}*/