#main_index{
    overflow: hidden;
}

.bigtitle{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    color: #24a9e1;
    font-weight:400;
}
.bigtitle span{
    color: white;
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .bigtitle {
    font-size: 35px;
    }
}


/* button */

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n_button{
    margin-top:50px;
}
.ball {
    color:white;
    user-select: none;
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
    position: relative;
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    letter-spacing: 1px;


}

.span-wrapper {
	background:#24a9e1;
    height: 100%;
    position: absolute;
    inset:0 -2px -4px 0;
    overflow: hidden;
    z-index: -1;
}

.span-wrapper span {
    background-color: white; 
    width: 30%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.8) translateY(125%) translateZ(0);
    transition: all 1s ease;
}

    .s1 {
    left: -10%;
    transition-delay: 0ms;
}
    .s2 {
    left: 30%;
    transition-delay: 500ms;
}
    .s3 {
    left: 70%;
    transition-delay: 800ms;
}
    .ball:hover {
    color: #000;
    text-decoration: none;
}

    .ball:hover .span-wrapper span {
    transform: scale(1.7) translateY(0) translateZ(0);
}


@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}


/*button 2*/
.n_btn2 button {
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
    background: 0 0;
    border: none;
    outline: none;
    white-space: nowrap;
}

.n_btn2 button:hover i {
    transform: rotate(360deg);
}

.n_btn2 i {
    margin-left: 10px;
    font-size: 18px;
    transition: all .5s ease-in-out;
    font-weight:normal;
}

.n_btn2 button:hover:after {
    width: 100%;
}

.n_btn2 button:after {
    display: block;
    content: "";
    width: 0;
    height: 1.5px;
    background: #fff;
    margin: 5px auto 0;
    transition: all .5s ease-in-out;
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}

/*top space*/
.top_social {
    display: flex;
    gap: 0px;
    top: 25px;
    z-index: 1000;
    position: fixed;
    right: 5%;
}
.top_icon img {
    max-width: 45px;
    transition: transform 0.3s;
}

.top_icon:hover img {
    transform: scale(1.1); 
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}


/*nav*/
#main_index .navbar_type8 {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.9)!important;
}
.navbar_type8 {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7)!important;
}
#main_index .dark_nav {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.dark_nav {
    background-color: rgba(0, 0, 0, 0.7) !important;
    height: 100px!important;
}
#main_index .navbar_type8 .logo {
    height: 180px;
    margin-top: 0px;
    margin-left: 0px;
}
#main_index .navbar_type8 .logo img {
    width: 400px;
    padding: 5px 0;
    height: 180px;
}

.navbar_type8 .logo {
    height: 100px;
    margin-top: 0px;
    margin-left: 0px;
}
.navbar_type8 .logo img {
    width: 300px;
    padding: 5px 0;
    height: 100px;
}

.dark_nav .logo {
    margin-top: 0px!important;
    height: 100px!important;
}
.dark_nav .logo img {
    width: 300px!important;
    padding: 5px 0!important;
    height: 100px!important;
}
.navbar_type8 .nav_tab {
    justify-content: flex-start;
    padding-left: 100px;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:20px;
}
.navbar_type8 .nav_tab .nav_item a {
    padding: 10px;
    text-transform: capitalize;
}
.navbar_type8 .dropdown-item.active, 
.navbar_type8 .dropdown-item:active {
    background-color: rgba(0, 0, 0, .8)!important;
}
@media (max-width: 1450px) {
    .navbar_type8 .nav_tab {
    padding-left: 0px;
}
#main_index .navbar_type8 .logo img {
    width: 300px;
}
}
@media (max-width: 1200px) {
    #main_index .navbar_type8 .logo img {
    width: 200px;
    }
    .navbar_type8 .logo img {
    width: 150px;
    }
    .navbar_type8 .nav_tab {
    padding: 0;
    }
    .navbar_type8 .nav_tab .nav_item a {
    padding: 5px;
    }
    .navbar_type8 .logo {
        flex: 0 1 15%;
    }
    .navbar_type8 .nav_tab {
    flex: 0 1 85%;
    }
    .top_icon img {
    max-width: 35px;
    }
    .top_social {
    top: 30px;
    right: 30px;
    }
    .dark_nav .logo img {
        width: 150px!important;
    }
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
}



/*BANNER*/
.index_wrapper_2 {
    position: relative;
    overflow: hidden;
    margin-top: -2px;
}

.index_wrapper_2 .video_banner {
    transform: scale(1.025);
    position: relative;
}

.index_wrapper_2 .video_banner:before {
    content: '';
    background-color: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_wrapper_2 .banner_text {
    position: absolute;
    top: 55%;
    left: 10%;
    padding: 15px!important;
    width: 100%;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.banner_text .page_title {
    text-align: left!important;
    line-height: normal;
    margin: 0 auto;
}

.banner_text .smalltitle {
    color: white;
    font-weight: 100;
    font-size: 25px;
    text-shadow: 2px 2px 5px black;
}
.banner_text .bigtitle {
    font-size: 85px;
    color:#24a9e1 ;
    text-shadow: 2px 2px 5px black;
}
.banner_text .bigtitle span{
    color: white;
}
.banner_img{
    max-width: 8%;
    position: absolute;
    right: 5%;
    bottom: 10%;
    animation: textTurn 25s infinite linear;
    transition: linear 0.35s;
}
@media (max-width: 1490px) {
    .banner_text .bigtitle {
    font-size: 75px;
    }
    .banner_img {
    max-width: 10%;
    }
}
@media (max-width: 1200px) {
    .banner_text .bigtitle {
    font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .index_wrapper_2 .slider_banner .item > img {
    height: 300px !important;
    
    }
    #index_2 .slider_banner .item > img {
    object-fit: cover;
        object-position: 60%;
    }
    .banner_text .smalltitle {
    font-size: 18px;
    }
    .banner_text .bigtitle {
    font-size: 36px;
    }
    .banner_img {
    max-width: 20%;
    right: 1%;
    bottom: 10%;
    }
    .index_wrapper_2 .banner_text {
    top: 55%;
    left: 0%;
}
}
@media (max-width: 364.5px) {
    .index_wrapper_2 .banner_text {
    top: 50%;
    line-height: 1.0;
}
}

@keyframes textTurn{
     100% {
    transform: rotate(-1turn);
  }
}
/*footer*/

.footer_type4 {
    background:#231f20;
    padding-top: 3rem;
}
.footer_type4 .col-md-3:first-child .title{
    min-height: 100px;
    margin-top: -40px;
}
.footerLeftBottom {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.footer_type4  .logo{
    max-width:140px;
}

.footer_type4  .logo img{
    width:100%;
}

.footer_icon img {
    max-width: 40px;
    transition: transform 0.3s;
}

.footer_icon:hover img {
    transform: scale(1.1); 
}

.footer_type4 .left_line {
    border-right: none;
}
.footer_type4 h6 {
    font-size: 14px!important;
    margin-bottom: 5px!important;
    opacity: 0.9;
    font-weight: normal;
}
.footer_type4 p {
    margin-bottom: 0px;
    opacity: 0.85;
}
.footer_type4 .text-center {
    text-align: left!important;
}
@media (max-width: 1200px) {
    .footer_type4 .col-md-3:first-child .title {
    margin-top: 0px; 
    padding-left:0px; 
    }
    .footer_type4 .logo img {
        width: 100%;
    }
    .footerLeftBottom {
    gap: 0px;
    }
}
@media (max-width: 991.5px) {
}

@media only screen and (max-width: 768px){
.footer_type4 .left_line {
    border-bottom: none;
}
}


/*about*/
.index_wrapper_3{
    padding: 100px 0;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/bg_about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.n_text{
    color: white;
    opacity: 0.9;
    line-height: 1.8;
    font-size: 15px;
}
.n_text b{
        font-weight: 600;
}
.index_wrapper_3 .bigtitle {
        line-height: 1.0;
    padding-top: 50px;
}

@media (max-width: 1200px) {
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_3 {
    padding: 50px 0;
    }
    .index_wrapper_3 .bigtitle {
    padding-top: 0px; 
    padding-bottom: 25px;
}
}



/*type*/
.index_wrapper_4{
    background: #231f20;

}
.space1 .n_button {
    margin-top: 0px;
}

.space1 .space_content1 .bigtitle {
    font-size: 40px;
    font-weight: 400;
    color: transparent;
    font-family: 'Bebas Neue', sans-serif;
    padding: 0;
    background: url("https://wweb.dev/resources/creative-hover-effects/wave.svg")repeat-x #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 0;
  background-position-y: 2em;
  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  animation-play-state: running;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.space1 .space_content1:hover .bigtitle {
  background-position-x: 0;
  background-position-y: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.s_box{
    height: 450px!important;
}

.both1 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/category1.jpg);
}
.both2 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/category2.jpg);
}
.both3 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/category3.jpg);
}
.both4 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/category4.jpg);
}
.both5 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/category5.jpg);
}

.both1,
.both2,
.both3,
.both4,
.both5{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.both1:before,
.both2:before,
.both3:before,
.both4:before,
.both5:before{
    content: '';
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both1:after,
.both2:after,
.both3:after,
.both4:after,
.both5:after{
    content: '';
    background-color: unset;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both1:hover:before,
.both2:hover:before,
.both3:hover:before,
.both4:hover:before,
.both5:hover:before{
    background-color: rgba(0, 0, 0, 0.50);
}

.both1:hover:after,
.both2:hover:after,
.both3:hover:after,
.both4:hover:after,
.both5:hover:after{
    transform: translate(-35%, -50%);
}

.write1,
.write2,
.write3,
.write4,
.write5{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding: 50px;
    z-index: 1;
}
@media (max-width: 1401px) {
    .s_box {
    height: 350px!important;
}
.both1, .both2, .both3, .both4, .both5 {
    height: 250px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .s_box {
    height: 250px!important;
}
.both1, .both2, .both3, .both4, .both5 {
    height: 250px;
}
.write1, .write2, .write3, .write4, .write5 {
    padding: 20px;
}

}

/*why*/

.index_wrapper_5 {
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/bg_why.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 50px 0;
}  
#index_5{
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/title_reason.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 10% 20%;
}
.hp_why .smalltitle {
  font-size: 25px;
  font-weight: 400;
  color: transparent;
  font-family: 'Bebas Neue', sans-serif;
  text-decoration: none;
  background: url("https://wweb.dev/resources/creative-hover-effects/wave.svg") repeat-x #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 0;
  background-position-y: 2em;
  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  animation-play-state: running;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.hp_why .why_box:hover .smalltitle {
  background-position-x: 0;
  background-position-y: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hp_why .n_Text {
    padding: 10px 0px 0px;
    color: white;
    font-size: 15px;
    opacity: 0.9;
}
.hp_why{
    margin-left: 35%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.hp_why .why_box{
    background-color: transparent;
    width: 80%;
    padding: 20px;
}
.hp_why .why_box:hover{
    box-shadow: 0px 0px 5px #24a9e1;
}
.hp_why .col-md-6:nth-child(3){
    margin-top: 25px;
    margin-left: -50px;
}
.hp_why .col-md-6:nth-child(4){
    margin-top: 40px;
    margin-left: -50px;
}
@media (max-width: 1450px) {
    .hp_why .col-md-6:nth-child(3) {
        margin-left: 0px;
    }
    .hp_why .col-md-6:nth-child(4) {
        margin-left: 0px;
    }
}
@media (max-width: 1200px) {
    .hp_why {
        margin-left: 30%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hp_why .col-md-6:nth-child(3) {
        margin-top: 50px;
        margin-left: 0px;
    }
    .hp_why .col-md-6:nth-child(4) {
        margin-top: 50px;
        margin-left: 0px;
    }
    .hp_why .why_box {
        width: 100%;
    }
    .hp_why .n_Text {
    }
    .hp_why .bigtitle {
        font-size: 60px;
        margin: -100px 10px 0 10px;
    }
    .index_wrapper_5 {
    background-position: 5%;
    }
    #index_5 {
    background-size: 23%;
    background-position: 5% 20%;
}
}
@media (max-width: 992px) {
    #index_5 {
    background-size: 60%;
    background-position: 15px top;
    }
    .hp_why {
        margin-left: 0%;
        margin-top: 100px;
        margin-bottom: 0;
    }
    .hp_why .why_box {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
    .hp_why .bigtitle {
        margin: -100px 10px 0 10px;
        font-size: 90px;
    }
    .hp_why .col-md-6:nth-child(3) {
        margin-top: 0px;
        margin-left: 0px;
    }
    .hp_why .col-md-6:nth-child(4) {
        margin-top: 0px;
        margin-left: 0px;
    }
}

/*course*/
.index_wrapper_6{
    background: #231f20;
    padding: 25px 0;
    
}
.n_course .n_btn2 {
    position: relative;
    top: 50%;
}
.course_title{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
    text-align: left;
}

.services_cources a:hover {
    text-decoration: none;
}
.course_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
    cursor: pointer;
}
.services_cources{
        margin: 0 5px;
}
.hp_services .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
    top: 40%;
}

.hp_services .slick-prev {
    left: -50px;
}

.hp_services .slick-next {
    right: -50px;
}

.hp_services .slick-prev::before, .hp_services .slick-next::before {
    text-shadow: none;
    font-size: 20px;
    color: white;
    line-height: normal;
    opacity: 1;
    border: 2px solid white;
    padding: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_services .slick-prev:hover:before, .hp_services .slick-next:hover:before {
    background-color: #24a9e1;
    color: #ffffff;
    border: 2px solid #24a9e1;
    box-shadow: 0 0 15px rgba(75, 75, 77, 0.25);
}
@media (max-width: 1200px) {
    .hp_services .slick-prev {
    left: -35px;
}

.hp_services .slick-next {
    right: -35px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .course_title {
    font-size: 18px;
}
    .n_course .btn_content{
     text-align: left!important;  
    }  
    .n_course .n_btn2 {
    top: 0%;
    padding-bottom: 20px;
}
.hp_services .slick-prev {
    left: -10px;
}

.hp_services .slick-next {
    right: -10px;
}
}


/*PRODUCT*/
.index_wrapper_7{
    background: #231f20;
    padding: 25px 0;
    
}
.n_product .n_btn2 {
    position: relative;
    top: 50%;
}
.product_cat-11{
    padding: 0;
}
.product_cat-11 .card {
    background-color: transparent;
    border: none;
    border-radius: 0rem;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item {
  margin: 0 5px;
}
.product_cat-11 .hp_product_cat_slider .item a {
    justify-content: flex-start;
    align-items: flex-start;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
    text-align: left;
    padding-top: 10px;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    margin-top: 0rem;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img {
    display: none;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: none;
    width: 100%;
    height: 100%;
}
.product_cat-11 .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
    top: 40%;
}

.product_cat-11 .slick-prev {
    left: -50px;
}

.product_cat-11 .slick-next {
    right: -50px;
}

.product_cat-11 .slick-prev::before, .product_cat-11 .slick-next::before {
    text-shadow: 0 0 5px black;
    font-size: 20px;
    color: white;
    line-height: normal;
    opacity: 1;
    border: 2px solid white;
    padding: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.50s;
    box-shadow: 0 0 5px black;
}

.product_cat-11 .slick-prev:hover:before, .product_cat-11 .slick-next:hover:before {
    background-color: #24a9e1;
    color: #ffffff;
    border: 2px solid #24a9e1;
    box-shadow: 0 0 15px rgba(75, 75, 77, 0.25);
}
/*.productSlider-1 .product_img .product_box {
    background-color: transparent;
    margin: 0px;
    border: none;
}
.productSlider-1 .slick-track .slick-slide {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0px;
}
.productSlider-1 .content p{
    display: none;
}
.productSlider-1 .content .align-top{
    display: none;
}
.productSlider-1 .product_img .product_box h6 {
    color: white;
    font-weight: normal!important;
    font-size: 14px!important;
}*/
@media (max-width: 1200px) {
    .product_cat-11 .slick-prev {
    left: -35px;
}

.product_cat-11 .slick-next {
    right: -35px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .n_product .btn_content{
     text-align: left!important;  
    }  
    .n_product .n_btn2 {
    top: 0%;
    padding-bottom: 20px;
}
    .product_cat-11 .slick-prev {
    left: -10px;
}

.product_cat-11 .slick-next {
    right: -10px;
}
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    font-size: 18px;
}
}


/*trip*/
.index_wrapper_8 {
    padding: 50px 0 100px;
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/bg_trip.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.space .n_button {
    margin-top: 0px;
}
.space .space_content .bigtitle {
    font-size: 40px;
    font-weight: 400;
    color: transparent;
    font-family: 'Bebas Neue', sans-serif;
    padding: 0;
    background: url("https://wweb.dev/resources/creative-hover-effects/wave.svg")repeat-x #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 0;
  background-position-y: 2em;
  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  animation-play-state: running;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.space .space_content:hover .bigtitle {
  background-position-x: 0;
  background-position-y: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.both6{
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/trip1.jpg);
}
.both7{
    background-image: url(https://server.newpages.com.my/storage/userfiles/25634/file/trip2.jpg);
}
.both6,
.both7{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.both6:before,
.both7:before{
    content: '';
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both6:after,
.both7:after{
    content: '';
    background-color: unset;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both6:hover:before,
.both7:hover:before {
    background-color: rgba(0, 0, 0, 0.50);
}

.both6:hover:after,
.both7:hover:after{
    transform: translate(-35%, -50%);
}

.write6,
.write7{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding: 50px;
    z-index: 1;
}


@media (max-width: 1401px) {
    .both6, .both7 {
    height: 250px;
}
}
@media (max-width: 991.5px) {
}
@media (max-width: 767.5px) {
    .index_wrapper_8 {
    padding: 50px 0 50px;
    }
    .write6, .write7 {
    left: -5%;
    }
    .space .space_content .bigtitle {
    font-size: 30px;
    }
}

/*latest*/
.index_wrapper_9 {
    margin-bottom: -48px;
    background: #231f20;
    padding: 50px 0;
}
.latest_new_type4 .news_box {
    background-color: transparent;
}
.n_latest .n_btn2 {
    position: relative;
    top: 50%;
}
.latest_new_type4 .news_box p{
    color: white;
}
.index_wrapper_9 .latest_new_type4 .col-md-12{
    display: none;
}


@media (max-width: 767.5px) {
    .n_latest .btn_content{
     text-align: left!important;  
    }  
    .n_latest .n_btn2 {
    top: 0%;
    padding-bottom: 20px;
}
}





@keyframes waveAnimation{
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 200%;
  }
}