@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.eot');
    src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff'),
        url('../fonts/WorkSans-Regular.ttf') format('truetype'),
        url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype'),
        url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold');
	src: local('Poppins-Bold'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
}
body{
     margin:0;
     padding:0;
     color: #000000;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Work Sans';
}
h1, h2, h3, h4, h5, h6{
    color: #222;
    font-family: 'Poppins-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
	 }
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #13f0ff;
}
h4{
    font-size: 18px;
    color: #13f0ff;
}
h5{
    font-size: 22px;
    color: #ac17e5;
}
h6{
    font-size: 18px;
    color: #ac17e5;
}
a{
    color: #00afef;
}
a:focus, a:hover{
	text-decoration:none;
}
/*
.navpart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
*/
.logo {
    padding: 10px 0px;
    display: table-cell;
}
.logo img {
    width: 75px;
    float: left;
}
.logo > h1 {
    border: none;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    float: left;
    font-family: 'Anton';
    text-transform: uppercase;
/*    text-shadow: -4px 3px #fff;*/
    text-shadow: -3px 2px #fff;
}
.youth-text{
    background-image: -webkit-linear-gradient(#0300ff, #fe00ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position:relative;   
}
.day-text{
    background-image: -webkit-linear-gradient(#0300ff, #fe00ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position:relative;   
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #000000;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #ac17e5;
}
.top-search {
    background-color: #13f0ff;
    position: relative;
    z-index: 9;
}
.navbar-default .navbar-brand{
    height: auto;
    padding: 0px;
}
.navbar-right {
    float: right!important;
}
.nav.navbar-nav{
    width: 100%;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700 !important;
    padding: 10px 8px;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #13f0ff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #ac17e5;
    color: #ffffff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #13f0ff;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
.navbar-right .dropdown-menu {
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ffffff;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 10px 10px;
    top: 0px;
}
.attr-nav {
    position: absolute;
    right: 90px;
    top: 25px;
}
.top-sch {
    background: #ac17e5;
    border: #ac17e5;
    padding: 5px;
    border-radius: 5px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo h1, .inner-pages nav.navbar.bootsnav .logo h1 {
    color: #ffffff;
}
.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a, .inner-pages nav.navbar.bootsnav .nav > li > a{
    color: #ffffff;
}
.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav > ul > li .fa-search, .inner-pages nav.navbar.bootsnav .attr-nav > ul > li .fa-search{
    color: #ffffff;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-toggle, .inner-pages nav.navbar.bootsnav .navbar-toggle{
    border-color: #ffffff;
    color: #ffffff;
}
.navbar-collapse{
    border: none !important;
}
.carousel-caption{
    width: 50%;
    padding-bottom: 15px;
    background-color: inherit;
    margin: 0px auto;
    text-align: center;
    left: 0;
    top: 30%;
    display: none;
}
.carousel-control.left, .carousel-control.right{
    display: none;
}
.carousel-caption h1 {
    color: #ffffff;
    font-family: 'Poppins-bold';
    font-weight: 700;
    text-transform: capitalize;
}
.carousel-caption p{
    font-size: 18px;
    line-height: 30px;
}
.carousel-caption a {
    background-color: #ac17e5;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 30px;
}
.carousel-indicators{
    display: none;
}
.about-block {
    background-color: #13f0ff;
    padding: 70px 0px;
}
.about-content h1 {
    margin: 0px;
    padding-bottom: 25px;
    font-size: 36px;
}
.about-content h6 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
}
.about-content .transform-heading {
    color: #ac17e5;
}
.about-content .join-text {
    font-size: 18px;
}
.about-lists {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.loc-col {
    padding-left: 0px;
}
.loc-info {
    line-height: 1.5;
}
.loc-info strong{
    text-transform: uppercase;
}
.loc-button .btn-primary {
    color: #fff;
    background-color: #ac17e5;
    border-color: #ac17e5;
    padding: 10px 30px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.loc-button .btn-primary:hover{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.peace-block {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.new-event-block{
    width: 100%;
    float: left;
}
.welcome-left {
    padding-left: 25px;
}
.welcome-left .loc-button {
    margin-top: 25px;
}
.coming-event-block {
    width: 100%;
    float: left;
}
.mk-heading {
    margin: 0px;
    padding-bottom: 40px;
    font-size: 36px;
    color: #000000;
    text-align: center;
}
.event-left .event-list li {
    background-color: #ffffff;
    padding: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 30px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
}
.date-info .date-number {
    text-align: center;
    float: left;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
}
.date-info .event-info {
    display: table-cell;
    padding-left: 10px;
    padding-top: 5px;
}
.date-info .date-number img {
    width: 150px;
}
.date-info .event-info p {
    margin-bottom: 0px;
}
.date-info .event-info h4 {
    margin: 7px 0px;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
}
.date-info .event-info h4 a{
    color: #ffffff;
}
.event-left .owl-pagination {
    display: none;
}
.event-left {
    position: relative;
}
.event-left .customNavigation a {
    font-size: 36px;
}
.event-left .customNavigation .prev, .event-left .customNavigation .next{
     position: absolute;
        top: 40%;
    cursor: pointer;
}
.event-left .customNavigation .prev{
    left: 0px;
}
.event-left .customNavigation .next{
    right: 0px;
}
.drip-heading{
    text-align: center;
    padding-bottom: 30px;
}
.drip-heading h1 {
    margin: 0px;
    font-size: 36px;
    color: #ffffff;
}
.welcome-block {
    position: relative;
    width: 100%;
    float: left;
    background-color: #e6e6e6;
    padding-top: 60px;
    padding-bottom: 60px;
}
.welcome-left h1 {
    font-size: 36px;
    color: #ac17e5;
    margin-top: 0px;
    margin-bottom: 20px;
}
.help-bg {
    padding: 60px 0px 60px;
    position: relative;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
}
.help-bg:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
}
.help-heading{
    z-index: 5;
    position: relative;
    text-align: center;
}
.help-bg .mk-heading {
    position: relative;
    color: #ffffff;
}
.help-heading h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin: 0px;
    padding: 25px 0px 15px;
    line-height: 48px;
    font-family: 'Poppins-Bold';
}
.help-heading p {
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    margin: 15px 0px 30px;
}
.about_btn .fa-arrow-circle-right {
    margin-left: 10px;
}
.help-heading .about_btn .btn-primary{
    text-transform: uppercase;
    padding: 15px 30px;
    font-family: 'Work Sans';
    margin-top: 20px;
}
.help-heading .about_btn{
    margin-top: 35px;
}
.services-main-block{
    overflow: hidden;
}
.serivices-ib-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
serivices-ib-img a{
    display: block;
    position: relative;
}
.serivices-ib-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.serivices-ib-img img{
    transform: scale(1.1);
    transition: 0.5s;
}
.services-main-block:hover .serivices-ib-img img{
    transform: scale(1);
    transition: 0.5s;
}
.ib-text-block {
    display: block;
    height: 100%;
    position: absolute;
    top: 10%;
    transition: all 0.4s ease 0s;
    width: 100%;
    padding: 30px;
    z-index: 8;
    text-align: center;
}
.ib-dec {
    display: none;
}
.ib-dec h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
}
.ib-dec p{
    color: #fff;
    font-size: 15px;
}
.ib-text {
    opacity: 0;
}
.services-main-block:hover .ib-text{
    opacity: 1;
}
.services-main-block:hover .ib-text-block{
    top: 5%;
    transition: all 0.5s ease 0s;
}
.ib-text .know-more-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 10px;
    width: 150px;
    font-family: 'Philosopher';
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    background-color: transparent;
    transition: all 0.3s linear;
}
.ib-text .know-more-btn:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #6f0005;
}
.gall-col {
    padding: 0px;
}
.cocktail-block {
    padding: 50px 0px;
}
.home-gallery {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.home-gallery .mk-heading, .partner-block .mk-heading{
    color: #ac17e5;
}
.blog-block {
    width: 100%;
    float: left;
    background-color: #e6e6e6;
    padding: 50px 0px;
}
.blog-list h5 {
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #000000;
}
.blog-list h3 {
    font-size: 20px;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-list h3 a{
    color: #ac17e5;
}
.blog-list img {
    margin-top: 15px;
}
.blog-list p {
    margin: 0px;
}
.partner-block {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.partner-block .mk-heading {
    padding-bottom: 30px;
}
.partner-content .owl-carousel .owl-item .item {
    padding: 0px 15px;
}
#owl-demo-gallery .owl-controls {
    margin-top: 11px;
    text-align: center;
}
.services-main-block .owl-theme .owl-controls .owl-page span{
    background-color: #ac17e5;
}
.partner-content .owl-pagination{
    display: none;
}
.readmore{
   color: #000000;
    opacity: 0.5;
}
.readmore:hover{
    opacity: 1;
    color: #000000;
}
footer{
    width: 100%;
    float: left;
    background-color: #000000;
    border-top: none;
    font-size: 16px;
}
.top-footer{
    padding: 40px 0px 30px;
}
.abt-footer .footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.social_wrapper ul li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff !important;
    background: #000;
    border-radius: 250px;
    line-height: 40px;
    text-align: center;
}
.social_wrapper ul li {
    display: inline-block;
    float: none;
    margin: 0 3px 10px 3px !important;
}
.social_wrapper ul li.facebook a {
    background: #2D5F9A;
    padding-left: 4px;
}
.social_wrapper ul li.twitter a {
    background: #00C3F3;
        padding-left: 4px;
}
.social_wrapper ul li.youtube a {
    background: #cc181e;
    padding-left: 4px;
}
.social_wrapper ul li.google a {
    background: #db4437;
}
.social_wrapper ul li.instagram a {
    background: #405de6;
    padding-left: 4px;
}
.social_wrapper ul li a i, .social_wrapper.small ul li a i {
    line-height: 18px;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.social_wrapper ul li a i {
    position: relative;
    top: 1px;
    padding: 0px !important;
}
span.input-group-btn {
    width: 100%;
    float: none;
    display: block;
}
.more-info .input-group {
    display: block;
    width: 100%;
}
#newsletterForm .form-control {
    height: 35px;
    width: 100% !important;
    float: none;
    display: block;
    border-radius: 5px !important;
}
.abt-footer .footer-title .footer-sub-titile{
    color: #00afef;
}
.bottom-footer {
   padding: 15px 0 20px 0;
    background-color: #000000;
}
.hours-list li span {
    color: #858585;
}
.input-group-btn .btn{
    background: #ac17e5 none repeat scroll 0 0;
    border: 1px solid #ac17e5;
    font-size: 15px;
    border-radius: 5px !important;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}
footer strong {
    font-weight: 100;
}
footer h3, .footer-logo p, .footer-address h4{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
address a, .footer-list a {
    color: #000;
}
.footer-list ul li{
    padding: 3px 0px;
}
.footer-address ul li {
    padding: 5px 0px;
    color: #fff;
    line-height: 16px;
}
.more-info .fa-home {
    display: table;
    float: left;
}
span.footer-address {
    display: table-cell;
    line-height: 25px;
}
address {
    line-height: 24px;
    color: #fff;
}
.more-info li, .shop-list a{
    font-size: 16px;
    font-family: 'Work Sans';
    margin-top: 0px;
}
.more-info i, .social li i, .shop-list i{
    color: #ffffff;
}
.footer-address a, .more-info p{
    color: #fff;
    padding-bottom: 0px;
}
.social_wrapper {
    margin-top: 30px;
}
footer .shop-list a:hover {
    color: #999;
}
footer .shop-list a{
    text-transform: capitalize;
}
.footer-title{
    border-bottom: 0px;
    font-family: 'Work Sans';
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
}
.more-info a {
    color: #ac17e5;
}
.more-info a:hover{
    color: #13f0ff;
}
.power p, .copy p{
     color: #fff;
}
.power a{
    color: #ffffff;
}
.inner-pages {
    position: inherit;
}
.inner-pages nav.navbar.bootsnav {
    background-color: #ac17e5;
}
.activities-block {
    padding: 50px 0px;
}
.act-head {
    margin-bottom: 25px;
    text-align: center;
}
.act-head h1 {
    font-size: 36px;
}
.key-heading{
    color: #ac17e5;
}
.blog-list {
    border: 2px solid #ac17e5;
    border-radius: 5px;
}
.activities-block .mk-heading {
    padding-bottom: 10px;
}
.board-content {
    border: 2px solid #ac17e5;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.board-content h3 {
    background-color: #ac17e5;
    margin: 0px;
    font-size: 18px;
    padding: 25px;
    color: #ffffff;
    font-family: 'Poppins-Bold';
}
.board-content h3 a{
    color: #ffffff;
}
.board-content p {
    margin: 0px;
}
.board-content img {
    width: 100%;
}
.board-block {
    margin-top: 25px;
}
.board-block h5 {
    margin-bottom: 20px;
}
nav.navbar.bootsnav .navbar-toggle{
    top: 18px;
}
.key-act-info {
    position: relative;
}
.key-info-btn {
    text-align: center;
    margin: 15px 0px;
}
.key-info-btn a {
    background-color: #ac17e5;
    color: #ffffff;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: 700;
}
.key-info-btn a:hover{
    background-color: #13f0ff;
    color: #ffffff;
}

/*--Media-responsive--*/
@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 65px;
    }
    .help-heading h2{
        font-size: 60px;
        line-height: 1.1;
    }
    .welcome-left h6{
        font-size: 30px;
    }
    .contact-info {
        margin-left: 50px;
    }
    .help-heading p{
        margin: 15px 10%;
    }
    .board-content h3{
        height: 100px;
    }
    .event-left .customNavigation .prev{
        left: -25px;
    }
    .event-left .customNavigation .next{
        right: -25px;
    }
}
@media (max-width: 1920px) {
  .navbar-header {
      float: none;
  }
  .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;
      display: block;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
@media (min-width:768px){
    .board-content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }
    .act-col, .act-row {
        display: flex;
    }
}
@media (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        left: 160px !important;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 5px;
    }
    .logo > h1{
        font-size: 48px;
    }
    .board-content h3{
        height: 120px;
    }
    
}
@media (min-width:768px) and (max-width:991px){
    .logo > h1{
        font-size: 36px;
        padding-top: 15px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 5px;
    }
    .attr-nav{
        top: 12px;
    }
    .navbar-header {
        width: 100%;
    }
    .logo {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px;
        padding: 10px 8px;
    }
    .attr-nav > ul > li > a {
        padding: 10px 10px;
        top: 0px;
    }
    .carousel-caption{
        width: 600px;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        left: 160px !important;
    }
    .service-content h2{
        font-size: 20px;
    }
    .welcome-left {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .more-info p {
        padding-bottom: 0px;
    }
    .footer-title {
        margin-top: 20px;
    }
    .board-content h3{
        height: 120px;
    }
    .date-info {
        text-align: center;
    }
    .date-info .date-number{
        float: none;
    }
    .date-info .event-info{
        display: block;
    }
}
@media (min-width:320px) and (max-width:767px){
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
        margin: 0px;
    }
    .welcome-left{
        padding: 0px 0px 25px 0px;
    }
    .new-event-block .welcome-left {
        padding-top: 25px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p {
        padding-bottom: 0px;
    }
    .service-list .service-img img{
        width: 100%;
    }
    .welcome-left h1{
        margin-bottom: 15px;
    }
    .event-list {
        column-count: inherit;
    }
    .event-left .event-list li{
        margin-right: 0px;
    }
    .blog-list {
        margin-bottom: 30px;
    }
    #navbar-menu {
        background: #ac17e5;
    }
    .logo img, .logo > h1 {
        float: none;
        font-size: 36px;
    }
    .logo{
        text-align: center;
        display: inline-block;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        color: #ffffff;
    }
}
@media (min-width:540px) and (max-width:767px){
    .carousel-caption{
        width: 400px;
    }
    .carousel-caption p {
        font-size: 15px;
        line-height: 24px;
    }
    .carousel-caption a{
        margin-top: 10px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .logo > h1 {
        font-size: 30px;
        margin: 0px;
        text-align: center;
    }
    .youth-text{
        display: block;
        background-image: -webkit-linear-gradient(#0300ff, #fe00ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }
    .carousel-caption{
        width: 300px;
    }
    .carousel-caption a {
        margin-top: 10px;
        width: auto;
        line-height: inherit;
        height: auto;
        padding: 10px;
    }
    .carousel-caption h1{
        font-size: 20px;
    }
     .carousel-caption p{
        display: none;
    }
    .about-block{
        padding: 30px 0px;
    }
    .about-content h1, .welcome-left h1, .mk-heading, .about-content h6, .act-head h1 {
        font-size: 24px;
    }
    .about-lists{
        padding-top: 15px;
    }
    .loc-info {
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .service-block, .welcome-block, .coming-event-block, .blog-block, .activities-block{
        padding: 30px 0px;
    }
    .help-heading h2{
        font-size: 36px;
    }
    .help-heading p {
        line-height: 26px;
        font-size: 16px;
        margin: 10px 0px 30px;
    }
    .date-info .event-info{
        padding-left: 10px;
    }
    .about-content .join-text{
        font-size: 16px;
    }
    .date-info {
        text-align: center;
    }
    .date-info .date-number{
        float: none;
    }
    .date-info .event-info{
        display: block;
    }
    .attr-nav{
        right: 20px;
        top: 20px;
    }
    .date-info .event-info h4{
        font-size: 20px;
    }
    nav.navbar.bootsnav {
        background-color: #000000;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
        color: #ffffff;
        border-color: #ffffff;
    }
    .attr-nav > ul > li .fa-search{
        color: #ffffff;
    }
    .logo > h1{
        text-shadow: -2px 1px #ffffff;
        padding-left: 10px;
    }
    
}