@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  overflow-y: auto;
}

:root {
  --primary-color: #DAA520;
  --secondary-color: #B01E71;
  --third-color: #AA6C39;
}

.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.third-color {
  color: var(--third-color);
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.defult-margin {
  padding: 6rem 0rem;
}
.defult-banner-position{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-page-content{
  font-size: 1.15rem;
}

/* topbar part start  */
.fs-small-custom {
  font-size: 0.9rem;
}

.topbar-part {
  background-image: linear-gradient(to left, var(--primary-color), var(--third-color));
}

/* topbar part end  */

/* navbar part start  */
.nav-logo {
  max-width: 60%;
}

.nav-bg-custom {
  background-color: rgb(247 247 247 / 90%) !important;

}

.border-hover {
  position: relative;
  text-decoration: none;
}
.dropdown:hover .dropdown-toggle::after{
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.border-hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: width 0.3s ease;
}

.border-hover:hover::before {
  width: 100%;
  /* Expand width on hover */
}

.dropdown:hover .dropdown-menu {
  display: block;
  transition: 0.3s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color);
  color: white;
  transition: 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-menu{
  display: none !important;
}
.dropdown-submenu:hover .dropdown-menu{
  display: block !important;
}
.dropdown-submenu {
  position:relative;
  cursor: pointer;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 70%;
  
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 



/* mega menu part  */
.mega-menu {
  position: static !important;
}

.mega-menu .dropdown-menu {
  max-width: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  max-height: 450px;
  overflow-y: auto;
}

.mega-menu .dropdown-item {
  display: block;
}

.mega-menu .dropdown-item img {
  max-width: 80%;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;

}

.side-menu .nav-link , .side-menu-1 .nav-link-1 {
  cursor: pointer;
}

.col-7 .category-content, .col-7 .category-content-1 {
  display: none;
}

.side-menu .nav-link.active, .side-menu-1 .nav-link-1.active {
  border-bottom: 2px solid var(--secondary-color);
}

.col-7 .category-content.active, .col-7 .category-content-1.active {
  display: block;
}

.mega-menu .dropdown-item p {
  font-size: 0.9rem;
}

.mega-menu h4 {
  font-size: 1rem;
}

.nav-mega-margin {
  margin-top: -6px;
  padding-top: 6px;
}
.mega-text{
  font-size: 1rem;
}

@media (max-width: 767px) {
  .category-content {
    padding-bottom: 20px;
  }
}



/* navbar part end  */

/* 1st slider part start  */
.slider-1 {
  position: relative;
}

.custom-shape-divider-bottom-1714545654 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0px;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1714545654 svg {
  position: relative;
  display: block;
  width: calc(101% + 1.3px);
  height: 81px;
}

.custom-shape-divider-bottom-1714545654 .shape-fill {
  fill: white;
}

/* 1st slider part end  */

.custom-business-details {
  text-align: justify;
  text-justify: inter-word;
}


/* business unit part start  */
#carouselBusinessUnit img {
  height: 140px;
  max-width: 280px;
  object-fit: contain !important;
}

.business-btn:hover,
.business-btn i:hover {
  color: var(--primary-color) !important;
}
.business-unit .card{
  height: 350px;
}


/* brands unit part start  */
.brands-part {
  background-color: #9c86e66b;
}

.brands-items-bg {
  background-color: #2c1a70;
}

.custom-btn-position-left {
  /* padding-bottom: 10rem; */
  padding-right: 9rem;
}

.custom-btn-position-right {
  /* padding-bottom: 10rem; */
  padding-left: 9rem;
}

.custom-btn-position-left-bu {
  /* padding-bottom: 10rem; */
  padding-right: 13rem;
}

.custom-btn-position-right-bu {
  /* padding-bottom: 10rem; */
  padding-left: 13rem;
}

.brands-btn:hover {
  color: var(--secondary-color) !important;
}

.brands-btn i:hover {
  color: var(--secondary-color) !important;
}

.brands-part .card {
  height: 350px;
}

/* brands unit part end  */


/* infographic part start  */
.infographic-part {
  background-color: whitesmoke;
}

.main-timeline {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 20px 0;
  position: relative;
}

.main-timeline:before,
.main-timeline:after {
  content: '';
  height: 40px;
  width: 40px;
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 10px solid #303334;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}

.main-timeline:after {
  top: auto;
  bottom: 15px;
}

.main-timeline .timeline {
  padding: 35px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

/* .main-timeline .timeline:after  */
.main-timeline .timeline:before
{
  content: '';
  /* height: 100%; */
  padding: 67.5px;
  width: 50%;
  border-radius: 100px 0 0 100px;
  border: 6px solid #46B2BC;
  border-right: none;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: -1;
}

.main-timeline .timeline:after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #65C7D0;
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #65C7D0;
  font-size: 35px;
  font-weight: 600;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

.main-timeline .timeline-icon {
  color: #65C7D0;
  font-size: 50px;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  left: 34%;
  top: 50%;
}

.main-timeline .content {
  color: #909090;
  width: 50%;
  padding: 20px;
  display: block;
  float: right;
}

.main-timeline .title {
  color: #65C7D0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding-right: 3rem;
}

.main-timeline .description {
  font-size: 16px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even):before {
  left: auto;
  right: 0;
  border-radius: 0 100px 100px 0;
  border: 6px solid rgb(55, 139, 207);
  border-left: none;
}


.main-timeline .timeline:nth-child(even) .content {
  float: left;
  padding-left: 3rem;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%;
}

.main-timeline .timeline:nth-child(5n+2):before {
  border-color: #EA3C14;
  padding: 78.5px;
  top: -11px;
}
.custom-timeline:before {
  padding: 79.5px !important;
  top: -12px !important;
}
.custom-timeline-1:before{
  padding: 56.5px !important;
  top: 35px !important;
}
.main-timeline .timeline:nth-child(5n+2):after {
  border-color: #EF5720;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-icon {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .title {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+3):before {
  border-color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3):after {
  border-color: #6CAF29;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-icon {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .title {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+4):before {
  border-color: #F99324;
  padding: 91.5px;
  top: -12px;
}

.main-timeline .timeline:nth-child(5n+4):after {
  border-color: #FBB03B;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-icon {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .title {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+5):before {
  border-color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5):after {
  border-color: #0050A3;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-icon {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .title {
  color: #0071BD;
}

@media screen and (max-width:2560px){
  .custom-timeline:before {
    padding: 68.5px !important;
    top: 10px !important;
  }
  .custom-timeline-16:before {
    padding: 80.5px !important;
    top: -13px !important;
}
}


@media screen and (min-width:769px) and (max-width:1200px) {
  .main-timeline .timeline:after {
    border-radius: 88px 0 0 88px;
  }

  .main-timeline .timeline:nth-child(even):after {
    border-radius: 0 88px 88px 0;
  }
  .main-timeline .timeline:before {
    padding: 79.5px;
  }
  .custom-timeline:before {
    padding: 79.5px !important;
    top: 12px !important;
  }
  .custom-timeline-16:before {
    padding: 90.5px !important;
    top: 12px !important;
  }
  .custom-timeline-18:before {
    padding: 68.5px !important;
    top: 34px !important;
}

}

@media screen  and (max-width:768px) {
  .main-timeline .timeline {
    margin-top: -19px;
  }
  .main-timeline .timeline-icon {
    font-size: 60px;
  }

  .main-timeline .timeline-year {
    font-size: 40px;
  }
  .custom-timeline-83:before {
    padding: 84px !important;
  }
  .custom-timeline:before {
    padding: 86px !important;
  }
  .custom-timeline-11:before{
    padding: 96.5px !important;
  }
  .custom-timeline-16:before{
    padding: 109.5px !important;
  }
  .custom-timeline-18:before{
    padding: 96.5px !important;
  }
  .custom-timeline-19:before{
    padding: 107.5px !important;
  }
  .custom-timeline-21:before {
    padding: 101.5px !important;
    top: -12px !important;
}
}

@media screen and (max-width:479px) {
  .main-timeline .timeline-icon {
    font-size: 50px;
    transform: translateY(0);
    top: 25%;
    left: 10%;
  }

  .main-timeline .timeline-year {
    font-size: 25px;
    transform: translateY(0);
    top: 65%;
    left: 9%;
  }

  .main-timeline .content {
    width: 68%;
    padding: 10px;
  }

  .main-timeline .title {
    font-size: 18px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 10%;
  }

  .main-timeline .timeline:nth-child(even) .timeline-year {
    right: 9%;
  }
}

.timeline .title:hover{
  color: var(--primary-color) !important;
}

/* infographic part end  */


/* award part start  */
.award-card{
  height: 300px;
}

.award-img {
  max-width: 40%;
  margin: 20px;
  object-fit: contain;
  box-shadow: 0px 6px 16px -4px rgba(0, 0, 255, .2);
}

.award-carousel-icon-left,
.award-carousel-icon-right {
  position: relative;
}

.award-carousel-icon-left i {
  content: "";
  position: absolute;
  right: 62px;
  bottom: 145px;
}

.award-carousel-icon-right i {
  content: "";
  position: absolute;
  left: 633%;
  bottom: 142px;
}
.award-part .carousel-control-next , .client-part .carousel-control-next{
  right: -25px;
}
.award-part .carousel-control-prev ,  .client-part .carousel-control-prev{
  left: -25px;
}

/* award part end  */

/* clients part start  */
.client-part {
  background-color: whitesmoke;
  padding-bottom: 6rem;
}

.clients-carousel-icon-left,
.clients-carousel-icon-left {
  position: relative;
}

.clients-carousel-icon-left i {
  content: "";
  position: absolute;
  right: 85px;
  bottom: 110px;
}

.clients-carousel-icon-right i {
  content: "";
  position: absolute;
  left: 68px;
  bottom: 111px;
}

.custom-clients-img-size {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
}
.shadow-custom{
  box-shadow: 0px 5px 3px 1px rgba(0, 0, 255, .2);
}



/* clients part end  */
/* News letter part start  */
.news-letter {
  background-image: linear-gradient(to left, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/awards_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-btn {
  background: var(--secondary-color);
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border: 0px;
}

/* News letter part end  */

.footer-part {
  background-color: #1E0C1D;
}

.footer-bottom-font {
  font-size: 10px;
  color: #787878;
}


/************************ Company Profile page Work  ***************************************************/
.company-profile-banner-part {
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/banner/eagle_hills_lagare_cover.jpg);
}

.page-banner-items {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


/************************** Chairman, MD msg page work  *****************************************/
.chairman-msg {
  background-color: whitesmoke;
}
.text-justify{
  text-align: justify;
}
.msg-banner{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/pexels-cottonbro-3831847.jpg);
}




/************************** Contact Us page work  *****************************************/
.contact-banner{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/contact-us-6933645_1280.jpg);
}
.map-part iframe{
  margin-bottom: -6px;
  border:0;
  width: 100%;
  height: 500px;
}
.contact-us-details{
  max-width: 460px;
}


/************************** Award page work  *****************************************/
.award-banner{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/shiny-celebration-backdrop-with-glowing-abstract-star-shapes-bright-illuminated-generated-by-artificial-intelligence.jpg);
}
.award-banner-items{
  height: 40vh;
  display: flex;
  align-items: center;
}
.award-banner-font{
  font-weight: bold;
  font-size: 3rem;
}
.box img{
  height: 400px;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}



/************************** business page work  *****************************************/
.business-banner{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/soroush-zargar-Tviv9s8vSMg-unsplash.webp);
}
.product-details img{
  object-fit: cover;
}

.sectionFullHeight {
  min-height: 600px;
}
.business-product-part .mission-statement{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/fleur-5obYWU5UXdI-unsplash.jpg);
  padding: 100px 50px 50px 100px;
  min-height: 500px;
  background-size: cover;
}
.margin-overlap {
  margin-left: -40px;
}
.topalign {
  min-height: 300px;
  margin-top: -200px;
  margin-left: -40px;
  object-fit: cover;
}




/************************** brands page work  *****************************************/

.brands-banner{
  background-image: url(../images/creative-background-1004043_1280.png);
}
.brands-product-part .mission-statement{
  background-image: linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)), url(../images/brands-product-1.jpg);
  padding: 100px 50px 50px 100px;
  min-height: 500px;
  background-size: cover;
}



/************************** media center page work  *****************************************/

.media-banner{
  background-image:linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)) ,url(../images/pexels-pixabay-267350.jpg);
}

.media-items iframe{
  width: 100%;
  height: 400px;
}


/************************** news  page work  *****************************************/

.news-banner{
  background-image:linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)) ,url(../images/digital-world-map-hologram-blue-background.jpg);
}
.news-items .card{
  background-color: #f5f5f5;
}
.news-items .card img{
  width: 100%;
  height: 14rem;
  object-fit: cover;
}



/************************** news details page work  *****************************************/
.news-details-img{
  background-image: url(../images/news\ and\ events/Hazrat-Shahjalal-International-Airport.webp);
}
.news-details-img div{
  height: 70vh;
}

.news-details h1{
  font-size: 70px;
}


/************************** partners page work  *****************************************/
.partners-banner{
  background-image:linear-gradient(to right, rgba(56, 44, 11, 0.671), rgba(56, 44, 11, 0.671)) ,url(../images/pexels-fauxels-3184418.jpg);
}
.box-partners img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  
}




/************************ E-Catalogues page start  ******************************/
.e-catalogues h1{
  font-size: 50px;
  line-height: initial;
}
.e-catalogues .card img{
  height: 250px;
  object-fit: cover;
}
.e-catalogues .card .card-body{
  background: var(--primary-color);
}





/************************ E-Catalogues page end  ******************************/





















@media screen and (min-width: 960px) {
  .cards-wrapper {
    display: flex;
  }

  .card-custom {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }

}

@media screen and (max-width: 961px) {
  .card-custom:not(:first-child) {
    display: none;
  }

  .custom-shape-divider-bottom-1714545654 svg {
    height: 63px;
  }

}
@media screen and (max-width: 767px) {
  .custom-clients-img-size {
    height: 180px;
  }
  .award-banner-font{
    font-size: 3rem;
  }
}
  @media screen and (min-width: 768px) and (max-width: 991px) { 
    .custom-clients-img-size {
      height: 160px;
    }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .fs-small-custom {
    font-size: 15px;
  }
  .icon-small-custom{
    font-size: 20px;
  }
  .fl-end{
    float: inline-end;
  }
  
}

/* @media screen and (max-width: 575px){
  .custom-copyright{
    text-align: center;
  }
} */


@media screen and (max-width: 575px) {
  .custom-shape-divider-bottom-1714545654 svg {
    height: 25px;
  }
  .custom-clients-img-size {
    height: 150px;
  }

  .ecatalog-responsive-test {
    text-align: center;
    margin-bottom: 20px;
  }
  .topbar-part{
    font-size: 8px;
  }
  .fs-small-custom {
    font-size: 10px;
  }
  .fl-end{
    float: inline-end;
  }
  .mega-text{
    font-size: 0.8rem;
  }
  .icon-small-custom{
    font-size: 20px;
  }
  .margin-overlap {
    margin-left: 0;
  }
  .topalign {
    margin-top: 0;
    margin-left: 0;
    height: 100px;
  }
  .award-banner-font{
    font-weight: bold;
    font-size: 1.9rem;
  }
  .box-partners img{
    height: 150px;
    width: 100%; 
  }
}

.read-more {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  bottom: 10px;
  right: 10px;
}
.read-more:hover {
  color: var(--third-color);
}


