
*{
    font-family: 'roboto', sans-serif !important;
   /* text-align: justify !important; */
}
a {
    color: #212529 ;
    text-decoration: none !important;
}



.banners{
    padding-bottom:0px !important;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 0 20px 1px gray;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .inner-banner-two .hero-heading {
        font-size: 36px !important;
        line-height: 1.3em;
        margin: 15px 0 20px;
    }
}

@media (min-width: 1200px) {
    .row > .col-xl-6 {
        flex: 0 0 auto;
        width: 70%;
    }
}

/* Style Page Job detail */
.project-details-one .project-info li {
    width: 33.333%;
    padding: 35px 3%;
    border-right: 1px dashed rgba(0, 0, 0, .25);
    background: #ffd500;
    margin-bottom: -1px;
}
.project-details-one .project-info:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
    background: #ffd500;
}
.file-upload {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    max-width: -webkit-fill-available;
    /* margin: 20px auto;*/
}

.form-style-one .input-group-meta input {
    border: 1px solid #ccc;
}
.file-upload p {
    margin: 0;
    margin-right: auto;
}
.file-upload input[type="file"] {
    display: none;
}
.file-upload label {
    background-color: #ffd500;
    color: #212121;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}
.button {
    display: inline-block;
    background-color: #ffffff00;
    color: #fff;
    width: 8.5em;
    height: 2.9em;
    border: #ffd500 2px solid;
    border-radius: 8px;
    text-align: right;
    transition: all 0.6s ease;
  }

  .button:hover {
    background-color: #ffd500;
    color: #212121;
    cursor: pointer;
  }
  .button svg {
    width: 1.6em;
    margin-left: 8px;
    position: absolute;
    display: flex;
    transition: all 0.6s ease;
  }

.button:hover svg {
transform: translateX(5px);
}

.text {
margin: 0 1.5em
}/* End Style Page Job detail */

/* Style Page Carrieres */

.inner-banner-two .pager{
    border-bottom: 1px solid #ffd50050 !important;
    padding-bottom: 2px;
}

.inner-banner-two .pager li a{
    color: rgb(255 255 255 / 68%);

}
.inner-banner-two .pager li a:hover {
    color: #ffd500;
}
.underline{
    padding-bottom: 2px;
    border-bottom: 2px solid #ffd500;
}
a.blog-title {
    color: #101010;
}

a {
    text-decoration: none !important;
}

.blog-meta-two .post-data .round-btn:hover {
    background: #ffd500;
    border-color: #cfff45;
}
.pagination-one ul li:not(:last-child) a.active, .pagination-one ul li:not(:last-child) a:hover, .pagination-one ul li:not(:last-child) a:focus {
    background: #ffd500;
    color: #fff !important;
}

.newsletter-banner form button:hover, .newsletter-banner form button:focus {
    background: #ffd500;
}

.sub-btn
{
    justify-content: center;
    display: flex;
    align-items: center;
}

.pagination-one ul li:first-child a {
    background: #ffd50000 !important; /* Adjust transparency as needed */
}

/* End Style Page Carrieres */

@media (max-width: 992px) {
    .navbar {
        padding-bottom: 10px !important;
    }
}
.roundbtn{
    content: "\f138";
    width: 60px;
    height: 60px;
    text-align: center;
    /* justify-content: center; */
    display: table-cell;
    font-size: 28px;
    color: #fff;
    background: #101010;
    transition: all .3s ease-in-out;
    border-radius: 50% !important;
}

@media (max-width: 991px) {
    .md-bb{
    border-bottom: 1px solid #ffd500;
    border-right: 0px !important;
    margin-bottom: 30px;
}
}
.md-bb{
    border-right: 1px solid #ffd500;
}

.roundbtn:hover{
    content: "\f138";
    width: 60px;
    height: 60px;
    text-align: center;
    /* justify-content: center; */
    display: table-cell;
    font-size: 28px;
    color: #fff;
    background: #ffd500;
    transition: all .3s ease-in-out;
    border-radius: 50% !important;
}
/* Style Page Acceuill */
.fancy-banner-eight .bg-wrapper
{
    background-color: #ffD500;
}

.footer-two.no-bg {
border-top: 1px solid black;
background: none;
padding: 0px;
margin-left: 10px;
margin-right: 10px;
}
.border-40 {
    border-radius: 0 0 0 0;
}
.footer-two .bg-wrapper {
background: #ffffff00;
}
.btn-twenty:hover {
background-color: #efd966;
color: #000;
}

.btn-twenty {    background-color: #ffd500;
}

.theme-main-menu .navbar-toggler
{
background: #ffd500;
}
.block-feature-five:before {

    background: none;

}
.theme-main-menu.white-vr.fixed {
    background: #ffffff;
    border: none;
    padding-bottom: 10px !important;
    padding: 10px 15px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 0 20px 1px #212121;
}
.theme-main-menu.menu-style-five{
    background: #00000000;
    border-radius: 45px;
}
.theme-main-menu .nav-item .nav-link
{
    font-family: "satoshi" !important;
}
.logo img.logo-img {
width: 250px; /* Adjust the logo size as needed */
height: auto;
}

.navbar.navbar-expand-lg.p0.order-lg-2.mx-auto {
margin: 0 auto; /* Center the menu */
}

.navbar-collapse {
display: flex;
justify-content: center; /* Center the menu items */
}
.bg-black {
background: #212121 !important;
}
.nav-link {
    padding: 20px 8px !important;
}
.theme-main-menu.white-vr .nav-item:hover .nav-link {
    color: #ffd500;
}
li.nav-item:hover{
    border-bottom: 1px solid #FFD500;
}
li.nav-item {
    padding: 5px;
    border-bottom: 2px solid transparent;
}
.btn-one:hover {
    background-color: #ffD500;
    color: #fff;
}
.inner-banner-two .hero-heading {
    font-weight: 700;
    font-size: 85px;
    line-height: 1.3em;
    margin: 22px 0 40px;
}
.btn-one
{
    color: #000;
    background-color: #FFD500;
}
@media screen and (max-width: 991px) {
.white-vr .navbar-collapse {
    background-color: white;
}
}

.theme-main-menu .quote-one {
    color: #fff;
    border: 1px solid #ffd500;
    text-decoration: none;
    background-color: #ffd500;
}
.theme-main-menu .quote-one:hover {
    background: #ffd500;
    color: #19352d;
}
.hero-banner-seven {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    overflow: hidden;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-svg {
filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .md-mb-20 {
        margin-bottom: 20px !important;
        justify-content: center;
        display: flex;
    }
    .theme-main-menu.white-vr.fixed{
        padding-bottom: 10px !important;
    }
}
/* Media query for mobile devices */
@media (max-width: 767px) {
.hero-banner-seven {
    padding-top: 56.25%; /* Maintain 16:9 aspect ratio */
}

.hero-video-background video {
    object-fit: cover; /* Keep cover to maintain aspect ratio */

}
}

.fancy-banner-three:before {
background-color: #212121b5;
}

/* Additional responsive adjustments */
@media (max-width: 576px) {
.hero-banner-seven {
    padding-top: 56.25%; /* Maintain 16:9 aspect ratio */
}
}
.box-layout {
    margin-top: 0;
}

.btn-four {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    padding: 0 38px;
    text-align: center;
    border-radius: 8px;
    color: #343a40;
    text-decoration: none;
    background-color: #ffd500;
    transition: all .3s ease-in-out 0s;
}
.card-style-seven:hover .icon, .card-style-seven.active .icon {
    background: #ffd500;
}
.btn-four:hover{
    background-color: #efd966;
}

.block-feature-fifteen .line-btn:before, .block-feature-fifteen .line-btn:after {

    background: #ffc107
}
.block-feature-three .block-one .block-title {
    background: none;
}
.block-feature-three .block-four .block-title {
    background: none;
}
.block-feature-three .block-five .block-title {
    background: none;
}
.block-feature-three .block-title a {

    background: url(../images/shape/shape_01.svg) no-repeat left top;
    color: #212121;
    padding: 10px;
    font-weight: 700;
    bottom: -26px;
}
.card-position{
        border-radius: 8px;
}


.slick-center .feedback-block-two {
    background: #212121;
    border: 2px solid #ffd500;
}
.tag {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    background-color: #ffd500 !important;
    line-height: 25px !important;
    border: 0px !important  ;
    padding: 0 10px;
    border-radius: 0 !important;
}
.btn-twenty {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    padding: 0 38px;
    text-align: center;
    border-radius: 8px;
    color: #343a40;
    text-decoration: none;
    background-color: #ffd500;
    transition: all .3s ease-in-out 0s;
}
.etp_txt{
    text-align: center;
    padding-top: 30px;
    color: #ffd500;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.etp_p{
    margin-top: 20px;
    font-size: 18px;

}

.card-style-twentyOne .icon {

   /* border: 1px solid#ffd500; */
}
.scroll-top {
    background-color: #efd966;
}
.btn-rech{
  background-color: #101010;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #ffd500  ;
  transition: all .3s ease-in-out 0s;
  border: 1px solid #ffd500;

}

.btn-rech:hover
{

  background-color: #FFD500 ;
  color: #101010 ;
}

.card-style-twenty .text {
    width: calc(100% - 60px);
    padding-left: 0px;
}

.card-style-twenty .icon {
    width: 70px;
    height: 60px;
    background: #ffd500;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    background-color: #ffd500 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-card:hover::after {
    opacity: 1;
}
/* End Style Page acceuill */



/* Style Page Contactt */
.address-block-one .icon {
    width: 80px;
    height: 80px;
    background: white;
}
.faq-section-three nav .nav .nav-link.active {
    background: #ffd500;
    color: white;
}/* End Style Page Contactt */

