/*------------------------------------------------------------------------------------------------------------------------
 
 @package: Sadaka
 @author: Ouarmedia/Farouk BLALOU
 @version: 1.0
 
 --------------------------------------------------------------------------------------------------------------------- */

/* =============================================================================
  Base
========================================================================== */
body {
  font-family: "Open sans", sans-serif;
  color: #115c9b;
}

h1,
h2,
h3,
h4 {
  font-family: "Dosis", sans-serif;
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}

/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */
.navbar-static-top {
  margin: 0;
  border: 0;
  color: #fff;
}

.navbar-top {
  background: #115c9b;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-top .list-inline {
  margin-bottom: 0;
}
.navbar-top .header-contact li {
  margin-right: 15px;
}
.navbar-top .header-contact li .fa {
  margin-right: 5px;
}

.navbar-main {
  margin-bottom: 0;
  color: #fff;
  background: #1e75b8;
}
.navbar-main .navbar-brand {
  border-bottom: none !important;
}
.navbar-main a:hover,
.navbar-main a:active,
.navbar-main a:focus,
.navbar-main a.is-active {
  background: #185b91 !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: #1e75b8;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-main .submenu li {
  border-top: 1px solid #185b91;
}
.navbar-main .submenu li:hover {
  background: #185b91;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-main .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-main li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 14px;
  border-bottom: 2px solid transparent;
}
.navbar-main li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-main .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Home Slider 
================================= */
.carousel-home img {
  width: 100%;
}
.carousel-home .carousel-control {
  background: #1f76bd;
  height: 80px;
  width: 40px;
  top: 50%;
  margin-top: -40px;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
  font-size: 2.5em;
  padding-top: 12px;
}
.carousel-home .carousel-control:hover {
  width: 50px;
}
.carousel-home .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-home .carousel-title {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}
.carousel-home .btn {
  margin-top: 30px;
}

.section-home {
  margin: 30px 0;
}

/* home/ about-us 
================================= */
.about-us {
  margin: 30px 0;
}

.about-us-col {
  height: 325px;
  padding: 25px;
  text-align: center;
  background-color: #0076a3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjMTE1YjliIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMjkwZjgiLz48c3RvcCBvZmZzZXQ9IjEyNSUiIHN0b3AtY29sb3I9IiMxMTViOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  background-image: -webkit-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  background-image: linear-gradient(160deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  color: #fff;
}
.about-us-col .col-icon-wrapper {
  min-height: 80px;
}
.about-us-col .col-title {
  text-transform: uppercase;
}
.about-us-col .col-details {
  text-align: justify;
  margin-bottom: 25px;
  min-height: 80px;
}

/* home/reasons 
================================= */
.home-reasons {
  margin: 25px 0;
}

.reasons-col {
  position: relative;
  overflow: hidden;
}
.reasons-col img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col .reasons-titles {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(31, 118, 189, 0.8);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 125px;
  padding: 0px 0;
}
.reasons-col .reasons-title {
  font-weight: bold;
}
.reasons-col .on-hover {
  position: absolute;
  top: 0;
  bottom: 125px;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-align: justify;
  background: rgba(31, 118, 189, 0.9);
  border-bottom: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col:hover .on-hover {
  visibility: visible;
  opacity: 1;
  padding: 15px;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
.reasons-col:hover img {
  -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
}

/* home/causes
================================= */
.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #1f76bd;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.cause .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f76bd;
  border-radius: 3px;
}
.cause .cause-progress .progress-bar {
  background: #1f76bd;
  box-shadow: none;
}
.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.cause .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.cause:hover {
  background: #f0f0f0;
  color: #144d7b;
  border-color: #144d7b;
}

/* Team 
================================= */
.team-member {
  background: #1f76bd;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #1f76bd;
}
.team-member .thumnail img {
  width: 100%;
}
.team-member .member-name {
  font-weight: bold;
}
.team-member .member-position {
  padding: 0 15px 5px;
}

/* footer 
================================= */
.footer-top {
  background: #115c9b;
  height: 40px;
}

.main-footer {
  background: #1f76bd;
  color: #fff;
}
.main-footer .footer-main {
  padding: 30px 0;
}
.main-footer .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footer .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footer .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footer .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footer .tweet {
  font-size: 13px;
}
.main-footer .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #115c9b;
  width: 150px;
  margin: 15px auto;
}
.main-footer .tweet:last-child:after {
  display: none;
}

.footer-bottom {
  background: #115c9b;
  padding: 3px;
}

.footer-form .form-group {
  margin-bottom: 5px;
}
.footer-form .form-control {
  background: #115c9b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;
}
.footer-form .btn-submit {
  border-radius: 0;
  background: #115c9b;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-form .btn-submit:hover {
  background: #fff;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
  color: #fff;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
  color: #fff;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
  color: #fff;
}

/* Pages 
================================= */
.page-heading {
  background: url('../images/heading-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-heading .title-under {
  background: #fff;
}

.page-headingviking {
  background: url('../images/viking/heading-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingviking .title-under {
  background: #fff;
}

.page-headingvikingref {
  background: url('../images/viking/heading-bgref.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingvikingref .title-under {
  background: #fff;
}

.page-headingvikingfs {
  background: url('../images/viking/heading-bgfs.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingvikingfs .title-under {
  background: #fff;
}

.page-headingvikinggrill {
  background: url('../images/viking/heading-bggrill.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingvikinggrill .title-under {
  background: #fff;
}

.page-headingvikingtop {
  background: url('../images/viking/heading-bgtop.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingvikingtop .title-under {
  background: #fff;
}

.page-headingmaytag {
  background: url('../images/maytag/header.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytag .title-under {
  background: #fff;
}


.page-headingmaytagref {
  background: url('../images/maytag/headerref.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytagref .title-under {
  background: #fff;
}


.page-headingmaytagdw {
  background: url('../images/maytag/headerdw.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytagdw .title-under {
  background: #fff;
}

.page-headingmaytagcen {
  background: url('../images/maytag/headercen.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytagcen .title-under {
  background: #fff;
}

.page-headingmaytagfl {
  background: url('../images/maytag/headerfl.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytagfl .title-under {
  background: #fff;
}

.page-headingmaytagcookers {
  background: url('../images/maytag/headercookers.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaytagcookers .title-under {
  background: #fff;
}


.page-description {
  font-size: 18px;
}

.main-container {
  margin-bottom: 50px;
}

.page-headingindesit {
  background: url('../images/indesit/heading-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitwasher {
  background: url('../images/indesit/heading-bgwasher.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitdryer {
  background: url('../images/indesit/heading-bgd.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitwasherdryer {
  background: url('../images/indesit/heading-bgwd.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitfridge {
  background: url('../images/indesit/heading-bgref.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitcooker {
  background: url('../images/indesit/heading-bgcooker.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitdishwasher {
  background: url('../images/indesit/heading-bgdw.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesithob {
  background: url('../images/indesit/heading-bghob.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitoven {
  background: url('../images/indesit/heading-bgoven.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesithood {
  background: url('../images/indesit/heading-bghood.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitmw {
  background: url('../images/indesit/heading-bgmw.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitcm {
  background: url('../images/indesit/heading-bgcm.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingindesitbiw {
  background: url('../images/indesit/heading-bgbiW.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingg .title-under {
  background: #fff;
}


.page-headingmabe {
  background: url('../images/mabe/heading-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmabewm {
  background: url('../images/mabe/heading-bgwm.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-headingmaberef {
  background: url('../images/mabe/headerref.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}


/* Pages/Gallery 
================================= */
.gallery-item {
  padding: 0;
  display: block;
  margin: 0;
}
.gallery-item img {
  width: 100%;
}

.contact-items {
  margin-top: 30px;
}
.contact-items .contact-item {
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
}
.contact-items .contact-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #1f76bd;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.contact-items .contact-icon .fa {
  vertical-align: sub;
  font-size: 20px;
  margin-top: 7px;
}

/* contact 
================================= */
.contact-map {
  height: 350px;
  background: #ccc;
}

form .alert {
  display: none;
}

/* Causes 
================================= */
.cause-carousel {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* =============================================================================
    Module
========================================================================== */
.btn-primary {
  background: #115c9b;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-primary:hover {
  background: #fff;
  color: #1f76bd;
  border: 1px solid #1f76bd;
}

.btn-secondary {
  background: #1f76bd;
  color: #fff;
  border-radius: 0;
}
.btn-secondary2 {
  background: #c8202f;
  color: #fff;
  border-radius: 0;
  padding: 10px;
}
.btn-secondary4 {
  background: #ff0000;
  color: #fff;
  border-radius: 0;
}
.btn-secondary3 {
  background: #262626;
  color: #fff;
  border-radius: 0;
}
.btn-secondary:hover {
  background: #e2eaed;
  color: #1f76bd;
}
.btn-secondary2:hover {
  background: #ccc2c3;
  color: #c8202f;
}
.btn-secondary4:hover {
  background: #aa0000;
  color: #fff;
}
.btn-secondary3:hover {
  background: #eee;
  color: #262626;
}
.title-style-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2 .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2 .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-under {
  display: block;
  margin: 5px auto;
  background: #1f76bd;
  height: 1px;
  width: 280px;
}
.title-under:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

/* Modal
================================= */
.form-control {
  border-radius: 0;
  box-shadow: none;
}

/* Tabeles
================================= */
.table-style-1 thead {
  background: #1f76bd;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-1 td,
.table-style-1 th {
  border-bottom: 1px solid #1f76bd;
}

.table-style-2 thead {
  background: #115c9b;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
  background: #1f76bd;
  color: #fff;
}
.table-style-2 td,
.table-style-2 th {
  border-bottom: 1px solid #1f76bd;
}

/* Tabs
================================= */
.nav-tabs {
  border-bottom-color: #1f76bd;
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #1f76bd;
  color: #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #1f76bd #1f76bd #1f76bd #115c9b;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #115c9b;
  color: #fff;
}

/* Accordion
================================= */
.panel-default {
  border-color: #1f76bd;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: #1f76bd;
  color: #fff;
}
.panel-default > .panel-heading:hover {
  background: #115c9b;
}

/* Modal
================================= */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  background: #1f76bd;
  color: #fff;
}
.modal .modal-header .close {
  font-style: 26px;
}

.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}
.lightbox img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lightbox .on-hover {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background: rgba(31, 118, 189, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  font-style: 18px;
  display: block;
  font-family: "Dosis", sans-serif;
  bottom: -50px;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover:before {
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  position: absolute;
  background: url('../images/icons/zoom-icon.png?1428101315');
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
.lightbox:hover .on-hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
  bottom: 25px;
}
.lightbox:hover img {
  -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

/* Ow carousel
================================= */
.owl-next,
.owl-prev {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.owl-next:hover,
.owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.owl-next {
  left: auto;
  right: 0;
}

/* =============================================================================
    Responsive
========================================================================== */
/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
  .about-us-col {
    padding: 15px;
  }

  .reasons-col:hover .on-hover {
    padding: 15px;
  }

  .reasons-col:hover .on-hover {
    padding: 25px;
  }
}
/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
  .carousel-home .carousel-title {
    font-size: 36px;
  }
  .carousel-home .carousel-subtitle {
    font-size: 18px;
  }
  .carousel-home .btn {
    margin-top: 15px;
  }

  .about-us-col {
    margin-bottom: 25px;
  }

  .team-member {
    margin-bottom: 25px;
  }

  .reasons-col {
    margin-bottom: 25px;
  }

  .footer-col {
    margin-bottom: 50px;
  }
}
/* Small devices (tablets, 768px and Down) */
@media (max-width: 768px) {
  .header-contact {
    text-align: center;
  }
  .header-contact li {
    margin: 0 !important;
  }

  .header-social {
    text-align: center;
  }

  .navbar-main #navbar {
    float: none !important;
  }
  .navbar-main #navbar a {
    border-bottom: none;
  }
  .navbar-main .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-main .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-main li:hover .submenu,
  .navbar-main li:active .submenu,
  .navbar-main li:focus .submenu {
    display: block;
  }
  .navbar-main li:hover .submenu li,
  .navbar-main li:active .submenu li,
  .navbar-main li:focus .submenu li {
    /* background: #115c9b; */
    border-top-color: #1f76bd;
  }

  .carousel-home .carousel-title {
    font-size: 32px;
  }
  .carousel-home .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-home .carousel-control {
    background: #1f76bd;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-home .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-form {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-home .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-home .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-home .carousel-indicators {
    bottom: 0;
  }
}
/* =============================================================================
    Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


/******************************************************RRRRRRREEEEEEEDDDDDDD************************************************************/
.navbar-topred {
  background: #636466;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topred .list-inline {
  margin-bottom: 0;
}
.navbar-topred .header-contact li {
  margin-right: 15px;
}
.navbar-topred .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainred {
  margin-bottom: 0;
  color: #fff;
  background: #414042;
}
.navbar-mainred .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainred li:hover {
background: #636466;
}
.navbar-mainred a:hover,
.navbar-mainred a:active,
.navbar-mainred a:focus,
.navbar-mainred a.is-active {
  background: none !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainred .submenu {
  position: absolute;
  list-style: none;
  background: #414042;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainred .submenu li {
  border-top: 1px solid #636466;
}
.navbar-mainred .submenu li:hover {
  background: #636466;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainred .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainred li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainred li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainred .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primaryred {
  background: #414042;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primaryred:hover {
  background: #fff;
  color: #414042;
  border: 1px solid #636466;
}

.btn-secondaryred {
  background: #fff;
  color: #414042;
  border-radius: 0;
}
.btn-secondaryred:hover {
  background: #414042;
  color: #fff;
}

.title-style-1red {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2red {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2red .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2red .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-underred {
  display: block;
  margin: 5px auto;
  background: #636466;
  height: 1px;
  width: 280px;
}
.title-underred:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodyred {
  font-family: "Open sans", sans-serif;
  color: #414042;
}

.causered {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #636466;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causered .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #414042;
  border-radius: 3px;
}
.causered .cause-progress .progress-bar {
  background: #636466;
  box-shadow: none;
}
.causered .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causered .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causered .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causered:hover {
  background: #e5e5e5;
  color: #414042;
  border-color: #414042;
}

.table-style-1red thead {
  background: #414042;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-1red td,
.table-style-1red th {
  border-bottom: 1px solid #414042;
}

.table-style-2red thead {
  background: #414042;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-2red tbody tr:nth-child(even) {
  background: #414042;
  color: #fff;
}
.table-style-2red td,
.table-style-2red th {
  border-bottom: 1px solid #ed1b2f;
}

.footer-topred {
  background: #636466;
  height: 40px;
}

.main-footerred {
  background: #414042;
  color: #fff;
}
.main-footerred .footer-main {
  padding: 30px 0;
}
.main-footerred .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footerred .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footerred .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footerred .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footerred .tweet {
  font-size: 13px;
}
.main-footerred .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #636466;
  width: 150px;
  margin: 15px auto;
}
.main-footerred .tweet:last-child:after {
  display: none;
}

.footer-bottomred {
  background: #636466;
  padding: 3px;
}

.footer-formred .form-group {
  margin-bottom: 5px;
}
.footer-formred .form-control {
  background: #e5e5e5;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formred .btn-submit {
  border-radius: 0;
  background: #636466;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;

}

@media (max-width: 768px) {
  .header-contactred {
    text-align: center;
  }
  .header-contactred li {
    margin: 0 !important;
  }

  .header-socialred {
    text-align: center;
  }

  .navbar-mainred #navbar {
    float: none !important;
  }
  .navbar-mainred #navbar a {
    border-bottom: none;
  }
  .navbar-mainred .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainred .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainred li:hover .submenu,
  .navbar-mainred li:active .submenu,
  .navbar-mainred li:focus .submenu {
    display: block;
  }
  .navbar-mainred li:hover .submenu li,
  .navbar-mainred li:active .submenu li,
  .navbar-mainred li:focus .submenu li {
    background: #636466;
    border-top-color: #414042;
  }

  .carousel-homered .carousel-title {
    font-size: 32px;
  }
  .carousel-homered .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homered .carousel-control {
    background: #414042;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homered .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formred {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homered .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homered .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homered .carousel-indicators {
    bottom: 0;
  }
}

/******************************************************FRANKE************************************************************/
.navbar-topfra {
  background: #aa0000;
    color: #fff;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topfra .list-inline {
  margin-bottom: 0;
}
.navbar-topfra .header-contact li {
  margin-right: 15px;
}
.navbar-topfra .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainfra {
  margin-bottom: 0;
  color: #000;
  background: #fff;
}
.navbar-mainfra .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainfra a:hover,
.navbar-mainfra a:active,
.navbar-mainfra a:focus,
.navbar-mainfra a.is-active {
  background: #ff0000 !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainfra .submenu {
  position: absolute;
  list-style: none;
  background: #fff !important;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainfra .submenu li {
  border-top: 1px solid #fff;
}
.navbar-mainfra .submenu li:hover {
  background: #fff !important;
    color: #ff0000;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainfra .submenu li a {
  width: 100%;
    color: #000;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainfra .submenu li a:hover {
    color: #fff;
}

.navbar-mainfra li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainfra li:hover .submenu {
  top: 62px;
    color: #fff !important;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainfra .icon-bar {
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primaryfra {
  background: #ff0000;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primaryfra:hover {
  background: #aa0000;
  color: #fff;
  border: 1px solid #ff0000;
}

.btn-secondaryfra {
  background: #fff;
  color: #ff0000;
  border-radius: 0;
}
.btn-secondaryfra:hover {
  background: #ff0000;
  color: #fff;
}

.title-style-1fra {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2fra {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2fra .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2fra .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-underfra {
  display: block;
  margin: 5px auto;
  background: #aa0000;
  height: 1px;
  width: 280px;
}
.title-underfra:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodyfra {
  font-family: "Open sans", sans-serif;
  color: #000;
}

.causefra {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #ff0000;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causefra .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #aa0000;
  border-radius: 3px;
}
.causefra .cause-progress .progress-bar {
  background: #aa0000;
  box-shadow: none;
}
.causefra .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causefra .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causefra .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causefra:hover {
  background: #eee;
  color: #000;
  border-color: #aa0000;
}

.table-style-1fra thead {
  background: #414042;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-1fra td,
.table-style-1fra th {
  border-bottom: 1px solid #414042;
}

.table-style-2fra thead {
  background: #414042;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-2fra tbody tr:nth-child(even) {
  background: #ff0000;
  color: #fff;
}
.table-style-2fra td,
.table-style-2fra th {
  border-bottom: 1px solid #ff0000;
}

.footer-topfra {
  background: #eee;
  height: 40px;
}

.main-footerfra {
  background: #eee;
  color: #000;
}
.main-footerfra .footer-main {
  padding: 30px 0;
}
.main-footerfra .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footerfra .footer-title .title-under {
  background: #000;
  margin: 15px 0;
  text-align: left;
}
.main-footerfra .footer-title .title-under:after {
  margin: 0;
  background: #000;
}
.main-footerfra .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footerfra .tweet {
  font-size: 13px;
}
.main-footerfra .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #fff;
  width: 150px;
  margin: 15px auto;
}
.main-footerfra .tweet:last-child:after {
  display: none;
}

.footer-bottomfra {
  background: #dd0000;
  padding: 3px;
}

.footer-formfra .form-group {
  margin-bottom: 5px;
}
.footer-formfra .form-control { 
  background: #fff;
  color: #000;
  border: 1px solid #eee;
  border-radius: 1px;
  margin-bottom: 5px;
  border: 1px solid #000;
  resize: none;

}
.footer-formfra .btn-submit {
  border-radius: 0;
  background: #ff0000;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ff0000;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-formfra .btn-submit:hover {
  background: #880000;
    color: #fff;
}


@media (max-width: 768px) {
  .header-contactfra {
    text-align: center;
  }
  .header-contactfra li {
    margin: 0 !important;
  }

  .header-socialfra {
    text-align: center;
  }

  .navbar-mainfra #navbar {
    float: none !important;
  }
  .navbar-mainfra #navbar a {
    border-bottom: none;
  }
  .navbar-mainfra .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainfra .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainfra li:hover .submenu,
  .navbar-mainfra li:active .submenu,
  .navbar-mainfra li:focus .submenu {
    display: block;
  }
  .navbar-mainfra li:hover .submenu li,
  .navbar-mainfra li:active .submenu li,
  .navbar-mainfra li:focus .submenu li {
    background: #eeeeee;
    border-top-color: #fff;
  }

  .carousel-homefra .carousel-title {
    font-size: 32px;
  }
  .carousel-homefra .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homefra .carousel-control {
    background: #ff0000;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homefra .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formfra {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homefra .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homefra .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homefra .carousel-indicators {
    bottom: 0;
  }
}




/**************************************************BBBBBLLLLLAAAAACCCCCKKKKK****************************************************************/
    
.navbar-topblk {
  background: #262626;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topblk .list-inline {
  margin-bottom: 0;
}
.navbar-topblk .header-contact li {
  margin-right: 15px;
}
.navbar-topblk .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainblk {
  margin-bottom: 0;
  color: #fff;
  background: #474747;
}
.navbar-mainblk .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainblk a:hover,
.navbar-mainblk a:active,
.navbar-mainblk a:focus,
.navbar-mainblk a.is-active {
  background: #333333 !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainblk .submenu {
  position: absolute;
  list-style: none;
  background: #474747;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainblk .submenu li {
  border-top: 1px solid #262626;
}
.navbar-mainblk .submenu li:hover {
  background: #262626;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainblk .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainblk li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainblk li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainblk .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primaryblk {
  background: #474747;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}


.btn-primaryblk:hover {
  background: #fff;
  color: #474747;
  border: 1px solid #474747;
}

.btn-secondaryblk {
  background: #fff;
  color: #474747;
  border-radius: 0;
}
.btn-secondaryblk:hover {
  background: #474747;
  color: #fff;
}

.title-style-1blk {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2blk {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2blk .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2blk .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-underblk {
  display: block;
  margin: 5px auto;
  background: #474747;
  height: 1px;
  width: 280px;
}
.title-underblk:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodyblk {
  font-family: "Open sans", sans-serif;
  color: #262626;
}

.causeblk {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #474747;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causeblk .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #474747;
  border-radius: 3px;
}
.causeblk .cause-progress .progress-bar {
  background: #474747;
  box-shadow: none;
}
.causeblk .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causeblk .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causeblk .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causeblk:hover {
  background: #f4f4f4;
  color: #474747;
  border-color: #474747;
}

.table-style-1blk thead {
  background: #474747;
  border-bottom: 1px solid #262626;
  color: #fff;
}
.table-style-1blk td,
.table-style-1blk th {
  border-bottom: 1px solid #474747;
}

.table-style-2blk thead {
  background: #474747;
  border-bottom: 1px solid #262626;
  color: #fff;
}
.table-style-2blk tbody tr:nth-child(even) {
  background: #474747;
  color: #fff;
}
.table-style-2blk td,
.table-style-2blk th {
  border-bottom: 1px solid #474747;
}

.footer-topblk {
  background: #262626;
  height: 40px;
}

.main-footerblk {
  background: #474747;
  color: #fff;
}
.main-footerblk .footer-main {
  padding: 30px 0;
}
.main-footerblk .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footerblk .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footerblk .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footerblk .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footerblk .tweet {
  font-size: 13px;
}
.main-footerblk .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #262626;
  width: 150px;
  margin: 15px auto;
}
.main-footerblk .tweet:last-child:after {
  display: none;
}

.footer-bottomblk {
  background: #262626;
  padding: 3px;
}

.footer-formblk .form-group {
  margin-bottom: 5px;
}
.footer-formblk .form-control {
  background: #f4f4f4;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formblk .btn-submit {
  border-radius: 0;
  background: #262626;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}


@media (max-width: 768px) {
  .header-contactblk {
    text-align: center;
  }
  .header-contactblk li {
    margin: 0 !important;
  }

  .header-socialblk {
    text-align: center;
  }

  .navbar-mainblk #navbar {
    float: none !important;
  }
  .navbar-mainblk #navbar a {
    border-bottom: none;
  }
  .navbar-mainblk .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainblk .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainblk li:hover .submenu,
  .navbar-mainblk li:active .submenu,
  .navbar-mainblk li:focus .submenu {
    display: block;
  }
  .navbar-mainblk li:hover .submenu li,
  .navbar-mainblk li:active .submenu li,
  .navbar-mainblk li:focus .submenu li {
    background: #262626;
    border-top-color: #474747;
  }

  .carousel-homeblk .carousel-title {
    font-size: 32px;
  }
  .carousel-homeblk .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homeblk .carousel-control {
    background: #474747;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homeblk .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formblk {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homeblk .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homeblk .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homeblk .carousel-indicators {
    bottom: 0;
  }
}

    /**************************************************GGGRRREEEAAANNN****************************************************************/
    
.navbar-topgrn {
  background: #1c6a06;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topgrn .list-inline {
  margin-bottom: 0;
}
.navbar-topgrn .header-contact li {
  margin-right: 15px;
}
.navbar-topgrn .header-contact li .fa {
  margin-right: 5px;
}

.navbar-maingrn {
  margin-bottom: 0;
  color: #fff;
  background: #269008;
}
.navbar-maingrn .navbar-brand {
  border-bottom: none !important;
}
.navbar-maingrn a:hover,
.navbar-maingrn a:active,
.navbar-maingrn a:focus,
.navbar-maingrn a.is-active {
  background: none !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-maingrn .submenu {
  position: absolute;
  list-style: none;
  background: #269008;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-maingrn .submenu li {
  border-top: 1px solid #1c6a06;
}
.navbar-maingrn .submenu li:hover {
  background: #1c6a06;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-maingrn .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-maingrn li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-maingrn li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-maingrn .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primarygrn {
  background: #269008;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primarygrn:hover {
  background: #fff;
  color: #269008;
  border: 1px solid #269008;
}

.btn-secondarygrn {
  background: #fff;
  color: #269008;
  border-radius: 0;
}
.btn-secondarygrn:hover {
  background: #269008;
  color: #fff;
}

.title-style-1grn {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2grn {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2grn .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2grn .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-undergrn {
  display: block;
  margin: 5px auto;
  background: #269008;
  height: 1px;
  width: 280px;
}
.title-undergrn:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodygrn {
  font-family: "Open sans", sans-serif;
  color: #1c6a06;
}

.causegrn {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #269008;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causegrn .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #269008;
  border-radius: 3px;
}
.causegrn .cause-progress .progress-bar {
  background: #269008;
  box-shadow: none;
}
.causegrn .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causegrn .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causegrn .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causegrn:hover {
  background: #f4f4f4;
  color: #269008;
  border-color: #269008;
}

.table-style-1grn thead {
  background: #269008;
  border-bottom: 1px solid #1c6a06;
  color: #fff;
}
.table-style-1grn td,
.table-style-1grn th {
  border-bottom: 1px solid #269008;
}

.table-style-2grn thead {
  background: #269008;
  border-bottom: 1px solid #1c6a06;
  color: #fff;
}
.table-style-2grn tbody tr:nth-child(even) {
  background: #269008;
  color: #fff;
}
.table-style-2grn td,
.table-style-2grn th {
  border-bottom: 1px solid #269008;
}

.footer-topgrn {
  background: #1c6a06;
  height: 40px;
}

.main-footergrn {
  background: #269008;
  color: #fff;
}
.main-footergrn .footer-main {
  padding: 30px 0;
}
.main-footergrn .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footergrn .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footergrn .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footergrn .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footergrn .tweet {
  font-size: 13px;
}
.main-footergrn .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #1c6a06;
  width: 150px;
  margin: 15px auto;
}
.main-footergrn .tweet:last-child:after {
  display: none;
}

.footer-bottomgrn {
  background: #1c6a06;
  padding: 3px;
}

.footer-formgrn .form-group {
  margin-bottom: 5px;
}
.footer-formgrn .form-control {
  background: #f4f4f4;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formgrn .btn-submit {
  border-radius: 0;
  background: #1c6a06;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

@media (max-width: 768px) {
  .header-contactgrn {
    text-align: center;
  }
  .header-contactgrn li {
    margin: 0 !important;
  }

  .header-socialgrn {
    text-align: center;
  }

  .navbar-maingrn #navbar {
    float: none !important;
  }
  .navbar-maingrn #navbar a {
    border-bottom: none;
  }
  .navbar-maingrn .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-maingrn .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-maingrn li:hover .submenu,
  .navbar-maingrn li:active .submenu,
  .navbar-maingrn li:focus .submenu {
    display: block;
  }
  .navbar-maingrn li:hover .submenu li,
  .navbar-maingrn li:active .submenu li,
  .navbar-maingrn li:focus .submenu li {
    background: #1c6a06;
    border-top-color: #269008;
  }

  .carousel-homegrn .carousel-title {
    font-size: 32px;
  }
  .carousel-homegrn .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homegrn .carousel-control {
    background: #269008;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homegrn .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formgrn {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homegrn .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homegrn .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homegrn .carousel-indicators {
    bottom: 0;
  }
}

.page-headingfranke {
  background: url('../images/franke/heading-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfranke .title-under {
  background: #fff;
}

.page-headingfrankehobs {
  background: url('../images/franke/heading-hobs.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfrankehobs .title-under {
  background: #fff;
}

.page-headingfrankeovens {
  background: url('../images/franke/heading-ovens.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfrankeovens .title-under {
  background: #fff;
}

.page-headingfrankehoods {
  background: url('../images/franke/heading-hoods.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #000;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfrankehoods .title-under {
  background: #000;
}

.page-headingfrankecm {
  background: url('../images/franke/heading-coffeemachine.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfrankecm .title-under {
  background: #FFF;
}

.page-headingfrankedw {
  background: url('../images/franke/heading-dishwasher.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingfrankedw .title-under {
  background: #FFF;
}

.page-headingteka {
  background: url('../images/teka/headingteka-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingteka .title-under {
  background: #fff;
}

.page-headingtekahobs {
  background: url('../images/teka/headingtekahobs-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekahobs .title-under {
  background: #fff;
}


.page-headingtekaovens {
  background: url('../images/teka/headingtekaovens-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekaovens .title-under {
  background: #fff;
}

.page-headingtekamicro {
  background: url('../images/teka/headingtekamicrowaves-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekamicro .title-under {
  background: #fff;
}

.page-headingtekaref {
  background: url('../images/teka/headingtekacooling-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekaref .title-under {
  background: #fff;
}

.page-headingtekadish {
  background: url('../images/teka/headingtekadishwashers-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekadish .title-under {
  background: #fff;
}

.page-headingtekawash {
  background: url('../images/teka/headingtekawashers-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekawash .title-under {
  background: #fff;
}

.page-headingtekahoods {
  background: url('../images/teka/headingtekahoods-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekahoods .title-under {
  background: #fff;
}

.page-headingtekacookers {
  background: url('../images/teka/headingtekacookers-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekacookers .title-under {
  background: #fff;
}

.page-headingtekacombos {
  background: url('../images/teka/headingtekacombos-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekacombos .title-under {
  background: #fff;
}


.page-headingtekaplate {
  background: url('../images/teka/headingtekaplate-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingtekaplate .title-under {
  background: #fff;
}


.page-headingmaytag {
  background: url('../images/maytag/header.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmaytag .title-under {
  background: #fff;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
      align-content: center;
      align-items: center;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
      justify-content: center;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
      align-items: center;
      align-content: center;
}

/*******************************Indesit**********************************************************/

.navbar-topind {
  background: #006e9f;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topind .list-inline {
  margin-bottom: 0;
}
.navbar-topind .header-contact li {
  margin-right: 15px;
}
.navbar-topind .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainind {
  margin-bottom: 0;
  color: #fff;
  background: #0091d1;
}
.navbar-mainind .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainind a:hover,
.navbar-mainind a:active,
.navbar-mainind a:focus,
.navbar-mainind a.is-active {
  background: #006e9f !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainind .submenu {
  position: absolute;
  list-style: none;
  background: #0091d1;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainind .submenu li {
  border-top: 1px solid #006e9f;
}
.navbar-mainind .submenu li:hover {
  background: #006e9f;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainind .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainind li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainind li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainind .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primaryind {
  background: #0091d1;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primaryind:hover {
  background: #fff;
  color: #0091d1;
  border: 1px solid #0091d1;
}

.btn-secondaryind {
  background: #fff;
  color: #0091d1;
  border-radius: 0;
}
.btn-secondaryind:hover {
  background: #0091d1;
  color: #fff;
}

.title-style-1ind {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2ind {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2ind .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2ind .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-underind {
  display: block;
  margin: 5px auto;
  background: #0091d1;
  height: 1px;
  width: 280px;
}
.title-underind:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodyind {
  font-family: "Open sans", sans-serif;
  color: #006e9f;
}

.causeind {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #0091d1;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causeind .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #0091d1;
  border-radius: 3px;
}
.causeind .cause-progress .progress-bar {
  background: #0091d1;
  box-shadow: none;
}
.causeind .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causeind .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causeind .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causeind:hover {
  background: #f4f4f4;
  color: #0091d1;
  border-color: #0091d1;
}

.table-style-1ind thead {
  background: #0091d1;
  border-bottom: 1px solid #006e9f;
  color: #fff;
}
.table-style-1ind td,
.table-style-1ind th {
  border-bottom: 1px solid #0091d1;
}

.table-style-2ind thead {
  background: #0091d1;
  border-bottom: 1px solid #006e9f;
  color: #fff;
}
.table-style-2ind tbody tr:nth-child(even) {
  background: #0091d1;
  color: #fff;
}
.table-style-2ind td,
.table-style-2ind th {
  border-bottom: 1px solid #0091d1;
}

.footer-topind {
  background: #006e9f;
  height: 40px;
}

.main-footerind {
  background: #0091d1;
  color: #fff;
}
.main-footerind .footer-main {
  padding: 30px 0;
}
.main-footerind .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footerind .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footerind .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footerind .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footerind .tweet {
  font-size: 13px;
}
.main-footerind .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #006e9f;
  width: 150px;
  margin: 15px auto;
}
.main-footerind .tweet:last-child:after {
  display: none;
}

.footer-bottomind {
  background: #006e9f;
  padding: 3px;
}

.footer-formind .form-group {
  margin-bottom: 5px;
}
.footer-formind .form-control {
  background: #f4f4f4;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formind .btn-submit {
  border-radius: 0;
  background: #006e9f;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;

}

@media (max-width: 768px) {
  .header-contactred {
    text-align: center;
  }
  .header-contactind li {
    margin: 0 !important;
  }

  .header-socialred {
    text-align: center;
  }

  .navbar-mainind #navbar {
    float: none !important;
  }
  .navbar-mainind #navbar a {
    border-bottom: none;
  }
  .navbar-mainind .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainind .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainind li:hover .submenu,
  .navbar-mainind li:active .submenu,
  .navbar-mainind li:focus .submenu {
    display: block;
  }
  .navbar-mainind li:hover .submenu li,
  .navbar-mainind li:active .submenu li,
  .navbar-mainind li:focus .submenu li {
    background: #006e9f;
    border-top-color: #0091d1;
  }

  .carousel-homeind .carousel-title {
    font-size: 32px;
  }
  .carousel-homeind .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homeind .carousel-control {
    background: #0091d1;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homeind .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formind {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homeind .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homeind .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homeind .carousel-indicators {
    bottom: 0;
  }
}

/*******************************mabe**********************************************************/

.navbar-topmabe {
  background: #066284;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topmabe .list-inline {
  margin-bottom: 0;
}
.navbar-topmabe .header-contact li {
  margin-right: 15px;
}
.navbar-topmabe .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainmabe {
  margin-bottom: 0;
  color: #fff;
  background: #0183a5;
}
.navbar-mainmabe .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainmabe a:hover,
.navbar-mainmabe a:active,
.navbar-mainmabe a:focus,
.navbar-mainmabe a.is-active {
  background: #066284 !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainmabe .submenu {
  position: absolute;
  list-style: none;
  background: #0183a5;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainmabe .submenu li {
  border-top: 1px solid #066284;
}
.navbar-mainmabe .submenu li:hover {
  background: #066284;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainmabe .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainmabe li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainmabe li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainmabe .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primarymabe {
  background: #0183a5;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primarymabe:hover {
  background: #fff;
  color: #0091d1;
  border: 1px solid #0183a5;
}

.btn-secondarymabe {
  background: #fff;
  color: #0183a5;
  border-radius: 0;
}
.btn-secondarymabe:hover {
  background: #0183a5;
  color: #fff;
}

.title-style-1mabe {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2mabe {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2mabe .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2mabe .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-undermabe {
  display: block;
  margin: 5px auto;
  background: #0183a5;
  height: 1px;
  width: 280px;
}
.title-undermabe:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodymabe {
  font-family: "Open sans", sans-serif;
  color: #066284;
}

.causemabe {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #0183a5;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causemabe .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #0183a5;
  border-radius: 3px;
}
.causemabe .cause-progress .progress-bar {
  background: #0183a5;
  box-shadow: none;
}
.causemabe .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causemabe .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causemabe .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causemabe:hover {
  background: #f4f4f4;
  color: #0183a5;
  border-color: #0183a5;
}

.table-style-1mabe thead {
  background: #0183a5;
  border-bottom: 1px solid #066284;
  color: #fff;
}
.table-style-1mabe td,
.table-style-1mabe th {
  border-bottom: 1px solid #0183a5;
}

.table-style-2mabe thead {
  background: #0183a5;
  border-bottom: 1px solid #066284;
  color: #fff;
}
.table-style-2mabe tbody tr:nth-child(even) {
  background: #0183a5;
  color: #fff;
}
.table-style-2mabe td,
.table-style-2mabe th {
  border-bottom: 1px solid #0183a5;
}

.footer-topmabe {
  background: #066284;
  height: 40px;
}

.main-footermabe {
  background: #0183a5;
  color: #fff;
}
.main-footermabe .footer-main {
  padding: 30px 0;
}
.main-footermabe .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footermabe .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footermabe .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footermabe .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footermabe .tweet {
  font-size: 13px;
}
.main-footermabe .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #066284;
  width: 150px;
  margin: 15px auto;
}
.main-footermabe .tweet:last-child:after {
  display: none;
}

.footer-bottommabe {
  background: #066284;
  padding: 3px;
}

.footer-formmabe .form-group {
  margin-bottom: 5px;
}
.footer-formmabe .form-control {
  background: #f4f4f4;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formmabe .btn-submit {
  border-radius: 0;
  background: #066284;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;

}

@media (max-width: 768px) {
  .header-contactmabe {
    text-align: center;
  }
  .header-contactmabe li {
    margin: 0 !important;
  }

  .header-socialmabe {
    text-align: center;
  }

  .navbar-mainmabe #navbar {
    float: none !important;
  }
  .navbar-mainmabe #navbar a {
    border-bottom: none;
  }
  .navbar-mainmabe .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainmabe .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainmabe li:hover .submenu,
  .navbar-mainmabe li:active .submenu,
  .navbar-mainmabe li:focus .submenu {
    display: block;
  }
  .navbar-mainmabe li:hover .submenu li,
  .navbar-mainmabe li:active .submenu li,
  .navbar-mainmabe li:focus .submenu li {
    background: #116d8f;
    border-top-color: #066284;
  }

  .carousel-homemabe .carousel-title {
    font-size: 32px;
  }
  .carousel-homemabe .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homemabe .carousel-control {
    background: #0183a5;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homemabe .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formmabe {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homemabe .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homemabe .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homemabe .carousel-indicators {
    bottom: 0;
  }
}

/*******************************smeg**********************************************************/

.navbar-topsmeg {
  background: #000;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topsmeg .list-inline {
  margin-bottom: 0;
}
.navbar-topsmeg .header-contact li {
  margin-right: 15px;
}
.navbar-topsmeg .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainsmeg {
  margin-bottom: 0;
  color: #fff;
  background: #000;
}
.navbar-mainsmeg .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainsmeg a:hover,
.navbar-mainsmeg a:active,
.navbar-mainsmeg a:focus,
.navbar-mainsmeg a.is-active {
  background: #000 !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainsmeg .submenu {
  position: absolute;
  list-style: none;
  background: #333;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainsmeg .submenu li {
  border-top: 1px solid #777;
}
.navbar-mainsmeg .submenu li:hover {
  background: #000;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainsmeg .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainsmeg li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainsmeg li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainsmeg .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primarysmeg {
  background: #000;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primarysmeg:hover {
  background: #ccc;
  color: #333;
  border: 1px solid #000;
}

.btn-secondarysmeg {
  background: #fff;
  color: #000;
  border-radius: 0;
}
.btn-secondarysmeg:hover {
  background: #000;
  color: #fff;
}

.title-style-1smeg {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2smeg {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2smeg .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2smeg .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-undersmeg {
  display: block;
  margin: 5px auto;
  background: #000;
  height: 1px;
  width: 280px;
}
.title-undersmeg2 {
  display: block;
  margin: 5px auto;
  background: #fff;
  height: 1px;
  width: 280px;
}
.title-undersmeg:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodysmeg {
  font-family: "Open sans", sans-serif;
  color: #000;
}

.causesmeg {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #333;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causesmeg .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #000;
  border-radius: 3px;
}
.causesmeg .cause-progress .progress-bar {
  background: #000;
  box-shadow: none;
}
.causesmeg .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causesmeg .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causesmeg .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causesmeg:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.table-style-1smeg thead {
  background: #333;
  border-bottom: 1px solid #000;
  color: #fff;
}
.table-style-1smeg td,
.table-style-1smeg th {
  border-bottom: 1px solid #0183a5;
}

.table-style-2smeg thead {
  background: #333;
  border-bottom: 1px solid #066284;
  color: #fff;
}
.table-style-2smeg tbody tr:nth-child(even) {
  background: #333;
  color: #fff;
}
.table-style-2smeg td,
.table-style-2smeg th {
  border-bottom: 1px solid #333;
}

.footer-topsmeg {
  background: #000;
  height: 40px;
}

.main-footersmeg {
  background: #333;
  color: #fff;
}
.main-footersmeg .footer-main {
  padding: 30px 0;
}
.main-footersmeg .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footersmeg .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footersmeg .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footersmeg .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footersmeg .tweet {
  font-size: 13px;
}
.main-footersmeg .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #000;
  width: 150px;
  margin: 15px auto;
}
.main-footersmeg .tweet:last-child:after {
  display: none;
}

.footer-bottomsmeg {
  background: #000;
  padding: 3px;
}

.footer-formsmeg .form-group {
  margin-bottom: 5px;
}
.footer-formsmeg .form-control {
  background: #f4f4f4;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formsmeg .btn-submit {
  border-radius: 0;
  background: #000;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-formsmeg .btn-submit:hover {
  background: #ddd;
  color: #333;
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .header-contactsmeg {
    text-align: center;
  }
  .header-contactsmeg li {
    margin: 0 !important;
  }

  .header-socialsmeg {
    text-align: center;
  }

  .navbar-mainsmeg #navbar {
    float: none !important;
  }
  .navbar-mainsmeg #navbar a {
    border-bottom: none;
  }
  .navbar-mainsmeg .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainsmeg .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainsmeg li:hover .submenu,
  .navbar-mainsmeg li:active .submenu,
  .navbar-mainsmeg li:focus .submenu {
    display: block;
  }
  .navbar-mainsmeg li:hover .submenu li,
  .navbar-mainsmeg li:active .submenu li,
  .navbar-mainsmeg li:focus .submenu li {
    background: #000;
    border-top-color: #000;
  }

  .carousel-homesmeg .carousel-title {
    font-size: 32px;
  }
  .carousel-homesmeg .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homesmeg .carousel-control {
    background: #000;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homesmeg .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formsmeg {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homesmeg .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homesmeg .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homesmeg .carousel-indicators {
    bottom: 0;
  }
}

.page-headingfrankecm .title-under {
  background: #FFF;
}

.page-headingsmeg {
  background: url('../images/smeg/header2.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegrefrigeration {
  background: url('../images/smeg/headercooling.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmeglaundary {
  background: url('../images/smeg/headerwashing.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmeghobs {
  background: url('../images/smeg/headerhobs4.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmeghoods {
  background: url('../images/smeg/headerhoods.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegovens {
  background: url('../images/smeg/headeroven2.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegmicrowaves {
  background: url('../images/smeg/headermicrowave.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegdishwashers {
  background: url('../images/smeg/headerdishwaser.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmeglsmallappliances {
  background: url('../images/smeg/headersmall.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegspecials {
  background: url('../images/smeg/headerspecial2.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegcookers {
  background: url('../images/smeg/headercooker.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegdrawers {
  background: url('../images/smeg/headerdrawers2.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}
.page-headingsmegcoffeemachines {
  background: url('../images/smeg/headercoffee.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingsmeg .title-under {
  background: #FFF;
}

/******************************************************miele************************************************************/
.navbar-topmiele {
  background: #1f1f1f;
  font-size: 12px;
  padding: 3px 0;
}

.navbar-topmiele .list-inline {
  margin-bottom: 0;
}
.navbar-topmiele .header-contact li {
  margin-right: 15px;
}
.navbar-topmiele .header-contact li .fa {
  margin-right: 5px;
}

.navbar-mainmiele {
  margin-bottom: 0;
  color: #fff;
  background: #1f1f1f;
}
.navbar-mainmiele .navbar-brand {
  border-bottom: none !important;
}
.navbar-mainmiele li:hover {
background: #414042;
}
.navbar-mainmiele a:hover,
.navbar-mainmiele a:active,
.navbar-mainmiele a:focus,
.navbar-mainmiele a.is-active {
  background: none !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-mainmiele .submenu {
  position: absolute;
  list-style: none;
  background: #414042;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-mainmiele .submenu li {
  border-top: 1px solid #414042;
}
.navbar-mainmiele .submenu li:hover {
  background: #1f1f1f;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-mainmiele .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-mainmiele li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-mainmiele li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-mainmiele .icon-bar {
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.btn-primarymiele {
  background: #1f1f1f;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
    color: #fff;
}
.btn-primarymiele:hover {
  background: #8b0015;
  color: #fff;
  border: 1px solid #8b0015;
}

.btn-secondarymiele {
  background: #fff;
  color: #1f1f1f;
  border-radius: 0;
}
.btn-secondarymiele:hover {
  background: #fff;
  color: #fff;
}

.title-style-1miele {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2miele {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2miele .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2miele .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-undermiele {
  display: block;
  margin: 5px auto;
  background: #636466;
  height: 1px;
  width: 280px;
}
.title-undermiele:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

bodymiele {
  font-family: "Open sans", sans-serif;
  color: #1f1f1f;
}

.causemiele {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #414042;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.causemiele .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f1f1f;
  border-radius: 3px;
}
.causemiele .cause-progress .progress-bar {
  background: #414042;
  box-shadow: none;
}
.causemiele .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.causemiele .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.causemiele .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}
.causemiele:hover {
  background: #e5e5e5;
  color: #1f1f1f;
  border-color: #1f1f1f;
}

.table-style-1miele thead {
  background: #1f1f1f;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-1miele td,
.table-style-1miele th {
  border-bottom: 1px solid #414042;
}

.table-style-2miele thead {
  background: #1f1f1f;
  border-bottom: 1px solid #cc1a2c;
  color: #fff;
}
.table-style-2miele tbody tr:nth-child(even) {
  background: #1f1f1f;
  color: #fff;
}
.table-style-2miele td,
.table-style-2miele th {
  border-bottom: 1px solid #ed1b2f;
}

.footer-topmiele {
  background: #414042;
  height: 40px;
}

.main-footermiele {
  background: #1f1f1f;
  color: #fff;
}
.main-footermiele .footer-main {
  padding: 30px 0;
}
.main-footermiele .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footermiele .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footermiele .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footermiele .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footermiele .tweet {
  font-size: 13px;
}
.main-footermiele .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #8c0014;
  width: 150px;
  margin: 15px auto;
}
.main-footermiele .tweet:last-child:after {
  display: none;
}

.footer-bottommiele {
  background: #414042;
  padding: 3px;
}

.footer-formmiele .form-group {
  margin-bottom: 5px;
}
.footer-formmiele .form-control {
  background: #fff;
  color: #1f1f1f;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;

}
.footer-formmiele .btn-submit {
  border-radius: 0;
  background: #414042;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;

}

@media (max-width: 768px) {
  .header-contactmiele {
    text-align: center;
  }
  .header-contactmiele li {
    margin: 0 !important;
  }

  .header-socialmiele {
    text-align: center;
  }

  .navbar-mainmiele #navbar {
    float: none !important;
  }
  .navbar-mainmiele #navbar a {
    border-bottom: none;
  }
  .navbar-mainmiele .navbar-brand {
    padding: 6px 15px;
  }
  .navbar-mainmiele .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar-mainmiele li:hover .submenu,
  .navbar-mainmiele li:active .submenu,
  .navbar-mainmiele li:focus .submenu {
    display: block;
  }
  .navbar-mainmiele li:hover .submenu li,
  .navbar-mainmiele li:active .submenu li,
  .navbar-mainmiele li:focus .submenu li {
    background: #414042;
    border-top-color: #1f1f1f;
  }

  .carousel-homemiele .carousel-title {
    font-size: 32px;
  }
  .carousel-homemiele .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-homemiele .carousel-control {
    background: #1f1f1f;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-homemiele .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-formmiele {
    margin-bottom: 25px;
  }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-homemiele .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-homemiele .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-homemiele .carousel-indicators {
    bottom: 0;
  }
}

.page-headingmiele {
  background: url('../images/miele/headingmiele-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmiele .title-under {
  background: #FFF;
}
.page-headingmielecooling {
  background: url('../images/miele/headingmielecooling-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielecooling .title-under {
  background: #FFF;
}
.page-headingmielelaundary {
  background: url('../images/miele/headingmielelaundary-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielelaundary .title-under {
  background: #FFF;
}
.page-headingmieledishwashers {
  background: url('../images/miele/headingmieledishwashers-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmieledishwashers .title-under {
  background: #FFF;
}
.page-headingmielehobs {
  background: url('../images/miele/headingmielehobs-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielehobs .title-under {
  background: #FFF;
}
.page-headingmieleovens {
  background: url('../images/miele/headingmieleovens-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmieleovens .title-under {
  background: #FFF;
}
.page-headingmielecompacts {
  background: url('../images/miele/headingmielecompacts-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielecompacts .title-under {
  background: #FFF;
}
.page-headingmielehoods {
  background: url('../images/miele/headingmielehoods-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielehoods .title-under {
  background: #FFF;
}
.page-headingmieleirons {
  background: url('../images/miele/headingmieleirons-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmieleirons .title-under {
  background: #FFF;
}
.page-headingmielevacuums {
  background: url('../images/miele/headingmielevacuum-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #FFF;
  padding: 25px 15px;
  margin-bottom: 50px;
}

.page-headingmielevacuums .title-under {
  background: #FFF;
}


.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}

.old-price {
    font-size: 14px;
    color: #be2a2a;
    font-weight: 600;
    text-decoration: line-through;
}

.sale-price {
    font-size: 13px;
    color: #262626;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}


  .position-relative button{

      width: 60px;
      height: 47px;
      border: 0;
      background: none;
      color: #337ab7;

  }
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
  /*** Newsletter ***/
.newsletter {
    position: relative;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .7);
}


/*** Footer ***/
.footer {
    background: var(--bs-primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid #f4f8f1;
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid #f4f8f1;

}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background: var(--bs-primary);
    border-color: var(--bs-dark);
}

.back-to-top:hover {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
    background: #337ab7;
    color: white;
}


.btn-square i,
.btn-sm-square i,
.btn-lg-square i{
    color: white;
}
.border-bottom {
    border-bottom: 3px solid #f4f8f1 !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.btn-outline-primary {
    color: #1e75b8;
    border-color: #1e75b8;
    padding-right: 0;
    border-width: 3px;
    text-align: center;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.d-flex {
    display: flex !important;
}
.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
.end-0 {
    right: 0 !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-100 {
    width: 100% !important;
}
.justify-content-center {
    justify-content: center !important;
}
.text-center {
    text-align: center !important;
}

.mobile .cause-img {
    height:auto !important;
}
.navbar-main{
    transition: .5s;
}
.cause ul.cause-details{
    padding: 0px 25px;
    min-height: 180px;
}

.btn.btn-cart {
    margin-top:5px;
    background: #4b8f4e;
    color: white;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
}