/*green 107a33*/
/*gray 515254*/

.badge:hover{
    background: #107a33;
    color: #ffffff;
    text-decoration: none!important;
}

.color-green{
    color: #107a33;
}
.breadcrumb *{
    color:#ffffff;
}

.custom-square-11 {
    position: absolute;
    top: -10px;
    left: -10px;
}

.custom-square-11 rect {
    fill-opacity: 0;
    stroke-dasharray: 1550;
    stroke-dashoffset: 1550;
    transition: ease all 2000ms;
}

.custom-square-11 rect.appear-animation-visible {
    stroke-dashoffset: 0;
}

.custom-square-11.custom-square-top-right {
    right: -10px;
    left: auto;
}

.custom-square-11.custom-square-11-no-pos {
    top: 0;
    left: 0;
}

.custom-square-11.custom-square-11-no-pos rect.appear-animation-visible {
    fill-opacity: 1;
}

.custom-square-11 rect {
    stroke: #107a33;
    fill: #107a33;
}

.bg-color-primary-darken-1{
    background-color: #0b5624!important;
}


.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

html[dir="rtl"] .slider-container .line-pre-title {
    margin-right: 20px;
    margin-left: 0;
}

.col-half-section {
    max-width: 590px;
}

@media (max-width: 575px) {
    .custom-mobile-square-thickness rect {
        stroke-width: 15px;
    }
}


.custom-thumb-info-style-1 .custom-thumb-info-icon {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    padding: 2.5rem 0;
    background: #4d4e50;
    transition: ease background 300ms;
}

.custom-thumb-info-style-1 .custom-thumb-info-icon > img {
    width: auto;
    transform: scale(1);
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    position: relative;
}

.custom-thumb-info-style-1 .thumb-info-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #515254;
    opacity: 0.7;
    transition: ease opacity 300ms;
    z-index: 1;
}

.custom-thumb-info-style-1 .thumb-info-wrapper > img {
/*    filter: grayscale(1);*/
    transform: scale(1) !important;
}

.custom-thumb-info-style-1:hover .custom-thumb-info-icon > img, .custom-thumb-info-style-1.active .custom-thumb-info-icon > img {
    animation: toRightFromLeftNoScale 0.3s forwards;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper:after, .custom-thumb-info-style-1.active .thumb-info-wrapper:after {
    opacity: 0;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper > img, .custom-thumb-info-style-1.active .thumb-info-wrapper > img {
    filter: grayscale(0);
}

@keyframes toRightFromLeftNoScale {
    49% {
        transform: translate(100%) scale(1);
    }
    50% {
        opacity: 0;
        transform: translate(-100%) scale(1);
    }
    51% {
        opacity: 1;
    }
}


.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
    padding-top: 40px;
    margin-bottom: 0;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: auto;
    transform: none;
    text-align: right;
    right: 0;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
    position: static;
    transform: none;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
}

.page-header.page-header-modern.page-header-lg{
    padding: 170px 0 50px;
}

.section-height-3 {

    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}



.html-head-rtl  .custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: right;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-left: 15px;
    margin-top: 0;
}


.html-head-ltr  .custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-right: 15px;
    margin-top: 0;
}



#footer,
#footer p{
    color: #ffffff;
}


@media (max-width: 575px) {
    .custom-mobile-scale-1 {
        transform: scale(0.6);
    }
}

.custom-images-position-1 div:nth-child(2) {
    transform: translate3d(50%, -30%, 0);
}

.custom-images-position-1 div:nth-child(3) {
    transform: translate3d(-100%, 63%, 0);
}

.custom-images-position-1 div:nth-child(4) {
    transform: translate3d(33%, 116%, 0);
}


.custom-svg-position-2 {
    position: absolute;
    top: 300px;
    left: -62%;
    opacity: 0.2;
    z-index: 0;
    max-width: 2000px;
}



.custom-el-pos-1 {
    margin-top: -100px;
}


.card-bg{
    background-size: cover!important;    
}

.card-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);

}

.card-bg h4{
    height: 55px;
    color: #ffffff;
}

.card-bg a{
    color:#ffffff;
}

.sort-source.sort-source-style-3 > li > a{
    font-size: 15px;
}

html .text-color-light p, html .text-light p{
    color: #ffffff;
}

.fwb:first-word{
    color:red;

}