@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

a:hover {
    text-decoration: none;
}

#main_contactus h5 {
    font-size: 1.12rem;
}

.index_wrapper_1 {
    height: 0;
}

.ws_gallery-2 .img_frame img {
    
    object-fit: contain;
  
}

.ws_gallery-2 .img_frame {
   
    padding-top: 66%;
 
}

.gallerycategory .img_frame {
   
    height: 430%;
    
}

@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

.gallerycategory .img_frame {
   
    height: 280px;
    
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:100vw!important;
    object-fit:cover;
    object-position: 90%;
}

}

/*Nav*/

#main_index .navbar_type8 {

    width: 85%;
    margin: 50px auto 0;
    border-radius: 10px;
}

.navbar_type8 {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
    right: 0;
    left: 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #333;
    padding: 15px 2vw;
    text-transform: capitalize;
    transition: 0.3s;
    font-size: 15px;
}

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

.navbar_type8 .logo img {
   
    width: 430px;
    padding: 0;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 54%;
    padding-left: 0;
    padding-right: 1%;
   
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #f47920;
     
}

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

.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 1.5vw;
    font-size: 14.4px;
}

.navbar_type8 .logo img {
    width: 380px;
    padding: 0;
}

}

@media screen and (max-width: 444.5px){
.navbar_mobile .logo_img {
    
    padding: 7px;
}

}

/*Banner*/

.hp_banner {
    padding-top: 20%;
    padding-left: 6%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hp_banner:before {
    position: absolute;
    content: "";
    bottom: -11%;
    left: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1773823774A_BannerElement.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    height: 52.5vw;
}

.hp_banner_title1 {
    font-weight: 400;
    font-size: 1.2vw;
    color: #000;
    font-style: italic;
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.hp_banner_title1:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #f47920;
    width: 16.5vw;
    height: 0.75vw;
}

.hp_banner_title2 {
    color: #000;
    font-weight: 800;
    font-size: 3.5vw;
    margin-bottom: 1%;
}

.hp_banner_title2 span {
    color: #f47920;
    font-weight: 500;
    font-style: italic;

}

.hp_banner_desc {
    font-weight: 400;
    font-size: 1.15vw;
    line-height: 1.5;
    margin-bottom: 3%;
}

.hp_banner_link {
    background: #f47920;
    color: #fff;
    position: relative;
    transition: 0.3s;
    border-radius: 3px;
    padding: 0.6vw 3.25vw 0.6vw 1.5vw;
    font-size: 1vw;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0;
    margin: auto 0;
    bottom: 0%;
    right: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1773821832A_Button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
}

.hp_banner_link:hover {
    background: #3a3a3c;
    color: #fff;
  
}

.slider_banner .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1773826110A_Button1.png');
    width: 3vw;
    height: 3vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1773826125A_Button2.png');
    width: 3vw;
    height: 3vw;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: unset;
    right: 14%;
    top: 90%;
    height: unset;
    width: unset;
}

.slider_banner .slick-next {
    z-index: 99;
    right: 10.5%;
    top: 90%;
    height: unset;
    width: unset;
}

@media screen and (max-width: 1200.5px){
.hp_banner:before {
   
    bottom: -15%;
    left: 0%;
 
    width: 55vw;
    height: 59vw;
}

.slider_banner .slick-prev:before {
    width: 3.5vw;
    height: 3.5vw;
}

.slider_banner .slick-next:before {
    width: 3.5vw;
    height: 3.5vw;
}

.slider_banner .slick-next {
   
    right: 10%;
   
}

.hp_banner_title1 {

    font-size: 1.45vw;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.hp_banner_title1:before {
 
    width: 20vw;
    height: 0.85vw;
}

.hp_banner_title2 {
  
    font-size: 4vw;
    margin-bottom: 1%;
}

.hp_banner_desc {
  
    font-size: 1.4vw;
    margin-bottom: 3%;
}

.hp_banner_link {

    padding: 0.75vw 3.75vw 0.75vw 2vw;
    font-size: 1.25vw;
}

.hp_banner_link:before {
   
    right: 7%;
    
    width: 1.75vw;
    height: 1.75vw;
}

.hp_banner {
    padding-top: 18%;
    padding-left: 6%;
  
}

}


@media screen and (max-width: 767.5px){
    .hp_banner:before {
        bottom: -8.5%;
        left: 0%;
        opacity: 0.6;
        width: 113vw;
        height: 120vw;
    }
    
    .slider_banner .slick-next {
   
    right: 4%;
   
}
    
    .slider_banner .slick-prev:before {
    width: 9vw;
    height: 9vw;
}

.slider_banner .slick-next:before {
    width: 9vw;
    height: 9vw;
}

.hp_banner_title1 {

    font-size: 3.75vw;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

.hp_banner_title1:before {
 
    width: 40vw;
    height: 1.5vw;
}

.hp_banner_title2 {
  
    font-size: 7.5vw;
    margin-bottom: 1%;
}

.hp_banner_desc {
  
    font-size: 3.75vw;
    margin-bottom: 6%;
}

.hp_banner_desc br {
  
    display: none;
}

.hp_banner_link {

    padding: 2.5vw 10vw 2.5vw 6vw;
    font-size: 3.75vw;
}

.hp_banner_link:before {
   
    right: 7%;
    
    width: 4vw;
    height: 4vw;
}

.hp_banner {
    padding-top: 12%;
    padding-left: 3%;
    padding-right: 3%;
  
}

}

/*Why*/

.hp_why {
    padding: 6% 7% 9%;
}

.hp_why_icbox {
    position: relative;
    width: 4.5vw;
    height: 4.5vw;
}

.hp_why_icbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.hp_why_icbox img.hover {
    opacity: 0;
}

.hp_why_box:hover .hp_why_icbox img.hover {
    opacity: 1;
}

.hp_why_box:hover .hp_why_icbox img.normal {
    opacity: 0;
}

.hp_why_fbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hp_why_box {
    background: #f2f2f2;
    flex: 0 0 23.5%;
    padding: 2.5% 2% 2.5%;
    border-radius: 10px;
    transition: 0.3s;
}

.hp_why_box:hover {
    background: #f47920;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

.hp_why_box:hover .hp_why_item1, .hp_why_box:hover .hp_why_item2 {
    color: #fff;
}

.hp_why_title1 {
    background: #f47920;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 2.25vw;
    margin-bottom: 1.25%;
}

.hp_why_title2 {
    color: #000;
    font-size: 2vw;
    margin-bottom: 3%;
    font-weight: 700;
}

.hp_why_title2 span {
    color: #f47920;
    font-style: italic;
    font-weight: 400;
}

.hp_why_item1 {
    color: #333;
    font-size: 1.07vw;
    font-weight: 600;
    margin-bottom: 4%;
    margin-top: 8%;
    transition: 0.3s;
}

.hp_why_item2 {
    font-size: 0.95vw;
    font-weight: 400;
    font-family: roboto;
    line-height: 1.5;
    margin-bottom: 0;
    transition: 0.3s;
}

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

.hp_why_title1 {
  
    border-radius: 30px;
    font-size: 1.15vw;
    padding: 0.8vw 2.75vw;
    margin-bottom: 1.25%;
}

.hp_why_title2 {
  
    font-size: 2.5vw;
    margin-bottom: 3%;
  
}

.hp_why_item1 {
    font-size: 1.35vw;
    margin-bottom: 4%;
    margin-top: 8%;
}

.hp_why_item2 {
    font-size: 1.2vw;
}

.hp_why_item2 br {
    display: none;
}

.hp_why_icbox {
    width: 5vw;
    height: 5vw;
}

}

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

.hp_why_title1 {
  
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2.5vw 8vw;
    margin-bottom: 3%;
}

.hp_why_title2 {
  
    font-size: 6vw;
    margin-bottom: 6%;
  
}

.hp_why_item1 {
    font-size: 4vw;
    margin-bottom: 3%;
    margin-top: 5%;
}

.hp_why_item2 {
    font-size: 3.75vw;
}

.hp_why_item2 br {
    display: none;
}

.hp_why_icbox {
    width: 15vw;
    height: 15vw;
}

.hp_why {
    padding: 12% 3%;
}

.hp_why_fbox {
 
    flex-direction: column;
    gap: 6vw;
}

.hp_why_box {
 
    padding: 9% 9% 9%;
  
}

}

/*About*/

.hp_about {
    position: relative;
    padding: 0% 7% 3% 0;
}

.hp_about:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    background-color: #f47920;
    width: 100%;
    height: 92%;
}

.hp_about_title1 {
    background: #fff;
    color: #f47920;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 2.25vw;
    margin-bottom: 2.5%;
    margin-top: 14%;
}

.hp_about_title2 {
    color: #fff;
    font-size: 2vw;
    margin-bottom: 3%;
    font-weight: 800;
}

.hp_about_title2 span {
    color: #fff;
    font-style: italic;
    font-weight: 400;
}

.hp_about_desc {
    font-size: 1vw;
    color: #fff;
    font-weight: 400;
    font-family: roboto;
    line-height: 1.8;
    margin-bottom: 3%;
}

.hp_about_image {
    width: 100%;
}

.hp_about_link {
    background: #fff;
    color:#f47920;
    position: relative;
    transition: 0.3s;
    border-radius: 3px;
    padding: 0.6vw 3vw 0.6vw 1.5vw;
    font-size: 1vw;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0;
    margin: auto 0;
    bottom: 0%;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1773826710C_Button.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
}

.hp_about_link:hover {
    background: #3a3a3c;
    color: #fff;
  
}

.hp_about_bbox {
    margin-top: 6%;
}

.hp_about_ibox {
    margin-left: -4%;
}


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

.hp_about_title1 {
    background: #fff;
   
    border-radius: 30px;
    font-size: 1.15vw;

    padding: 0.8vw 2.75vw;
    margin-bottom: 2.5%;
    margin-top: 14%;
}

.hp_about_title2 {
  
    font-size: 2.5vw;
    margin-bottom: 3%;

}


.hp_about_desc {
    font-size: 1.25vw;
    margin-bottom: 3%;
}

.hp_about_link {
 
    padding: 0.75vw 3.5vw 0.75vw 2vw;
    font-size: 1.25vw;
}

.hp_about_link:before {
 
    right: 9%;
   
    width: 1.75vw;
    height: 1.75vw;
 
}

.hp_about_ibox {
    margin-left: -6%;
}

}

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

.hp_about_title1 {
   
    border-radius: 50px;
    font-size: 3.5vw;

    padding: 2.5vw 8vw;
    margin-bottom: 3%;
    margin-top: 0%;
}

.hp_about_title2 {
  
    font-size: 7vw;
    margin-bottom: 6%;

}


.hp_about_desc {
    font-size: 3.75vw;
    margin-bottom: 4%;
}

.hp_about_bbox {
    margin-top: 9%;
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
 
    padding: 2.5vw 10vw 2.5vw 6vw;
    font-size: 3.75vw;
}

.hp_about_link:before {
 
    right: 9%;
   
    width: 4vw;
    height: 4vw;
 
}

.hp_about_ibox {
    margin-left: 0%;
    margin-bottom: 9%;
}

.hp_about {
   
    padding: 6% 3% 12%;
}

}

/*Mov*/

.hp_mov {
    padding: 3% 0 1%;
}

.hp_mov .col-12 {
    padding: 0;
}

.hp_mov_box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hp_mov_track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
    gap: 1vw;
}

.hp_mov_ibox img {
    height: 7vw; /* adjust if needed */
    object-fit: contain;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


@media screen and (max-width: 1200.5px){
.hp_mov_ibox img {
    height: 7.5vw;
    object-fit: contain;
}

}

@media screen and (max-width: 767.5px){
.hp_mov_ibox img {
    height: 15vw;
    object-fit: contain;
}

.hp_mov {
    padding: 6% 0 6%;
}

}

/*Services*/

.hp_services {
    padding: 3% 7% 6%;
}

.hp_services_image {
    width: 100%;
    border-radius: 15px;
}

.hp_services_box {
    margin: 0 1vw;
}

.hp_services_abox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_services_title1 {
    background: #f47920;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 1.5vw;
    margin-bottom: 3%;
}

.hp_services_title2 {
    color: #f47920;
    font-style: italic;
    font-size: 2vw;
    margin-bottom: 0%;
}

.hp_services_title2 span {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.hp_services_item1 {
    color: #333;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 2%;
    transition: 0.3s;
}

.hp_services_item2 {
    font-size: 0.96vw;
    font-weight: 400;
    font-family: roboto;
    line-height: 1.5;
    margin-bottom: 0;
    transition: 0.3s;
}

.hp_services_link {
    background: #f47920;
    color: #fff;
    position: relative;
    transition: 0.3s;
    border-radius: 3px;
    padding: 0.6vw 3.5vw 0.6vw 1.5vw;
    font-size: 1vw;
}

.hp_services_link:before {
    position: absolute;
    content: "";
    top: 0;
    margin: auto 0;
    bottom: 0%;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1773821832A_Button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
}

.hp_services_link:hover {
    background: #3a3a3c;
    color: #fff;
  
}

.hp_services_bbox {
    margin-top: 7%;
}

.hp_services_itbox {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 7% 7% 7%;
    border-radius: 10px;
    margin-top: -18%;
    z-index: 1;
    position: relative;
    margin-left: auto;
    width: 87%;
    margin-bottom: 1%;
}

.hp_services_linkx {
    color: #000;
    transition: 0.3s;
}

.hp_services_linkx:hover {
    color: #000;
   
}

.hp_services_fbox .slick-arrow {
    z-index: 10;
}

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

.hp_services_title1 {
 
    border-radius: 30px;
    font-size: 1.15vw;
    padding: 0.8vw 2vw;
    margin-bottom: 3%;
}

.hp_services_title2 {

    font-size: 2.5vw;
 
}

.hp_services_item1 {
   
    font-size: 1.25vw;
    margin-bottom: 2%;
}

.hp_services_item2 {
    font-size: 1.2vw;
 
}

.hp_services_link {

    padding: 0.75vw 4.5vw 0.75vw 2vw;
    font-size: 1.25vw;
}

.hp_services_link:before {

    right: 9%;
    width: 1.75vw;
    height: 1.75vw;
}

.hp_services_itbox {
    
    padding: 7% 6% 7%;
    border-radius: 10px;
    margin-top: -18%;
   
    width: 95%;
    margin-bottom: 1%;
}

}

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

.hp_services_title1 {
 
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2.5vw 8vw;
    margin-bottom: 3%;
}

.hp_services_abox {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12%;
}

.hp_services {
    padding: 6% 3% 12%;
}

.hp_services_title2 {

    font-size: 7vw;
 
}

.hp_services_title2 br {

    display: none;
}

.hp_services_item1 {
   
    font-size: 3.75vw;
    margin-bottom: 3%;
}

.hp_services_item2 {
    font-size: 3.5vw;
 
}

.hp_services_link {

    padding: 2.5vw 10vw 2.5vw 6vw;
    font-size: 3.75vw;
}



.hp_services_link:before {

    right: 9%;
    width: 4vw;
    height: 4vw;
}

.hp_services_itbox {
    
    padding: 7% 6% 7%;
    border-radius: 10px;
    margin-top: -18%;
   
    width: 95%;
    margin-bottom: 1%;
}

}

/*Projects*/

.index_wrapper_6 {
    background: #f2f2f2;
    padding: 6% 7% 6%;
}

.hp_projects_title1 {
    background: #f47920;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 2.25vw;
    margin-bottom: 1.25%;
}

.hp_projects_title2 {
    color: #f47920;
    font-style: italic;
    font-size: 2vw;
    margin-bottom: 3%;
}

.hp_projects_title2 span {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin-right: -23%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {

    padding-top: 66%;
    background-color: transparent;
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1773817274C_Buttonl.jpg');
    width: 3vw;
    height: 3vw;
    opacity: 1;
    border-radius: 50%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1773817326C_Button.jpg');
    width: 3vw;
    height: 3vw;
    opacity: 1;
    border-radius: 50%;
    filter: unset;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: unset;
    top: -27%;
    right: 25%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    z-index: 1;
    top: -27%;
    right: 22%;
}

@media screen and (max-width: 1200.5px){
.hp_projects_title1 {
 
    border-radius: 30px;
    font-size: 1.15vw;
    padding: 0.8vw 2.75vw;
    margin-bottom: 1.25%;
}

.hp_projects_title2 {

    font-size: 2.5vw;
    margin-bottom: 3%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    width: 3.5vw;
    height: 3.5vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    width: 3.5vw;
    height: 3.5vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {

    right: 21.5%;
}

}

@media screen and (max-width: 767.5px){
.hp_projects_title1 {
 
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2.5vw 8vw;
    margin-bottom: 3%;
}

.hp_projects_title2 {

    font-size: 5.8vw;
    margin-bottom: 12%;
}

.hp_projects_title2 br {
    display: none;
}

.index_wrapper_6 {
    padding: 12% 3% 15%;
}

.hp_photoGallerySlider_type3 {
 
    margin-right: 0;
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    width: 9vw;
    height: 9vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    width: 9vw;
    height: 9vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    top: -14%;
    right: 19%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    top: -14%;
    right: 9%;
}

}

/*Clients*/

.hp_clients {
    padding: 6% 0 6%;
    display: none;
}

.hp_clients .col-12 {
    padding: 0;
}

.hp_clients_box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hp_clients_track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
    gap: 4vw;
}

.hp_clients_ibox img {
    height: 5vw; /* adjust if needed */
    object-fit: contain;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.hp_clients_title1 {
    background: #f47920;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 2.25vw;
    margin-bottom: 1.25%;
}

.hp_clients_title2 {
    color: #f47920;
    font-style: italic;
    font-size: 2vw;
    margin-bottom: 2%;
}

.hp_clients_title2 span {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.hp_clients_tbox {
    text-align: center;
}


@media screen and (max-width: 1200.5px){
.hp_clients_title1 {
  
    border-radius: 30px;
    font-size: 1.15vw;
    padding: 0.8vw 2.75vw;
    margin-bottom: 1.25%;
}

.hp_clients_title2 {
    
    font-size: 2.5vw;
    margin-bottom: 2%;
}

.hp_clients_ibox img {
    height: 6vw;
  
}

.hp_clients_track {
    gap: 3vw;
}

}

@media screen and (max-width: 767.5px){
.hp_clients_title1 {
  
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2.5vw 8vw;
    margin-bottom: 3%;
    margin-top: 1%;
}

.hp_clients_title2 {
    
    font-size: 7vw;
    margin-bottom: 4%;
}

.hp_clients_ibox img {
    height: 18vw;
  
}

.hp_clients_track {
    gap: 6vw;
}

.hp_clients {
    padding: 12% 0 12%;
}

}

/*News*/

.index_wrapper_8 {
    padding: 4% 6% 6% 0;
}

.hp_news_image {
    width: 100%;
}

.hp_news_ibox {
    margin-right: 4%;
}

#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 1.25rem;
    color: #000 !important;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 100%;
    font-family: roboto;
    font-weight: 500;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 15px !important;
}

#main_index .hp_latest_new .news_box .row {

    align-items: center;
}

#main_index .hp_latest_new .news_box .col-lg-4 {

    flex: 0 0 44%;
    max-width: 44%;
}

#main_index .hp_latest_new .news_box .col-lg-8 {

    flex: 0 0 56%;
    max-width: 56%;
}

.hp_news2 {
    margin-left: -15px;
}

.hp_news_title1 {
    background: #f47920;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9vw;
    font-style: italic;
    font-weight: 300;
    padding: 0.65vw 2.25vw;
    margin-bottom: 3%;
    margin-top: 2%;
}

.hp_news_title2 {
    color: #f47920;
    font-style: italic;
    font-size: 2vw;
    margin-bottom: 2%;
}

.hp_news_title2 span {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.hp_news_desc {
    font-size: 0.9vw;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 3%;
}

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

.hp_news_title1 {
 
    border-radius: 30px;
    font-size: 1.15vw;
    padding: 0.8vw 2.75vw;
    margin-bottom: 3%;
    margin-top: 0%;
}

.hp_news_title2 {
  
    font-size: 2.5vw;
    margin-bottom: 2%;
}

.hp_news_desc {
    font-size: 1.15vw;
    margin-bottom: 3%;
}

.hp_news_desc br {
    display: none;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 1rem;
}

.index_wrapper_8 .row {
    align-items: center;
}

#main_index .hp_latest_new .news_box .col-lg-4 {

    flex: 0 0 50%;
    max-width: 50%;
}

#main_index .hp_latest_new .news_box .col-lg-8 {

    flex: 0 0 50%;
    max-width: 50%;
}

}

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

.hp_news_title1 {
 
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2.5vw 8vw;
    margin-bottom: 3%;
    margin-top: 0%;
}

.hp_news_title2 {
  
    font-size: 5.8vw;
    margin-bottom: 3%;
}

.hp_news_title2 br {
      display: none;
}

.hp_news_desc {
    font-size: 3.75vw;
    margin-bottom: 6%;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 1.15rem;
    margin-top: 3%;
}

.index_wrapper_8 {
    padding: 1% 0% 6% 0;
}

.hp_news_ibox {
    margin-right: -15px;
    margin-bottom: 9%;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 15px !important;
    padding: 0 15px !important;
}

#main_index .hp_latest_new .news_box .col-lg-4 {

    flex: 0 0 100%;
    max-width: 100%;
}

#main_index .hp_latest_new .news_box .col-lg-8 {

    flex: 0 0 100%;
    max-width: 100%;
}

.hp_news2 {
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}

.hp_latest_new {
    padding-left: 3%;
    padding-right: 3%;
}

}

/*Footer*/

.footer {
    background-color: #f47920;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: roboto;
}

.footer hr {
    display: none;
}

.footer .social_media {

    margin-top: 1rem;
}

.footer .copy_right {
    margin-top: 1%;
}

.footer p {

    margin-bottom: 0rem;
}

.footer .social_media i {
    color: #f47920;
    background: #fff;
    border-radius: 50%;
    padding: 3px 5px 0px;
    font-size: 17px;
}

.footer_subtitle {
    font-size: 19px;
    font-weight: 700;
    font-family: poppins;
}

@media screen and (max-width: 991.5px){
.footer_subtitle {
    font-size: 16px;
}
}

@media screen and (max-width: 767.5px){
.footer {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.footer .left_line {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
}