@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;

}

a:hover {
    text-decoration: none;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:140vw !important;
    object-fit:cover;
    object-position: 50%;
}

}

/*Search Bar Search*/
.hp_search_icon{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(60%) saturate(6612%) hue-rotate(2deg) brightness(76%) contrast(110%);
    
}



#searchButton {
    position: absolute;
    z-index: 3000;
    right: 9%;

    top: 33%;
   
}

.boxSearch {
    display: none; 
    position: absolute;
    top: 105%;
    right: 0%;
}
.hp_nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.hp_nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
    caret-color: black;
    color: black;
}
.hp_nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
   
    
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}

.hp_nav_search input::placeholder {
   
    color: #000;
}

/*Nav*/

.hp_box {
    flex: 0 1 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.hp_box2 {
    flex: 0 1 25%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar_type4 .logo {
    height: 100px;
    max-height: 100px;
    flex: 0 1 50%;
    margin-left: 0rem;
    margin-right: 0;
    display: flex;
    justify-content: center;
    padding-top: 0.25rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0rem;
}

.navbar_type4 .minify .logo {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    height: 100px;
}

.navbar_type4 .row_1:before {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.7);
    top: -60%;
    width: 286%;
    height: 1.5px;
    left: -93%;
    opacity: 0.5;
}

.navbar_type4 .fas {
    font-size: 15px;
    font-weight: 900;
}

.navbar_type4 .fas.fa-bell {
    color: transparent;
    margin-right: 2px;
}

.navbar_type4 a {
    color: #000;
    font-weight: 400;
  
}

.navbar_type4 .row_1 {

    position: relative;
}

.hp_top_link {
    font-size: 14px;
    font-weight: 400;
}

.hp_top_1 {
    margin-bottom: 0;
}

.hp_top_2 {
    margin-bottom: 0;
}

.navbar_type4 .nav_link {

    font-weight: 500;
}

.navbar_type4 {

    background-color: rgba(255, 255, 255, 1);
 
}

.navbar_mobile {

    background-color: rgba(255, 255, 255, 1);
 
}

.navbar_mobile .logo_img {
   
    transform: scale(1.25);
}





@media screen and (max-width: 1200.5px){
.hp_box {
    flex: 0 1 27%;
 
}

.navbar_type4 .row_1:lang(ms) {
    margin: 0.75rem 4vw !important;
   
}

.hp_top_link {
    font-size: 13px;
    font-weight: 400;
}

}


/*Banner*/

.hp_banner {
    padding-right: 9%;
    padding-left: 14%;
}

.hp_banner_box {
    padding-top: 21%;
}

.hp_banner_ibox {
    margin-left: -15%;
}

.hp_banner_desc {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 9%;
    color: black;
}

.hp_banner_title {
    color: #800000;
    font-weight: 800;
    font-size: 2.5vw;
    margin-bottom: 2%;
}

.hp_banner_title span {
    color: #606060;
    
}


.hp_banner_link {
    color: #fff;
    background: #800000;
    border-radius: 30px;
    padding: 0.5vw 2.5vw;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_banner_link:hover {
    color: #fff;
    background: #606060;
 
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    margin: auto 0;
    right: -24%;
    background-image: url(https://cdn1.npcdn.net/img/1757574145SPMC_-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.35vw;
    height: 2.35vw;
    transition: 0.3s;
}

.hp_banner_link:lang(zH-Hans):before {
   
    right: -30%;
    
}

.hp_banner_link:hover:before {
    transform: rotate(-90deg);
}

.hp_banner:lang(ms) {
  
    padding-left: 13%;
}

.hp_banner_box:lang(ms) {
    padding-top: 18%;
}

   
    
    .hp_banner_desc:lang(ms) {
    font-size: 0.94vw;
    
}
    
 

@media screen and (max-width: 1200.5px){
.hp_banner_desc {
    font-size: 1.4vw;
 
    margin-bottom: 9%;
   
}

.hp_banner_link:lang(ms):before {
        right: -28%;
        
    }

.hp_banner_desc:lang(ms) {
    font-size: 1.34vw;
    
}

.hp_banner_title:lang(ms) {
        font-size: 2.68vw;
     
    }

   .hp_banner_box:lang(ms) {
    padding-top: 15%;
}

.hp_banner_title {
  
    font-size: 2.9vw;
    margin-bottom: 2%;
}

.hp_banner_link {
   
    border-radius: 30px;
    padding: 0.75vw 3vw;
    font-size: 1.4vw;
   
}

.hp_banner_link:before {
   
    right: -25%;
  
    width: 3.5vw;
    height: 3.5vw;
    
}

.hp_banner_link:lang(zH-Hans):before {
    right: -33%;
}

.hp_banner {
    padding-right: 9%;
    padding-left: 12%;
}

.hp_banner_box {
    padding-top: 19%;
}

}

@media screen and (max-width: 767.5px){
.hp_banner_desc {
    font-size: 3.75vw;
 
    margin-bottom: 11%;
   
}

.hp_banner_box:lang(ms) {
    padding-top: 12%;
    padding-bottom: 1%;
}

.hp_banner_desc:lang(ms) {
    font-size: 3.75vw;
    
}

.hp_banner_title:lang(ms) {
        font-size: 6.25vw;
     
    }
    
    .hp_banner:lang(ms) {
    padding-left: 3%;
}

.hp_banner_link:lang(zH-Hans):before {
    right: -34%;
}

.hp_banner_title {
  
    font-size: 6.25vw;
    margin-bottom: 4%;
}

.hp_banner_link {
   
    border-radius: 50px;
    padding: 2vw 7vw;
    font-size: 3.75vw;
   
}

.hp_banner_link:before {
   
    right: -25%;
  
    width: 9vw;
    height: 9vw;
    
}

.hp_banner {
    padding-right: 3%;
    padding-left: 3%;
}

.hp_banner_box {
    padding-top: 12%;
    padding-bottom: 6%;
}

.hp_banner_ibox {
    margin-left: 0;
}

}

/*About*/

.hp_about {
    padding: 6% 6% 6% 14%;
    background-image: url(https://cdn1.npcdn.net/img/1757573791SPMC_-09.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.hp_about_desc {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3%;
    color: black;
}

.hp_about_title {
    color: #800000;
    font-weight: 800;
    font-size: 1.5vw;
    margin-bottom: 9%;
}

.hp_about_link {
    color: #fff;
    background: #800000;
    border-radius: 30px;
    padding: 0.5vw 2.5vw;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_about_link:hover {
    color: #fff;
    background: #606060;
 
}

.hp_about_link:before {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    margin: auto 0;
    right: -25%;
    background-image: url(https://cdn1.npcdn.net/img/1757574145SPMC_-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.35vw;
    height: 2.35vw;
    transition: 0.3s;
}

.hp_about_link:lang(zH-Hans):before {
   
    right: -30%;
 
}

.hp_about_link:hover:before {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200.5px){
.hp_about_desc {
    font-size: 1.5vw;
 
    margin-bottom: 3%;

}

.hp_about_link:lang(zH-Hans):before {
   
    right: -33%;
 
}

.hp_about {
    padding: 6% 6% 6% 12%;

    background-position: 15%;
   
}

.hp_about_desc br {
    display: none;
}

.hp_about_title {
 
    font-size: 2vw;
    margin-bottom: 9%;
}

.hp_about_link {
    
    border-radius: 30px;
    padding: 0.75vw 3vw;
    font-size: 1.5vw;
  
}

.hp_about_link:before {

    right: -25%;

    width: 3.5vw;
    height: 3.5vw;

}

}

@media screen and (max-width: 767.5px){
.hp_about_desc {
    font-size: 3.75vw;
 
    margin-bottom: 6%;

}

.hp_about_link:lang(zH-Hans):before {
   
    right: -34%;
 
}

.hp_about {
    padding: 12% 3%;

    background-position: 0%;
   
}

.hp_about_title {
 
    font-size: 6.25vw;
    margin-bottom: 12%;
}

.hp_about_title:lang(ms) br {
 
    display: none;
}

.hp_about_link {
    
    border-radius: 50px;
    padding: 2vw 7vw;
    font-size: 3.75vw;
  
}

.hp_about_link:before {

    right: -30%;

    width: 9vw;
    height: 9vw;

}

.hp_about_bbox {
    margin-bottom: 12%;
}

}

/*Service*/

.index_wrapper_4 {
    padding: 2% 6% 0 9%;
    position: relative;
}

.service_cat_slider {
    margin-left: -1.75%;
    margin-right: 6%;
}

.service_cat_slider .container {
    max-width: 100%;
}

.service_cat_slider .cust_ser_contentbox {
    position: relative !important;
    background: unset;
}

.service_cat_slider .cust_ser_box:hover .cust_ser_contentbox {
    opacity: 1;
    z-index: 0;
}

.service_cat_slider .cust_ser_content {
    font-size: 0.95vw;
    font-weight: 600;
    text-align: left;
    color: #fff;
    font-family: montserrat;
    padding-top: 3%;
}

.service_cat_slider .cust_ser_innerbox {
    position: relative;
    left: 0;
    bottom: 0;
    width: unset;
}

.service_cat_slider .cust_ser_button {
    display: none;
}

.service_cat_slider .cust_ser_contentbox {
    position: relative;
    top: 0;
    left: 0;
    right: 0 ;
    bottom: 0;
   background: unset;
}


.index_wrapper_4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    background-color: #800000;
    width: 100%;
    height: 51%;
}

.service_cat_slider .cust_ser_box {
   
    padding: 0.75vw;
  
}

.service_cat_slider .cust_ser_imagebox img {
   
    height: 15vw;
    
    
}

.service_cat_slider .cust_ser_imagebox {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.hp_service_image {
    width: 100%;
}

.hp_service_title1 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1vw;
}

.hp_service_title2 {
    color: #800000;
    font-weight: 800;
    font-size: 1.5vw;
    margin-bottom: 3%;
}

.hp_service_link {
    color: #800000;
    background: white;
    border-radius: 30px;
    padding: 0.5vw 3.75vw;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_service_link:hover {
    color: #fff;
    background: #606060;
 
}

.hp_service_link:before {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    margin: auto 0;
    right: -23%;
    background-image: url(https://cdn1.npcdn.net/img/1757571379SPMC_-14.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.35vw;
    height: 2.35vw;
    transition: 0.3s;
}

.hp_service_link:hover:before {
    transform: rotate(-90deg);
}

.hp_service_bbox {
    margin-top: 3%;
}

.hp_service_link:lang(ms):before {
    
    right: -20%;
   
}

@media screen and (max-width: 1200.5px){
.hp_service_title1 {
    
    font-size: 1.5vw;
}

.hp_service_link:lang(ms):before {
    
    right: -22%;
   
}

.hp_service_bbox {
    margin-top: 1%;
}

.hp_service_title2 {
   
    font-size: 2vw;
    margin-bottom: 3%;
}

.hp_service_link {
   
    border-radius: 30px;
    padding: 0.75vw 4.25vw;
    font-size: 1.5vw;
    
}

.hp_service_link:before {
  
    right: -26%;

    width: 3.5vw;
    height: 3.5vw;
   
}

    .hp_service_link:lang(zH-Hans):before {
        right: -29%;
 
    }

.service_cat_slider .cust_ser_content {
    font-size: 1.1vw;
   
    padding-top: 3%;
}

.service_cat_slider {
    margin-left: -1%;
    margin-right: 0%;
}

.index_wrapper_4 {
    padding: 2% 4% 0 8%;
   
}

.service_cat_slider .container {
    padding-right: 0;
}

.hp_services_ibox {
    margin-right: -12%;
    margin-left: -3%;
}

.service_cat_slider .cust_ser_imagebox img {
    height: 17vw;
}

}

@media screen and (max-width: 767.5px){
.hp_service_title1 {
    
    font-size: 3.75vw;
}

.hp_service_link:lang(zH-Hans):before {
        right: -30%;
 
    }

.hp_service_title2 {
   
    font-size: 6.25vw;
    margin-bottom: 6%;
}

.hp_service_title2:lang(ms) br {
   
    display: none;
}

.hp_service_link:lang(ms):before {
        right: -25%;
 
    }

.hp_service_link {
   
    border-radius: 50px;
    padding: 2vw 9vw;
    font-size: 3.75vw;
    
}

.service_cat_slider .cust_ser_imagebox img {
    height: 80vw;
}

.hp_service_link:before {
  
    right: -26%;

    width: 9vw;
    height: 9vw;
   
}

.hp_service_link:lang(zH-Hans):before {
        right: -32%;
 
    }

.service_cat_slider .cust_ser_content {
    font-size: 4vw;
   
    padding-top: 4%;
}

.service_cat_slider {
    margin-left: 0%;
    margin-right: 0%;
}

.index_wrapper_4 {
    padding: 12% 3% 0;
   
}

.service_cat_slider .container {
    padding-right: 15px;
}

.hp_services_ibox {
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 9%;
}

.service_cat_slider .slick-prev::before, .service_cat_slider .slick-next::before {
    color: #800000;
    text-shadow: unset;
    opacity: 1;
}

    .service_cat_slider .slick-prev {
        left: -23px;
    }
    
        .service_cat_slider .slick-next {
        right: -23px;
    }
    
.index_wrapper_4:before {
   
    height: 63%;
}  

.hp_service_bbox {
    margin-top: 6%;
}

}

/*Why*/

.hp_why {
    padding: 6% 9% 6%;
}

.hp_why .col-6.col-md-4 {
    padding: 0 0.5vw 1vw;
}

@keyframes rubberband {
    0%{
        transform: scaleX(1);
    }
    40%{
        transform: scaleX(1.12) scaleY(0.75);
    }
    55%{
        transform: scaleX(0.85) scaleY(1);
    }
    65%{
        transform: scaleX(1.09) scaleY(0.85);
    }
    75%{
        transform: scaleX(0.9)  scaleY(1);
    }
    90%{
        transform: scaleX(1.05) scaleY(0.95);
    }
    100%{
        transform: scaleX(1) scaleY(1);
    }
}

.hp_why_icon {
    width: 6vw;
    transition: 0.3s;
}

.hp_why_icon:hover {
    animation: 1s rubberband;
}

.hp_why_title1 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    text-align: center;
    font-size: 1vw;
}

.hp_why_title2 {
    color: #800000;
    font-weight: 800;
    text-align: center;
    font-size: 1.5vw;
    margin-bottom: 3%;
}

.hp_why_item {
    color: #333;
    font-size: 1.1vw;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 6%;
}

.hp_why_box {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10% 2% 10%;
    height: 100%;
}

@media screen and (max-width: 1200.5px){
.hp_why_icon {
    width: 6.5vw;
    
}

.hp_why_title1 {
    
    font-size: 1.5vw;
}

.hp_why_title2 {
 
    font-size: 2vw;
    margin-bottom: 3%;
}

.hp_why_item {
    
    font-size: 1.35vw;
    margin-top: 6%;
}

.hp_why .col-6.col-md-4 {
    padding: 0 0.75vw 1.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_why_icon {
    width: 18vw;
    
}

.hp_why_title1 {
    
    font-size: 3.75vw;
}

.hp_why_title2 {
 
    font-size: 6.25vw;
    margin-bottom: 9%;
}

.hp_why_item {
    
    font-size: 3.5vw;
    margin-top: 6%;
}

.hp_why .col-6.col-md-4 {
    padding: 0 2vw 4vw;
}

.hp_why {
    padding: 12% 3% 9%;
}

}

/*Gallery*/

.index_wrapper_7 {
    padding: 6% 9% 2%;
    background-image: url(https://cdn1.npcdn.net/img/1757562222SPMC_-19.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.hp_gallery_title1 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    text-align: center;
    font-size: 1vw;
}

.hp_gallery_title2 {
    color: #800000;
    font-weight: 800;
    text-align: center;
    font-size: 1.5vw;
    margin-bottom: 2%;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    
    background-color: transparent;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
 
    padding: 1.2vw 0.6vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    
    padding: 0;
  
}

.hp_photoGallerySlider_type3 .slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media screen and (max-width: 1200.5px){
.hp_gallery_title1 {
 
    font-size: 1.5vw;
}

.hp_gallery_title2 {

    font-size: 2vw;
    margin-bottom: 2%;
}

}

@media screen and (max-width: 767.5px){
.hp_gallery_title1 {
 
    font-size: 3.75vw;
}

.hp_gallery_title2 {

    font-size: 6.25vw;
    margin-bottom: 6%;
}

.index_wrapper_7 {
    padding: 12% 3%;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 15px;
}

}

/*Contact*/

.hp_contact_image {
    width: 100%;
}

.hp_contact_ibox {
    margin-left: -15px;
    margin-right: 18%;
}

.index_wrapper_8 {
    padding: 4% 0% 6%;
}

.index_wrapper_8 .row {
    align-items: center;
}

.ex_hpcontact_formonly {
    padding: 0 24% 0 6%;
    margin: 0;
}

.ex_hpcontact_formonly .fa.fa-paper-plane {
    display: none;
}

.ex_hpcontact_formonly .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #800000;
  
    font-weight: 800;
}

.ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    margin-bottom: 7%;
}

.ex_hpcontact_formonly .form-control {
    height: 35px;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {

    color: rgba(0, 0, 0, 0.5);
}

.ex_hpcontact_formonly label {
   
    color: rgba(0, 0, 0, 0.5);
}

.ex_hpcontact_formonly .btn-primary {
    
    padding: 10px 20px !important;
    border-radius: 0;
}

@media screen and (max-width: 991.5px){
.ex_hpcontact_formonly .title {
    font-size: 18px;
  
}

.ex_hpcontact_formonly .subtitle {
   
    font-size: 13px;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_8 {
    padding: 12% 0% 12%;
}

.ex_hpcontact_formonly {
    padding: 9% 11% 0 11%;
    margin: 0;
}

.hp_contact_ibox {
    margin-left: -15px;
    margin-right: 3%;
}

}

/*Footer*/

.footer_type7 {
    background-image: url(https://cdn1.npcdn.net/img/1757557555SPMC_-25.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: unset;
    color: rgba(0,0,0,0.7);
    padding-bottom: 2% !important;
    padding-top: 7% !important;
}

.footer_type7 i {
    
    margin-right: 5px;
    color: #800000;
}

.footer_type7 .location i {
    
    margin-right: 10px;
}

.footer_type7 a {
  
    color: rgba(0,0,0,0.7);
}

.footer_type7 .title h5 {
   
    color: #800000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.footer_type7 .copy_right.text-center.text-md-left {
    color: white;
    padding-top: 6%;
}

.footer_type7 .copy_right.text-center.text-md-left a {
    color: white;
}

.footer_type7 .logo img {
 
    max-height: 70px;
}

.footer_type7 .logo.title {
    min-height: 70px;
    margin-bottom: 2%;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    
    padding-right: 11%;
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 p {

    padding-right: 35%;
}

@media screen and (max-width: 1200.5px){
.footer_type7 .col-12.col-md-4.mb-md-0.p-3 p {
    padding-right: 22%;
}

}

@media screen and (max-width: 991.5px){
.footer_type7 .col-12.col-md-4.mb-md-0.p-3 p {
    padding-right: 11%;
}

.footer_type7 .copy_right.text-center.text-md-left {
    
    margin-right: -19%;
}

.footer_type7 strong {
    
    font-size: 100% !important;
}

.footer_type7 {
 
    background-position: 50%;
   
}

}

@media screen and (max-width: 767.5px){
.footer_type7 .col-12.col-md-4.mb-md-0.p-3 p {
    padding-right: 0;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    padding-right: 0;
}

.footer_type7 .copy_right.text-center.text-md-left {
    
    margin-right: 0%;
    margin-top: 15%;
}

.footer_type7 {
 
    background-position: 10%;
   
}

}
