.help-block{
	padding: 2px;
	color: red;
	font-size: 16px;
}

  .footer__box__list__item a:hover {
    color: #fcff58 !important;
}

.footer a:hover {
    color: #fcff58 !important;
}

  .topbar__content__item a{
    color: white;
  }
.custom-alert{
	z-index: 10000000000000 !important;
}


.jobsPage__layout__item__header::after {
    z-index: 2;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1279BE;
    opacity: 0.3;
}

.whoweare__mainImg img {
    width: 100%;
    height: 543px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 0px 130px;
    border: 10px solid #1279be;
    background: #FFF8BA;
}

.footer__box:nth-child(1) {
    border-right: 2px solid #fff;
    padding-right: 50px;
    padding-left: 0px;
}
.hero {
    height: 100%;
    position: relative;
}


  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }


.jobDetail__main__date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.jobDetail__main__subTitle {
    font-size: 2rem;
    margin-bottom: 2px;
    font-weight: 600;
}

.jobDetail__main__date {
    gap: 0px;
}
.jobDetail__main__desc {
    color: #474747;
}
.jobDetail__main__jobDetails__point  li{
    list-style-type: disc; 
}

.jobDetail__main__date__item {
    font-size: 14px;
}
.vacancyDetail__main__item{
      font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #757575;
}
  
  .jobDetail__side__list {
    margin-top: 30px;
}

.jobDetail__side__list__item {
    border-bottom: 1px solid #757575;
}
.vacancyDetail__side .cBtn {
 
    margin-top: 0px;
}

.jobDetail__side__list__item__img {
    object-fit: cover;
}


.topbar__content {

    align-items: center;
    justify-content: center;
}

@media(max-width:680px){
.hero__slide img, .hero__slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #1279BE;
}
.hero .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 52vh;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
.hero__captions {
    font-style: normal;
    font-size: 32px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    transform: translateY(-50%) translateX(-50%);
}
}


.whoweare__desc__detail {

    margin-bottom: 25px;
}

.grandSuiteModal__body__container:nth-child(1) {

 padding-right: 0px;
}

.grandSuiteModal__body {
    gap: 60px;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

@media(max-width:1023px){
.grandSuiteModal__body {

    flex-direction: column;
    flex-grow: unset;

}
}

.gallery--page__list__item__title {
    line-height: 113%;
}

.grandSuiteModal__body__container:nth-child(1) {
    border-right: none !important;
}

 /* .listingabout {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
} */

.certificates__display__item {
    border: none;
    height: max-content;
    box-shadow: none;
}
.certificates__display__item:nth-child(4n+1) img, .certificates__display__item:nth-child(4n+2) img, .certificates__display__item:nth-child(4n+3) img, .certificates__display__item:nth-child(4n+4) img {

    background: transparent;
}

.certificates__display__item:nth-child(4n+5) img, .certificates__display__item:nth-child(4n+6) img, .certificates__display__item:nth-child(4n+7) img, .certificates__display__item:nth-child(4n+8) img {
    
    background: transparent; 
}

.certificates__display {
 
    gap:20px;
  
}

.hero__captions .cSubText{
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.hero__captions .cSubText1{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.whoweare__side .logo {
    margin-bottom: 0px;
    max-width: 120px;
}
.aboutUs--page .chairman__desc__detail p{
    text-align: justify;
}

.certificates__display--grid2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.certificates__display--grid2 .certificates__display__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fff;
}

@media(max-width:767px){
    
.certificates__display--grid2{
    display:flex;
    flex-direction: column;
}
}

.certificates__display--grid2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
}

.certificates__display--grid2 {
    max-width: 1140px;
}

.gallery--page__list__item.gallery--page__list__itemfullheight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    transition: all 0.3s ease-in-out;

}


.gallery--page__list__itemfullheight {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.footer__box__logo {
    max-width: 200px;
    margin-bottom: 10px;
}

.clientPage .nav .nav-link {
    width: 100%;
}

.clientPage__countryImg {
    height: 65px;

}

.clientPage .nav .nav-item {
    width: auto;
}
.clientPage .nav-link .cBtn--blue{
    animation-name: showhide;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    
}

.clientPage .nav-link.active .cBtn--blue{
    background-color: rgb(235, 57, 36) !important;
    
}
@keyframes showhide{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.clientPage__countryImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    padding: 4px;
    background: #F1F1F1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

.clientPage .nav-link.active .clientPage__countryImg{
    box-shadow: 0px 4px 8px rgba(235, 57, 36, 0.13);
}


.clientPage .nav-link:hover .clientPage__countryImg{
    transform: translateY(-5px);
}

.navbar .navbar-brand img {
    transition: all 0.3s ease-in-out;
    width: auto;
    height: 83px;
}

.navbar {
    background-color: #fff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #fff;
    height: 106PX;
    width: 100vw;
    top: 0px;
    position: sticky;
    z-index: 100000;
    transition: top 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer__box__logo {
    max-width: 200px;
    margin-bottom: 10px;
    border: 2px solid white;
}

.navbar {
    background-color: #fff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #fff;
    height: max-content;
    width: 100vw;
    top: 0px;
    position: sticky;
    z-index: 100000;
    transition: top 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 100%;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    margin: 0px;
}
.navbar.sticky .navbar-brand img {
    height: 100px;
}
/* .navbar .navbar-brand img {
    height: 100px;
}
.navbar #navbarNav {
    flex-direction: row-reverse;
    transition: all 0.3s ease-in-out;
    height: 100px;
}
.navbar-nav {
    height: 100px;
    grid-column-gap: 0.4vw;
    grid-row-gap: 10px;
    align-items: center;
    transition: all 0.3s ease-in-out;
} */

.navbar .navbar-brand img {
    transition: all 0.3s ease-in-out;
    width: auto;
    height: 100px;
    padding: 3px;
}
.whoweare__side .logo {
    margin-bottom: 0px;
    max-width: 120px;
    border: 2px solid #fff;
}
.contactPageUpdate__formWrapper .form-group .title{
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.1); 
        padding: 1rem;
        border-bottom: 1px solid rgb(0 108 173);
        color:black;
}
.contactPageUpdate__formWrapper{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    padding: 1rem;
}
