@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*START Helper Classes------------------------------------------*/
.container-flex-boxes {
  margin-top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline; }
  .container-flex-boxes .item-flex {
    flex-basis: 26%;
    height: 280px;
    margin-bottom: 30px;
    margin-right: 15px;
    max-width: 100%;
    border: 2px solid #4c4c4c;
    overflow: hidden;
    position: relative;
    text-align: left;
    z-index: 0; }
    .container-flex-boxes .item-flex .box-info {
      bottom: 0;
      position: absolute;
      right: 0;
      transition: 0.4s;
      width: 100%;
      z-index: 2;
      text-align: left; }
      .container-flex-boxes .item-flex .box-info h3, .container-flex-boxes .item-flex .box-info p {
        background: #4c4c4c;
        color: #ffffff !important;
        display: inline-block;
        font-size: 14px;
        line-height: 1em;
        margin: 0;
        padding: 5px 5px 5px 15px; }
      .container-flex-boxes .item-flex .box-info h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 2px 0; }
        .container-flex-boxes .item-flex .box-info h3::after {
          content: none; }
      .container-flex-boxes .item-flex .box-info p {
        font-family: "Lato", sans-serif;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1em !important;
        margin-bottom: 0.1em; }
        .container-flex-boxes .item-flex .box-info p strong {
          font-family: "Lato", sans-serif;
          color: #ffffff;
          font-size: 1rem;
          font-weight: bold;
          line-height: 1em;
          margin-bottom: 0; }
        .container-flex-boxes .item-flex .box-info p a {
          color: #ffffff;
          font-weight: 400;
          text-decoration: none;
          transition: 0.3s; }
    .container-flex-boxes .item-flex .btn-modal {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: transparent;
      border-radius: 50%;
      border: 4px solid #4c4c4c;
      left: 50%;
      padding: 6px 8px !important;
      position: absolute;
      text-align: center;
      text-decoration: none;
      top: -100%;
      transition: 0.4s;
      z-index: 4; }
      .container-flex-boxes .item-flex .btn-modal i {
        color: #4c4c4c !important;
        display: block;
        font-size: 25px; }
    .container-flex-boxes .item-flex:hover {
      outline: none;
      text-decoration: none; }
      .container-flex-boxes .item-flex:hover .box-info {
        right: 100%; }
      .container-flex-boxes .item-flex:hover .btn-modal {
        color: #4c4c4c;
        position: absolute;
        text-decoration: none;
        top: 50%;
        transition: 0.4s; }
        .container-flex-boxes .item-flex:hover .btn-modal i {
          color: #ffffff; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    max-height: inherit;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1; }

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: "Lato", sans-serif;
  background: #50ad21;
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 12px;
  margin: 5px auto;
  min-width: 100%;
  font-weight: 700 !important;
  max-width: inherit;
  padding: 18px 40px 18px 8px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    text-decoration: none;
    background: darken #50ad21, 10%; }
  a.btn-1::after {
    content: "\f0a9";
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    margin-left: 0;
    background: #2a8d59;
    width: 40px;
    height: 100%;
    right: 0;
    padding: 20px 15px 18px 15px;
    top: 0; }
a.btn-2 {
  font-family: "Lato", sans-serif;
  background: transparent;
  border-radius: 0;
  border: 3px solid #e5b729;
  color: #fff !important;
  display: inline-block;
  font-size: 13.76px;
  font-weight: 900;
  margin: 10px auto;
  max-width: 100%;
  min-width: 145px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #e5b729;
    text-decoration: none;
    color: #fff !important; }
a.btn-3 {
  font-family: "Lato", sans-serif;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, gainsboro));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, gainsboro 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0 );
  border-radius: 2px;
  border-color: 1px solid #fff;
  color: #3d414c !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    background: #0c6d3b;
    text-decoration: none;
    color: #fff !important; }
a.view-all {
  font-family: "Lato", sans-serif;
  background: #90c445;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  a.view-all:hover, a.view-all:focus, a.view-all:active {
    background: #75a234;
    text-decoration: none;
    color: #fff !important; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
body.fixed header.header {
  background: rgba(255, 255, 255, 0.97);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header .navbar-brand {
    width: 130px;
    transition: width 0.5s; }
  body.fixed header.header .custom-links {
    display: none; }
  body.fixed header.header section.header-top {
    border-bottom: 1px solid #eeeeee; }
    body.fixed header.header section.header-top a {
      color: #3d414c; }
    body.fixed header.header section.header-top ul.social li a {
      color: #8fc545;
      border-right: 1px solid #eeeeee; }
      body.fixed header.header section.header-top ul.social li a:hover {
        color: #ffffff; }
    body.fixed header.header section.header-top .search ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ccc; }
    body.fixed header.header section.header-top .search ::-moz-placeholder {
      /* Firefox 19+ */
      color: #ccc; }
    body.fixed header.header section.header-top .search :-ms-input-placeholder {
      /* IE 10+ */
      color: #ccc; }
    body.fixed header.header section.header-top .search :-moz-placeholder {
      /* Firefox 18- */
      color: #ccc; }
  body.fixed header.header section.navigation {
    border-bottom: 1px solid #eeeeee; }
  body.fixed header.header #navigation ul li a, body.fixed header.header #navigation ul li.open a {
    color: #3d414c; }
  body.fixed header.header #navigation ul li ul li a, body.fixed header.header #navigation ul li.open ul li a {
    color: #ffffff; }

header.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  header.header .container {
    position: relative; }
  header.header .textwidget {
    display: inline-block; }

section.header-top {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #3f3f3f;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  section.header-top a {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    color: #8fc545;
    line-height: 1em;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 15px;
    text-decoration: none; }
    section.header-top a:hover {
      background: #8fc545;
      color: #ffffff; }

ul.social {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
  margin: 0; }
  ul.social li {
    display: inline-block;
    line-height: 0em;
    font-size: 0;
    padding: 0;
    margin: 0; }
    ul.social li a {
      border-right: 1px solid rgba(255, 255, 255, 0.28);
      color: #fff;
      display: inline-block;
      font-size: 18px;
      line-height: 0em;
      padding: 10px;
      text-align: center;
      transition: 0.4s;
      vertical-align: middle;
      width: 37px; }
      ul.social li a:hover {
        color: #fff;
        background: #8fc545; }
        ul.social li a:hover::before {
          color: #fff; }

.custom-links {
  float: right;
  margin-top: 15px;
  padding: 0;
  text-align: right;
  width: calc(100% - 175px); }
  .custom-links li {
    display: inline-block !important;
    float: none;
    margin: 0 5px;
    vertical-align: middle; }
    .custom-links li a {
      color: #ffffff; }
  .custom-links a {
    font-family: "Lato", sans-serif;
    background: #17c86d;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin: 0 2px;
    min-width: 160px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .custom-links a.contact-mail {
      margin-right: 20px;
      position: relative;
      font-weight: 500;
      background: transparent;
      text-transform: none; }
      .custom-links a.contact-mail::before {
        content: "\f0e0";
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font: normal normal normal 14px/1 FontAwesome;
        left: -15px;
        position: relative;
        text-rendering: auto; }
      .custom-links a.contact-mail:hover {
        background: transparent;
        text-decoration: underline; }
    .custom-links a:hover {
      background: #129a54; }

.top-social {
  float: right;
  width: calc(100% - 175px); }

.nav-right {
  float: right;
  width: calc(100% - 175px); }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28); }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none; }

.navbar-brand {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.28);
  height: auto;
  left: 0;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 190px;
  transition: width 0.5s;
  background: #ffffff;
  z-index: 1; }
  .navbar-brand img {
    width: 100%;
    background: #ffffff; }
  .navbar-brand:hover {
    background: unset !important;
    color: unset !important; }

#navigation {
  font-size: 12px;
  padding: 10px 0 0 0; }
  #navigation ul {
    padding: 0;
    text-align: right;
    float: none; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: transparent;
        color: #ffffff;
        font-weight: 900; }
        #navigation ul li.active a::after, #navigation ul li.open.active a::after {
          content: "";
          background: #aacd3a;
          bottom: -3px;
          height: 6px;
          margin: 0 auto;
          left: 0;
          right: 0;
          position: absolute;
          width: 60%; }
      #navigation ul li.active ul li.active a, #navigation ul li.open.active ul li.active a {
        background: #3e3e3e;
        color: #fff; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        text-transform: capitalize;
        font-size: 12px;
        color: #fff;
        background: #4c4c4c;
        font-weight: 400; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          background: #3e3e3e;
          color: #fff; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li a, #navigation ul li.open a {
        text-transform: capitalize;
        font-size: 14px;
        color: #ffffff;
        padding: 10px 5px;
        transition: 0.4s; }
        #navigation ul li a::after, #navigation ul li.open a::after {
          content: "";
          background: #aacd3a;
          width: 100%;
          height: 0px;
          position: absolute;
          bottom: -3px;
          left: 0;
          transition: 0.4s; }
        #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
          background: transparent; }
          #navigation ul li a:hover::after, #navigation ul li a:focus::after, #navigation ul li a:active::after, #navigation ul li.open a:hover::after, #navigation ul li.open a:focus::after, #navigation ul li.open a:active::after {
            height: 6px; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 3px 0 0 0;
        background: transparent; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li.active a, #navigation ul li.open ul li.active a {
            background: #3e3e3e;
            color: #fff; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            background: #4c4c4c;
            border-top: 1px solid #3d414c;
            color: #fff;
            font-size: 12px;
            padding: 10px 15px; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #3e3e3e;
              color: #fff; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (max-width: 767px) {
  body.fixed header.header .navbar-brand {
    width: 90px; }
    body.fixed header.header .navbar-brand section.header-top {
      border-bottom: transparent; }
  body.fixed header.header #navigation ul li a, body.fixed header.header body.fixed header.header #navigation ul li.open a {
    color: #ffffff; }

  section.navigation {
    background: rgba(0, 0, 0, 0.9); }

  .top-social {
    display: none;
    width: calc(100% - 70px); }
    .top-social ul.social {
      display: none; }

  .navbar-brand {
    width: 90px; }

  .custom-links {
    display: none; }

  .nav-right {
    width: 100%; }

  .navbar.navbar-default::after {
    content: none; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-nav {
    margin: 0; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    background: #50ad21;
    border-color: #50ad21; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #fff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #50ad21; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #000; }

  #navigation {
    padding: 0; }
    #navigation ul {
      text-align: center;
      padding: 0px; }
      #navigation ul li {
        display: block;
        border-bottom: 1px solid #17c86d; }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 12px;
    padding: 10px 5px; }
    #navigation ul li a::before, #navigation ul li a::after, #navigation ul li.open a::before, #navigation ul li.open a::after {
      content: none; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -37px;
    display: block;
    background: transparent;
    border: 1px solid #17c86d;
    color: #17c86d;
    padding: 6px 13px 6px 12px; }
    #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
      background: #17c86d;
      color: #fff; }

  #navigation ul li ul {
    background: #50ad21;
    max-height: unset;
    text-align: center;
    width: 100%; }
    #navigation ul li ul li {
      border-bottom: 1px solid #17c86d; }
      #navigation ul li ul li ul li a {
        background: #3d414c; }

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    content: none; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -34px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #17c86d;
    color: #17c86d;
    padding: 5px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #17c86d;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #17c86d;
    color: #17c86d;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #17c86d;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  .navbar-collapse.in {
    overflow-y: unset; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
body.fixed div.search #s {
  color: #3f3f3f !important; }

div.search {
  font-family: "Lato", sans-serif;
  border-left: 1px solid rgba(225, 225, 225, 0.4);
  display: inline-block;
  float: right;
  height: 38px;
  margin-right: 36px;
  padding-top: 0px;
  position: relative;
  width: 165px; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    opacity: 1;
    transition: 0.4s;
    visibility: visible;
    width: 165px; }
  div.search .fa-search {
    background: #8fc545;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 38px;
    left: auto;
    padding: 7%;
    position: absolute;
    right: -36px;
    text-decoration: none;
    top: 0px;
    width: 35px;
    z-index: 10; }
    div.search .fa-search.s-hover {
      text-decoration: none;
      color: #4c4c4c;
      border-color: #3f3f3f;
      background: #3f3f3f;
      color: #fff; }
  div.search .fa-times {
    color: #4c4c4c;
    cursor: pointer;
    display: none;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      display: none;
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent !important;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: -36px;
    text-indent: -9999px;
    text-transform: uppercase;
    top: 0;
    transition: 0.4s;
    vertical-align: middle;
    width: 35px;
    z-index: 11; }
    div.search #searchsubmit:hover {
      background: transparent;
      color: transparent; }
  div.search #s {
    background: transparent;
    border-right: none;
    border: none;
    box-sizing: border-box;
    color: #FFF;
    font-size: 12px;
    height: 38px;
    margin: 0 !important;
    padding: 0 0 0 4px;
    vertical-align: middle;
    width: 100%; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #3f3f3f;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #17c86d;
  background: -webkit-linear-gradient(#17c86d, rgba(23, 200, 109, 0.2));
  background: -o-linear-gradient(#17c86d, rgba(23, 200, 109, 0.2));
  background: -moz-linear-gradient(#17c86d, rgba(23, 200, 109, 0.2));
  background: linear-gradient(#17c86d, rgba(23, 200, 109, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .font-resizer.active p {
    background: #17c86d; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #17c86d;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small {
    background: #17c86d;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #50ad21;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .carousel-indicators {
    bottom: 0px;
    right: 0; }
    .slider-widget .slider-a #home-slider .carousel-indicators li {
      border-radius: 50%;
      border: none;
      background: #e5b729;
      margin-left: 3px;
      margin-right: 3px;
      width: 10px;
      height: 10px;
      margin: 0 3px; }
      .slider-widget .slider-a #home-slider .carousel-indicators li.active {
        background: #17c86d;
        width: 10px;
        height: 10px;
        margin: 0 3px; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    display: none;
    /*&.left{
        span{
          left: -10px;
          &::before{
            padding-left: 10px;
          }
        } 
      }
      &.right{
        span {
          right: -10px;
          &::before{
            padding-right: 10px;
          }
        }  
      }  */ }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: transparent;
      border-radius: 50%;
      border: none;
      color: #ffffff;
      font-size: 24px;
      height: 40px;
      text-align: center;
      text-shadow: none;
      width: 40px; }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #17c86d;
        background: #ffffff; }
  .slider-widget .slider-a .slider-box {
    height: 85vh;
    position: relative;
    text-align: center; }
  .slider-widget .slider-a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 25%;
    background-size: cover; }
    .slider-widget .slider-a .bg-img::before {
      content: "";
      background: url("../images/pattern.png");
      background-size: 100% 100%;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto;
      opacity: 1;
      z-index: 10; }
    .slider-widget .slider-a .bg-img::after {
      content: "";
      background: url("../images/slider-overlay.png");
      background-size: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 12; }
  .slider-widget .container {
    position: relative;
    height: 100%; }
  .slider-widget .caption-a {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: rgba(0, 0, 0, 0.44);
    right: 0;
    position: absolute;
    text-align: center;
    top: calc(50% + 70px);
    z-index: 99;
    padding: 40px 15px 30px;
    border: 1px solid #515151;
    width: 40%; }
    .slider-widget .caption-a::before {
      content: "";
      background: url("../images/caption-top.png") no-repeat;
      width: 190px;
      height: 20px;
      display: block;
      position: relative;
      top: -10px;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .slider-widget .caption-a h1 {
      font-family: "Lato", sans-serif;
      color: #fff;
      font-size: 26px;
      font-weight: 900;
      line-height: 1em;
      margin-bottom: 5px;
      margin: 0;
      position: relative;
      text-transform: uppercase; }
    .slider-widget .caption-a h2 {
      font-family: "Lato", sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      text-transform: none;
      margin: 0; }
      .slider-widget .caption-a h2::after {
        content: none; }
    .slider-widget .caption-a h3 {
      font-size: 14px;
      text-transform: none; }
    .slider-widget .caption-a p {
      font-family: "Lato", sans-serif;
      color: #fff;
      font-size: 12px;
      letter-spacing: 0.2px;
      line-height: 1.5em;
      margin: 25px 0; }
    .slider-widget .caption-a a.btn-2 {
      margin-top: 10px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .slider-a .slider-box {
    height: 95vh; }
  .slider-widget .caption-a {
    width: 100%; }
    .slider-widget .caption-a h1 {
      font-size: 24px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h2 {
      font-size: 20px !important; }
    .slider-widget .caption-a p {
      margin-bottom: 10px;
      line-height: 1.4em; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a {
    width: 80%; }
    .slider-widget .caption-a h1 {
      font-size: 24px !important; }
    .slider-widget .caption-a h2 {
      font-size: 16px !important; }
    .slider-widget .caption-a p {
      margin-bottom: 5px;
      line-height: 1.2em;
      width: 100%; }
  .slider-widget .slider-a #home-slider .carousel-control.right span {
    right: -25px; }
  .slider-widget .slider-a #home-slider .carousel-control.left span {
    left: -15px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a {
    width: 80%; }
    .slider-widget .caption-a h1 {
      font-size: 30px !important; }
    .slider-widget .caption-a h2 {
      font-size: 14px !important;
      width: 80% !important; }
    .slider-widget .caption-a p {
      margin-bottom: 5px;
      line-height: 1.2em;
      width: 100%; }
  .slider-widget #home-slider .carousel-control {
    display: none; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  z-index: 1;
  position: relative; }
  .news-widget .box-news {
    box-shadow: 5px 2px 25px rgba(0, 0, 0, 0.15); }
    .news-widget .box-news:nth-child(1), .news-widget .box-news:nth-child(2) {
      float: left;
      width: 100%; }
      .news-widget .box-news:nth-child(1) .img-wrap, .news-widget .box-news:nth-child(2) .img-wrap {
        background: #17c86d;
        float: left;
        height: 300px;
        width: 35%; }
        .news-widget .box-news:nth-child(1) .img-wrap img, .news-widget .box-news:nth-child(2) .img-wrap img {
          height: 100%;
          max-height: inherit;
          max-width: inherit;
          min-height: inherit;
          min-width: inherit;
          object-fit: cover;
          width: 100%; }
      .news-widget .box-news:nth-child(1) .info-wrap, .news-widget .box-news:nth-child(2) .info-wrap {
        background: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        float: left;
        height: 300px;
        padding: 30px 25px;
        position: relative;
        text-align: left;
        width: 65%; }
        .news-widget .box-news:nth-child(1) .info-wrap::before, .news-widget .box-news:nth-child(2) .info-wrap::before {
          content: "";
          border-right: 30px solid #fff;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent;
          position: absolute;
          z-index: 5;
          bottom: 40%;
          left: -15px; }
        .news-widget .box-news:nth-child(1) .info-wrap a h3, .news-widget .box-news:nth-child(2) .info-wrap a h3 {
          color: #3d414c;
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 20px;
          text-transform: none; }
        .news-widget .box-news:nth-child(1) .info-wrap p, .news-widget .box-news:nth-child(2) .info-wrap p {
          font-family: "Lato", sans-serif;
          color: #3f3f3f;
          font-size: 13px;
          font-weight: 400;
          padding: 0;
          margin-bottom: 35px;
          margin-top: 10px; }
        .news-widget .box-news:nth-child(1) .info-wrap time, .news-widget .box-news:nth-child(2) .info-wrap time {
          font-family: "Lato", sans-serif;
          color: #b4b4b4;
          font-size: 13px;
          font-weight: 400;
          padding: 12px 0;
          margin: 0;
          text-transform: capitalize;
          position: relative; }
          .news-widget .box-news:nth-child(1) .info-wrap time::before, .news-widget .box-news:nth-child(2) .info-wrap time::before {
            content: "";
            background: #b4b4b4;
            width: 50px;
            height: 1px;
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
      .news-widget .box-news:nth-child(1):nth-child(2) .img-wrap, .news-widget .box-news:nth-child(2):nth-child(2) .img-wrap {
        float: right;
        background: #ffffff; }
      .news-widget .box-news:nth-child(1):nth-child(2) .info-wrap, .news-widget .box-news:nth-child(2):nth-child(2) .info-wrap {
        float: right;
        background: #ffffff; }
        .news-widget .box-news:nth-child(1):nth-child(2) .info-wrap::after, .news-widget .box-news:nth-child(2):nth-child(2) .info-wrap::after {
          content: "";
          border-bottom: 25px solid transparent;
          border-left: 30px solid #ffffff;
          border-top: 25px solid transparent;
          bottom: 40%;
          right: -15px;
          position: absolute;
          z-index: 5; }
        .news-widget .box-news:nth-child(1):nth-child(2) .info-wrap::before, .news-widget .box-news:nth-child(2):nth-child(2) .info-wrap::before {
          content: none; }
  .news-widget #news-slider .carousel-indicators {
    bottom: -60px; }
    .news-widget #news-slider .carousel-indicators li {
      border-radius: 50%;
      border: none;
      background: #e5b729;
      margin-left: 3px;
      margin-right: 3px;
      width: 10px;
      height: 10px;
      margin: 0 3px; }
      .news-widget #news-slider .carousel-indicators li.active {
        background: #17c86d;
        width: 10px;
        height: 10px;
        margin: 0 3px; }
  .news-widget #news-slider .carousel-control {
    opacity: 0; }

/*END News------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (max-width: 767px) {
  .news-widget .box-news .img-wrap, .news-widget .box-news .info-wrap {
    width: 100% !important; }
  .news-widget .box-news:last-child {
    margin-bottom: 100px; }

  .news-widget #news-slider .carousel-indicators {
    bottom: 60px; } }
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #17c86d;
  color: #fff;
  padding: 0;
  font-family: "Lato", sans-serif;
  border-bottom: 6px solid #50ad21; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #3f3f3f; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #3f3f3f; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #3f3f3f;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #3f3f3f;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #17c86d; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #17c86d;
    color: #fff;
    border: solid 1px #3f3f3f;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #3f3f3f;
    color: #17c86d; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  background-color: #f4f5f7;
  background-position: top center;
  background-size: 135%;
  padding: 0 0px 50px;
  position: relative;
  margin-top: 55px;
  z-index: 1; }
  .events-widget h2.box-title {
    top: -30px !important;
    position: relative !important; }
  .events-widget .event-box {
    background: transparent;
    color: #fff;
    padding: 15px 25px 15px;
    transition: 0.4s; }
    .events-widget .event-box .img-wrap {
      float: none; }
    .events-widget .event-box:hover .img-wrap::before, .events-widget .event-box:focus .img-wrap::before, .events-widget .event-box:active .img-wrap::before {
      content: ""; }
    .events-widget .event-box a {
      color: #3f3f3f;
      font-size: 24px;
      margin-bottom: 0;
      margin-top: 0; }
      .events-widget .event-box a h4 {
        margin-top: 0; }
        .events-widget .event-box a h4::after {
          content: none; }
      .events-widget .event-box a:hover {
        color: #17c86d;
        text-decoration: none; }
    .events-widget .event-box p {
      font-size: 14px;
      line-height: 1.5em;
      color: #3f3f3f;
      margin-bottom: 5px; }
    .events-widget .event-box div {
      color: #3f3f3f; }
    .events-widget .event-box .tribe-event-categories {
      margin: 0;
      padding: 0; }
      .events-widget .event-box .tribe-event-categories li {
        padding: 0;
        list-style-type: none; }
        .events-widget .event-box .tribe-event-categories li a {
          font-size: 16px !important; }
    .events-widget .event-box time {
      font-family: "Lato", sans-serif;
      color: #17c86d;
      font-size: 13px;
      font-weight: 400;
      margin: 0;
      padding: 12px 0;
      position: relative;
      text-transform: capitalize; }
      .events-widget .event-box time::after {
        content: "";
        background: #b7b8ba;
        width: 60px;
        height: 1px;
        display: block;
        position: absolute;
        left: 3px;
        bottom: 0; }
  .events-widget a.read-more {
    color: #17c86d;
    display: block;
    font-weight: 900;
    margin-top: 25px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase; }
    .events-widget a.read-more:hover {
      text-decoration: underline; }
    .events-widget a.read-more::after {
      content: none !important; }
  .events-widget .img-wrap {
    float: none;
    height: 180px;
    margin: 0 15px 30px 0;
    width: 225px;
    position: relative; }
    .events-widget .img-wrap img {
      width: 100%; }
    .events-widget .img-wrap::before {
      content: none;
      background: #90c445;
      opacity: 0.4;
      width: 225px;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
  .events-widget hr {
    border-color: #d6d6d6;
    margin: 15px 0 10px; }
  .events-widget #upcoming-events .carousel-inner > .item {
    width: 98%;
    margin: 0 auto; }
  .events-widget #upcoming-events:hover .carousel-control {
    opacity: 1; }
  .events-widget #upcoming-events .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 0; }
    .events-widget #upcoming-events .carousel-control span {
      background: #17c86d;
      border: 1px solid #c2dcd1;
      color: #ffffff;
      font-size: 28px;
      height: 60px;
      text-align: center;
      text-shadow: none;
      top: 42%;
      width: 60px; }
      .events-widget #upcoming-events .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .events-widget #upcoming-events .carousel-control span:hover {
        background: #50ad21; }
    .events-widget #upcoming-events .carousel-control.left span {
      left: -50px; }
    .events-widget #upcoming-events .carousel-control.right span {
      right: -50px; }
    .events-widget #upcoming-events .carousel-control.left, .events-widget #upcoming-events .carousel-control.right {
      background: transparent; }
  .events-widget #upcoming-events .carousel-indicators {
    display: none; }
  .events-widget .link {
    text-align: center;
    margin-top: 20px; }

/*END Events------------------------------------------*/
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  background: url("../images/bg-sign.jpg") no-repeat;
  background-size: cover;
  padding: 10px 0px 25px;
  text-align: center; }
  .sign-up-widget .gform_confirmation_message {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #fff;
    padding-top: 10px; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget h2 {
    color: #fff !important; }
    .sign-up-widget h2 i {
      margin-bottom: 10px !important; }
  .sign-up-widget p {
    color: #fff;
    font-size: 0.8571rem;
    padding: 0 8%;
    margin: 25px 0; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 10px 0 0; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 69%;
      display: inline-block;
      vertical-align: middle; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          padding-right: 0;
          margin-top: 0; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input {
              margin: 0 !important;
              border: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: rgba(0, 0, 0, 0.2);
              border-radius: 0px;
              border: none;
              height: 30px;
              width: 100%;
              color: #fff;
              padding: 0 10px;
              font-size: 1.071rem;
              border: 1px solid #17c86d; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 30%;
      display: block;
      vertical-align: middle;
      margin: 8px  0;
      padding: 0;
      text-align: center; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #4c4c4c;
        height: 28px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        transition: 0.4s;
        font-size: 0.8rem; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #3d414c;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }
  .sign-up-widget .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 50px 15% 0px; } }
@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 90%;
    margin: 50px 5% 0px; }

  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #17c86d;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #17c86d; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #17c86d;
    background: -webkit-linear-gradient(90deg, #17c86d 50%, #3e3e3e 50%);
    background: -o-linear-gradient(90deg, #17c86d 50%, #3e3e3e 50%);
    background: -moz-linear-gradient(90deg, #17c86d 50%, #3e3e3e 50%);
    background: linear-gradient(90deg, #17c86d 50%, #3e3e3e 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #17c86d;
    background: -webkit-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: -o-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: -moz-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #17c86d;
    background: -webkit-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: -o-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: -moz-linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    background: linear-gradient(180deg, #17c86d 50%, #3e3e3e 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  text-align: center; }
  .testimonial-widget .testimonial_rotator_slide_title {
    display: none; }
  .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
    position: relative;
    overflow: hidden;
    z-index: 3px;
    height: 125px;
    width: 125px;
    background: #ccc;
    border-radius: 50%;
    margin: 50px auto 50px;
    border: 3px solid #fff;
    float: none; }
    .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 150%;
      min-width: 100%; }
  .testimonial-widget .testimonial_rotator_quote {
    font-size: 20px;
    padding: 0 10%; }
  .testimonial-widget .testimonial_rotator_author_info {
    margin-top: 0px;
    border: none !important;
    font-weight: 700;
    font-size: 20px; }
    .testimonial-widget .testimonial_rotator_author_info span {
      display: block;
      text-transform: uppercase; }
  .testimonial-widget .testimonial_rotator .has-image .text, .testimonial-widget .testimonial_rotator_single.has-image .text {
    width: 100%;
    float: none; }

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 45px 30px 150px;
  background: url("../images/bg-sponsor.jpg");
  background-position: 50% 75%;
  border-top: 2px solid #f1f1f1; }
  .sponsor-widget h2 {
    text-align: center;
    color: #3d414c !important; }
  .sponsor-widget a {
    text-decoration: none; }
  .sponsor-widget .img-wrap {
    height: 150px;
    background: transparent;
    margin: 15px 0; }
    .sponsor-widget .img-wrap img {
      max-width: 100%;
      min-width: unset; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  background: #4c4c4c;
  color: #fff;
  padding: 0;
  text-align: left;
  position: relative; }
  footer.footer::before {
    content: "";
    background: url("../images/footer-top-mask.png");
    background-repeat: repeat-x;
    background-size: auto;
    width: 100%;
    position: absolute;
    top: -120px;
    height: 130px;
    display: block; }
  footer.footer .top {
    padding: 40px 0;
    position: relative; }
    footer.footer .top::after {
      content: "";
      background: url("../images/footer-bottom-mask.jpg");
      background-size: auto 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 45px;
      display: block; }
    footer.footer .top .bottom-arrow {
      background: #17c86d;
      padding: 10px 15px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: -25px;
      right: 5px;
      transition: 0.4s; }
      footer.footer .top .bottom-arrow:hover {
        background: #e5b729;
        top: -30px; }
  footer.footer h3 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px !important; }
  footer.footer .center-left ul {
    padding: 0; }
    footer.footer .center-left ul li {
      list-style-type: none; }
      footer.footer .center-left ul li a {
        transition: 0.4s;
        line-height: 1.2em; }
        footer.footer .center-left ul li a:hover {
          color: #17c86d;
          margin-left: 5px;
          text-decoration: none;
          font-weight: 900; }
  footer.footer .left p, footer.footer .center-left p, footer.footer .center-right p {
    font-size: 14px;
    margin-bottom: 5px; }
    footer.footer .left p span, footer.footer .center-left p span, footer.footer .center-right p span {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 900; }
  footer.footer .left a, footer.footer .center-left a, footer.footer .center-right a {
    color: #fff; }
  footer.footer .right img {
    display: block;
    text-align: center;
    margin: 50px auto 15px;
    background: #ffffff; }
  footer.footer .right em {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700; }
  footer.footer ul.social {
    padding: 0px;
    margin-bottom: 30px; }
    footer.footer ul.social li {
      margin: 0 !important; }
      footer.footer ul.social li a {
        background: #90c445;
        border-radius: 50%;
        border: none;
        color: #fff;
        margin: 0 2px !important;
        padding: 7px !important;
        width: 30px;
        height: 30px; }
        footer.footer ul.social li a:hover {
          color: #ffffff;
          background: #17c86d; }
  footer.footer .search-footer {
    font-family: "Lato", sans-serif;
    background: rgba(44, 44, 44, 0.8);
    display: block;
    float: none;
    height: 30px;
    margin-right: -1px;
    padding-top: 0px;
    position: relative;
    width: 175px; }
    footer.footer .search-footer .screen-reader-text {
      display: none; }
    footer.footer .search-footer #searchform {
      color: #fff;
      width: 172px;
      opacity: 1;
      transition: 0.4s;
      visibility: visible; }
    footer.footer .search-footer .fa-search {
      display: none; }
    footer.footer .search-footer .fa-pencil {
      background: #17c86d;
      color: #ffffff;
      cursor: pointer;
      font-size: 15px;
      height: 30px;
      padding-left: 12px;
      padding-top: 7px;
      position: absolute;
      right: -36px;
      top: -1px;
      width: 35px;
      z-index: 10; }
      footer.footer .search-footer .fa-pencil.s-hover {
        text-decoration: none;
        border-color: #3f3f3f;
        background: #3f3f3f;
        color: #fff; }
    footer.footer .search-footer .fa-times {
      color: #4c4c4c;
      cursor: pointer;
      display: none;
      font-size: 14px;
      margin-right: 10px;
      opacity: 0.5;
      transition: 0.3s; }
      footer.footer .search-footer .fa-times:hover {
        display: none;
        text-decoration: none;
        opacity: 1; }
    footer.footer .search-footer #searchsubmit {
      background: transparent !important;
      border-radius: 0;
      border: none;
      color: #fff;
      font-size: 12px;
      height: 30px;
      padding: 0;
      top: 0;
      position: absolute;
      right: -36px;
      text-indent: -9999px;
      text-transform: uppercase;
      transition: 0.4s;
      vertical-align: middle;
      width: 35px;
      z-index: 11; }
      footer.footer .search-footer #searchsubmit:hover {
        background: transparent;
        color: transparent; }
    footer.footer .search-footer #s {
      background: transparent;
      border-right: none;
      border: none;
      box-sizing: border-box;
      color: #ffffff;
      font-size: 12px;
      height: 30px;
      padding: 0 0 0 15px;
      vertical-align: middle;
      width: 100%; }
    footer.footer .search-footer::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff;
      opacity: 1; }
    footer.footer .search-footer::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      opacity: 1; }
    footer.footer .search-footer:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff;
      opacity: 1; }
    footer.footer .search-footer:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff;
      opacity: 1; }
  footer.footer .bottom {
    font-family: "Lato", sans-serif;
    background: #3d414c;
    border-top: 1px solid #757575;
    padding: 15px 0 10px; }
    footer.footer .bottom p {
      margin-bottom: 0;
      font-weight: 400;
      color: #fff;
      font-size: 12px; }
    footer.footer .bottom a {
      color: #fff; }
    footer.footer .bottom .copy-right {
      float: left; }
    footer.footer .bottom .elevationweb {
      float: right; }
      footer.footer .bottom .elevationweb a:last-child {
        font-weight: 700;
        color: #90c445; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .search-footer {
    width: 125px; }
    footer.footer .search-footer #searchform {
      width: 125px; } }
@media only screen and (max-width: 767px) {
  footer.footer h3 {
    margin: 30px 0 10px !important; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: "Lato", sans-serif;
      color: #3d6d9e;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #737373; }
    ul.breadcrumbs li a {
      font-family: "Lato", sans-serif;
      color: #737373;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #3d6d9e; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #4c4c4c;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 70px; }
  .interior-top::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }
  .interior-top .container {
    position: relative;
    z-index: 3;
    height: 100%; }
  .interior-top h1 {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1em;
    margin: 0;
    padding: 215px 0 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }
    .interior-top h1::before {
      content: "";
      background: url("../images/caption-top.png") no-repeat;
      display: block;
      height: 20px;
      left: 0;
      margin: 0 auto;
      position: relative;
      right: 0;
      top: -10px;
      width: 190px; }
  .interior-top h2 {
    font-size: 50px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900; }
  .interior-top img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }
  .interior-top .ticker-tape {
    background: rgba(23, 200, 109, 0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }

/*MODAL*/
.modal-content {
  border-radius: 10px; }

.modal-header button.close {
  background: transparent;
  color: #3d414c;
  font-size: 40px;
  padding: 0;
  position: relative;
  top: -10px; }
  .modal-header button.close:hover {
    background: transparent;
    color: #3f3f3f; }
.modal-header h4 {
  font-family: "Lato", sans-serif;
  background: #17c86d;
  bottom: -40px;
  color: #ffffff !important;
  font-size: 33px;
  font-weight: 500;
  left: -30px;
  line-height: 1em;
  padding: 25px 50px;
  position: relative;
  text-align: center;
  width: 110.2%;
  z-index: 3; }
  .modal-header h4::after {
    border-bottom: 10px solid transparent;
    border-right: 16px solid #4c4c4c;
    border-top: 0px solid transparent;
    bottom: -11%;
    content: "";
    left: -1px;
    margin-left: 0px;
    position: absolute;
    z-index: 1; }
  .modal-header h4::before {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4c4c4c;
    border-top: 0px solid transparent;
    bottom: -12%;
    content: "";
    margin-left: 0px;
    position: absolute;
    right: -2px;
    z-index: 1; }

.modal-body {
  padding: 40px 50px; }

.modal-footer {
  background: #4c4c4c;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 25px; }
  .modal-footer .btn-2 {
    font-family: "Lato", sans-serif;
    background: #fff;
    border-radius: 0px;
    border-radius: 4px;
    color: #3e3e3e !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 700 !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    height: auto;
    min-width: 139px; }
    .modal-footer .btn-2:hover, .modal-footer .btn-2:focus, .modal-footer .btn-2:active {
      background: #50ad21;
      text-decoration: none;
      color: #fff !important; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: "Lato", sans-serif;
  background: #fff url("../images/bg-interior.jpg") no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  color: #3f3f3f;
  font-size: 15px;
  padding-bottom: 150px; }
  .interior .container {
    background: rgba(255, 255, 255, 0);
    margin-top: 0px;
    padding: 55px 35px 100px;
    position: relative; }
  .interior img {
    max-width: 100%;
    height: auto; }
    .interior img.wp-post-image {
      box-shadow: 1px 3px 15px #000; }
  .interior .wp-caption-text {
    font-size: 14px; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: "Lato", sans-serif;
    color: #3d414c !important;
    font-weight: 900;
    text-transform: uppercase; }
  .interior h5, .interior h6 {
    font-family: "Lato", sans-serif;
    color: #3d414c;
    font-weight: 900;
    text-transform: uppercase; }
  .interior h1 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 35px; }
  .interior h2 {
    font-size: 39px;
    margin: 10px 0 25px !important;
    color: #3d414c !important; }
  .interior h3 {
    font-size: 34px; }
  .interior h4 {
    font-size: 28px; }
  .interior h5 {
    font-size: 22px; }
  .interior h6 {
    font-size: 18px; }
  .interior hr {
    border-color: #898989 !important;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%; }
  .interior strong {
    font-family: "Lato", sans-serif;
    color: #3d414c;
    font-size: 16px;
    margin-bottom: 2em; }
    .interior strong.color {
      color: #17c86d; }
  .interior p {
    font-family: "Lato", sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 1em; }
  .interior blockquote {
    font-family: "Lato", sans-serif;
    background: #f4f4f4;
    border-left: 8px solid #17c86d;
    border-radius: 2px;
    color: #3d414c;
    float: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 2em;
    margin-left: 5%;
    margin-right: 0;
    padding: 17px 15px;
    text-align: left;
    width: 95%; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      color: #3d414c; }
  .interior a {
    font-family: "Lato", sans-serif;
    color: #17c86d;
    text-decoration: none;
    transition: 0.3s;
    font-style: normal; }
    .interior a:hover {
      text-decoration: underline; }
  .interior ul.list {
    font-family: "Lato", sans-serif;
    color: #3f3f3f;
    padding: 0px;
    margin-bottom: 1em; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      color: #3f3f3f;
      font-size: 16px;
      line-height: 1.8em;
      list-style-type: none;
      margin-bottom: 6px;
      padding-left: 20px; }
      .interior ul.list li::before {
        content: "";
        border-bottom: 5px solid transparent;
        border-left: 5px solid #17c86d;
        border-top: 5px solid transparent;
        display: inline-block;
        height: 5px;
        margin-left: -15px;
        margin-right: 5px;
        margin-top: 9px;
        position: absolute;
        width: 5px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 20px; }
          .interior ul.list li ul li::before {
            border-left: 5px solid #50ad21; }
          .interior ul.list li ul li a {
            font-family: "Lato", sans-serif;
            color: #17c86d;
            font-style: normal !important;
            font-weight: 600 !important; }
          .interior ul.list li ul li ul li::before {
            border-left: 5px solid #4c4c4c; }
      .interior ul.list li p, .interior ul.list li address, .interior ul.list li strong, .interior ul.list li em, .interior ul.list li a {
        font-family: "Lato", sans-serif;
        font-size: 16px; }
      .interior ul.list li a {
        color: #17c86d;
        font-size: 16px;
        font-style: normal !important;
        font-weight: 600 !important; }
  .interior ol {
    list-style: none;
    counter-reset: my; }
  .interior ol > li::before {
    counter-increment: my;
    content: counter(my); }
  .interior ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .interior ol li {
      color: #3f3f3f;
      line-height: 1.8em;
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 36px; }
      .interior ol li::before {
        background-color: #00c8c8;
        border-radius: 3px;
        color: white;
        font-size: 80%;
        font-weight: bold;
        margin-left: -35px;
        margin-right: 10px;
        padding: 3px 8px;
        position: relative; }
      .interior ol li ul.list {
        font-family: "Lato", sans-serif;
        color: #3f3f3f;
        margin-bottom: 0.5em;
        padding: 0px; }
        .interior ol li ul.list li {
          color: #3f3f3f;
          line-height: 1.8em;
          list-style-type: none;
          padding-left: 20px; }
          .interior ol li ul.list li::before {
            content: "";
            background: #17c86d;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin-left: -15px;
            margin-right: 5px;
            margin-top: 9px;
            padding: 0;
            position: absolute;
            width: 10px; }
  .interior .table-responsive .table {
    font-family: "Lato", sans-serif;
    border: 1px solid #ccc; }
    .interior .table-responsive .table tr {
      text-align: left; }
      .interior .table-responsive .table tr th {
        text-align: left;
        background: #17c86d;
        color: #ffffff;
        padding: 15px 20px;
        font-weight: 700; }
        .interior .table-responsive .table tr th:hover {
          background: #4c4c4c; }
      .interior .table-responsive .table tr:nth-child(even) td {
        color: #3f3f3f;
        background: #fff;
        padding: 15px 20px;
        border: none;
        font-weight: 400; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        border: none;
        color: #3f3f3f;
        background: #d5d5d5;
        padding: 15px 20px;
        font-weight: 400; }
  .interior #zakat-form-table tbody tr {
    padding: 5px 10px; }
    .interior #zakat-form-table tbody tr td.middle-part {
      width: 50px;
      text-align: center; }
      .interior #zakat-form-table tbody tr td.middle-part .question-mark {
        background: #17c86d;
        border-radius: 10px;
        cursor: pointer;
        display: block;
        height: 30px;
        margin: 0 auto;
        padding: 5px 9px;
        position: relative;
        width: 30px; }
        .interior #zakat-form-table tbody tr td.middle-part .question-mark::after {
          content: "\f128 ";
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          margin-right: 5px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 20px;
          color: #ffffff;
          text-rendering: auto; }
    .interior #zakat-form-table tbody tr td.right-part {
      text-align: center; }
      .interior #zakat-form-table tbody tr td.right-part input.compute-buttons, .interior #zakat-form-table tbody tr td.right-part .computed-submit-btn {
        width: auto !important;
        display: inline-block !important;
        margin: 5px 10px !important; }
      .interior #zakat-form-table tbody tr td.right-part .zakat-input {
        padding: 0 10px; }
  .interior label {
    font-weight: 700;
    font-size: 14px;
    display: block; }
  .interior label.gfield_label {
    margin-top: 0;
    display: inline; }
  .interior input, .interior textarea, .interior select {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #3f3f3f;
    height: 30px; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: "Lato", sans-serif;
    background: #17c86d;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 8px rgba(100, 100, 100, 0.3);
    color: #ffffff !important;
    display: block;
    font-size: 17px;
    font-weight: 900;
    height: unset;
    margin-top: 25px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: 0.4s;
    width: 225px; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #90c445;
      text-decoration: none;
      color: #fff !important; }
    .interior input[type="submit"]:hover {
      background: #50ad21;
      text-decoration: none; }
  .interior button {
    background: #17c86d;
    color: #fff;
    padding: 15px 10px;
    border: none;
    transition: 0.3s;
    height: 50px; }
    .interior button:hover {
      background: #50ad21;
      color: #fff; }
  .interior .modal-content .col-md-4 {
    height: inherit !important; }
  .interior .modal-content p {
    margin-bottom: 0.5em; }
  .interior .modal-content hr {
    margin-top: 20px;
    margin-bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .interior-top {
    min-height: 200px; }

  .interior-top h1 {
    font-size: 55px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior-top {
    min-height: 200px; }

  .interior-top h1 {
    font-size: 55px;
    padding: 100px 0px 50px; } }
@media only screen and (max-width: 767px) {
  .interior .container {
    padding-bottom: 20px; }

  .interior-top {
    min-height: 200px; }
    .interior-top img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
    .interior-top h1 {
      padding: 30px 0px 39px; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 175px; }
    .interior-top h1 {
      font-size: 35px;
      padding: 30px 0px 39px;
      margin: 0; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav {
  -webkit-box-shadow: 0px 0px 8px 0px #d0d1d4;
  -moz-box-shadow: 0px 0px 8px 0px #d0d1d4;
  box-shadow: 0px 0px 8px 0px #d0d1d4; }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
      display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-family: "Lato", sans-serif;
        color: #3d414c;
        display: block;
        font-size: 1.429rem;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 20px;
        text-transform: uppercase; }
      .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        background: #f6f6f6;
        border: solid 1px #fff;
        display: block;
        margin-bottom: 30px;
        padding: 30px 0; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
          display: block;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-family: "Lato", sans-serif;
            background: transparent;
            color: #3f3f3f;
            display: block;
            font-size: 1rem;
            font-style: initial;
            font-weight: 400;
            padding: 5px 35px;
            text-transform: capitalize; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
              text-decoration: underline; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
            display: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
            background: transparent;
            border-bottom: none;
            border: none;
            display: block;
            margin-bottom: 0px;
            padding: 0px; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
              font-family: "Lato", sans-serif;
              background: #17c86d;
              color: #ffffff;
              font-weight: 400;
              width: 100%; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
              display: block;
              padding-left: 30px; }
              .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
                font-family: "Lato", sans-serif;
                background: transparent;
                color: #3f3f3f;
                font-weight: 400; }
      .sidebar .inner-nav ul li::before {
        content: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
          padding-left: 30px; }

.sidebar-a {
  margin-bottom: 30px; }
  .sidebar-a .box-prayer {
    background: url("../images/img-sidebar-a.png") no-repeat;
    background-color: #159e56;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 70%;
    box-shadow: 4px 8px 13px 3px rgba(0, 0, 0, 0.23);
    padding: 50px 7px 50px;
    margin-bottom: 10px;
    text-align: center; }
    .sidebar-a .box-prayer h3 {
      font-family: "Lato", sans-serif;
      color: #fff !important;
      display: block;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.2em;
      margin: 0;
      text-align: center;
      text-transform: uppercase; }
    .sidebar-a .box-prayer p {
      color: #fff; }
    .sidebar-a .box-prayer table.table-prayer {
      width: 100%;
      position: relative;
      margin: 30px 0 15px; }
      .sidebar-a .box-prayer table.table-prayer::before {
        content: "";
        background: #90c445;
        width: 90%;
        top: -25px;
        left: 0;
        height: 2px;
        right: 0;
        margin: 10px auto;
        position: absolute;
        display: block; }
      .sidebar-a .box-prayer table.table-prayer tbody {
        text-align: left;
        font-size: 14px; }
        .sidebar-a .box-prayer table.table-prayer tbody tr {
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          width: 33%;
          color: #fff; }
          .sidebar-a .box-prayer table.table-prayer tbody tr:last-child {
            border: none; }
          .sidebar-a .box-prayer table.table-prayer tbody tr th {
            text-transform: uppercase; }
            .sidebar-a .box-prayer table.table-prayer tbody tr th:nth-child(2) {
              text-align: center; }
            .sidebar-a .box-prayer table.table-prayer tbody tr th:last-child {
              text-align: right !important; }
          .sidebar-a .box-prayer table.table-prayer tbody tr td:nth-child(2) {
            text-align: center; }
          .sidebar-a .box-prayer table.table-prayer tbody tr td:last-child {
            text-align: right !important; }
    .sidebar-a .box-prayer a.read-more {
      color: #ffffff;
      display: inline-block;
      text-align: center;
      position: relative;
      text-transform: capitalize;
      font-weight: 700;
      transition: 0.4s; }
      .sidebar-a .box-prayer a.read-more::after {
        content: "";
        background: #e5b729;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        bottom: -10px;
        height: 3px;
        transition: 0.4s; }
      .sidebar-a .box-prayer a.read-more:hover {
        text-decoration: none; }
        .sidebar-a .box-prayer a.read-more:hover:after {
          background: #17c86d; }

.sidebar-b {
  background: #3d414c url("../images/zakat-bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 30px 7px 40px;
  text-align: center; }
  .sidebar-b h3 {
    font-family: "Lato", sans-serif;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    .sidebar-b h3::after {
      content: "";
      background: #17c86d;
      display: block;
      height: 2px;
      margin: 15px auto 5px;
      width: 90%; }
  .sidebar-b p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
    text-align: center; }
  .sidebar-b a.read-more {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s; }
    .sidebar-b a.read-more::after {
      content: "";
      background: #e5b729;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute;
      bottom: -10px;
      height: 3px;
      transition: 0.4s; }
    .sidebar-b a.read-more:hover {
      text-decoration: none; }
      .sidebar-b a.read-more:hover:after {
        background: #17c86d; }

.sidebar-c {
  background: #17c86d;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px 7px 40px;
  text-align: center; }
  .sidebar-c h3 {
    font-family: "Lato", sans-serif;
    color: #fff !important;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    .sidebar-c h3::after {
      content: "";
      background: #fff;
      display: block;
      height: 1px;
      margin: 15px auto 5px;
      width: 90%; }
  .sidebar-c p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
    text-align: center; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 40px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #50ad21;
  color: #ffffff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background-color: #50ad21;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #17c86d; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #17c86d;
  background: #39210b; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #17c86d; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus a, .woocommerce div.product .woocommerce-tabs ul.tabs li:active a {
    color: #fff; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #2c1909;
    color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.75em;
  line-height: 1; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #17c86d; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #17c86d !important;
  color: #2d1a09 !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background-color: #50ad21 !important;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #4c4c4c;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #3d414c;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.storycontent {
  min-height: 170px; }

.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-height: 150%; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #17c86d;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #4c4c4c; }

hr.solid {
  border-style: solid; }

.comment-form-comment label {
  display: block; }

/*END Category Page----------------------------------*/
.pagination .nav-links a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #17c86d;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #50ad21; }
.pagination .nav-links span {
  color: #17c86d; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #50ad21;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #4c4c4c; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #3d414c; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #e5b729; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #17c86d; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

/*END Error Page------------------------------------------*/
.accordion br {
  display: none; }

h3[id*="accordion-1-t"] {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #efefef;
  margin-bottom: 0; }
  h3[id*="accordion-1-t"]:hover {
    background: #dfdfdf; }

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

label.gfield_label {
  margin-top: 25px; }

body.home .gform_wrapper {
  display: block;
  margin: 0 0 15px 0;
  width: 100%; }
  body.home .gform_wrapper .gform_body {
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: 70% !important; }
    body.home .gform_wrapper .gform_body ul.gform_fields {
      padding-left: 0;
      margin: 0; }
      body.home .gform_wrapper .gform_body ul.gform_fields li.gfield {
        list-style-type: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
        max-width: 100% !important; }
        body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
          display: none; }
        body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
          margin: 0 !important; }
          body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
            background: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
            border: none;
            border-radius: 0;
            color: #ffffff;
            font-size: 1rem;
            height: 30px;
            padding: 0 10px 5px 0 !important;
            width: 100%; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
              /* Firefox 19+ */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
              /* IE 10+ */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
              /* Firefox 18- */
              color: #ffffff;
              opacity: 1; }
          body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
            width: 100%;
            background: rgba(0, 0, 0, 0.2);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            padding: 10px;
            height: 130px; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea::-moz-placeholder {
              /* Firefox 19+ */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:-ms-input-placeholder {
              /* IE 10+ */
              color: #ffffff;
              opacity: 1; }
            body.home .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea:-moz-placeholder {
              /* Firefox 18- */
              color: #ffffff;
              opacity: 1; }
  body.home .gform_wrapper .gform_footer {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 95px !important; }
    body.home .gform_wrapper .gform_footer .gform_button {
      background: #17c86d;
      border-radius: 0;
      border: none;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      height: 30px;
      text-align: center;
      text-indent: 0px;
      text-transform: none;
      transition: 0.4s;
      width: 100%; }
      body.home .gform_wrapper .gform_footer .gform_button:hover {
        color: #fff; }
  body.home .gform_wrapper .gfield_description {
    display: none; }
body.home #gform_wrapper_5 .gform_body {
  width: 100% !important; }
body.home #gform_wrapper_5 .gform_footer {
  width: 100% !important; }
  body.home #gform_wrapper_5 .gform_footer .gform_button {
    width: 115px;
    margin: 0 auto; }
body.home .gform_wrapper div.validation_error {
  padding: 0 !important;
  border-color: #ffffff !important;
  color: #ffffff !important; }
body.home .gform_wrapper .validation_message {
  color: #ffffff !important; }
body.home .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.home .gform_wrapper li.gfield_error textarea {
  border-color: #ffffff !important; }

.interior.donate-page {
  text-align: center;
  background: #e5f5fa url("../images/bg-donate.jpg") no-repeat;
  background-size: cover; }
  .interior.donate-page .container {
    background: transparent; }
  .interior.donate-page h2 {
    font-family: "Lato", sans-serif;
    color: #3f3f3f;
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 25px 25px 10px;
    text-align: center;
    text-transform: uppercase; }
    .interior.donate-page h2::after {
      content: "";
      background: #3e3e3e;
      height: 7px;
      width: 68px;
      margin: 15px auto 25px;
      display: block; }
  .interior.donate-page ul {
    font-size: 0;
    padding: 40px 0 0 0; }
    .interior.donate-page ul li {
      display: inline-block;
      font-size: 1rem;
      width: 20%;
      vertical-align: top;
      padding: 0 1%;
      color: #fff;
      text-align: left; }
      .interior.donate-page ul li a {
        background: #3e3e3e;
        min-height: 310px;
        display: block;
        padding: 24px 18px;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 20px; }
        .interior.donate-page ul li a:hover, .interior.donate-page ul li a:active, .interior.donate-page ul li a:focus, .interior.donate-page ul li a.active {
          background: #17c86d; }
      .interior.donate-page ul li p {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        margin: 0; }
      .interior.donate-page ul li h4 {
        color: #fff;
        font-size: 21px; }
        .interior.donate-page ul li h4::after {
          content: " ";
          background: #fff;
          height: 4px;
          width: 30px;
          display: block;
          margin: 10px 0; }
  .interior.donate-page .bottom {
    background: url("../images/bg-amount.jpg");
    background-size: cover;
    position: relative;
    padding: 40px 0;
    text-align: center; }
    .interior.donate-page .bottom::before {
      content: "";
      border-top: 25px solid #e5f5fa;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -25px; }
    .interior.donate-page .bottom .btn-donate-recurring {
      padding: 15px 30px;
      background: #408EE0;
      color: #fff;
      text-decoration: none;
      display: block;
      width: 210px;
      margin: 50px auto 0;
      text-transform: uppercase; }
    .interior.donate-page .bottom .btn-donate {
      padding: 15px 30px;
      background: #17c86d;
      color: #fff;
      text-decoration: none;
      display: block;
      width: 210px;
      margin: 50px auto 0;
      text-transform: uppercase; }
      .interior.donate-page .bottom .btn-donate:hover, .interior.donate-page .bottom .btn-donate:active, .interior.donate-page .bottom .btn-donate:focus, .interior.donate-page .bottom .btn-donate.active {
        background: #50ad21; }
    .interior.donate-page .bottom .other-b.show {
      display: inline-block !important; }
    .interior.donate-page .bottom .other {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
      .interior.donate-page .bottom .other input {
        width: 100%;
        height: 60px;
        background: #fff;
        font-size: 28px; }
      .interior.donate-page .bottom .other.appear {
        display: inline-block !important; }
        .interior.donate-page .bottom .other.appear.hide {
          display: none !important; }
    .interior.donate-page .bottom .dollar {
      background: #3e3e3e;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      width: 140px;
      height: 140px;
      position: relative;
      margin: 0 30px 15px;
      cursor: pointer;
      border-bottom: 5px solid #e9a335; }
      .interior.donate-page .bottom .dollar:hover, .interior.donate-page .bottom .dollar:active, .interior.donate-page .bottom .dollar:focus, .interior.donate-page .bottom .dollar.active {
        background: #17c86d; }
      .interior.donate-page .bottom .dollar:last-child a.btn-donate1::before {
        content: none; }
      .interior.donate-page .bottom .dollar a.btn-donate1 {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-decoration: none;
        font-size: 30px;
        width: 100%; }
        .interior.donate-page .bottom .dollar a.btn-donate1::before {
          content: "$";
          display: inline-block; }

.interior.testimonials h2 {
  text-align: center; }
.interior.testimonials .testimonial-widget {
  text-align: center; }
  .interior.testimonials .testimonial-widget::before {
    content: open-quote;
    display: block;
    text-align: center;
    font-size: 90px;
    color: #3e3e3e;
    font-family: 'Georgia',serif;
    line-height: 1em;
    margin: 50px 0 0; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .interior.donate-page ul li {
    width: 33%;
    margin-bottom: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior.donate-page ul li {
    width: 33%;
    margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .interior.donate-page ul li {
    width: 50%;
    margin-bottom: 15px; } }
@media only screen and (max-width: 480px) {
  .interior.donate-page ul li {
    width: 100%;
    margin-bottom: 15px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: "Lato", sans-serif;
  color: #3f3f3f;
  font-size: 14px;
  overflow-x: hidden; }
  html a, body a {
    outline: none !important; }

body.home h2.box-title {
  font-family: "Lato", sans-serif;
  background: #17c86d;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  left: 15px;
  line-height: 1.2em;
  margin: 0;
  padding: 18px 31px 18px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -50px; }
body.home h2, body.home h3 {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900; }
body.home a.read-more {
  font-family: "Lato", sans-serif;
  color: #17c86d;
  font-weight: 900;
  padding: 0 0 10px 0;
  position: relative;
  text-transform: uppercase; }
  body.home a.read-more::after {
    content: "";
    background: #17c86d;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px; }
  body.home a.read-more:hover {
    text-decoration: none; }
    body.home a.read-more:hover::after {
      background: #50ad21 !important;
      transition: 0.4s; }

/*END html & body-------------------------------------*/
  /*header .prayer-box{
     position: absolute;
     top:85px;
     right: 30px;
     padding: 0;
     z-index: 4;
     background:#000;
     text-align: center;
     font-weight: 700;

     .prayer,.prayer2{
       display: inline-block;
       font-size: 0;
       background:#000;
       h3{
         margin:0;
       }
       ul{
         padding:0;
         margin:0;
       }
       ol{
         padding:0;
         margin:0;
         display: none;
       }
       table{
         width:200%;
       }
       .dd_fpRW38,.dd_fpRW8{
         width: 100%;
         position: absolute;
         left: 0;
         background: rgb(0, 0, 0) none repeat scroll 0% 0%;
       }
     }
     a.btn-prayers{
       padding:7px 10px;
       border:1px solid #e7e7e7;
       background:#fff;
       font-size: 12px;
       font-weight: 700;
       width: 165px;
       display: block;
       text-transform: uppercase;
       color:$light-text;
       &:hover,&:active,&:focus{
         background:$secondary;
         color:#fff;
         text-decoration: none;
       }
     }
     .prayer2{
       margin-left: -3px;
       a.btn-prayers{
         padding:7px 10px;
         border-left:none;
      
       }
       table{
         left: 0%;
         width: 100%;
         position:relative; 
       }
     }
   }*/
/*START FrontPage (similar elements)-------------------------------------------*/
.ticker-tape {
  text-align: center;
  background: #17c86d; }
  .ticker-tape .container {
    padding: 20px;
    position: relative; }
    .ticker-tape .container::after {
      content: "";
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.46)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
      width: 40px;
      height: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }
    .ticker-tape .container::before {
      content: "";
      background: rgba(0, 0, 0, 0.46);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(250, 250, 250, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.46)), color-stop(100%, rgba(250, 250, 250, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(250, 250, 250, 0) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(250, 250, 250, 0) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(250, 250, 250, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.46) 0%, rgba(250, 250, 250, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fafafa', GradientType=1 );
      width: 40px;
      height: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-300%, 0, 0); } }
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-300%, 0, 0); } }
  .ticker-tape .ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    padding-left: 100%; }
  .ticker-tape .ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding-right: 100%;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 50s;
    animation-duration: 50s; }
    .ticker-tape .ticker__item {
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      padding: 0 2rem;
      text-transform: uppercase; }
      .ticker-tape .ticker__item span {
        color: #97ff05;
        font-weight: 900;
        font-style: italic; }
    .ticker-tape .ticker:hover {
      animation-play-state: paused;
      transition: animation-play-state 0.4s; }

.c {
  background: #fff url("../images/bg-c.png") no-repeat;
  background-position: 50% 85%;
  background-size: 100% auto;
  padding: 70px 0px 80px; }
  .c .c-right .box-title {
    background: #90c445; }
  .c .box-section-c {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16); }
    .c .box-section-c .box-c {
      padding: 70px 35px 80px;
      position: relative; }
      .c .box-section-c .box-c::after {
        content: "";
        background: #e9e9e9;
        display: inline-block;
        height: 50%;
        position: absolute;
        right: 0;
        top: 75px;
        width: 1px; }
      .c .box-section-c .box-c h2.box-title {
        top: -15px;
        left: 0; }
      .c .box-section-c .box-c a.read-more {
        position: absolute;
        left: 35px;
        bottom: 35px; }

.d {
  color: #fff;
  padding: 100px 0 0;
  background: url("../images/bg-d.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }
  .d .box-section-d {
    background: rgba(255, 255, 255, 0.88);
    padding: 25px 40px 75px; }
  .d h2.box-title {
    top: -65px !important;
    color: #fff; }
    .d h2.box-title::after {
      background: #fff; }
  .d h3 {
    text-transform: capitalize;
    font-weight: 900;
    font-size: 24px; }
    .d h3 a {
      color: #248e5e !important;
      font-size: 24px;
      font-weight: 900;
      text-transform: capitalize; }
  .d p {
    padding: 0 30px;
    margin-bottom: 0;
    text-align: left; }
  .d .col-md-4 {
    position: relative; }
    .d .col-md-4::after {
      content: "";
      background: rgba(255, 255, 255, 0.27);
      width: 2px;
      height: 78px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -39px; }
    .d .col-md-4:last-child::after {
      content: none; }
  .d .box-prayer {
    background: #33363f url("../images/bg-f.png") no-repeat;
    background-size: cover;
    background-position: 70%;
    box-shadow: 4px 8px 13px 3px rgba(0, 0, 0, 0.23);
    padding: 30px 15px 20px;
    margin-bottom: 10px; }
    .d .box-prayer table.table-prayer {
      width: 100%;
      position: relative;
      margin: 15px 0; }
      .d .box-prayer table.table-prayer::before {
        content: "";
        background: #17c86d;
        width: 80%;
        top: -7px;
        left: 0;
        height: 1px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        display: block; }
      .d .box-prayer table.table-prayer tbody {
        text-align: left;
        font-size: 12px; }
        .d .box-prayer table.table-prayer tbody tr {
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          width: 33%; }
          .d .box-prayer table.table-prayer tbody tr:last-child {
            border: none; }
          .d .box-prayer table.table-prayer tbody tr th {
            text-transform: uppercase; }
            .d .box-prayer table.table-prayer tbody tr th:nth-child(2) {
              text-align: center; }
            .d .box-prayer table.table-prayer tbody tr th:last-child {
              text-align: right !important; }
          .d .box-prayer table.table-prayer tbody tr td:nth-child(2) {
            text-align: center; }
          .d .box-prayer table.table-prayer tbody tr td:last-child {
            text-align: right !important; }
    .d .box-prayer a.read-more {
      color: #ffffff;
      display: block;
      text-align: center; }
      .d .box-prayer a.read-more::after {
        background: #e5b729;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90px; }

.f {
  background-color: #159e56;
  background-position: 50% 50%;
  padding: 100px 0;
  text-align: center;
  color: #ffffff; }
  .f .col-md-4 {
    padding: 0; }
  .f .box-f {
    padding: 30px 15px;
    height: 100%;
    position: relative; }
    .f .box-f h2 {
      font-size: 26px;
      font-style: italic;
      position: relative;
      margin: 0 0 10px 0;
      padding: 0 0 15px 0; }
      .f .box-f h2::after {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        width: 60%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .f .box-f h3 {
      font-size: 20px;
      margin-bottom: 15px; }
    .f .box-f p {
      font-weight: 700; }
    .f .box-f a.read-more {
      color: #ffffff;
      display: block;
      position: absolute;
      bottom: 45px;
      right: 0;
      left: 0; }
      .f .box-f a.read-more::after {
        background: #e5b729;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90px; }
  .f .box-left-top {
    background: #44c546; }
  .f .box-left-bottom {
    background: #0fbc62; }
  .f .box-center-top {
    background: url("../images/zakat-bg.jpg") no-repeat;
    background-size: cover; }
  .f .box-center-bottom {
    background: url("../images/mothly-bg.jpg") no-repeat;
    background-size: cover; }
  .f .box-right-top {
    background: url("../images/stay-in-touch-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 10px; }
    .f .box-right-top h3 {
      width: 60%;
      margin: 0 auto 20px; }
  .f .box-right-bottom {
    background: url("../images/feedback-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 10px; }

.g {
  position: relative;
  text-align: center;
  padding-bottom: 50px; }
  .g .support-top {
    position: relative;
    background: #6dbe45;
    padding: 15px 0;
    text-align: center;
    width: 80%;
    margin: -25px auto 10px; }
    .g .support-top::after {
      content: "";
      width: 60px;
      height: 76px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: -60px;
      background: transparent;
      border-top: 36px solid #50ad21;
      border-bottom: 41px solid #50ad21;
      border-right: 30px solid transparent; }
    .g .support-top::before {
      content: "";
      width: 60px;
      height: 76px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -60px;
      background: transparent;
      border-top: 36px solid #50ad21;
      border-bottom: 41px solid #50ad21;
      border-left: 30px solid transparent; }
    .g .support-top h2 {
      font-weight: 700;
      color: #ffffff;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      margin: 0; }
      .g .support-top h2 span {
        font-weight: 900;
        display: block;
        font-size: 24px; }
  .g a img {
    max-width: 100%; }

#daily_salat_times ul {
  padding: 0; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .d {
    padding: 70px 0 0; }

  .f {
    padding: 10px 0 30px; }
    .f .col-md-4 {
      padding: 10px 25px; } }
@media only screen and (max-width: 767px) {
  .f {
    padding: 10px 0 30px; }
    .f .col-md-4 {
      padding: 10px 25px; } }

/*# sourceMappingURL=style.css.map */
