@font-face {
font-family: 'CachetStd-Medium';
src: local('CachetStd-Medium'), url('../fonts/cachet/CachetStd-Medium.woff') format('woff'), url('../fonts/cachet/CachetStd-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'cachet-book-webfont';
src: local('cachet-book-webfont'), url('../fonts/cachet/cachet-book-webfont.woff') format('woff'), url('../fonts/cachet/cachet-book-webfont.ttf') format('truetype');
}


body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: 'cachet-book-webfont';
     color: #353535;
}
p {
     font-family: 'cachet-book-webfont';
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'CachetStd-Medium';
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #01a490;
}
h5{
    font-size: 22px;
    color: #01a490;
}
h6{
    font-size: 18px;
    color: #01a490;
}
a:focus, a:hover{
    text-decoration:none;
}
.navpart{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}
.navbar-default .navbar-brand img {
    float: left;
    width: 300px;
}
.navbar-default .navbar-brand h1 {
    color: #ffffff;
    font-size: 42px;
    margin: 0px;
    padding-left: 30px;
    display: table-cell;
    float: left;
    width: 60%;
    padding-top: 5px;
}
.donate-btn .btn-primary {
    background-color: inherit;
    border-color: #ffffff;
    font-size: 16px;
    padding: 6px 20px;
    margin-right: 15px;
}
.donate-btn {
    margin-bottom: 25px;
}
.search-box input {
    background-color: inherit;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-style: normal;
}
.search-box input::placeholder {
    color: #aaaaaa;
    font-size: 16px;
}
.search-box input:-internal-autofill-selected {
    background-color: transparent !important;
}
.search-box{
    margin: 0px;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav{
    background-color: inherit;
    padding: 10px 0px;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #01a490;
}
.navbar-default .navbar-brand {
    float: none;
    height: auto;
    line-height: inherit;
    margin: 0px !important;
    padding: 0px;
}
.attr-nav > ul > li > a, .navbar-default .navbar-nav>li>a{
    color: #000;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500 !important;
    border-bottom: 1px solid #356e9c;
    padding: 15px 3px;
}
.attr-nav > ul > li > a{
    padding: 0px 10px;
    font-size: 30px;
    color: #ffffff;
}
.attr-nav {
    margin-right: 20px;
    margin-top: 25px;
}
.menu-text {
    margin-right: 15px;
    margin-left: 5px;
    color: #ffffff;
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
    margin: 0px;
    float: right;
    padding-right: 60px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #20bdbe;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #231f20;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}
.side.on {
    padding: 0px 0px;
}
.side .widget ul.link li a {
    color: #ffffff;
    letter-spacing: 0.3px;
    padding: 10px 20px;
    display: table-cell;
    font-size: 24px;
}
.sub-menu {
    margin-left: 20px;
}
.side .close-side {
    margin: 10px 25px;
    font-size: 30px;
}
body.on-side{
    margin-left: 0px !important;
}
body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
    left: 0px !important;
}
.side.on {
    width: 100%;
    text-align: center;
    background: rgb(0 96 175);
    right: 0px;
}
.side .widget {
    margin: 20px 0px;
}
ul.nav.navbar-nav.navbar-right {
    float: none !important;
    text-align: left;
    display: block;
}
ul.nav.navbar-nav.navbar-right li{
    display: block;
    text-align: left;
}
.navbar-right .dropdown-menu {
    left: 200px;
    top: 0px;
}
/*end-navbar*/
.carousel-control.right, .carousel-control.left{
    background-image: inherit;
}
.carousel-caption h1 {
    color: #fff;
    text-shadow: none;
    margin: 0px;
    padding: 20px 30px;
}
.carousel-caption {
    background-color: rgb(0 0 0 / 60%);
    left: 0px;
    top: auto;
    bottom: 0px;
    right: auto;
    width: 50%;
    margin: 0px;
    text-align: left;
}
.carousel-inner>.item img {
    width: 100%;
}
.carousel-indicators{
    z-index: 5;
    display: none;
}
.carousel-inner>.item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
}
.carousel-caption a:hover{
      background-color: #00aeef;
      border-color: #00aeef;
      color: #ffffff;
    }
/*carusel-end*/
.text-center {
    text-align: center!important;
}
.title h5 {
    font-weight: 400;
    color: #0089d0;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.title h3 {
    color: #141414;
    font-size: 40px;
    line-height: 1.3em;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}
.title.text-center .line {
    margin-left: auto;
    margin-right: auto;
}
.title .line {
    content: '';
    width: 140px;
    height: 2px;
    margin-left: 0;
    background-color: #0089d0;
    margin-top: 12px;
}
.about-content h2 {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 15px;
}
.about-content, .membership-left {
    padding: 60px 60px;
}
.about-content .btn-primary, .membership-left a {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.3s linear;
}
.about-content .btn-primary:hover, .membership-left a:hover{
    background-color: #01a490;
    border-color: #01a490;
    color: #ffffff;
}

.about_left img, .membership-right img{
    width: 100%;
}
.member-info-block{
    background: #b6e5df;
    position: relative;
}
.member-row{
    background: #b6e5df;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.membership-left h3 {
    margin: 0px;
    padding-bottom: 20px;
    font-size: 30px;
}
.membership-left p {
    margin-bottom: 35px;
}
.member-info-block .owl-theme .owl-dots .owl-dot span{
    background: #0060af87;
    width: 15px;
    height: 15px;
}
.member-info-block .owl-theme .owl-dots .owl-dot.active span, .member-info-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #0060af;
}
.member-info-block .owl-theme .owl-dots {
    position: absolute;
    left: 60px;
    z-index: 9;
    bottom: 120px;
}
.community-list {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #a1a1a1;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.community-list img, .program-list img {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.community-list:hover img, .program-list:hover img{
    transform: scale(1.2);
    border-radius: 10px;
}
.community-list h3 {
    font-size: 22px;
    padding: 10px 0px;
    position: absolute;
    bottom: 30px;
    width: 83%;
    text-align: center;
    left: 0;
    right: 0;
    background: #01a490;
    margin: 0px auto;
    transition: all 0.2s linear;
}
.community-list:hover h3 {
    opacity: 0;
    transition: all 0.2s linear;
}
.community-list h3 a{
    color: #ffffff;
}
.program-block{
    padding: 80px 0px 50px;
}
.program-left h2{
    margin-bottom: 20px;
}
.program-left h3 {
    font-size: 24px;
    margin-top: 0px;
    color: #0089d0;
}
.program-list {
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.program-list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.program-list:hover::before{
    background-color: rgb(0 137 208 / 80%);
    transition: all 0.3s ease-in-out;
}
.program-list h3 {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px;
    visibility: hidden;
    color: #ffffff;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}
.program-list h3 a{
    color: #ffffff;
    display: block;
}
.program-list:hover h3{
    display: block;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sparta-content {
    padding: 100px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.sparta-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.content-right h5 {
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0px;
}
.content-right h3{
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    margin: 0px;
}
.content-right p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    line-height: 30px;
}
.sparta-content .count-btn-list li a {
    color: #ffffff;
    padding: 15px 15px;
    background-color: #00aeef;
    display: block;
    font-weight: 100;
    font-size: 18px;
    margin-top: 20px;
    border: 1px solid #00aeef;
    text-transform: uppercase;
    border-radius: 5px;
}
.sparta-content .count-btn-list li a:hover {
     width: 100%;
    background-color: #01a490;
    color: #ffffff;
    border-color: #01a490;
}
.sparta-content .count-btn-list li a:after {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 0;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01a490;
}
.sparta-content .count-btn-list li a:hover:after {
    width: 100%;
}
.count-btn-list .fa-chevron-right.pull-right {
    font-size: 25px;
}
.service-sec{
    padding: 60px 0px;
    width: 100%;
    background-color: #e4fffc;
}
.service_in {
    width: 100%;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}
.service_in .card {
    border: 0;
}
.service_in .card-body {
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#A6A6A6)";
    -moz-box-shadow: 0 0 17px 2px rgba(166,166,166,0.8);
    -webkit-box-shadow: 0 0 17px 2px rgba(166,166,166,0.8);
    box-shadow: 0 0 17px 2px rgba(166,166,166,0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#A6A6A6);
    padding: 25px 14px;
    position: relative;
    z-index: 1;
}
.service_in .inside h2 {
    font-weight: 700;
    color: #1d1e28;
    font-size: 24px;
    margin: 0px;
}
.service_in .inside p {
    padding-top: 15px;
    font-weight: 400;
    color: #1d1e28;
    font-size: 16px;
    margin: 0px;
}
.service_in .inside .btn {
    margin-top: 20px;
    background: #008aff;
    padding: 10px 20px;
    border: 1px solid #008aff;
    border-radius: 25px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.service_in .inside .btn:hover {
    color: #fff;
    background-color: #01a490;
    border-color: #01a490;
}
.service_in .inside .btn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #01a490;
    border-color: #01a490;
}
.service_in .inside .btn:hover:after {
    width: 100%;
}
.partner-block{
    padding: 60px 0px;
}
.partner-list {
    margin-top: 25px;
}
.partner-list .owl-dots {
    margin-top: 20px;
}
.partner-list .owl-item .item {
    box-shadow: 0 0 7px 2px rgb(177 177 177 / 80%);
    margin: 15px 15px;
    padding: 10px;
}
.partner-list .owl-theme .owl-nav{
    display: none;
}
footer{
    background-color: #231f20;
    border-top: none;
}
.top-footer {
    padding: 40px 0px 30px;
}
.footer-title{
    font-size: 22px;
    border-color: #ffffff;
}
.footer-inner-title {
    font-size: 20px;
    color: #fff;
    margin: 0px 0px 5px;
}
 .footer-logo p{
    padding: 15px 0px;
 }
address a, .footer-list a {
    color: #000;
}
.hours p{
    color: #ffffff;
}
.footer-address address {
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-address a, .footer-links ul li a, .more-info p {
    color: #fff;
}
.input-group-btn .btn {
    background: #01a490 none repeat scroll 0 0;
    border: 1px solid #01a490;
    font-size: 16px;
}
.rari-social .fa-facebook {
    font-size: 36px;
}
.rari-social {
    margin-top: 15px;
}
.rari-social ul li {
    margin-top: 10px;
}
.footer-links ul li{
    margin-bottom: 5px;
}
.bottom-footer {
    text-align: left;
    padding: 15px 0 30px 0;
    background-color: #231f20;
}
.power a{
    color: #01a490;
}
.power p{
    color: #ffffff;
    margin-bottom: 0px; 
}
.copy p{
    color: #fff;
    margin-bottom: 0px;
}
.inner-pages{
    position: inherit;
}

.inner-pages nav.navbar.bootsnav{
    background-color: #01a490;
}
.inner-pages .wrap-sticky {
    height: 130px !important;
}

@media (min-width: 1400px){
    .content-right h3{
        font-size: 60px;
    }
    .content-right {
        margin-right: 15%;
    }
    .about-us-block .container-fluid, .member-info-block .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1200px){
    .about-col {
        padding: 0px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 9px;
    }
    .carousel-caption h1{
        font-size: 30px;
    }
    .navbar-default .navbar-brand img{
        width: 200px;
    }
    .navbar-default .navbar-brand h1{
        font-size: 30px;
    }
    .member-info-block .owl-theme .owl-dots{
        bottom: 50px;
    }
}
@media (max-width:991px){
    .navpart {
        position: inherit;
    }
    nav.navbar.bootsnav{
        background-color: #01a490;
    }
    .attr-nav {
        z-index: 9;
        position: relative;
        margin-top: 0px;
        margin-right: 15px;
    }
    .search-info {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .donate-btn {
        margin-bottom: 15px;
    }
    .carousel-caption {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .carousel-caption h1{
        padding: 0px;
    }
    .carousel-caption a{
        float: none;
        height: auto;
    }
    .member-info-block .owl-theme .owl-dots{
        position: initial;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .inner-pages .wrap-sticky {
        height: 200px !important;
    }
    .navbar-default .navbar-brand img{
        width: 200px;
    }
    .navbar-default .navbar-brand h1{
        font-size: 30px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    left: 160px !important;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
        display: block;
    }
    .nav.navbar-nav{
        width: auto;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 18px;
        padding: 15px 5px;
    }
    .carousel-caption h1{
        font-size: 32px;
        line-height: 40px;
        padding: 10px 0px;
    }
    .about-content, .membership-left{
        padding: 0px 30px;
    }
    .service_in .card-body {
        margin-top: -50px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .about-us-block .title .btn{
        padding: 10px 25px;
    }
     .feature-block, .about-us-block, .service-sec{
        padding: 30px 0px;
    }
    .home-account h1{
        font-size: 18px;
    }
    .home-account a{
        font-size: 14px;
    }
    .attr-nav {
        z-index: 9;
        position: relative;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .inner-pages .wrap-sticky {
        height: 350px !important;
    }
    #navbar-menu {
        display: block !important;
    }
    .navbar-right .dropdown-menu{
        left: 0px;
    }
    .navbar-default .navbar-brand img {
        float: none;
    }
    .navbar-default .navbar-brand h1 {
        float: none;
        font-size: 30px;
        padding: 10px 0px;
    }
    .navbar-brand>img{
        margin: 0px auto;
        display: block;
        width: 250px;
    }
    .navbar-header{
        float: none;
        width: auto;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
        display: block !important;
        margin: 0px;
    }
    .community-list img, .program-list img{
        width: 100%;
    }
    .feature-block, .about-us-block, .service-sec{
        padding: 30px 0px;
    }
    .title.text-left {
        padding-top: 30px;
    }
    .service_in .card img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }

}
@media (max-width: 767px) and (min-width: 540px){
    
}
@media (max-width: 540px) and (min-width: 320px){
    .navbar-brand>img{
        width: 200px;
    }
    .footer-text h1{
        font-size: 24px;
    }
    .carousel-caption h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .carousel-caption a{
        display: none;
    }
    .about-content, .membership-left{
        padding: 30px 0px;
    }
    .title h3{
        font-size: 30px;
    }
    .program-block, .partner-block{
        padding: 30px 0px;
    }
    .sparta-content{
        padding: 50px 0px;
    }
    .member-row, .member-col{
        display: block;
    }
    .content-right h3, .about-content h2{
        font-size: 30px;
    }
    .content-right h5{
        font-size: 24px;
    }
    .content-right p{
        font-size: 16px;
        line-height: 24px;
    }
    .inner-pages .wrap-sticky {
        height: 390px !important;
    }
}
