﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
input[type=text], textarea{
    border:1px solid #a9a9a9;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 335px;
}
a , a:hover{
    text-decoration:none;
}
.modal-body input[type=text]{
    max-width:540px;
    clear:both;
    margin-bottom:5px;
}
input.wdh250{
    width:250px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.bgim {
    /*background-image: url('../images/bg-3.jpg');*/
    width: 100%;
    height: 438px;
    background-size: cover;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
    background-repeat: no-repeat;
   background-image: url('../images/backstart.jpeg');
}
.overlay{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 489px;
    z-index: 101;
    background-color: rgb(54, 56, 62);
    opacity: 0.35;
    }
.formcontrol {
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 0 15px;
    /*border: 1px solid #d8d1d1;*/
    border:1px solid #a9a9a9;
    border-radius: 3px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

   /*label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #595858;
}*/
   .seacrbtn {
    position: relative;
    z-index: 1;
    min-width: 117px;
    /*height: 40px;*/
    height:38px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #72b844;
    border-radius: 0;
    margin-top: 25px;
    padding: 0 30px;
    text-transform: uppercase;
}
   .heading-title {
    display: block;
    text-align: center;
    margin-bottom: 60px;
   
}
   .heading-title.heading-title-sm h2 {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 24px;
}
.heading-title h2 {
    position: relative;
    /*display: inline;*/
    padding: 12px 20px;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #898ba2;
    background-color:#fff;
}
.post-noborder {
    border-bottom: none;
}
.post-container {
    position: relative;
    /*display: block;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
   
    border-bottom: 1px solid #ddd;
}
.post-img {
    position: relative;
    float: left;
    display: inline;
    width: 75px;
    height: 75px;
    margin-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.post-content {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}
    .post-content > .post-meta {
        display: block;
        padding-top: 0 !important;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .post-content > .heading-title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
    .heading-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    margin-left: -6px;
    background: #898ba2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
    .heading-title h2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -15px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
  .heading-title p a {
     color:#585757;
    /*font-weight: bold;*/
    }
  .heading-title p a:hover {
     color:#585757;
     text-decoration:none;
    /*font-weight: bold;*/
    }
  .page-header h2 {
    font-weight: 400;
    /*text-transform: capitalize;*/
    font-size: 30px;
    margin: 0;
    color: #c43c27;
}
  .page-header h2 small {
    display: block;
    font-size: 16px;
    color: #222222;
    font-family: muli,sans-serif;
    margin-top: 15px;
    line-height: 30px;
}
  .interestContent {
    width: 100%;
    height: 170px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    position: relative;
    color: #222;
    text-transform: capitalize;
    font-family: poppins,sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
  .interestContent span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
}
  a.interestContent:hover{
      background-color:#83bf5e;
      color:#fff!important;
  }
.interestContent span i {
    display: block;
    font-size: 42px;
    padding: 9px;
    
}
.section__title:not(.text-left) {
    text-align: center;
}
.section__title {
    margin-bottom: 35px;
    position: relative;
}
.card:not([class*=mdc-bg-]) {
    background:#fbfafa;
}
.card {
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 25px;
    border-radius: 2px;
    display: block;
}
@media (min-width: 992px){
.card__header {
    padding: 30px 35px;
}
}
.card__header {
    position: relative;
    border-radius: 2px 2px 0 0;
}
.card__header, .card__img {
    display: block;
}
.card__header h2 {
    font-size: 17px;
}
.card__header h1, .card__header h2 {
    margin: 0;
    font-weight: 400;
}
.card__header small {
    display: block;
    margin-top: 5px;
    color: #9c9c9c;
    line-height: 160%;
    font-size: 13px;
}
.grid-widget__item {
    display: block;
    overflow: hidden;
    position: relative;
}
@media (min-width: 480px){
.grid-widget__item {
    border-width: 1px 2px 2px 1px;
    border-color: #fff;
    border-style: solid;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
}
.grid-widget__item>img {
    width: 100%;
        height: 260px;
    display: block;
}
.grid-widget__info {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px 17px 14px;
    background-color: rgba(0,0,0,.4);
    border-radius: 0 0 3px 3px;
}
.grid-widget__info>h3 {
    margin: 0 0 3px;
    font-size: 17px;
}
.grid-widget__info>h3, .grid-widget__info>h4, .grid-widget__info>small {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid-widget__info>small {
    font-size: 12px;
    display: block;
}
.view-more {
    padding: 18px 15px;
    text-align: center;
}
a.view-more i.fas{
    margin-top:5px;
    color:#c43c27;
}
a.view-more:hover{
      color:#c43c27;
}
.section__title small, .view-more {
    font-size: 13px;
    color: #222222;
    display: block;
}
.grid-widget [class*=col-] {
    padding: 0;
    float:left!important;
}
.zsg-footer {
    background-color: #ccc;
    color: #666;
    text-align: center;
}
#footer .zsg-footer-nav {
    border-color: #444;
}
.zsg-footer .zsg-separator_narrow {
    padding: 0;
}
.zsg-separator_narrow {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.zsg-separator, .zsg-separator_dotted, .zsg-separator_secondary {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 0.5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.zsg-footer-nav {
    margin-bottom: 0;
}
.zsg-footer_react .zsg-footer-linklist-container {
    height: auto;
    overflow: visible;
    padding-right: 0;
}
.zsg-footer-row {
    text-align: center;
    margin: auto;
    /*padding-bottom: 10px;*/
}
.zsg-footer-linklist-container, .zsg-toolbar-menu {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.zsg-footer-linklist {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}
.zsg-capitalized, .zsg-footer-linklist, .zsg-list_definition dt {
    text-transform: uppercase;
}
.zsg-fineprint-header, .zsg-form-legend_sm {
    font-family: Gotham,gotham,Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}
.zsg-footer-nav li {
    margin: 0 10px;
}
.zsg-footer-copyright, .zsg-footer-nav li {
    padding-top: 10px;
    color: #aaa;
}
.zsg-list_inline>li, .zsg-pagination>li, .zsg-steps>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.zsg-footer-linklist a:visited {
    color: #000;
}
.zsg-footer-linklist a {
    color: #000;
    /*font-weight: 700;*/
    text-transform:initial;
    font-size:14px;
}
.zsg-link:visited, .zsg-link_primary:visited/*, a:visited*/ {
    color: #640096;
}
.zsg-link, .zsg-link_primary/*, a*/ {
    cursor: pointer;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
a {
    background: 0 0;
}
.zsg-footer-row {
    text-align: center;
    margin: auto;
    /*padding-bottom: 10px;*/
}
.zsg-footer-copyright, .zsg-footer-nav li {
    padding-top: 10px;
    color: #aaa;
}
.zsg-copy_secondary, .zsg-footer-copyright, .zsg-menu-linklist>li>a, .zsg-subfooter {
    font-size: 12px;
}
.zsg-list_inline>li:first-child, .zsg-pagination>li:first-child, .zsg-steps>li:first-child {
    margin-left: 0;
}
.zsg-footer-copyright li {
    margin: 0 20px;
    vertical-align: middle;
}
.zsg-list_inline>li, .zsg-pagination>li, .zsg-steps>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.zsg-form-group, .zsg-form-group li, ol, ul {
    list-style: none;
  
}
.zsg-footer-copyright .zsg-icon-eho {
    font-size: 30px;
}
[class*=" zsg-icon-"], [class^=zsg-icon-] {
    line-height: 1;
    vertical-align: middle;
}
.post-meta span a{
  color:#428bca!important;
}