
body > br{
    display: none;
}
/*unify*/
.smallTitle{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ed1c24;
}
.unifyContent{
    font-size: 16px;
    color: #212529;
}
.bigTitle{
    font-size: 36px;
    font-weight: 700;
    color: #ed1c24;
}
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
}

/*banner*/
/*.bannerText{*/
/*    color: #ec2025;*/
/*    font-size: 3.5vw;*/
/*    font-weight: 600;*/
/*    line-height: 1.2;*/
/*}*/
/*.bannerButton a{*/
/*        display: inline-block;*/
/*    border: 2px solid;*/
/*    border-radius: 25px;*/
/*    padding: 2.5% 13%;*/
/*    font-size: 1.4vw;*/
/*    transition: all ease-in-out .35s;*/
/*    text-decoration: none;*/
/*    font-weight: 700;*/
/*    margin-top: 5%;*/
/*}*/
/*.bannerButton a:hover{*/
/*     color: #fff;*/
/*    border: 2px solid;*/
/*    background: #ec2025;*/
/*}*/
/*.bannerTextWrapper{*/
/*        top: 50%;*/
/*    position: absolute;*/
/*    left: 5%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.bannerText span{*/
/*    display: block;*/
/*}*/
/*ts*/
.tsWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formc > .textbox {
    outline: none;
    height: 35px;
    width: 250px;
    line-height: 20px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #d9151f;
    font-size: 15px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding-left: 20px;
}
#formc input::placeholder{
    color: #d9151f;
    opacity: 0.7;
}

.ts_right{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
}
#formc > .buttonx1 {
    outline: 0;
    background: none;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border: 0;
    border-radius: 0 25px 25px 0;
    /*padding: 0px;*/
    color: #ed1c24;
}

.ts_right_img{
    max-width: 33px;
}
.ts_right_img img{
    transition: all ease-in-out 0.35s;
}
.ts_right_img img:hover{
    transform: scale(0.9);
}

.ts_leftText{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom:0;
}

#ts {
    background: #263787;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*navbar*/

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: transparent;
    width: 100%;
    height: 100px;
    z-index: 100;
    background-color: #fff;
    border-top: 0px solid #ed1c24;
}

.navbar_type8.dark_nav {
    background-color: #fff !important;
}
.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: #333;
}
.navbar_type8 .nav_tab .nav_item a {
    color: #000;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 8vw;
}

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

.navbar_type8 .logo img {
    width: 100%;
    padding: 2px;
}

.navbar_type8 .nav_tab .nav_item>a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 15px 25px;
    text-transform: uppercase;
}
.navbar_type8 .nav_tab .dropdown a:hover {
    /*outline: transparent;*/
    color: #2db7ff;
}

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

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 10.5vw;
    left: 9vw;
    width: 60%;
    text-align: left;
}

.banner_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
    text-transform: uppercase;
}

.banner_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
    padding: 0vw 8vw 0vw 0vw;
}

.banner_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

.banner_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #2cb9f7;
    border-radius: 10px;
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background: #263787;
    text-decoration: none;
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-right: 0px !important;
    margin-left: 10px !important;
    width: 15px !important;
    /*height: auto !important;*/
    display: inline-block !important;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 5px;
        padding-right: 6vw;
    }
    
    #ts {
        background: #263787;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 10px 100px 10px 100px;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 3.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item>a {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        padding: 15px 19px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 5px;
        padding-right: 8vw;
    }
    
    .banner_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 33px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
    
    #ts {
        display: none;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 10.5vw;
        left: 9vw;
        width: 65%;
        text-align: left;
    }
    
     .banner_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 4.5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 10.5vw;
        left: 9vw;
        width: 85%;
        text-align: left;
    }
    
    .banner_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        text-transform: uppercase;
    }
    
     .banner_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 8.5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .banner_keyword br {
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .banner_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 9.5vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 5vw 8vw 5vw 8vw;
    position: relative;
    z-index: 0;
}

.hp_about_img {
    width: 95%;
    max-width: 350%;
    margin: 0 auto;
    z-index: -1;
    margin-top: 0vw;
    margin-left:0vw;
    position: relative;
}

.hp_about_right {
   padding: 8vw 0vw 0vw 2vw; 
}

.hp_about .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_about .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
    padding: 0vw 8vw 0vw 0vw;
}

.hp_about .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 1vw 4vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #2cb9f7;
    border-radius: 10px;
    text-align: center;
    padding: 0%;
    height: 2.5vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: #263787;
    text-decoration: none;
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-right: 0px !important;
    margin-left: 10px !important;
    width: 15px !important;
    /*height: auto !important;*/
    display: inline-block !important;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_about_right {
       padding: 4vw 0vw 0vw 2vw; 
    }

    .hp_about .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
        padding: 0vw 8vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 3.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 6vw 6vw 6vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 350%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0vw;
        margin-left:0vw;
        position: relative;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 8.5vw;
        width: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #2cb9f7;
        border-radius: 10px;
        text-align: center;
        padding: 0%;
        height: 9.5vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

/*hp_services*/

.index_wrapper_4 {
    position: relative;
    background-color: #f3f3f4;
}

.hp_services {
    padding: 6vw 5vw 1.5vw 5vw;
    position: relative;
}

.hp_services .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_services .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
}

.hp_services .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 0px;
    background-color: transparent;
    padding: 0vw 0vw 5vw 0vw;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 75px;
    height: 4px;
    display: block;
    margin: 15px auto;
    display: none;
}

.ex_hpservice_slide .services-text {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    gap: 5px;
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    /* position: absolute; */
    width: 89%;
    margin: 0 auto;
    margin-top: 160px;
    padding: 4% 5%;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 60px 10px 25px;
    background-color: #0b60a9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    margin-top: 0px;
    display: inline-block;
}

.ex_hpservice_slide .services-text .title {
    margin: 0;
}

/*.ex_hpservice_slide .service_btn {*/
/*    white-space: nowrap; */
/*}*/

/*.ex_hpservice_slide .service_btn {*/
/*    text-indent: -9999px;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*}*/

/*.ex_hpservice_slide .service_btn {*/
/*    text-indent: -9999px;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 25px;*/
/*    height: 25px;*/

/*    background-color: #263787; */
/*    border-radius: 50%;      */

/*    background-image: url(https://cdn1.npcdn.net/img/1777369236A_Banner-1-Arrow.png);*/
/*    background-size: 60%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/

/*    letter-spacing: 0em;*/
/*    padding: 35px 0px;*/
/*    margin-top: 0px;*/

/*    filter: brightness(0) invert(1);*/
/*}*/

/*.ex_hpservice_slide .service_btn i {*/
/*    text-indent: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    display: none;*/
/*}*/

.ex_hpservice_slide .services-text h3.title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    font-weight: 700;
    height: 40px;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
}

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -6vw;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -6vw;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 350px;
    padding: 0 10px;
    margin-bottom: 4vw;
    display: flex;
    justify-content: center;
}

.ex_hpservice_slide .services-content .services-image {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

@media screen and (max-width: 1300.5px){
    .hp_services .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_services .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 350px;
        padding: 0 10px;
        margin-bottom: 7vw;
        display: flex;
        justify-content: center;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
    }
    
     .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 350px;
        padding: 0 10px;
        margin-bottom: 15vw;
        display: flex;
        justify-content: center;
    }
}

/*hp_project*/

.hp_project {
    padding: 6vw 5vw 1vw 5vw;
    position: relative;
}

.hp_project .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_project .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
}

.hp_project .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

/*gallery*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 0vw 6vw 0vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

/*#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {*/
/*    z-index: 1;*/
/*    left: -5vw;*/
/*}*/

/*#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {*/
/*    right: -2vw*/
/*}*/

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px 10px;
    transition: all 0.7s;
    border-radius: 20px;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_project .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_project .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_project {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
    }
    
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        padding: 7px 7px;
        transition: all 0.7s;
        border-radius: 20px;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        background-color: transparent;
        padding: 0vw 6vw 6vw 6vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 6vw 8vw 6vw 8vw;
    position: relative;
    background-color: #f3f3f4;
}

.hp_why .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_why .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
}

.hp_why .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

.n_featureIcon img {
    width: 70px;  
    height: 70px; 
    object-fit: contain;
    transition: all 0.35s ease;
}

.n_featureBox:hover .n_featureIcon img{
    transform: scale(1.1) rotate(12deg);
}

.n_featureBox2:hover .n_featureIcon img{
    transform: scale(1.1) rotate(12deg);
}

.whyBorder {
    position: relative;
    padding: 0 14px;
    display: inline-block;
    transition: all 0.35s ease;
}

.whyBorder:hover{
    transform: translateY(10px) scale(1.03);
}

.n_featureBox {
    margin-top: 1vw;
    padding: 2vw 1.5vw;
    background: #2cb9f7;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: visible;
    text-align: center;
    transition: all 0.4s ease;
}

.n_featureBox::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 2px;
    width: 100px;
    height: 100px;
    background: url(https://cdn1.npcdn.net/img/1777362703icon1.png) no-repeat center / contain;
    z-index: 2;
    pointer-events: none;
    opacity: 0.2;
}

.whyBorder:hover .n_featureBox {
    transform: translateY(10px);
}

/*.whyBorder:hover .n_featureBox::after {*/
/*    transform: translateY(10px);*/
/*}*/

.n_featureBox2 {
    margin-top: 1vw;
    padding: 2vw 1.5vw;
    background: #263787;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: visible;
    text-align: center;
    transition: all 0.4s ease;
}

.n_featureBox2::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 2px;
    width: 100px;
    height: 100px;
    background: url(https://cdn1.npcdn.net/img/1777362798icon2.png) no-repeat center / contain;
    z-index: 2;
    pointer-events: none;
    opacity: 0.2;
}

.whyBorder:hover .n_featureBox2 {
    transform: translateY(10px);
}

/*.whyBorder:hover .n_featureBox2::after {*/
/*    transform: translateY(10px);*/
/*}*/

.n_featureBox3 {
    margin-top: 1vw;
    padding: 2vw 1.5vw;
    background: #2cb9f7;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: visible;
    text-align: center;
    transition: all 0.4s ease;
}

.n_featureBox3::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 2px;
    width: 100px;
    height: 100px;
    background: url(https://cdn1.npcdn.net/img/1777362866icon2.png) no-repeat center / contain;
    z-index: 2;
    pointer-events: none;
    opacity: 0.2;
}

.whyBorder:hover .n_featureBox3 {
    transform: translateY(10px);
}

/*.whyBorder:hover .n_featureBox3::after {*/
/*    transform: translateY(10px);*/
/*}*/

.n_featureTitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
}

.n_featureText {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0vw;
    height: 65px;
}

@media screen and (max-width: 1300.5px){
    .hp_why .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_why .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
    }
    
    .n_featureText {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 0vw;
        height: 85px;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
        background-color: #f3f3f4;
    }
    
    .n_featureBox {
        margin-top: 4vw;
        padding: 5vw 5vw;
        background: #2cb9f7;
        border-radius: 15px;
        position: relative;
        z-index: 1;
        overflow: visible;
        text-align: center;
        transition: all 0.4s ease;
    }
    
    .n_featureBox2 {
        margin-top: 5vw;
        padding: 5vw 5vw;
        background: #263787;
        border-radius: 15px;
        position: relative;
        z-index: 1;
        overflow: visible;
        text-align: center;
        transition: all 0.4s ease;
    }
    
    .n_featureBox3 {
        margin-top: 5vw;
        padding: 5vw 5vw;
        background: #2cb9f7;
        border-radius: 15px;
        position: relative;
        z-index: 1;
        overflow: visible;
        text-align: center;
        transition: all 0.4s ease;
    }
    
    .n_featureText {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 0vw;
        height: auto;
    }
}

/*hp_testimonial*/

.hp_testimonial {
    padding: 6vw 8vw 0vw 8vw;
    position: relative;
}

.hp_testimonial .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_testimonial .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
}

.hp_testimonial .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

/*testimonial*/

.hp_testimonial_type4 {
   padding: 0vw 0vw 2vw 0vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 48%;
    height: 48%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
    margin-top: 0vw !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 0px 20px 20px 20px;
    border: 0px solid #2cb9f7;
    border-radius: 15px;
    background-color: #f3f3f4;;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    border-radius: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    width: 40%;
    padding-top: 40%;
    border: 0px solid #eee;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*order: 2;*/
    color: #000;
}

#main_index .hp_testimonial_type4 .all_font_sm {
    font-size: 0.85rem !important;
    /*display: none;*/
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    text-align: center;
    margin-top: 0vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #000;
    font-weight: 600;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

#main_index .hp_testimonial_type4 .slick-dots .slick-active button:before {
    color: #cd4c54;
    display: none;
}

#main_index .hp_testimonial_type4 .slick-dots {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .hp_testimonial .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_testimonial .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
        align-self: center;
        margin: 0 auto;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        width: 100%;
        padding: 0px 30px 20px 30px;
        border: 0px solid #2cb9f7;
        border-radius: 15px;
        background-color: #f3f3f4;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_testimonial {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
    }
}

/*hp_video*/

.hp_video {
    padding: 6vw 5vw 0.5vw 5vw;
    position: relative;
}

.hp_video .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_video .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 2vw;
    position: relative;
}

.hp_video .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

.all_video_wrapper {
    padding: 0vw 9vw 2vw 9vw;
}

@media screen and (max-width: 1300.5px){
    .hp_video .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_video .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
    }
}

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

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

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

/*hp_contact*/

.index_wrapper_9 {
    position: relative;
    background-color: #f3f3f4;
}

.hp_contact {
    padding: 6vw 8vw 2vw 8vw;
    position: relative;
}

.hp_contact .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #2cb9f7;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-transform: uppercase;
}

.hp_contact .hp_big_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #263787;
    line-height: 1.2;
    margin-bottom: 0vw;
    position: relative;
}

.hp_contact .hp_big_title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2cb9f7;
}

/*contact*/

#main_index .contact_us_type3 {
    padding: 0vw 10vw 5vw 10vw;
}

#main_index .contact_us_type3 .contactus-fa-icon {
    color: 000;
}

#main_index .contact_us_type3 a {
    color: #000;
}

#main_index .contact_us_type3 .contactus-fa-icon a {
    color: 000 !important;
    text-decoration: none; 
}

#main_index .contact_us_type3 .fa-map-marker-alt:before {
    content: "\f3c5";
    color: #000;
}

#main_index .contact_us_type3 .fa-phone:before {
    content: "\f095";
    color: #000;
}

#main_index .contact_us_type3 .fa-envelope:before {
    content: "\f0e0";
    color: #000;
}

#main_index .contact_us_type3 .h3, #main_index .contact_us_type3 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #263787;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    margin-top: 15px;
    border-radius: 0px;
}

#main_index .contact_us_type3 .hpform .form-group .btn {
    border-radius: 0px;
    border: 1px solid #000;
    /*border-radius: 10px;*/
    padding: 9px 40px;
    width: 100%;
    text-transform: uppercase;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_small_title {
        font-size: 15px;
        font-weight: 400;
        color: #2cb9f7;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-transform: uppercase;
    }
    
    .hp_contact .hp_big_title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #263787;
        line-height: 1.2;
        margin-bottom: 0vw;
        position: relative;
    }
    
    #main_index .contact_us_type3 .h3, #main_index .contact_us_type3 h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 25px;
        font-weight: 800;
        color: #263787;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
    }
    
    #main_index .contact_us_type3 .google_map {
        min-height: 250px;
        padding: 0vw 7vw 0vw 7vw !important;
    }
    
    #main_index .contact_us_type3 {
        padding: 0vw 3vw 1vw 3vw;
    }
}

/*footer*/

.footer_type7 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1777366365Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer_type7 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 70px;
}

.footer_type7 .title {
    min-height: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type7 .title h5 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type7 .social-icon {
    width: 30px;
    height: 30px;
    /*background: #fff;*/
    /*border-radius: 50%;*/
    /*padding: 8px;*/
    object-fit: contain;
    display: inline-block;
    transition: 0.3s ease;
}

.footer_type7 .social-icon:hover {
    transform: scale(1.1);
}

.footer_type7 .social_media a .icon_s img {
    filter: grayscale(100%);
    height: 30px;
    width: auto;
    transition: 0.3s ease;
}

.footer_type7 .social_media a .icon_s img:hover {
    transform: scale(1.1);
}

.footer_type7 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: -3px;
    position: relative;
}

.footer_type7 .social_media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social_media a {
    display: flex;
    align-items: center;
}

.footer_type7 .social_media dl, .footer_type7 .social_media ol, .footer_type7 .social_media ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0px;
    padding: 0px;
}

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

@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%;
    }
}

