.homeBannerMain {
    position: relative;
}
.homeBannerBgImg{
    background-repeat: no-repeat;
    background-image: url('../images/asmara_start_img.jpg');
    background-position: 50% 0%;
    background-attachment: scroll;
    position: relative;
    height: 1230px;
}
.worldWeideBgOverly {
    padding: 100px 0;
}

.worldWideContent img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

/*.worldWideContent h2 {*/
/*    text-align: center;*/
/*    font-size: 65px;*/
/*    padding-bottom: 20px;*/
/*    font-weight: bold;*/
/*}*/

.homeTextBox {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: #fff;
    padding-top: 120px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 30%;
}
.tableViewRight {
    padding: 25px ;
}

.homeTextBox img {
    width: 50px;
}
.factoryRelatedTableView {
    padding-bottom: 100px;
}
.factoryRelatedTableView h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}
.table-head{
    background: #114876;
    color: #fff;
    text-transform: uppercase;
}
.homeBannerBrid .img1 {
    position: absolute;
    bottom: 245px;
    left: 300px;
    opacity: 1;
}


@keyframes upDownZoom {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.2); /* Up + Zoom In */
    }
    100% {
        transform: translateY(0) scale(1); /* Back to original */
    }
}

.aniImg img {
    position: absolute;
    top: 505px;
    left: 282px;
    width: 130px;
    display: block;
    animation: upDownZoom 0.5s ease-in-out infinite;
}
.homeBannerTitle h2 {
    font-size: 50px;
}

.homeBannerTitle {
    position: absolute;
    bottom: 150px;
    left: 320px;
}
@keyframes upDown {
    0%, 100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    50% {
        transform: translateX(0) translateY(-20px) rotate(0deg);
    }
}

.homeBannerBrid .img2 {
    position: absolute;
    bottom: 375px;
    left: 300px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
}
.homeBannerBrid .img2 img{
    animation: upDown 0.2s ease-in-out infinite;

}
.homeBannerBrid .img3 img{
    animation: upDown 0.2s ease-in-out infinite;

}


.homeBannerBrid .img3 {
    position: absolute;
    bottom: 0;
    right: -2500px;
    opacity: 0;
    transform: translateX(0) rotate(0deg);
    transition: opacity 0.5s ease, transform 0.1s linear;
    z-index: 2;
}

.homeBannerBrid .img2.visible {
    opacity: 1;
}
.homeBannerBrid .img3.visible {
    opacity: 1;
}
.homeBannerBrid .img1.visible {
    opacity: 0;
}
.topScrollImg img.visible {
    opacity: 1;
    width: 400px;
    position: relative;
    top: 750px;
    left: 60%;
    
}

.topScrollImg img {
    position: absolute;
    left: 47%;
    width: 160px;
    top: 0;
    transition: 1s all;
    display: block;
    opacity: 0;
}
body, html {
    overflow-x: hidden;
}
.welcomeMsg h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
}
.aboutRights h2 {
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
    text-transform: uppercase;
    font-size: 30px;
}
.welcomeMsg {
    padding: 50px 0;
}
.overViewGarment {
    padding-bottom: 100px;
}
.overViewGarment p {
    text-align: justify;
}
.overViewGarment ul {
    margin-top: 30px;
}
.ove

.overViewGarRight {
    margin-bottom: 20px;
}
.missionVissionLear h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
}
.sectionTitle{
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
}
.missionVissionLeftSide p {
    margin-top: 68px;
}
.msgInfo p {
    text-align: justify;
}
.main-header {
    border-bottom: 1px solid lightgray !important;
}
.director-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
      margin-top: 60px;
    }
    .profile-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #0d6efd;
      box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
    }
    .highlight {
      color: #0d6efd;
      font-weight: bold;
    }
    .contact-info a {
      color: #0d6efd;
      text-decoration: none;
    }
    .contact-info a:hover {
      text-decoration: underline;
    }














.map-marker {
    width: 20px;
    height: 20px;
    /*background-color: #9acd32;*/
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.map-marker::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    width: 150px;
    text-align: center;
    transform: translateX(-50%);
    background-color: #fff;
    color: black;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.map-marker:hover::after {
    opacity: 1;
}

.ourServiceMain {
    padding: 100px 0;
}

.ourSeriveGrid h4 {
    text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
}

.ourSeriveGrid {
    border: 1px solid lightgray;
    padding: 20px;
    margin-bottom: 30px;
    height: 340px;
    border-radius: 10px;
}
.ourSeriveGrid p {
    margin: 0;
    text-align: justify;
}
.ourSeriveGrid img {
    width: 40px;
    display: block;
    margin-bottom: 20px;
}
.ourServiceMain h1 {
    font-size: 50px;
    line-height: 48px;
    margin: 0;
    padding-bottom: 30px;
}
.ourServiceGridTitle {
    display: flex
;
    align-items: center;
    padding-bottom: 15px;
}

@keyframes borderPulse {
      0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
      }
}

    .plus-button {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #0d0f11;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #7a8897;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: borderPulse 1.5s infinite;
    }


    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
    }

    .modal-content {
      position: relative;
      background-color: #fff;
      padding: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 26px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      z-index: 1000;
    }

.peopleAndDesignPart {
    display: flex;
}
.peoplePart img {
    width: 100%;
    height: 100%;
}
.peoplePart {
    position: relative;
}

.peopleCotent {
    position: absolute;
    bottom: 50px;
    padding: 0 50px;
}

.peopleCotent p {
    background-color: #fff;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 5px;
}

.peopleCotent h2 {
    font-size: 65px;
    margin: 0;
    padding-right: 10px;
}
.peopleCotent h3 {
    margin: 0;
    font-size: 50px;
}
.peopleTitle {
    display: flex
;
    align-items: center;
    padding-bottom: 40px;
}
.designContent {
    top: 50px !important;
}
.sustainability {
    padding-top: 100px;
    background-color: #f8f8f8;
}
.sustaImg img {
    width: 100%;
}
.sustaImg {
    position: relative;
}

.derectionTitleMain p {
    margin: 0;
    font-size: 18px;
}
.sustainability h3 {
    font-size: 50px;
    margin: 0;
}

.sustainability h2 {
    font-size: 60px;
    padding-right: 12px;
    margin: 0;
}
.ourProduction {
    padding: 100px 0;
    background-color: #f8f8f8;
}


.ourProduction h3 {
    font-size: 50px;
    margin: 0;
}


.gallery a {
    height: 250px !important;
    border: 1px solid lightgray !important;
}

.productionGrid {
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 290px;
}
.productionGrid h4 {
    text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
    font-size: 20px;
}


.productionGrid p {
    text-align: justify;
    margin: 0;
    height: 160px;
}
.productionGrid img {
    width: 40px;
    display: block;
    margin-bottom: 20px;
}

.goodProduct {
    padding: 50px 0;
}
.goodProductGrid .peopleTitle {
    justify-content: end;
    align-items: flex-start;
}

.goodProductGrid h2 {
    text-align: right;
    font-size: 60px;
}

.goodProductGrid h3 {
    font-size: 38px;
    margin: 0;
    padding-right: 10px;
}
.goodProductGrid p {
    margin: 0;
    text-align: justify;
    padding: 10px 20px;
}
.goodIcon .plus-button{
    width: 70px;
    height: 70px;
}
.msgContactInfo h5 {
    margin-bottom: 0;
}
.goodIcon {
    display: flex
;
    margin-left: 20px;
}
.goodIcon button {
    margin-right: 20px;
}
.ourPartnar {
        background: #1c4d4a;
    padding: 20px 0;
}
.footer-widget h4 {
    text-align: center;
    font-size: 20px;
}

.footer-widget ul li {
    display: inline-block;
    text-align: center;
}

.footer-widget ul li a {
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 10px;
}

.footer-widget ul {
    text-align: center;
}

.footer-widget p {
    text-align: center !important;
}
footer {
    margin-top: 0 !important;
}
.sticky-active .logo a img {
    width: 100px !important;
    margin-top: 15px;
}
.footer-widget img {
    width: 46%;
    margin: 0 auto;
    display: block;
}
 .homeMobileBanner {
        display: none;
}
.sustaImg {
    display: block;
}
.sustaImgMobile {
    display: none;
}
.homeTextBoxMobile {
    display: none;
}
.partner-sldier .slick-arrow {
    display: none !important;
}

.asMark {
    width: 20px;
    height: 20px;
    background-color: #98bd1b;
    border-radius: 50%;
}

.asmaraMarker {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.overViewGarRight {
    margin-bottom: 20px;
}
.asmaraMarker p {
    margin: 0;
    padding-left: 20px;
    font-size: 20px;
}

.worldWideCuntryList {
    margin: 20px 30px 0;
    display: none;
}

.worldWideCuntryList li {
    margin-bottom: 10px;
    font-size: 18px;
    list-style-type: disc;
}

.sustainabilityList {
    margin: 30px 20px 30px 37px;
    display: none;
}


.sustainabilityList li {
    margin-bottom: 10px;
    font-size: 18px;
    list-style-type: disc;
}
 .header-menu {
        display: block;
    }
.msgContactInfo {
    margin-top: 30px;
}
.msgContactInfo p {
    margin: 0;
}



@media only screen and (max-width: 767px) {
    .sectionTitle {
        font-size: 20px;
    }
    .header-menu {
        display: none;
    }
     .homeBannerMain {
        display: none;
    }
    .homeMobileBanner {
        display: block;
    }
    .peopleAndDesignPart {
        display: flex;
        flex-wrap: wrap;
    }
    .sustaImg {
       display: none;
    }
    .sustaImgMobile {
        display: block;
    }
    .sticky-active .logo a img {
        width: 60px !important;
    }
    .logo {
        display: flex;
    }
    .logo a {
        margin-top: 0 !important;
    }
    .headerNav {
        border-top: none;
        padding: 0;
        border-bottom: none;
    }
    header .toggle {
        top: 14px !important;
    }
    .worldWideContent img {
        width: 100%;
    }
   
    .homeTextBoxMobile {
        padding: 40px;
        text-align: center;
        display: block;
    }
     .homeTextBoxMobile h5 {
        font-weight: bold;
    }
    .worldWideCuntryList {
        display: block;
    }
    .sustainabilityList {
        display: block;
    }
    .welcomeMsg h2 {
        font-size: 24px;
    }
    .aboutRights h2 {
        font-size: 24px;
    }

    
    
}


