/*All*/
body > br{
    display: none;
}

.booking_form {
    display: none;
}

#nms_popup_model{
    overflow-y: scroll!important;
}


.modal-content{
    position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 28px;
  
  border: 2px solid #9ff5e6;
  color: #020617;
  box-sizing: border-box;
}

.modal-content .close{
    top: 10px!important;
    right: 10px!important;
    opacity: 1;
    
}

.modal-content .close:before{
    content: "\f057";
      color: #020617;
      font-size: 25px;
      font-family: "Font Awesome 5 Free";
}

.modal-content .close span{
    display: none;
}



@media (min-width: 576px) {
  .modal-dialog {
      max-width: 650px;
  }
}

@media (max-width: 620px){
    .modal-content{
      border-radius: 20px;
      padding: 30px 20px;
  }
  
  .modal-content .close{
      padding: 0!important;
  }
  
}

#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

#main_services .service_category .service_box .text_area .sub_title {
    display: none;
}

.breakspan{
    display:block;
}

.small_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    color:#041e5e;
}
.title_all{
    font-size:35px;
    font-weight:700;
    margin-bottom:2%;
    color:#44dac2;
}
.subtitle_all{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}
.content_all{
    font-size:14.5px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#666;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:4% 0% 0%;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:4% 0% 0%;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:4% 0% 0%;
}
.button_all{
    border: 1px solid #d80d07;
  border-radius: 10px;
  background-color: #d80d07;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 8px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all linear;
}
.button_all:hover{
    background-color:#000;
    text-decoration: none;
    color:#fff;
    transform:scale(1.05);
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
@media screen and (max-width: 767.5px){
    .title_all{
        font-size:30px;
        margin-bottom:9%;
    }
    .btnbox_left{
        margin:9% 0% 0%;
    }
    .btnbox_center{
        margin:9% 0% 0%;
    }
    .btnbox_right{
        margin:9% 0% 0%;
    }
}

/*hp_top - top_space*/
.hp_top{
    background: linear-gradient(to left, #a10a05, #d80d07, #a10a05);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px calc(6% + 1rem);
    width: 100%;
    /*height: 40px;*/
    /*z-index: 3001;*/
}
.hp_top .row{
    align-items: center;
}
.hp_top .col-md-8,
.hp_top .col-md-4{
    padding:0;
}
.hp_top_ul{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.hp_top_ul li{
    margin-right:2rem;
}
.hp_top_ul li a{
    font-size:14px;
    font-weight:400;
    color:#fff;
}
.hp_top_ul li a:hover{
    color:#fff;
    text-decoration: none;
}
.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.hp_top_socialmedia li{
    margin-left:0.5rem;
}
.hp_top_icon{
    width:30px;
    transition:0.25s all linear;
}
.hp_top_icon:hover{
    transform:scale(0.95);
}

/*top spacing*/
/*#top_spacing{*/
/*    height:calc(100px + 40px)!important; */
/*}*/
/*@media screen and (max-width: 991.5px){*/
/*    #top_spacing{*/
/*        height:calc(80px + 0px)!important;*/
/*    }    */
/*}*/

/*navbar*/
.navbar_type8{
    height:100px;
    background-color: #fff;
    border-bottom: 1px solid rgb(0,0,0,0.15);
    transition: all 0.3s ease-out;
}
#main_index .navbar_type8 {
    background-color: transparent;
    border-bottom: none;
}
.navbar_type8 .logo{
    flex:0 1 20%;
}
.navbar_type8 .logo img{
    width:100%;
    padding: 15px 0;
    transition: all 0.3s ease-out;
}
#main_index .navbar_type8 .logo img {
    background-color: rgb(255,255,255,0.8);
  border-radius: 0 0 15px 15px;
}
.navbar_type8 .nav_tab{
    flex:0 1 80%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    color:#000;
    text-transform: capitalize;
}
#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color:#000 !important;
}
.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 7%;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #d80d07;
  border-radius: 30px;
}
.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 86%;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.dark_nav{
    background-color:#fff!important;
    height: 80px;
    border-bottom: 1px solid rgb(0,0,0,0.15) !important;
}
.navbar_type8.dark_nav .logo img {
    padding: 10px 0;
}
/*.navbar_mobile{*/
/*    background-color: #000;*/
/*}*/
/*.navbar_mobile .btn-outline-light{*/
/*    border-color: #fff;*/
/*    color: #fff;*/
/*}*/

.side_menu .list-group .list-group-item a {
    color: #fff;
}
@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.index_wrapper_2{
    margin-top: -100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:12%;
	top:60%;
	transform:translate(0,-50%);
}
.hp_banner_subtitle{
    font-size:1.5vw;
    font-weight:600;
    margin-bottom:2%;
    color:#fff;
}
.hp_banner_title{
    font-size:3vw;
    font-weight:700;
    color:#44dac2;
    margin-bottom:2%;
}
.hp_banner_content{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0;
    width: 50%;
}
.hp_banner_word{
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 20rem;
    top: -12rem;
    bottom: 0;
    left: -6%;
    margin: auto 0;
}
.hp_banner_word span{
    position:relative;
}
.hp_banner_word span:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 16rem;
    background-color: #fff;
    top: -18rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider_banner .slick-prev{
    left: unset;
    right: 12rem;
    top: 17vw;
}
.slider_banner .slick-prev:before{
    background-image:url("https://cdn1.npcdn.net/img/1729247358arrow_left.png");
    width: 60px;
    height: 50px;
    filter:unset;
}
.slider_banner .slick-next{
    right: 12rem;
    top: 21vw;
}
.slider_banner .slick-next:before{
    background-image:url("https://cdn1.npcdn.net/img/1729247360arrow_right.png");
    width: 60px;
    height: 50px;
    filter:unset;
}

.hp_banner2 {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 13%;
  padding-top: 3vw;
}

.slider_banner .item > img {
  filter: brightness(0.5);
}

.hp_banner2_small {
    font-size: 1.3vw;
  color: #fff;
  font-weight: 300;
  margin-bottom: 1vw;
}

.hp_banner2_title {
  font-family: "Rajdhani", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5vw;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.hp_banner2_title span {
    display: block;
}

.hp_banner2_title::after {
  content: "";
  width: 10vw;
  height: 4px;
  background-color: #d80d07;
  border-radius: 30px;
  margin-top: .5vw
}

.hp_banner2_keyword {
  font-size: 1.1vw;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  width: 55%;
}

.slider_banner .item > img {
    animation: zoomAnimation 30s infinite alternate;
}

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
    .slider_banner .slick-next{
        top: 22vw;        
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    .slider_banner .slick-next{
        top: 23vw;        
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height: 400px !important;
    	object-fit:cover;
    }
    .hp_banner{
        top:50%;
        width:calc(100% - 12%);
    }
    .hp_banner_subtitle{
        font-size:3.5vw;
        margin-bottom:4%;
    }
    .hp_banner_title{
        font-size:5vw;
        margin-bottom:4%;
    }
    .hp_banner_content{
        font-size:3vw;
        width:100%;
    }
    
    .slider_banner .slick-prev{
        top: 87vw;
        right: 100px;
    }
    .slider_banner .slick-next{
        top: 87vw;
        right: 50px;
    }
    .slider_banner .slick-prev:before,
    .slider_banner .slick-next:before{
        height:40px;
    }
    .hp_banner2 {
        padding: 15px;
    }
    .hp_banner2_small {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .hp_banner2_title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hp_banner2_title::after {
        width: 15vw;
        margin-top: 10px;
    }
    .hp_banner2_keyword {
        width: 100%;
        font-size: 12.5px;
    }
}

/*hp_adv*/
.hp_adv{
    background-image:url("https://cdn1.npcdn.net/userfiles/26890/image/whybg(3).png");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
    padding: 6rem 7% 12.5rem;
}
.hp_adv .col-md-6.col-lg-3{
    margin-bottom:2rem;
}
.hp_adv_ebox {
    margin: 15px 0;
}
.hp_adv_box{
  padding: 2rem;
  border-radius: 20px 20px 0 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border-bottom: 12px solid #d80d07;
}
.hp_adv_box:hover{
    transform: translateY(-10px);
}

.hp_adv_small{
    color:#fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.hp_adv_title{
    color:#fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.hp_adv_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color:#fff;
}

.hp_adv_icon {
    width: fit-content;
  padding: 15px;
  background-color: #f4f4f4;
  border-radius: 15px;
}

.hp_adv_icon img {
    max-width: 65px;
    width: 100%;
}
.hp_adv_info{
    color:#fff;
}

.hp_adv_subtitle {
    font-size: 19px;
  font-weight: 600;
  color: #666;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.hp_adv_info {
    font-size: 13.5px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.6;
  color: #000;
}

.hp_adv_top {
    margin-bottom: 1.5rem;
}

.hp_big_title {
  font-family: "Rajdhani", sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #000;
}

.hp_small_title  {
    font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 500;
  gap: 10px;
}

.hp_small_title::before,
.hp_small_title::after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #666;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}
@media screen and (max-width: 1200.5px){
    .hp_adv{
      padding: 4rem 15px;
    }
    .hp_adv_icon img {
        max-width: 50px;
    }
    .hp_adv_box {
        padding: 25px;
    }
    .hp_adv_subtitle {
        font-size: 15px;
    }
    .content_all {
        font-size: 14px;
    }
    .hp_adv_top {
      margin-bottom: 0rem;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_adv_subtitle {
        font-size: 17px;
    }
    .hp_about_image {
        border-radius: 0 !important;
    }
}

/*hp_about*/
.hp_about{
    padding:0%;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-md-12.col-lg-6:first-child{
    padding-left:0;
    padding-right:0;
}
.hp_about .col-md-12.col-lg-6:last-child{
    padding-right:calc(1rem + 6%);
    padding-left:calc(1rem + 3%);
}
.hp_about_image{
    margin-top: -7vw;
  border-radius: 0 150px 0 0;
}

.hp_about .hp_small_title {
    justify-content: flex-start;
}

.hp_about_small {
    font-size: 16.5px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #d80d07;
}

@media screen and (max-width: 1200.5px){
    .hp_about .col-md-12.col-lg-6:last-child{
        padding-top:3%;
        padding-bottom:3%;
    }
    .hp_about_image{
        margin-top:0;
    }
}
@media screen and (max-width: 991.5px){
    .hp_about .col-md-12.col-lg-6:first-child{
        order:2;
    }
    .hp_about .col-md-12.col-lg-6:last-child{
        padding-top:6%;
        padding-bottom:6%;
        order:1;
    }
    .hp_about_image{
        height: 400px;
        object-position: top right;
        object-fit: cover;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:12% 0% 0%;
    }
    .hp_about .col-md-12.col-lg-6:last-child{
        padding-right:calc(1rem + 3%);
        padding-left:calc(1rem + 3%);
        padding-top:0%;
        padding-bottom:12%;
    }
    .hp_about_image{
        height:unset;
    }
}

/*hp_service*/
.hp_service{
    padding: 6rem 9%;
	position: relative;
	background-color:#f4f4f4;
}

.hp_service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26890/image/servicebg(4).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}
.hp_service_title{
    color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.hp_service_icon {
    position: absolute;
  right: 25px;
  bottom: 25px;
  filter: brightness(0) invert(1);
  opacity: 0.35;
}
.hp_service_box{
  overflow: hidden;
  position: relative;
  border-radius: 25px 25px 0 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-bottom: 12px solid #d80d07;
}
.hp_service_box:hover {
    transform: translateY(-10px);
}
.hp_service_link{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.hp_service_span{
    position:absolute;
    margin-bottom:0;
    bottom:2rem;
    left:2rem;
    transform:translate(0,0);
    transition:0.3s all ease-out;
}
.hp_service_image{
    transition:0.6s all ease-out;
}
.hp_service_box:hover .hp_service_span{
    bottom: 50%;
    left: 2rem;
    transform: translate(0%, -50%);
}
.hp_service_box:hover .hp_service_image{
    transform:scale(1.1);
}

.hp_service_top {
    margin-bottom: 1rem;
}

/*.hp_service .hp_big_title, .hp_service .hp_small_title {*/
/*    color: #fff;*/
/*}*/

/*.hp_service .hp_small_title::before, .hp_service .hp_small_title::after {*/
/*    background-color: #fff;*/
/*}*/

.hp_service_icon img {
    max-width: 120px;
    width: 120px !important;
}

.hp_service_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 35px 145px 35px 35px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  flex-direction: column;
}

.hp_service_text {
    font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.hp_service_ebox {
    margin: 15px 0;
}

.hp_service_img {
    overflow: hidden;
}

.hp_service_img img {
    transition: all 0.4s ease-in-out;
}

.hp_service_box:hover .hp_service_img img {
    transform: scale(1.15);
}

@media screen and (max-width: 767.5px){
    
}

/*hp_cat_service*/
.index_wrapper_6{
    position:relative;
    padding:0 9% 6rem;
    background-color: #f4f4f4;
}
/*.index_wrapper_6:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    width:100%;*/
/*    height:70%;*/
/*    background-color:#ebebeb;*/
/*}*/

/*component - service*/
.service_3 .service_box{
    padding:0.5rem!important;
    overflow:hidden;
}
.service_3 .service_box .content{
    opacity:1;
    background-color:transparent;
    background:linear-gradient(to bottom, transparent 60%, #000);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    transition:0.6s all ease-out;
}
.service_3 .service_box .content h3{
    top: unset;
    left: 1rem;
    transform: unset;
    bottom: 1rem;
    font-size: 18px;
    margin-bottom: 0;
    transition:0.25s all ease-out;
}
.service_3 .service_box .content:hover h3{
    top:unset;
    bottom:50%;
    left:1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.service_3 .service_box:hover img{
    transform:unset;
}

@media screen and (max-width: 1200.5px){
    .hp_service {
        padding: 4rem 15px;
    } 
    .hp_service_top {
      margin-bottom: 0;
    }
    .hp_service_icon img {
      max-width: 90px;
      width: 90px !important;
    }
    .hp_service_content {
        padding: 15px;
    }
    .hp_service_title {
        font-size: 27px;
    }
    .index_wrapper_6 {
        padding: 0 15px 4rem;
    }
}

@media screen and (max-width: 991.5px){
    .service_3 .service_box{
        flex:0 0 50%;
        max-width:50%;
    }   
}
@media screen and (max-width: 767.5px){
    
    /*component - serivce*/
    .service_3 .service_box{
        flex:0 0 100%;
        max-width:100%;
        padding: 1rem !important;
    }   
    .service_3 .service_box .content{
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
    }
    
    .hp_service_icon img {
        max-width: 80px;
        width: 80px !important;
    }
    .hp_service_content {
        padding: 20px 95px 20px 20px;
    }
    .hp_service_title {
        font-size: 22px;
    }
    .hp_service_text {
        font-size: 12px;
    }
}


/*hp_news*/
.index_wrapper_7{
    padding: 6rem 9%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26890/image/newsbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

#main_index .latest_new_type6 {
  margin-bottom: 0;
  padding-top: 0;
}

#main_index .latest_new_type6 .container-fluid {
    padding: 0 15px !important;
}

#main_index .latest_new_type6 .news_box {
    padding: 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

#main_index .latest_new_type6 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .latest_new_type6 .col-lg-4.col-md-6.col-12.p-0 {
    padding: 0 15px !important;
    margin: 15px 0 !important;
}

.latest_new_type6 .news_box .news_box_content {
    background-color: #f4f4f4;
  border-radius: 10px;
}

.latest_new_type6 .news_box .badge-primary {
    border-radius: 6px;
}

.latest_new_type6 .news_box .date {
    color: #666;
  font-weight: 500;
  font-size: 12.5px;
}

.latest_new_type6 .news_box .img_frame {
    border-radius: 15px;
}

/*component - news*/
.latest_new_type4 .news_box .badge-primary{
    background-color:#000;
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    
}

@media screen and (max-width: 767.5px){
    
    
    /*component - news*/
    .latest_new_type4{
       padding:0 1.5rem; 
    }
    
}
/*footer*/
.footer_type10 {
  background-color: #000;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 13.5px;
  line-height: 1.6;
  overflow: hidden;
  background-image: url('https://cdn1.npcdn.net/userfiles/26890/image/footer(1).png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.footer_type10 a:hover,
.footer_type10 i{
    color:#fff!important;
}
.footer_type10 .logo{
    min-height:65px;
}
.footer_type10 .logo img{
    max-height:65px;
    background-color: #fff;
  border-radius: 6px;
  padding: 8px;
}
.npfooter_languagebar .text-muted{
    color:#fff;
}
.npfooter_languagebar{
    color:#fff;
}
.platinum_website_visitor{
    color:#fff; 
}
.footer_type8 .copy_right{
    color:#fff;
}
.platinum_website_visitor{
	color:#fff;
}
.copy_right small{
    color:#fff;
}
.footer_type10 .text {
    font-size: 13.5px;
}



@media screen and (max-width: 1200.5px){
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .logo img {
      max-height: 60px;
    }
    
}

@media screen and (max-width: 991.5px){
    .footer_type10 .logo img {
        max-height: 43px;
    }
    
}

@media screen and (max-width: 767.5px){
    .footer_type10 .logo img {
        max-height: 43px;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

/*Service Page*/
.service_category .service_box .img_frame img{
    object-fit: contain;
}
.ws_service_type4 .img_frame img, .ws_service_type4 .all_sub_img img{
    object-fit: cover;
}