/********** Template CSS **********/
:root {
    --primary: #22a786;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
    
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: #c75a24;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
/* .header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
} */

/* .header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
} */

/* .header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
} */

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
 .img-fluid{
    width: 100%; 
    
    height:100%;
} 
.contact{
    color: white;
    justify-content: center;
}
.info_section {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            
  }
  
  .info_section .footer_contact {
    width: 350px;
  }
  
  .info_section .footer_contact .heading_container h2 {
    width: 100%;
    text-align: center;
  }
  
  .info_section .footer_contact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 20px 0 20px;
  }
  
  .info_section .footer_contact .box .img-box .img-2 {
    display: none;
  }
  
  .info_section .footer_contact .box .img-box:hover .img-1 {
    display: none;
  }
  
  .info_section .footer_contact .box .img-box:hover .img-2 {
    display: inline;
  }
  
  /* footer section*/
  .footer_section {
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    background-color: #1d1d1d;
  }
  
  .footer_section p {
    color: #ffffff;
    margin: 0;
    text-align: center;
  }
  
  .footer_section a {
    color: #ffffff;
  }
  
  /* end footer section*/

  .contact_section {
    background-color: rgb(163, 167, 169);
    padding: 50px 0;
  }

  .heading_container h2 {
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .contact_bg {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }

  .contact_form {
    margin-top: 20px;
  }

  .contact_form input, 
  .contact_form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .contact_form textarea {
    height: 120px;
    resize: none;
  }

  .contact_form button {
    width: 100%;
    padding: 15px;
    background-color: #c94b0c;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .contact_form button:hover {
    background-color: rgb(188, 61, 11);
  }

  .img-box img {
    width: 100%;
    border-radius: 15px;
  }

  .info_section {
    background-color: white;
    color: #fff;
    padding: 60px 0;
  }

  .info_section .footer_contact {
    padding-top: 20px;
  }

  .footer .contact {
    font-size: 36px;
    font-weight: bold;
    color: #f0f0f0;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .footer p,
  .footer a {
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer a:hover {
    color: #d4af37;
    text-decoration: underline;
  }

  .footer .btn-link {
    color: #bfbfbf;
    transition: color 0.3s;
  }

  .footer .btn-link:hover {
    color: #d4af37;
  }

  .footer .btn-social {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d4af37;
    transition: background-color 0.3s, color 0.3s;
  }

  .footer .btn-social i {
    color: #d4af37;
    font-size: 18px;
  }

  .footer .btn-social:hover {
    background-color: #d4af37;
    color: #fff;
  }

  .footer .position-relative {
    max-width: 400px;
    margin-top: 20px;
  }

  .footer .form-control {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #d4af37;
    padding: 15px;
  }

  .footer .form-control::placeholder {
    color: #bfbfbf;
  }

  .footer .btn-primary {
    background-color: #d4af37;
    border-color: #d4af37;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s, border-color 0.3s;
  }

  .footer .btn-primary:hover {
    background-color: #b58f2d;
    border-color: #b58f2d;
  }

  .footer .box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .footer .img-box {
    margin: 0 15px;
    position: relative;
  }

  .footer .img-box img.img-1 {
    display: block;
  }

  .footer .img-box img.img-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer .img-box:hover img.img-1 {
    display: none;
  }

  .footer .img-box:hover img.img-2 {
    display: block;
  }

  .footer .back-to-top {
    background-color: #d4af37;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .footer .back-to-top:hover {
    background-color: #b58f2d;
  }
  .para{
    color: black;
  }

  @media (max-width: 767px) {
    .footer_contact .container-fluid .row.g-5 .col-lg-3 {
      margin-bottom: 20px;
    }
  }

  .contact-item {
    background-color: rgb(206, 211, 213);
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.contact-item h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.contact-item address p {
    margin: 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.container-xxl {
    background-color:white;
}
.info_section .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px;
}

.info_section .contact-item h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.info_section .contact-item address {
    margin-bottom: 20px;
}

.info_section .footer_contact .box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.info_section .footer_contact .img-box {
    display: inline-block;
    width: 40px; /* Ensure consistency */
    height: 40px; /* Ensure consistency */
}

.info_section .footer_contact .img-box img {
    width: 100%; /* Make sure the image fills the box */
    height: 100%; /* Make sure the image fills the box */
}

.info_section .back-to-top {
    margin-top: 30px;
}

.contact-item p {
    margin: 0; /* Remove default margins */
}
.btn-box{
  margin-top: 45px;
}





