.about-banner .banner-text-a {
    font-size: 40px;
}
.about-banner .banner-text-b{
    text-transform: uppercase;
}
.about-banner .about-banner-para {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-banner .banner-text-b {
    padding-bottom: 20px;
}

.about-banner .banner-img {
    padding-top: 0;
}
/* about part */
.about-section .brand-logo img{
    padding-top: 0;
}


/* story */
.story-section {
    background-color: #F7F7F7;
}

.story-area:after {
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #AAAAAA;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);

}

.story-section .container {
    max-width: 100%;
}

.story-section .story-part {
    align-items: center;
    gap: 90px;
    padding: 20px 0;
}

.story-section .story-part:first-child {
    padding-top: 0;
}

.story-section .story-part:last-child {
    padding-bottom: 0;
}

.story-section .story-text-box {
    border: 1px solid #000000;
    padding: 40px;
    width: 100%;
    height: 100%;
    transition: ease-in 1s;
    background-color: #fff;
    position: relative;
}

/* .story-section .story-text-box:hover {
    border: 1px solid var(--brandBorder);
} */

.story-section .story-text-box:hover:after {
    content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
    height: 0;
    border-top: 2px solid var(--brandBorder);
    border-left: 2px solid var(--brandBorder);
    animation: border_anim 1s linear forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
        height: 0%;
	}
	100%{
		width: 99.5%;
        height: 99%;
	}
}

.story-section .story-text-box:hover::before {
    content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
    height: 0;
    border-bottom: 2px solid var(--brandBorder);
    border-right: 2px solid var(--brandBorder);
    animation: border_anims 1s linear forwards;
}
@keyframes border_anims {
	0%{
		width: 0%;
        height: 0%;
	}
	100%{
		width: 99.8%;
        height: 99.5%;
	}
}


.story-area .img-scale-wrapper {
    width: 50%;
    overflow: hidden;
}

.story-area .story-img {
    width: 100%;
}

.story-area .story-text {
    width: 50%;
    padding: 30px;
    padding-right: 50px;
    padding-left: 0;
}

.story-area .story-text.story-text-two {
    padding-right: 0;
    padding-left: 50px;
}

.story-section .discover-head {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
.story-section .discover-head:after{
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 90px;
    height: 2px;
    background: #CA3D2E;
}

.story-section .discover-para {
    width: 100%;
    padding-bottom: 0;
    text-transform: capitalize;
    padding-top: 0px;
}
.story-section .mid-strait-line {
    margin-left: 0;
}

.story-img img {
    transition: 1s;
    width: 100%;
    height: auto;
}

.img-scale-wrapper:hover .story-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* mission */

.mission-section .discover-slides .discover-a .discover-img{
    width: 50%;
}
.mission-section .discover-slides .discover-text-part{
    width: 50%;
}
.mission-section .discover-slides .discover-para{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding-bottom: 0;
}
.discover-section.mission-section{
    padding: 50px 0 0;
}
.mission-section .discover-slides .discover-a{
    margin-top: 0;
}
.mission-section .discover-slides .discover-head{
    width: 100%;
}

.smallHeading {
    text-transform: uppercase;
}

/* our team */

.team-section {
    padding-bottom: 120px;
}

.team-section .about-part {
    padding-bottom: 60px;
}

.about-part .smallHeading{width: 100%; margin: 0 auto;}

.team-member-name {
    padding: 20px;
}

.team-member-name .member-name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #202020;
}

.team-member-name .position {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    opacity: 60%;
}

.team-member-name .member-position {
    padding-top: 10px;
}

.slide-a {
    margin: 0 10px 20px;
    border: 1px solid transparent;
}
.slide-a .item-list {
    margin: 0 10px;
    transition: all 1s;
    border: 1px solid transparent;
}

.slide-a:hover {
    border: 1px solid grey;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 9%);
}

.slide-a:hover .member-position .linkdin {
    background-color: #1366AC;
    opacity: 100%;
}

.member-position .linkdin {
    width: 30px;
    height: 30px;
    background-color: #AAAAAA;
    opacity: 20%;
    transition: 1s;
    cursor: pointer;
}

.linkdin img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: auto;
}

.team-slider.slick-slider .slick-list {
    padding-right: 100px;
    margin-right: -5%;
}

.team-scale-wrapper {
    overflow: hidden;
}

.team-img img {
    transition: 1s;
}

.slide-a:hover .team-img img {
    scale: 1.3;
}

/* slider-btn */

.team-slider .slick-arrow {
    position: absolute;
    bottom: -60px;
    transform: translate(-50%, 0px);
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--brandBorder);
    cursor: pointer;
}

.team-slider .slick-next {
    right: 40%;
}

.team-slider .slick-arrow::after {
    content: '';
    background: url("../images/about/right-arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.team-slider .slick-arrow:hover{background: var(--brandBg);}

.team-slider .slick-arrow:hover::after{
    background: url("../images/slider-replace.svg") no-repeat center;
}

.team-slider .slick-prev::after {
    transform: rotate(180deg);
    top: 35%;
    left: 43%;
}

.team-slider .slick-prev {
    left: 43%;
}

/* slick dots */

.slick-dots {
    display: flex;
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translate(-50%, 0);
    gap: 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #EFEFEF;
}

.slick-dots li.slick-active button {
    width: 30px;
    border-radius: 20px;
    background-color: #7f001f;
}

/* faq section */
.faq-section {
    background-color: #F7F7F7;
}

.down-arrow img {
    width: 13px;
    height: auto;
    transition: 0.6s;
}

.accordian-part {
    width: 70%;
    margin: 0 auto;
    padding-top: 60px;
}

.faq-section .main-click-part {
    border-bottom: 1px solid #CCCCCC;
}

.faq-section .main-click-part:first-child {
    border-top: 1px solid #CCCCCC;
}

.faq-section .panel {
    display: none;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 10px;
}

.border-active {
    width: 100%;
    height: 2px;
    background-color: var(--brandBg);
    position: absolute;
    bottom: -2px;
    transform: translate(0, 0);
    display: none;
}

.faq-section .main-click-part .acoordian-a {
    cursor: pointer;
    padding: 25px 0;
}

.faq-section .main-click-part .acoordian-a.active .border-active {
    display: block;
}

.faq-section .main-click-part .acoordian-a.active .down-arrow img {
    transform: rotate(180deg);
}

.faq-section .our-menu-bigheading {
    font-weight: 500;
    text-transform: uppercase;
}

.story-area .story-text-box .discover-para{padding: 20px 0; line-height: 22px;}

/* media query */

@media screen and (max-width:1299px) {
    

    /* our team */
    .team-slider .slick-prev{left: 40%;}
    .team-slider .slick-next{right: 35%;}
}

@media screen and (max-width:991px) {

    /* story  */
    .story-part .story-text-hidden{display: block;}
    .story-area .story-text.story-text-two{display: none;}
    .story-section .story-part{display: block; padding: 0;}
    .story-area .img-scale-wrapper{width: 100%;}
    .story-area .story-text{width: 100%; padding: 40px;}
    .story-area:after{display: none;}
    .story-section{padding-bottom: 0;}

    /* mission */
    .mission-section .discover-slides .discover-a .discover-img{width: 100%;}
    .mission-section .discover-slides .discover-text-part{width: 100%;}
    .mission-section .container{max-width: 100%;}

    /* our team */
    .team-section .about-part{padding-top: 0;}
    .team-slider .slick-prev{left: 40%;}
    .team-slider .slick-next{right: 35%;}

    /* faq */
    .faq-section .about-part{padding-top: 0;}

    .story-section .story-text-box:hover::before, .story-section .story-text-box:hover::after{display: none;}
    .team-slider  .slick-slide{border: 1px solid grey; box-shadow: none;}
    .team-slider  .slick-slide .member-position .linkdin{background-color: #1366AC; opacity: 1;}
    .team-member-name .member-position{padding-top: 0;}
    
    

}

@media screen and (max-width:767px) {

    /* banner */
    .about-banner .banner-img {padding-top: 60px;}
    .about-banner .about-banner-para{font-size: 16px;}
    .about-banner .banner-text-b{padding-bottom: 10px;}
    
    /* story */
    .story-area .story-text{padding: 30px}
    .story-section .story-text-box{padding: 20px 15px; text-align: center;}
    .story-section .mid-strait-line{margin: 20px auto;}

    /* our team */
    .team-member-name .member-name{font-size: 16px;}
    .team-member-name .position{font-size: 14px;}
    .team-member-name{padding: 10px;}
    .team-slider .slick-prev{left: 32%;}
    .team-slider .slick-next{right: 23%;}

    /* faq section */
    .accordian-part{width: 100%; padding-top: 40px;}
    .faq-section .our-menu-bigheading{font-size: 18px;}
    .faq-section .main-click-part .acoordian-a{padding:20px 0;}
}


@media screen and (max-width:430px) {
    /* banner */
    .about-banner .about-banner-para{font-size: 14px;}

    /* our-team */
    .team-slider .slick-prev{left: 24%;}
    .team-slider .slick-next{right: 14%;}
    
    /* faq-section */
    .faq-section .our-menu-bigheading{font-size: 16px;}
    .faq-section .panel{font-size: 13px;}
    .about-part .smallHeading{width: 100%;}
}

@media screen and (max-width:320px) {
    

    /* our-team */
    .team-slider.slick-slider .slick-list{padding-right: 0;margin: 0;}
    
}

