a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*topspace*/

.industry_topContact {
    background-color: #003153;
}

.industry_topContactContent a{
    color:#fff;
    text-decoration: none;
}

.industry_topContactContent {
    display: flex;
    justify-content: flex-end;
    padding: 0.35vw 0;
    padding-right: 7vw;
}

.industry_topContactText {
    font-size: 1.05vw;
    font-weight: 300;
    color: #fff;
    /* cursor: pointer; */
    margin-bottom: 0vw;
}

.industry_topContactText a:hover {
    color: #fff;
}

.industry_topContactContent {
	display: flex;
	align-items: center;
}

.vertical-divider {
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin: 0 15px;
}

.industry_topContactText .contactRecordBtn i {
    font-size: 1.2vw;
    margin-right: 2px !important;
}

@media all and (max-width: 992px) { 
    .industry_topContact {
        display: none;
    }
}


/*navigation bar*/

.navbar_type8 {
    height: 100px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 7vw;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 25%;
}

.navbar_type8 .nav_tab {
    padding-right: 0.5vw;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 3px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 22px;
    object-position: left;
    transition: all 0.25s ease-in-out;
    margin-left: -1vw;
}

.navbar_type8.dark_nav .logo img {
    padding: 10px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 600;
    color: #10598c;
    padding: 8px 0.5vw;
    transition: color 0.35s ease-in-out;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    padding: 8px 1.5vw;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #003153;
}

.navbar_type8 .nav_tab .nav_item:hover:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    background: #003153;
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.side_menu {
    background-color: #0a4d68;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 600;
    color: #10598c;
    padding: 8px 0.5vw;
    transition: color 0.35s ease-in-out;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: none;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #003153;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    display: none !important;
}

.navbar_type8 .nav_tab .nav_item:hover a::after {
    width: 100%;
    opacity: 1;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
    background-color: #003153;
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.25rem 1.5rem;
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
}

@media screen and (max-width: 1200.5px){
    .industry_topContactText {
        font-size: 1.5vw;
        font-weight: 300;
        color: #fff;
        /* cursor: pointer; */
        margin-bottom: 0vw;
    }
    
    /*.navbar_type8 .nav_tab .nav_item a {*/
    /*    font-size: 1.5vw;*/
    /*    font-weight: 600;*/
    /*    color: #10598c;*/
    /*    padding: 8px 0.95vw;*/
    /*    transition: color 0.35s ease-in-out;*/
    /*    text-transform: uppercase;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*}*/
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .navbar_mobile .logo_img {
        max-height: 42px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
    }
    
    .navbar_mobile .row_1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar_mobile .col:first-child {
        display: flex !important;
        justify-content: flex-end !important; 
    }
    
    .navbar_mobile .btn {
        border-radius: 19px;
        align-self: center;
        margin-right: -68vw;
    }
    
    .navbar_mobile .logo_img {
        max-height: 30px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        margin-top: 2vw;
    }
}

/*Banner*/

.banner_content{
    overflow: hidden;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 95%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 95%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 21vw;
    left: 16vw;
    transform: translate(-20%, -50%);
    width: 40%;
}

.n_bannerTitle {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
}

.n_bannerSubTitle {
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 20px;
}

.n_bannerViewMore {
    font-size: 1.3vw;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 3vw;
    padding: 0.8vw 1vw;
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
}

.n_bannerViewMore:hover {
    background-color: #fff;
    color: #003153;
    border-color: #fff;
    transform: scale(0.95); 
}

.n_bannerImg {
    position: absolute;
    width: 47%;
    z-index: -1;
    top: -0.1vw;
    right: 23vw;
    opacity: 1;
}

.n_bannerImg2 {
    position: absolute;
    width: 27.85%;
    z-index: -1;
    /*top: 6.5vw;*/
    top: 5vw;
    right: 6vw;
    opacity: 1;
}

@keyframes floatLove {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateY(-2vw) scale(1.1) rotate(-5deg);
        opacity: 0.9;
    }
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 1;
    }
}

.n_bannerImg3 {
    position: absolute;
    width: 7.5%;
    z-index: -1;
    top: 35vw;
    left: 31vw;
    opacity: 0;
    animation: 
        bannerFadeUp 1s ease-out forwards 0.6s,
        floatLove 3.5s ease-in-out infinite 1.6s;
}

.n_bannerImg4 {
    position: absolute;
    width: 5%;
    z-index: -1;
    top: 4.5vw;
    right: 14.5vw;
    opacity: 0;
    animation: 
        bannerFadeUp 1s ease-out forwards 0.9s, 
        pulseLike 2.8s ease-in-out infinite 1.9s; 
}

@keyframes pulseLike {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.n_bannerImg,
.n_bannerImg2 {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: bannerFadeUp 1s ease-out forwards;
}

.n_bannerImg {
    animation-delay: 0s;
}

.n_bannerImg2 {
    animation-delay: 0.4s;
}

@keyframes bannerFadeUp {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.n_bannerImg5 {
    position: absolute;
    width: 64%;
    z-index: -1;
    top: 1.6vw;
    right: 2vw;
    opacity: 1;
    transform: translateY(30px) scale(0.95);
    animation: bannerFadeUp 1s ease-out forwards;
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1753672424banner_previous_button.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1753672443banner_next_button.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-next {
    right: 3vw;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 17vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerInnerGroup br {
        display: none;
    }

    .n_bannerTitle {
        font-size: 3.5vw;
        font-weight: 400;
        line-height: 1.3;
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        /* text-transform: uppercase; */
    }
    
    .n_bannerSubTitle {
        font-size: 5.1vw;
        font-weight: 700;
        line-height: 1.1;
        color: #fff;
        margin-top: 3%;
        margin-bottom: 20px;
    }
    
    .n_bannerViewMore {
        font-size: 3.3vw;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 4vw;
        padding: 1.2vw 3vw;
        text-transform: capitalize;
        cursor: pointer;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 50%;
        z-index: -1;
        top: 34.5vw;
        right: 30vw;
        opacity: 1;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 27.85%;
        z-index: -1;
        top: 41vw;
        right: 12vw;
        opacity: 1;
    }
    
    .n_bannerImg3 {
        position: absolute;
        width: 7.5%;
        z-index: -1;
        top: 69vw;
        left: 23vw;
        opacity: 1;
    }
    
    .n_bannerImg4 {
        position: absolute;
        width: 5%;
        z-index: -1;
        top: 39.5vw;
        right: 19.5vw;
        opacity: 1;
    }
    
    .n_bannerImg5 {
        position: absolute;
        width: 90%;
        z-index: -1;
        top: 21.15vw;
        right: 0vw;
        opacity: 1;
        /*transform: translateY(30px) scale(0.95);*/
        transform: rotate(45deg);
        animation: bannerFadeUp 1s ease-out forwards;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1753672424banner_previous_button.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1753672443banner_next_button.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: brightness(0) invert(1);
    }
    
    .slider_banner .slick-next {
        right: 4vw;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerImg {
        position: absolute;
        width: 50%;
        z-index: -1;
        top: 33vw;
        right: 30vw;
        opacity: 1;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 27.85%;
        z-index: -1;
        top: 44vw;
        right: 12vw;
        opacity: 1;
    }
    
    .n_bannerImg5 {
        position: absolute;
        width: 90%;
        z-index: -1;
        top: 20.15vw;
        right: 0vw;
        opacity: 1;
        transform: translateY(30px) scale(0.95);
        animation: bannerFadeUp 1s ease-out forwards;
    }
}

/*hp_about*/

.index_wrapper_3 {
}

.hp_about {
    padding: 7vw 8vw 7vw 8vw;
    position: relative;
}

.aboutBorder {
    padding: 0px;
}

.aboutBorder2 {
    padding: 3vw 1vw 0vw 3vw;
}

.hp_about .title_big {
    font-size: 2.6vw;
    font-weight: 700;
    color: #003153;
    line-height: 1.0;
    position: relative;
    padding: 0vw 6vw 1.5vw 0vw;
}

.hp_about .title_big span {
    color: #fea044;
}

.hp_about .hp_keyword {
    font-size: 1.3vw;
    font-weight: 400;
    color: #095287;
    margin-bottom: 0vw;
    line-height: 1.5;
    padding: 0.5vw 0vw 1vw 0vw;
}

.hp_about .hp_content {
    font-size: 1.3vw;
    font-weight: 400;
    color: #095287;
    margin-bottom: 0vw;
    line-height: 1.5;
    padding: 0.5vw 1vw 0.5vw 0vw;
}

.hp_about .inline-icon {
    width: 40px;      
    height: 40px;     
    vertical-align: middle;
    margin-right: 8px; 
}

.hp_about_image {
    margin-top: 0vw;
    width: 90%;
    max-width: 150%;
}

.aboutBorder3 {
    padding: 8px 0px;
}

.aboutBorder3 .inline-icon {
    transition: transform 0.3s ease;
}

.aboutBorder3:hover .inline-icon {
    transform: scale(1.15) rotate(-5deg);
}

@media screen and (max-width: 1200.5px){
    .aboutBorder2 {
        padding: 1vw 1vw 0vw 2vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about_image {
        margin-top: 0vw;
        width: 100%;
        max-width: 150%;
    }
    
    .hp_about .title_big {
        font-size: 5.6vw;
        font-weight: 700;
        color: #003153;
        line-height: 1.0;
        position: relative;
        padding: 0vw 6vw 1.5vw 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        color: #095287;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 0.5vw 0vw 1vw 0vw;
    }
    
    .hp_about .hp_content {
        font-size: 3.5vw;
        font-weight: 400;
        color: #095287;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 0.5vw 1vw 0.5vw 0vw;
    }
    
    .aboutBorder2 {
        padding: 6vw 0vw 0vw 0vw;
    }
}

/*hp_services*/

.hp_service {
    padding: 7vw 0vw 4vw 8vw;
    position: relative;
}

.hp_service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background-image: url('https://cdn1.npcdn.net/img/1753756831C_services_background_picture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_service .hp_big_title {
    font-size: 2.6vw;
    font-weight: 700;
    margin-bottom: 1vw;
    color: #fff;
}

.hp_service .hp_keyword {
    font-size: 1.2vw;
    font-weight: 400;
    margin-bottom: 4vw;
    color: #fff;
}

/*products*/

.hp_services_box {
    margin-bottom: 4vw;
}

.hp_service .exclusive_img {
    position: relative;
    width: 100%;
    /*display: flex;*/
    /*gap: 20px;*/
}

.hp_service .exclusive_img img {
    height: 100%;
    object-fit: cover;
}

.serviceRow {
    margin-left: -1vw;
}

.serviceBorder {
    padding: 0 15px;
}

.hp_service .content_text {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 28px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    background: none; 
    overflow: hidden; 
}

.hp_service .content_text::before {
    content: "";
    position: absolute;
    inset: 0; 
    background-image: url('https://cdn1.npcdn.net/img/1753677008C_services_slider.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(60%);
    animation: fadeInRight 0.6s forwards ease;
    z-index: -1; 
    /*animation-delay: 5s; */
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(60%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hp_service .content_text.animate__fadeInRight {
    animation: fadeInRight 0.8s ease-out both;
}

.hp_service .arrow-icon {
    width: 35px;
    height: auto;
    transition: transform 0.3s ease;
    margin-top: 3vw;
}

.hp_service .arrow-icon:hover {
    transform: rotate(-45deg);
}

.hp_service .btn {
    font-size: 1vw !important;
}

/*slider*/

.project-s {
    margin-left: -15px;
    margin-right: -15px;
}

.project-s .imgbox {
    padding: 0 15px;
}

.project-s .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider .hp_services_box:last-child {
    display: none; 
}

/*arrow*/

.project-s .slick-arrow {
    z-index: 2;
}

.project-s .slick-next {
    right: 5vw;
    background: transparent;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}

.project-s .slick-prev:before,
.project-s .slick-next:before {
    font-size: 16px;
    opacity: 1;
    padding: 1vw;
}

.project-s.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.project-s .slick-dots li {
    width: 40px;
    height: 5px;
}

.project-s .slick-dots li button {
    width: 40px;
    height: 5px;
}

.project-s .slick-dots li button:before {
    width: 40px;
    height: 5px;
    border-radius: 50px;
    content: "";
    background: #555;
}

.project-s .slick-dots li.slick-active button:before {
    opacity: .75;
    background: #ffb2ae;
}

.hp_services .slick-slide {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.project-s .slick-prev::before, .project-s .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.project-s .slick-prev:before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/img/1753681696C_services_previous_button.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;  
    height: 40px; 
}

.project-s .slick-next:before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/img/1753681885C_services_next_button.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;  
    height: 40px; 
}

.project-s .slick-prev {
    left: -3.5vw;
    z-index: 10;
}

.project-s .slick-next {
    right: 3vw !important;
}

.hp_service .serviceBorder {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hp_service .serviceBorder:hover {
    transform: translateY(-5px); 
}

.hp_service .content_text .arrow-icon {
    transition: transform 0.4s ease;
}

.hp_service .serviceBorder:hover .arrow-icon {
    transform: translateX(8px) rotate(-45deg);
}

.hp_service .menu-text {
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 0.3vw;
    color: #fff;
}

.hp_service .menu-text2 {
    font-size: 1vw;
    font-weight: 200;
    margin-bottom: 0.3vw;
    color: #f2f2f2;
}

@media screen and (max-width: 1200.5px){
    .hp_service .menu-text {
        font-size: 1.7vw;
        font-weight: 700;
        margin-bottom: 0.3vw;
        color: #fff;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_service {
        padding: 7vw 5vw 4vw 5vw;
        position: relative;
    }

    .hp_service .hp_big_title {
        font-size: 5.6vw;
        font-weight: 700;
        margin-bottom: 1vw;
        color: #fff;
    }
    
    .hp_service .hp_keyword {
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 4vw;
        color: #fff;
    }
    
    .serviceBorder {
        padding: 0 9px;
    }
    
    .project-s .slick-prev:before {
        content: "";
        display: inline-block;
        background-image: url('https://cdn1.npcdn.net/img/1753681696C_services_previous_button.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;  
        height: 25px; 
    }
    
    .project-s .slick-next:before {
        content: "";
        display: inline-block;
        background-image: url('https://cdn1.npcdn.net/img/1753681885C_services_next_button.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;  
        height: 25px; 
    }
    
    .project-s .slick-prev {
        left: -5.5vw;
        z-index: 10;
    }
    
    .project-s .slick-next {
        right: -3.5vw !important;
    }
    
    .hp_service .menu-text {
        font-size: 4.7vw;
        font-weight: 700;
        margin-bottom: 0.3vw;
        color: #fff;
    }
    
    .hp_service .menu-text2 {
        font-size: 3.5vw;
        font-weight: 200;
        margin-bottom: 3.3vw;
        color: #f2f2f2;
    }
}

/*hp_why*/

.hp_why {
    padding: 5vw 13.5vw 7vw 13.5vw;
    position: relative;
}

.whyBorder {
    padding: 0px;
}

.whyBorder2 {
    padding: 0px;
}

.hp_why .title_big {
    font-size: 2.6vw;
    font-weight: 700;
    color: #003153;
    line-height: 1.0;
    position: relative;
    padding: 0vw 6vw 2vw 0vw;
}

.hp_why .hp_keyword {
    font-size: 1.25vw;
    font-weight: 500;
    color: #095287;
    margin-bottom: 0vw;
    line-height: 1.5;
    padding: 0.5vw 1.3vw 1vw 0vw;
}

.rowCommitment {
    flex-wrap: wrap !important;
}

.hp_commitment_img {
    width: 105%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: -6vw;
}

.hp_why_count {
    display: block;
    /* background: linear-gradient(to left, #043c2f, #39a957); */
    /* padding: 2rem 2.5rem; */
    border-radius: 25px;
    justify-content: space-around;
    gap: 20px;
    position: absolute;
    right: -14VW;
    /* top: 10%; */
    /* transform: translate(0, -50%); */
    width: 100%;
}

.hp_why_count_point {
    position: relative;
    margin-top: 1vw;
    padding-bottom: 2vw;
}

.hp_why_count_point::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10.5%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    background-color: #e1be7c;
    /*border-radius: 30px;*/
    transition: all 0.35s ease-in-out;
}

.hp_why_count_point:last-child::before {
    content: none;
    display: none;
}

.hp_count_point {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 4vw;
    color: #e1be7c;
    font-weight: 600;
    line-height: 1;
}

.running_word {
    font-size: 30px;
}

.hp_count_text {
    font-size: 1.25vw;
    font-weight: 700;
    /*color: #555;*/
    color: #000;
    margin-top: 0vw;
    text-align: center;
    line-height: 1.3;
    padding: 0.5vw 17vw 1vw 17vw;
}

.hp_why_count {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hp_why_count_point {
    background: #e8edf5;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hp_count_point {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 3rem;
    font-weight: 800;
    color: #022c5b;
    margin-bottom: 10px;
}

.hp_count_point .running_number {
    margin-right: 5px;
}

.hp_count_text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #022c5b;
}

.hp_count_text.highlight {
    display: inline-block;
    background-color: #b5cce5;
    padding: 4px 10px;
    border-radius: 5px;
}

.counter-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* max-width: 420px; */
    margin: 0 auto;
    margin-left: 3vw;
}

.counter-box {
    background: linear-gradient(to bottom, #e8edf5 0%, #ffffff 100%);
    border-radius: 30px;
    padding: 8px 20px;
    text-align: center;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s;
}

.counter-box:hover {
    transform: translateY(-5px);
}

.counter-value {
    font-size: 5vw;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

.counter-label {
    font-size: 1.8vw;
    font-weight: 700;
    color: #054d7f;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_why .title_big {
        font-size: 5.6vw;
        font-weight: 700;
        color: #003153;
        line-height: 1.0;
        position: relative;
        padding: 0vw 6vw 2vw 0vw;
    }
    
    .hp_why .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #095287;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 0.5vw 0vw 5vw 0vw;
    }
    
    .hp_why {
        padding: 5vw 8.5vw 7vw 8.5vw;
        position: relative;
    }
    
    .counter-value {
        font-size: 10vw;
        font-weight: 800;
        color: #002b5c;
        margin-bottom: 0px;
        letter-spacing: -1px;
    }
    
    .counter-label {
        font-size: 4.8vw;
        font-weight: 700;
        color: #054d7f;
    }
    
    .counter-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        /* max-width: 420px; */
        margin: 0 auto;
        margin-left: 0vw;
    }
}

/*hp_portfolio*/

.index_wrapper_6 {
    padding: 4vw 0vw 4vw 0vw;
    position: relative;
    width: 85%;
    margin: 0 auto;
    background-image: url(https://cdn1.npcdn.net/img/1753757228E_portfolio_background_picture.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_portfolio {
    padding: 4vw 5vw 0vw 5vw;
    position: relative;
}

.hp_portfolio {
    padding: 4vw 5vw 0vw 5vw;
    position: relative;
}

.hp_portfolio::before {
    content: "";
    position: absolute;
    left: -43vw;
    top: -11vw;
    width: 100%;
    height: 141%;
    background: url(https://cdn1.npcdn.net/img/1753757127E_portfolio_emoji.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
    animation: loveEyesPulse 3s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes loveEyesPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.05) rotate(5deg);
        filter: brightness(1.2);
    }
}

.hp_portfolio .hp_big_title {
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 1vw;
    color: #fff;
}

.hp_portfolio .hp_keyword {
    font-size: 1.25vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2vw;
}

.portfolioButton {
    display: flex;
    justify-content: flex-end;
}

.n_portfolioViewMore {
    font-size: 1.3vw;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 1vw;
    padding: 0.8vw 1.4vw;
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
    position: relative;
}

.n_portfolioViewMore:hover {
    background-color: #fff;
    color: #003153;
    border-color: #fff;
    transform: scale(0.95); 
}

.n_portfolioViewMore::after {
    content: '';
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 0.3vw;
    background-image: url(https://cdn1.npcdn.net/img/1753688235C_services_view_detail_button-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    margin-top: -0.3vw;
}

.n_portfolioViewMore:hover::after {
    transform: translateX(4px);
    filter: brightness(0) invert(0);
}

/*photo*/

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    padding: 1vw 4vw 2vw 4vw;
}

#main_index .hp_photoGallerySliderWithTitle .outline_box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

#main_index .hp_photoGallerySliderWithTitle .outline_box a, #main_index .hp_photoGallerySliderWithTitle .outline_box .text-center {
    font-size: 1.2vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0.5vw;
    width: 100%;
    text-align: center;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0My41MiA0NDMuNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44ICAgIGMtNi42NjIsNi42NjQtNi42NjIsMTcuNDY4LDAsMjQuMTMybDIwNC44LDIwNC44YzYuNzgsNi41NDgsMTcuNTg0LDYuMzYsMjQuMTMyLTAuNDJjNi4zODctNi42MTQsNi4zODctMTcuMDk5LDAtMjMuNzEyICAgIEwxNDMuNDkyLDIyMS44NjN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    display: none;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4wMDIgNTEyLjAwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMiA1MTIuMDAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    width: 25PX;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    display: none;
}

/*video*/

#main_index .ex_videoSlide {
    padding: 1vw 5vw 0vw 5vw;
}

@media screen and (max-width: 1200.5px){
    .hp_portfolio {
        padding: 9vw 5vw 0vw 5vw;
        position: relative;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .slick-dots {
        position: relative;
        display: none;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_portfolio .hp_big_title {
        font-size: 5.6vw;
        font-weight: 700;
        margin-bottom: 1vw;
        color: #fff;
    }
    
    .hp_portfolio .hp_keyword {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 2vw;
    }
    
    .portfolioButton {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_portfolioViewMore {
        font-size: 3vw;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 1vw;
        padding: 1.2vw 3vw;
        text-transform: capitalize;
        cursor: pointer;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
        position: relative;
    }
    
    .index_wrapper_6 {
        padding: 4vw 0vw 4vw 0vw;
        position: relative;
        width: 100%;
        margin: 0 auto;
        background-image: url(https://cdn1.npcdn.net/img/1753757228E_portfolio_background_picture.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 5vw;
    }
    
    .hp_portfolio::before {
        content: "";
        position: absolute;
        left: -42vw;
        top: -18vw;
        width: 100%;
        height: 60%;
        background: url(https://cdn1.npcdn.net/img/1753757127E_portfolio_emoji.png) no-repeat center center;
        background-size: contain;
        z-index: 0;
        animation: loveEyesPulse 3s ease-in-out infinite;
        transform-origin: center center;
    }
    
    .hp_portfolio {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .n_portfolioViewMore::after {
        content: '';
        display: inline-block;
        width: 3.5vw;
        height: 3.5vw;
        margin-left: 0.3vw;
        background-image: url(https://cdn1.npcdn.net/img/1753688235C_services_view_detail_button-removebg-preview.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        filter: brightness(0) invert(1);
        transition: transform 0.3s ease;
        margin-top: -0.3vw;
    }

    #main_index .hp_photoGallerySliderWithTitle .outline_box a, #main_index .hp_photoGallerySliderWithTitle .outline_box .text-center {
        font-size: 4.2vw;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0.5vw;
        width: 100%;
        text-align: center;
    }
    
    #main_index .ex_videoSlide {
        padding: 7vw 6vw 4vw 6vw;
    }
}

/*hp_clients*/

.hp_clients {
    padding: 3vw 0vw 5vw 0vw;
}

.n_clientTitle {
    font-size: 2.6vw;
    font-weight: 700;
    color: #003153;
    margin-bottom: 4.5vw;
}

/*slider*/

.hp_clients .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.hp_clients .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.hp_clients .imgtitle {
    font-size: 17px;
    font-weight: 700;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    bottom: 0;
    color: #0f6939;
    width: 100%;
    z-index: 2;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 120px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

@media screen and (max-width: 1200.5px) {
}

@media screen and (max-width: 992.5px) {
}

@media screen and (max-width: 767.5px) {
    .hp_clients {
        padding: 7vw 0vw 3vw 0vw;
    }
    
    .n_clientTitle {
        font-size: 5.6vw;
        font-weight: 700;
        color: #003153;
        margin-bottom: 4.5vw;
    }
}

/*hp_contact*/

.hp_contact {
    background: linear-gradient(to right, #d60886, #4e99cf);
    padding: 4vw 18vw 3vw 18vw;
    position: relative;
    z-index: 1;
}

.hp_contact .title_big {
    font-size: 2.5vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.0;
    position: relative;
    margin-bottom: 0vw;
}

.contactButton {
    display: flex;
    justify-content: flex-end;
}

.n_contactViewMore {
    font-size: 1.3vw;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 0vw;
    padding: 0.4vw 1.5vw;
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
}

.n_contactViewMore:hover {
    background-color: #fff;
    color: #003153;
    border-color: #fff;
    transform: scale(0.95); 
}

@media screen and (max-width: 1200.5px) {
}

@media screen and (max-width: 992.5px) {
}

@media screen and (max-width: 767.5px) {
    .hp_contact {
        background: linear-gradient(to right, #d60886, #4e99cf);
        padding: 4vw 18vw 3vw 18vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_contact .title_big {
        font-size: 5.6vw;
        font-weight: 600;
        color: #fff;
        line-height: 1.0;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .n_contactViewMore {
        font-size: 3vw;
        font-weight: 300;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 5vw;
        padding: 1.2vw 3vw;
        text-transform: capitalize;
        cursor: pointer;
        transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
    }
    
    .contactButton {
        display: flex;
        justify-content: flex-start;
    }
    
    .hp_contact {
        background: linear-gradient(to right, #d60886, #4e99cf);
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        z-index: 1;
    }
}

/*footer*/

.footer_type8 {
    background-image: url('https://cdn1.npcdn.net/img/1753435900G_footer_background.png'); 
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat; 
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}

.footer_type8 a {
    color: #fff;
    text-decoration: none;
}

.footer_type8 .social_media a {
    margin-left: 1rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
}

@media screen and (max-width: 1200.5px) {
}

@media screen and (max-width: 992.5px) {
}

@media screen and (max-width: 767.5px) {
}

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img {
        min-height: 22rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media screen and (max-width: 426px) {
    .index_wrapper_2 .item>img {
        min-height: 19rem !important;
        object-fit: cover;
        object-position: 80% 50%;
    }
}

#main_services .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_services .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
}

.related_services_list.slick-vertical .slick-track {
  display: flex !important;
  flex-direction: row !important; 
  height: auto !important;
  transform: none !important;
}

.related_services_list.slick-vertical .slick-slide {
  height: auto !important;
  width: auto !important;
  margin-right: 10px; 
  float: none !important;
  display: flex;
  align-items: center; 
}

#main_services .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: auto !important;
}

/*Service Page*/
.ws_service_type4 .img_frame img{
    object-fit: contain;
}

/*.navbar_mobile .float-left {*/
/*  float: right !important;*/
/*}*/

/*.navbar_mobile .btn-outline-light:hover {*/
/*    border-color: #000100;*/
/*    color: #000100;*/
/*    transform: translate(78vw, 0px);*/
/*}*/

.service_category .service_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease-in-out 0.35s;
}

#main_services {
    padding: 0vw 8vw 0vw 8vw;
}

/*photo album*/
.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

.gallerycategory .img_frame img { 
    object-fit: contain;
}

.ai_image_search .search-container {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 3px 8px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.category_menu_3 .title {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    margin-bottom: 10px;
    overflow: visible;
    text-overflow: initial;
    display: flex;
    display: none;
}

.mobile_ecommerce_filter_tool .mobile_ecommerce_filter_title {
    display: flex;
    cursor: pointer;
    padding: 10px 0;
    background-color: #fafafa;
    display: none;
}

.mobile_ecommerce_filter_tool #mobile_ecommerce_filter_tool_id {
    padding: 10px;
    background-color: #f5f5f5;
    display: none;
}

#main_ourproducts .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    max-width: 100%;
}
