.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;
}
.carousel-caption.d-none.d-md-block {
    display: none !important;
}

/*.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: #976e1a;
    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: #976e1a;
    text-shadow: 2px 2px 2px #75654d;
}
.aboutRights h2 {
    font-weight: bold;
    color: #976e1a;
    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: #976e1a;
    text-shadow: 2px 2px 2px #75654d;
}
.sectionTitle{
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #976e1a;
    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;
    }



/* Show first submenu on parent hover */

/* Show lastSubmenu on submenu li a hover */
.header-menu .submenu .lastSubmenu {
    display: none;
}
/* Show lastSubmenu on submenu li a hover */
.header-menu .submenu li:hover > .lastSubmenu {
    display: block;
    top: -2px;
    left: 100%;
}




.homeProductSection h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #976e1a;
    text-shadow: 2px 2px 2px #75654d;
    text-transform: uppercase;
}

.viewAllLink {
    text-align: center;
    margin-bottom: 70px;
}

.viewAllLink a {
     background-color: #976e1a;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.5s all;
}
.viewAllLink a:hover {
    background-color: #e7990e;
    color: #fff;
}

.homeProductSection {
        padding: 80px 0;
}
.homeProductBox {
    border: 1px solid lightgray;
    margin-bottom: 20px;
    overflow: hidden;
}
.homeProductBox img {
    width: 100%;
    transition: 0.5s all;
}

.homeProductBox:hover img {
    transform: scale(1.1);
}

.missionVissionDiv {
    padding: 80px 0;
    background-color: #DDF0F5;
}


.missionVBox {
    border: 1px solid lightgray;
    height: 325px;
    padding: 10px;
    border-radius: 10px;
    text-align: justify;
}

.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;
}


.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  flex-wrap: wrap;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #114776;
  z-index: 1;
}

.step {
  text-align: center;
  position: relative;
  z-index: 2;
}

.circle {
  background-color: #976e1a;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step p {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {
  .timeline::before {
    display: none;
  }
  .timeline {
    flex-direction: column;
    align-items: center;
  }
}











.map-marker:hover::after {
    opacity: 1;
}
.homeService {
    background-color: #DDF0F5;
}
.homeServiceBox {
    padding: 50px 15px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.ourServiceMain {
    padding: 80px 0;
}
.homeServiceBox p {
    margin: 0;
}

.homeServiceBox h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 14px;
}
.ourSeriveGrid h4 {
    text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ourSeriveGrid {
    border: 1px solid lightgray;
    padding: 20px;
    margin-bottom: 30px;
    height: 260px;
    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-color: #606060;
    padding: 20px 0;
}
.footer-widget h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.footer-widget ul li {
    display: block;
}

.footer-widget ul li a {
    color: #fff;
    display: block;
}
.footer-menu li a:before {
    display: none !important;
}



footer {
    margin-top: 0 !important;
}

.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;
}
.timeline-section h2 {
    color: #976e1a;
    text-shadow: 2px 2px 2px #75654d;
    text-transform: uppercase;
    font-weight: bold;
}

.footerSoiclaLink li {
    display: inline-block !important;
}
.footerSoiclaLink li a:hover {
    background-color: #0f5db2;
    color: #fff;
}
.footerSoiclaLink li a {
    width: 39px;
    height: 40px;
    background-color: #27455d;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s all;
}

.footerSoiclaLink {
    margin-top: 20px;
}

.mechinery {
    padding: 50px 0;
}
.mechinery .text-primary {
    color: #d4a021 !important;
}
    .section-title {
      border-left: 5px solid #976e1a;
      padding-left: 10px;
      margin-bottom: 20px;
    }
    .founder-card {
      background-color: #ffffff;
      border-left: 4px solid #976e1a;
      border-right: 4px solid #976e1a;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .machinery-list {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          border: 2px dashed #d7a223;
    }
    .machinery-list ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
    }
    .mechinaryBottom ul li {
    margin-bottom: 5px;
}
.bottomTitle {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    line-height: 32px;
}
.mechinaryBottom ul {
    list-style-type: disc;
    padding-left: 45px;
    margin-bottom: 20px;
}
.mechinaryBottom  {
    margin-bottom: 50px;
}
.mechinaryBottom  .text-primary {
    color: #daa826 !important;
}
    
    @media (max-width: 768px) {
      .machinery-list ul {
        columns: 1;
      }
    }



@media only screen and (max-width: 767px) {
    .missionVBox {
        height: unset;
        margin-bottom: 20px;
    }
    .homeVidoBanner video {
        height: 100%;
    }
    .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;
    }
   
    .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: none;
    }
    .sustainabilityList {
        display: none;
    }
    .welcomeMsg h2 {
        font-size: 24px;
    }
    .aboutRights h2 {
        font-size: 24px;
    }

    
    
}


