
.col6 {
    position: relative;

}


.top_txt {
    width: 100%;
    text-align: center;
    margin: 0px auto 50px;
    position: relative;
}

.top_txt h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0px auto;
    font-size: 125px;
    font-family: 'GTEestiProDisplay-Bold';
    color: transparent;
    -webkit-text-stroke-color: #053376;
    -webkit-text-stroke-width: 1px;
    line-height: 125px;
    opacity: 20%;
    letter-spacing: 12px;
    text-transform: uppercase;
}



.top_txt h3,
.top_txt p {
    position: relative;
}


.all20{
    width: 100%;
    position: relative;
    margin:0px auto;
    padding-top: 2%;
}

.all20 .owl-nav{
    display: none;
}
.wow {
    visibility: hidden;
}

.all20_btn {
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    display: block;
    /*bottom: 36%;*/
    top: 610px;
    width: 95%;
    margin: 0 auto;
    z-index: 2;
}

.col50_btn_left {
    position: absolute;
    left: 33%;
    width: auto;
    cursor: pointer;
    transition: .7s;
    z-index: 1;
}

.col50_btn_right {
    position: absolute;
    right: 33.5%;
    width: auto;
    cursor: pointer;
    transition: .7s;
}

.col50_btn_right img,
.col50_btn_left img {
    max-width: 40px;
    transition: .5s ease-in-out;
}

.col50_btn_right:hover img,
.col50_btn_left:hover img {
    transform: rotate(360deg);
    filter: drop-shadow(0px 0px 4px #ccc);
}


.col50_inner{
    width: 90%;
    text-align: center;
    display: inline-block;
    filter:grayscale(1);
    display: block;
    margin: 0px auto;
}

.grow .col50_inner{
    width: 100%;
    filter:none;
    /*box-shadow: 0 4px 30px 0 #333333a3;*/
}

.upper_side{
    width: 80%;
    margin:0px auto;
    text-align: center;
}

.upper_side img{
    width: 100%;
    height: 100%;
}

.middle_side{
    width: 100%;
    margin:0px auto;
    text-align: center;
    display:none;
    opacity:0;
}


.lower_side{
    width: 100%;
    margin:10px auto;
    text-align: center;
    opacity: 0;
    display:none;
}

.lower_side .btn_main{
    display:block;
    margin: 20px auto 0;
    max-width: fit-content;
}


.grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    /*box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);*/
}

.grow .lower_side,
.grow .middle_side{
    display:block;
    opacity: 1;
}

.grow .upper_side{
    width:100%;
}


.employee_detail {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding:20px;
    background:#111d4b;
    border-radius:20px 0px 20px 0px;
    transition:3s cubic-bezier(0.95, 1.2, 1,-0.01);
}

.employee_detail p{
    width:80%;
    font-size:18px;
    color:#fff;
    margin:0px auto;
}

.bhae{
    display:none;
    transition:3s cubic-bezier(0.95, 1.2, 1,-0.01);

}
.col6 .block__inner 
{
        flex-direction:column;
        min-width:0;
        margin-bottom:40rem;
}
.col6 .block__inner .middle_side h3
{
    font-weight:600;
}
.col6 .block__inner .middle_side p{
    margin-bottom:0;
      font-weight:600;
}
.menu_text
{
    font-weight:400;
}