
/*Productpage Setting*/
/*.product_nav_pill_container .tab-content .col-12:nth-child(1), .product_nav_pill_container .tab-content .spec_weight {*/
/*    display: none;*/
/*}*/

#main_showproducts #pills-tabContent #pills-information .spec_dimension{
    display: none;
}

/*Homepage Setting*/
#main_index {
    padding-bottom: unset !important;
}
/* Navbar */
.editor {
    position: relative;
    display: block !important;
    background-color: #15375C;
    padding: 15px 0;
    z-index: 1;
}
.navbar_mobile {
    background-color: white;
}
.navbar_mobile .logo_img {
    max-height: 35px;
    margin-top: 7px;
}
.navbar_type8 {
    height: 110px;
    background-color: white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    transition: 0.5s ease-in-out;
}
.navbar_type8 .nav_tab {
    padding-right: 3.5vw;
    flex: 0 1 75%;
}
.navbar_type8 .nav_tab .nav_item {
    position: relative;
}
.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}
.navbar_type8 .nav_tab .nav_item::after {
    content: "";
    background-color: #193661;
    position: absolute;
    top: 50%;
    height: 15px;
    width: 1.5px;
    right: 0;
    transform: translateY(-50%) skew(-25deg, 0deg);
}

.navbar_type8 .nav_tab .nav_item:nth-last-child(1)::after {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a{
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #193661;
  padding: 15px 1.2vw;
  font-size: 0.95vw;
  transition: all 0.3s ease;
  font-weight: 700;
}
.navbar_type8 .nav_tab .nav_item .dropdown-item a{
    color: white;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    background-color: white;
}
.navbar_type8 .nav_tab .nav_item a:hover {
  transform: translateY(-3px);
}

.navbar_type8 .nav_tab .nav_item a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #15375C;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.navbar_type8 .nav_tab .nav_item a:hover::before {
  transform: scaleY(1);
}
    
.navbar_type8 .logo {
    flex: 0 1 25%;
    margin-left: 5vw;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 28px 25px;
} 
    .dark_nav {
        height: 90px;
        background-color: rgba(255, 255, 255, 0.8) !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    }
    .dark_nav.navbar_type8 .logo img {
    padding: 20px 25px;
    }
    
    /*#main_index .dark_nav.navbar_type8 .nav_tab .nav_item::after {*/
    /*    background-color: #193661;*/
    /*}*/
    /*#main_index .dark_nav.navbar_type8 .nav_tab .nav_item a {*/
    /*    color: #193661;*/
    /*}*/
    
/*Responsive*/
@media(max-width:992px){
    .editor {
        display: none !important;
    }
}
/* End Navbar */



/* Footer */
.footer_type9 {
    color: white;
    padding-top: 100px;
    background-color: #15375C;
}
.footer_type9 .col-12.col-md-6.mb-md-0.line {
    padding-right: 15%;
    padding: 30px 15% 0 15px;
}
.footer_type9 .bg_dark {
    background-color: #424242;
}
    /*Text Setting*/
    .footer_type9 .visitor_text {
        font-size: 10px !important;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0.line .text {
        font-size: 14px;
        line-height: 2;
    }
    .footer_type9 .sub_title p {
        font-size: 14px;
        font-weight: 500;
    }
    .footer_type9 .nav_item li a {
        text-transform: capitalize;
        font-size: 14px;
        line-height: 2;
    }
    .footer_type9 .text, .footer_type9 .sub_title p, .footer_type9 .nav_item li a::after, .footer_type9 .nav_item li a {
        color: white !important;
    }
    .footer_type9 .copy_right p {
        margin: 0;
    }
    /*Logo Setting*/
    .footer_type9 .logo {
        display: none;
    }
    /*Icon Setting*/
    .footer_type9 .social_media a .icon_s i {
        color: #fff;
    }

/*Customize Setting*/
.footer_type9 .contact_us_box .customize_details_box:nth-child(n+2) {
    margin-top: 20px;
}
.footer_type9 .right_outer_box {
    padding: 30px 15px 30px 5%;
}

/*.footer_type9 .customize_details_box .contact_box {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*}*/
    /*Text Setting*/
    .footer_type9 p.contact_title {
        font-size: 15px;
        font-weight: 800 !important;
    }
    .footer_type9 .customize_details_box .title_text {
        color: white;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .footer_type9 .customize_details_box:nth-child(1) .title_text  strong:nth-child(1) {
        font-size: 18px;
    }
    .footer_type9 .customize_details_box:nth-child(1) .title_text  strong:nth-child(1) span {
        font-size: 13px;
    }
    .footer_type9 .customize_details_box .address {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 0;
        font-size: 13px;
    } 
    .footer_type9 .customize_details_box .contact_box .contact_text {
        color: white;
        font-size: 13px;
        font-weight: 400;
    } 
    .footer_type9 .customize_details_box .contact_box .email_text {
        color: white;
        font-size: 13px;
    }
    
    /*Image Setting*/
    .footer_type9 .customize_details_box .contact_box img {
        width: 13px;
        filter: invert(1);
    }
/* End Footer */



/* Banner */
#main_index .index_wrapper_2 {
    /*margin-top: -136px;*/
    margin-top:0;
}
.pestline_video_banner {
    position: relative;
}
.pestline_video_banner video{
    height: 40vw;
    object-fit: cover;
}
.pestline_video_banner .banner_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pestline_video_banner .banner_outer_box {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.pestline_video_banner .banner_outer_box .slick-list.draggable, .pestline_video_banner .banner_outer_box .slick-list.draggable .slick-track {
    height: 100%;
    width: 100%;
}
.pestline_video_banner .banner_outer_box .banner_inner_box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}


.pestline_video_banner .banner_outer_box .banner_inner_box .left_outer_box {
    position: absolute;
    top: 55%;
    left: 7%;
    width: 30%;
    transform: translateY(-50%);
    z-index: 1;
}

.pestline_video_banner .banner_outer_box .banner_inner_box.banner01 .left_outer_box {
    top: 55%;
    left: 5%;
    width: 27%;
}

.banner01 .brand_box,
.banner03 .brand_box,
.banner04 .brand_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1rem 0 0;
}
.banner01 .brand_box img,
.banner03 .brand_box img,
.banner04 .brand_box img{
    /*width: 120px;*/
    /*height: 100%;*/
    width:auto;
    height:4vw;
    padding-right:  15px;
}

@media screen and (max-width: 991.5px){
    .pestline_video_banner video{
        height: 47vw;
    }
}


.pestline_video_banner .banner_outer_box .banner_inner_box.banner02 .left_outer_box {
    width: 24%;
    top: 45%;
}
.pestline_video_banner .banner_outer_box .banner_inner_box.banner03 .left_outer_box{
    top:60%;
}
.pestline_video_banner .banner_outer_box .banner_inner_box.banner04 .left_outer_box {
    top: 58.5%;
    width: 23.5%;
}

.pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box {
    width: 18%;
    top:53.5%;
}

.pestline_video_banner .banner_outer_box .banner_inner_box .left_outer_box {
    width: 26.5%;
}

.pestline_video_banner .banner_outer_box .banner_inner_box .right_outer_box {
    position: absolute;
    /*top: 16%;*/
    top:0%;
    right: 0;
    width: 100%;
}

.pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box > img {
    margin-bottom: 12%;
    width: 7vw;
}
    /*Animation Setting*/
    .pestline_video_banner .slick-active .fadeInRight {
        animation-duration: 1.5s;
        animation-delay: 1s;
    }
    .pestline_video_banner .slick-active .fadeInLeft {
        animation-duration: 1.5s;
    }
    
    /*Line Setting*/
    .pestline_video_banner .line_box {
        background-color: white;
        height: 1px;
        width: 100%;
        margin: 3% 0 6%;
    }
    .pestline_video_banner .banner03 .line_box {
        margin: 3% 0;
    }
    /*Text Setting*/
    .banner_big_title {
        color: white;
        font-weight: 700;
        font-size: 2.8vw;
    }
    
    .banner03 .banner_big_title {
        margin-bottom: 0;
    }
    
    .banner_small_content {
        color: white;
        font-size: 1vw;
    }
    .banner_small_content .d-block {
        margin-top: 5%;
    } 
    
    .banner01 .banner_small_content, .banner03 .banner_small_content, .banner04 .banner_small_content {
        color: white;
        font-size: 1.3vw;
        line-height: 1.3;
        width: 310px;
    }
    .banner03 .banner_small_content {
        font-size: 1.6vw;
        margin-bottom: 8%;
    }
    .banner04 .banner_small_content {
        /*margin-bottom: 12%;    */
    }
    
    .banner01 .banner_small_content .d-block, .banner03 .banner_small_content .d-block {
        margin-top: 0;
    }
    
    .banner05 .banner_small_content {
        line-height: 1.8;
        margin: 10% 0;
    }
    
    .pestline_video_banner .img_box .content_box {
        flex-basis: 100%
    }
    
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner04 .banner_big_title .d-block {
        font-weight: 400;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner04 .banner_big_title:nth-child(2) {
        font-weight: 900;
    }
    
    /*Image Setting*/
    .pestline_video_banner .banner_outer_box .banner_inner_box .right_outer_box img {
        /*width: 100%;*/
    width: 66%;
    margin-left: auto;
    }
     .pestline_video_banner .banner_outer_box .banner_inner_box.banner02 .right_outer_box img,
     .pestline_video_banner .banner_outer_box .banner_inner_box.banner03 .right_outer_box img{
         margin-top:8%;
     }
    
    .banner05 .img_box {
        width: 55%;
        margin-bottom: 5%;
    }
    .pestline_video_banner .img_box .left_inner_box {
        flex-basis: calc(27% - 2.5%);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .pestline_video_banner .img_box {
        /* gap: 5%; */
        /* transform: translate(65vw, 14vw); */
        position: unset;
        bottom: 0;
        right: 0;
        width: 30%;
    }
    .banner01 .brand_box img, .banner03 .brand_box img, .banner04 .brand_box img{
        height:5vw;
    }
.img_box.alter_banner5_img{
    bottom: -5vw;
    right: 19vw;
    width: 5vw;
    width: 13vw;
    position: absolute;
    right: 19vw;
    bottom: -6vw;
}
    
    

@media screen and (max-width: 767.5px){
    .banner01 .brand_box, .banner03 .brand_box, .banner04 .brand_box{
        margin:0;
    }
        .banner01 .banner_small_content, .banner03 .banner_small_content, .banner04 .banner_small_content {
            width:150px;
        }

    .banner01 .brand_box img, .banner03 .brand_box img, .banner04 .brand_box img{
        /*width: 33px;*/
        /*padding-right: 3px;*/
    }
    .pestline_video_banner .img_box {
        /* gap: 5%; */
        /* transform: translate(65vw, 14vw); */
        position: unset;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .img_box .banner_small_content{
        font-size:1.7vw!important;    
    }
    .pestline_video_banner video{
        height:55vw;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .right_outer_box img,
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner03 .right_outer_box img,
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner02 .right_outer_box img{
        width:80%;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner04 .right_outer_box img{
        width:90%;
    }
    .img_box.alter_banner5_img{
        right:0;
    }
    
}


    
    
    /*Button Setting*/
    .btn_style span {
        gap: 5px;
    }
    
    .pestline_video_banner .btn_style {
        background-color: transparent;
        border-color: white;
    }
    .pestline_video_banner .btn_style:hover {
        background-color: white;
        border-color: white;
        color: black;
    }
    .pestline_video_banner .btn_style:hover img {
        filter: invert(1);
    }
    .pestline_video_banner .btn_style img {
        margin-bottom: unset;
    }
    
    .pestline_video_banner .banner01 .btn_box {
        margin: 8% 0;
    }
    
    .pestline_video_banner .banner04 .text_box {
        margin-top: 12%;
        width: 70%;
    }
/*.pestline_banner {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.pestline_banner .title_box {*/
/*    position: absolute;*/
/*    top: 12%;*/
/*    left: 18%;*/
/*}*/
/*.pestline_banner .img_box {*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    right: 27%;*/
/*    top: 10%;*/
/*    width: 11%;*/
/*}*/
    /*Image Setting*/
/*    .pestline_banner .img_box img {*/
/*        margin-bottom: 5%;*/
/*    }*/
    /*Text Setting*/
/*    .pestline_banner .banner_big_title {*/
/*        color: white;*/
/*        font-weight: 700;*/
/*        font-size: 3.2vw;*/
/*        font-style: italic;*/
/*    }*/
/*    .pestline_banner .banner_small_content {*/
/*        color: white;*/
/*        font-size: 1.1vw;*/
/*        font-weight: 400;*/
/*    }*/

/*Responsive*/
@media(max-width:768px){
    #main_index .index_wrapper_2 {
        margin-top: 0;
    }
    
        /*Text Setting*/
        .banner_big_title {
            font-size: 3.5vw;
            width: 100%;
        }
        
        .banner01 .banner_small_content, .banner03 .banner_small_content, .banner04 .banner_small_content {
            font-size: 2vw;
        }
     /*    .pestline_video_banner .banner_outer_box .banner_inner_box.banner02 .right_outer_box img,*/
     /*.pestline_video_banner .banner_outer_box .banner_inner_box.banner03 .right_outer_box img{*/
     /*    margin-top:0rem;*/
     /*}*/
    
    
    /*New*/
    
    /*Banner01*/
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner01 .left_outer_box {
        width: 33%;
        left: 8px;
        top: 50%;
    }
    
    /*Banner02*/
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner02 .left_outer_box {
        width: 30%;
        top: 35%;
    }
    
    /*Banner04*/
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner04 .left_outer_box {
        width: 29%;
    }
    .pestline_video_banner .banner04 .text_box{
        margin-top: 11%;
        margin-bottom: 11%;
    }
    .pestline_video_banner .banner03 .btn_box{
        margin-bottom: 11%;
    }
    
    /*Banner05*/
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box {
        left: 8px;
        width: 35%;
        top: 50%;
        z-index: 1;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box .banner_big_title {
        font-size: 3.5vw;
        margin-bottom: 5%;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box .banner_small_content {
        font-size: 2.7vw;
        line-height: 1.5;
        margin: 3% 0;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box .btn_style {
        font-size: 3vw;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box .btn_style img {
        width: 7px;
    }
    
    
    .pestline_video_banner .banner_outer_box .banner_inner_box .left_outer_box {
        left: 8px;
        top: 50%;
        width: 35%;
    }
    .pestline_video_banner .banner_outer_box .banner_inner_box .right_outer_box {
        width: 100%;
        top: 10%;
    }
        /*Button Setting*/
        .pestline_video_banner .btn_style {
            padding: 3px 5px;
            font-size: 2vw;
        }
        .pestline_video_banner .btn_style img {
            max-width: 5px;
        }
        /*Image Setting*/
        .pestline_video_banner .banner_outer_box .banner_inner_box.banner05 .left_outer_box > img {
            margin-bottom: 7%;
        }
        .banner05 .img_box {
        width: 28%;
        right: 17vw;
        left: unset;
        position: absolute;
        bottom: -13vw;
    }
        
        .banner05 .img_box {
            width: 25%;
        }
        
}
/* End Banner */



/*About Us Section01*/
.about_us_sec01 {
    overflow: hidden;
    margin: 100px 0;
}
.about_us_sec01 .container-fluid {
    max-width: 1075px;
}
    /*Text Setting*/
    .about_us_sec01 .small_content_box {
        overflow: hidden;
    }
    .about_us_sec01 .big_title {
        margin: 30px 0;
    }
    /*Button Setting*/
    .about_us_sec01 .btn_box {
        margin-top: 40px;
    }
/*End About Us Section01*/



/*Services Section02*/
.service_sec02 .container-fluid {
    max-width: 1300px;
}

.service_sec02 .content_frame_box .content_box {
    overflow: hidden;
}
.service_sec02 .content_frame_box {
    padding: 0 12px;
}
.service_sec02 .content_frame_box:hover {
    text-decoration: none;
}
.service_sec02 .content_frame_box .frame_inner_box {
    height: 100%;
    background-color: #EDEDED;
}
    /*Image Setting*/
    .service_sec02 .content_frame_box .img_box {
        overflow: hidden;
    }
    .service_sec02 .content_frame_box img {
        width: 100%;
        transition: 0.5s ease-in-out;
    }
    .service_sec02 .content_frame_box:hover img {
        filter: brightness(0.7);
        transform: scale(1.1);
    }
    
    /*Text Setting*/
    .service_sec02 .content_frame_box .content_box {
        /*background-color: #EDEDED;*/
        padding: 10%;
    }
    .service_sec02 .content_frame_box .content_box .big_title {
        margin-bottom: 30px;
        font-size: 32px;
    }

/*Responsive*/
@media(max-width:768px){
    .service_sec02 .content_frame_box {
        padding: 15px;
    }
    .service_sec02 .content_frame_box .content_box {
        padding: 30px;
    }
        /*Text Setting*/
        .service_sec02 .content_frame_box .content_box .big_title {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .service_sec02 .small_content {
            font-size: 14px;
        }
}

/*Bottom Details Setting*/
.service_sec02 .left_outer_box, .service_sec02 .right_outer_box {
    margin: 60px 0; 0
}
.service_sec02 .left_outer_box {
    margin: auto;
}
.service_sec02 .right_outer_box .frame_inner_box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_sec02 .left_outer_box .frame_inner_box {
    max-width: 645px;
    margin-left: auto;
}
    /*Text Setting*/
    .service_sec02 .right_outer_box .details_box .title {
        color: black;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
    }
    .service_sec02 .right_outer_box .details_box .details {
        color: black;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0;
    }
    /*Image Setting*/
    .service_sec02 .right_outer_box .frame_inner_box img {
        width: auto;
        height:60px;
    }

/*Responsive*/
@media(max-width:1200.5px){
    .service_sec02 .left_outer_box{
        flex:0 0 100%;
        max-width:100%;
        margin:60px 0 0;
    }
    .service_sec02 .right_outer_box{
        flex:0 0 100%;
        max-width:100%;
        margin:60px 0;
    }
    .service_sec02 .left_outer_box .frame_inner_box{
        max-width:100%;
        margin-left: 0;
    }
    .service_sec02 .right_outer_box .frame_inner_box{
        justify-content: center;        
    }
    .service_sec02 .left_outer_box .frame_inner_box .small_content{
        text-align: center;
    }
    img.alter_012 {
        /*width: 120px !important;*/
    }
    
}
@media(max-width:768px){
    .service_sec02 .right_outer_box .frame_inner_box {
        flex-wrap: wrap;
    }
    .service_sec02 .left_outer_box, .service_sec02 .right_outer_box {
        text-align: center;
        margin: unset;
    }
    .service_sec02 .right_outer_box .frame_inner_box {
        justify-content: center;
        gap: 20px;
    }
    .service_sec02 .left_outer_box {
        margin: 20px 0 30px;
    }
        /*Image Setting*/
        .service_sec02 .right_outer_box .frame_inner_box img {
            /*width: 60px;*/
        }
        /*Text Setting*/
        .service_sec02 .right_outer_box .details_box .title, .service_sec02 .right_outer_box .details_box .details {
            font-size: 18px;
            text-align: left;
        }
}
/*End Services Section02*/



/*Category Section03*/
.category_sec03 .container-fluid {
    max-width: 1250px;
}

.category_sec03 .frame_outer_box {
    overflow: hidden;
    margin: 50px 0;
}
.category_sec03 .content_frame_box .frame_inner_box {
    position: relative;
    background-color: #EAEAEA;
    border-radius: 30px;
    margin-bottom: 20px;
    height: 100%;
}

.category_sec03 .content_frame_box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #15375b;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transition-property: opacity, visibility, transform;
    transition-duration: .2s;
}
.category_sec03 .content_frame_box:hover .overlay {
    opacity: 1;
    visibility: inherit;
    transform: none;
}
.category_sec03 .content_frame_box .frame_inner_box:hover {
    animation: doidoi_animation 0.5s ease-in-out;
}

@keyframes doidoi_animation {
    0%, 100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
.category_sec03 .content_frame_box {
    margin-bottom: 45px;
}
.category_sec03 .content_frame_box:hover {
    text-decoration: none;
}
    /*Image Setting*/
    .category_sec03 .frame_inner_box img {
        width: 100%;
    }
    
    .category_sec03 .content_frame_box .img_box img {
        width: 75px;
    }
    
    .category_sec03 .content_frame_box .overlay img {
        width: 75px;
        height: 75px;
    }
    .category_sec03 .content_frame_box .overlay .title {
        position: relative;
        margin-top: unset;
        color: white;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .category_sec03 .content_frame_box .overlay .title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 64px;
        height: 2px;
        background-color: white;
    }
    .category_sec03 .content_frame_box .overlay .description {
        color: white;
        font-size: 15px;
        white-space: pre-line;
        margin-bottom: 0;
    }
    
    /*Text Setting*/
    .category_sec03 .content_frame_box .title {
        margin-top: -20%;
        color: #183861;
        font-weight: 600;
        font-size: 25px;
    }
    
    /*Button Setting*/
    .category_sec03 .btn_box {
        overflow: hidden;
        margin-top: 30px;
    }
/*Responsive*/
@media(max-width:768px){
    .category_sec03 {
        margin-top: 70px;
    }
    .category_sec03 .content_frame_box {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .category_sec03 .content_frame_box .frame_inner_box {
        border-radius: 9px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    
    .category_sec03 .content_frame_box .overlay {
        gap: 10px;
    }
        /*Text Setting*/
        .category_sec03 .content_frame_box .title {
            font-size: 12px;
            margin-top: 0;
        }
        
        .category_sec03 .content_frame_box .overlay .title {
            padding-bottom: 10px;
            font-size: 10px;
        }
        .category_sec03 .content_frame_box .overlay .description {
            font-size: 10px;
        }
        /*Image Setting*/
        .category_sec03 .content_frame_box .img_box img {
            width: 55px;
        }
        .category_sec03 .content_frame_box .overlay img {
            width: 40px;
            height: 40px;
        }
    
}
/*End Category Section03*/



/*Values Section04*/
.value_sec04 {
    background-color: #F2F2F2;
    padding-bottom: 110px;
    margin-top: 30px;
}
.value_sec04 .container-fluid {
    max-width: 1250px;
}

.value_sec04 .frame_outer_box {
    overflow: hidden;
    margin: 100px 0 80px;
}
.value_sec04 .content_frame_box {
    overflow: hidden;
    padding-top: 10px;
}


.value_sec04 .frame_outer_box .frame_inner_box {
    max-width: 1110px;
    margin: auto;
}
.value_sec04 .content_frame_box .frame_inner_box {
    text-align: center;
    background-color: white;
    height: 100%;
    padding: 20px 20px 15%;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
}
.value_sec04 .content_frame_box .frame_inner_box:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: unset;
}
.value_sec04 .content_frame_box .black_line {
    width: 100%;
    height: 2px;
    background-color: black;
    margin: 40px 0 20px;
}
    /*Text Setting*/
    .value_sec04 .big_title {
        margin-bottom: 30px;
    }
    .value_sec04 .content_frame_box .small_content {
        padding: 0 30px;
    }
    .value_sec04 .content_frame_box .big_title {
        font-size: 23px;
        max-width: 245px;
        display: block;
        margin: 30px auto 0;
    }
    /*Image Setting*/
    .value_sec04 .content_frame_box img {
        width: 35%;
    }
    .value_sec04 .content_frame_box:hover img {
        animation: icon_animation .3s linear .1s 2;
    }
    @keyframes icon_animation {
        25% {
            transform: rotate(10deg);
        }
        75% {
            transform: rotate(-10deg);
        }
    }

/*Responsive*/
@media(max-width:768px){
    .value_sec04 .content_frame_box:nth-child(n+3) {
        margin-top: 30px;
    }
    .value_sec04 .content_frame_box .small_content {
        padding: 0;
    }
}
/*End Values Section04*/



/*Contact Us Section05*/
#main_index .index_wrapper_7 {
    background: url("https://cdn1.npcdn.net/img/1723098816contact-us-images_bg_new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#main_index #index_7_3 {
    padding: 0 15px !important;
}

#main_index #index_7_2 {
    margin: 9% 0 auto;
}
.contact_sec05 {
    max-width: 500px;
    margin: 0 10% 0 auto;
}
    /*Text Setting*/
    .contact_sec05 .small_content {
        margin: 30px 0;
        font-size: 20px;
        font-weight: 400;
    }
    .contact_sec05 .big_title {
        font-size: 39px;
    }
    
    /*Button Setting*/
    .contact_sec05 .btn_style:hover {
        border-color: white;
        color: white;
    }
    .contact_sec05 .btn_style:hover img {
        filter: unset;
    }

/*Responsive*/
@media(max-width:768px){
    #main_index .index_wrapper_7 {
        background-position: 32%;
    }
}
    
/*System Setting*/
#main_index .ex_hpcontact_formonly .title {
    visibility: hidden;
}
#main_index .ex_hpcontact_formonly .subtitle {
    display: none;
}
#main_index .ex_hpcontact_formonly {
    height: 100%;
    max-width: 585px;
    margin: 7% 0 0 0;
    background-color: #FFFFFF;
}
#main_index .ex_hpcontact_formonly .contact_us_form  {
    padding: 10px 10% !important;
}

    /*Text Setting*/
    #main_index .hp_contactform_header {
        position: relative;
        margin-bottom: 38px;
    }
    #main_index .hp_contactform_header::before {
        content: "ENQUIRY US!";
        position: absolute;
        font-size: 38px;
        font-weight: 700;
        color: black;
        top: 0;
        left: 0;
    }
    /*html:lang(ms) #main_index .hp_contactform_header::before {*/
    /*    content: "Mari kita mulakan !";*/
    /*    position: absolute;*/
    /*    font-size: 30px;*/
    /*    font-weight: 700;*/
    /*    color: black;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*}*/
    #main_index .ex_hpcontact_formonly .contact .form-group input {
        border: unset;
        background-color: unset;
        border-bottom: 1px solid black;
        border-radius: unset;
    }
    #main_index .ex_hpcontact_formonly .contact .form-group input[type="text"] {
        color: black !important;
        font-weight: 700 !important;
    }
    #main_index .ex_hpcontact_formonly .contact .form-group input[type="email"] {
        color: black !important;
        font-weight: 700 !important;
    }
    
    #main_index .ex_hpcontact_formonly .contact .form-group textarea 
    {
        color: black;
        font-weight: 700;
        background-color: transparent;
        border: unset;
        border-bottom: 1px solid black;
        border-radius: unset;
    }
    
    /*Button Setting*/
    #main_index .ex_hpcontact_formonly .btn.btn-primary.p-3.px-4 {
        color: black;
        background-color: transparent !important;
        border-color: black !important;
        border: 2px solid black;
        border-radius: unset;
        padding: 8px 13px !important;
        font-size: 12px !important;
    }

/*Responsive*/
@media(max-width:768px){
    #main_index .ex_hpcontact_formonly {
        margin-top: 65px;
    }
    #main_index .ex_hpcontact_formonly .contact_us_form {
        padding: 30px !important;
    }
}
/*End Contact Us SEction05*/





.big_title {
    display: inline-block;
    color: #183861;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
}

.small_title {
    display: inline-block;
    position: relative;s
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
/*.small_title::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: black;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    width: 50px;*/
/*    height: 2.5px;*/
/*    transform: translateY(-50%);*/
/*}*/

.small_content {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.btn_box {
    overflow: hidden;
}

.btn_style {
    display: inline-block;
    color: white;
    background-color: #183861;
    border: 1px solid #183861;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 35px;
    transition: 0.3s linear;
}
.btn_style span {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn_style span img {
    transition: 0.5s ease-in-out;
    max-width: 10px;
}

.btn_style:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: black;
    color: black;
    border-radius: 0 30px 30px 30px;
}
.btn_style:hover span img {
    filter: invert(1);
}




/*General Responsive*/
@media(max-width:992px){
    .member_profile .left_panel span {
        background-color: grey;
    }
    .member_profile .left_panel span i {
        color: white;
    }
}
@media(max-width:768px){
    .small_title {
        font-size: 18px;
    }
    .big_title {
        font-size: 29px;
    }
}