/*------------ Classic Style -----------*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
.body-styles{
    font-weight: 400;
    font-size: 14px;
    color: #8995a2;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
}
.property_item {
    background: #fff;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0px !important;
    margin-top: 20px;
    /* box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); */
}
.property_item .image img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    margin: 0  !important;
}
.image {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
}
.listing-thumb:before {
    background: linear-gradient(to bottom, transparent 17%, #464c63);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition: all ease 0.4s;
}
.property_item:hover .listing-thumb:before {
    background: linear-gradient(to bottom, transparent 17%, #0010a0a4);
}
.listing-price-info {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}
.listing-price-info span {
    display: inline-block;
    background: #ffffff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 15px;
    color: #505667;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
a.tag_t {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #ffffff;
}
.tag_t i {
    margin-right: 10px;
    font-size: 18px;
}
.proerty_content {
    position: relative;
    padding: 0em 1.5em 0em;
    text-align: center;
}
.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.proerty_text .captlize {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    line-height: 1;
    margin-bottom: 5px;
}
.property_meta {
    display: block;
    margin: 1.5em 0 0rem;
}
.classical-list .proerty_price {
    margin: 0;
    font-weight: 600;
    color: #049869;
}
.property_add {
    color: #6e778a;
}
.classical-list .btn {
    font-size: 14px;
    padding: 12px 22px;
}
.btn.btn-theme {
    background: #ff8b00;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.btn.btn-theme-light {
    color: #ff8b00;
    background: rgba(255, 139, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 5px;
}
.price-features-wrapper .listing-price-fx {
    flex: 1;
}

.inc-fleat {
    margin-left: 0px;
    color: #6e778a;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
    font-size: 14px;
}
.inc-fleat.inc-add:before {
    background: url(../img/add.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.inc-fleat.inc-call:before {
    background: url(../img/call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.listing-card-info-icon img {
    margin-right: 5px;
    max-width: 18px;
}
.author-avater {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -75%);
    position: absolute;
}

.profile-name {
    padding-top: 20px;
}
.user-name {
    font-size: 14px;
    margin-top: -7px;
    color: #000fa0 !important;
    font-weight: 600;
}
.author-avater img {
    width: 100%;
    border-radius: 50%;
    margin: 0  !important;
}
span.veryfied-author:before {
    content: "\e64c";
    display: inline-block;
    font-family: "themify";
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
span.veryfied-author-red:before {
    content: "\e64c";
    display: inline-block;
    font-family: "themify";
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #f21136;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
span.veryfied-author-yellow:before {
    content: "\e64c";
    display: inline-block;
    font-family: "themify";
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #ff9800;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
span.veryfied-author-green:before {
    content: "\e64c";
    display: inline-block;
    font-family: "themify";
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
span.veryfied-author {
    position: relative;
}
.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1.5rem;
}
.listing-cat {
    flex: 1;
    float: left;
}
a.cat-icon.cl-1 {
    color: red;
}
.cat-icon i {
    width: 32px;
    height: 32px;
    display: table;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    margin-right: 5px;
    float: left;
}
span.more-cat {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #bdc4d6;
    border-radius: 50%;
    line-height: 28px;
    margin-left: 1rem;
    color: #707988;
    font-size: 15px;
}
a.cat-icon.cl-1 {
    color: #6d7a8a;
    font-weight: 600;
}
.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    border-top: 1px dashed #e8edfb;
}
.list-rate {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.place-status {
    color: #12b96c;
}
.place-status.closed {
    color: #e42f2f;
}
/* end template css */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* staff card */

.card_staff {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: 5px auto;
    text-align: center;
    font-family: arial;
    padding: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.card_staff:hover {
    transform: translateY(-0.5%);
}

.card_staff .title {
    color: grey;
    font-size: 18px;
}

.card_staff button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card_staff a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}
.card_staff h5,
.card_staff h4 {
    margin-top: 10px;
}

.card_staff img {
    margin: 0em auto 1em;
    display: block;
    width: 50%;
    border-radius: 50%;
    padding: 10px;
}

.card_staff button:hover,
.card_staff a:hover {
    opacity: 0.7;
}

/*  end */

/* about us */
.card_about {
    transition: 0.4s !important;
    padding: 10px;
}

.card_about:hover {
    transform: translateY(-0.5%);
}

.icon {
    padding: 10px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    color: rgb(0, 255, 21);
    font-size: 20px;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    background: rgba(247, 254, 154, 0.089);
    transition: 0.6s;
}

.icon:hover {
    background: rgba(0, 255, 21, 0.144);
    color: rgb(0, 0, 0);
}

.icon .fa {
    margin: auto !important;
}

/* end */

/*  ----------------------------------------------------
Tab - 3 Product
-------------------------------------------------------- */
@media screen and (max-width: 468px) {
    .col-12 {
        width: 100%;
    } 
}
@media screen and (max-width: 727px) { 
    .col-6 {
        width: 33%;
    }
}
@media screen and (max-width: 620px) { 
    .col-6 {
        width: 50%;
    }
}
@media screen and (max-width: 328px) { 
    .col-6 {
        width: 100%;
    }
}

.col-product {
    padding: 5px !important;
    margin: auto;
}
#display-products .col-product {
    padding-right : 0px !important;
    padding-top: 0px !important;
}
.product-card {
    /* width: 380px; */
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: auto;
    background: #fafafa;
    transition: 0.4s; 
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}

.product-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-0.5%);
}

.badge {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    background: #d80000;
    color: #fff;
    padding: 5px 15px;
    z-index: 1;
}

.service-type {
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 10px;
}
.service-type.sale{ 
    background: green;
    color: #fff;
}
.service-type.rent{ 
    background: #ff7805; 
    color: #fff;
}
.service-type.service{ 
    background: blue;
    color: #fff;
}
.service-type.lease{ 
    background: purple;
    color: #fff;
}
.product-tumb {
    position: relative;
    width: 100%;
    /* background: #f0f0f0; */
    padding: 2px;
    display: flex;
}

.product-tumb img {
    padding: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.product-col {
    display: flex;
    min-height: 370px !important;
}
.product-details {
    margin: auto;
    /* padding: 0 10px !important; */
    /* height: 200px; */
}
#product-desc table {
    width: 100% !important;
}

.product-details .caption {
    color: #333;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.product-details .stats {
    color: #333;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    transform: none;
    padding: 5px;
    padding-right: 7px;
    padding-left: 7px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}
.product-details .stats .stat-2,
.product-details .stats .stat-1 {
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .stats .stat-1{ 
    font-family: 'IBM Plex Sans';
    width: 75%;
}
.product-details .stats .stat-2{
    width: 25%;
    font-family: "Montserrat", sans-serif;
    text-align: right;
}
.product-details .name {
    color: #333;
    font-family: 'IBM Plex Sans';
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    align-items: center;
    max-width: 100%;
    display: flex;
    width: auto;
    height: 35px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 8px;
}

@media screen and (max-width : 430px) {
    .product-details .name {
        height: 50px;
    }
}

.product-details .name a {
    font-family: 'IBM Plex Sans';
    line-height: 1.3;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    display: block;
    white-space: normal;
    overflow: visible;
    font-size: 13px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.product-details .price {
    line-height: 1.5;
    box-sizing: border-box;
    display: block;
    color: rgba(48, 56, 65, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}

.product-details .price>div {
    align-items: center;
    flex-direction: row;
}

.product-details .price-new {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 14px;
    color: rgba(231, 61, 80, 1);
    margin: 0 7px 0 0;
    order: 1;
}

.product-details .price-old { 
    font-size: 13px;
    color: rgba(109, 118, 125, 1); 
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.product-details .price-normal{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 14px;
}
.product-details .price-normal span.negotiable{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.product-details .buttons-wrapper {
    overflow: hidden;
    width: 100%;
    display: block;
    margin-top: auto;
}

.product-details .buttons-wrapper .button-group { 
    color: #333;
    padding: 3px 0;
    /* background-color: #000a6e; */
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5; 
    display: flex; 
    align-items: center;
    flex-wrap: wrap; 
    justify-content: center;  
    width: 100%; 
}

.product-details .cart-group { 
    color: #333;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5; 
    visibility: visible;
    box-sizing: border-box;
    position: relative;  
    align-items: center;
    display: inline-flex;
    flex: initial;
    width: 100%;
    margin-bottom: -2px;
    margin-left: 1px;
    margin-right: 1px;
}

.product-details .button-group a.btn{
    padding: 2px !important; 
    background-color: transparent;
    color: #9c9b9b40;
    font-size: 20px; 
    width: 33.3%;
    height: 100%;
    margin: 1px;
}
.product-details .button-group a.btn i { 
    margin-right: 0px !important;
    color: #a9a9a9;
}
 
.product-details .button-group a.btn:hover i.fa-shopping-cart,
.product-details .button-group a.btn:hover i.fa-comments{
    color: green;
}
.product-details .button-group a.btn:hover i.fa-heart{
    color: #da0000;
}
.product-details .button-group a.btn:hover i.fa-eye{
    color: #0409a9;
}
.product-details .btn-cart {
    padding: 12px;
    width: 36px;
    height: 36px;
    flex: initial;
}
 

@media screen and (max-width: 768px) {
    .product-col {
        min-height: auto;
        padding: 10px 10px !important;
    }
}
@media (min-width: 1024px) {
    #product-modal .modal-lg {
        width: 1024px;
    }
}

.product-top-details {
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.product-catagory {
    margin: 4px 0 4px;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    line-height: 12px;
}

.product-details h4 {
    margin: 4px 0 0;
}

.product-details h4 a {
    font-weight: 700;
    display: block;    
    font-size: 16px;
    text-align: center;
    overflow-wrap: anywhere;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details hr {
    border-color: #e2e5ff;
    margin: 0px 0px 10px 0px;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}
.border{
    margin: auto;
    padding-top: 3px;
    margin-bottom: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}
.product-bottom-details {
    overflow: hidden; 
    display: flex;
    flex-wrap: wrap;
    height: 90px; /* 114px */
}
.modal-info.product-bottom-details {
    overflow-y: auto;
    height: 100%;
}

.product-bottom-details div {
    float: left;
    width: auto;
}
.modal-info.product-bottom-details div {
    float: none;
    width: 100%;
    flex-direction: column;
}

.product-price {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px; 
    color: #eeab25; 
    margin: auto;
    text-align: center;
}

.product-price small { 
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
    color: grey;
}

.product-links {
    text-align: center;
    margin: auto;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 25px;
}

.product-links a:hover {
    color: #fa0000;
}
.break {
    flex-basis: 100%;
    height: 0;
}
.btn-order-product {
    border: none;
    width: 80%;
    /* background: #ffbe05; */
    background: #2f3346; /* #232d5f */
    color: #ffffff;
    font-weight: 700;
    padding: 4px;
    margin: auto auto 8px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.btn-order-product > i {
    font-size: 20px;
    padding: 0 10px;
}
.btn-order-product:hover,
.btn-order-product:focus {
    color: #ffffff;
}

/**! product-modal */

.view-details {
    /* min-height: 150px; */
    height: auto;
}
.product-view-details {
    margin: 50px auto;
}

.full-product {
    border-style: none !important;
    outline: none !important;
}

/* #close-product {
  color: #000;
} */

.product-gallery-modal {
    display: flex;
    flex-direction: column;
    height: auto;
    /* min-height: 500px; */
    justify-content: center;
}

.modal-open {
    overflow: hidden;
}

.modal .product-details {
    width: 95%;
    margin: 10px auto auto 0;
}
.modal .product-details h4 a{
    text-align: left;
}

/* ADDTOCART */
.attr-info.chat-inquiry{
    padding: 10px 10px;  
}
.attr-info.chat-inquiry:nth-last-child(1){
    margin-bottom: 5px;
}
.attr-info {
    background: #edeff5 none repeat scroll 0 0;
    border: 1px solid #111482;
    margin-top: 5px;
    margin-left: 5px;
    padding: 20px 10px;
}
.attr-product {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

.attr-product label {
}
.qty {
    width: 100% !important;
}
.form-input-design {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 3px 0 15px;
    border-radius: 0px;
}
.qty1 {
    font-weight: 900;
    width: 15% !important;
    margin-left: 10px;
}
.btn-addcart {
}

/*  ----------------------------------------------------
 close btn
-------------------------------------------------------- */
.close-load {
    border: none; 
    color: #afafaf;
    font-weight: 400; 
    width: 35px !important; 
    font-size: 35px;
    position: absolute;
    z-index: 2;
    text-shadow: none !important;
    transition: 0.3s;
}
.close-load:focus, .close-load:hover {
    color: #aaaaaa; 
}

.close-load-album {
    border: none;
    border-radius: 2px;
    background: #ff6b0900;
    color: black;
    font-weight: 900;
    font-size: 25px;
}

/*  ----------------------------------------------------
Tab - 5  portfolio
-------------------------------------------------------- */
.body_block {
    background-color: #ffffff;
    padding: 50px 30px;
}

.img_card {
    position: relative;
}
.img_card .content_section {
    background-color: #ffffff;
    position: relative;
    padding: 50px 0;
}
.img_card .content_section .content_box {
    position: relative;
    left: 0;
    right: 0;
    margin-right: -75px;
    z-index: 999;
    top: 0;
    width: auto;
    bottom: 0;
    padding: 15px;
    min-height: 500px;
    background-color: #ffffff;
}
.img_card .content_section .content_box .content_box_inner {
    padding: 25px 20px 25px 15px;
}
.img_card .img_section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* img port-folio-containers end */
/* icon box */
.icon-lg {
    font-size: 64px !important;
}

.icon-md {
    font-size: 32px !important;
}

.icon-sm {
    font-size: 16px !important;
}

.icon_box_one {
    padding: 10px 0;
    margin: 25px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon_box_one i {
    font-size: 56px;
    color: #99896e;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
}
.icon_box_one .content {
    margin-top: 20px;
}
.icon_box_one .content h5 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.img_box_one {
    padding: 5px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.img_box_one img {
    max-width: 64px;
    margin-bottom: 25px;
}
.img_box_one h5 {
    text-transform: capitalize;
    font-size: 22px;
}

.img_box_two {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.img_box_two img {
    max-width: 40px;
    position: absolute;
    left: 0;
}
.img_box_two h5 {
    color: #333333;
    text-transform: capitalize;
    font-size: 16px;
}
.img_box_two p {
    color: #9c9ca9;
    font-size: 14px;
    font-weight: 400;
}

/* end icon box */
.port-folio-grid {
    margin-bottom: .2em;
}
.project_box_one {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: crosshair;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    /* margin-bottom: 5px; */
}
.project_box_one img {
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
    vertical-align: middle;
    border-style: none;
    position: absolute;
    object-fit: cover;
    height: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.project_box_one .product_info {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    opacity: 0;
}
.project_box_one .product_info .product_info_text {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
.project_box_one .product_info .product_info_text .product_info_text_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.project_box_one .product_info .product_info_text .product_info_text_inner h4 {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    margin-bottom: 5px;
}
.project_box_one .product_info .product_info_text .product_info_text_inner i {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    opacity: 0;
}
.project_box_one:hover img {
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
    /* Standard syntax */
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.project_box_one:hover .product_info {
    opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #ffffff;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 14px;
    text-transform: capitalize;
}

.grid-item {
    margin: 0;
    padding: 1px;
}

/* portfolio card  */
.info {
    display: flex;
    font-size: 12px;
    color: black;
    font-weight: bold;
    flex-wrap: wrap;
}

.info span:first-child {
    margin-left: 0;
}

.info span {
    display: flex;
    margin: auto 5px auto 0;
}
.info span i {
    margin: auto;
    font-size: 14px;
    padding: 0 4px;
}

.info img {
    width: 20px;
    margin: 0;
}

.port-folio-container {
    margin-bottom: 60px;
    position: relative;
}

.port-folio-container .card {
    position: relative;
    cursor: pointer;
    height: 200px;
}

.port-folio-container .card .face {
    width: 100%;
    height: 200px;
    transition: 0.6s;
}

.port-folio-container .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* transform: translateY(100px); */
}

.port-folio-container .card:hover .face.face1 {
    background: #ff0057;
    transform: translateY(0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.port-folio-container .card .face.face1 .content {
    opacity: 0.4;
    transition: 0.6s;
    width: 80%;
    height: 65%;
}

.port-folio-container .card:hover .face.face1 .content {
    opacity: 1;
}

.port-folio-container .card .face.face1 .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
    margin: auto;
}
.port-folio-container .card:hover .face.face1 .content img {
    border-radius: 0;
}

.port-folio-container .card:hover .face.face1 .content {
    width: 100%;
    height: 100%;
}

.port-folio-container .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.port-folio-container .card .face.face2 {
    position: relative;
    background: #333;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    box-sizing: border-box;
    opacity: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); */
    transform: translateY(-100px);
    transition: 0.6s;
    z-index: -5;
}

.port-folio-container .card:hover .face.face2 {
    background: #fff;
    transform: translateY(0);
    z-index: 9;
    opacity: 1;
}

.port-folio-container .card .face.face2 .content {
    display: flex;
    flex-direction: column;
}
.port-folio-container .card .face.face2 .content p {
    margin: 0;
    padding: 0;
}

.port-folio-container .card .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
    margin: auto;
}

.port-folio-container .card .face.face2 .content a:hover {
    background: #333;
    color: #fff;
}

/* news and events */

.d-flex {
    display: flex;
}

.event-advertisement-section {
    padding: 16px 0px;
}

.event-item {
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    word-spacing: 2px;
    letter-spacing: 0.6px;
    color: #878787;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.event-content {
    border-bottom: 1px solid rgb(247, 247, 247);
    margin: auto;
    flex-direction: column;
    padding: 2px 10px;
}

.event-content small {
    margin-top: 10px;
}

.event-advertisement-section .event-item .event-content .event-title {
    margin-bottom: 0;
}
.event-advertisement-section .event-item .event-content .event-title .tag {
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
    display: block;
    margin: auto;
}
.event-advertisement-section .event-item .event-content .event-title .tag i {
    color: #ffbe30;
}

.event-advertisement-section
.event-item
.event-content
.event-title
.title-text {
    margin-bottom: 5px;
    color: #000000;
    font-size: 24px;
}

.event-advertisement-section
.event-item
.event-content
.event-title
.ticket-price {
    font-weight: 700;
    color: #ffbe30;
}

.event-info {
    margin: 20px auto;
}
.time-container,
.location-container {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
}

.time-container .event-icon,
.location-container .event-icon {
    color: #fff;
    font-size: 12px;
}

.time-container .event-icon i,
.location-container .event-icon i {
    width: 35px;
    line-height: 35px;
    margin: auto 0;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    transition: 0.6s;
    color: #ffbe30;
    background-color: #ffffff;
}

/*  */
.m-0 {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.m-8 {
    margin: 8px !important;
}

@media screen and (max-width : 991px) {
    .p-md-0{
        padding: 0px !important ;
    }
}

.pro-info{
    background: #f9fbff80 none repeat scroll 0 0;
    border: 1px solid #11148212;
    margin: 10px;
}

/* member-card */
.member-container-box{
    border: 1px solid #d2d2d2;
    transition: all 0.3s ease 0s;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
} 
.member-container-box .pro-pic img {
    width: 100%;
    border-radius: 50% !important;
    border: 3px solid #d8d8d8;
}
.member-container-box .pro-pic {
    padding: 10% 15%;
    border-radius: 50% !important;
}
.member-container-box .member-content {
    background: #fefefe;
    padding: 0px 5px 10px 5px;
    text-align: center; 
} 
.member-container-box .member-content h3 {
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 0px;
    font-size: 16px;
}

.member-container-box .member-content a {
    font-family: "Poppins", sans-serif;
    color: #ab180d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
}