/*Start Common Hero css */
.common-hero {
    position: relative;
    background: url(../image/slider/inner-page.jpg);
    min-height: 470px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common-hero-heading h1 {
    font-size: 60px;
    color: #fff;
}
.common-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 470px;
}
.common-hero .common-hero-heading .page-change .arrow {
    padding: 0px 3px;
}
.common-hero .common-hero-heading .page-change {
    padding-top: 12px;
    color: #fff;
    font-size: 18px;
    font-family: 'SoraBold';
}
.common-hero .common-hero-heading .page-change a {color:#fff;}
.common-hero .common-hero-heading .page-change ul{
    display: flex;
    column-gap:0px;
}
/*End Common Hero  CSS */

/*Start About Page CSS*/
.about-page-sec1 .counter-box {
    position: absolute;
    bottom: 100px;
    left: -80px;
    background-color:#0270BC;
}
.about-page-sec1 .counter-box h3 {
    font-size: 44px;
    color: #fff;
}
.counter-box p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: 20px;
    font-family: 'SoraBold';
}
.about-page-sec1 .title1 {
    transition: all 0.4s;
    font-size: 20px;
    line-height: 20px;
    font-family: 'SoraBold';
    display: inline-block;
}
section.about-page-sec1 p {
    text-align: justify;
}
/*End About Page CSS*/
/*Start About Team CSS*/
.team-sec {
    position: relative;
    background:#ffffff;
    z-index: 1;
}
.about-team-box {
    transition: all 0.4s;
}
.about-team-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.about-team-box .image-area {
    position: relative;
    overflow: hidden;
}
.about-team-box .image-area .image {
    overflow: hidden;
    border-radius: 0px;
}
.about-team-box:hover .image-area .image img {
    transition: all 0.4s;
    transform: rotate(2deg) scale(1.1);
}
.about-team-box .image-area .image img {
    transition: all 0.4s;
    width: 100%;
    z-index: 2;
    transform: scale(1.1);
}
.about-team-box:hover .image-area .icons {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s;
}
.about-team-box .image-area .icons {
    position: absolute;
    left: 30px;
    bottom: 70px;
    z-index: 2;
    transform: translateX(-90px);
    opacity: 0;
    transition: all 0.4s;
}
.about-team-box .image-area .icons ul li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: var(--vtc-text-title-1);
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px 0px;
    transition: all 0.4s;
}
.about-team-box .heading1 h4 {
    font-size: 20px;
    margin: 20px 0 0;
    letter-spacing: 0.03em;
}



.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/*End About Team CSS*/