body {
    font-family: 'Manrope', sans-serif;
}
/* Navbar Starts */
.navbar-item {
    font-weight: 600;
}
.active12 {
    color: #FF0000;
    font-weight: 700;
    border-bottom: 2px solid #FF0000;
}
.button {
    border-radius: 0px;
}
.navbar-item:hover {
    color: #E61B49 !important;
}

.logo {
    background: url('../images/Logo2.svg') no-repeat;
    background-size: cover;
    margin-top: 2%;
    width: 340px;
    height: 40px;
}
/* Cover Images */
.hero.is-info {
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('../images/Home.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero.is-small {
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('../images/About1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero.mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('../images/VisionMission.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Cover Images Ends */
/* Navbar Ends */
#sync1 .item {
    color: #FFF;
    margin: 0;
  }
  
  #sync2 .item {
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
  }
  
  #sync1.owl-theme {
    position: relative;
  }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  .owl-dots {
      display:none;
  }
  .owl-nav {
      margin-top: 0px !important;
  }
  .owl-image {
    width: 100%; 
    height: 700px;
  }
.card-border {
    border-radius: 15px;
}

/* Radio Button Starts */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    border-radius: 5px;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    background-color:red;
}
/* Radio Button Ends */

/* Tab Starts */
#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}

#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
}

#tabs-with-content .tab-content.is-active {
    display: block;
}
/* Tab Ends */
/* Return to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* Return to Top Ends */

.notification {
    position: absolute;
    bottom: 10px;
    right: 60px;
    z-index: 5;
    width: 350px;
}

.header {
    font-size: 2rem !important;
    font-weight: bold !important;
}

/* Social Buttons */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.whatsapp {
    background: #25d366;
    color: white;
}

.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white;
}
.facebook {
    background: #4867AA;
    color: white;
}
/* Social Buttons Ends */
.home-btn {
    border-radius: 0px !important; 
    background-color:#3A3766 !important; 
    color: white;
}
.card-toggle:hover {
    cursor: pointer;
}
/* Mobile Responsive */
@media (max-width: 768px){
    
    .notification {
        position: absolute;
        bottom: -400px;
        right: 60px;
        z-index: 5;
        width: 350px;
    }
    .services {
        height: 20px;
        width: 20px;
    }
    .missiontxt {
        font-size: 1.8rem !important;
    }
    .text {
        font-size: 1.1rem !important;
    }
    .header {
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 13px;
        transition: all 0.3s ease;
        color: white;
        font-size: 15px;
    }
    .logo {
        background: url('../images/Logo2.svg') no-repeat;
        background-size: cover;
        margin-top: 1.5%;
        margin-left: 2%;
        width: 340px;
        height: 40px;
    }
    .home-btn {
        border-radius: 0px !important; 
        background-color:#FF0000 !important; 
        color: white;
    }
    .owl-image {
        width: 100%; 
        height: 300px;
      }

}
/* Mobile Responsive Ends */


@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    font-size: 0;
    animation: 20s slidy infinite;
}

/* 
footer{
    background-color: #000; 
    min-width: 400px; 
    width: 100%; 
    text-align: center; 
    line-height: 35px; 
    height: 35px; 
    color: #ccc;
  }
  .footer-bottom-site-credit{
    padding-right: 10px;
  }

  @media only screen and (max-width: 480px) {
    .footer-bottom-copyright-text{
      font-size: 80%;
    }
   .footer-bottom-social-icons{
     font-size: 80%;
   }
}

@media only screen and (max-width: 960px) {
  .footer-bottom{
    text-align: center;
  }
  .footer-bottom-copyright-text{
    width: 100%;
  }
  .footer-bottom-social-icons{
    background-color: #000;
  }
  .footer-bottom-site-credit{
    padding-right: 0px;
  }
  #footer-social-links li{
    list-style: none; 
    display: inline-block; 
    padding: 0px 10px;
  }
}

@media only screen and (min-width: 961px) {
  .footer-bottom{text-align: left;
  }
  .footer-bottom-copyright-text{
    max-width: 480px; 
    float: left; 
    padding: 10px 10px 0px 10px; 
    line-height: 60px; 
    height: 60px;
  }
  .footer-bottom-social-icons{
    background-color: #000; 
    text-align: right; 
    padding: 0px 10px;
  }
    #footer-social-links li{
      list-style: none; 
      display: inline-block; 
      padding: 15px 10px 0px 10px;
  }
  .set-right {
      margin-right: 5%;
  }
} */

.footer {
    background-color: #414141;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 50px;
  }
  
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: inline-block;
    vertical-align: top;
  }
  
  
  /* footer left*/
  
  .footer .footer-left {
    width: 33%;
    padding-right: 15px;
  }
  
  .footer .about {
    line-height: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer .about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer .icons {
    margin-top: 25px;
  }
  
  .footer .icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  
  
  /* footer center*/
  
  .footer .footer-center {
    width: 30%;
  }
  
  .footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
  }
  
  .footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
  }
  
  .footer .footer-center p a {
    color: #0099ff;
    text-decoration: none;
  }
  
  
  /* footer right*/
  
  .footer .footer-right {
    width: 35%;
  }
  
  .footer h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer h2 span {
    color: #ff0000;
  }
  
  .footer .menu {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
  }
  
  .footer .menu a:hover {
    color: #0099ff;
  }
  
  .footer .name {
    color: #0099ff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .footer {
      font-size: 14px;
    }
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .footer .footer-center i {
      margin-left: 0;
    }
  }