/*
Theme Name: MoeTaslimi
Author: M.R.Kohan  
Author URI: kohan.com.tr
Version: 1
Text Domain: moe
*/

@font-face {
	font-family: "po-bl";
	font-style: normal;
	font-weight: bold;
	src: url("asset/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "po-reg";
	font-style: normal;
	font-weight: bold;
	src: url("asset/fonts/Poppins-Regular.ttf") format("truetype");
}

h1,
h2,
h3,
h4 {
	font-family: "po-bl" !important;
}

body,
a,
h5,
h6,
p,
li {
	font-family: "po-reg" !important;
}

a,
a:hover {
	text-decoration: none !important;
	color: inherit;
}

body {
	overflow-x: hidden;
	font-size: 16px;
	direction: ltr!important;
	color: #000 !important;
	width: 100vw !important;
	margin: 0 !important;
}

.noo-padd{
	padding:0px!important;
}

/* menu */

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0.5em 0;
	font-family: "po-bl" !important;
}

.menu-main-menu-container {
	text-align: center;
}

.main-menu ul {
	position: relative;
	margin: 0;
	display: inline-block;
	float: left;
	padding: 0;
	margin-top: 1.5rem;
	font-family: "po-bl" !important;
}

.main-menu ul ul {
	position: absolute;
	display: none;
	z-index: 100;
	height: auto !important;
	width: 228px !important;
	padding-top: 2% !important;
	background-color: #4d4d4f;
	border-radius: 0;
	margin-top: 0.1em;
	box-shadow: 0px 8px 10px rgb(255 255 255);
}

.main-menu ul ul li a {
	display: block;
	padding: 10px 5px;
	font-size: 14px;
}

.main-menu li:hover>ul {
	display: block;
	float: left;
	padding: 0;
}

.main-menu ul ul li:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 0px!important;
}

.main-menu li li {
	background: var(--txt-white-color);
	list-style-type: none;
	width: 228px;
	padding: 0;
	border-bottom: 0.7px solid rgb(228 228 228 / 74%) !important;
	color: var(--txt-color);
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu li li:hover {
	background: #373737;
	list-style-type: none;
	width: 228px;
	padding: 0;
	border-bottom: 0.7px solid rgb(228 228 228 / 74%) !important;
	color: var(--txt-white-color);
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu li li:last-child {
	border-bottom: unset!important;
}

.main-menu ul ul ul {
	margin: -40px 230px 0 228px !important;
}

.main-menu #menu-main-manu-en {
	padding-top: 28px;
	margin: 0;
}

.main-menu ul li {
	float: right;
	display: inline;
	margin-right: 3px;
}

.main-menu ul li a {
	color: #4d4d4f;
	font-size: 1.025vw;
    font-weight: 700;
	display: inline-block;
	padding: 0;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	font-family: "po-bl" !important;
	position: relative;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu li li a {
	color: inherit;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	color: #fff;
	font-family: "po-bl" !important;
}

.main-menu li li a:hover {
	color: #fff;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu ul li a:hover {
	text-decoration: none;
	color: var(--second-color);
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu ul ul li a:hover {
	text-decoration: none;
	color: #fff;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.main-menu ul li li a:hover {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #fff;
}

.main-menu ul li {
	float: left;
	display: inline;
	margin-left: 1.5vw;
	margin-right: 0.4em;
	position: relative;
	font-family: "po-bl" !important;
}

.main-menu ul li a:hover::after {
	width: 100%;
	right: 0;
}

.main-menu ul li a::after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	background: #c0904e;
	transition: width .5s ease 0s, left .5s ease 0s;
	width: 0;
	top: 1.5em;
}

.main-menu ul ul li a::after {
	background: unset;
	bottom: unset;
	content: unset;
	display: unset;
	height: unset;
	left: unset;
	position: unset;
	background: unset;
	transition: unset;
	width: unset;
	top: unset;
}

.main-menu ul ul li a:hover::after {
	width: unset;
	left: unset;
}

.main-menu ul ul li {
	margin-left: 0;
	margin-right: 0;
	font-family: "po-bl" !important;
}


/* menu */


/* part one */

.frame {
	width: 100vw;
	height: 100vh;
}

.frame video {
	width: 100vw;
	height: 100vh;
}

.frame svg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
}

.frame svg rect:nth-child(2) {
	fill: #fff;
}

.frame svg>rect {
	-webkit-mask: url(#mask);
	mask: url(#mask);
}

.nopd {
	padding: 0px!important;
}

.pos-vid {
	position: absolute;
	top: 10rem;
	right: 10rem;
	width: 40%;
}

header {
	position: absolute;
	width: 100%;
	z-index: 99999;
	padding: 1.5rem 0;
}
.moh-menu{
	    margin: 0 auto!important;
    float: none!important;
}
.moh-menu span {
	display: inline-block;
	width: 20%;
	position: relative;
}

.moh-logo img {
	width: 100%;
}

.social-ic a i {
	color: #4d4d4f;
}

.social-ic a {
	font-size: 18px;
	display: inline-block;
	padding-right: 0.5rem;
}

.moh-soc {
	margin-top: 1.5rem;
}

.moh-btn {
	margin-top: 1.15rem;
}

.shape-one {
	background: #c0904e;
	color: #fff;
	padding: 0.4rem 1rem;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
	margin-right: 1rem;
	font-size: 14px;
	display: inline-block;
	transition: all ease-in-out 0.3s;
}

.shape-one:hover {
	background: #4d4d4f;
	transition: all ease-in-out 0.3s;
	color: #fff!important;
}

.shape-two {
	background: #4d4d4f;
	color: #fff;
	padding: 0.4rem 1rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 60%);
	font-size: 14px;
	display: inline-block;
	transition: all ease-in-out 0.3s;
}

.shape-two:hover {
	background: #c0904e;
	transition: all ease-in-out 0.3s;
	color: #fff!important;
}

.social-ic {
	float: right;
}

.inner-frm {
	margin-top: 16rem;
	padding-top:16%;
}

.txt-logo {
	width: 15em;
	margin: 0 auto;
	display: block;
}

.shape-three:hover {
	background: #4d4d4f;
	transition: all ease-in-out 0.3s;
	color: #fff;
}

.shape-three {
    background: #c0904e;
    color: #fff;
    padding: 0.4rem 1rem;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
    margin-right: 1rem;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    margin: 1.5rem auto 0;
    text-align: center;
    width: fit-content;
    display: block;
    width: -moz-fit-content;
	width: -o-fit-content;
	    border: none;
}

.a-must-cent {
	text-align: left;
	margin-top: 2.5rem;
}
.PageTitle{
	color: #fff; 
	text-transform: capitalize; 
	font-size: 26px; 
	padding: 0; 
	margin: 0; 
	margin-left: -1%;
}
/* part one */


/* part two */

.about-us {
	display: block;
}

.about-us-mob {
	display: none;
}

.about-us {
	width: 100vw;
	height: 100vh;
	background-image: url(/wp-content/uploads/2021/04/moe.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.txt-about {
	/*background-image: url(/wp-content/uploads/2021/04/new-shp.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	width: 64.3rem;
	height: 100vh;
	position: relative;
	top: -0.5rem;
}

.inner-txt-about {
	margin-top: 25%;
	width: 55rem;
}

.inner-txt-about h3 {
	font-size: 23rem;
    color: #4d4d4f;
    font-weight: 700;
}
}

.inner-about-links {
	text-align: center;
}

.inner-txt-about p {
	text-align: justify;
}

.inner-txt-about p.slogenn {
	text-align: right;
}


/* part two */


/*** part-4 ***/

.part-4 {
	width: 100vw;
	height: auto;
	min-height: fit-content;
	max-height: max-content;
	margin-bottom: 8rem;
}

.part-4 .wrap {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.part-4 .wrap:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.part-4 .slider {
	position: relative;
	z-index: 200;
	padding: 0 0px;
	margin: 5rem auto;
	max-width: 800px;
	width: 100%;
}

.part-4 .slick-arrow {
	position: absolute;
	top: 35%;
	width: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border: none;
	background: transparent;
	color: #4d4d4f;
	font-family: monospace;
	font-size: 2.5rem;
	z-index: 300;
	outline: none;
}

.part-4 .slick-prev {
	left: -50px;
	text-align: left;
}

.part-4 .slick-next {
	right: -50px;
	text-align: right;
}

.part-4 .item.slick-slide {
	height: auto !important;
	min-height: 150px!important;
	max-height: max-content!important;
	transition: transform .4s;
	position: relative;
}

.part-4 .item h5 {
	color: #4d4d4f;
	text-align: right;
	margin: 1rem 0 0 0;
	font-size: 15px;
	font-family: "po-bl" !important;
}

.part-4 .item p {
	line-height: 35px;
	text-align: justify;
}

.part-4 .slick-slider {
	width: 100%;
}

.go-cn-t {
	margin: 0 auto;
	display: block;
}

h4.slug-ser {
	text-align: center;
	color: #c0904e;
	font-size: 30px;
}

.pos-o-ts {
	position: absolute;
	width: 20rem;
	left: 0;
}

.pos-t-ts {
	position: absolute;
	width: 15rem;
	right: 0;
}

.part-4 .dvid-row {
	width: 100%;
	padding-top: 3rem;
	margin: 0 0 1rem 0;
}


/*** part-4 ***/


/*** part-5 ***/

.blog-nopd {
	padding: 0px!important;
}

.part-five {
	margin-bottom: 10rem;
}

.blog-shape {
	filter: grayscale(0.9);
}
/*
 .part-five .blog-shape:nth-child(1) {
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0% 50%)!important;
}

.part-five .blog-shape:nth-child(2) {
	clip-path: polygon(0 0, 50% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)!important;
}

.part-five .blog-shape:nth-child(3) {
	clip-path: polygon(50% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%)!important;
}

.part-five .blog-shape:nth-child(4) {
	clip-path: polygon(50% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%)!important;
}

.part-five .blog-shape:nth-child(5) {
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0% 50%)!important;
}
*/
.snip1584 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	margin: 0;
	min-width: 100%!important;
	max-width: 100%!important;
	height: 100%;
}

.snip1584 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.snip1584:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 100%;
	content: '';
	background-color: rgb(255 255 255 / 70%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.snip1584 img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
	 width: 400px;
    height: 301px;

}

.snip1584 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.snip1584 h3,
.snip1584 h5 {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
}

.snip1584 h3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: uppercase;
	font-weight: 200;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	margin-bottom: 5px;
}

.snip1584 h5 {
	font-weight: normal;
	background-color: #ae895d;
	padding: 3px 10px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.snip1584 a h3 {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0 15%;
	display: block;
	line-height: 27px;
}

.snip1584:hover:before,
.snip1584.hover:before {
	top: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.snip1584:hover h3,
.snip1584.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.snip1584:hover h5,
.snip1584.hover h5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.ttl-blg h3 {
	color: #c0904e;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 30px;
}

.ttl-blg {
	margin-bottom: 3%;
}

/*** part-5 ***/

/*** part-6 ***/

.single-blog-info h4 {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    margin: 1rem 0;
}

.single-blog-info h4 a {
    color: #c0904e;
}
.single-blog-info p {
    text-align: justify;
    line-height: 25px;
}

.readmr-btn {
    background: #c0904e;
    color: #fff;
    padding: 0.4rem 1rem;
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 44%);
    margin-right: 1rem;
    font-size: 14px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    float: right;
}
.readmr-btn:hover {
    background: #4d4d4f;
    transition: all ease-in-out 0.3s;
    color: #fff!important;
}

.part-six {
	width: 100vw;
	height: auto;
	background-image: url(/wp-content/uploads/2021/04/bg-blgend.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 5rem 0;
}
/*
.part-six .poly-blg:nth-child(1) img {
	clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 20%);
}
.part-six .poly-blg:nth-child(2) img {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 50%);
}
.part-six .poly-blg:nth-child(3) img {
	clip-path: polygon(0 0, 83% 0, 100% 16%, 100% 100%, 0 100%, 0% 50%);
}
*/
/*** part-6 ***/

/*** Contact form ***/


/*** footer ***/

.footer {
    background-color: #4d4d4f;
    position: relative;
    display: flex;
    height: 100%;
    padding: 3rem 0;
}
.footer-logo{
	width:70%;
}
.remax {
    margin: 1rem 0;
    color: #fff;
}
.remax img {
	width:70%;
}
.mls {
    margin: 0 0 1rem 0;
    color: #fff;
}
.ph-num h3 {
    color: #fff;
}
.ph-num a {
    color: #c0904e;
    font-size: 20px;
	transition : all ease 0.3s;
}
.ph-num a:hover{
    color: #fff!important;
    font-size: 20px;
	transition : all ease 0.3s;
}
.fin-num {
    margin-top: 1rem;
}
.fin-num h3 {
    color: #fff;
}
.fin-num p {
    color: #fff;
	font-size: 16px;
	line-height : 30px;
}
.fin-num p span {
    color: #c0904e;
}
.fin-num a {
    color: #fff;
	transition : all ease 0.3s;
	font-size: 16px;
}
.fin-num a:hover{
    color: #c0904e;
    font-size: 16px;
	transition : all ease 0.3s;
}
.rw-th-fot h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
footer .social-ic a i {
    color: #fff;
	transition : all ease 0.3s;
}
footer .social-ic a:hover i {
    color: #c0904e;
	transition : all ease 0.3s;
}
footer .social-ic {
    float: left;
}
footer  .social-ic a {
    font-size: 26px;
    display: inline-block;
    padding-right: 0;
    margin-right: 1.5rem;
}
footer .social-ic h3{
    color: #fff;
	margin: 1rem 0;
}
.rw-o-fot,.rw-t-fot,.rw-th-fot{
	margin-bottom:1.5em;
}
p.lng-txt {
    font-size: 12px;
    color: #fff;
    text-align: justify;
    line-height: 17px;
    margin: 0;
}
.end-footer {
    background-color: #4d4d4f;
    padding-bottom: 2rem;
    border-top: 3px solid #fff;
    padding-top: 2rem;
}
.end-footer h6{
	margin:0;
	color:#fff;
}
.rwp-cop {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.inner-linkh{
    color: #fff;
}
.inner-linkh a{
    color: #fff;
	transition : all ease 0.3s;	
}
.inner-linkh a:hover{
    color: #c0904e;
	transition : all ease 0.3s;	
}
/*** footer ***/

/*********************/
.category {
    background-color: #f0f1f6;
}
.category header {
    position: relative;
    height: fit-content;
    min-height: 12rem;
	background-color: #fff;
}
.category-content {
    margin-top: 2.5rem;
}
.blog-banner{
	background-image:url(/wp-content/uploads/2021/05/Untitled-2.jpg);
	width:100%;
	height:277px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.blog-banner h3{
    margin: 0;
    line-height: 277px;
    color: #fff;
}
.category-content .mainbar .cat-blog-post a img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 100%;
}
h4.postmetadata a {
      text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin: 1rem 0;
    color: #c0904e;
    display: block;
}
.boxx p {
    text-align: left;
    line-height: 30px;
}
.category-content .mainbar {
    background-color: #fff;
    padding: 30px;
}
.cat-blog-post {
    margin-bottom: 30px;
}
.read-mr-ct {
    background: #c0904e;
    color: #fff;
    padding: 0.4rem 1rem 0.4rem 1.5rem;
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 44%);
    margin-right: 1rem;
    font-size: 14px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    float: right;
    margin-top: 3rem;
}
.read-mr-ct:hover{
    background: #4d4d4f;
    transition: all ease-in-out 0.3s;
    color: #fff;
}


.blog-cus .content {
    text-align: justify;
    margin: 1.5em 0 3em;
    border-radius: 0;
    box-shadow: 0px 2.5px 6px rgb(0 0 0 / 25%);
    background-color: #fff;
}
.sign-banner{
	background-image:url(/wp-content/uploads/2021/05/Untitled-2.jpg);
	width:100%;
	height:277px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.sign-banner h3{
    margin: 0;
    line-height: 277px;
    color: #fff;
}
.sign-banner li{
    list-style-type: none;

}
.sign-banner a{
    margin: 0;
    line-height: 277px;
    color: #fff;
	text-decoration:none;
}	
.single-post {
    background-color: #f0f1f6;
}
.single-post header {
    position: relative;
    height: fit-content;
    min-height: 12rem;
	background-color: #fff;
}
.blog-cus {
    margin-top: 2.5rem;
}
.blog-cus .content .relatedthumb img {
    height: auto;
    border-radius: 0;
}
.blog-cus .content img {
    margin: 1em auto;
    display: block;
    border-radius: 0;
    max-width: 100%;
}
.blog-cus #related_posts ul {
    padding: 0;
    list-style: none;
}
.relatedcontent h6 {
    text-align: justify;
    direction: ltr;
    line-height: 25px;
}
.relatedcontent h6 a {
    color: #c0904e;
}
.relatedcontent h6 a:hover {
    color: #000;
}
.blog-cus #searchform input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #f8f8f8;
    border-radius: 5px 0 0 5px;
    text-align: left;
    direction: ltr;
}
.blog-cus #searchform input[type=text]:focus-visible {outline:unset!important}
.blog-cus .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.blog-cus #searchform button {
    float: right;
    width: 20%;
    padding: 15px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient( 
-90deg
 ,#c0904e,#c0904e);
    color: #fff;
    border-radius: 0;
}
#related_posts , #searchform{
   padding: 0 1.5rem;
}
.blog-cus .bigcnt .content {
    padding: 0 2.5rem;
    padding-top: 10%;
    margin-top: -7%;
}
.cus-txt-blg {
    width: 100%;
    position: relative;
    height: fit-content;
    background-color: #c0904e;
    color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.cus-txt-blg h4{
	margin:0px;
	padding:0px;
}
.blog-ttl {
    background: #c0904e;
    color: #fff;
    padding: 2.5rem;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
    margin: 0 auto;
    display: block;
    margin-top: 2.5rem;
    border-radius: 3px;
}
.blog-ttl h1 {
    margin: 0;
    font-size: 26px;
    line-height: 40px;
    padding: 0 1.5rem;
}
.blog-cus .heateor_sss_sharing_container {
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
}
.blog-cus .content h1{
	width:100%!important;
}
.blog-cus .content h2{
	width:100%!important;
}
.blog-cus .content h3{
	width:100%!important;
}
.blog-cus .content h4{
	width:100%!important;
}
.blog-cus .content h5{
	width:100%!important;
}
.blog-cus .content h5{
	width:100%!important;
}
.blog-cus .content ul{
	width:100%!important;
}
.blog-cus .content p{
	width:100%!important;
}
h5.shareit {
    margin-top: 2.5rem;
    font-size: 16px;
    font-family: "po-bl" !important;
}
.PageTitleSubHeader{
	color: #fff; 
	text-transform: capitalize; 
	font-size: 22px; 
	padding: 0; 
	margin: 0; 
	margin-left: -1%;
}
p.postmetadata {
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    padding: 0 1.5rem;
}
.srch-banner{
	background-image:url(/wp-content/uploads/2021/05/Untitled-2.jpg);
	width:100%;
	height:277px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.srch-banner h3{
    margin: 0;
    line-height: 277px;
    color: #fff;
}
.search-results {
    background-color: #f0f1f6;
}
.search-results header {
    position: relative;
    height: fit-content;
    min-height: 12rem;
	background-color: #fff;
}
ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
ul.page-numbers li {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    text-align: center;
    width: 2.5em;
}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
    color: #fff;
    background: #c0904e;
    text-decoration: none;
}
.page-numbers a, .page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 10px;
    height: 18px;
    line-height: 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
    border-radius: 5px;
}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
    color: #fff;
    background: #c0904e;
    text-decoration: none;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*********************/

/* media */

@media (min-width: 1900px) and (max-width: 2000px)  {
	.pos-vid {
		position: absolute;
		top: 20rem!important; 
		right: 20rem!important; 
		width: 40%!important; 
	}
	.inner-txt-about {
		margin-top: 30%;
	}
	

txt-logo{
	    width: 92%!important;
		}

}

@media (max-width: 1600px) {
	.txt-about {
		width: 36rem;
	}

}

@media (max-width: 1200px) {
	.inner-txt-about {
		margin-top: 10%;
		width: 25rem;
	}
	.txt-about {
		width: 28.6rem;
	}
	.main-menu ul li a {
    font-size: 12.5px;
}
	.main-menu ul ul li a {
    font-size: 12.5px;
}
	.main-menu ul li {

}
}

@media (max-width: 991px) {
	.blog-ttl {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}
	.read-mr-ct {
    margin-top: 2rem;
}
	.moh-logo img {
		width: 20%;
	height: 60px!important;
	}
	header .moh-btn {
		display: none;
	}
	header .moh-menu {
		display: none;
	}
	.frame svg {
		width: auto;
	}
	.frame {
		height: 50rem;
	}
	.pos-vid {
		right: 18rem;
	}
	.inner-frm {
		margin-top: 3rem;
	}
	.about-us {
		display: none;
	}
	.about-us-mob {
		display: block;
	}
	.img-mob-about img {
		width: 45rem;
	}
	.txt-about {
		background-size: contain;
		width: 100%;
		top: 0;
		background-position: right;
	}
	.inner-txt-about {
		margin-top: 3rem;
		width: 50%;
		margin: 0 auto;
		padding-top: 3rem;
	}
	.pos-o-ts {
		display: none;
	}
	.pos-t-ts {
		display: none;
	}
	.part-4 {
		background-image: url(/wp-content/uploads/2021/04/back-testo.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.frame video {
		height: auto;
	}
}

@media (max-width: 769px) {
	html,
	body {
		width: auto !important;
		margin: 0 !important;
		overflow-x: hidden!important;
	}
	 .box {
    height: auto !important;
  } 
		 .boxx {
    height: auto !important;
  } 
			 .boxxx {
    height: auto !important;
  } 
}


@media (min-width: 1025px) and (max-width: 1280px) {
  
.snip1584 img {

    width: 400px;
    height: 253px!important;
}
  
}
@media only screen and (min-device-width:1350px) and (max-width: 1366px)
			
	{
.snip1584 img {

    height: 233px!important;
}

.inner-txt-about {
	width: 37vw!important;
}
.inner-txt-about h3{
font-size:21rem!important;

}
.inner-frm.pl-4 {
    margin-top: 8rem;
}

}
.affix{
background:white!important;
opacity:0.95;
}
body.page-template-default header{
background:transparent;
}

.property-head-top{
	top: 122px;
	background: url(/wp-content/uploads/banner.jpg);
	min-height: 260px;
	position: relative;
	padding: 7% 6%;
	color:white;
	font-size:26px
}
.agent-avatar a{
	color:#c0904e!important;
}
.affix{
    position: fixed!important;
}
a:focus, a:hover{
	color:rgb(192, 144, 78)!important;
}
.wpcf7-form-control-wrap input ,.wpcf7-form-control-wrap textarea{
	color:black
}

.ere-property .property-agent i, .ere-property .property-date i, .ere-property .property-location i, .ere-property .property-type i, .ere-property .property-type-list i {
    color: #be914e!important;
}
label {
    color: #000!important;
}
.thumbnail{border:none!important}