@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800');

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

.hp_map_ibox {
    margin-bottom: -6px;
}

#google_translate_element {
    z-index: 3000;
    position: fixed;
    right: 0%;
    top: -20px;
    transform: scale(0.8);
}

.goog-te-gadget {
    color: transparent !important;
}

a:hover {
    text-decoration: none;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited {

    display: none;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

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

}

/*Search Bar Search*/

.hp_search_icon{
    width: 13px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

#searchButton {
    position: fixed;
    z-index: 1000;
    right: 7.5%;
    top: 30px;
    background: #7100ad;
    border-radius: 50%;
    padding: 8px;
}

/*.searchButton.scrolled {*/
    /*top: 43px !important; */
/*}*/

.boxSearch {
    display: none; 
    position: absolute;
    top: 205%;
    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: #fff;
    width: 275px;
    height: 40px;
    border: 0;
    box-shadow: none;
    padding: 0px 45px 0px 15px;
    border-radius: 0;
    max-height: 40px;
   
}
.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;
    display: flex;
}
.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;
}

/*Menu*/

.navbar_type8 {
    height: 90px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

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

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

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

.navbar_type8 .logo {
    flex: 0 1 23%;
    margin-left: 8%;
}

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

.dark_nav {
    background-color: #fff !important;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 209px;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 1.75vw;
    font-size: 15px;
}
#searchButton {
    right: 6%;
}

}

/*Banner*/

.hp_banner {
    padding-top: 13%;
    padding-left: 7%;
}

.hp_banner_title {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 3.25vw !important;
}

.hp_banner_title:before {
    position: absolute;
    content: "";
    top: -36%;
    right: -15%;
    background-image: url('https://cdn1.npcdn.net/img/1777268867B_WHY-ELEMENT.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 9vw;
    height: 9vw;
    z-index: -1;
}

.hp_banner_desc {
    font-size: 1.13vw !important;
    margin-bottom: 2%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hp_banner_link {
    background: #fff;
    color: #7100ad;
    font-size: 1vw !important;
    padding: 0.85vw 2.5vw 0.85vw !important;
}

.hp_banner_link:hover {
    background: #7100ad;
    color: #fff;
}

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

.hp_banner_title {
    font-size: 3.95vw !important;
}

.hp_banner_desc {
    font-size: 1.4vw !important;
    margin-bottom: 2%;
}

.hp_banner_link {
    font-size: 1.25vw !important;
    padding: 1.1vw 3vw 1.1vw !important;
}

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

.hp_banner_title:before {
    top: -36%;
    right: -15%;
    width: 11vw;
    height: 11vw;
}

}

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

.hp_banner_title {
    font-size: 33px !important;
}

.hp_banner_desc {
    font-size: 14px !important;
    margin-bottom: 25px;
}

.hp_banner_link {
    font-size: 13px !important;
    padding: 12.5px 30px 12.5px !important;
}

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

.hp_banner_title:before {
    top: -36%;
    right: -15%;
    width: 90px;
    height: 90px;
}

}

/*Why*/

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

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

.hp_why_fbox:before {
    position: absolute;
    content: "";
    bottom: -10%;
    left: -2.5%;
    background-image: url('https://cdn1.npcdn.net/img/1777271341B_WHY-ELEMENT.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
}

.hp_why_fbox:after {
    position: absolute;
    content: "";
    top: -10%;
    right: -2.5%;
    background-image: url('https://cdn1.npcdn.net/img/1777271341B_WHY-ELEMENT.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    z-index: -1;
}

.hp_why_box {
    background: #ffebfa;
    border-radius: 3.5rem 0 3.5rem 0;
    text-align: center;
    padding: 3.5% 1.5% 3%;
    flex: 0 0 32.25%;
    transition: 0.3s;
}

.hp_why_box:hover {
    background: #7101ad;
}

.hp_why_box:hover .hp_why_item {
    color: #fff;
}

.hp_why_box:hover .hp_why_item:before {
    background-color: #fff;
}

.hp_why_box:hover .hp_why_item2 {
    color: #fff !important;
}

.hp_why_icon {
    width: 55px;
}

.hp_why_icbox {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;
}

.hp_why_title2 {
    margin-bottom: 25px;
}

.hp_why_item {
    color: #7100ad;
    font-weight: 700;
    font-size: 16.5px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 12.5px;
    transition: 0.3s;
}

.hp_why_item:before {
    position: absolute;
    content: "";
    bottom: 0;
    margin: 0 auto;
    left: 0%;
    right: 0;
    background-color: #7100ad;
    width: 40px;
    height: 4px;
    transition: 0.3s;
}

.hp_why_item2 {
    color: #333 !important;
    line-height: 1.3 !important;
    width: 89%;
    margin: 0 auto;
    transition: 0.3s;
}

@media screen and (max-width: 1200.5px){
.hp_why_item {
    font-size: 15.5px;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 12.5px;
}

.hp_why_icon {
    width: 50px;
}

.hp_why_icbox {
    padding: 17.5px;
}

.hp_why_fbox:before {
    bottom: -8%;
    left: -3%;
    width: 4.5vw;
    height: 4.5vw;
}

.hp_why_fbox:after {
    top: -8%;
    right: -3%;
    width: 4.5vw;
    height: 4.5vw;
}

.hp_why_item:before {
    width: 37.5px;
}

}

@media screen and (max-width: 991.5px){
.hp_why_item {
    font-size: 14.5px;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 12.5px;
}

.hp_why_icon {
    width: 45px;
}

.hp_why_icbox {
    padding: 15px;
}

.hp_why_fbox:before {
    bottom: -7%;
    left: -3%;
    width: 5vw;
    height: 5vw;
}

.hp_why_fbox:after {
    top: -7%;
    right: -3%;
    width: 5vw;
    height: 5vw;
}

.hp_why_box {
    padding: 3.5% 1.5% 3%;
    flex: 0 0 32%;
}

.hp_why_item:before {
    width: 35px;
}

}

@media screen and (max-width: 767.5px){
.hp_why_item {
    font-size: 15px;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 12.5px;
}

.hp_why_icon {
    width: 50px;
}

.hp_why_icbox {
    padding: 20px;
    display: none;
}

.hp_why_fbox:before {
    bottom: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
}

.hp_why_fbox:after {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
}

.hp_why_box {
    padding: 35px 3% 15px;
}

.hp_why {
    padding: 12% 3%;
}

.hp_why_title2 {
    font-size: 29px !important;
}

.hp_why_fbox {
    flex-direction: column;
    gap: 25px;
}

}

/*About*/

.hp_about {
    position: relative;
    padding-top: 1%;
    padding-left: 9%;
}

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

.hp_about_image {
    width: 100%;
}

.hp_about_ibox {
    margin-right: -15px;
    margin-left: -14%;
}

.hp_about:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    background: linear-gradient(to top, #ffeaf9, transparent);
    width: 100%;
    height: 100%;
}

.hp_about_desc {
    color: #000 !important;
    margin-bottom: 30px;
    width: 84.5%;
}

.hp_about_link {
    background: #7100ad;
    color: #fff;
    margin-right: 1.5vw;
}

.hp_about_link:hover {
    background: #fff;
    color: #7100ad;
}

@media screen and (max-width: 1200.5px){
.hp_about_title.tbig {
    font-size: 35px !important;
}

.hp_about_desc {
    margin-bottom: 20px !important;
    width: 91%;
}

.hp_about {
    padding-top: 2%;
}

}

@media screen and (max-width: 991.5px){
.hp_about_title.tbig {
    margin-right: -27%;
    font-size: 34px !important;
}

.hp_about_desc {
    margin-bottom: 25px !important;
    width: 100%;
}

.hp_about_ibox {
    margin-right: -15px;
    margin-left: -6%;
}

.hp_about {
    padding-bottom: 3%;
    padding-top: 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title.tbig {
    margin-right: 0%;
    font-size: 33px !important;
}

.hp_about_desc {
    margin-bottom: 25px !important;
    width: 100%;
}

.hp_about_ibox {
    margin-right: 0px;
    margin-left: -6%;
}

.hp_about {
    padding: 20px 3% 0;
}

.hp_about_ibox {
    margin-right: -9%;
    margin-left: 0;
    margin-top: 30px;
}

}

/*Services*/

.index_wrapper_5 {
    padding: 6% 9% 4%;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box a {
    color: #000;
}

.productSlider-1 .product_img .slick-dots li button:before {
    content: '•';
}

.productSlider-1 .product_img .product_box h6 {
    color: #7100ad;
    font-weight: 600 !important;
    letter-spacing: 1.25px;
    font-size: 15px;
    margin: 0 auto;
}

.productSlider-1 .product_img .product_box .align-top {
    margin-top: 7.5px !important;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 0.75vw;
    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: calc(95% / (1 / 1));
}

.productSlider-1 .product_img .slick-next, .productSlider-1 .product_img .slick-prev {
    top: 35%;
}

.productSlider-1 .product_img .slick-dots li button {
    width: 10px;
    height: 25px;
}

.productSlider-1 .product_img .slick-dots li button:before {
    width: 10px;
    height: 25px;
    font-size: 0; 
    background: #b048ff; 
    display: block;
    border-radius: 4px; 
    opacity: 1;
}

.productSlider-1 .product_img .slick-dots li.slick-active button:before {
    background: #7100ad; 
}

.productSlider-1 .product_img .slick-dots li {
    margin: 0 3px;
}

.productSlider-1 .product_img .slick-dots {
    bottom: -5px;
}

@media screen and (max-width: 1200.5px){
.productSlider-1 .product_img .product_box h6 {
    letter-spacing: 0.25px;
    font-size: 14px;
}

}

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

.productSlider-1 .product_img .product_box h6 {
    letter-spacing: 1.5px;
    font-size: 15.5px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
}

.productSlider-1 .product_img .slick-next, .productSlider-1 .product_img .slick-prev {
    top: 36%;
}

.productSlider-1 .product_img .product_box .align-top {
    margin-top: 10px !important;
}

}

/*Contact*/

.hp_contact {
    text-align: center;
    padding: 9% 6% 10.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1777253869D_CTA-BG.jpg');
    position: relative;
    background-position: 50%;
}

.hp_about_desc {
    color: #000;
    margin-bottom: 30px;
}

.hp_contact:before {
    position: absolute;
    content: "";
    bottom: 16%;
    left: 10%;
    background-image: url(https://cdn1.npcdn.net/img/1777285621D_CTA-ELEMENT-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5vw;
    height: 7.5vw;
    z-index: 1;
}

.hp_contact:after {
    position: absolute;
    content: "";
    top: 16%;
    right: 10%;
    background-image: url(https://cdn1.npcdn.net/img/1777259182D_CTA-ELEMENT-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5vw;
    height: 7.5vw;
    z-index: 1;
}

.hp_contact_title {
    color: #fff !important;
}

.hp_contact_title.tsmall:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.smol {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
}

.hp_contact_desc {
    margin-bottom: 30px;
}

.hp_contact_link {
    background: #570180;
    color: #fff;
    margin-right: 1.5vw;
}

.hp_contact_link:hover {
    background: #fff;
    color: #570180;
}

.hp_contact_linkx {
    background: #fff;
    color: #570180;
}

.hp_contact_linkx:hover {
    background: #570180;
    color: #fff;
}

.bbutton {
    transition: 0.3s;
    border-radius: 20px 0 20px 0;
    font-size: 14px;
    font-weight: 500;
    padding: 12.5px 35px 12.5px;
}

@media screen and (max-width: 1200.5px){
.smol {
    font-size: 14px;
}

.bbutton {
    font-size: 13px;
    padding: 12.5px 32.5px 12.5px;
}

.hp_contact:before {
    width: 8vw;
    height: 8vw;
}
.hp_contact:after {
    width: 8vw;
    height: 8vw;
}

}

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

.bbutton {
    padding: 12.5px 30px 12.5px;
}

.hp_contact_link {
    margin-right: 2.5vw;
}

.hp_contact_desc br {
    display: none;
}

.hp_contact:before {
    width: 50px;
    height: 50px;
    left: 6%;
    bottom: 6%;
}

.hp_contact:after {
    width: 50px;
    height: 50px;
    top: 6%;
    right: 6%;
}

}

/*News*/

.index_wrapper_7 {
    padding: 5.5% 8.5% 4%;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    background: #ffe9f5;
    transition: 0.3s;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 95%;
    font-weight: 500;
    margin-top: 10px ! IMPORTANT;
    transition: 0.3s;
    color: #333;
}

#main_index .hp_latest_new_8 .news_box:hover {
    background: #7101ad;
}

#main_index .hp_latest_new_8 .mb-4 {
    margin-bottom: 1.5rem !important;
    padding: 0 0.6vw;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #7100ad;
    font-weight: 500;
    transition: 0.3s;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 15px 30px 20px;
}

#main_index .hp_latest_new_8 .text-muted {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 130%;
    color: #000;
    transition: 0.3s;
}

#main_index .hp_latest_new_8 .news_box .title:hover {
    color: unset;
}

#main_index .hp_latest_new_8 .news_box:hover .title {
    color: #fff;
}

#main_index .hp_latest_new_8 .news_box:hover .date {
    color: #fff;
}

#main_index .hp_latest_new_8 .news_box:hover .read_more {
    color: #fff;
}

#main_index .hp_latest_new_8 {
    position: relative;
}

#main_index .hp_latest_new_8:before {
    position: absolute;
    content: "";
    top: -7%;
    left: -3%;
    background-image: url('https://cdn1.npcdn.net/img/1777255841E_NEWS-ELEMENT-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
}

#main_index .hp_latest_new_8:after {
    position: absolute;
    content: "";
    bottom: -2.5%;
    right: -3%;
    background-image: url('https://cdn1.npcdn.net/img/1777255872E_NEWS-ELEMENT-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    z-index: -1;
}

.hp_news_title2 {
    margin-bottom: 20px;
}

.tsmall {
    color: #7100ad;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    display: inline-block;
}

.tsmall:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0%;
    background-image: url('https://cdn1.npcdn.net/img/17772557055-TITLE-ELEMENT.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.tbig {
    color: black;
    font-weight: 700;
    font-size: 40px;
}

@media screen and (max-width: 1200.5px){
.tbig {
    font-size: 36px;
}

.tsmall {
    font-size: 14px;
    padding-left: 26px;
}

.tsmall:before {
    width: 18px;
    height: 18px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 120%;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 15px 25px 20px;
}

#main_index .hp_latest_new_8:before {
    top: -6%;
    left: -3%;
    width: 5vw;
    height: 5vw;
}

#main_index .hp_latest_new_8:after {
    bottom: 0.5%;
    right: -3%;
    width: 5vw;
    height: 5vw;
}

}

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

#main_index .hp_latest_new_8:before {
    top: -20px;
    left: -4.5%;
    width: 7vw;
    height: 7vw;
}

#main_index .hp_latest_new_8:after {
    bottom: 0;
    right: -4.5%;
    width: 7vw;
    height: 7vw;
}

}

@media screen and (max-width: 767.5px){
.tbig {
    font-size: 33px;
}

#main_index .hp_latest_new_8:before {
    top: -15px;
    left: -10px;
    width: 40px;
    height: 40px;
}

#main_index .hp_latest_new_8:after {
    bottom: 7px;
    right: -8px;
    width: 40px;
    height: 40px;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    padding: 15px 20px 20px;
}

.index_wrapper_7 {
    padding: 45px 3% 6%;
}

#main_index .hp_latest_new_8 .mb-4 {
    margin-bottom: 1.5rem !important;
    padding: 0 15px;
}

}

/*Footer*/

.footer_type12 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1777251591F_FOOTER-BG.jpg');
    color: #000;
}

.footer_type12 a {
    color: #000;
}

.footer_type12 .input-container .submit {
    background-color: #ffe9f5;
    color: #7100ad;
    font-weight: 700;
    border: 1px solid #ffe9f5;
}

.footer_type12 .row .mb-md-0 .row {
    background: #7100ad;
    align-items: center;
    padding: 2% 1% 2%;
}

.footer_type12 .subscribe_new {
    font-size: 38px;
    line-height: 1;
    color: #ffe9f5 !important;
    font-weight: 700 !important;
}

.footer_type12 .row .mb-md-0 .row .title {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 0rem;
    text-transform: uppercase;
}

.footer_type12 .input-container input {
    border: 1px solid #ffe9f5;
    caret-color: #ffe9f5;
}

.footer_type12 .input-container input::placeholder {
    color: lightgrey;
}

.footer_type12 .social_media {
    padding-top: 25px;
}

.footer_type12 .title h6 {
    font-weight: 800;
    text-transform: uppercase;
    color: #7100ad;
}

.footer_type12 .title {
    min-height: 30px;
}

.footer_type12 .line {
    background-color: rgba(0, 0, 0, 1);
}

.footer_type12 .fab.fa-facebook-f.fa-lg {
    color: #ffe9f5;
    background: #000;
    border-radius: 50%;
    padding: 7px 6px 2px;
}

@media screen and (max-width: 991.5px){
.footer_type12 .subscribe_new {
    font-size: 33px;
}

}

@media screen and (max-width: 991.5px){
.footer_type12 .row .mb-md-0 .row {
    padding: 6% 1% 7%;
}

.footer_type12 .subscribe_new {
    margin-bottom: 10px !important;
}

}