.topcr {
    width: 100%;
    height: 400px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.topcr-item {
    visibility:visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    flex-shrink: 0;
    position: absolute;
    z-index: 0;
    transition: 0.6s all linear;
}

.t_inf {
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: 1;
  margin: auto;
  padding: 0 40px;
  width: 35%;

}

.t_img {
    width: 65%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    transform: translateX(100%);
    transition: 0.6s all ease-in-out;
}

.t_isub {
    
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7E7E7E;    
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

.t_ititl {
    margin: 15px 0 0 0;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2C2C2C;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.t_des {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 35px;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 22px;
    margin-bottom: 35px;
}

.t_itm-1 .t_img{
  background-image: url('/static/img/slider/1.jpeg');
}


.t_itm-2 .t_img{
  background-image: url('https://images.pexels.com/photos/921294/pexels-photo-921294.png?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.t_itm-3 .t_img{
  background-image: url('https://images.pexels.com/photos/92733/pexels-photo-92733.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.t_itm-4 .t_img{
  background-image: url('https://images.pexels.com/photos/1008732/pexels-photo-1008732.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.t_itm-5 .t_img{
  background-image: url('https://images.pexels.com/photos/1029614/pexels-photo-1029614.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
}


.t_btn {
    width: 35%;
    color: #2C2C2C;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
  text-decoration: none;
      transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.topcr__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #fff;
  bottom: 0;
}

.topcr__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
  fill: #5d5d5d;
}

.topcr__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}

.topcr__arrow:nth-child(1):after {
    content:'';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}
.t_isub .icon-award{
    font-size: 55px;
}
.active{
   z-index: 1;
  display: flex;
  visibility:visible;
}

.active .t_isub, .active .t_ititl, .active .t_des,.active .t_btn{
    transform: translateY(0);
    opacity: 1;
  transition: 0.6s all ease-in-out;
    visibility: visible;
}

section .seclnk:hover{
    text-decoration: underline;
}
section .seclnk{
    text-decoration: none;
    display: block;
    margin: 35px 0 6px 0px;
    color: #3F51B5;
    font-size: 15px;
}

.active .t_img{ 
transition: 0.6s all ease-in-out;
transform: translateX(0);
}

.recmsec{
    text-align: center;
    padding: 30px;
    
}
.recmsec > div{
    max-width: 1000px;
    margin: auto;
}
.recmsec h3 a{
    color: #347737;
}
.recmsec h3{
    font-size: 17px;
}
.recmsec .desc{
    line-height: 26px;
}

.rec_btns{
    display: flex;
    justify-content: center;
}
.rec_btns a{
    text-decoration: none;
    color: var(--tcolor);
    font-weight: 200;
    font-size: 15px;
    margin: 15px;
    display: flex;
    align-items: center;
    gap:6px
}
.rec_btns a span{
    font-size: 19px;
}


.crslsec > h3{
    margin: 2px 0px 32px 0;
}
.crslsec{
    text-align: center;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.crslsec .owl-carousel{
    width: calc(100% - 80px);
}
.owl-prev span,.owl-next span{
    border:1px solid var(--tcolor)!important;
    padding: 8px;
    border-radius: 31px;
}
.owl-prev,.owl-next{
    position: absolute;
    top: 48%;
    display: block !important;
}
.owl-prev {
    left: -52px;
}

.owl-next {
    right: -52px;
}
#shp_cats .bokcnt span[class^="icon-"]{
    font-size: 70px;
    color: #717171;
    padding: 50px;
    display: inline-block;
    border-radius: 4px;
}
#shp_cats .btmBtns span {
    margin-top: 10px;
}
