@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');

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

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
    height: 50px;
}

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

}

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

.index_wrapper_1 {
    height: 60px;
}

}

/*Menu*/

.hp_ts {
    background: #000;
}

.hp_ts_fbox {
    display: flex;
    justify-content: end;
    position: fixed;
    right: 0%;
    top: 5px;
    z-index: 101;
    gap: 3vw;
    padding-right: 9.75%;
}

.hp_ts_box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hp_ts_icon {
    width: 30px;
    margin-top: 10px;
}

.hp_ts_item .contactRecordBtn {
    color: #fff;
    font-family: tektur;
    font-weight: 400;
    font-size: 15.75px;
}
.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: 2px;
    transform: translate(-50%, 0);
    background-color: #37bec5;     
}

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

.navbar_type8 .logo {
    flex: 0 1 44%;
    margin-left: 9%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 56%;
    padding-left: 0;
    padding-right: 8.5%;
    background: #333333;
    height: 50px;
    margin-top: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3.5% 100%);
}

.navbar_type8 .nav_tab .nav_item a {

    padding: 15px 1.15vw;
    font-size: 17.5px;
    font-family: tektur;
    font-weight: 600;
}

.navbar_type8 {
    background-color: #000;
    height: 110px;
}

.dark_nav {
    background-color: #000 !important;
    animation: unset;
}

.navbar_mobile {
    background-color: #000;
}

.navbar_mobile .logo_img {
    transform: scale(1.35);
}

.navbar_type8 .logo img {
    width: 310px;
    padding: 0;
    top: 5px;
}

@media screen and (max-width: 1350px){
.navbar_type8 .logo {
    flex: 0 1 42%;
    margin-left: 9%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 58%;
    padding-right: 8.5%;
}

.navbar_type8 .nav_tab .nav_item a {

    padding: 15px 1vw;
    font-size: 16.5px;
}

.hp_ts_item .contactRecordBtn {
    font-size: 15px;
}

.hp_ts_fbox {
    gap: 2.5vw;
    padding-right: 9.75%;
}

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo {
    flex: 0 1 35%;
    margin-left: 9%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 65%;
    padding-right: 8.5%;
}

.navbar_type8 .nav_tab .nav_item a {

    padding: 15px 1vw;
    font-size: 16.5px;
}

.hp_ts_item .contactRecordBtn {
    font-size: 15px;
}

.hp_ts_fbox {
    gap: 2.5vw;
    padding-right: 9.75%;
}

}

/*Banner*/

.hp_banner_title {
    font-family: tektur;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.23vw;
    margin-bottom: 2%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.hp_banner_title2 {
    color: #fff;
    font-family: tektur;
    font-weight: 600;
    font-size: 3vw;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.hp_banner_desc {
    color: #fff;
    font-size: 1.1vw;
    margin-bottom: 12%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.hp_banner_link {
    background: linear-gradient(to right, #002d2a, #176f6f);
    color: #fff;
    transition: 0.3s;
    position: relative;
    font-size: 1vw;
    font-weight: 500;
    padding: 0.75vw 1vw;
    font-family: tektur;
}

.hp_banner_link:hover {
    background: linear-gradient(to right, #002d2a, #002d2a);
    color: #fff;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    background: #176f6f;
    top: 0;
    right: -12%;
    width: 0.7vw;
    height: 100%;
    transition: 0.3s;
}

.hp_banner_link:after {
    position: absolute;
    content: "";
    background: #176f6f;
    top: 0;
    right: -24%;
    width: 0.7vw;
    height: 100%;
    transition: 0.3s;
}

.hp_banner_link:hover:before {
    background: #002d2a;
    width: 1.2vw;
}

.hp_banner_link:hover:after {
    background: #002d2a;
    width: 1.2vw;
}

.hp_banner_hbox {
    position: relative;
    top: 2.5vw;
}

.hp_banner {
    height: 100%;
    position: relative;
}

.hp_banner:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1778487499a-banner-frame.png');
    bottom: -8%;
    left: 0%;
    width: 100%;
    height: 15.5%;
    z-index: 1;
}

.hp_banner_box {
    position: absolute;
    bottom: 12.25%;
    display: flex;
    align-items: center;
    padding-left: 10%;
    justify-content: space-between;
    width: 100%;
    padding-right: 9.5%;
}

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

.hp_banner_title {
    font-size: 1.55vw;
    letter-spacing: 0.24vw;
}

.hp_banner_title2 {
    font-size: 3.5vw;
}

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

.hp_banner_link {
    font-size: 1.3vw;
    padding: 1vw 1.5vw;
}

.hp_banner_link:before {
    right: -12%;
    width: 0.95vw;
}

.hp_banner_link:after {
    right: -24%;
    width: 0.95vw;
}

.hp_banner_link:hover:before {
    width: 1.5vw;
}

.hp_banner_link:hover:after {
    width: 1.5vw;
}

}


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

.hp_banner_title {
    font-size: 3.75vw;
    letter-spacing: 0.5vw;
}

.hp_banner_title2 {
    font-size: 8.5vw;
}

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

.hp_banner_link {
    font-size: 3.75vw;
    padding: 2.5vw 4.5vw;
}

.hp_banner_link:before {
    right: -10%;
    width: 2vw;
}

.hp_banner_link:after {
    right: -20%;
    width: 2vw;
}

.hp_banner_link:hover:before {
    width: 3.5vw;
}

.hp_banner_link:hover:after {
    width: 3.5vw;
}

    .hp_banner_title {
        font-size: 14.5px;
        letter-spacing: 3px;
    }
    
        .hp_banner_title2 {
        font-size: 35px;
    }
    
        .hp_banner_desc {
        font-size: 16px;
        margin-bottom: 2rem;
    }
    
        .hp_banner_link {
        font-size: 14px;
        padding: 10px 17.5px;
    }
    
        .hp_banner_link:before {
        right: -11%;
        width: 0.6rem;
    }
    
    .hp_banner_link:after {
        right: -22%;
        width: 0.6rem;
    }
    
    .hp_banner_link:hover:before {
       
        width: 1rem;
    }
    
    .hp_banner_link:hover:after {
     
        width: 1rem;
    }

.hp_banner_box {
    position: relative;
    bottom: 0;
    padding-left: calc(15px + 3%);
    padding-right: calc(15px + 3%);
    padding-top: 60px;
    padding-bottom: 45px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}


.hp_banner_hbox {
    top: 0;
}

    .hp_banner:before {
        bottom: 16rem;
        height: 7rem;
    }
    
}

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
        background-color: #1a1a1a;
    }
}

/*Products*/

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

.hp_products_bbox {
    margin-top: 45px;
    margin-right: 3%;
}

.hp_products_title {
    position: relative;
}

.hp_products_title:before {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 12.5%;
    width: 30rem;
    height: 1px;
}

.hp_products_ibox{
    position: relative;
    overflow: hidden;
    margin-left: -9%;
}

.hp_products_image{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}
.hp_products_image.x{
    position: absolute;
    top: 0.5%;
    left: -2.25%;
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}

.hp_products_image{
    position: relative;
    z-index: 1;
}

.hp_products_image.x{
    z-index: 2;
    opacity: 0;

    animation: imageFlicker 3s infinite;
}

@keyframes imageFlicker{

    0%{
        opacity: 0;
    }

    3%{
        opacity: 1;
    }

    6%{
        opacity: 0.35;
    }

    9%{
        opacity: 1;
    }

    45%{
        opacity: 1;
    }

    48%{
        opacity: 0.85;
    }

    50%{
        opacity: 1;
    }

    85%{
        opacity: 0.7;
    }

    100%{
        opacity: 0;
    }
}

.hp_products_fbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.hp_products_fbox2 {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.hp_products_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1778467198b-product-box.jpg');
    flex: 0 0 31.5%;
    padding: 3rem 0.5vw 2rem 3vw;
}

.hp_products_title2 {
    font-size: 36.5px ;
}

.hp_products_item {
    color: #fff;
    font-weight: 600;
    font-family: 'Tektur';
    font-size: 23px;
    margin-bottom: 30px;
}

.hp_products_linkx {
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    position: relative;
    padding-right: 25px;
    font-family: Tektur;
    font-weight: 500;
}

.hp_products_linkx:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1778488830arrow-green.png');
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    width: 17.5px;
    height: 17.5px;
    transition: 0.3s;
}

.hp_products_linkx:hover:before {
    transform: rotate(-45deg);
}

.hp_products_linkx:hover {
    color: #37bec5;
}

.hp_products_bbox2 {
    margin-bottom: 30px;
}

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

.hp_products_box {
    flex: 0 0 32%;
    padding: 2.5rem 0.5vw 1rem 2vw;
}

.hp_products_item {
    font-size: 21px;
    margin-bottom: 30px;
}

}

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

.hp_products_title {
    font-size: 17px !important;
}

.hp_products_title2 {
    font-size: 29.5px;
}

.hp_products_title:before {
    right: 12.5%;
    width: 24rem;
}

.hp_products_link {
    padding: 10px 17.5px !important;
}

.hp_products_bbox {
    margin-top: 38px;
    margin-right: 3%;
}

.hp_products_box {
    flex: 0 0 32.25%;
    padding: 2rem 0.5vw 1rem 2vw;
}

.hp_products_item {
    font-size: 17.5px;
    margin-bottom: 30px;
}

.hp_products_linkx {
    font-size: 13px;
    padding-right: 22.5px;
}

.hp_products_linkx:before {
    width: 15px;
    height: 15px;
}

}

@media screen and (max-width: 991.5px){
.hp_products_fbox {
    margin-bottom: 45px;
    flex-direction: column;
}

    .hp_products_bbox {
        margin-top: 20px;
        margin-right: 0;
    }
    
        .hp_products_title2 {
        font-size: 27.5px;
    }
    
        .hp_products_title {
        font-size: 15.5px !important;
            display: inline-block;
        padding-right: 23rem;
    }
    
        .hp_products_title:before {
        right: 0;
        width: 22rem;
    }

.hp_products_fbox2 {
    flex-wrap: wrap;
}

    .hp_products_box {
        flex: 0 0 47.5%;
        padding: 2rem 0.5rem 1rem 2rem;
    }
    
        .hp_products_item {
        font-size: 18.5px;
        margin-bottom: 30px;
    }
    
    .hp_products_ibox {

    margin-left: -7%;
}

.hp_products_fbox2 {

    gap: 30px 0;
}

}

@media screen and (max-width: 767.5px){
.hp_products {
    padding: 45px 3% 45px;
}

    .hp_products_title:before {
        right: 0;
        width: 22.5rem;
    }
    
        .hp_products_title {
        font-size: 15px !important;
        padding-right: 23.5rem;
        margin-right: -23.5rem;
    }
    
        .hp_products_title2 {
        font-size: 27.5px;
    }
    
        .hp_products_fbox2 {
       
        flex-direction: column;
    }
    
    .hp_products_box {
        flex: unset;
        padding: 2.5rem 0.5rem 1rem 2.5rem;
    }
    
        .hp_products_item {
        font-size: 20px;
        margin-bottom: 30px;
    }

}

/*About*/

.hp_about {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1778467138c-about-bg.png');
    padding: 5.5% 8% 6%;
    position: relative;
    background-position: bottom;
}
.hp_about_box {
    padding-left: 3%;
}

.hp_about_title {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    padding-right: 29rem;
    margin-right: -29rem;
}

.hp_about_title:before {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 0%;
    width: 28rem;
    height: 1px;
}

.hp_about_title2 {
    font-size: 47px;
    margin-bottom: 25px;
}
.hp_about_box {
    padding-left: 3%;
}

.tsmall {
    color: #fff;
    font-family: tektur;
    font-size: 20.5px;
    letter-spacing: 3.5px;
}

.tbig {
    color: #fff;
    font-family: tektur;
    font-weight: 600;
}

.dsmall {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.bbutton {
    background: linear-gradient(to right, #002d2a, #176f6f);
    color: #fff;
    transition: 0.3s;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    font-family: tektur;
}

.bbutton:hover {
    background: linear-gradient(to right, #002d2a, #002d2a);
    color: #fff;
}

.bbutton:before {
    position: absolute;
    content: "";
    background: #176f6f;
    top: 0;
    right: -14%;
    width: 0.6rem;
    height: 100%;
    transition: 0.3s;
}

.bbutton:after {
    position: absolute;
    content: "";
    background: #176f6f;
    top: 0;
    right: -28%;
    width: 0.6rem;
    height: 100%;
    transition: 0.3s;
}

.bbutton:hover:before {
    background: #002d2a;
    width: 1rem;
}

.bbutton:hover:after {
    background: #002d2a;
    width: 1rem;
}

.hp_about_desc {
    margin-bottom: 2.75rem;
}

.hp_about_item {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.4vw;
}

.hp_about_itbox {
    position: absolute;
    bottom: 3.5%;
    left: 12.5%;
}

@media screen and (max-width: 1400px){
.hp_about_box {
    padding-left: 0%;
}

.hp_about_title2 {
    font-size: 41px;
    margin-bottom: 25px;
}

.hp_about_title {
 
    padding-right: 27rem;
    margin-right: -27rem;
}

.hp_about_title:before {
 
    width: 26rem;

}

    .hp_about_itbox {
        bottom: 5%;
        left: 12%;
    }

.hp_about_title {
    font-size: 18.5px !important;
}

}

@media screen and (max-width: 1200.5px){
.tsmall {
    font-size: 18px;
    letter-spacing: 3px;
}

    .hp_about_title2 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    
    .hp_about_title {
 
    padding-right: 23rem;
    margin-right: -23rem;
}

.hp_about_title:before {
 
    width: 22rem;

}

.hp_about_desc {
    margin-bottom: 2rem;
}

    .hp_about_title {
        font-size: 15.5px !important;
        margin-bottom: 20px;
    }
    
        .hp_about_itbox {
        bottom: 5%;
        left: 15%;
    }
    
    .hp_about_item {

    font-size: 1.5vw;
}

}

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

.tsmall {
    font-size: 16.5px;
    letter-spacing: 3px;
}

    .hp_about_box {
     
        margin-left: -30%;
    }
    
        .hp_about_title2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .hp_about_item {

    font-size: 1.75vw;
}

.hp_about_itbox {
        bottom: 5%;
        left: 15%;
    }

}

@media screen and (max-width: 767.5px){
    
.tsmall {
    font-size: 15px;
    letter-spacing: 3px;
}

.hp_about_box {
     
        margin-left:0%;
    }
    
    .hp_about {

    padding: 45px 3% 45px;

}

    .hp_about_title2 {
        font-size: 27px;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    
        .hp_about_item {
        font-size: 20px;
        margin-top: 35px;
        padding-left: 15px;
    }
    
        .hp_about_itbox {
        bottom: 0;
        left: 0;
        position: relative;
    }

}

/*Brands*/

.hp_brands {
    text-align: center;
    padding: 7% 0 5%;
}

.hp_brands_title {
    margin-bottom: 25px;
    font-size: 30px;
}

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

.brands_track{
	display:flex;
	align-items:center;
	width:max-content;
	animation:brandsMarquee 20s linear infinite;
}

.hp_brands_ibox{
	flex:0 0 auto;
	padding:0 1vw;
}

.hp_brands_image{
	max-height:90px;
	width:auto;
	object-fit:contain;
}

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

/* OPTIONAL HOVER PAUSE */
.brands_marquee:hover .brands_track{
	animation-play-state:paused;
}

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

.hp_brands_title {
    font-size: 26px;
}

.hp_brands_image {
    max-height: 80px;
}

}

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

.hp_brands_title {
    font-size: 24.5px;
}

.hp_brands_image {
    max-height: 75px;
}

}

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

.hp_brands_title {
    font-size: 23px;
}

.hp_brands_image {
    max-height: 70px;
}

.hp_brands {
    padding: 45px 0 30px;
}

}

/*Why*/

.hp_why {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1778467080e-wcu-bg.png');
    padding: 7.75% 28% 5% 9%;
    background-position: 50%;
}

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

.hp_why_ibox {
    position: relative;
    overflow: hidden;
}

.hp_why_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.15s ease-in-out;
}

/* First image */
.hp_why_image:first-child {
    opacity: 1;
    animation: flickerBase 0.2s infinite alternate;
}

/* Second image */
.hp_why_image:last-child {
    opacity: 0;
    animation: flickerGlow 0.2s infinite alternate;
}

/* Flicker effect */
@keyframes flickerBase {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes flickerGlow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hp_why_box {
    text-align: center;
    flex: 0 0 25%;
}

.hp_why_title {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    padding-right: 31rem;
}

.hp_why_title:before {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 0%;
    width: 30rem;
    height: 1px;
}

.hp_why_title2 {
    font-size: 41px;
    margin-bottom: 3.5rem;
}

.hp_why_item {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Tektur';
    margin-bottom: 10px;
}

.hp_why_icon {
    width: 11rem;
    margin-right: 2.5rem;
    margin-bottom: 2rem;
}

.hp_why_item2 {
    width: 92%;
    margin: 0 auto;
}

@media screen and (max-width: 1330px){
.hp_why_item {
    font-size: 18.5px;
}

.hp_why {
    padding: 7.75% 26% 5% 9%;
}

}

@media screen and (max-width: 1200.5px){
.hp_why_title2 {
    font-size: 36px;
    margin-bottom: 3rem;
}

.hp_why {
    padding: 7% 15% 5% 9%;
}

.hp_why_item {
    font-size: 18px;
}

.hp_why_icon {
    width: 9rem;
    margin-right: 2.5rem;
    margin-bottom: 2rem;
}

.hp_why_title {
    padding-right: 27rem;
    margin-bottom: 1.25rem;
}

.hp_why_title:before {
    width: 26rem;
}

.hp_why_item2 {
    width: 93%;
}

}

@media screen and (max-width: 991.5px){
.hp_why_title2 {
    font-size: 33.5px;
    margin-bottom: 2.5rem;
}

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

.hp_why_item {
    font-size: 17px;
}

.hp_why_icon {
    width: 8.75rem;
    margin-right: 2.5rem;
    margin-bottom: 2rem;
}

.hp_why_title {
    padding-right: 26rem;
    margin-bottom: 1.25rem;
}

.hp_why_title:before {
    width: 25rem;
}

.hp_why_item2 {
    width: 93%;
}

}

@media screen and (max-width: 767.5px){
.hp_why_title2 {
    font-size: 31px;
    margin-bottom: 2.5rem;
}

.hp_why {
    padding: 45px 3% 45px;
}

.hp_why_item {
    font-size: 15.5px;
}

.hp_why_icon {
    width: 8rem;
    margin-right: 2.5rem;
    margin-bottom: 1.5rem;
}

.hp_why_title {
    padding-right: 22rem;
    margin-bottom: 1.25rem;
    margin-right: -22rem;
}

.hp_why_title:before {
    width: 21.25rem;
}

.hp_why_item2 {
    width: 93%;
}

.hp_why_box {
    flex: 0 0 48%;
}

.hp_why_fbox {
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px 0;
}

}

/*Footer*/

.footer_type7 {
    background: linear-gradient(to right, #000000, #333333);
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.footer_type7 .logo img {
    max-height: 67px;
}

.footer_type7 .logo.title {
    min-height: 67px;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}

.footer_type7 .title {
    min-height: 25px;
    padding-bottom: 10px;
}

.footer_type7 .title h5 {
    font-family: tektur;
    font-size: 18px;
}

.footer_type7 .title:before {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0%;
    left: 0%;
    width: 7.5rem;
    height: 1px;
}
.footer_type7 .logo.title:before {
    display: none;
}

.footer_type7 .p-3 {
    padding: 1rem 1rem 4.5rem !important;
}

.footer_type7 .location i {
    margin-top: 5px;
    margin-right: 15px;
}

.footer_type7 .fas {
    margin-right: 7.5px;
}

.footer_type7 .location {
    width: 72%;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    width: 81%;
}

@media screen and (max-width: 1200.5px){
.footer_type7 .location {
    width: 95%;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 p {
    width: 100%;
}

}

@media screen and (max-width: 991.5px){
.footer_type7 .location {
    width: 100%;
}

.footer_type7 .p-3 {
    padding: 1rem 1rem 4rem !important;
}

}

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

.footer_type7 .p-3 {
    padding: 1rem !important;
}

.footer_type7 {
    padding-top: 3rem !important;
    padding-bottom: 1.5rem !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    display: none;
}

.footer_type7 .title {
    min-height: 35px;
}

}
