/**
* @package Theme
* @author kunule8@gmail.com

**/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
  font-size: 1em;
  background:#008643;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  text-decoration: none;
}

input[type=text],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}

#ff_formdiv1 input {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 80%
}

#ff_formdiv1 textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
}

#bfSubmitButton {
  float: left;
  margin-left: 5px;
  background: #419DDB;
  border: 1px solid #419DDB;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px #ddd;
  transition: all .7s ease-out;
}

#bfSubmitButton:hover {
  background: #2E77A3
}

.offcanvas-menu {
  background-color: #D56414;

}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
  color: #fff;
  line-height: 40px !important;;
  font-size:22px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
  color: #fff;
}

#offcanvas-toggler>.fa {
  color: #fff;
}

#offcanvas-toggler>.fa:hover,
#offcanvas-toggler>.fa:focus,
#offcanvas-toggler>.fa:active {
  color: #fff;
}

.layout-boxed .body-innerwrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.body-wrapper {
  background: #008643 url(../images/pattern_4.png) no-repeat;
  background-attachment: fixed;
  padding-top: 10px;
}

#sp-header {
  background: #D56414;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: left;
  position: relative;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  margin: 0;
}

.sp-megamenu-parent>li>a {
  color: #fff;
  font-size: 16px;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent>li>a:hover {
  color: #ccc !important;
  font-weight: normal;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #EB7E30;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #ccc;
}

#sp-main-body {
  padding: 20px 0;
}

#sp-header {
  height: 50px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

#sp-main-body p {
  line-height: 20px !important;
  font-size: 15px !important;
  margin: 15px 0 !important
}

#offcanvas-toggler {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.mylogo p {
  margin: 0
}

.social-icons tr td {
  padding: 5px
}




.social-icons table {
  margin-top: 9px
}


#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: -30px -30px 0px -30px;
  background-image: linear-gradient(to bottom, #008643, #00793c, #006c36, #00602f, #005429);
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #008643;
  color:#fff;
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 20px;
  border: 1px solid #D2D0D1;
  
  padding: 30px;
  border-radius: 0;
}
.sp-module-content li{margin:5px 0;}
.sp-module-content li a{line-height:20px !important;}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #DBEDE5;
}

.search {margin-top:10px;}
.search input, .search button{border-radius:0}


strong{font-weight:700;}

.item{margin-bottom:20px; border-bottom:1px dotted #D2D0D1}


.pagination{margin:10px 0}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
background-color:#008643;
border-color:    #008643;
}

#sp-footer h3{
font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;


}

#sp-footer li{border-bottom:1px dotted #ccc;  padding:2px 0}

#sp-footer .menu li {display:block !Important; }
#sp-footer .menu img {display: inline !important}

#sp-footer ul.menu li .image-title {
    margin-left: 10px;
}
#sp-footer, #sp-bottom {
  background: #01582D;
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #E5E5E5;
}

#sp-copyright{text-align:center}


.sp-page-title {
  background: #DED4CB;
  padding: 10px 0;
  margin: 0;
  
}

.sp-page-title-heading{color:#000 !Important;

 }

 .blog-left h2, .article-header h2 a{color:#5d8f17 !important}

 .readmore a{color:#005429 !important; font-weight:700 !important}

 .article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: none;
  border-radius: 3px;
  border-bottom:1px dotted #aaa
}

.article-header h1{color:#005429; font-size:22px !important}

