@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6, input, textarea, button {
    font-family: IRANSans !important;
    line-height: 2em!important;
}

p {
    line-height: 2.5em!important;
}

h1 {
    font-weight: bold;
}

.btn {
    border-radius: 8px !important;
}

body {
    font-family: IRANSans, sans-serif !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none!important;
}
a:focus {
    color: #14a76cba;
}
.nav-link:focus {
    color: #14a76cba;
}
.btn:focus {
    box-shadow: none!important;
}
/* header style */
header {
    position: absolute;
    width: 100%;
    top: 5px;
}
header .top-menu {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .top-menu .header-phone {
    flex-direction: row-reverse;
    display: flex;
}
header .top-menu .header-phone span{
    width: 45px;
    height: 45px;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.556);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
header .top-menu .header-phone span i {
    font-size: 30px;
    position: relative;
    top: 3px;
}
header .top-menu .header-phone .info-text p{
    margin-bottom: 0px;
    line-height: 1.5em!important;
    font-size: 15px;
    color: white;
}
header .top-menu .header-phone a {
    color: white;
    transition: all.4s;
}

header .top-menu .header-address{
    display: flex;
    align-items: center;
    color: white;
}
header .top-menu .header-address span{
    width: 45px;
    height: 45px;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.556);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
header .top-menu .header-address span i {
    font-size: 30px;
    position: relative;
    top: 1px;
}
header .top-menu .header-address p {
    font-size: 14px;
    margin-right: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    line-height: 1.5em!important;
}
header .main-menu {
    z-index: 100;
    position: relative;
}
header .main-menu .logo-container img {
    object-fit: contain;
    height: 80px;
    position: relative;
}
header .main-menu .navbar {
    justify-content: flex-start;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0px!important;
    padding-left: 4px;
    padding-right: 4px;
}
header .main-menu .navbar li{
    list-style-type: none;
}
header .main-menu .row{
    background-color: #ffffff;
    border-radius: 10px;
}
header .main-menu ul li a {
    transition: all .4s;
}
header .main-menu ul li a i {
    font-size: 18px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
header .main-menu ul li a:hover {
    background-color: #14a76c36;
    border-radius: 5px;
}
header .main-menu ul li:hover .dropdown-menu{
    display: block;
    text-align: right;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: -5px;
}
header .menu-collapse .collapse-bg {
    background-color: white;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

header .menu-collapse img {
    object-fit: contain;
}
header .menu-collapse .collapse-top-menu {
    display: flex;
    justify-content: flex-end;
}

header .menu-collapse .collapse-top-menu a .icofont-ui-dial-phone {
    font-size: 24px;
    margin-left: 20px;
}
.icofont-align-center {
    font-size: 24px;
    cursor: pointer;
}
header .menu-collapse .collapse-icon {
    width: 45px;
}

.collapse-menu-container {
    z-index: 1000;
    background-color: white;
    font-size: 24px;
    position: absolute;
    top: -5px;
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: translateX(+100%);
    padding: 15px 15px 0 15px;
}
.collapse-menu-container .icofont-close-squared-alt {
    cursor: pointer;
}
header .menu-collapse .collapse-menu-container ul li {
    list-style-type: none;
}

header .menu-collapse .collapse-menu-container ul li span {
    line-height: 2.2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}

header .menu-collapse .collapse-menu-container ul li a{
    list-style-type: none;
    line-height: 2.2em;
    display: flex;
    justify-content: space-between;
    font-size: 14px!important;
    font-weight: 400!important;
}

header .menu-collapse .collapse-menu-container ul li a {
    padding-top: 5px;
    text-decoration: none;
    color: #012315;
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
}

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 15px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
    font-weight: 400;
    font-size: 15px;
}

.collapse-top-menu-logo {
    position: relative;
}

.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}

.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
}

.show-menu {
    transform: translateX(0%);
}

.show-drop-menu {
    display: block!important;
}
/* end collapse menu style */

/* end header style */

/* banner style */
.main-banner {
    display: flex;
   
    width: 100%;
    height: 107vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -35px; */
    box-shadow: inset 0 0 0 2000px rgba(0, 3, 2, 0.693);
    top: 0px;
    position: relative;
} 
.index-banner {
    align-items: center;
}

.main-banner .banner-text {
    color: #ecebeb;
    text-align: center;
    margin-bottom: 1rem;
}
.main-banner .banner-text a{
    color: #ecebeb;
    font-weight: 400;
}
.main-banner .banner-h1 {
    color: white;
    text-align: center;
}
.main-banner h1 a{
    color: white;
} 
 
.main-banner .banner-features ul li{
    float: right;
    list-style-type: none;
    color: white;

}
.main-banner .banner-features ul {
    width: 100%;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.main-banner .btn-container {
    margin-top: 50px;
}
.main-banner .banner-btn {
    color: white;
    padding: 12px;
    transition: all .4s;
}
.main-banner .banner-btn:hover {
    background-color: #ffffff;
    padding: 12px;
}
.main-banner .banner-btn-outline {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 12px;
    transition: all .4s;
}
.main-banner .banner-btn-outline:hover {
    color: #fff!important;
    padding: 12px;
}
.main-banner .icofont-book {
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.main-banner .icofont-ui-home {
    margin-left: 5px;
}
/* end banner style */

/* features style */
.features {
    margin-top: 70px;
    margin-bottom: 70px;
}
.features .features-items .content {
    background-color: #14a76c14;
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    text-align: justify;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features .features-items .content p,h6{
   color: #012315;
}
.features .features-items .content h6{
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 4px;
}
.features .features-items p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center !important;
}
.features .features-items span {
    background-color: #14a76c4f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
}
.features .features-items span i {
    font-size: 40px;
}
/* end features style */
/* style site-about */
.site-about {
    margin-top: 70px;
}
.site-about .content-p {
    text-align: justify;
}
.circle-move {
    animation: move-image 5s infinite ease-in-out;
    width: 100px!important;
    height: 100px!important;
    margin-top: -50px;
}
@keyframes move-image {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
}
.circle-move-reverse {
    animation: move-image-reverse 5s infinite ease-in-out;
    width: 100px!important;
    height: 100px!important;
    margin-bottom: -50px;
}
@keyframes move-image-reverse {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(+20px);
    }
    100% {
      transform: translateY(0);
    }
}
/* end site-about style */
/* index-property style */
.index-property {
    margin-top: 70px;
    margin-bottom: 70px;
}
.index-property .card {
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.index-property .card .card-body {
    padding: 20px !important;
    background-color: #edf8f370;
}
.index-property .card {
    border: 1px solid rgb(20 167 108 / 31%)!important;
    
}
.index-property .index-card {
    height: 485px;
}
.index-property .card .card-body .categories a {
    font-size: 12px;
    padding: 4px 12px;
    background-color: #edf8f3;
    border-radius: 8px;
    margin-left: 5px;
    transition: all .4s;
}
.index-property .card .card-body .categories a:hover {
    color: #002818;
}
.index-property .card .card-img .main-category a {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
    transition: all .4s;
    color: white;
}
.index-property .card .card-img .main-category a:hover {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 4px 10px;
    font-size: 12px;
    background-color: #edf8f3;
    border-radius: 6px;
}
.index-property .card .card-img img{
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.index-property .card .card-body .card-title a{
    margin-top: 15px;
    font-size: 18px;
    color: #002818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s;
}

.index-property .card .card-body .card-text {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
.index-property .card .card-body .card-text-list {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-property .card .card-body .card-details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}
.index-property .card .card-body .card-details .details-content {
    direction: ltr;
}
.index-property .card .card-body .card-details .details-content i {
    font-size: 22px;
    position: relative;
    top: 2px;
}
.index-property .card .card-body .card-details .details-content .details-text {
    font-size: 16px;
}
.index-property .card .card-body .card-text p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    width: 330px;
}
.index-property .card .card-body .card-text span i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
.index-property .card .card-btn {
    width: 100%;
    color: white;
    margin-top: 10px;
    transition: all .4s;
}
.index-property .card .card-btn:hover {
    width: 100%;
    background-color: #ffffff;
    margin-top: 10px;
}
.flickity-page-dots {
    position: relative!important;
}

.flickity-button:focus  {
    box-shadow: none!important;
}
.flickity-button {
    border: 1px solid #14a76c;
}
.btn-outline {
    width: 100%;
    padding: 10px;
    transition: all .4s;
}
.btn-outline:hover {
    width: 100%;
    color: white!important;
    padding: 10px;
}
/* end index-property style */
/* faq style */
.faq {
    margin-top: 70px;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #edf8f3;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    text-align: right;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-svgrepo-com.svg);
    transform: rotate(-180deg);
    position: absolute;
    left: 20px;
}
.faq .accordion-button::after {
    background-image: url(../images/down-arrow-svgrepo-com.svg); 
    position: absolute;
    left: 20px;
}
.faq .accordion-body {
    text-align: justify;
    line-height: 2em;
    font-size: 14px;
}
.faq .accordion-button:focus {
    border-color: #ffffff00!important;
    box-shadow: none!important;
}
/* end faq style */
/* categoriesstyle */
#categories {
    margin-top: 50px;
}
.index-cats .card {
    border: none!important;
}
.index-cats .card img {
    height: 80px!important;
}
.index-cats .card-title {
    background-color: #ecf8f3;
    color: #14a76c;
    font-size: 16px;
    border-radius: 5px;
}
.index-cats .card-title:hover{
    background-color: #14a76c4f;
}
/* end categories style */

/* feedback style */
.feedback {
    margin-top: 70px;
}
.feedback .testimonial-box {
    background-color: #edf8f3;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
}
.feedback .testimonial-box .testimonial-icon .icofont-quote-right {
    font-size: 20px;
}
.feedback .testimonial-box .tesimonial-user-info img {
    height: auto!important;
}
.feedback .testimonial-box .testimonial-text p{
    text-align: justify;
    margin-bottom: 0px;
} 

/* end feedback style */
/* blog style */
.blog {
    margin-top: 70px;
    margin-bottom: 70px;
}
.blog .card-img-top {
    object-fit: cover;
    border-radius: 10px;
}
.blog .card .tags ul li {
    list-style-type: none;
}
.blog .card .tags a {
    font-size: 12px;
    padding: 4px 8px;
    background-color: #edf8f3;
    border-radius: 4px;
} 
.blog .card .card-title {
    margin-top: 20px;
}
.blog .card .card-title a {
    color: #012315;
    transition: all .4s;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
    transition: all .4s;
    display: block;
}
.blog .card .card-title a:hover {
    color:#012315;
}
.blog .card .card-body {
    padding: 20px;
}
.blog .card {
    border: 1px solid #14a76c30;
    margin-left: 10px;
    margin-right: 10px;
    background-color: mintcream;
    border-radius: 10px;
}
.blog .card .card-body .card-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog .card .main-btn {
    width: 100%;
    margin-top: 10px;
    color: white;
    transition: all .4s;
}
.blog .card .main-btn:hover {
    background-color: white;
} 
.blog .index-blog-card {
    height: 445px !important;
}
.main-btn {
    width: 100%;
}
/* end blog style */
/* footer style */
footer .footer {
    background-color: #edf8f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .footer .run-in {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}
footer .footer .quick-access ul {
    padding: 0px!important;
}
footer .footer .footer-about-text {
    text-align: justify;
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 500;
}
footer .footer .footer-link-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .footer .footer-link-headers ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
footer .footer .footer-link-header ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .footer .footer-link-header ul li a {
    display: block;
    width: 100%;
    padding: 5px;
    transition: all .4s;
}
footer .footer .footer-link-header ul li a:hover {
    background-color: #14a76c12;
    border-radius: 5px;
}
footer .footer .footer-link-header ul li a i {
    font-size: 28px;
    position: relative;
    top: 2px;
}
footer .footer .footer-link-header h6 {
    padding: 5px 20px;
    background-color: #14a76c21;
    width: 100%;
    border-radius: 6px;
}
footer .footer .footer-address {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
footer .footer .phone-number ul li i {
    font-size: 24px;
}
footer .footer .response p{
    font-size: 14px;
}
footer .footer .footer-address p {
    font-size: 14px;
    text-align: center;
    line-height: 2em!important;
    margin-bottom: 0px;
}
footer .footer .footer-address i {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 5px;
}
footer .footer .social-media li a img{
    transition: all .4s;
}
footer .footer .social-media li a img:hover {
    transform: scale(1.2);
}
footer .footer-copyright {
   background-color: #d1eee2;
}
footer .footer-copyright p {
    margin-bottom: 0px;
}
footer .footer .namad img {
    opacity: 0.3;
    transition: all .4s;
}
footer .footer .namad img:hover {
    opacity: 1;
}
footer .footer .namad a img {
    width: 100px;
    height: 100px;
}
footer .footer .footer_ul_amrc {
    text-align: center;
}
footer .footer .footer_ul_amrc a img {
    background-color: #d0eee2;
    padding: 10px;
    border-radius: 10px;
}
footer .footer-bottom p {
    font-size: 12px;
}
footer .footer-bottom a {
    font-size: 12px;
}
.breadcrumbs {
    margin-bottom: 0px;
}
.breadcrumbs span {
    color :white;
}
.breadcrumbs .breadcrumb_last {
    color: rgb(255, 255, 255);
    margin-left: 3px;
    margin-right: 3px;
}
/* /////////////////////////////////page-contact-us////////////////////////////////////////////////// */
.page-contact-us {
    background-image: url(../images/stay-home-concept-wooden-table-side-view-hand-holding-wooden-cube.jpg);
}
.page-benner {
    /* height: 60vh; */
    height: 45vh;
    align-items: end
}
.page-benner h1{
    margin-bottom: 50px;
}
.page-contact-us h1 {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
.contact-us-img {
    width: 100%!important;
    border-radius: 10px;
    filter: brightness(0.5);
    margin-top: 50px;
    text-align: center;
}
.contact-item {
    margin-top: 50px;
}
.contact-box {
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-right: 5px;
}
.contact-box i {
   font-size: 20px;
   position: relative;
    top: 3px;
}
.contact-box .contact-box-content {
    text-align: right;
    margin-right: 10px;
}
.contact-box .contact-box-content p{
    margin-bottom: 0px;
    line-height: 1.6em !important;
}
.contact-box .contact-box-content h5 {
    margin-top: 10px;
}
.map {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-container {
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact-container .social-media ul {
    padding-left: 0px !important;
    height: 40px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-container .social-media ul li {
    list-style-type: none;
    float: right;
    margin: 10px;
}
.contact-container .social-media ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 10px;
    background-color: #edf8f3;
    border-radius: 5px;
}
.contact-container .rubika-img, .eitaa-img {
    padding: 10px!important;
}
.contact-container .social-media ul li a i {
    font-size: 24px;
    position: relative;
    top: 2px;
}
.contact-container .social-media ul li a:hover {
    background-color: #dde8e3;
    transition: all .4s;
}
.contact-container .phone-number {
    padding: 20px 30px;
    background-color: #edf8f3;
    border-radius: 10px;
    margin-top: 15px;
}
.contact-container .phone-number ul {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}
.contact-container .phone-number ul li {
    list-style-type: none;
    margin-left: 30px;
    direction: ltr;
}
.contact-container .phone-number ul li i {
    position: relative;
    margin-left: 5px;
    font-size: 24px;
    position: relative;
    top: 4px;
}
.contact-container .contact-form label {
    width: 100%;
    margin-bottom: 10px;
}
.contact-container .contact-form label input {
    width: 100%;
    padding: 10px;
    border: 1px solid #14a76c85;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact-container .contact-form label input:focus-visible {
    outline: none!important;
}
.contact-container .contact-form label textarea {
    width: 100%;
    height: 130px;
    padding: 10px;
    border: 1px solid #14a76c85;
    border-radius: 10px;
}
.contact-container .contact-form label textarea:focus-visible {
    outline: none!important;
}
.contact-container .contact-form .submit-form {
    width: 160px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    color: white;
}
.single-img-container img {
    border-radius: 10px;
    height: 315px!important;
}
/* /////////////////////////////////page-about-us////////////////////////////////////////////////// */
.page-about-us {
    background-image: url(../images/Custom-Luxury-Home-Dallas.jpg);
}
.about-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-content p{
    text-align: justify;
}
/* /////////////////////////////////page-properties-list////////////////////////////////////////////////// */
.property-banner {
    background-image: url(../images/business-man-hand-hold-house-model-saving-small-house.jpg);
}
.property-banner h1{
    color: white;
    text-align: center;
}
.property-banner p{
    color: white;
    text-align: center;
}
.properties-list {
    margin-top: 50px;
    margin-bottom: 100px;
}
.list .card .card-body .card-text p {
    width: 100%;
}
.search-sidebar button{
    border: none!important;
    background-color: transparent!important;
}
.search-sidebar input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d1eee2;
}
.search-sidebar i {
    position: relative;
    font-size: 24px;
    top: 3px;
}
.search-sidebar input:focus-visible {
    outline: none!important;
}
.search-sidebar span {
    position: relative;
    left: 15px;
    top: 44px;
    float: left;
}
.search-sidebar form {
    position: relative;
    top: -30px;
}
.categories h6{
    padding: 10px;
    background-color: #edf8f3;
    border-radius: 10px;
}
.categories i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.categories ul li {
    list-style-type: none;
    line-height: 2em;
}
.categories ul li a{
   transition: all .4s;
   width: 100%;
   display: block;
}
.categories ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.categories ul li a:hover{
    color: #012315!important;
}
.new-article h6{
    padding: 10px;
    background-color: #edf8f3;
    border-radius: 10px;
}
.new-article i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.new-article .card {
    flex-direction: row;
    align-items: center;
    border: 1px solid #d1eee2;
    border-radius: 10px;
}
.new-article .card .card-body {
    background-image: none!important;
    background-color: white!important;
    padding-left: 0px!important;
    border-radius: 10px;
}
.new-article .card a img{
    width: 100px !important;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    height: 100px;
}
.new-article .card .card-body .card-title {
  width: 100%;
  display: flex;
  font-size: 16px;
}
.new-article .card .card-body .card-title a {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 265px;
  transition: all .4s;
}

.custom-pagination .pagination {
    justify-content: center!important;
}
.custom-pagination a {
    border: none;
    padding: 5px 10px;
}
.custom-pagination a:focus {
    box-shadow: none!important;
}
.custom-pagination a:hover {
    border: none;
    background-color: #edf8f3;
    border-radius: 5px;
}
.custom-pagination .current  {
    z-index: 3;
    background-color: #bcd8cc!important;
    border-radius: 5px;
    padding: 5px 10px;
}
/*//////////////////////////////page blog///////////////////////////////////////*/
.single-blog .card {
    border: 1px solid #14a76c30;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    border-radius: 10px;
}
/* /////////////////////////////////single-property-page////////////////////////////////////////////////// */
.single-banner {
    background-image: url(../images/close-up-woman-showing-toy-house.jpg);
}
.single-service-banner .container {
    margin-bottom: 60px;
}
.single-banner h1 {
    text-align: center;
}
.single-banner h1 {
    color: white;
}
.single-banner p {
    color: white;
}
.info .post-info {
    color: white !important;
}
.info .post-info span i{
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.property-features {
    margin-top: 100px;
}
.property-features .carousel-main img {
    object-fit: cover;
    border-radius: 10px;
}
.property-features .carousel-nav {
    margin-top: 50px;
}
.property-features .property-info p {
    margin-bottom: 0px;
}
.property-features .property-info .col-md-12 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.property-features .property-info span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.property-features .property-details span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
/* .property-features h3 {
    background-color: #edf8f3;
    border-radius: 10px;
} */
.property-features .single-details {
    background-color: #edf8f3;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.title_price_estate1, .text_price_estate1 {
    font-size: 26px;
    font-weight: 700;
}
.title_price_estate, .text_price_estate {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.property-features2 ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.5em;
}
.property-features2 ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.table-striped tbody tr {
    border-style: none!important;
    border-color: transparent!important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #edf8f3 !important;
    --bs-table-accent-bg: transparent !important;
}
.description-property {
    margin-top: 100px;
    margin-bottom: 100px;
}
.description-property p {
    text-align: justify;
}
.description-property ul {
    line-height: 2.2em;
}
.single-tags{
    margin-top: 50px;
}
.single-tags .tag-container {
    display: flex;
}
.single-tags .tag-container ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.single-tags .tag-container ul li {
    list-style-type: none;
    float: right;
}
.single-tags .tag-container ul li a {
    background-color: #edf8f3;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 6px 12px;
    transition: all .4s;
}
.single-tags .tag-container ul li a:hover {
    color: #002818;
}
.property-info i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-left: 6px;
}
.property-details i {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.phone_number {
    margin-left: 5px;
    margin-right: 5px;
}
.single-feature-pill .active {
    border-radius: 10px;
    color: white!important;
}
.single-price {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/* single page slider from imagegallery */

.carousel-cell1 {
    width: 100%; /* full width */
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.carousel.is-fullscreen .carousel-cell1 {
    height: 100%;
  }
  
.carousel.is-fullscreen .carousel-cell1 img {
    display: block;
    max-height: 100%;
    width: 900px;
    height: 100%;
}

/* /////////////////////////////////single-blog-page////////////////////////////////////////////////// */
.single-content p {
    text-align: justify;
    line-height: 2.2em;
}
.single-content h1 {
    font-size: 30px;
    margin-top: 10px;
}
.single-content h2 {
    font-size: 26px;
}
.blog-content {
    margin-top: 100px;
}
.blog-content h3 {
    margin-top: 30px;
    font-size: 24px;
}
.blog-content img{
    text-align: center;
    object-fit: cover;
    border-radius: 10px;
}
.blog-content p {
    text-align: justify;
}
.blog-content ul li {
    line-height: 2.5em;
}
.single-comment textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.single-comment textarea:focus-visible {
    outline: none!important;
}
.single-comment input {
    padding: 10px;
    border-radius: 10px;
}
.single-comment input:focus-visible {
    outline: none!important;
}
.single-comment .comment-form-author input {
    width: 100%;
    height: 50px;
}
.single-comment .comment-form-email input {
    width: 100%;
    height: 50px;
}
.single-comment .form-submit .submit {
    color: white;
    width: 150px;
    transition: all .4s;
}
.single-comment .form-submit .submit:hover {
    background-color: white;
}

/*-------------------madia query style------------------------------ */
@media screen and (max-width: 992px) {
    .top-menu {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .menu-collapse {
        display: block!important;
    }
    .main-banner {
        height: 90vh;
    }
    .page-benner {
        height: 70vh;
    }
}
@media screen and (max-width: 1400px) {
    .features .features-items .content {
        height: 100%;
    }
    .carousel-cell1 img {
        height: 400px;
    }
    .new-article .card .card-body .card-title a {
        width: 200px;
    }
    .single-content h1 {
        font-size: 26px;
    }
    .single-content h2 {
        font-size: 24px;
    }
    .blog .card .card-title a {
        width: 260px;
    }
}
@media screen and (max-width: 1200px) {
    .carousel-cell1 img {
        height: 300px;
    }
    .new-article .card .card-body .card-title a {
        width: 140px;
    }
}
@media screen and (max-width: 992px) {
    .carousel-cell1 img {
        height: 350px;
    }
    .single-info {
        margin-top: 50px;
    }
    .carousel.is-fullscreen .carousel-cell1 img {
        width: 700px;
        height: 400px;
    }
    .new-article .card .card-body .card-title a {
        width: 100%;
    }
    .single-content h1 {
        font-size: 22px;
    }
    .single-content h2 {
        font-size: 20px;
    }
    .single-content h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .list-row {
        flex-direction: column-reverse!important;
    }
    .new-article {
        margin-bottom: 100px;
    }
    .breadcrumbs {
        text-align: center;
    }
    .carousel.is-fullscreen .carousel-cell1 img {
        width: 500px;
        height: 300px;
    }
    .single-img-container img {
        height: auto!important;
        margin-top: 0px!important;
    }
    .blog .card .card-title a {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .carousel.is-fullscreen .carousel-cell1 img {
        display: block;
        max-height: 100%;
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .main-banner .banner-text {
        font-size: 22px;
    }
}
@media screen and (max-width: 392px){
    .blog .index-blog-card {
        height: 100% !important;
    }
}
@media screen and (max-width:450px){
    .new-article .card .card-body .card-title a {
        width: 250px;
    }
}
@media screen and (max-width:410px){
    .new-article .card .card-body .card-title a {
        width: 180px;
    }
}
@media screen and (max-width:350px){
    .new-article .card .card-body .card-title a {
        width: 150px;
    }
}

/*-------------------single-page------------------------------ */
.single-page {
    background-image: url(../images/Meridian-Homes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-page .banner-header a{
    color: white;
}
.single-page p {
    color: white;
    text-align: center;
}
.single-page .banner-header {
    color: white;
    z-index: 2;
    text-align: center;
}
/* comments rating */
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.service_star_rating {
    margin-top: 1.5rem;
}

.service_star_rating span {
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
    color: #f8ae35 !important;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}
.top_list_content{
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 5px;
}
.top_list_content li{
    line-height: 2.5rem;
}
.top_list_content  li:before {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #14a76c;
}
.read_minutes{
    font-size: 14px !important;
}
@media (max-width: 480px) {
    .top_list_content li{
        line-height: 2rem;
        font-size: 14px;
    }
    .top_list_content{
        padding-right: 5px;
    }
    .custom-toc {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}


/* --------------contact-form---------------- */
.btn_comment {
    color: white;
    border-radius: 10px !important;
}
#commentform input, textarea{
    border-radius: 10px!important;
}
#commentform input:focus ,textarea:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #cfcfcf!important;
}

/* map */
#wpfpm_map {
    border-radius: 10px;
}

/* --------------------------------------------style page-404 -----------------------------------*/
.page-404{
    background-image: url(../images/Custom-Luxury-Home-Dallas.jpg);
    height: 100vh;
    background-color: #5d5e5e;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 3, 2, 0.81);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.page-404 .title-404 {
    margin-top: 20px;
    animation-name: error;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes error {
    from  {
        opacity: 0;
    }
    to {
       opacity: 1; 
    }
}

.page-404 .title-404 {
    color: white;
    font-size: 40px;
}
.page-404 .description-404 {
    text-align: center;
    width: 100%;
    color: white;
}

/* style banner2 */

.banner2 {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* background-image: url(../images/bg-pattern.svg); */
}
.banner2 .container {
    background-color: #f7fcfa;
    border-radius: 10px;
}
.banner2 .banner2-img {
    border-radius: 10px;
}
.banner2 .banner2-btn {
    margin-top: 10px;
    border: none;
    width: 150px;
    padding: 5px;
    border-radius: 10px;
    color: white;
}
.banner2 .hr_style {
    color: #cecece;
}



/*----------------------------------- sites hidden contact-------------------------------------------------------- */
.archive_site .div_phone,
.archive_site .social_footer_ul li a,
.archive_site .nav-custom-style ul li .suport_contact a,
.archive_site .backtotop2 a,
.archive_site .col-banner-text .div-blog a,
.archive_site .container_map .leaflet-container a,
.archive_site .map_frame_title a,
.archive_site .div-contact .contact_info a,
.archive_site .form-div input[type=submit],
.archive_site .google_map_link,
.archive_site .wpcf7-submit {
    pointer-events: none;
    cursor: default !important;
}

.archive_site .social_footer_ul li {
    cursor: default !important;
}

.archive_site .large_text,
.archive_site .address_text span,
.archive_site .nav-custom-style ul li .text-white a,
.archive_site .insta_btn span,
.archive_site .map_frame_title a,
.archive_site .map_frame_title,
.archive_site .div-contact .contact_info,
.archive_site.div-contact .contact_info a {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.archive_site .div_header {
    position: inherit !important;
}
.div_header1{
    position: inherit !important;
}
.div_header1 .nav-custom-style{
    background: #2a2a2a;
}

.archive_site .div_search_service {
    display: none;
}

.archive_site .div_text_service {
    margin: 0 !important;
}

@media (min-width:656px) {

    .archive_site .container_slider .div_services,
    .archive_site .container_slider .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}

@media (max-width:656px) {
    .archive_site .container_slider img {
        height: 50vh;
    }
}
@media (max-width:574px) {
    .banner2 .banner2-header {
        margin-top: 20px;
    }
}



/* to top button and stiky social button */

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}


#whatsup_bottom {
    font-size: 0;
    z-index: 1000;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
    height: 54px;
    width: 54px;
}

#to_top {
    cursor: pointer;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
    right: auto;
    left: 30px;
    position: fixed;
    bottom: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#to_top .icofont-dotted-up {
    font-size: 40px;
    color: white;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.navbar_mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
    display: none;

}

.navbar_mobile ul {
    text-align: center;
    margin-right: auto;
    display: contents;
}

.navbar_mobile nav {
    padding: 0;
}

.navbar_mobile ul li {
    margin-right: auto;
    margin-left: auto;
    padding: 0.2rem 0;
}

/* Style the links inside the navigation bar */
.navbar_mobile ul li .nav-link {
    background: transparent !important;
    padding-right: 0 !important;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Change the color of links on hover */
.navbar_mobile a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a green background color to the active link */
.navbar_mobile a.active {
    color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    .navbar_mobile {
        display: block;
    }
}


.service_desc p {
    text-align: justify;
    margin-bottom: 0px;
}

.service_desc {
    margin-bottom: 50px;
}

#service_cats {
    margin-top: 100px;
    margin-bottom: 100px;
}


/*//////////////////////////comments///////////////////*/
#comments .comment {
    margin-bottom: 10px;
}
#comments .comment-author img{
    border-radius: 50%;
}
#comments .comment-content p {
    margin-bottom: 0px!important;
}
#comments .comment-body {
    background-color: #edf8f3;
    border-radius: 10px;
    padding: 10px 20px;
}
#comments .comment-list {
    list-style-type: none;
}