/*
#187f6a
#113b49
#3ce38b
#19836f
*/


body {
    font-family: 'Cairo', sans-serif;
    background: #f6f9fc;
    font-size: 14px;
    color: #333;
    background-position: top left;
    background-attachment: fixed;
    background-color: #F0F0F0;
}

/*<!-- ====start-content-all==== -->*/

.content-all {
    background: #fff;
    padding: 15px;
}

/*<!-- ====end-content-all==== -->*/


/*<!-- ====star-news-social==== -->*/

.news-social {
    background: #fbfbfb;
    border: #f1f1f1 solid 1px;
    border-bottom: none;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}

.new-box1 {
    background: #187f6a;
    padding: 10px;
    color: #fff;
    margin: 0;
    margin-left: 10px;
    float: right;
    clear: both;
}

.new-box2 {
    padding: 10px 0 0 0;
}

.social-media {}

.social-media a {
    padding-top: 10px;
    display: block;
}

.social-media .list-inline > li {
    padding-right: 0px;
}

/*<!-- ====end-news-social==== -->*/


/*<!-- ====star-navbar==== -->*/

.navbars {
    background: #494949;
    overflow: hidden;
    border-radius: 0;
}

.navbars nav {
    float: right;
}

.navbars nav ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.navbars nav ul li {
    list-style: none;
}

.navbars nav ul li a {
    display: block;
    color: #fff;
    padding: 8px 10px;
    margin-right: 10px;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.navbars nav ul li a:hover {
    color: #fff;
    background: #187f6a;
    text-decoration: none;
}


/*<!-- ====end-navbar==== -->*/

/*<!-- ====star-content==== -->*/

.content {
    margin: 20px 0;
}

/*<!-- ====end-content==== -->*/


/*<!-- ====star-content-blcok==== -->*/
.content-blcok {
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.content-blcok .hed-block {
    position: relative;
    padding: 0 10px;
}

.content-blcok .hed-block {
    position: relative;
}

.content-blcok .hed-block::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}

.content-blcok .hed-block::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}

.content-blcok .hed-block .titel-hed {
    position: relative;
}

.content-blcok .hed-block .titel-hed::before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 20%;
    height: 5px;
    background: #187f6a;
}

.content-blcok .hed-block .titel-hed h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

.content-blcok .body-block {
    padding: 10px;
}

/*<!-- ====end-content-blcok==== -->*/


/*<!-- ====start-section-video==== -->*/


.section-video .title {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.section-video .title a {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    transition: all .2s;
}

.section-video .title a:hover {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    text-decoration: none;
}

.section-video .post {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: -5px;
}

.section-video .post i {
    color: #187f6a;
}

.section-video .pragrph {
    text-align: justify;
    line-height: 1.5;
    color: #555;
    font-size: 14px;
}

.section-video .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0px;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.section-video:hover .owl-nav {
    opacity: 1;
}

.section-video .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 2px 10px;
    background: #19836f;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.section-video .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #3ce38b;
    color: #FFF;
    text-decoration: none;
}

/*<!-- ====end-section-video==== -->*/



/*<!-- ====start-section-photo==== -->*/

.section-photo .title {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.section-photo .title a {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    transition: all .2s;
}

.section-photo .title a:hover {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    text-decoration: none;
}

.section-photo .post {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: -5px;
}

.section-photo .post i {
    color: #187f6a;
}

.section-photo .pragrph {
    text-align: justify;
    line-height: 1.5;
    color: #555;
    font-size: 14px;
}


.section-photo .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 2px 10px;
    background: #19836f;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    transition: all .2s;
}

.section-photo .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #3ce38b;
    color: #FFF;
    text-decoration: none;
}


.section-photo .owl-controls .owl-nav {
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.section-photo:hover .owl-nav {
    opacity: 1;
}


.section-photo .owl-controls .owl-nav .owl-prev {
    position: absolute;
    right: -5px;
    top: 40%;
}

.section-photo .owl-controls .owl-nav .owl-next {
    position: absolute;
    left: -5px;
    top: 40%;
}

/*<!-- ====end-section-photo==== -->*/

/*<!-- ====start-section-photo==== -->*/
.section-voice {}

.section-voice .box-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/*<!-- ====end-section-photo==== -->*

/*<!-- ====star-carousel-articles==== -->*/
.carousel-articles .item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.section-articles .media {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.section-articles .media h4 a {
    text-decoration: none;
    color: #187f6a;
    transition: all .2s;
    font-size: 16px;
}

.section-articles .media h4 a:hover {
    text-decoration: none;
    color: #555;
}



.section-articles .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 2px 10px;
    background: #19836f;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    transition: all .2s;
}

.section-articles .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #3ce38b;
    color: #FFF;
    text-decoration: none;
}


.section-articles .owl-controls .owl-nav {
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.section-articles :hover .owl-nav {
    opacity: 1;
}


.section-articles .owl-controls .owl-nav .owl-prev {
    position: absolute;
    right: -5px;
    top: 20%;
}

.ssection-articles .owl-controls .owl-nav .owl-next {
    position: absolute;
    left: -5px;
    top: 20%;
}

/*<!-- ====end-carousel-articles==== -->*/


/*<!-- ====star-section-box==== -->*/

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box:hover:after {
    opacity: 1;
}

.box img {
    width: 100%;
    transition: all 1.5s ease 0s;
}

.box:hover img {
    transform: scale(1.2);
}

.box .icon {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.box:hover .icon li a {
    top: 30%;
    opacity: 1;
}

.box .icon li a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #187f6a;
}

.box .icon li:first-child a {
    left: -90%;
    right: 0;
}

.box:hover .icon li:first-child a {
    left: -55px;
}

.box .icon li:last-child a {
    right: -90%;
    left: 0;
}

.box:hover .icon li:last-child a {
    right: -55px;
}

.box .box-content {
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}

.box:hover .box-content {
    background: rgba(0, 0, 0, 0.6);
}

.title-cont {
    font-size: 18px;
    color: #187f6a;
    margin-top: 8px;
}

.title-cont a {
    font-size: 16px;
    color: #187f6a;
    margin-top: 8px;
    transition: all .2s;
}

.title-cont a:hover {
    font-size: 16px;
    color: #555;
    margin-top: 8px;
    text-decoration: none;
}

.post-cont {
    display: inline-block;
    font-size: 12px;
    color: #000;
    margin-top: -5px;
    margin-bottom: 10px;
}

.post-cont i {
    color: #187f6a;
}

.pragrph-cont {
    text-align: justify;
    line-height: 1.5;
    color: #555;
    font-size: 13px;
}


@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

/*<!-- ====end-section-box==== -->*/

/*<!-- ====star-mun-right==== -->*/
.mun-right {}

.mun-right li {
    border-bottom: 1px solid #ccc;
}

.mun-right li a {
    color: #187f6a;
    line-height: 2.5;
    transition: all .2s;
    font-size: 16px;
}

.mun-right li a:hover {
    color: #555;
    text-decoration: none;
}


/*<!-- ====end-mun-right==== -->*/



/*<!-- ====star-section-footer==== -->*/
.footer {
    background-color: #252525;
    color: #555555;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .hed-foter {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    position: relative;
}

.footer .hed-foter::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 50%;
    height: 4px;
    background: #187f6a;
    z-index: 2;
}

.footer .hed-foter::after {
    content: "";
    position: absolute;
    top: 33px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #555;
    z-index: 0;
}

.footer .mun-footer ul {
    padding: 0;
    margin: 0 12px 0 0;
}

.footer .mun-footer li {
    list-style: circle;
}

.footer .mun-footer li a {
    color: #ccc;
    text-decoration: none;
    line-height: 2;
    transition: all .2s;
}

.footer .mun-footer li a:hover {
    color: #19836f;
    text-decoration: none;
}

.footer .tag-footer li a {
    color: #ccc;
    text-decoration: none;
    line-height: 3.5;
    border: 1px solid #ccc;
    padding: 5px;
    transition: all .2s;
}

.footer .tag-footer li a:hover {
    color: #19836f;
    text-decoration: none;
    line-height: 3.5;
    border: 1px solid #19836f;
    padding: 5px;
}


/*<!-- ====end-section-footer==== -->*/

/*<!-- ====star-section-copyright==== -->*/
.copyright {
    background-color: #111;
    color: #555555;
    padding: 10px;
}

.copyright p {
    color: #555555;
    text-align: center;
}

/*<!-- ====end-section-copyright==== -->*/


/*<!-- ====fremwork-img==== -->*/


.img-height-300 {
    width: 100%;
    height: 300px;
}

.img-height-350 {
    width: 100%;
    height: 350px;
}

.img-height-200 {
    width: 100%;
    height: 200px;
}

.img-height-250 {
    width: 100%;
    height: 250px;
}


.img-height-100 {
    width: 100%;
    height: 100px;
}


.img-height-150 {
    width: 100%;
    height: 150px;
}



.margin-post {
    margin-bottom: 10px;
}

.no-margin-post {
    margin: 0;
}

.no-padding-post {
    padding: 0;
}

/*<!-- ====fremwork-img==== -->*/


/*<!-- ====owl-controls==== -->*/

.owl-theme .owl-nav {}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 2px 10px;
    background: #19836f;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #3ce38b;
    color: #FFF;
    text-decoration: none;
}


/*<!-- ====owl-controls==== -->*/


/*<!-- ====responsive==== -->*/

@media (max-width: 1700px) {
    .menu-toogle {
        display: none;
    }
}

@media (max-width: 1000px) {}

@media (max-width: 770px) {
    .menu-toogle {
        display: block;
        background: #187f6a;
        width: 60px;
        height: 40px;
        line-height: 40px;
        float: right;
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

    .menu-toogle i {
        line-height: 40px;
    }

    nav {
        display: none;
    }

    .navbars nav ul li a {
        margin-right: 0;
    }

    nav.active {
        display: block;
        width: 100%;
    }

    nav.active ul {
        display: block;
        border-right: 5px solid #187f6a;
    }

}

@media (max-width: 670px) {}

/*<!-- ====responsive==== -->*/



.body-block .btn-primary {
    color: #fff;
    background-color: #187f6a;
    border-color: #187f6a;
}


.body-block .btn-primary:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
