/* banner-section */
body{
    position: relative;
  
} 
.bg-banner-img{
    background-image: url(../images/business/bg-banner-img.jpg);
    background-position: top;background-repeat: no-repeat;
    background-size: cover;
}
.bodybg{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    /* height: 100%; */
    object-fit: cover;
}
.blog-title {
    display: flex;
    justify-content: center;
    position: relative;
    width: 87%;
    margin: auto;
    padding-top: 125px;
 
}
.blog-title::before{content: ''; position: absolute;bottom:0px;left: 0px;
    width: 100%;height: 2px; border-bottom: 1px solid #FF840C;}
.blog-title h4 {position: absolute;left: 50%;margin-right: -50%;transform: translate(-50%, -50%) !important;
    color: #000;z-index: 1;
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    align-self: flex-end; 
}
.blog-title img {
    width: 500px; 
} 
@media (max-width:1200px){
    .blog-title {
        padding-top: 110px;
     }
} 
@media (max-width: 600px) { 
    .blog-title img {
        width: 250px; 
    }
    .blog-title {
        width: 84%;
    }
    .blog-title h4 {
        font-size: 20px;
    }
}
@media (min-width: 601px) and (max-width: 991px) { 
    .blog-title img {
        width: 400px; 
    } 
    
} 
/* //banner-section */
.btn-contact:hover{background: #FB5411;color: #fff;box-shadow: 0 0 4px 0px #FB5411;}
.btn-contact{color: #FB5411;transition: all 0.5s ease;
font-family: "Poppins-SemiBold";
font-size: 14px; 
line-height: normal;
text-transform: uppercase;border-radius: 7px;
background: #FFF;padding:4px 10px;position: relative;top: -12px;} 
.txt-p{color: #000;
text-align: center;
font-family: "Poppins-Regular";
font-size: 16px; 
line-height: normal;}
.txt-small-p{color: #000;
text-align: center;
font-family: "Poppins-Regular";
font-size: 13px; 
line-height: 186.2%; /* 24.206px */
letter-spacing: 0.26px;}
.tab-pos-txt{position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);
color: #FFF;
text-align: center;
text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.53);
font-family: "Poppins-SemiBold";
font-size: 20px; 
line-height: 186.2%; /* 37.24px */
letter-spacing: 0.4px;
text-transform: uppercase;}
.nav.nav-pills{border-bottom: 10px solid #1C1750;}
.nav.nav-pills li{position: relative;}
.nav.nav-pills li a.active::before{content: '';position: absolute;bottom:-30px;left: 50%;transform: translateX(-50%);
border-radius: 0px 0px 20px 20px;width: 14px;height: 22px;
background: #1C1750;}
.tab-content{border-radius: 15px;
border: 2px solid #1C1750;}
.tab-content h5{color: #000;
text-align: center;
font-family: "Poppins-Regular";
font-size: 13px; 
line-height: normal;}
.txt-title-h2{color: #000;
font-family: "Poppins-SemiBold";
font-size: 25px; 
line-height: normal;
text-transform: uppercase;}

.brand-partners .scroll-container {
    display: flex;
    align-items: center;
    position: relative;
}

.brand-partners .containers {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 20px; 
    width: 100%; /* Ensures container uses the full width of the parent */
    /*max-width: 1200px;  */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.brand-partners .containers::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.brand-partners .card {
    flex: 0 0 auto;
    width: 210px;
    height: 110px; 
    padding: 10px;  
    text-align: center; 
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;border: none;
}
  
.brand-partners .card:hover {
    transform: scale(1.05);
}

.brand-partners .scroll-btn {
    /* Hide the buttons initially */
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.brand-partners .scroll-btn.left {
    left: 0;
}

.brand-partners .scroll-btn.right {
    right: 0;
}
a.txt-p-a:hover{color: #FB5411;}
.txt-p-a{color: #000;transform: all 0.5s ease;
font-family: "Poppins-Regular";
font-size: 18px; 
line-height: 186.2%; /* 33.516px */
letter-spacing: 0.36px;}
.AB-dash-line{position: relative;}
.AB-dash-line::before{content: '';position: absolute;top:-10px;left: 50%;margin-right: -50%;transform: translateX(-50%);
width: 300px;height: 2px;border-bottom: 1px dashed #000;}
.AB-dash-line::after{content: '';position: absolute;bottom: -10px;left: 50%;margin-right: -50%;transform: translateX(-50%);
width: 300px;height: 2px;border-bottom: 1px dashed #000;}



@media only screen and (max-width:600px){
    .date-sec { font-size: 10px;} 
    .bg-banner-img { background-attachment: fixed; }
}

@media only screen and (min-width:601px) and (max-width:991px){
    .bg-banner-img { background-attachment: fixed; }

}

@media only screen and (min-width:992px) and (max-width:1199px){
 

}

@media only screen and (min-width:1750px){
.bg-body{max-width: 1700px;margin-left: auto;margin-right: auto;}
}


@media (min-width: 768px) and (max-width: 991px) {
.tab-pos-txt { 
    font-size: 18px ;}
}

@media (max-width: 767px) {
  .tab-pos-txt { 
    font-size:20px;}
    .flex-row { 
    flex-direction: column !important;
}
.nav-pills img{height: 100px;min-width: 100%;object-fit: cover;}
.nav.nav-pills {
  border-bottom: none;
    /* border-bottom: 10px solid #1C1750; */
}
.nav.nav-pills li a.active::before { 
    bottom: -12px;
}
.tab-content {
  border-radius: 0;}
.card-header button:hover{color: #ddd;}
.card-header{background-color: #1C1750;}
.card-header,.card-header button{color: #FFF;
    text-align: center !important; 
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    line-height: 186.2%;
    letter-spacing: 0.4px; 
    text-transform: uppercase;}
    .card-header {
      padding: 3px 3px 0 3px;}
      .accordion .card:nth-child(1) h2{
        background-image: url(assets/images/business/img-1.jpg);
        background-position: center;background-repeat: no-repeat;background-size: cover;
        padding: 45px 5px;
      }
      .accordion .card:nth-child(2) h2{
        background-image: url(assets/images/business/img-2.jpg);
        background-position: center;background-repeat: no-repeat;background-size: cover;
        padding: 45px 5px;
      }
      .accordion .card:nth-child(3) h2{
        background-image: url(assets/images/business/img-3.jpg);
        background-position: center;background-repeat: no-repeat;background-size: 100% 185%;
        padding: 45px 5px;
      }
      .accordion .card:nth-child(4) h2{
        background-image: url(assets/images/business/img-4.jpg);
        background-position: center;background-repeat: no-repeat;background-size: cover;
        padding: 45px 5px;
      }
      .accordion .card:nth-child(5) h2{
        background-image: url(assets/images/business/img-5.jpg);
        background-position: center;background-repeat: no-repeat;background-size: cover;
        padding: 45px 5px;
      }
  }
  


  @media (max-width:768px){
    .txt-p-a{
        font-size: 12px;
    }
    .cmail-icon{
        width: 45px;
    }
  }