.culture-banner {
    padding-top: 3em;
}
.cul-title {
    font-size: 42px;
    color: #0f7b95;
    font-weight: 800;
}
.kw-culture-pane-2 {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.kw-culture-pane-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/culture/culture-tag.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
}
.kuwy-carousel:hover{filter: grayscale(20%);animation-play-state: paused;}
.kuwy-carousel {
    left: -2098px;
    width: 6294px;
    background-image: url(../img/culture/culture.webp);
    -webkit-animation: carousel--team 30s linear infinite;
    -moz-animation: slide 30s linear infinite;
    animation: slide 30s linear infinite;
    background-repeat: repeat-x;
    background-size: contain;
    max-width: none;
    height: 440px;
    pointer-events: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: grayscale(100%);
    z-index: 0;
}
.kuwy-carousel:after {
    clear: both;
    content: "";
    display: table;
}
@keyframes slide{
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
.cul-title-all {
    font-size: 60px;
	font-weight: 300;
}
.proud-main {
    font-size: 60px;
    font-weight: 700;
    color: #02748f;
}
.proud-p {
    font-weight: 500;
}
.kw-culture-pane-3 {
    padding-bottom: 240px;
}
.kw-culture-pane-4 {
    background-color: #02748f;
    position: relative;
	height: 780px;
}
section.kw-culture-pane-4 {
    overflow: initial;
}
.kw-culture-pane-4 .container {
    position: relative;
    top: -240px;
}
p.signature{position:relative;}
p.signature:before {
    content: '';
    height: 2px;
    width: 6rem;
    position: absolute;
    background-color: #565656;
    top: 0;
}
.quotes-wrap {
    background-color: #eaf7fa;
    padding: 60px;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}
.quotes-img {
    border-radius: 50%;
}
img.quotes-symbol {
    position: absolute;
    top: 50%;
    right: -23px;
}
.quotes-img-wrap {
    position: relative;
}
.quotes-cont{
    padding-left: 70px;
}
.Support-wrap {
    color: #fff;
}
.three-box {
    font-size: 18px;
    font-weight: 500;
}
.events-title-wrap .cul-title-all {
    font-size: 42px;
}
.kw-culture-pane-6 {
    background-color: #eaf7fa;
}
.benifits-title {
    font-size: 20px;
    font-weight: 600;
}
.job-title-wrap a {
    background-color: #fb4848;	
	border:2px solid #fb4848;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;	   
}
.job-title-wrap a:hover {
    background-color: #fff;
    color: #000;
	border:2px solid #fb4848;
	 transition:0.5s;
}
.kw-culture-pane-8 {
    background-color: #ffedf1;
}
.news-img img {
    width: 100%;
}
.news-content {
    background-color: #fb4848;
    width: 230px;
    padding: 20px;
    color: #fff;
    margin: -60px auto 0;
    border-radius: 16px;
    z-index: 9;
    position: relative;
}
.date-wrap {
    font-size: 12px;
}
.news-link a {
    font-size: 14px;
    color: #fff;
}




@media screen and (max-device-width: 1200px)
{ 
    .cul-title-all {
    font-size: 48px;
}
}
@media screen and (max-device-width:992px)
{ 
.kw-culture-pane-4 {
    height: 640px;
}
  .events-img-wrap img {
    max-width: 400px;
}
.quotes-wrap {
    width: 100%;
	padding: 25px;
}
}
@media screen and (max-device-width:767px)
{ 
.kuwy-carousel {
    height: 280px;
}
.quotes-img-wrap {
    text-align:center;
	margin-bottom: 50px;
}
.quotes-cont {
    padding-left: 0;
}
.kw-culture-pane-4 .container {
    position: relative;
    top: 0;
}
.kw-culture-pane-4 {
    height: 100%;
}
.kw-culture-pane-3 {
    padding-bottom: 2em;
	padding-top: 0em;
}
img.quotes-symbol {
    position: absolute;
    top: 86%;
    right: 43%;
}

section.kw-culture-pane-7 {
    padding-bottom: 5em;
}
.events-title-wrap {
    text-align: center;
}
.news-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.news-img img {
    width: 100%;
}
}
@media screen and (max-device-width:576px)
{ 
.kuwy-carousel {
	height: 156px;
}
.kw-culture-pane-2 {
    padding-top: 40px;
}
.kw-culture-pane-2::before {
    top:0px;
}
   .proud-box {
    justify-content: center;
}
.events-img-wrap img {
    max-width: 100%;
}
.events-img-wrap {
    text-align: center;
}
.events-title-wrap .cul-title-all {
    font-size: 36px;
}
.cul-title {
    font-size: 34px;
}
.proud-main {
    font-size: 40px;
}
.cul-title-all {
    font-size: 36px;
    font-weight: 400;
}
.events-title-wrap {
    text-align: center;
}


}