/* @media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 96%;
    }
} */

.dpre {
    white-space: pre-line;
    display: block;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}

.video-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 64px; */
}

.video-banner video {
    width: 100%;
    height: auto;
    /* margin-bottom: -10px; */
}

.mute-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    display: none;
    /* Hidden by default */
}

.video-banner:hover .mute-icon {
    display: flex;
    /* Show on hover */
}

.logotop {
    width: 80px;
}
.logo{
    width:134px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#hom2 .title {
    font-size: 60px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 200;

}

#hom2 .content {
    font-size: 18px;
    color: #ffffff99;
    line-height: 1.5;
}

#hom2 {
    background: #0d0d0d;
    padding-top: 140px;
    padding-bottom: 140px;
}

#hom3 {
    background: #0d0d0d;
    padding-top: 10px;
    padding-bottom: 120px;
    color: #fff;
}

#hom3 .title {
    font-size: 38px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 200;
}

#hom3 .title .des {
    color: #00000040;
}


#hom3 .boxsize .boxs {
    border-right: solid 1px #ddd;

}

#hom3 .boxsize .title {
    color: #00000040;
    font-weight: 400;
}

#hom3 .boxsize .content {
    color: #000;
    font-weight: 200;
}

#hom3 .boxsize .des {
    color: #6f6f6f;
}

#hom3 .box {
    text-align: center;
    border-radius: 40px;
    border: solid 10px;
    padding: 30px 10px;
}

#hom3 .box p {
    font-size: 20px;
    margin-bottom: 0;

}

#hom3 .box p span {
    font-size: 36px;
    font-weight: bold;

}

#hom2,
#hom3 {
    transition: background-color 0.5s ease;
}

#hom4 {
    background: #F8EDD9;
    padding-top: 90px;
    padding-bottom: 100px;
    color: #ffcf3b;
}

#hom4service {
    background: #F8EDD9;
    padding-top: 90px;
    padding-bottom: 200px;
    color: #ffcf3b;
}

.mute-icon img {
    width: 20px;
}


#hom5 {
    /* background-image: url(images/bg.png); */
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.boxcase {
    padding: 10px;
}

.boxcase .img {
    margin-bottom: 10px;
}

.boxcase .img img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.boxcase .content {
    padding: 30px 10px;
    text-align: center;
    border: solid 3px #000;
    border-radius: 6px;
    line-height: 1.5;
    box-shadow: 0px 4px 10px #00000045;
    margin-top: 20px;
}

.boxcase .content .head {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.boxcase .content .des {
    font-size: 14px;
    color: black;
}

.boxcase .content:hover {
    opacity: .6;
    cursor: pointer;
}


.video-container {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 4px;
}

.video-container video {
    width: 100%;
    height: 330px;

    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-position: center;
}

.video-container video:hover {
    cursor: pointer;
}



.maintitle {
    font-size: 76px;
    color: #000;
}

.listclient .sub {
    width: 14%;
    display: inline-table;
    padding-left: 30px;
    padding-right: 30px;
}

#service1 {
    background: #0d0d0d;
    padding-top: 120px;
    padding-bottom: 160px;
    margin-top: -8px;
}

#review {
    background: #0d0d0d;
    padding-top: 10px;
    padding-bottom: 190px;
}

#service1 .box {
    padding: 10px;
}
#review .box {
    padding: 30px 10px 15px 10px;
    background-color: #141414;
    border-radius: 14px;
    border-top: solid 4px #535353;
}

#service1 .img img {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    /* margin-bottom: 30px; */
}
#review .img img {
    width: 110px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

#service1 .content {
    padding: 0;
    margin-top: 30px;
    border-right: solid 1px rgb(111, 111, 111);
}
#review .content {
    text-align: center;
}

#service1 .content .title {
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    font-size: 20px;
    color: #ffffff;
    font-weight: 200;
}
#review .content .title {
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
}

#service1 .content ul {
    padding-left: 0;
    color: #ffffff;
    list-style: none;

}
#review p{
    font-size: 14px;
    color: #ccc;
}
 

#review .owl-carousel .owl-nav.disabled,#review  .owl-carousel .owl-dots.disabled{
    display: block!important;
}
 #testimonial-carousel4 .owl-nav button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin: 5px;
  pointer-events: all;  
  transition: 0.3s;
  border: 0;
}

#testimonial-carousel4 .owl-nav button:hover {
  background: #777777;
}

.rating {
  display: inline-block;
  margin-bottom: 10px;
}

.rating ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* จัดเรียงดาวแนวนอน */
  gap: 3px;      /* ระยะห่างระหว่างดาว */
}

.rating li {
  color: #ffda44;   /* สีดาว (ทอง) */
  font-size: 14px;  /* ขนาดดาว */
  transition: 0.3s;
}

.rating li:hover {
  color: #ff9900;   /* เปลี่ยนสีเมื่อ hover */
  transform: scale(1.1);
  cursor: pointer;
}

#team1 .title {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #0d0d0d;
    font-weight: 200;

}

.why-need{
    margin-top: 70px;
}
.why-box{
    padding: 20px 15px;
    background-color: #f8f8f8;
    border-left: solid 4px #fad706;
    min-height: 201px;
}
.why-box .header{
    color: #0d0d0d;

}
.why-bar{
    background-color: #0d0d0d;
    text-align: center;
    padding:20px;
}
.why-bar h3{
    color: #fad706!important;
    text-transform:none;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 200;
    /* text-transform: uppercase; */
}

#team1 .content2 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 200;
    margin: auto;
    line-height: 1.7;
    width:80%;
}
#team1 .content {
    font-size: 15px;
    color: #0d0d0d;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 0;
}

#team1 .mainsec {
    font-size: 56px;
    color: #0d0d0d;
    width: 70%;
    line-height: 1.2;
}

#team1 {
    background: white;
    padding-top: 140px;
    padding-bottom: 50px;
}

#team1 .walk img {
    position: absolute;
    right: 0;
    width: 30%;
    bottom: -50px;
}

#team2 {
    background: #F8EDD9;
    padding-top: 90px;
    padding-bottom: 80px;
}

#team2 .title {
    font-size: 68px;
    color: #000;
    letter-spacing: 0;

}

#team2 .header {
    font-size: 34px;
    color: #000;
    letter-spacing: 0;

}

#team2 .content {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
}

#contact1 {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 250px;
}

#contact1 .title {
    font-size: 42px;
    color: #000;
    letter-spacing: 0;
    font-weight: 200;
}

#contact1 .content {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}

#contact1 .text {
    margin-bottom: 0;
    color: #000;

}

#contact1 .form-group {
    margin-bottom: 20px;
}

#contact1 .input {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: solid 1px;
    font-size: 20px;
}

#contact1 .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    width: 200px;
    font-size: 15px;
    text-transform: uppercase;
}

.contact p {
    color: #000;
    margin-bottom: 15px;
}

.contact a {
    color: #000;
}

.contact .email {
    text-decoration: underline;
}

#contact1 .img img {
    width: 70%;
}

.seek {
    width: 32%;
    position: absolute;
    right: 0;
}

header.header-fullwidth {
    z-index: 99;
}

@keyframes scrolling {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-10%);
    }
}

@keyframes scrolling2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-20%);
    }
}

@keyframes scrolling3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(20%);
    }
}

.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    opacity: 1; /* เปลี่ยนจาก 0 เพื่อให้มองเห็นก่อน */
    transition: opacity 1s ease-in-out;

    /* เพิ่มความสูงชัดเจน (หรือปรับจาก container ด้านนอก) */
    height: 140px; 
    align-items: center; /* ✅ จัดแนวตั้งทั้งหมด */
}

.marquee-item {
    flex: 0 0 17%;
    box-sizing: border-box;
    padding: 20px;

    display: flex; /* ✅ ต้องมี */
    align-items: center;
    justify-content: center;
}

.marquee-item img {
    max-height: 100%; /* ✅ ปรับไม่ให้ภาพล้น */
    object-fit: contain;
}

.marquee-content .img-fluid {
    width: 100%;
    height: auto;
    /* filter: grayscale(100%);
    transition: filter 0.3s ease-in-out; */
}

.marquee-content .img-fluid:hover {
    filter: none;
    /* กลับมาเป็นสีปกติเมื่อ hover */
}

.marquee-container2 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-content2 {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 1px;
    will-change: transform;
}

.marquee-item2 {
    flex: 0 0 auto;
    margin: 5px;
}

.marquee-item2 {
    /* flex: 0 0 1vw; */
    margin: 5px;
    flex: 0 0 auto;
}

.marquee-container3 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-content3 {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 1px;
    will-change: transform;
}

.marquee-item3 {
    flex: 0 0 auto;
    margin: 5px;
}

.marquee-item img {
    display: block;
    width: 100%;
    margin: auto;
}

.marquee-item2 img {
    display: block;
    width: 100%;
    margin: auto;
}

.marquee-item3 img {
    display: block;
    width: 100%;
    margin: auto;
}

.container-custom {
    max-width: 900px;
}

.figbtns {
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.btn-book {
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 17px 27px;
    position: relative;
    text-decoration: none;
    background: #fffffe;
    border-radius: 4px;
    font-size: 14px;
    width: 190px;
    color: #000;
    text-align: center;
}

.btn-book:hover {
    color: #fffffe;
    border: solid 1px rgb(80, 82, 83);
    background-color: rgb(13, 13, 13);
    cursor: pointer;
}
.btn-contact {
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 17px 27px;
    position: relative;
    text-decoration: none;
    background: #000;
    border-radius: 4px;
    font-size: 14px;
    width: 190px;
    color: #fffffe;
    text-align: center;
    border: solid 1px #000;

}

.btn-contact:hover {
    color: #000;
    border: solid 1px #000;
    background-color: #fffffe;
    cursor: pointer;
}

.btn-see {
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 17px 27px;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fffffe;
    border: solid 1px rgb(80, 82, 83);
    background-color: rgb(13, 13, 13);
    width: 190px;
    text-align: center;
}

.btn-see:hover {
    color: #fffffe;
    border: solid 1px #fffffe;
    background-color: rgb(13, 13, 13);
    cursor: pointer;
}

.list-case {
    line-height: 1.5;
}

.list-case .title {
    font-weight: 200;
}

.list-case a {
    color: #00000040;
    font-size: 50px;
    font-weight: 200;
    /* line-height: 1.8; */
}

.list-case a:hover,
.list-case a.actives {
    color: #000;
}

.case-detail {
    display: -webkit-inline-box;
    gap: 20px;
    background: #F8EDD9;
}

.case-detail .btn-read {
    background-color: #000;
    font-size: 14px;
    border: none;
    padding: 20px;
    width: 150px;
    color: white;
}

.case-detail .btn-read:hover {
    background-color: #F8EDD9;
    color: #000;
    border: solid 1px #000;
}

.case-detail p {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 24px;
}

#case_studies .title {
    color: #0c0c0c;
    border: navajowhite;
    font-weight: 400;
}

#case_studies {
    background: #F8EDD9;
    padding-top: 90px;
    padding-bottom: 90px;
}

#case_studies_list {
    background-color: #0c0c0c;
    padding-top: 90px;
    padding-bottom: 90px;
}

#case_studies_list .title {
    color: white;
    font-size: 42px;
    font-weight: 200;
    margin-bottom: 0;
}
#case_studies #img img {
    object-fit: cover;
    height: 400px;
    object-position: center;
}

.case-marquee {
    display: flex;
    gap: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.case-marquee .marquee-track {
    display: flex;
    animation: scroll-left 20s linear infinite;
    width: max-content;
}



.case-item {
    flex: 0 0 auto;
    margin: 2px;
}

.case-item img {
    height: 330px;
    width: 100%;
    display: block;
    border-radius: 4px;
}

.case-video-container {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 4px;
}

.case-video-container video {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-position: center;
}

.case-video-container video:hover {
    cursor: pointer;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.list-case-work {
    padding-top: 40px;
    padding-bottom: 10px;
    display: none;
}

.list-case-work h3 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 10px;
}

.list-case-work p {
    font-size: 12px;
    line-height: 1.5;
    color: #fffffe
}

.list-case-work .num {
    display: flex;
    padding-bottom: 15px;
    gap: 20px;
}

.list-case-work .num h4 {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 100;
    color: #848484;
}

.list-case-work .num p {
    font-size: 12px;
    font-weight: 100;
    color: #848484;

}

.list-case-work .btn-read-more {
    background-color: #1d1d1d;
    font-size: 12px;
    border: none;
    padding: 15px 20px;
    color: white;
    border-radius: 4px;
}

.list-case-work .btn-read-more:hover {
    background-color: #fffffe;
    color: #1d1d1d;
}

.list-case-work.show {
    pointer-events: auto;
    display: block;

}

.search-box a {
    background-color: #1d1d1d;
    font-size: 12px;
    border: none;
    padding: 10px 20px;
    color: #fffffe;
    border-radius: 4px;
    text-decoration: none;
    margin: 30px 2px;
    display: inline-block;
}

.search-box a.active,
.search-box a:hover {
    background-color: #fffffe;
    color: #0d0d0d;
}
.owl-prev, .owl-next {
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
}

 
@media only screen and (max-width: 992px) {
    .container-custom {
        max-width: 100%;
    }

    .marquee-item {
        flex: 0 0 10vw;
        margin: 0 1vw;
    }

    .marquee-content {
        gap: 10px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #hom2 .title {
        font-size: 70px;
    }

    #hom2 .content {
        font-size: 40px;
        line-height: 1.2;
    }

    #hom3 .boxsize .title {
        font-size: 38px;
    }

    #hom3 .title {
        font-size: 29px;
    }

    #hom3 .box p {
        font-size: 26px;
        margin-bottom: 0;
        line-height: 1.3;
    }

    #hom3 .box p span {
        font-size: 40px;
    }

    .listclient .sub {
        width: 14%;
        display: inline-table;
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-container video {
        height: 330px;
    }

    .video-container {
        height: 330px;
    }

    #service1 .box {
        margin: 0;
    }
    #review .box {
         margin: 0 15px;

    }

    #service1 .box {
        padding: 30px 15px;
    }

    #service1 .content {
        padding: 0 5px;
    }

    #team1 .title {
        font-size: 32px;
    }

    #team1 .content {
        font-size: 18px;
        width: 100%;
        line-height: 1.6;
    }

    #team1 .mainsec {
        font-size: 48px;
        width: 100%;
        line-height: 1.2;
    }

    #team1 .walk img {
        position: absolute;
        right: 0;
        width: 30%;
        bottom: 300px;
    }

    #team2 .title {
        font-size: 60px;
    }

    #team2 .header {
        font-size: 30px;
    }

    #team2 .content {
        font-size: 18px;
        line-height: 1.5;
    }

    #contact1 .img img {
        width: 35%;
    }

    #contact1 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .seek {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    
    #hom2 {
        padding-top: 150px;
        padding-bottom: 90px;
    }

    .seek {
        width: 70%;
    }

    .gap20 {
        gap: 20px;
    }

    #hom2 .title {
        font-size: 34px;
        letter-spacing: 0;
        color: #fff;

    }

    #hom2 .content {
        font-size: 18px;
        color: #ffffff99;
    }

    #hom3 {
        padding-bottom: 90px;
    }

    #hom3 .box {
        margin-bottom: 20px;
    }

    #hom3 .boxsize .title {
        font-size: 38px;
    }

    #hom3 .title {
        font-size: 29px;

    }

    #hom3 .box p span {
        font-size: 36px;
    }

    .maintitle {
        font-size: 42px;
    }

    .boxcase {
        padding: 0px 40px;
    }

    .boxcase .img img {
        height: 540px;
    }

    .boxcase .content {
        padding: 20px 10px;
    }

    .listclient .sub {
        width: 33.3%;
        display: inline-table;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logotop {
        width: 70px;
    }

    header .d-extra {
        top: 5px;
        right: 5px;
    }

    header.header-fullwidth {
        padding-right: 0;
        padding-left: 0;
    }

    header .de-flex #menu-btn {
        top: 18px;
        right: 80px;
    }

    #menu-btn:before {
        color: fff;
    }

    #menu-btn:hover {
        background: #fad53b;

    }

    .video-banner {
        margin-top: 0px;
        /* margin-bottom: 99px; */
    }

    .video-container ,.case-video-container,.case-item{
        height: 330px !important;
    }

    .video-container video ,.case-video-container video,.case-item img{
        width:initial;
        height: 330px !important;
    }

    #service1  {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    #service1 .box {
        padding: 25px;
    }

    #service1 .img img {
        width: 100%;
        margin: auto;
    }

    #service1 .content ul {
        font-size: 16px;
        line-height: 1.5;
    }

    #service1 .content .title {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1.5;
    }

    #hom4service {
        background: #F8EDD9;
        padding-top: 50px;
        padding-bottom: 150px;
        color: #ffcf3b;
    }

    #team1 .title {
        font-size: 32px;
        line-height: 1.2;
    }
    #team1 .content2{
        width: 100%;
    }

    #team1 .content {
        font-size: 16px;
        width: 100%;
        line-height: 1.6;
    }
    .why-box{
        min-height: max-content;
    }

    #team1 .mainsec {
        font-size: 40px;
        width: 100%;
    }

    #team1 .walk img {
        width: 50%;
        bottom: -25%;
    }

    #team2 .title {
        font-size: 42px;
    }

    #team2 .header {
        font-size: 28px;
    }

    #team2 .content {
        font-size: 20px;
        line-height: 1.6;
    }

    #service1 {
        padding-top: 120px;

    }

    #contact1 {
        padding-top: 140px;
    }

    .marquee-item {
        flex: 0 0 21vw;
        margin: 0 1px;
        padding: 0 10px;

    }

    .marquee-content {
        gap: 10px;
    }

    #hom4 {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    #hom5 {
        padding-top: 70px;

    }

    .social-icons img {
        margin-left: 12px;
        margin-right: 0;
        width: 27px;
        margin-top: 7px;
    }


    .btn-book {
        align-items: center;
        cursor: pointer;
        flex-direction: row;
        flex-wrap: nowrap;
        height: min-content;
        justify-content: center;
        overflow: visible;
        padding: 15px 10px;
        position: relative;
        text-decoration: none;
        background: #fffffe;
        border-radius: 4px;
        font-size: 12px;
        width: 150px;
    }

    .btn-book:hover {
        color: #fffffe;
        border: solid 1px rgb(80, 82, 83);
        background-color: rgb(13, 13, 13);
        cursor: pointer;
    }

    .btn-see {
        align-items: center;
        cursor: pointer;
        flex-direction: row;
        flex-wrap: nowrap;
        height: min-content;
        justify-content: center;
        overflow: visible;
        padding: 15px 10px;
        position: relative;
        text-decoration: none;
        border-radius: 4px;
        font-size: 12px;
        color: #fffffe;
        border: solid 1px rgb(80, 82, 83);
        background-color: rgb(13, 13, 13);
        width: 150px;
    }

    .btn-see:hover {
        color: #fffffe;
        border: solid 1px #fffffe;
        background-color: rgb(13, 13, 13);
        cursor: pointer;
    }

    #hom3 .boxsize .boxs {
        border: none;
    }

    #case_studies {
        padding-top: 120px;

    }

    #case_studies_list {
        padding-bottom: 190px;

    }

    .list-case {
        margin-bottom: 20px;
    }

    .list-case a {
        font-size: 20px;

    }
    .list-case a {
        font-size: 20px;

    }

    .search-box a {
        padding: 7px 13px;
    }

    #case_studies .title {
        margin-bottom: 0;
    }
    #case_studies #img {
       /* display: none; */
    }
    #case_studies_list .title{
        font-size: 34px;
    }
}