/** FRONT PAGE START **/
.section2{
    background:#f6f6f6;
    padding-bottom:100px;
}
.section3{
    padding:80px 0 120px 0;
}
.section4{
    padding:120px 0;
    background:#f6f6f6;
}
.section5 {
    padding:100px 0;
}
.section6{
    padding:100px 0;
}
.section-header{
    text-align: center;
    padding:0 15px;
    margin-bottom:40px;
}
.section-header-left{
    text-align: left;
}
.section-header h2{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color:#111;
}
.section-header h2::after {
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #777;
    content: "";
    display: block;
}
.section-header span{
    letter-spacing: 2px;
    color:#999;
    font-size:10px;
    padding-bottom:5px;
    display:block;
}
@media screen and (max-width:520px) {
    .section-header h2{
        font-size: 24px;
    }
    .section-header div{
        margin:0 auto;
    }
    .section-header div br{
        display:none;
    }
}
/** FRONT PAGE END **/

.home-content .home-title{
    display:none;
}
.btn-scroll-down {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    animation: moveUpDown 2s infinite;
    z-index:9;
    font-size:10px !important;
    width:80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-scroll-down::before{
    content:"";
    width:20px;
    height:25px;
    background: url("../img/arrow-bottom.png") no-repeat 50% bottom;
    background-size: 12px;
    display:inline-block;
    margin-bottom:5px;
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -10px);
    }
}

/** COL BOX START **/
.section2{
    position: relative;
    z-index:2;
}
.col-box-top .wrap-box{
    display: flex;
    flex-wrap: wrap; 
    top:-20px;
    margin-bottom:-20px;
    position: relative;
}
.col-box-top1 .wrap-box{ 
    padding:0 12px;
}
.col-box-1 .box-{
    width:100%;
}
.col-box-2 .box-{
    width:50%;
}
.col-box-3 .box-{
    width:33.3333%;
}
.col-box-4 .box-{
    width:25%;
}
.col-box-top.col-box *{
    box-sizing: border-box;
}
.col-box-top1.col-box .box-{
    padding:0 8px;
}
.in-box-top {
    position: relative;
}
.col-box-top .in-box-top{
    display:block;
    padding:24px; 
    padding-top: 60px;
    background: #282828;
    border-radius: 4px;
}
.col-box-top1 .in-box-top .wrap-round-span {
    display: inline-block;
    width: 84px;
    height:84px;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    top: 0;
    transform: translate(0%, -50%); 
    border:2px solid #fff;
    background:#282828; 
    transition: border-radius 0.4s ease;
    border-radius: 12px 12px 24px 12px;
}
.col-box-top1 .box-:hover .in-box-top .wrap-round-span {
    border-radius: 24px 12px 24px 12px;
}
.col-box-top .in-box-top *,
.col-box-top .in-box-top a,
.col-box-top .in-box-top a *{
    color:#fff !important;
}
.col-box-top1 .in-box-top h3{
    margin-bottom:12px ;
    font-weight:500;
}
.col-box .wrap-content p{
    margin:0;
    min-height:72px;
    line-height:24px;
}
@media screen and (max-width:922px) {
    .wrap-box{
        flex-wrap: wrap;
    }
    .col-box-4 .wrap-box{
        align-items: flex-end;
    }
    .col-box-4 .box-{
        width:50%;
        margin-bottom: 14px;
    }
    .col-box-4 .wrap-content p{
        padding-bottom: 20px;
        min-height: 96px;
    }
}
@media screen and (max-width:768px) {
	.wrap-box{
       padding:0;
    }
}
@media screen and (max-width:480px) {
    .col-box-4 .box-{
        width:100%;
        margin-bottom: 0px;
    }
    .col-box-4 .wrap-content p{
        min-height: 0px;
    }
    .col-box-top1.col-box .box-{
        padding:7px 0;
    }
}
/** COL BOX END **/


/** ABOUT US START **/ 
.about-us .flex-box{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.about-us .box-30 {
    width: 30%;
    padding-top:60px;
}
.about-us .box-70 {
    width: 66%;
}
.about-us .section-header{
    margin-bottom:0;
}
.about-us .section-header h2::after{
    left: 0%;
    transform: translateX(0%);
}
.about-us .section-header div{
    font-size:16px;
    line-height:1.6em;
}
.about-us .section-header div p{
    margin:10px 0;
}
.about-us .about-us-item{
    background:#fff;
    border-radius: 6px;
    padding:20px;
    margin:20px 10px;
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 11%);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.about-us .about-us-item:hover{
    transform: translateY(-10px);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.about-us .about-us-item img{
    border-radius: 4px;
    height:auto;
    max-width:100%;
}
.about-us .flex-div-2{
    display: flex;
    flex-wrap: wrap;
}
.about-us .flex-div-2 .about-us-group{
    padding:0px;
    width:50%;
}
.about-us .flex-div-2 .about-us-group:last-child{
    transform: translateY(50px);
}
.about-us .text-content{
    padding-top:10px;
}
.about-us .text-content span{
    font-size: 12px;
    font-weight: 400;
}
.about-us .text-content h3{
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 600;
}
.wrap-image{
    display:block;
    position: relative;
    border-radius: 4px;
}
.about-us .about-us-item{
    background:#fff;
    border-radius: 6px;
    padding:20px;
    margin:20px 10px;
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 11%);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.about-us .about-us-item:hover{
    transform: translateY(-10px);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.wrap-image::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url("../img/read-more.png") no-repeat 50% 50%;
    background-size: 48px;
    background-color: rgb(0 0 0 / 60%);
    opacity: 0; /* Initially hidden */ 
    transition: opacity 0.3s ease; /* Smooth transition */
}
.about-us .about-us-item a:hover .wrap-image::after {
    opacity: 1; /* Visible on hover */
}
.wrap-image img{
    vertical-align: middle;
}
@media screen and (max-width:992px) {
    .about-us .box-30 {
        width: 100%;
        padding-top:0px;
    }
    .about-us .box-70 {
        width: 100%;
        padding-top:30px;
    }

}
@media screen and (max-width:520px) {
    .about-us .flex-div-2{
        margin:0 -5px;
    }
    .about-us .about-us-item{
        padding: 8px;
        margin: 5px;
        margin-bottom: 10px;
    }
    .about-us .text-content{
        padding:10px 5px;
    }
    .about-us .text-content p{
        font-size:14px;
    }
    .about-us .flex-ul-2 li {
        column-gap: 0px;
        flex-wrap: wrap;
        display:flex;
        width:50%;
        align-content: flex-start;
    }
    .about-us .flex-ul-2 li > div{
        margin:5px;
    }
    .about-us .flex-ul-2 span.flex-ul-top{
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .about-us .flex-ul-2 li {
        width:100%;
    }
    .about-us .flex-ul-2 li:last-child {
        transform: translateY(0px);
    }
    .flex-ul-2{
        padding-bottom:20px;
    }
}
/** ABOUT US END **/ 

/** MIDDLE BOX START **/

.contact-wrap .wpforms-submit{
    width:100%;
    text-align: center;
    background:#111 !important;
    border:1px solid #111 !important;
  }
  .WrapGallery .flex-box {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .WrapGallery .gallery-list{
    width:30%;
    text-align: center;
    margin: 0 0.6% 60px;
  }
  .WrapGallery .gallery-list .wrap-image {
    display: block;
    position: relative;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 6px 0px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.14);
    border-image: initial;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.WrapGallery .gallery-list:hover .wrap-image{
    transform: translateY(-10px);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
  .WrapGallery .gallery-list img{
    height:auto !important;
    margin-bottom:15px;
    border-radius: 4px;
  }
  .WrapGallery .gallery-list h3{
    margin-bottom:10px;
  }
  .WrapGallery .gallery-list p{
    line-height:20px;
    min-height:40px;
  }
.middle_Swiper{
    padding-top:10px;
}
.middle_Swiper .swiper-slide{
    max-width:280px;
    padding:9px;
    border:1px solid #e2e2e2;
    background:#fff;
    border-radius: 6px;   
}
.middle_Swiper .swiper-slide .in-slide{
    padding:15px 10px 5px;
}
.middle_Swiper .swiper-slide .in-slide p{
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
}
.middle_Swiper .swiper-slide a:hover .wrap-image::after {
    opacity: 1; /* Visible on hover */
}
.middle_Swiper .swiper-slide img{
    vertical-align: middle;
    border-radius: 4px;
    max-width:100%;
    height:auto;
}
.middle_Swiper .swiper-slide h3{
    font-weight:600;
    color:#222;
    margin:5px 0 5px 0;
}
.middle_Swiper .swiper-button-next, 
.middle_Swiper .swiper-button-prev {
    width: 44px;
    top:40%;
    display:flex;
    text-align: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    transition: background 0.3s ease; /* Smooth transition for background */
}

.middle_Swiper .swiper-button-next:hover, 
.middle_Swiper .swiper-button-prev:hover {
    background: rgb(0 0 0 / 80%); /* Darker background on hover */
}
.middle_Swiper .swiper-button-next:after, .middle_Swiper .swiper-button-prev:after {
    font-size: 15px;
}
/** MIDDLE BOX END **/

/** MIDDLE2 BOX START **/
.section5 .section-header{
    margin-bottom: 50px;
}
.section5 .flex-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section5 .flex-box .box33 {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
}
.section5 .flex-box .box33:nth-child(2) {
    flex-direction: column-reverse;
}
.section5 .flex-box .box-top  img{
    height: 300px;
    object-fit: cover;
    width:100%;
    vertical-align: middle;
}
.section5 .flex-box .box33 .text-content {
    padding: 25px 25px;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}
.section5 .flex-box .box33 .text-content span {
    font-size: 11px;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 5px;
}
.section5 .flex-box .box33 .text-content h2{
    font-size:20px;
    margin:0 0 15px 0;
}
.section5 .flex-box .box33 .text-content p{
    font-size:16px;
    line-height: 24px;
}
.section5 .flex-box .box33 .text-content a {
    color: #111;
    text-decoration: none;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
    
    font-size: 11px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 4px;
    text-align: center;
    line-height:24px;
}
.section5 .flex-box .box33 .text-content a::after{
    content: "";
    background: url(../img/arrow-right-black.png) no-repeat right 50%;
    background-size: 24px;
    width: 18px;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    opacity: 0.6;
    transition: margin-left 0.3s ease;
}
@media screen and (max-width:922px) {
    .section5 .flex-box .box33{
        width:100%;
        flex-direction: row !important;
        margin: 7px 0;
    }
    .section5 .flex-box .box-top, 
    .section5 .flex-box .box33 .text-content {
        justify-content: left;
        flex: 1;
    }
    .section5 .flex-box .box-top  img{
        height: auto;
    }
    .section5 .flex-box .box33 .text-content {
        height: auto;
        padding: 0px 10px 0px 20px;
        background: none !important;
    }
    .WrapGallery .gallery-list{
        width:31%;
        text-align: center;
        margin: 0 1% 30px;
      }
}
@media screen and (max-width:620px) {
    .section5 .flex-box .box33{
        flex-direction: column !important;
    }
    .section5 .flex-box .box33 .text-content {
        padding: 20px 0px 30px;
        background: none !important;
    }
    .WrapGallery .gallery-list{
        width:46%;
        text-align: center;
        margin: 0 2% 30px;
      }
}
/** MIDDLE2 BOX END **/

/** NEWS BOX START **/
.news-section .flex-box {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.news-section .news-item{  
    width:33.3333%;
    box-sizing: border-box;
    padding:10px;
}
.news-section .news-item .news-box{
    background:#fff;
    box-sizing: border-box;
    padding:9px;
    border-radius: 6px;
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 4%);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.news-section .news-item .news-box:hover{
    transform: translateY(-10px);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.news-section .news-thumbnail{
    margin-bottom:5px;
    position: relative;
    padding-top:60%;
   
}
.news-section .news-thumbnail img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    border-radius: 4px;
    object-fit:cover;
    vertical-align: middle;
}
.news-section .news-item .news-content{
    padding:10px;
}
.news-section .news-item h3{
    font-weight: 600;
    margin-bottom: 5px;
}
.news-section .news-item h3 a{
    color:#222;
}
.news-section .news-item .news-date{
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
    display:block;
}
@media screen and (max-width:720px) {
    .news-section .news-item{
        width:100%;
        padding:7px 0;
    }
}
@media screen and (min-width: 431px) and (max-width: 720px) {
    .news-section .news-item .news-box{
        display:flex;
    }
    .news-section .news-thumbnail{
        flex:1;
        padding:0;
        margin:0;
    }
    .news-section .news-thumbnail img{
        vertical-align:middle;
        height:auto;
        position: relative;
    }
    .news-section .news-item .news-content{
        flex:1.5;
    }
}
/** NEWS BOX END **/