/* contact page error css */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #ff0000 !IMPORTANT;
}

.our-products .products-flex .product-item:nth-child(odd) .product-item__content {
    text-decoration: none;
}

.section__news-wrap .news__content-right .related-news--details a {
    text-decoration: none !important ;
}

.top-header .top-header__call, .top-header .top-header__gmail a {
    text-decoration: none !important ;
    color: #ffffff;
}

.news-updates__item__content a {
   text-decoration: none;
}

.our-products .products-flex .product-item .product-item__content  {
    text-decoration: none;

}


/* pagination */
.section__gallery__wrap .wrapper .pagination{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 55px;
}

.gallery .pagination li a{
    color: #000;
    padding: 7px 20px;
    font-size: 20px;
}

.gallery .pagination li.active a{
    color: #3BACE2;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

a{
    text-decoration: none !important;
}
.about__group-content{
    position: relative;
}
.about__group-content::after{
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    content: "";
    z-index: -1;
    height: 200px;
    background-color: #56B4B4;
}

@media(max-width:1023px){
    .about__group-content::after{
      display: none;
    }
}

.about__group-content.group__career-content .career__main-content .main__career-text {
    display: grid;
    grid-gap: 93px;
    padding: 0 72px 0 96px;
    margin-bottom: 35px;
    grid-template-columns: repeat(2,1fr);
}

.section__passion-wrap .passion-time-content .passion__time-area .passion__time-apply p {
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 175px;
}

 .jobDetailPage__side form .form-group select, .jobDetailPage__side form .form-group option {
    resize: none;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #E6E6E6;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: max-content;
    box-shadow: none;
}

.jobDetailPage__side form .form-group select:focus, .jobDetailPage__side form .form-group option:focus {
    border: 1px solid #56B4B4;

}

.section__gallery__wrap .gallery__image-content img {
  
    width: 100%;

}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background-color: #082C42;
}