/*------------------------------------------------------------------------------------------------------------------------
 
 @package: Sadaka
 @author: Ouarmedia/Farouk BLALOU
 @version: 1.0
 
 --------------------------------------------------------------------------------------------------------------------- */

/* =============================================================================
  Base
========================================================================== */
body {
  font-family: "Lato", sans-serif;
  color: black;
  font-size:15px
}

h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}

/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */

.navbar-static-top {
  margin: 0;
  border: 0;
  color: black;
}

.navbar-top {
  background: white;
  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: white;
  background:#00B5E2;
}
.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: none !important;
  color: inherit;
  border-bottom: 2px solid White;
}
.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: black;
  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 black;
}
.navbar-main .submenu li:hover {
  background: black;
  -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: "Lato", sans-serif;
  font-size: 18px;
  padding: 46px 15px;
  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: black;
}

/* Home Slider 
================================= */
.carousel-home img {
  width: 100%;
}
.carousel-home .carousel-control {
  background: #00B5E2;
  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: "Lato", 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;
}
.homeCarousel{
  margin-top:90px
}
/* home/ about-us 
================================= */
.img-responsive{
  margin-top:26px;
}

.about-us {
  margin: 30px 0;
}

.about-us-col {
  height: 325px;
  padding: 25px;
  text-align: center;
  background-color: #00a1c9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjMTE1YjliIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMjkwZjgiLz48c3RvcCBvZmZzZXQ9IjEyNSUiIHN0b3AtY29sb3I9IiMxMTViOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(290deg, #0076a3 -25%, #0076a3 50%, #0076a3 125%);
  background-image: -webkit-linear-gradient(290deg, #00a1c9 -25%, #0076a3 50%, #0076a3 125%);
  background-image: linear-gradient(160deg, #00a1c9 -25%, #1290f8 50%, #00a1c9 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: center;
  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(0, 181, 226, 0.8);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 125px;
  padding: 25px 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(0, 181, 226, 0.8);
  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: 50px;
  -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);
}
/*====================================================event-2025===========================*/
    .gallery {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); */
  gap: 10px;
  margin-top: 20px;
  padding: 0 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  cursor: pointer;
  transition: transform 0.2s;
}

/* .gallery img:hover {
  transform: scale(1.05);
} */

.lightboxnew {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border: 4px solid white;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
#prev, #next {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
  /* transform: translateY(-50%); */
  padding: 10px;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}
.image-top-box{
    margin-bottom:25px;
}
.image-box {
    border: 1px solid #0a98e2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}
.image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.image-box img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.image-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0a98e2;
}
.upcomming{
  display:none
}
 .locked {
    position: relative;
    opacity: 0.7;
}
.locked::before {
    content: "\f023"; /* Font Awesome lock icon */
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #999;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.locked::after {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}

/*====================================================event-2025-end ===========================*/
/*====================================================gallery-new  ===========================*/


.blue-theme {
    background: linear-gradient(145deg, #e6f4fc, #f0faff); /* Light blue background */
    border: 1px solid #cce6f5;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(10, 152, 226, 0.1);
    position: relative;
    overflow: hidden;
}

.blue-theme:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(10, 152, 226, 0.25);
}

.event-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a98e2;
}

.event-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.event-title a:hover {
    color: #076dab;
}

.event-description {
    font-size: 14.5px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}
.event-card{
  margin-bottom:20px
}
.event-btn {
    display: inline-block;
    background-color: #0a98e2;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.event-btn:hover {
    background-color: #0a98e2;
    color:white;
    text-decoration:none
}



/*====================================================gallery-new-end ===========================*/

/* 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 #144d7b;
  border-radius: 3px;
}
.cause .cause-progress .progress-bar {
  background: #144d7b;
  box-shadow: none;
}
.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.cause .cause-img-gal{
  margin-bottom: -15px;
  width: 100%;
}
.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.cause .cause-details {
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 115px;
}
.cause:hover {
  background: #f0f0f0;
  color: black;
  border-color: #144d7b;
}
   .support-card {
        border-left: 5px solid #00b5e2;
        border-radius: 10px;
        padding: 20px;
        background-color: #f9f9f9;
        transition: transform 0.2s ease-in-out;
        margin-bottom: 20px;
    }
    .support-card-one{
      height: 100px;

    }
    .support-card:hover {
        transform: scale(1.02);
        background-color: #eef6ff;
    }
    .support-icon {
        margin-right: 10px;
        width: 20px;
    }
    .icon-1 { color: #0d6efd; }     /* Blue */
    .icon-2 { color: #198754; }     /* Green */
    .icon-3 { color: #dc3545; }     /* Red */
    .icon-4 { color: #ffc107; }     /* Yellow */
    .icon-5 { color: #6f42c1; }     /* Purple */
    .icon-6 { color: #fd7e14; }     /* Orange */
    .icon-7 { color: #20c997; }     /* Teal */
    .icon-8 { color: #6610f2; }     /* Indigo */
    .section-title {
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }
    .ministries{
      margin-bottom:20px;
      margin-top:50px
    }

.things-we-do{
  margin-bottom:40px
}
     .ministry-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .text-center {
    text-align: center;
  }


  .text-muted {
    color: #6c757d;
    margin-bottom: 40px;
    font-size: 1rem;
  }

  /* Grid layout */
  .ministry-help {
     display: grid;
  grid-template-columns: repeat(2, 1fr); /* Always 2 columns */
  gap: 1.5rem;
  }

  /* Card styles */
  .initiative-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
  }

  .initiative-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(to right, #0d6efd, #0dcaf0);
    color: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem 1.5rem;
  }

  .card-header h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .card-body {
    padding: 1.25rem 1.5rem 1.5rem;
    flex-grow: 1;
  }
     .card-body p {
    margin: 0 0 1rem;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
  }

  .badge-style {
    display: inline-block;
    background-color: #ffc107;
    color: #212529;
    font-size: 0.8rem;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
  }

  /* Icon style */
  .initiative-icon {
    width: 32px;
    height: 32px;
    fill: white;
    flex-shrink: 0;
  }
  .container-mins{
    margin-bottom:40px
  }
  .class-ul{
    line-height:40px
  }
 /* .video{
  height: 200px;
} */
/* Team 
================================= */
.team-member {
  background: black;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid black;
}
.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: #0083A3;
  height: 40px;
}

.main-footer {
  background: #00A1C9;
  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: 16px;
}
.main-footer .tweet {
  font-size: 16px;
}
.main-footer .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: black;
  width: 150px;
  margin: 15px auto;
}
.main-footer .tweet:last-child:after {
  display: none;
}

.footer-bottom {
  background: #0083A3;
  padding: 3px;
}

.footer-form .form-group {
  margin-bottom: 5px;
}
.footer-form .form-control {
  background: white;
  color: black;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid white;
  resize: none;
}
.footer-form .btn-submit {
  border-radius: 0;
  background: #005063;
  color:white;
  text-transform: uppercase;
  border: 1px solid white;
  -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: White;
  color:#005063;
  border: 1px solid #005063;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
  color: white;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
  color: white;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
  color: white;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
  color: #005063;
}

/* Pages 
================================= */
.page-heading {
  background: url('../images/slide-back-two.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 250px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
  margin-top:99px;
}
.page-heading .title-under {
  background: #fff;
}

.page-description {
  font-size: 18px;
}

.main-container {
  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: #0083A3;
  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: #0083A3;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  border: 1px solid white;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-primary:hover {
  background: white;
  color: #0083A3;
  border: 1px solid #0083A3;
}

.btn-secondary {
  background: #fff;
  color: #00B5E2;
  border-radius: 0;
}
.btn-secondary:hover {
  background: #00B5E2;
  color: #fff;
}

.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;
}
.class-line-height{
  line-height:30px;
  /* font-size:16px */
}
.class-font{
  font-size:16px
}
.title-under {
  display: block;
  margin: 5px auto;
  background: #005063;
  height: 1px;
  width: 280px;
}
.title-under:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}
.we-care{
  margin-top:-23px
}
.feedback{
  font-size:16px ;
  text-align:justify
}
.board-two-content{
  margin-top:-34px;
}
.card {
  box-shadow: 0 4px 8px black;
  border-radius: 8px;
  overflow-y: auto;
}

.card-text {
  font-size: 15px;
  line-height: 1.5;
  padding:4px
}
.img {
  border-radius: 50% !important;
}
/* .carousel-inner {
  padding: 10px;
} */
/* Modal
================================= */
.form-control {
  border-radius: 0;
  box-shadow: none;
}

/* Tabeles
================================= */
.table-style-1 thead {
  background: black;
  border-bottom: 1px solid black;
  color: #fff;
}
.table-style-1 td,
.table-style-1 th {
  border-bottom: 1px solid black;
}

.table-style-2 thead {
  background: black;
  border-bottom: 1px solid black;
  color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
  background: black;
  color: #fff;
}
.table-style-2 td,
.table-style-2 th {
  border-bottom: 1px solid black;
}

/* Tabs
================================= */
.nav-tabs {
  border-bottom-color: black;
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: black;
  color: #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: black black black black;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: black;
  color: black#fff;
}

/* Accordion
================================= */
.panel-default {
  border-color: black;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: black;
  color: #fff;
}
.panel-default > .panel-heading:hover {
  background: black;
}

/* Modal
================================= */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  background: black;
  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(135, 206, 250, 0.8);
  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: "Lato", 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);
}
.navbar-brand {
 
  height: 100px !important;
  padding: 10px 0px !important;
 
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    line-height: 10px !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav>li>a {
    line-height: 0px !important;
  }
}
@media (max-width: 912px) {
  .min-class{
    display:none;
  }
  .support-card-one {
    height: 100%;
}
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
        text-align: center; 
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
   
    .collapse.in{
        display:block !important;
    }
    .navbar-brand-mob{
    
  padding: 10px 20px !important;
  /* margin-top:-49px */
    }
    .navbar-toggle{
      margin-top:26px
  /* margin-left: 161px;
  float: left; */
}
.navbar-main li a{
  padding: 20px 15px;
}
}
@media(min-width: 768px) and (max-width: 912px){
  .navbar-brand-mob{
    
  padding: 0px 78px !important;
  /* margin-top:-49px */
    }
       .navbar-toggle{
      margin-top:26px
  /* margin-left: 161px;
  float: left; */
}
}
@media (width: 820px) {
 .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height:46px !important
    }
  }
@media (min-width: 913px) {
  .max-class{
    display:none;
  }
}
.member-new{
  margin-top:92px;
}
/* .navbar-nav>li>a {
  line-height: 0px !important;
} */
/* 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;
  }
}
@media (width: 1024px) {
.navbar-main li a{
   padding:45px 12px;
}
}
@media (min-width: 993px) {
#second-logo-first{
   display:none
}
}
@media (max-width: 992px) {
  #second-logo{
  display:none
}

}
/*safari*/
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {

.navbar-static-top {
  margin: 0;
  border: 0;
  color: black;
}

.navbar-top {
  background: white;
  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: white;
  background:#00B5E2;
}
.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: none !important;
  color: inherit;
  border-bottom: 2px solid White;
}
.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: black;
  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 black;
}
.navbar-main .submenu li:hover {
  background: black;
  -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: "Lato", sans-serif;
  font-size: 18px;
  padding: 46px 15px;
  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: black;
}
.nav-tabs {
  border-bottom-color: black;
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: black;
  color: #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: black black black black;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: black;
  color: black#fff;
}
.navbar-brand {
 
  height: 100px !important;
  padding: 0px 0px !important;
 
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    line-height: 10px !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav>li>a {
    line-height: 0px !important;
  }
}
@media (max-width: 912px) {
  .min-class{
    display:none;
  }
  .support-card-one {
    height: 100%;
}
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
        text-align: center; 
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
   
    .collapse.in{
        display:block !important;
    }
    .navbar-brand-mob{
    
  padding: 0px 20px !important;
  /* margin-top:-49px */
    }
    .navbar-toggle{
      margin-top:26px
  /* margin-left: 161px;
  float: left; */
}
.navbar-main li a{
  padding: 20px 15px;
}
}
@media(min-width: 768px) and (max-width: 912px){
  .navbar-brand-mob{
    
  padding: 0px 78px !important;
  /* margin-top:-49px */
    }
       .navbar-toggle{
      margin-top:26px
  /* margin-left: 161px;
  float: left; */
}
}
@media (width: 820px) {
 .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height:46px !important
    }
  }


@media (width: 1024px) {
.navbar-main li a{
   padding:45px 12px;
}
}
@media (min-width: 993px) {
#second-logo-first{
   display:none
}
}
@media (max-width: 992px) {
  #second-logo{
  display:none
}

}
}
}
/*safari*/
/* 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;
  }
#second-logo{
  display:none
}
  .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: black;
    border-top-color: black;
  }

  .carousel-home .carousel-title {
    font-size: 32px;
  }
  .carousel-home .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-home .carousel-control {
    background: #00B5E2;
    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;
  }
  .carousal-style{
    height:450px !important;
  }
}
@media(width: 1024px) {
  .hide-list {
       display: none;
  }
  .class-tab-view{
    font-size:15px;
    line-height: 22px;
  }
.class-ul{
    line-height:25px
  }
}
/* @media(width: 1024px) and (height: 1366px){
  .hide-list {
       display: none;
  }
} */
#carousel-indicators-id{
  bottom:-22px !important;

}
#carousel-indicators-id li{
  border: 1px solid #005063;
  border-radius: 10px;
}

#carousel-indicators-id .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #005063;
}
.carousal-style{
  height:250px;
}
/* =============================================================================
	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;
}
