
body > br{
    display: none;
}

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

.navbar_type8 .logo {
    flex: 0 1 38%;
    overflow: hidden;
    position: relative;
    margin-left: 65px;
}

.navbar_type8 .nav_tab .nav_item a {
    /*color: white;*/
    padding: 19px;
    text-decoration: none;
    white-space: nowrap;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 100%;
    border-bottom: 3px solid #fff;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 4.5vw;
    flex-wrap: wrap;
}

.unifyContent{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/*hp_about*/

#about .bigTitle{
    margin-bottom: 1rem;
}

#about {
    background: #232323;
    padding-top: 8px;
    padding: 1vw 1vw 0vw 5.5vw;
}

#about a{
    margin-top: 5%;
}

#about .container-fluid .row .col-lg-6.col-md-12:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutLeft {
    max-width: 629px;
    /* padding: 10% 0; */
    margin: 0 auto;
    padding: 1.5vw 0vw 1.5vw 2.5vw;
}

#about .bigTitle {
    font-size: 1.85vw;
    font-weight: 300;
    color: #f7e135;
    position: relative;
}

#about .bigTitle::after {
    content: '';
    position: absolute;
    bottom: -1.2vw;
    left: 0;
    width: 6.5vw;
    height: 0.15vw;
    background-color: #fff;
}

#about .unifyContent {
    font-size: 1.05vw;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: 2.5vw;
    margin-bottom: 0rem;
    padding: 0vw 3vw 0vw 0vw;
}

#about .unifyContent2 {
    font-size: 1.05vw;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: -0.5vw;
    margin-bottom: 0rem;
    padding: 0vw 3vw 0vw 0vw;
}

.j_btn button {
    font-size: 0.9vw;
    font-weight: 600;
    background: #f7e135;
    color: #000;
    padding: 0.2vw 2.1vw 0.2vw 2.1vw;
    border: 2px solid #f7e135;
    border-radius: 0rem;
    outline: none;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-top: 1.5vw;
}

.j_btn button::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: transform 0.5s ease-in-out;
}

.j_btn button:hover {
    background: transparent;
    border: 2px solid #f7e135;
    color: #fff!important;
    text-decoration: none;
}

.j_btn button:hover::before {
    transform: skewX(-45deg) translateX(160px);
}

.aboutRightImg {
    margin-left: 2vw;
}

#about .img-fluid {
    max-width: 107%;
    height: auto;
}

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

@media only screen and (max-width: 993px) {
    .side_menu.show {
        display: block;
        background-color: #101f58;
    }
}

@media screen and (max-width: 767.5px) {
    #about .bigTitle {
        font-size: 4.5vw;
        font-weight: 300;
        color: #f7e135;
        position: relative;
    }
    
    #about {
        background: #232323;
        padding-top: 8px;
        padding: 6vw 2vw 8vw 2vw;
    }
    
    #about .bigTitle::after {
        content: '';
        position: absolute;
        bottom: -1.2vw;
        left: 0;
        width: 15.5vw;
        height: 0.15vw;
        background-color: #fff;
    }
    
    #about .unifyContent {
        font-size: 3vw;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: 2.5vw;
        margin-bottom: 0rem;
        padding: 0vw 2vw 0vw 0vw;
    }

    #about .unifyContent2 {
        font-size: 3vw;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-top: -0.5vw;
        margin-bottom: 0rem;
        padding: 0vw 2vw 0vw 0vw;
    }
    
    .j_btn button {
        font-size: 2.9vw;
        font-weight: 600;
        background: #f7e135;
        color: #000;
        padding: 0.8vw 4.1vw 0.8vw 4.1vw;
        border: 2px solid #f7e135;
        border-radius: 0rem;
        outline: none;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        position: relative;
        overflow: hidden;
        margin-top: 3.5vw;
    }
    
    #about .img-fluid {
        max-width: 100%;
        height: auto;
    }
    
    .aboutRightImg {
        margin-left: 3.5vw;
    }
}

/*hp_why*/

#why {
    padding: 4.5vw 8vw 4.5vw 8vw;
}

#why .n_followTitle {
    font-size: 2.2vw;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: #000;
}

#why .n_followTitle:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 5rem;
    height: 4px;
    background: #f7e135;
    content: "";
    margin: 0 auto;
}

.whyWrapper{
    padding: 34px 0 0;
}

.imgeffect{
    transition: all .3s ease;
}
.imgeffect:hover{
    transform: translateY(-10px) scale(1.05);
}

.whyWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 2rem;
}

.whyContent {
    font-size: 0.9vw;
    font-weight: 400;
    color: #333;
    width: 100%;
    /* max-width: 243px; */
    margin: 0 auto;
}

.whyTitle {
    color: #101f58;
    font-size: 1.1vw;
    font-weight: 700;
    margin: 10px 0;
}

.whyImg{
    max-width: 80px;
    margin: 0 auto;
}

.bigTitle{
    font-size: 36px;
    color: #f7e135;
}

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

@media only screen and (max-width: 800px) {
    .hr1{
        width:25% !important;
        margin:7px 0 0 !important;
    }
}

@media screen and (max-width: 767.5px) {
    #why .n_followTitle {
        /*font-size: 5.2vw;*/
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 2.5rem;
        color: #000;
    }
    
    .whyTitle {
        color: #101f58;
        font-size: 4vw;
        font-weight: 700;
        margin: 10px 0;
    }
    
    .whyContent {
        font-size: 3vw;
        font-weight: 500;
        color: #000;
        width: 100%;
        /* max-width: 243px; */
        margin: 0 auto;
    }
}

.category_list_type4 .category_box .img_frame:hover img {
    width: 100%;
    height: 100%;
    transform-origin: center;
}

.banner_content{
    overflow: hidden;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0px;
 
}

.hp_photoGallerySlider_type3 .container-fluid .row .col-12 .container{
    max-width: 1420px!important;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 105%;
    overflow: hidden;
    background-color: #fff;
}

.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    padding: 0px;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover!important;
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws_gallery-2 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

.n_servicesTitle {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box {
    background-color: unset;
}

.hp_photoGallerySlider {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

/*hp_follow*/

.n_follow {
    margin-top: 3.75rem;
    overflow-x: hidden;
}

.n_followTitle {
    font-size: 2.2vw;
    font-weight: 600;
    margin-bottom: 3.5rem;
    color: #000;
}

#n_follow{
    padding-top: 3rem;
}

#n_follow .n_followTitle{
    color: #fff;
}

.n_followTitle:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 5rem;
    height: 4px;
    background: #f7e135;
    content: "";
    margin: 0 auto;
}

.n_followContainer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 32vw;
}

.n_followContainer:before {
    content: '';
    position: absolute;
    width: 101%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.n_followContainer .n_followImg {
    max-width: 100%;
}

.n_followContainer .n_followImg img{   
    width: 100%;
    height: 100%;
}

.n_followContainer .n_followTextCentered {
    position: absolute;
    bottom: 0%;
    left: 50%;
    /*left:0;*/
    /*transform: translate(0%,0%);*/
    transform: translate(-50%,0%);
    width: 101%;
    transition: all .2s ease-in-out;
    background: #232323;
    /*background: rgba(0,0,0,.6);*/
    padding: 1vw 1vw;
    height: 4.5vw;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.n_followContainer .n_followTextCentered i { 
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
}

.n_followContainer .n_followTextCentered p {
    font-size: 1.375rem;
    margin: 0;
    padding: 20px 0;
}

.n_followTextCentered a {
    color: #fff;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
}

.n_followTextCentered a:hover {
    text-decoration: none;
}

/*.n_followContainer2*/

.n_followContainer2 {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 32vw;
}

.n_followContainer2:before {
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(247, 225, 53, 0.6);
    /*background: rgba(0,0,0,0.6);*/
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.n_followContainer2 .n_followImg {
    max-width: 100%;
    /*height: 32vw;*/
}

.n_followContainer2 .n_followImg img{   
    width: 100%;
    height: 100%;
}

.n_followContainer2 .n_followTextCentered2 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    /* left: 0; */
    /* transform: translate(0%, 0%); */
    transform: translate(-50%, 0%);
    width: 101%;
    transition: all .2s ease-in-out;
    background: #f7e135;
    /* background: rgba(247, 225, 53, 0.6); */
    padding: 1vw 1vw;
    height: 4.5vw;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.n_followContainer2 .n_followTextCentered2 i { 
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
}

.n_followContainer2 .n_followTextCentered2 p {
    font-size: 1.375rem;
    margin: 0;
    padding: 20px 0;
}

.n_followTextCentered2 a {
    color: #000;
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
}

.n_followTextCentered2 a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1200.5px) {
    .n_followContainer .n_followTextCentered {
        position: absolute;
        bottom: 0%;
        left: 50%;
        /*left:0;*/
        /*transform: translate(0%,0%);*/
        transform: translate(-50%,0%);
        width: 100%;
        transition: all .2s ease-in-out;
        background: #232323;
        /*background: rgba(0,0,0,.6);*/
        padding: 1vw 1vw;
        height: 5.5vw;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    
    .n_followContainer2 .n_followTextCentered2 {
        position: absolute;
        bottom: 0%;
        left: 50%;
        /* left: 0; */
        /* transform: translate(0%, 0%); */
        transform: translate(-50%, 0%);
        width: 100%;
        transition: all .2s ease-in-out;
        background: #f7e135;
        /* background: rgba(247, 225, 53, 0.6); */
        padding: 1vw 1vw;
        height: 5.5vw;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    
    .n_followContainer {
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
        height: auto;
    }
    
    .n_followContainer2 {
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
        height: auto;
    }
}

@media screen and (max-width: 767.5px) {
    .n_followContainer .n_followTextCentered {
        position: absolute;
        bottom: 0%;
        left: 50%;
        /*left:0;*/
        /*transform: translate(0%,0%);*/
        transform: translate(-50%,0%);
        width: 100%;
        transition: all .2s ease-in-out;
        background: #232323;
        /*background: rgba(0,0,0,.6);*/
        padding: 4vw 1vw;
        height: auto;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    
    .n_followContainer2 .n_followTextCentered2 {
        position: absolute;
        bottom: 0%;
        left: 50%;
        /* left: 0; */
        /* transform: translate(0%, 0%); */
        transform: translate(-50%, 0%);
        width: 100%;
        transition: all .2s ease-in-out;
        background: #f7e135;
        /* background: rgba(247, 225, 53, 0.6); */
        padding: 4vw 1vw;
        height: auto;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    
    .n_followTextCentered a {
        color: #fff;
        font-size: 4vw;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.1;
    }
    
    .n_followTextCentered2 a {
        color: #000;
        font-size: 4vw;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.1;
    }
}

/*footer*/

.footer_type8 {
  background-color: #101f58;
  /*background-image: url(https://cdn1.npcdn.net/img/1638869023footer_bg.jpg);*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: -0.1vw;
}

.footer_type8 a {
    color: #fff;
}

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

.footer_type8 .title h5 {
    font-size: 1.5vw;
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type8 .social_media a i {
    margin: auto;
    color: #fff;
}

#main_index  .btn-success:hover {
    color: #fff;
    background-color: #101f58 !important;
    border-color: #101f58 !important;
}

#main_index .btn-success {
    color: #fff;
    background-color: #f7e135 !important;
    border-color: #f7e135 !important;
}

.n_followContainer:hover .n_followTextCentered {
    /*bottom: 40%;*/
    /*background: unset;*/
}

.footer_type8 {
    background-color: #f7e135;
    /* background-image: url(https://cdn1.npcdn.net/img/1638869023footer_bg.jpg); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #101f58;
    margin-top: -0.1vw;
}

.footer_type8 a {
    color: #101f58;
}

.footer_type8 .social_media a i {
    margin: auto;
    color: #101f58;
}

@media only screen and (min-width:992px) {

    .navbar_type8 {
        position: fixed;
        display: flex;
        background-color: #f7e135;
        width: 100%;
        height: 100px;
        z-index: 100;
    }
    
    .navbar_type8 .nav_tab .dropdown a:hover {
        outline: transparent;
        color: #fff;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::after {
        /*content: '\f015';*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: -3px;*/
        /*transform: translateY(-50%);*/
        /*font-family: 'Font Awesome\ 5 Free';*/
        /*font-weight: 900;*/
        /*color: #444;*/
    }
    
    .navbar_type8 .logo img {
        width: 100%;
        padding: 16px;
        left: 17vw;
        transform: translateX(-50%);
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
    }
    
    .navbar_type8 .nav_tab .nav_item>a {
        color: #444;
        font-size: 1.1vw;
        font-weight: 500;
    }
    
    .navbar_type8.dark_nav {
        /*background-color: rgba(203, 203, 203, 0.8) !important;*/
        background-color: rgba(247, 225, 53, 0.8) !important;
        /*background-color: #f7e135;*/
    }
}

@media screen and (max-width: 1420px) {
    .navbar_type8 .logo {
        margin-left: 35px;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    } 
    
    .navbar_type8 .nav_tab .nav_item>a {
        padding: 15px 12px;
    }
}

/*Banner*/

.banner_content{
    overflow: hidden;
}

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 17vw;
    left: 72vw;
    transform: translate(-50%, -50%);
    width: 50%;
}

.n_bannerTitle {
    font-size: 3.1vw;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
}

.n_bannerTitle::after {
    content: '';
    position: absolute;
    bottom: -1.5vw;
    left: 0;
    width: 28vw;
    height: 0.15vw;
    background-color: #f7e135;
}

.n_bannerTitle span.bold {
    font-weight: 600;
}

.n_bannerSubTitle {
    font-size: 2.8vw;
    font-weight: 200;
    line-height: 1.2;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 10px;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); */
    text-align: center;
    /* margin-left: -12vw; */
    margin-right: 10.5vw;
    letter-spacing: 2px;
}

.n_bannerImg {
    position: absolute;
    width: 40%;
    z-index: -1;
    top: 2vw;
    left: 6vw;
    opacity: 1;
}

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

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        max-width: 45%;
    }
    .sec_banner_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 992.98px) {
    .whyWrapper {
        grid-template-columns: 1fr 1fr;
    }
    
    .sec_banner_title {
        font-size: 22px;
    }
    
    .sec_banner_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 15vw;
        left: 55vw;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    
    .n_bannerInnerGroup br {
        display: none;
    }
    
    .n_bannerTitle {
        font-size: 6vw;
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: 1px;
        position: relative;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 75%;
        z-index: -1;
        top: 26vw;
        right: 12vw;
        opacity: 1;
    }

    .n_bannerImg {
        position: absolute;
        width: 75%;
        z-index: -1;
        top: 26vw;
        right: 42vw;
        opacity: 1;
        margin-left: 9vw;
    }
    
    .navbar_mobile .logo_img {
        max-height: 45px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .n_followContainer .n_followImg img{   
        width: 100%;
        height: 100%;
    }

    .sec_banner_ebox {
        max-width: 50%;
    }

    
    .sec_banner_text {
     
        margin-top: 10px;
    }
    
     .grid-container{
         display: block;
    }
    
    .footer_type8 .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        max-height: 50px;
    }
    
}

@media screen and (max-width: 575.98px) {
    .whyWrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sec_banner_ebox {
        max-width: 60%;
    }
}

@media screen and (max-width: 426px) {
    .n_servicesTitle {
        font-size: 1.55rem;
        font-weight: 600;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:992px) {
    
    
    /*hp_follow*/
    .n_follow {
        margin-top: 2.5rem;   
        overflow-x: hidden;
    }

    .n_followTitle {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .n_followContainer:before {
        background: rgba(0,0,0,0.6);
        opacity: 0;
        display: none;
    }

    .n_followContainer:hover:before,
    .n_followContainer:hover .n_followTextCentered {
        opacity: 1;
    }

    .n_followContainer .n_followImg img{   
        width: 100%;
    }

    /*.n_followContainer .n_followTextCentered {*/
    /*    opacity: 0;*/
    /*    display: none;*/
    /*}*/
    
 
    .slider_banner .item img{
     
        max-height: 350px !important;
        object-fit: cover;
   }

   
   .navbar_mobile {
        flex-basis: auto;
        background-color: #f7e135;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #fff;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
    .navbar_mobile .btn-outline-light {
        border-color: #000;
        color: #000;
    }
}

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img{
    	min-height:26rem!important;
    	object-fit:cover;
    	object-position:50% 50%;
    }
}
.ws_contact a {
    color: #edd300;
    color: #101f58;
}