﻿.brand-text {
    color: #000;
}

.custome--section {
    padding: 2em 0;
}

.w-100 {
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.align-items-center-- {
    display: grid;
    palce-content: center;
}

.abtimg {
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.line {
    margin: 17px 0;
    border: 1px solid #1a837b;
    width: 100px;
}

    .line:before {
        content: '';
    }

.theme-color {
    color: #188d85 !important;
}

 .post_ {
        margin: 1em 0;
        position: relative;
        background: #f5f5f5;
        filter: drop-shadow(1px 2px 3px gray);
        border-radius: 5px;
    }

.post_:hover .post_img img {
transform: scale(1.1);
}

.post_ .post_img {
max-width: 100%;
overflow: hidden;
}

.post_ .post_img img {
    transition: 0.5s;
    max-width: 100%;
                
}


.post_ .post_body {
padding: 0 10px;
    background: #02837b;
position: absolute;
bottom: 0;
width: 100%;
display: grid;
align-items: center;
}

.post_ .post_body h4 {
    font-size: 1.4em;
    margin:0;
    color: #fff;
}

.post_ .post_body p {
    text-align: justify;
    color: #ddd;
    margin: 0 0 6px 0;
}
.blur{
    backdrop-filter: blur(8px);
    background: #02837b26;
}
.ind-market {
    background: #f4f4f4 url(images/crossword.png);
    padding: 80px 0;
    position: relative;
}
.isotope-item {
    margin-top: 30px;
}
.isotop-img-conatiner {
        border: 1px solid #ddd;
    position: relative;
    filter: drop-shadow(0px 1px 2px #ddd);
    background:#fff;
}
.isotope-item-title h3 {
    font-size: 18px;
    margin: 5px 0 0 0;
}
.isotope-item-title h3 a {
    color: #333;
}
.isotop-img-conatiner:after {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgb(2 131 123 / 20%);
}
.isotop-img-conatiner:hover:after {
    opacity: 1;
}
.img-responsive{
    width:100%;
}
.bg-white-3 {
    background-image: url(/images/bg-white-3.png) !important;
    background-attachment: fixed !important;
    background-color: #fff !important;
}

.et_pb_section_6 {
    background-image: url(/images/pro/1hbanner_banner-01.jpg)!important;
        height: 411px;
        padding: 40px 0;
        margin-top:2em;
        display:flex;align-items:center;
        text-align:center;
        position:relative;
}
.et_pb_section_6:before{
   content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000a3;
}
.et_pb_row_12.et_pb_row {
    padding-top: 7px!important;
    padding-bottom: 22px!important;
    padding-left: 1px!important;
    margin-top: -24px!important;
    margin-right: auto!important;
    margin-left: auto!important;
    padding-top: 7px;
    padding-bottom: 22px;
    padding-left: 1px;
}
#content{
padding: 1em 0;
    background: #6c6c6c;
    filter: drop-shadow(2px 4px 6px black);
    color:#fff;
}
.footer_icon {
    padding-top: 5px;
}

.footer_icon i {
    margin-right: 10px;
}
.pt-0{
    padding-top:0!important;
}
.fb{
        background: #222f7a;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
}
.insta{
        background: linear-gradient(45deg, #f44336, #d500ceab);
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
}
.yu{
        background:#b73333ed;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
}
.carousel-caption{
    position: absolute;
    top: 35%;
    background: #02837b47;
    padding: 10px;
    border-radius: 5px;
    filter: drop-shadow(1px 2px 3px gray);
}

    .carousel-caption h3 {
        font-size: 4em;
        color:#fff;
    text-shadow: 4px 2px black;
    }
    .carousel-caption p{
            font-size: 2em;
    text-shadow: 0px 0px black;
    }