.fs-7 {
    font-size: 0.8rem !important;
}

.header {
    height: 3.5rem;
    /* height: 6.5rem; */
}

.logoArea img {
    /* max-height: 2rem; */
    max-height: 2rem;
}



.hero .info h2:after {
    display: none !important;
}

.section-header h2:before {
    display: none;
}

.section-header h2:after {
    width: 85% !important;
}

@media screen and (max-width: 768px) {
    .section-header h2:after {
        width: 100% !important;
        margin-left: 0;
    }

    .header {
        height: 3.5rem;
    }
}

.portfolio-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #686868;
}

.one-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.two-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.breadcrumbs {
    min-height: auto !important;
}

.breadcrumbs:before {
    display: none;
}

.breadcrumbs ol a {
    color: #9f9f9f !important;
}

.breadcrumbs ol li+li::before {
    display: none;
}


/* #toggle { display: none; } */
#toggle:checked~nav {
    transform: translateX(220px);
    margin-left: 0 !important;
}

label[for=toggle] {
    cursor: pointer;
}

.navbar {
    background-color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    z-index: 10;
    height: 100vh;
}

nav ul {
    height: 100vh;
}

nav li {
    color: white;
    margin-top: 30px;
    text-align: center;
}

.menu-tab {
    /* width: 90px; */
    /* height: 55px; */
    height: 3.5rem;
    position: fixed;
    z-index: 100;
    top: 0px;
    /* top: 20px; */
    left: 0px;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    /*end of div*/
}

.menu-tab div {
    width: 33px;
    height: 4px;
    /* background-color: #2d2d2d; */
    background-color: #ffffff;
    display: block;
    margin: 5px 15px;
    transition: all 0.6s ease-in-out;
}

.menu-tab div:nth-child(1) {
    /* margin-top: 20px; */
    margin-top: 16px;
}

/*end of menu-tab*/
.menu-tab.active {
    /* left: 280px; */
    transition: all 600ms ease-in-out;
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* background-color: #000; */
}

.menu-tab.active #one {
    transform: translateY(9px) rotate(-135deg);
    transition: all 0.6s ease-in-out;
    /* background-color: #e74c3c; */
    background-color: #ffffff;
}

.menu-tab.active #two {
    opacity: 0;
    transition: 0.4s ease;
}

.menu-tab.active #three {
    transform: translateY(-9px) rotate(-45deg);
    transition: all 0.6s ease-in-out;
    /* background-color: #e74c3c; */
    background-color: #ffffff;
}

.menu-hide {
    width: 280px;
    left: -280px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    /* top: 0px; */
    /* top: 6.5rem; */
    transition: all 0.6s ease-in-out;
    /*end of nav*/
}

.menu-hide nav {
    /*end of ul*/
}

.menu-hide nav ul {
    /*end of li*/
}

.menu-hide nav ul li {
    height: 70px;
    list-style-type: none;
    text-align: center;
    line-height: 70px;
    transition: all 0.5s ease;
}

.menu-hide nav ul li:hover {
    /* background-color: #e74c3c; */
    background-color: #2E987B;
    transition: all 0.5s ease;
}

.menu-hide nav ul li a {
    padding: 30px 25px;
    text-decoration: none;
    color: #f1f1f1;
    font-weight: 800;
}

/*end of menu-hide*/
.menu-hide.show {
    left: 0px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    background-color: #13388C;
    transition: all 0.6s ease-in-out;
}

.icon-120 {
    width: 8rem;
    height: 4rem;
    max-width: fit-content !important;
    aspect-ratio: 16 / 9;
}

@media (max-width: 768px) {
    .menu-tab {
        top: 0px;
    }

    .menu-hide {
        top: 3.5rem;
    }

    .searchArea input {
        max-width: 130px;
        margin: 0 0 0 10px;
    }

    .sliderDetails {
        width: auto !important;
        position: relative !important;
    }

    .hero .info {
        padding: 0 !important;
    }
}

.fs-8 {
    font-size: 0.7rem !important;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.play-icon {
    height: 80% !important;
}

@media (max-width: 768px) {
    .play-icon {
        /* height: 80% !important;
        height: 45% !important;
        top: 34px !important; */
        display: none !important;
    }
}

.z-10 {
    z-index: 10 !important;
}

.z-5 {
    z-index: 5 !important;
}

.position-md-absolute {
    position: absolute !important;
}

.hero-video .op-player__play,
.hero-video .op-controls {
    display: none !important;
}

.space-right-left-side {
    padding-left: 2.3rem;
    padding-right: 1.5rem;
}



@media (max-width: 768px) {
    .sliderDetails {
        background: rgba(0, 0, 0, 0.7);
    }

    .sliderDetails h2 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .sliderDetails p {
        font-size: 0.5rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }

    .respons{
        height: 400px;
        width: 370px;
    }
    .img-size{
        max-height: 147px;
        width: 100px;
    }
}