.shahanredfont {
    color: white !important;
}
.shahanboldfont {
    font-weight: bold;
}
.blackicon a i {
    color: black !important;
}

.dropdown-menu .dropdown-item :hover{
    background-color: #f8f8f8 !important;
    color: white !important;

}

.Dicon a{
  padding: 0px !important;
    background-color: black !important;
}

.iconW .align-items-center i {
    color: #787878 !important;
}

.footer .footer-item a:hover {
    color: black !important;

}

.icon {
    width: 20px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between icon and text */
    vertical-align: middle; /* Align icon with text */
}



.NoneRadioimg{
    border-radius: 0 !important;
}


.whiteBg{
    background-color: white !important;
}

.whiteGrayBg{
    background-color: #f8f8f8 !important;
}

/** fonts start **/

.titleFont {
    font-family: "Gugi", sans-serif !important;
    font-style: normal;
}
.header-carousel-item h4,
.header-carousel-item h1,
.header-carousel-item p{
    font-family: "Inria Sans", sans-serif !important;
    font-style: normal;
}

.header-carousel-item h4{
    font-size: 35px !important;
}
.header-carousel-item h1{
    font-size: 35px !important;
}

p{
    font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal;
    color: #787878;
}

h3{
    font-family: "Aldrich", sans-serif !important;
    font-style: normal;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    
}

.office-item h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

/** fonts end **/


.img-fluid1{
    height: 150px !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: black;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid #787878 !important;
}


.hero{
    background: rgba(0, 0, 0, .7) !important;
}





.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: black;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: black;
    background: white;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: #f8f8f8;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: black;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: black;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Service Start ***/
.features .feature-item {
    height: 97% !important;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item1 {
    height: 150px !important;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item2 {
    height: 200px !important;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item3 {
    height: 290px !important;
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.feature-content h6{
    text-transform: uppercase;
    color: #787878;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #f8f8f8;
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}


/*** Service End ***/

/*** Residential construction  Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
    display: flex; 
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(25, 25, 26, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
    height: 60vh;
    object-fit: cover;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}  
/*** Residential construction  End ***/



/*** Commercial construction ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Commercial construction ***/


.training-inner a,
.training-content h4{
    text-transform: uppercase;
    
}

.training-content h4{
   font-size: 16px;
   font-weight: bold;
    
}
.training-content a{
    font-size: 14px;
     
 }
 .training-content a{
    text-transform: uppercase;
    font-size: 12px;
     
 }

 .scrollable {
    height: 400px; /* Set height for the scrollable area */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc; /* Optional styling */
    padding: 10px; /* Optional padding */
}

.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
}
.modal-img {
    width: 100%;
    height: auto;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px;
}


/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    height: 30rem !important;
  }
  
  .recent-blog-posts .post-item .post-img img {
    transition: 0.5s;
  }
  
  .recent-blog-posts .post-item .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #787878 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
  }
  
  .recent-blog-posts .post-item .post-content {
    padding: 30px;
  }
  
  .recent-blog-posts .post-item .post-title {
    font-size: 24px;
    color: black;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
  }
  
  .recent-blog-posts .post-item .meta i {
    font-size: 16px;
    color: Black;
  }
  
  .recent-blog-posts .post-item .meta span {
    font-size: 15px;
    color: #838893;
  }
  
  .recent-blog-posts .post-item hr {
    color: #888;
    margin: 20px 0;
  }
  
  .recent-blog-posts .post-item .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
  }
  
  .recent-blog-posts .post-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
  }
  
  .recent-blog-posts .post-item:hover .post-title,
  .recent-blog-posts .post-item:hover .readmore {
    color: black;
  }
  
  .recent-blog-posts .post-item:hover .post-img img {
    transform: scale(1.1);
  }
  
  .post-img img {
   width: 100% !important;
    height: 350px !important;
    object-fit: cover;
  }

  /*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  
  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-secondary);
  }
  
  .blog .blog-details .content {
    margin-top: 20px;
  }
  
  .blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(82, 86, 94, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-primary);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
  }
  
  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
  }
  
  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
  }
  
  .blog .blog-details .meta-top a:hover {
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(82, 86, 94, 0.15);
  }
  
  .blog .blog-details .meta-bottom i {
    color: #838893;
    display: inline;
  }
  
  .blog .blog-details .meta-bottom a {
    color: rgba(82, 86, 94, 0.8);
    transition: 0.3s;
  }
  
  .blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .tags li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
  }
  
  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }
  
  .blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
  }
  
  .blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
  }
  
  .blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
  }
  
  .blog .post-author .social-links {
    margin: 0 10px 10px 0;
  }
  
  .blog .post-author .social-links a {
    color: rgba(82, 86, 94, 0.5);
    margin-right: 5px;
  }
  
  .blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
  }
  
  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(82, 86, 94, 0.3);
    padding: 3px 10px;
    position: relative;
  }
  
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }
  
  .blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: var(--color-secondary);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: #b8b8b8;
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: var(--color-secondary);
    transition: 0.3s;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: var(--color-default);
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(54, 77, 89, 0.4);
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item {
    display: flex;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }
 


  
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(54, 77, 89, 0.4);
  }
  
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #838893;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(131, 136, 147, 0.4);
    display: inline-block;
    transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: var(--color-secondary);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(131, 136, 147, 0.8);
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
  .blog .comments {
    margin-top: 30px;
  }
  
  .blog .comments .comments-count {
    font-weight: bold;
  }
  
  .blog .comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .comments .comment .comment-img img {
    width: 40px;
  }
  
  .blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .comments .comment h5 a:hover {
    color: var(--color-primary);
  }
  
  .blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary);
  }
  
  .blog .comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(82, 86, 94, 0.8);
    margin-bottom: 5px;
  }
  
  .blog .comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: #787878;
  }
  
  .blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #787878;
  }
  
  .blog .comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
  }
  
  .blog .comments .reply-form .btn-primary:hover {
    color: var(--color-secondary);
    background-color: var(--color-primary);
  }

  .form-control:focus{
  border: solid 1px #787878 !important;
}
.form-control:focus {
  color: #787878;
  background-color: #fff;
  border-color: #787878;
  outline: 0;

}



.btn-link {
  cursor: pointer !important; /* Ensure hand cursor */
}

.img-fluidC {
  width: 100%;
  height: 450px;
}






.image-slider {
  width: 100%;
  margin: auto;
  position: relative;
}
.image-slide {
  display: none;
}
.active-slide {
  display: block;
}
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.image-modal img {
  max-width: 90%;
  max-height: 90%;
}
.image-modal.active-modal {
  display: flex;
}
.arrow-prev, .arrow-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 24px;
}
.arrow-prev {
  left: 10px;
}
.arrow-next {
  right: 10px;
}

.contact-add-item p a {
  color: #787878 !important;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal;
}

.btn-outline-secondary1{
  border: none !important;
  border-radius: 0px !important;
  background-color: black !important;
  color: white;
}


.input-group .form-control {
  border: 1px solid #787878; /* Default border color */
  transition: border-color 0.3s ease; /* Smooth transition for border color */
}

.input-group .form-control:focus {
  border-color: #787878; /* Focus border color */
  box-shadow: 0 0 0 0.2rem #f8f8f8; /* Focus shadow */
}

.input-group .form-control:hover {
  border-color: #787878; /* Hover border color */
}

.input-group .input-group-append .btn {
  border: 1px solid black; /* Default border color */
  transition: border-color 0.3s ease; /* Smooth transition for border color */
  color: white;
}

.input-group .input-group-append .btn:focus {
  border-color: black; /* Focus border color */
  box-shadow: 0 0 0 0.2rem #f8f8f8; /* Focus shadow */
  color: white;
}

.input-group .input-group-append .btn:hover {
  border-color: black; /* Hover border color */
  color: white;
}

.input-group .input-group-append .btn:active {
  border-color: black; /* Active border color */
  background-color: #e2e6ea; /* Active background color */
  color: white;
}

.hero__social a li{
color: white !important;
z-index: 9999999 !important;
}

.hero__social {
  z-index: 9999999 !important;
  }

nav ul li a{
  text-transform: uppercase;
}

.uppercase{
  text-transform: uppercase;
}

a{
  text-decoration: none !important;
}





.lang-selector {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background-color: white; /* Set button background to white */
  color: black; /* Set text color to black */
  padding: 5px; /* Adjust padding for icon size */
  border: 1px solid #ccc; /* Optional: Add a border */
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s; /* Smooth transition */
  border-radius: 3px;
}

.lang-icon {
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
}

.arrow-icon {
  width: 12px; /* Adjust size as needed */
  height: 12px; /* Adjust size as needed */
  margin-left: 5px; /* Space between icons */
}

.lang-options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.lang-options a {
  color: black;
  padding: 3px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
}

.lang-options a img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
}

.lang-selector:hover .lang-options {
  display: block;
}

.lang-selector:hover .lang-btn {
  background-color: #f0f0f0; /* Change background color on hover */
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2px !important;
}

.newss .post-item{
  height: 440px !important;
}


.newss .post-item .post-content h6{
  font-size: 16px !important;
}


/* partner section */

.partner-section {
  background-color: white;
  padding: 10px;
  text-align: center;
  opacity: 0.5;
}
.partner-logo {
  display: inline-block;
  margin: 0 5px;
}
.partner-logo img {
  height: 80px;
  width: auto;


}

.partner-logo:hover img {
  transform: scale(1.1);
}


@media (min-width: 601px) and (max-width: 768px) { 
  
  .rounded .h-100 iframe{
    height: 300px !important;

  }


 }


 .visitor-container {
  display: flex;
  align-items: center;
  background-color: #787878 !important; /* Background color */
  padding: 5px 10px; /* Padding for a small container */
  border-radius: 15px; /* Rounded corners */
  color: white; /* Text color */
  font-size: 1em; /* Font size for the number */
}

.icon-eye {
  width: 20px; /* Small icon size */
  height: auto; /* Maintain aspect ratio */
  margin-right: 5px; /* Space between icon and text */
}

.count-visitors {
  font-weight: bold; /* Make it bold */
}

/* .office-content a{
  z-index: 1000;
} */

/* career */
.career-card {
  border: 2px solid #f8f8f8 !important; /* Border color */
  border-radius: 15px !important; /* Adjust the radius for rounded corners */
}


.career-btn {
  background-color: black;
}

.career-containers{
  background-color: #e2e2e2 !important;
  color: black !important;
  border-radius: 30px !important;
  border: 1px solid #e2e2e2 !important;
  font-family: 'Courier New', Courier, monospace !important;
}
.career-containers1{
  background-color: #f8f8f8 !important;
  color: black !important;
  border-radius: 15px !important;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}

.career-radius{
  border-radius: 30px !important;
  background-color: black !important;
  color: white !important;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
}

.modal {
  width: 100% !important; /* Adjust width as needed */
}

.modal-custom {
  width: 100% !important; /* Adjust width as needed */
}

.modal-custom {
  max-width: 800px; /* Adjust width as needed */
  width: 80%; /* Optional: Set a width for responsiveness */
}

.career-card h6{
  font-weight: bold !important;
}