/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:400,700|Roboto:400,700');
@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.woff2') format('woff2'),
    url('fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:130%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#777}
a:hover {
    color: #0AAAA0;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
    color: #0AAAA0;
}
.np{
    padding: 0px;
}
.npl{
    padding-left: 0px;
}
.npr{
    padding-right: 0px;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
/* section padding */
.ptb-32{
    padding: 27px 0px;
}
.pt-170{padding-top: 170px;}
.pb-170{padding-bottom: 170px;}
.ptb-114{padding: 114px 0px;}
.pt-90{padding-top: 90px;}
.pt-30{padding-top: 30px;}
.pt-30{padding-top: 20px;}
.pb-90{padding-bottom: 90px;}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 86px;}
.pb-70{padding-bottom: 70px;}
.pb-60{padding-bottom: 60px;}
.pt-60{padding-top: 60px;}
.pt-54{padding-top: 54px;}
.pb-20{padding-bottom: 30px;}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.clear{clear:both}
/* margin */
.mb-30{
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mb-90{
    margin-bottom: 90px;
}
/* border-radious */
.bo-ra-10{
    border-radius: 10px;
}
.bo-ra-9{
    border-radius: 9px;
}
.bo-ra-8{
    border-radius: 8px;
}
.bo-ra-7{
    border-radius: 7px;
}
.bo-ra-6{
    border-radius: 6px;
}
.bo-ra-5{
    border-radius: 5px;
}
.bo-ra-4{
    border-radius: 4px;
}
.bo-ra-3{
    border-radius: 3px;
}
.bo-ra-2{
    border-radius: 2px;
}
.bo-ra-1{
    border-radius: 1px;
}
/* Button style */
.btn-lg {
    border: 1px solid #fff;
    color: #fff;
    font-family: raleway;
    font-size: 13.5px;
    font-weight: bold;
    padding: 10px 12px;
}
.btn-lg:hover{
    background: #0AAAC0;
    color: #fff;
    border: 1px solid #0AAAC0;
}
.btn-md {
    border: 1px solid #555;
    color: #555;
    font-family: raleway;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 25px;
    text-transform: uppercase;
}
.btn-md:hover{
    background: #0AAAC0;
    color: #fff;
    border: 1px solid #0AAAC0;
}
.btn-sm {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    text-transform: uppercase;
}
.btn-sm:hover{
    background: #0AAAC0;
    color: #fff;
    border: 1px solid #0AAAC0;
}
.btn-lg-f{
    border: 1px solid #fff;
    background: #0AAAC0;
    display: inline-block;
    font-family: raleway;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    text-transform: uppercase;
}
.btn-lg-f a{
    color: #fff;
}
.btn-lg-f:hover{
    border: 1px solid #666;
    background: transparent;
}
.btn-lg-f:hover a{
    color: #666;
}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.header-top {
    background: #5fd328 none repeat scroll 0 0;
    line-height: 50px;
}
.top-social ul li {
    float: left;
    padding: 0 7.5px;
}
.top-social ul li:first-child {
    padding-left: 0;
}
.top-social ul li a {
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    color: #fff;
}
.call-to-action {
    float: right;
}
.call-to-action > ul {
    float: right;
}
.call-to-action ul li {
    float: left;
}
.call-to-action ul li:last-child {
    float: right;
}
.call-to-action ul li a {
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}
.call-to-action ul li a i {
    margin-right: 7px;
}
.call-to-action ul li:last-child a{
    padding-right: 0px;
}
.call-to-action ul li:last-child a i{
    margin-right: 0;
}
.call-to-action ul li ul li {
    border-bottom: 1px solid #fff;
    float: none;
    line-height: 25px;
}
.call-to-action ul li ul li:last-child{
    border-bottom: none;
}
.call-to-action ul li ul li a {
    color: #fff;
    padding: 0;
}
.call-to-action ul li ul {
    background: #0aaaa0 none repeat scroll 0 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 999;
}
.call-to-action ul li:hover ul{
    opacity: 1;
    visibility: visible;
}
#main-slider .item {
    
    min-height: 490px;
    color: #fff;
    background-position: 50% 50%;
}
#main-slider .item .slider2-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    padding: 20px 40px;
    display: inline-block;
    margin: 0;
    color: #000;
}
#main-slider .item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#main-slider .item .next-post {
    opacity: 0;
    display: table;
    height: 360px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#main-slider .item .next-post .next-post-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#main-slider .item .next-post a,
#main-slider .item .next-post .slide-cat{
    color: #fff;
}
#main-slider .item .next-post .slide-cat{
    margin-bottom: 20px;
}
#main-slider .item .next-post .slide-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main-slider .item .next-post .slide-title:hover{
    opacity: .8;
}

#main-slider .item:nth-child(2n).active .next-post {
    opacity: 1;
}
#main-slider .item:nth-child(2n).active .next-post .slide-cat {
    animation: fadeInUp .5s;
}
#main-slider .item:nth-child(2n).active .next-post .slide-title {
    animation: fadeInDown .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post {
    opacity: 1;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-cat {
    animation: fadeInRight .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-title {
    animation: fadeInLeft .5s;
}
#main-slider > .container {
    position: relative;
}

/*default slider*/
.newedge-slider{
    clear: both;
    overflow: hidden;
    padding: 2%
}
/* main menu css */
.main-menu-area {
    background: #fff none repeat scroll 0 0;
}
.main-menu {display: block;}
.main-menu ul li {
    float: left;
		padding: 10px 18px;
		position: relative;
}
.main-menu ul li.mega-menu {
    position: static;
}
.main-menu ul li a {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    padding: 7px 0;
    font-weight: 1000;
    transition: all 0.3s ease 0s;
}
.main-menu ul li:hover a{
    color: #ED1C24;
    border-bottom: 2px solid #ED1C24;
}
/* megamenu css */
.mega-menu-area {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #0aaaa0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    left: 0;
    opacity: 0;
    padding-bottom: 10px;
    position: absolute;
    text-align: left;
    top: 130%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.main-menu li:hover .mega-menu-area {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.mega-menu .mega-menu-area .single-mega-item {
    float: left;
    padding: 0 15px;
    width: 25%;
}
.main-menu li .mega-menu-area .single-mega-item li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    width: 100%;
}
.single-mega-item li{
    display: block;
}
.single-mega-item li a {
    display: block;
    padding: 13px 0;
}
.main-menu li:hover .single-mega-item li a{
    border-bottom: medium none;
    color: #444;
}
.main-menu li:hover .single-mega-item li:hover{
    border-bottom: 1px solid #ED1C24;
}
.main-menu li:hover .single-mega-item li a:hover {
    color: #ED1C24;
}


/*box logo topo*/
.box-logo{
    display: block;
    padding: 1% 0;
}

/*page-title*/
#page-title .page-title-wrapper{
    background-image: url(../../img/sub-header/subheader-3.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0;
}

/*page-title*/
#page-title .page-title-wrapper-covid{
    background-image: url(../../img/sub-header/covid19.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0;
}
#page-title .page-title-wrapper2{
    background-image: url(../../img/sub-header/subheader-2.jpg);
}
#page-title .title{
    font-size: 30px;
}
#page-title .cat-icon {
    width: 43px;
    line-height: 47px;
    font-size: 30px;
    margin-right: 10px;
}

.breadcrumb{
    background-color: transparent;
    margin: 0;
    line-height: 47px;
    padding: 0 15px;
}
.breadcrumb li>a{
    color: #fff;
} 
.breadcrumb li.active{
    color: rgba(255,255,255,.5);
}
.breadcrumb>li+li:before{
    padding: 0 2px;
}

/* drop-menu menu css */
.drop-menu {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #ED1C24;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 150%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 10;
}
.main-menu li .drop-menu li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    float: none;
    padding: 0;
}

.main-menu li:hover .drop-menu li a{
    border-bottom: medium none;
    color: #444;
}
.main-menu li:hover .drop-menu li:hover{
    border-bottom: 1px solid #ED1C24;
}
.main-menu li:hover .drop-menu li a:hover{
    color: #ED1C24;
}
.main-menu li .drop-menu li a {
    display: block;
    padding-left: 15px;
}
.drop-menu li a:hover{
    border-bottom: 1px solid #ED1C24;
    color: #ED1C24;
}
.main-menu li:hover .drop-menu li:last-child a:hover{
    border-bottom: 0px solid #ED1C24;
}
.main-menu li:hover .drop-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li ul.single-mega-item li.shortcode-title {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

.stick {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
}
.stick .main-menu ul li {
    padding: 18px 23px;
}
.stick .main-menu ul li .drop-menu li{
    padding: 0;
}
.stick .ptb-32 {
    padding: 10px 0;
}
.stick .logo.ptb-32 img {
    width: 130px;
}
.stick .donate-button {
    margin-top: 9px;
}
/* mobile menu css */
.mobile-menu-area{
    display: none;
}
.mobile-menu-area {
    background: #424141 none repeat scroll 0 0;
}
.meanmenu-reveal {
    float: right;
}
.mean-bar {
    position: relative;
}
.mean-bar::after {
    color: #fff;
    content: "menu";
    display: block;
    font-size: 16pt;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
}
.main-menu ul li.active a{
    color: red;
}
/*----------------------------------------*/
/*  3. Slider CSS
/*----------------------------------------*/
.container_main{
    display: block;
    width: 100%;
    padding: 0 1%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #EEEEEE 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #EEEEEE 100%);
    overflow: hidden;
}
.slider-area {
    position: relative;
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}
.carousel-inner .item img {
    width:100%;
    height:100%;
}
.carousel-indicators {
    bottom:5px;
    left:10px;
    width:auto;
    padding:5px 25px 5px 25px;
    margin-left:0;
    background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
    border-radius:0;
    width:8px;
    height:8px;
    background:#fff;
}
.carousel-indicators .active {
    width:10px;
    height:10px;
    background:#39b3d7;
    border-color:#39b3d7;
}

.carousel-control {
    background:    transparent;
    color:#fff;
    padding: 4px 0;
    width:26px;
    top:auto;
    left:auto;
    bottom:12px;
    opacity:0.85;
}
.carousel-control :hover {
    padding:4px;
    background:rgba(0,0,0,0.35);
}
.carousel-control.right {
    right:10px;
}

.carousel-control.left {
    right: 46px;
}
.carousel-caption {
    top:auto;
    width:auto;
    right:auto;
    bottom:60px;
    left:10px;
    padding:20px;
    background:rgba(0,0,0,0.70);
    text-align:left;
    height:auto;
    max-width:50%;

}
/*----------------------------------------*/
/*  4. Our couses area CSS
/*----------------------------------------*/
/* section title */
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    color: #1b1b1b;
    font-family: raleway;
    font-size: 36px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.section-title h5 {
    padding-top: 10px;
    color: #428bca;
    font-family: raleway;
    font-size: 16px;
    font-weight: bold;
    line-height: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #ED1C24;
}
.section-title.text-center > p {
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}
.panel-gestor{
    display: block;
    clear: both;
    margin: 3% 0;
}
/* single couses */
.single-couses {
    display: block;
    margin: 2%;
    overflow: hidden;
}
.couses-image img{
    width: 342px;
    height: 304px;
}
.single-couses-image-text {
    transition: all 0.3s ease 0s;
}
.single-couses:hover .single-couses-image-text {
    box-shadow: 0 0 10px 0 #999;
}
.couses-text {
    background: #f1f1f1 none repeat scroll 0 0;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 40px 25px;
}
.couses-text h3 {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
}
.couses-text.text-center > p {
    color: #333;
    font-family: roboto;
    font-size: 13px;
    margin-bottom: 0;
}
.couses-button {
    float: left;
    width: 40%;
}
.couses-price {
    float: right;
    width: 60%;
}
.couses-price h5 {
    color: #555;
    float: right;
    font-family: roboto;
    font-size: 16px;
    font-weight: bold;
}
/*----------------------------------------*/
/*  5. Help us area CSS
/*----------------------------------------*/
.help-us-area {
    background: rgba(0, 0, 0, 0) url("../../img/help-us-bg.jpg") repeat fixed 0 0;
    color: #fff;
}
.section-title-style-two.text-center {
    margin-bottom: 75px;
}
.section-title-style-two.text-center > h2 {
    font-size: 36px;
    font-weight: bold;
}
/* help-icon */
.help-icon {
    border: 1px solid #0aaac0;
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 50px;
}
.help-icon i {
    font-size: 25px;
    line-height: 50px;
}
/* help-text */
.help-text {
    float: right;
    width: 270px;
}
.help-text > h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.help-text > p {
    margin-bottom: 25px;
}



/*----------------------------------------*/
/*  6. Our-gallery CSS
/*----------------------------------------*/
/* gallery-menu */
.gallery-menu {
    margin-bottom: 17px;
}
.gallery-menu ul li {
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-family: raleway;
    font-weight: bold;
    padding: 10px;
    transition: all 0.3s ease 0s;
}
.gallery-menu ul li:hover,
.gallery-menu ul li.active{
    color: #0AAAA0;
}
/* gallery-images */
.mix{
    display: none;
}
.gallery-image-and-text {
    position: relative;
}
.image-link {
    background: rgba(10, 170, 160, 0.68) none repeat scroll 0 0;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease 0s;
}
.image-link i {
    color: #ffffff;
    font-size: 32px;
    margin-top: 46%;
}
.image-link p {
    color: #ffffff;
    font-family: raleway;
    font-size: 15px;
    font-weight: bold;
    line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
}
.gallery-image-and-text:hover .image-link{
    opacity: 1;
}
/*----------------------------------------*/
/*  7. Countdown area CSS
/*----------------------------------------*/
.countdown-area {
    background: rgba(0, 0, 0, 0) url("img/count-down-bg.jpg") repeat scroll 0 0;
}
.countdown-side-area {
    margin-top: 35px;
}
.countdown-icon {
    color: #ffffff;
    float: left;
    width: 50px;
}
.countdown-icon i {
    font-size: 24px;
    margin-top: 12px;
}
.countdown-text {
    float: right;
    width: 300px;
}
.countdown-text > h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
}
.countdown-text > p {
    color: #ffffff;
    font-size: 18px;
}
.count-down .table-cell {
    float: left;
    margin: 0 42px;
    text-align: center;
}


.tableThead {
    background: #00a99d;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500
}

.count-down .tab-val {
    background: #0aaac0 none repeat scroll 0 0 padding-box content-box;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: roboto;
    font-size: 24px;
    font-weight: bold;
    height: 96px;
    line-height: 85px;
    padding: 3px;
    width: 96px;
}
.count-down .tab-metr {
    color: #ffffff;
    font-family: roboto;
    font-size: 15px;
    margin-top: 8px;
    text-transform: uppercase;
}
/*----------------------------------------*/
/*  8. Our volunteers area CSS
/*----------------------------------------*/
.volunteer-image-and-social {
    position: relative;
    width: 100%;
}

.volunteer-image-and-social > .img-social{
    width: 260px;
    height: 180px;
}

.volunteer-social {
    background: rgba(10, 170, 192, 0.65) none repeat scroll 0 0;
    height: 0%;
    left: 0;
    line-height: 190px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
    opacity: 0;
}
.volunteer-social > a i {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.volunteer-social > a i:hover{
    color: #333;
    border: 1px solid #333;
}
.single-volunteer{
    margin-top: 5%;
}
.single-volunteer:hover .volunteer-social{
    opacity: 1;
    height: 100%;
}
.customNavigation {
    position: relative;
    z-index: 10;
}
.newedge-slider.default .customNavigation a{
    background-color: rgba(0, 0, 0, 0.7);
}
.customNavigation a {
    position: absolute;
    bottom: 60px;
    right: 45px;
    font-size: 36px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 40px;
    line-height: 40px;
}
.customNavigation a:hover {
    color: #fff;
    cursor: pointer;
}
.customNavigation a.SlideNext {
    margin-right: 10px;
}
.customNavigation a.right {
    right: 0;
}
.volunteer-title.text-center {
    margin-top: 10px;
}
.volunteer-title.text-center > h5 {
    color: #444444;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 14px;
}
.volunteer-title.text-center > p {
    color: #444444;
    font-size: 14px;
    margin: 0;
}
/*----------------------------------------*/
/*  9. People says area CSS
/*----------------------------------------*/
.people-says-area {
    background: rgba(0, 0, 0, 0) url("img/peopule-say-bg.jpg") repeat scroll 0 0 / cover ;
}
.single-people {
    margin: auto;
    width: 55%;
}
.people-asy-title > h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}
.people-say-image {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 25px;
    margin-top: 70px;
    padding-bottom: 15px;
}
.people-say-image > img {
    border: 2px solid #0aaaa0;
    border-radius: 100%;
    height: 115px;
    width: 115px;
}
.peoplp-say-text.text-center > p {
    color: #ffffff;
    font-size: 14px;
}
.peoplp-say-text.text-center > h5 {
    color: #ffffff;
    font-family: roboto;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 23px;
}
.peoplp-say-text h6 {
    color: #ffffff;
    font-family: roboto;
    font-size: 14px;
}
.people-say-slide .owl-controls .owl-buttons {
    margin-top: inherit;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}
.people-say-slide .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    left: -40px;
    position: absolute;
}
.people-say-slide .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    position: absolute;
    right: -40px;
}
.icon-left-open {
    font-size: 30px;
}
.icon-right-open {
    font-size: 30px;
}
/* home youtube background */
.height-100vh {
    height: 100vh;
}
.buttonBar {
    display: none;
}
.youtube-bg-overlay {
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
}
.youtube-text {
    width: 50%;
    margin: auto;
    padding-top: 15%;
}
.youtube-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
}
.center-menu .main-menu {
    margin: 0 auto;
    width: 57%;
}
.center-menu .main-menu ul li {
    display: inline;
    padding: 0 23px 35px;
}
.center-menu .main-menu ul li .drop-menu li {
    display: inline;
    padding: 0;
}
.center-menu .donate-button {
    display: none;
}
/*----------------------------------------*/
/*  10. Blog area CSS
/*----------------------------------------*/
.single-blog {
    border: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.single-blog:hover {
    box-shadow: 0 8px 16px 1px #ccc;
}
.blo-image-and-date {
    position: relative;
}
.blo-image-and-date > a {
    background: #0aaac0 none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 75px;
}
.blog-info {
    padding: 11px 15px 31px;
}
.admin {
    width: 50%;
    float: left;
}
.comment {
    float: right;
    text-align: right;
    width: 50%;
}
.admin > a {
    color: #888;
    font-size: 14px;
}
.admin a i,
.comment a i {
    margin-right: 4px;
}
.comment a:hover i,
.admin > a:hover i{
    color: #0AAAC0;
}
.comment > a {
    border-right: 1px solid;
    color: #888;
    padding: 0 7.5px;
}
.comment > a:last-child{
    border-right: 0px solid;
    padding-right: 0px;
}
.blog-text {
    padding: 15px;
}
.blog-text h3 a {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
}
.blog-text h3 a:hover{
    color: #0AAAA0;
}
.blog-text > p {
    color: #333;
    font-size: 14px;
}
.blog-text > a {
    border-bottom: 1px solid #333;
    color: #333;
    float: right;
    font-family: lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
.blog-text > a:hover{
    color: #0AAAC0;
    border-bottom: 1px solid #0AAAC0;
}
/*----------------------------------------*/
/*  11. Brand logo CSS
/*----------------------------------------*/
.b-logo {
    border: 1px solid #f2f2f2;
    padding: 30px 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.b-logo:hover {
    box-shadow: 0 0 5px 3px #eaeaea;
}
/*----------------------------------------*/
/*  12. footer top CSS
/*----------------------------------------*/
.footer-top {
    background: #5fd328 none repeat scroll 0 0;
}
/* widget title */
.footer-widget-title > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
}
.footer-widget-title > h3::after {
    background: #0aaac0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 140%;
    width: 30px;
}
/* widget one */
.widget-about-content > p {
    color: #fff;
}
.widget-contact-content > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.widget-contact-content > a {
    color: #fff;
    display: block;
    line-height: 25pt;
}
.widget-contact-content > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
/* widget two */
.footer-widget.widget-two li::after {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    padding-left: 15px;
}
.footer-widget.widget-two a {
    color: #fff;
}
.footer-widget.widget-two li {
    margin-bottom: 12px;
    margin-left: 15px;
}
.footer-widget.widget-two li:hover::after{
    color: #0E9CB1;
}
.footer-widget.widget-two a:hover{
    color: #0E9CB1;
}
/* widget four */
.newslater {
    margin-top: 39px;
}
.newslater input {
    border: medium none;
    border-radius: 2px 0 0 2px;
    padding: 5px 10px;
}
.newslater button {
    background: #0aaaa0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 2px 2px 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: -5px;
    padding: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.newslater button:hover{
    opacity: 0.8;
}
/* footer bottom */
.footer-bottom {
    background: #191919 none repeat scroll 0 0;
    padding: 16px 0;
}
.footer-social {
    float: right;
}
.copyright > p {
    color: #eee;
    font-size: 14px;
    margin-bottom: 0;
}
.copyright > p a{
    color: #fff;
    font-weight: bold;
}
.footer-social ul li {
    display: inline;
    padding: 0 7.5px;
}
.footer-social ul li a {
    color: #eee;
    font-size: 12px;
}
/* home animated css */
.slider-animate-area {
    background: #0d0d0d none repeat scroll 0 0;
    color: #ffffff;
}
.slider-animate-area .slider-button-area {
    margin-top: 50px;
}
#scrollUp {
    background-color: #0AAAA0;
    bottom: 5px;
    cursor: pointer;
    display: none;
    height: 34px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}
#scrollUp:hover{
    opacity: 0.7;
}
#scrollUp i {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}
/*----------------------------------------*/
/*  13. About us CSS
/*----------------------------------------*/
.page-title-area {
    background: rgba(0, 0, 0, 0) url("img/about/page-banner.jpg") repeat scroll 0 0 / cover ;
    padding: 150px 0 90px;
    position: relative;
}
.back-home {
    bottom: -80px;
    float: right;
    position: absolute;
    right: 0;
}
.back-home > a {
    color: #fff;
    font-size: 13px;
}
.back-home a i {
    color: #0aaac0;
    margin-right: 5px;
}
.page-title h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcrumb a {
    color: #fff;
}
.breadcumb-area .breadcrumb {
    background-color: transparent;
}
.breadcrumb a:hover,
.breadcrumb li.active{
    color: #0AAAA0;
}
/* about text */
.about-button.btn-lg-f {
    margin-top: 30px;
}
/* what we do */
.single-we-do {
    position: relative;
}
.we-do-text {
    background: rgba(10, 170, 160, 0.63) none repeat scroll 0 0;
    height: 90%;
    left: 5%;
    position: absolute;
    top: 5%;
    width: 90%;
}
.we-do-text > h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 260px;
    text-align: center;
}
/* fiinish project */
.finish-project {
    background: rgba(0, 0, 0, 0) url("img/about/finish-project.jpg") repeat scroll 0 0;
}
.single-project h2 {
    color: #fff;
    display: inline-block;
    font-family: roboto;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
    position: relative;
}
.single-project h2::after {
    background: #0aaac0 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.single-project h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
}
/* video and skill area */
.about-video .image-link,
.about-video .popup-youtube{
    left: 45%;
    position: absolute;
    top: 40%;
    opacity: inherit;
    width: inherit;
}
.about-video .popup-youtube {
    left: 45%;
    position: absolute;
    top: 40%;
    opacity: inherit;
    width: inherit;
}
.about-video .image-link i,
.about-video .popup-youtube i {
    font-size: 50px;
    color: #555555;
}
.mfp-iframe-holder .mfp-close {
    right: -30px;
    top: -15px;
}
/*------------------------------
28.2 about-skill-area
--------------------------------*/
.knob {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #2bcdc1;
    font: bold 20px Arial;
    height: 33px;
    margin-left: -48px !important;
    margin-top: 33px;
    padding: 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.progress-h4 {
    margin: 0 auto;
    position: absolute;
    top: 120px;
    width: 90%;
}
.about-member-area{padding:90px 0;background:#F7F5F6}
.newsletter-area {
    background: rgba(0, 0, 0, 0) url("img/about/bg-3.jpg") no-repeat scroll center center / cover ;
    overflow: hidden;
    padding: 145px 0;
    text-align: center;
}
.newsletter-area h4{color: #fff!important;
    font-family: raleway !important;
    font-size: 36px;
    line-height: 36px;}
.newsletter-area .email-newslatter {
    margin: 0 auto;
    width: 30%;
}
.newsletter-area .email-newslatter input [type=text]{
    color: #fff!important;
}
.newsletter-area .email-newslatter p{
    color: #fff;
}
.progress-circular input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000 !important;
    font: bold 35px Arial;
    left: 66% !important;
    position: absolute !important;
    top: 0 !important;
    width: 160px;
}
/*----------------------------------------*/
/*  14. Blog CSS
/*----------------------------------------*/
.blog-pagination {
    float: right;
}
.blog-pagination li {
    float: left;
}
.blog-pagination li a {
    border: 1px solid #efefef;
    float: left;
    margin: 5px;
    padding: 6px 12px;
}
.blog-pagination li a:hover{
    background: #0AAAA0;
    border: 1px solid #0AAAA0;
    color: #fff;
}
.blog-pagination li:last-child a{
    border: 0px solid #ccc;
    padding-right: 0;
    margin-right: 0;
}
.blog-pagination li:last-child a:hover{
    background: transparent;
    color: #0AAAA0;
}
/*----------------------------------------*/
/*  15. Contact CSS
/*----------------------------------------*/
.single-box {
    border: 1px solid #f1f1f1;
    min-height: 250px;
    padding: 50px 0 20px;
    transition: all 0.3s ease 0s;
}
.single-box:hover{
    border: 1px solid #0AAAA0;
}
.single-box:hover i{
    color: #0AAAA0;
}
.single-box i {
    font-size: 40px;
    margin-bottom: 36px;
    transition: all 0.3s ease 0s;
}
.single-box h3 {
    font-family: lato;
    font-size: 18px;
    font-weight: bold;
}
.single-box p {
    color: #333333;
    font-family: latomedium;
    font-size: 14px;
    margin-bottom: 0;
}
/* form css */
.contact-form-area {
    background: #f1f1f1 none repeat scroll 0 0;
}
.form-fields {
    float: left;
    margin-right: 2.8%;
    width: 31.45%;
}
.last{
    margin-right: 0%;
}
.form-fields label {
    display: block;
    font-family: Raleway;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.form-fields > input {
    border: medium none;
    height: 50px;
    padding: 0 15px;
    width: 100%;
}
.message-fields {
    clear: both;
    padding-top: 20px;
}
.message-fields > label {
    display: block;
    font-family: Raleway;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.message-fields textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    padding: 20px;
    width: 100%;
}
.form-button {
    margin-top: 20px;
}
.form-button button {
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.form-button button:hover{
    background: #0AAAA0;
    border: 1px solid #0AAAA0;
    color: #fff;
}
#googleMap{
    width: 100%;
    height:500px;
}
/*----------------------------------------*/
/*  16. Couses page CSS
/*----------------------------------------*/
.couses-page-content .couses-button {
    float: none;
    margin: 30px 0;
    width: 100%;
}
.couses-page-content .couses-text {
    background: transparent none repeat scroll 0 0;
}
.couses-page-content .btn-md {
    border: 1px solid transparent;
}
.couses-page-content .couses-price h5 {
    float: none;
}
.couses-page-content .couses-price {
    float: none;
    width: 100%;
}
.couses-page-content .single-couses-image-text {
    border: 1px solid #efefef;
    transition: all 0.3s ease 0s;
}
.couses-page-content .couses-text {
    padding: 40px 25px 0;
}
.couses-page-content .blog-pagination {
    float: none;
}
/* causes sidebar */
.search-box .navbar-form {
    margin-top: 0;
    padding: 0;
}
.search-box .input-group.add-on {
    width: 100%;
}
.search-box .form-control {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    height: 40px;
}
.search-box button {
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
    color: #666;
    height: 40px;
}
/* twitter widget */
.twitter-widget-area {
    margin-top: 34px;
}
.twitter-widget {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 11px;
    margin-top: 26px;
}
.sidebar-widget-title > h3 {
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 0;
}
.twitter-widget i {
    float: left;
    font-size: 40px;
    margin-right: 15px;
    color: #0AAAA0;
}
.twitter-widget > h5 {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 28px;
    position: relative;
    top: 10px;
}
/* popular tags */
.popular-tags-widget {
    overflow: hidden;
    padding-top: 35px;
}
.popular-tags {
    margin-top: 30px;
}
.popular-tags ul {
    margin-left: -5px;
}
.popular-tags li {
    float: left;
    margin: 5px;
}
.popular-tags nav ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #595959;
    display: inline-block;
    padding: 10px 24px;
}
.popular-tags nav ul li a:hover{
    background: #0AAAA0;
    color: #fff;
}
/* flicker widget */
.flicker-widget-area {
    padding-top: 50px;
}
.flicker-widget {
    margin-top: 30px;
}
.flicker-widget li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 30.5%;
}
.flicker-widget li:nth-child(3),
.flicker-widget li:nth-child(6){
    margin-right: 0px;
}
.flicker-widget ul li .image-link {
    position: static;
    opacity: inherit;
}
/*----------------------------------------*/
/*  17. Up comming events CSS
/*----------------------------------------*/
.event-image {
    position: relative;
}
.event-image > img {
    width: 100%;
}
.event-image > h3 {
    background: #0aaaa0 none repeat scroll 0 0;
    color: #fff;
    font-family: roboto;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 50px;
}
.event-text h3 a:hover{
    color: #0aaaa0;
}
.event-text > h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.event-text > h3 a{
    color: #1B1B1B;
}
.event-time-and-place {
    margin-bottom: 20px;
}
.ev-time {
    color: #333;
    font-size: 14px;
    margin-right: 30px;
}
.event-time-and-place span i {
    color: #0aaaa0;
    margin-right: 11px;
}
.event-text > p {
    margin-bottom: 40px;
}
/* eent sidebar */
.event-sidt-title > h3 {
    color: #C15D4D;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    }
.event-sidt-title > h3:after{
    content: "";
    background: #C15D4D;
    position: absolute;
    width: 70px;
    height: 3px;
    left: 0;
    top: 100%;
}
/* popular post */
.ev-post-text > p {
    color: #8a8a8a;
    margin-bottom: 0;
}
/* event categoris */
.event-categoris a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 0;
}
.event-tags .popular-tags > nav {
    margin-top: 28px;
}
/*----------------------------------------*/
/*  18. Error page area CSS
/*----------------------------------------*/
.error-page-area {
    background: rgba(0, 0, 0, 0) url("img/404-bg.jpg") repeat scroll 0 0;
}
.error-content h1 {
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    line-height: 150px;
}
.error-content h1 span {
    color: #0aaac0;
}
.error-content h3 {
    color: #fff;
    font-family: lato;
    font-size: 50px;
    font-weight: bold;
}
.error-content h3 span {
    font-size: 24px;
}
.error-content p {
    color: #fff;
    font-family: lato;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
}
.error-content a {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
}
.donet-error-page h3 {
    color: #333;
    font-family: lato;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.donet-error-page a {
    border: 1px solid #333;
    color: #333;
    padding: 15px 25px;
    text-decoration: none;
}
/*----------------------------------------*/
/*  19. Blog details CSS
/*----------------------------------------*/
.blog-details{
    padding: 15px;
}
.blog-details-title > h3 {
    margin-bottom: 0;
}
.blog-details .blog-info {
    padding: 11px 15px 15px 0;
}
.blog-details .comment {
    float: none;
    text-align: inherit;
    width: inherit;
}
.blog-details .admin {
    float: left;
    margin-right: 5px;
    width: inherit;
}
.blog-details .blo-image-and-date > img {
    width: 100%;
}
.blog-details .blog-text {
    padding: 0;
    margin-top: 15px;
}
/* blog details comment css */
.single0blog-coment ul li {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.single0blog-coment ul li .coment-image {
    float: left;
}
.single0blog-coment ul li .coment-image a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.single0blog-coment ul li .comment-heading {
    margin: 0 0 0 30px;
    padding: 0 0 5px 60px;
}
.single0blog-coment ul li .comment-heading h5 {
    color: #666;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.single0blog-coment ul li .comment-heading h5 a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.single0blog-coment ul li .comment-heading h5 a:hover {
    color: #0AAAA0;
}
.single0blog-coment ul li .comment-heading p {
    display: inline-block;
    margin: 0;
}
.single0blog-coment ul li .comment-heading a.reply {
    color: #666;
    float: right;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.single0blog-coment ul li .comment-heading a.reply:hover {
    color: #0AAAA0;
}
.single0blog-coment ul li .coment0-text {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: 40px;
    padding-left: 50px;
    padding-top: 12px;
}
.single0blog-coment ul ul {
    float: right;
    width: 90%;
}
.single0blog-coment ul li {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
/* comment reply css */
.leave-reply {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
.leave-reply h2 {
    background-color: #363636;
    color: #fff;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
}
.leave-reply ul {
    float: left;
    list-style: outside none none;
    margin: 30px 0 0;
    width: 100%;
}
.leave-reply ul li {
    margin: 0 0 20px;
    position: relative;
}
.leave-reply input[type="text"], .leave-reply textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 0;
    min-height: 50px;
    padding: 4px 60px 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
}
.leave-reply ul li i {
    font-size: 20px;
    height: 100%;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.leave-reply input[type="text"], .leave-reply textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 0;
    min-height: 50px;
    padding: 4px 60px 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
}
.leave-reply textarea {
    height: 200px;
    resize: none;
}
.leave-reply .btn-style {
    float: right;
}
.leave-reply .btn-style:hover {
    background: #0AAAA0 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  20. Blog details sidebar right CSS
/*----------------------------------------*/
.post-thum img {
    width: 100%;
}
/* Color Switcher */
.sidebarmain.ec-colorswitcher  { left: 0px; }
.ec-colorswitcher {
    padding: 0px;
    width: 260px;
    background: #fcfcfc;
    z-index: 99999999999;
    position: fixed;
    left: -260px;
    top: 0%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ec-handle {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #333;
    font-size: 20px;
    height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 35%;
    width: 40px;
}
.ec-handle i {
    line-height: 38px;
}
.ec-colorswitcher h3 {
    background-color: #0aaaa0;
    border-top: 1px solid #0aaaa0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.style-swicher-logo.text-center {
    padding-bottom: 10px;
    padding-top: 20px;
}
.ec-colorswitcher h6 {
    color: #555;
    font-size: 15px;
    font-weight: 600;
}
.ec-switcherarea {
    padding: 15px 20px 20px 15px;
    float: left;
    width: 100%;
}
.ec-switcherarea ul.ec-switcher { margin-left: -2px; }
.ec-switcherarea .ec-switcher li {
    float: left;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    width: 33%;
}
.ec-switcherarea .ec-switcher li a {
    float: left;
    width: 100%;
    height: 30px;
}
.layout-btn {
    margin-left: -7px;
}
.layout-btn a {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 7px;
    margin-bottom: 15px;
}
.layout-btn a span {
    background-color: #0AAAA0;
    color: #fff;
    float: left;
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.layout-btn a span:hover { opacity: 0.7; }
.ec-pattren,.ec-background {
    float: left;
    width: 100%;
    padding: 14px 0px 0px 0px;
}
.ec-pattren a,.ec-background a {
    float: left;
    width: 20%;
    padding: 0px 0px 5px 5px;
    height: 45px;
}
.ec-pattren a img,.ec-background a img {
    box-shadow: 0px 0px 0px 1px #ddd;
    width: 100%;
}
.ec-background a img { height: 100%; }
.pattren-wrap,.background-wrap { margin-left: -5px; }
.main-area {
    position: relative;
    transition: all 0.6s ease 0s;
}
.main-area.wrapper-boxed {
    background-color: #ffffff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.cs-color-1 {
    background: #0AAAA0;
}
.cs-color-2 {
    background: #41c3ac;
}
.cs-color-3 {
    background: #AF4D32;
}
.cs-color-4 {
    background: #1abc9c;
}
.cs-color-5 {
    background: #3498db;
}
.cs-color-6 {
    background: #9b59b6;
}
.cs-color-7 {
    background: #34495e;
}
.cs-color-8 {
    background: #e67e22;
}
.cs-color-9 {
    background: #c0392b;
}
.cs-color-10 {
    background: #336E7B;
}
.cs-color-11 {
    background: #f05a66;
}
.cs-color-12 {
    background: #00ABEA;
}

/* shortcode css */
/* page title left */
.page-title-left .breadcumb-area .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
}
/* page title right */
.page-title-right .page-title {
    text-align: right;
    width: 100%;
}
.page-title-right .breadcumb-area {
    text-align: right;
}
.page-title-right .breadcumb-area .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 0;
}
/* page breadcumb right */
.page-breadcumb-right .page-title {
    float: left;
}
.page-breadcumb-right .breadcumb-area .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 0;
}
.page-damy-content p {
    color: rgb(102, 102, 102);
}
/* hiro unit css */
.hiro-unit-area {
    background: rgba(0, 0, 0, 0) url("img/peopule-say-bg.jpg") repeat fixed 0 0;
    color: rgb(255, 255, 255);
}
.hiro-unit-area h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
}
.hiro-unit-area p {
    font-size: 15px;
    margin-bottom: 40px;
}
/* video gallery css */
.single-video-gallery iframe {
    height: 100%;
    width: 100%;
}
/* pagination css */
.shortcode-area .section-title h2 {
    border-bottom: 1px solid #d1d1d1;
    color: #444444;
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

.simple-article-overlay article .overlay{
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
}
.simple-article-overlay.gradient-color10 .overlay:before{
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#0072bc 70%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#0072bc 70%);
}

.contact-form{
    margin-top: 30px;
}
.contact-form .form-group:nth-child(1),
.contact-form .form-group:nth-child(2),
.contact-form .form-group:nth-child(3),
.contact-form .form-group:nth-child(4) {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.contact-form .form-group:nth-child(2),
.contact-form .form-group:nth-child(4) {
    padding-right: 0;
}
.contact-form textarea {
    min-height: 160px;
    border-color: #eaeaea;
}
.contact-form button[type="submit"] {
    line-height: 40px;
    float: right;
    margin-top: 40px;
}

.leave-message .input-textarea{
    width: 100% !important;
    padding: 0 !important;
}
.leave-message button[type="submit"]{
    margin-top: 20px !important;
}

/*category icon*/
.cat-icon{
    width: 26px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.event-sidt-title .cat-icon {
    width: 33px;
    line-height: 37px;
    font-size: 32px;
    margin-right: 10px;
}

/*cat-icon color set*/
.cat-icon.cat-icon-color01{
    background-color: #00a99d;
}
.cat-icon.cat-icon-color02{
    background-color: #00a651;
}
.cat-icon.cat-icon-color03{
    background-color: #C15D4D;
}
.cat-icon.cat-icon-color04{
    background-color: #662d91;
}
.cat-icon.cat-icon-color05{
    background-color: #8dc63f;
}
/*technology-color*/
.cat-icon.cat-icon-color06{
    background-color: #00c8ff;
}
/*social-color*/
.cat-icon.cat-icon-color07{
    background-color: #2e3192;
}
/*Entertainment-color*/
.cat-icon.cat-icon-color08{
    background-color: #ed145b;
}
/*Fashion-color*/
.cat-icon.cat-icon-color09{
    background-color: #0072bc;
}

/** LEGISLACAO ***/
.countrylist, .country, .loader {
    display: block;
    padding: 5px;
    border: 1px solid #069;
    background: #C1EBFF;
    text-align: center;
    margin: 0 auto;
    display: none;
    margin: 20px 0
}

.proc_seletivo{
    display: block;
    margin: 15px 0;
}

.select-legislacao, .ordenar{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.legislacao{
    margin-top: 2%;
}
/***resultado da busca***/
#retorno{display: none; margin: 20px 5px;}
.retorno{display: block; margin: 15px 0; overflow: hidden}

.list-laws {
    clear: both;
    overflow: hidden
}

.list-laws li {
    display: block;
    width: 100%
}

.list-laws li a {
    padding: 16px;
    margin: 0 0 15px;
    display: block;
    border-radius: 10px;
    line-height: 130%;
    border: 1px solid #d9d9d9;
    color: #8f9396;
    background: #ffffff;
    text-align: left;
    background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}

.list-laws li strong {
    display: block;
    font-size: 1.5em;
}

/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);

}
.brdr {
    border: 1px solid #ededed;
    height: 80px;
    padding: 2%
}

.event-sidt-title .see-all a{
    font-size: 12px;
    color: #d4d4d4;
    line-height: 28px;
}

/*** TRANSPARENCIA ***/

/*** pagina transparencia ***/
.paginatransparencia{
    min-height: 600px;
    padding-bottom: 40px;
}
.bottom-global{ min-height: 250px; margin-bottom: 20px; min-width: 180px }

.bottom-global{
    text-align: center;
    display: block;
    background-color: #f00;
    padding: 20px 10px;
    min-height: 280px;
    color: #FFF;

}
.bottom-global:hover{
    color: #FFF;
}
.bottom-global:focus{
    color: #000;
}
.bottom-global em{
    display: block;
    height: 80px;
}
.bottom-global em i{
    font-size: 50px;
    line-height: 80px;
    -webkit-transition: font-size .2s;
    -moz-transition: font-size .2s;
    -ms-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
}
.bottom-global:hover em i{
    font-size: 70px;
}

.bottom-global strong{
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
}
/*.bottom-global-geral strong{
        font-size: 40px;
}
*/
.bottom-global-geral{
    background-color: #17A2BE;
    border: 1px solid #4A89DC;
}
.bottom-global-especie{
    background-color: #117389;
    border: 1px solid #37BC9B;
}
.bottom-global-tema{
    background-color: #656D78;
    border: 1px solid #434A54;
}
.bottom-global-situacao{
    background-color: #C04C2A;
    border: 1px solid #E9573F;
}
.bottom-global-autor{
    background-color: #EE8E21;
    border: 1px solid #C56228;
}


.bottom-global span{
    display: block;
    font-size: 14px;
    padding-top: 5px;
}
.ajustar_fonte{
    font-size: 20px !important;
    line-height: 20px !important
}

.maxlengthFeedback{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #c00;
}
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative;
    font-size: 1.2em
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.bmenu {
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}

.bmenu li {
    font-size: 1.2em;
    display: inline-block;
    width: 100%
}

.bmenu li a {
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #eeb213;
    color: #FFAB00 !important;
    padding: 5px 20px;
    margin: 6px 2px;
    background: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bmenu:hover li a {
    text-shadow: 0px 0px 10px #eeb213;
    color: transparent;
    background: rgba(0, 0, 0, 0.2);
}

.bmenu li a:hover {
    background: rgba(0, 0, 0, 1.0);
    text-shadow: 0px 0px 1px #eeb213;
}

.icons-wrapper{
    display: block;
    width: 100%;
    margin: 12% 0;
    background: #FFF;
}
.btn-home{
    margin: 0;
    width: 100%;
    display: block;
    padding: 2%
}

.btn-home .btn-home-clear{
    height: 1px;
    visibility: hidden;
    width: 100%;
    clear: both;
}
.btn-home > a{
    display: block;
    width: 30%;
    height: 138px;
    float: left;
    margin: 5px 5px 18px 5px;
    background-color: #EEE;
    text-align: center;
    line-height: 16px;
    padding: 2%
}
.btn-home > a:hover{
    background-color: #DDD;
}

.btn-home > a i{
    display: block;
    margin: 10px auto;
    width: 62px;
    height: 62px;
    background: url(../../img/icones_site.png) no-repeat;
}
.btn-home > a span{
    font-size: 14px;
    font-weight: bold;
    color: #078343;
    line-height: 13px;
    padding: 0 5px 5px;
    display: block;
}
.btn-home > a span em{
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

.btn-home > a.btn-home-transparencia-tempo-real i{ background-position: 0 0; }
.btn-home > a.btn-home-legislacao-online i{ background-position: -62px 0; }
.btn-home > a.btn-home-diario-oficial i{ background-position: -124px 0; }
.btn-home > a.btn-home-transparencia i{ background-position: -186px 0; }
.btn-home > a.btn-home-nota-fiscal i{ background-position: -248px 0; }
.btn-home > a.btn-home-servicos-online i{ background-position: -310px 0; }

.btn-home > a.btn-home-sistema-iss i{ background-position: 0 -62px; }
.btn-home > a.btn-home-loa i{ background-position: -62px -62px; }
.btn-home > a.btn-home-tca i{ background-position: -124px -62px; }
.btn-home > a.btn-home-denuncia i{ background-position: -186px -62px; }
.btn-home > a.btn-home-esic i{ background-position: -248px -62px; }
.btn-home > a.btn-home-ouvidoria i{ background-position: -310px -62px; }

@media (max-width: 510px){
    .btn-home > a{
        width: 100%;
        float: none;
    }
}

/* ------------
 * Portfolio
 * ------------*/
.portfolio-grid {
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio-grid .list-group-item {
    border: none;
    padding: 0;
}

.container-fluid .portfolio-grid {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-simple {
    position: relative;
    overflow: hidden;
    border: none;
}
.portfolio-simple img {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-simple .info {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-delay: initial, 0.3s;
    -o-transition-delay: initial, 0.3s;
    -webkit-transition-delay: initial, 0.3s;
    transition-delay: initial, 0.3s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: #212121;
    color: #fff;
}
.portfolio-simple .info .title {
    margin-top: 0;
    margin-bottom: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
}
.portfolio-simple .info span {
    font-size: 13px;
    color: #6e6e6e;
}
.portfolio-simple .info .btn {
    position: absolute;
    right: 15px;
    bottom: 1.7em;
}
.portfolio-simple:hover img {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.portfolio-simple:hover .info {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-simple {
    position: relative;
    overflow: hidden;
    border: none;
}
.portfolio-simple img {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-simple .info {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-delay: initial, 0.3s;
    -o-transition-delay: initial, 0.3s;
    -webkit-transition-delay: initial, 0.3s;
    transition-delay: initial, 0.3s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: #212121;
    color: #fff;
}
.portfolio-simple .info .title {
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #fff;
}
.portfolio-simple .info span {
    font-size: 13px;
    color: #6e6e6e;
}
.portfolio-simple .info .btn {
    position: absolute;
    right: 15px;
    bottom: 1.7em;
}
.portfolio-simple:hover img {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.portfolio-simple:hover .info {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.panel{
    margin: 2% 0;
}
.panel-primary>.panel-heading{
    background: #078343;
}
.panel-title {
    font-weight: bold;
}
.panel-primary {
    border-color: #d7d8d7;
}

/***bmenu transparencia***/
.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.item_transparencia {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 5px
}

.bmenu {
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}

.bmenu li {
    font-size: 1em;
    display: inline-block;
    width: 100%
}

.bmenu li a {
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #eeb213;
    color: #FFAB00 !important;
    padding: 5px 20px;
    margin: 6px 2px;
    background: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bmenu:hover li a {
    text-shadow: 0px 0px 10px #eeb213;
    color: transparent;
    background: rgba(0, 0, 0, 0.2);
}

.bmenu li a:hover {
    background: rgba(0, 0, 0, 1.0);
    text-shadow: 0px 0px 1px #eeb213;
}
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#ED1C24;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/***thumbnails distritos***/

.thumbnail {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(0, 122, 143, 0.75);
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .caption {
    top: 5%;
}

/*contact-page*/
.contact-page{
    margin: 10px 0;
}
.contact-page p{
    line-height: 24px;
    font-size: 16px;
}
.contact-page h2,
.contact-page h3{
    font-weight: 700;
}
.contact-page .title{
    border-bottom: 1px solid #e9eaed!important;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
#google-map{
    height: 300px;
}
.contact-form{
    margin-top: 30px;
}
.contact-form .form-group:nth-child(1),
.contact-form .form-group:nth-child(2),
.contact-form .form-group:nth-child(3),
.contact-form .form-group:nth-child(4) {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.contact-form .form-group:nth-child(2),
.contact-form .form-group:nth-child(4) {
    padding-right: 0;
}
.contact-form textarea {
    min-height: 160px;
    border-color: #eaeaea;
}
.contact-form button[type="submit"] {
    line-height: 40px;
    float: right;
    margin-top: 40px;
}

.paginatransparencia{
    min-height: 600px;
    padding-bottom: 40px;
}

/*** tabela licitacao***/
.tabelalicitacao .tdcinza{
    background-color: #f5f5f5;
    font-weight: bold;
}
.tabelalicitacao .tdpreto{
    background-color: #222;
    color: #fff;
    font-weight: bold;
    padding: 10px 8px;
    text-transform: uppercase;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}
.tabelalicitacao .tdupper{
    text-transform: uppercase;
}
.tabelalicitacao .table-anexos td{
    border: none !important;
}
.transp-paginacao{
    text-align: center;
}
.transp-paginacao-2{
    padding-top: 20px;
    padding-bottom: 10px;
}
.transp-paginacao ul.pagination{
    float: none !important;
}

/*.tabelalicitacao td a{
	color: #333;
}*/
.tabelalicitacao td a:hover{
    text-decoration: underline;
}
.tabelalicitacao .detalhes{display: inline-block;background-color: #00A99D}
.tabelalicitacao > .detalhes a {padding: 10px; color: #FFFFFF !important;text-decoration: none;}
/*endereco licitacao */
.foundation{
    border: 1px solid #ccc;
padding: 0 0 5px;

}
 
.foundation h3{
	border-bottom: 1px solid #ccc;padding-left:3%;margin-top: 0px;padding-top: 5px;padding-bottom: 5px;font-size:16px;
	
}
.foundation_sm {
    height: 40px; 
    padding: 0 2%
   }

.foundation_sm ul{
	margin:0px;
	padding:2px;        
}
.foundation_sm li{
	list-style:none;
}
.foundation_sm li i{
	 padding-right: 6px;
}

/*pagina covid */
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 35px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.warning{
    background-color: #FFC107;
    color: #FFF;
}
.card-counter.orange{
    background-color: #7B6623;
    color: #FFF;
}

.card-counter.primary{
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info{
    background-color: #26c6da;
    color: #FFF;
}

.card-counter.secondary{
    background-color: #6c757d;
    color: #FFF;
}
.card-counter.dark{
    background-color: #343a40;
    color: #FFF;
}

.card-counter i{
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers{
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 26px;
    display: block;
}

.card-counter .count-name{
    position: absolute;
    right: 25px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.8;
    display: block;
    font-size: 12px;
}

nav-stacked-li a{
    font-size: 16px !important;
    color: #000 !important;
}

/** banner corona index**/
.banner_covid, .banner_covid img{
    display: block;
    border: 0;
    background: #FFF;
    }
.banner_covid img{
    width: 100%;
}

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }

.box > .icon > .inforound { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; border-radius: 4px; padding: 30px 0 10px 0; height: 140px}
.box > .icon:hover > .inforound { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .inforound > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .inforound > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .inforound > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .inforound > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; margin-top: 10px; line-height: 20px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .inforound > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }


.box .space { height: 30px; }

.gradient {
    background-color: #02a419;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwYmIzMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDM4ZDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwYmIzMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDM4ZDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==),
    -webkit-gradient(radial, center center, 0, center center, 186,color-stop(0, rgb(0, 187, 50)),color-stop(1, rgb(3, 141, 0)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(center center, ellipse farthest-corner,rgb(0, 187, 50) 0%,rgb(3, 141, 0) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at center center,rgb(0, 187, 50) 0%,rgb(3, 141, 0) 100%);
    background-image: -ms-repeating-radial-gradient(center center, ellipse farthest-corner,rgb(0, 187, 50) 0%,rgb(3, 141, 0) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00bb32",endColorstr="#ff038d00",GradientType=0);
    }
}
.box-md-3 > .col-md-2{margin-right: 25px !important;}

#tabs {background-color: #8a8a8a}
#tabs > li > a{
    background-color: #0d6aad !important;
    color: #FFFFFF;
    border-top: 6px solid #007bff;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.8;
    display: block;
    font-size: 18px;
}
#tabs > li > a:hover{
    border-top: 6px solid #01ff70;
    background-color: #2C3E50;
}
#exTab1 > li > a{
    font-size: 16px;
}