/*
Theme Name: rockdalehomes
Theme URI: https://rockdalehomes.com.au
Author: Digital Promise
Author URI: https://digitalpromise.com.au
Description: Mutipurpoose Responsive Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rockdalehomes
*/
html {
	min-height: 100%;
}
body {
	color: #1e1e1e;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.container-custom {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 6.641%;
}
ul {
	margin: 0;
	padding-left: 15px;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 24px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	font-weight: 500;
	/* font-family: 'Poppins', sans-serif; */
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #be1d2c;
	text-decoration: none;
}
a:hover, a:focus {
	color: #a8a9ab;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.button {
	background-color: #be1d2c;
	border: 1px solid #be1d2c;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	vertical-align: middle;
}
.button:hover, .button:focus {
	background-color: #1e1e1e ;
	border: 1px solid #1e1e1e ;
	color: #fff;
}
.btn {
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 15px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 3px;
	font-size: 17px;
	padding: 10px 20px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 3px;
	font-size: 14px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 25px;
}
.btn-light {
	color: #fff;
	background-color: #aaa;
	border-color: #aaa;
}
.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #1e1e1e;
}
.btn-white:hover, .btn-white:focus {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
}
.btn-outline-white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #be1d2c;
}
.btn-primary {
	background-color: #be1d2c;
	border-color: #be1d2c;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #1e1e1e ;
	border-color: #1e1e1e ;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #be1d2c;
	color: #be1d2c;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background-color: #1e1e1e ;
	border-color: #1e1e1e ;
	color: #fff;
}
.btn-secondary {
	background-color: #1e1e1e ;
	border-color: #1e1e1e ;
	color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #be1d2c;
	border-color: #be1d2c;
	color: #fff;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #1e1e1e ;
	color: #1e1e1e ;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #be1d2c;
	border-color: #be1d2c;
}
.btn i {
	margin-left: 7px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	height: auto;
	max-width: 100%;
}
.alignleft, img.alignleft {
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}
.wp-caption-text {
	text-align: center;
	margin: 5px 0;
}
.table, table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
table thead tr,
table thead tr:nth-child(2n+1) {
 	background-color: #f0f0f0;
}
table tr {
	background-color: #fbfbfb;
}
table tr:nth-child(2n+1) {
 	background-color: #fdfdfd;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.dropdown-menu li {
	display: block;
}
button.close {
	background-color: #be1d2c;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -7px;
	position: absolute;
	right: -7px;
	padding: 0;
	z-index: 1;
}
.modal-header button.close,
.modal-header .close  {
	padding: 0;
	margin: 0;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
}
.row-eq-height > [class*="col"] > * {
 	width: 100%;
 	max-width: 100%;
}
/*=========================================================================
						Header css
==========================================================================*/
.header {
	position: relative;
}
.header .container-custom {
	max-width: 1600px;
	padding: 0 15px;
}
.header-top {
	background-color: #1e1e1e;
	position: relative;
	z-index: 10;
}
.header-top-left p {
	margin: 10px 0;
	color: #e0e0e0;
	line-height: 20px;
}
.header-top-left > ul,
.header-top-right > ul {
	display: inline-block;
}
.header-top-left > ul > li,
.header-top-right > ul > li {
	display: inline-block;
}
.header-top-left > ul > li > a,
.header-top-right > ul > li > a {
	color: #e0e0e0;
	display: block;
	line-height: 20px;
}
.header-top-left > ul > li > a {
	padding: 10px 10px 10px 0;
}
.header-top-right > ul > li > a {
	padding: 10px 0 10px 10px;
}
.header-top-left > ul > li > i,
.header-top-right > ul > li > i {
	color: #e0e0e0;;
}
.header-top-right {
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.header-contact-info i {
	margin-right:5px;
}
.header-social-icon {
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
}
.header-social-icon li {
	display:inline-block;
}
.header-social-icon li a {
	padding: 10px 10px;
	display: block;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	color: #1e1e1e;
}
.header-social-icon li:last-child a {
	border-width: 0 1px 0 1px;
	padding: 10px;
}
.header-social-icon a:hover {
	color: #be1d2c;
}
.header-logo {
	position: relative;
	display: flex;
	align-items: center;
}
.header-logo .logo-link {
	display: inline-block;
	padding: 10px 0;
}
.site-title {
	color: #222222;
	font-family: 'Rockwell', sans-serif;
	margin: 15px 0;
	font-size: 28px;
	padding: 10px 0;
}
.site-title a{
	color: #222222;
}
.header-outer {
	background-color: #be1d2c;
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	position: relative;
}
.logged-in.admin-bar .header-sticky.sticked,
.logged-in.admin-bar .header-fixed,
.logged-in.admin-bar .header-transparent.transparency {
	top: 32px;
}
.header.sticky {
	margin-bottom: 110px;
}
.header-sticky {
	/* background-color: #fff; */
	position:absolute;
}
.header-sticky.sticked {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header.fixed {
	padding-top: 80px;
}
.header-fixed {
	/* background-color: #be1d2c; */
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100
}
.header-fixed.fix {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header.transparent {
	position: relative;
	width: 100%;
}
.header-transparent {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	z-index: 100;
}
.header-transparent.transparency {
	background-color: rgba(0, 0, 0, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 999;
}
.header-menu {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: right;
}
.header-btn {
	margin-left: 30px;
	display: flex;
	align-items: center;
}
.header-btn .btn {
	font-size: 16px;
	/* height: 50px; */
	padding: 8px 15px;
	min-width: 110px;
	line-height: 24px;
	color: #1e1e1e;
	margin: 0;
	text-align: center;
	display: block;
	border-radius: 0;
	text-transform: uppercase;
}
.header-btn .btn i {
	margin-left: 0;
	margin-right: 3px;
}
.nav-menu {
	display: inline-block;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	position: relative;
}
.navbar-nav > li > a {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 3px;
	padding: 30px 15px;
}
.navbar-nav > li.menu-item-has-children > a::after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 12px;
	vertical-align: middle;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 15px;
	left: 0;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
	/* border-top: 2px solid #be1d2c; */
	padding: 0;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeIn 0.3s ease-in;
	-webkit-animation: fadeIn 0.3s ease-in;
	animation: fadeIn 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #1e1e1e;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav li .sub-menu > li.menu-item-has-children > a::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 12px;
	float: right;
	vertical-align: middle;
}
.navbar-nav li > a:hover,
.navbar-nav li.current-menu-item > a,
.navbar-nav li:hover > a,
.navbar-nav li.current-menu-ancestor > a {
	color: #fff;
}
.navbar-nav li .sub-menu li.current-menu-item > a,
.navbar-nav li .sub-menu li.current-menu-ancestor > a{
	color: #be1d2c;
}
.navbar-nav li .sub-menu li > a:hover,
.navbar-nav li .sub-menu li.current-menu-item > a:hover,
.navbar-nav li .sub-menu li:hover > a,
.navbar-nav li .sub-menu li.current-menu-ancestor > a:hover {
	background-color: #be1d2c;
	color: #fff;
}
.header-transparent .navbar-nav > li > a {
	color: #fff;
}
.header-transparent .navbar-nav li > a:hover,
.header-transparent .navbar-nav li.current-menu-item > a,
.header-transparent .navbar-nav li:hover > a,
.header-transparent .navbar-nav li.current-menu-ancestor > a {
	color: #1e1e1e;
}
/*====================================================================
						Common Css
=====================================================================*/
.section {
	margin-bottom: 60px;
}
.color-white {
	color:#fff;
}
.section-header {
	margin: 0px 0 40px;
	position: relative;
}
.section-heading {
	color: #1e1e1e;
	font-weight: 700;
	margin: 0 0 15px;
	position: relative;
}
.color-white .section-heading {
   color: #fff;
}
.section-subheading {
	color: #be1d2c;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.color-white .section-subheading {
	color: #fff;
}
.section-description {
	color: #888;
	max-width: 600px;
	line-height: 24px;
}
.text-center .section-description {
	margin-left: auto;
	margin-right: auto;
}
.slick-prev {
	left: -7.5px;
}
.slick-next {
	right: -7.5px;
}
.slick-prev, .slick-next {
	background-color: #be1d2c;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 4px 0 0;
	position: absolute;
	top: 40%;
	z-index: 99;
	text-align: center;
	width: 35px;
	height: 35px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #be1d2c;
}
.slick-dots li button {
	background-color: #6d6d6d;
	border-radius: 100%;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
/*====================================================================
						Homepage Css
=====================================================================*/
.home-site-content {
	position: relative;
}
.slider-section {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
}
.video-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}
.video-summery {
	background-color: rgba(254,243,240, 0.8);
	border-radius: 0 0 50px;
	position: absolute;
	width: 50%;
	height: 100%;
	max-width: 900px;
	max-height: 600px;
	top: 0;
	left: 0;
	padding: 30px 6%;
	right: 53%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.video-heading {
	font-size: calc(55px + 5 * ((100vw - 1600px) / 290));
	font-weight: 800;
	/* font-family: 'Poppins', sans-serif; */
	margin-bottom: 10px;
	/* font-size: 72px; */
	width: 100%;
}
.video-subheading {
	font-size: calc(50px + 5 * ((100vw - 1600px) / 290));
	/* font-size: 55px; */
	font-weight: 400;
	/* font-family: 'Poppins', sans-serif; */
	margin-bottom: 20px;
	width: 100%;
}
.video-description {
	font-size: calc(60px + 5 * ((100vw - 1600px) / 290));
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
}
.video-button .btn {
	font-size: 18px;
	font-weight: 400;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.video-bg {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}


/*========================== About Section Css ===========================*/
.about-section {
	background-color: #FEF3F0;
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.about-section .container-custom {
	max-width: 1600px;
}
.about-content-block {
	position: relative;
	padding: 30px 10% 30px 10%;
}
.about-content {
	word-break: break-word;
}
.about-content h2 {
	font-size: 24px;
	color: #1e1e1e;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.about-content h2 strong {
/* 	display: block; */
	font-weight: 700;
}
.about-content p {
	color: #686868;
	margin-bottom: 30px;
	line-height: 28px;
}
.about-content-block a.btn {
	font-size: 18px;
	position: relative;
	min-width: 150px;
	height: 50px;
	padding: 10px 20px;
}
.about-image-block {
	position: relative;
	padding: 30px 0;
	height: 100%;
}
.about-image {
	background-color: transparent;
	position: relative;
	height: 100%;
}
.about-image img {
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}
/*=================== Home Page Block Icon Css =================*/
.list-blocks-section {
	background-image: url('assets/images/shape-why.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	position: relative;
}
.list-blocks {
	position: relative;
}
.list-block-item {
	margin: 0 0 20px;
	display: flex;
}
.list-block-wrap {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	padding: 20px;
}
.list-block-item:hover .list-block-wrap {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.list-block-icon {
	border-radius: 100%;
	color: #be1d2c;
	font-size: 24px;
	min-width: 60px;
	width: 60px;
	height: 60px;
	padding: 12px 0;
	text-align: center;
	position: relative;
	margin: 0 auto 25px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.list-block-item:hover .list-block-icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.list-block-item:hover .list-block-icon::before  {
	border-color: #1e1e1e;
}
.list-block-content {
	text-align: center;
}
.list-block-title {
	color: #1e1e1e;
	font-weight: 600;
	margin: 0 auto 20px;
}
.list-blocks-desc {
	color: #686868;
	line-height: 26px;
	margin: 0 0 20px;
}
/*===================== Homepage Service Category Css =======================*/
.service-section {
	background-image: url('assets/images/shape-service.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	padding: 50px 0 20px;
}
.service-section .container-custom {
	max-width: 1600px;
}
/* .service-category-wrapper .row {
	margin: 0 -30px;
} */
.service-category-item {
	margin-bottom: 30px;
	display: flex;
	/* padding: 0 30px; */
}
.service-category-wrap {
	background-color: #fff;
	box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	width: 100%;
	text-align: center;
}
.service-category-image {
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	overflow: hidden;
	border-radius: 30px;
	display: block;
}
.service-category-image a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
	width: 100%;
}
.service-category-image a::before {
	background-color: rgba(0,0,0,0.2);
	border-radius: 30px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.service-category-image img {
	border-radius: 30px;
	width: 100%;
}
.service-category-item:hover .service-category-image img {
	-webkit-transform: scale(1.1);
	 transform: scale(1.1);
}
.service-category-item:hover .service-category-image a::before {
	background-color: rgba(0,0,0,0.4);
}
.service-category-summery {
	padding: 0 15px 15px;
}
.service-category-title {
	font-weight: 600;
	margin: 10px 0;
	font-size: 24px;
}
.service-category-title a {
	color: #0f1934;
}
.service-category-content {
	margin-bottom: 20px;
	line-height: 24px;
}
.service-category-overlay-summery {
	position: absolute;
	bottom: -15px;
	height: 100px;
	z-index: 2;
}
.service-category-overlay-summery .service-category-title a {
	color: #fff;
}
.service-category-overlay-summery .service-category-content {
	opacity: 0;
	visibility: hidden;
}
.service-category-overlay-summery .service-category-link{
	opacity: 0;
	visibility: hidden;
}
/*===================== Homepage Service Css =======================*/
.service-filter {
	text-align: center;
	margin-bottom: 30px;
}
.service-filter a {
	background-color: #be1d2c;
	border: 1px solid #be1d2c;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	margin: 5px;
	min-width: 135px;
}
.service-filter a.current {
	background-color: transparent;
	color: #be1d2c;
}
.service-item {
	margin-bottom: 30px;
	display: flex;
}
.service-wrap {
	border-radius: 10px;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service-image {
	position: relative;
	z-index: 1;
}
.service-image a{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.service-image img {
	width: 100%;
	border-radius: 10px;
}
.service-item:hover .service-image img {
	-webkit-transform: scale(1.1);
	 transform: scale(1.1);
}
.service-summery {
	padding: 0;
	position: relative;
	z-index: 10;
}
.service-title {
	color: #1e1e1e;
	font-weight: 600;
	margin: 15px 0 15px;
}
.service-title a{
	color: #1e1e1e;
}
.service-content {
	margin-bottom: 20px;
	color: #686868;
	font-size: 16px;
}
/*===================== Homepage service overlay Css =======================*/
.service-overlay-item .service-image a::before {
	background-color: rgba(0,0,0,0.2);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.service-overlay-item:hover .service-image a::before {
	background-color: rgba(0,0,0,0.4);
}
.service-overlay-summery {
	position: absolute;
	bottom: 0;
	height: 60px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.service-overlay-summery .service-content,
.service-overlay-summery .service-link {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.service-overlay-summery .service-title a {
	color: #fff;
}
/*===================== Home Page Project Css =======================*/
.project-item + .project-item {
	margin-top: 60px;
}
.project-wrap {
	background-color: #FEF3F0;
	border-radius: 20px;
}
.project-image img {
	border-radius: 20px;
	width: 100%;
}
.project-summery {
	padding: 30px;
}
.project-title {
	margin-bottom: 20px;
}
.project-content {
	margin-bottom: 25px;
	color: #686868;
	text-align: justify;
}
/*===================== Home Page Blog Css =======================*/
.blog-section {
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.blog-item {
	margin-bottom: 30px;
}
.blog-wrap {
	border: 1px solid #f0f0f0;
}
.blog-image {
	position: relative;
	margin-bottom: 15px;
}
.blog-image img {
	width: 100%;
}
.blog-summery {
	padding: 0 15px 15px;
	overflow: hidden;
}
.blog-meta {
	color: #808080;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}
.blog-meta span + span {
	padding-left: 10px;
}
.blog-meta a {
	color: #808080;
}
.blog-meta i {
	margin-right: 3px;
	color: #808080;
}
.blog-title {
	margin-bottom: 10px;
}
.blog-title a {
	color: #1e1e1e;
	text-transform: uppercase;
}
.blog-content {
	margin-bottom: 20px;
}
.blog-content > p {
	color: #686868;
	line-height: 24px;
	text-align: justify;
}
/*================== Homepage start Css =====================*/
.start-section {
	background-color: #be1d2c;
	padding: 5px 0;
}
.start-outer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
}
.start-outer h3 {
	margin: 25px 0;
	font-size: 20px;
}
/*================== Homepage Testimonial Css =====================*/
.testimonial-section {
	background-color: #fff;
	background-image: url('assets/images/bg-testimonial.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	padding: 70px 0;
	position: relative;
}
.testimonial-section::before {
	background-color: rgba(0,0,0,0.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.testimonial-wrapper {
	background-color: rgba(255,255,255,0.9);
	border-radius: 15px;
	display: block;
	max-width: 500px;
	margin: 0 auto;
	padding: 35px 20px;
	position: relative;
	z-index: 1;
}
.testimonial-carousel {
	max-width: 930px;
	margin: 0 auto;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
	background-color: #fff;
	color: #be1d2c;
	width: 60px;
	height: 60px;
	top: 15%;
	font-size: 24px;
	padding: 13px 0;
}
.testimonial-carousel .slick-prev {
	left: -90px;
}
.testimonial-carousel .slick-next {
	right: -90px;
}
.testimonial-carousel > .testimonial-item {
	display: none;
}
.testimonial-carousel > .testimonial-item:first-child {
	display: block;
}
.testimonial-item {
	position: relative;
	margin-bottom: 0;
}
.testimonial-wrap {
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.testimonial-title-summery {
	display: flex;
	color: #1e1e1e;
	align-items: center;
	justify-content: center;
}
.testimonial-title {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.testimonial-summery {
	max-width: 100%;
	flex: 0 0 100%;
}
.testimonial-content {
	text-align: center;
	margin-bottom: 25px;
}
.testimonial-content p {
	color: #686868;
	position: relative;
	padding: 10px 30px;
	line-height: 28px;
}
.testimonial-content p::before {
	content: "\f10d";
	position: absolute;
	left: 5px;
	top: 5px;
	height: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.testimonial-content p::after {
	content: "\f10e";
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.testimonial-star {
	color: #be1d2c;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.testimonial-star i {
    padding: 0 3px;
}
.testimonial-meta {
	font-weight: 500;
	display: inline-block;
	margin: 0;
}
.testimonial-meta + .testimonial-meta::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
.testimonial-image {
	border-radius: 100%;
	max-height: 80px;
	margin: 0;
	max-width: 80px;
	position: relative;
	/* position: relative; */
	z-index: 10;
}
.testimonial-image img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	min-width: 80px;
	min-height: 80px;
	max-height: 80px;
	object-fit: cover;
	border: 4px solid #be1d2c;
}
/*================== Homepage USPs Css =====================*/
.usp-box-item {
	margin: 15px 0;
}
.usp-box-icon {
	font-size: 48px;
	margin-right: 20px;
	color: #686868;
}
.usp-box-icon a {
	color: #be1d2c;
	box-shadow: none;
	border: none;
	background-color: transparent;
}
.usp-box-wrap {
	display: flex;
	align-items: center;
}
.usp-box-content h4 {
	font-size: 20px;
}
.usp-box-content h4 a {
	color: #1e1e1e;
}
.usp-box-content p {
	font-size: 14px;
	color: #686868;
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer {
	background-color: #be1d2c;
	position: relative;
	padding: 40px 0 0;
}
.footer-top {
	position: relative;
	z-index: 1;
}
.footer-widget-outer {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer .cpw-post-title a {
	color: #c0c0c0;
}
.footer a:hover, .footer a:focus {
	color: #e0e0e0;
	outline: medium none;
	text-decoration: none;
}
.footer-widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-column {
	margin-bottom: 30px;
}
.footer-column li {
	display: block;
	position: relative;
	margin: 5px 0;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0 3px 0;
}
.footer-site-title {
	color: #fff;
}
.footer-contact > p {
	position: relative;
	display: block;
}
.footer-contact .fa,
.footer-contact .far,
.footer-contact .fas,
.footer-contact .fab {
	background-color: transparent;
	border: 1px solid #be1d2c;
	border-radius: 3px;
	color: #be1d2c;
	font-size: 12px;
	min-width: 28px;
	padding: 7px 0;
	width: 28px;
	height: 28px;
	margin-right: 15px;
	text-align: center;
}
.footer-contact span {
	display: table-cell;
}
.footer-bottom {
	position: relative;
}
.footer-bottom-outer {
	overflow: hidden;
}
.footer-contact-widget {
	text-align: center;
}
.footer-contact-widget.widget_media_image {
	text-align: center;
	margin-bottom: 10px;
}
.footer-contact-widget .footer-site-title {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}
.footer-contact-widget .footer-contact p {
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}
.footer-contact-widget .footer-contact i {
	display: none;
}
.footer-contact-widget .footer-contact span {
	display: block;
}
.footer-menu {
	display: block;
	padding: 50px 0 20px;
	text-align: center;
}
.footer-menu li {
	list-style-type: none;
	display: inline-block;
}
.footer-menu li a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	margin: 0 3px;
	padding: 7px 15px;
	text-transform: uppercase;
}
.copyright {
	text-align: center;
}
.copyright p {
	margin: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-social-icon {
	margin: 15px 0;
	text-align: center;
	padding: 0;
}
.footer-social-icon > ul {
	display: inline-block;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	background-color: #1e1e1e;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 35px;
	padding: 7px 0;
	text-align: center;
	width: 35px;
}
.footer-social-icon li.facebook a {
	background-color: #3b5998;
}
.footer-social-icon li.twitter a {
	background-color: #00bdec;
}
.footer-social-icon li.gplus a {
	background-color: #d34836;
}
.footer-social-icon li.youtube a {
	background-color: #c4302b;
}
.footer-social-icon li.instagram a {
	background-color: #8a3ab9;
}
.footer-social-icon li.lindkedin a {
	background-color: #0e76a8;
}
.footer-social-icon li.pinterest a {
	background-color: #c92228;
}
.footer-social-icon li.tumblr a {
	background-color: #34526f;
}
.footer-social-icon li.flickr a {
	background-color: #0063dc;
}
.footer-social-icon li.tripadvisor a {
	background-color: #00af87;
}
.footer-social-icon li a:hover {
	background-color: #1e1e1e;
	color: #fff;
}
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	z-index: 10;
}
.scroll-top a {
	background-color: #888888;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.loader {
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('assets/images/loading.gif');
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
.loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
.whatsapp-call {
	bottom: 10px;
	left: 10px;
	position: fixed;
	z-index: 99;
}
.whatsapp-call a {
	background-color: #53ec67;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 4px 0;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}
.phone-call {
	bottom: 20px;
	left: 10px;
	position: fixed;
	z-index: 99;
}
.phone-call a.call {
	background-color: #888888;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 9px 0;
/* 	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out; */
}
@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
}
@keyframes scaleout {
  0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
 }
/*====================================================================
						Default Css
=====================================================================*/
.page-banner-section {
	position: relative;
}
.page-banner {
	background-color: #e0e0e0;
	position: relative;
}
.page-banner-wrap {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.page-banner-image {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner-image::before {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.page-banner-image .page-banner-wrap {
	padding: 22% 0;
	text-align: center;
}
.page-banner-image .page-banner-title {
	color: #fff;
	margin: 0 0 15px;
	font-size: 24px;
	font-style: italic;
}
.page-banner-image .breadcrumbs {
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}
.trail-browse {
	display: none;
}
.breadcrumb-items {
	padding: 0;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item a {
	color: #686868;
}
.breadcrumb-item.trail-end span {
	color: #be1d2c;
}
.breadcrumb-item + .breadcrumb-item::before {
 	content: "/";
 	font-size: 14px;
 	line-height: 14px;
 	opacity: 0.8;
 	padding-right: 7px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-item:hover a {
	color: #1e1e1e;
}
.page-banner-image .breadcrumb-item.trail-end span {
	color: #fff;
}
.page-banner-image .breadcrumb-item + .breadcrumb-item::before,
.page-banner-image .breadcrumb-item a {
 	color: #e5e5e5;
}
.body-transparent .page-banner-section {
	padding-top: 0;
}
.body-transparent .page-banner {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}
.body-transparent .page-banner:before  {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.body-transparent .page-banner .page-banner-wrap {
	padding: 22% 0 13%;
	text-align: center;
}
.body-transparent .page-banner .page-banner-title  {
	color: #fff;
	margin: 0 0 15px;
	font-size: 24px;
	font-style: italic;
}
.body-transparent .page-banner .breadcrumbs {
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}
.body-transparent .page-banner .breadcrumb-item a {
	color: #e5e5e5;
}
.body-transparent .page-banner .breadcrumb-item + .breadcrumb-item::before {
	color: #e5e5e5;
}
.body-transparent .page-banner .breadcrumb-item.trail-end span {
	color: #fff;
}
.site-content {
	background-color: #fff;
}
.content-wrapper {
	padding: 30px 0;
}
.content-area {
	min-height: auto;
}
.page-title {
	position: relative;
	text-transform: capitalize;
	color: #303030;
	margin-bottom: 40px;
}
.page-title::after {
 	content: "";
 	border-bottom: 2px solid #9e9a9a;
 	display: block;
 	width: 65px;
 	margin: 10px 0;
}
.text-center .page-title::after {
 	margin: 10px auto;
}
.content-section {
	display: table;
	width: 100%;
}
.page-content ul, .page-content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
.page-content ul li {
	margin-bottom: 5px;
	position: relative;
}
.page-content b, .page-content strong {
	color: #be1d2c;
}
.page-section-title {
	color: #303030;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.page-section-title::before {
 	content: '';
 	background-color: #be1d2c;
 	bottom: -1px;
 	height: 2px;
 	left: 0px;
 	position: absolute;
 	width: 45px;
}
.subpage-item.with-image .subpage-wrap {
	border: 3px solid #f2f3f8;
	padding: 10px;
	margin-bottom: 30px;
}
.subpage-item.with-image .subpage-title {
	margin: 0;
	padding: 10px;
	background-color: #be1d2c;
	text-align: center;
}
.subpage-item.with-image .subpage-title a {
	color:#fff;
}
.subpage-item.with-image .more-link {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	display: none;
}
.subpage-item.without-image .subpage-wrap {
	border-bottom: 2px solid #f2f3f8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ms-container {
	width: 100% !important;
}
.masonry-wrapper {
	margin: 0 -7.5px;
}
.ms-item {
	padding: 7.5px;
}
/*====================================================================
						Post Page Css
=====================================================================*/
.post-wrap {
	background-color: #f0f0f0;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.post-image {
	position: relative;
}
.post-image img {
	border: none;
	padding:0;
}
.post-summery {
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.post-title {
	color: #1e1e1e;
	margin-bottom: 0;
	font-weight: 600;
}
.post-title a {
	color: #1e1e1e;
	display: block;
}
.post-content {
	margin-top: 15px;
	color: #555;
	text-align: justify;
}
.post-content ul, .post-content ol {
	padding-left: 15px;
}
a.post-more-link {
	font-style: italic;
}
.post-list-view .post-image {
    margin-bottom: 0;
    height: 100%;
}
.post-list-view .post-image img {
    height: 100%;
    object-fit: cover;
}
.post-list-view .post-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
/*====================================================================
						Index Page Css
=====================================================================*/
.blog-list-view .blog-image {
    margin-bottom: 0;
    height: 100%;
}
.blog-list-view .blog-image img {
    height: 100%;
    object-fit: cover;
}
.blog-list-view .blog-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
.blog-list-view .blog-labels {
	position: static;
	margin-bottom: 10px;
	display: block;
}
.blog-list-view .blog-labels a:first-child {
	margin-left: 0;
}
.pagination {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
}
.pagination li {
	display: inline-block;
}
.pagination li span.current {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
.pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
.addtoany_shortcode .a2a_svg.a2a_s__default {
	display: none;
}
.addtoany_shortcode .a2a_label {
	display: none;
}
.addtoany_shortcode .addtoany_list a::before {
 	background-color: #777;
	border-radius: 50%;
 	color: #fff;
 	display: block;
 	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	font-size: 14px;
 	height: 30px;
 	margin: 0;
 	padding: 8px 0;
 	text-align: center;
 	width: 30px;
}
.addtoany_list a {
	border: 0 none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
	vertical-align: middle;
}
.addtoany_shortcode a.a2a_button_facebook::before {
	content: "\f39e";
	background-color: #4c78bf;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_email::before {
	content: "\f0e0";
	background-color: #d84b3f;
   font-family: "Font Awesome 5 Free";
}
.addtoany_shortcode a.a2a_dd::before {
	content: "\f067";
	background-color: #0166ff;
   font-family: "Font Awesome 5 Free";
}
.addtoany_shortcode a.a2a_button_google_plus::before {
	content: "\f0d5";
	background-color: #dc4e41;
}
.addtoany_shortcode a.a2a_button_linkedin::before {
	content: "\f0e1";
	background-color: #0077b5;
}
.addtoany_shortcode a.a2a_button_whatsapp::before {
	content: "\f232";
	background-color: #25d366;
}
.addtoany_shortcode a.a2a_button_telegram::before {
	content: "\f3fe";
	background-color: #4c6ef5;
}
.addtoany_shortcode a.a2a_button_pinterest::before {
	content: "\f0d2";
   	background-color: #c8232c ;
}
.addtoany_shortcode .addtoany_list a:hover::before {
 	background-color: #000;
}
.post-share-icon {
	border-top: 1px dashed #e0e0e0;
	display: table;
	padding: 10px 0 0;
	width: 100%;
	margin-top: 20px;
}
.share-title {
	display: table-cell;
	vertical-align: middle;
}
.share-icon {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
/*====================================================================
						Taxonomy Page Css
=====================================================================*/
.taxonomy-description {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	color: #555;
	line-height: 28px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}
.taxonomy-description::after {
 	border-bottom: 1px solid #eeeeee;
 	content: "";
 	display: block;
	height: 10px;
}
/*====================================================================
						Sidebar Css
=====================================================================*/
.widget {
	background-color: transparent;
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
	overflow: hidden;
}
.widget:last-cild {
 	margin-bottom: 0;
}
.widget .search-form {
	padding: 10px;
}
.widget-title {
	background-color: #be1d2c;
	border-bottom: 0px solid #be1d2c;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 12px 10px;
	position: relative;
}
.widget-title a {
	color: #47474c;
}
.widget ul {
	list-style: outside none none;
	padding: 0 10px;
}
.widget ul li {
	border-bottom: 1px dashed #d0d0d0;
	padding: 10px 0 10px 20px;
	position: relative;
}
.widget ul li::before {
 	content: "";
 	background-color: #000;
 	position: absolute;
 	width: 5px;
 	height: 5px;
 	left: 2px;
 	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget ul li a {
	color: #666666;
	display: block;
	font-weight: 500;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a:hover,
.widget ul > li.current-menu-item > a,
.widget ul > li.current-page-ancestor > a {
	color: #be1d2c;
}
.widget .sub-menu {
	padding:0 15px;
}
.widget .tagcloud {
	padding: 10px;
}
.widget .tagcloud .tag-cloud-link {
	font-size: 13px !important;
}
.widget .calendar_wrap {
	padding: 10px;
}
.widget .calendar_wrap table {
	margin: 0;
}
.widget .footer-contact {
	padding: 10px;
}
.widget .textwidget.custom-html-widget {
	padding: 10px;
}
.widget.widget_categories form {
	padding: 10px;
}
.widget.widget_categories ul li.cat-item a {
	display: inline-block;
}
.widget.widget_archive {
	padding: 10px;
}
.widget.widget_archive .widget-title {
	margin: -10px -10px 10px;
}
.widget.widget_media_gallery .gallery {
	padding: 10px;
	margin-bottom: 0;
}
.widget.widget_text .textwidget {
	padding: 10px;
}
.widget .cpw-posts {
	padding: 10px;
}
.cpw-post-wrap {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 0 0 10px;
}
.cpw-posts article:last-child .cpw-post-wrap {
	border-bottom: none;
}
.cpw-posts > div:last-child .cpw-post-wrap {
	border-bottom: none;
	margin-bottom: 10px;
	padding: 0 10px;
}
.cpw-post-image {
	display: table-cell;
	max-width: 80px;
	min-width: 80px;
	padding-right: 10px;
}
.cpw-post-summary {
	display: table-cell;
	vertical-align: middle;
}
.cpw-post-title {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.cpw-post-title a {
	color: #1e1e1e;
}
.cpw-post-title .post-title {
	font-size: 16px;
}
.cpw-post-summary p {
	font-size: 12px;
	margin-bottom: 0;
}
/*====================================================================
						Single Blog Post Css
=====================================================================*/
.single-blog-wrap {
	position: relative;
	margin-bottom: 25px;
}
.single-blog-image {
	margin-bottom: 25px;
}
.single-blog-image {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	position: relative;
	background-color: #fff;
}
.single-blog-image img {
	position: relative;
	z-index: 1;
	width: 100%;
}
.single-blog-summery {
	position: relative;
}
.single-blog-title {
	margin-bottom:15px;
}
.single-blog-meta {
	color: #808080;
	font-size: 14px;
	margin-bottom: 10px;
}
.single-blog-meta span + span {
	padding-left: 10px;
}
.single-blog-meta a {
	color: #808080;
}
.single-blog-meta i {
	margin-right: 3px;
	color: #808080;
}
.single-blog-content {
	margin-bottom: 20px;
}
.single-blog-content > ul,
.single-blog-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
.comments-area {
	margin-bottom: 20px;
}
.comment-section textarea,
.comment-section input[type="text"],
.comment-section input[type="email"],
.comment-section input[type="tel"],
.comment-section input[type="url"] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.comment-section textarea {
	height: 120px;
}
.comment-section .submit {
	background-color: #1e1e1e;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
}
.post-navigation {
	position: static;
}
.post-navigation.navigation {
	background-color: #f5f5f5;
}
.nav-links {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-previous {
	margin-right: 5px;
}
.nav-next {
	margin-left: 5px;
}
.nav-previous a, .nav-next a {
	display: inline-block;
	color: #101010;
	font-size: 15px;
}
.nav-links a .nav-icon {
	background-color: #1e1e1e;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 4px 0;
	vertical-align: middle;
}
.nav-links .nav-previous .nav-icon {
	margin-right: 5px;
}
.nav-links .nav-next .nav-icon {
	margin-left: 5px;
}
.nav-links .nav-title {
	display: none;
}
/*====================================================================
						Related Post Css
=====================================================================*/
.related-posts {
	margin-top: 25px;
}
.related-title {
	border-bottom: 2px solid #1e1e1e;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.related-post-wrapper {
	padding: 0 7.5px;
}
.related-post-item {
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.related-post-wrap {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.related-post-content {
	background-color: #be1d2c;
	bottom: 7px;
	left: 2.5%;
	position: absolute;
	right: 2.5%;
	width: 95%;
}
.related-post-title {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.related-post-title a {
	color:#fff;
}
/*====================================================================
						Single Post Css
=====================================================================*/
.single-post-wrap {
	position: relative;
}
.single-post-image {
	margin-bottom: 25px;
}
.single-post-title {
	margin-bottom:15px;
}
.single-post-content {
	margin-bottom: 20px;
}
.single-post-content > ul,
.single-post-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
/*====================================================================
						Error And Search Page Css
=====================================================================*/
.error-404.not-found {
	padding: 20px 0 30px;
	text-align: center;
}
.search-field.form-control {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	max-width: 360px;
	vertical-align: top;
}
.search-found {
	padding: 20px 0 30px;
}
.search-results .content-section {
	margin-top: 0;
}
/*====================================================================
						Contact Page Css
=====================================================================*/
.page-contact-us .site-content {
	background-color: #fff;
	overflow: hidden;
}
.contact-page-map {
	height: 100%;
	min-height: 350px;
}
.contact-page-form {
	padding: 0;
}
.contact-form-title,
.contact-info-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
.contact-form-title::after,
.contact-info-title::after {
	content: "";
	border-bottom: 2px solid #be1d2c;
	display: block;
	width: 50px;
	margin: 10px 0;
}
.contact-info-section {
	margin: 0 auto 0;
}
.contact-info {
	margin-bottom: 30px;
}
.contact-info > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	padding: 0;
}
.contact-info li {
	display: flex;
	max-width: 100%;
	flex: 0 0 100%;
	padding: 0 7px;
}
.contact-wrap {
	/* border-radius: 5px; */
	/* border: 1px solid #e0e0e0; */
	/* padding: 10px; */
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.contact-icon {
	color: #be1d2c;
	width: 35px;
	height: 50px;
	text-align: center;
	padding: 14px 0;
	margin: 0 10px 0 0;
}
.contact-icon i {
	font-size: 22px;
}
.contact-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0px 0px 5px;
	text-transform: uppercase;
}
.contact-text p {
	margin: 0;
}
.contact-page-content {
	background-color:#fafafa;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,.01);
	padding: 20px 20px 20px 20px;
	margin-bottom: 50px;
}
.form-group {
	position: relative;
}
.form-group label {
	font-weight: 500;
	color: #646563;
}
.input-group i {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #17A398;
	font-size: 12px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select, textarea, .form-control {
	border-color: #e0e0e0;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #676767;
	font-size: 14px;
	height: 36px;
	padding: 5px 15px;
	width: 100%;
}
textarea,  textarea.form-control {
	height: auto;
	max-height: 70px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	min-width: 100px;
	margin: 0 auto;
}
.form-control::-webkit-input-placeholder {
 	color: #969696;
 	opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 	color: #969696;
 	opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 	color: #969696;
 	opacity:1;
}
.form-control:-ms-input-placeholder {
 	color: #969696;
 	opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 	color:transparent;
}
.form-control:focus:-moz-placeholder {
 	color:transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
 	color:transparent;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
 	color:transparent;
} /* IE 10+ */
.form-focus .form-group {
	position: relative;
}
.form-focus .form-group label.label-focus {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 25px;
	z-index: 1;
	-webkit-transform: translate3d(0,28px,0) scale(1);
	transform: translate3d(0,15px,0) scale(1);
	transition: transform cubic-bezier(.25,.8,.25,1) .25s;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	position: absolute;
	left: 0;
	top: 0;
	color: #444;
}
.form-focus .form-group.focus label.label-focus,
.form-focus .form-group.has-value label.label-focus {
	color: #be1d2c;
	-webkit-transform: translate3d(0,2px,0) scale(1);
	transform: translate3d(0,2px,0) scale(0.75);
}
.form-focus .form-group .form-control {
	background-color: transparent;
	border-width: 0 0 1px 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	padding: 24px 15px 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.form-focus .form-group.focus .form-control:focus{
	box-shadow: none;
}
.sidebar .form-focus .form-group label.label-focus {
	padding-left: 7px;
}
/*====================================================================
						Our Process Page Css
=====================================================================*/
.process-wrapper {
	counter-reset: section;
	margin: 60px 0;
}
.process-item {
	border-left: 10px solid #be1d2c;
	position: relative;
}
.process-item + .process-item {
	padding-top: 60px;
}
.process-wrap {
	background-color: #fef3f0;
	border-radius: 0 20px 20px 0;
	position: relative;
}
.process-wrap::before {
	background-color: #be1d2c;
	border-radius: 100%;
	color: #fff;
	content: counter(section, decimal-leading-zero);
	counter-increment: section;
	font-size: 36px;
	position: absolute;
	top: -45px;
	left: 100px;
	width: 90px;
	height: 90px;
	padding: 17px 0;
	text-align: center;
}
.process-wrap::after {
	border-top: 10px solid #be1d2c;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 115px;
}
.process-end {
	border-left: 10px solid #be1d2c;
	display: flex;
	margin-bottom: 90px;
	position: relative;
}
.process-end-wrap {
	margin-left: 100px;
	margin-top: 100px;
	margin-bottom: -45px;
}
.process-end-wrap::before {
	background-color: #be1d2c;
	border-radius: 100%;
	color: #fff;
	content: "END";
	font-size: 24px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	text-align: center;
	display: block;
}
.process-end-wrap::after {
	content: "";
	border-top: 10px solid #be1d2c;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
}
.process-image {
	height: 100%;
}
.process-image img {
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.process-summery {
	padding: 60px 30px 60px 18%;
}
.process-title {
	margin-bottom: 20px;
}
.process-content {
	margin-bottom: 0;
	color: #686868;
	text-align: justify;
}
/*====================================================================
						Service Category Page Css
=====================================================================*/
.category-description-heading {
	text-align: center;
	margin-bottom: 15px;
}
.service-category-section {
	margin-bottom: 60px;
	margin-top: 60px;
}
.section-box-item + .section-box-item {
	margin-top: 60px;
}
.section-box-wrap {
	background-color: #fff;
	border-radius: 20px;
}
.section-box-image img {
	border-radius: 20px;
	width: 100%;
}
.section-box-summery {
	padding: 30px 0;
}
.section-box-title {
	margin-bottom: 20px;
}
.section-box-content {
	margin-bottom: 25px;
	color: #686868;
	text-align: justify;
}
/*====================================================================
						Property  Page Css
=====================================================================*/
.property-filter {
	text-align: center;
	margin-bottom: 30px;
}
.property-filter a {
	background-color: #be1d2c;
	border: 1px solid #be1d2c;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	margin: 5px;
	min-width: 135px;
}
.property-filter a.current {
	background-color: transparent;
	color: #be1d2c;
}
.property-item {
	margin-bottom: 30px;
	display: flex;
}
.property-wrap {
	background-color: #f0f0f0;
	border-radius: 15px;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.property-image {
	position: relative;
}
.property-image a{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.property-image img {
	border-radius: 15px;
	width: 100%;
}
.property-item:hover .property-image img {
	-webkit-transform: scale(1.1);
	 transform: scale(1.1);
}
.property-summery {
	padding: 0 15px;
}
.property-title {
	color: #1e1e1e;
	font-weight: 600;
	margin: 15px 0 15px;
}
.property-title a{
	color: #1e1e1e;
}
.property-content {
	margin-bottom: 20px;
	color: #686868;
	font-size: 16px;
}
.property-area-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.property-meta span {
	display: inline-block;
	font-weight: 500;
}
.property-meta span + span{
	margin-left: 15px;
}
.property-meta span i {
	color: #be1d2c;
	font-size: 18px;
	margin-right: 5px;
}
.property-area {
	color: #686868;
	position: relative;
}


/*====================================================================
						plans Css
=====================================================================*/
.plans-item {
	margin: 30px 0;
}
.plan-item {
	margin-bottom: 30px;
	display: flex;
}
.plan-wrap {
	background-color: #f0f0f0;
	padding: 30px 25px;
	text-align: center;
}
.plan-title {
	margin-bottom: 25px;
}
.plan-content {
	color: #686868;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
/*====================================================================
						Single Service/Property Css
=====================================================================*/
.single-service-item .single-property-top {
	background-color: transparent;
}
.single-service-item .single-property-summery {
	padding: 0;
}
.single-property-top {
	background-color: #fef3f0;
	margin-bottom: 60px;
}
.single-property-summery {
	width: 100%;
	padding: 30px 15px;
}
.single-property-title {
	position: relative;
	margin-bottom: 30px;
}
.text-center .single-property-title::after {
	margin-left: auto;
	margin-right: auto;
}
.single-property-title::after {
	content: "";
	border-bottom: 4px solid #be1d2c;
	display: block;
	width: 55px;
	margin: 10px 0;
}
.single-property-meta {
	margin-bottom: 20px;
}
.single-property-meta span {
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
}
.single-property-meta span i {
	color: #be1d2c;
	font-size: 20px;
	margin-right: 5px;
}
.single-property-content {
	color: #686868;
	line-height: 24px;
	font-weight: 500;
	text-align: justify;
}
.property-carousel > .property-gallery-item{
	display: none;
}
.property-carousel > .property-gallery-item:first-child{
	display: block;
}
.property-carousel .slick-prev,
.property-carousel .slick-next {
	background-color: #fff;
	color: #be1d2c;
	height: 40px;
	width: 40px;
	padding: 9px 0;
	font-size: 18px;
	top: 45%;
}
.property-carousel .slick-prev {
	left: 7px;
}
.property-carousel .slick-next {
	right: 7px;
}
.property-gallery-image img {
	width: 100%;
}
.single-property-details {
	margin-bottom: 60px;
}
.single-property-button {
	margin-bottom: 10px;
}
.single-property-button a.btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 0;
}
.single-property-feature {
	margin-top: 20px;
}
.single-property-feature table tr {
	background-color: transparent;
}
.single-property-feature table tbody td {
	border-width: 0 0 1px 0;
	padding: 10px 0;
}
.single-property-feature table tbody th {
	border-width: 0 0 1px 0;
	padding: 20px 0 10px;
}
/*====================================================================
						Property/Design Css
=====================================================================*/
.property-tabs {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px;
	justify-content: center;
}
.property-tabs li {
	position: relative;
	margin-bottom: 10px;
}
.property-tabs li + li {
	margin-left: 8px;
}
.property-tabs li a {
	background-color: #be1d2c;
	border: 1px solid #be1d2c;
	color: #fff;
	border-radius: 0;
	min-width: 135px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 20px;
}
.property-tabs li a.active {
	background-color: transparent;
	color: #be1d2c;
}
.property-subarea-tabs {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px;
	justify-content: center;
}
.property-subarea-tabs li {
	position: relative;
	margin-bottom: 10px;
}
.property-subarea-tabs li + li {
	margin-left: 8px;
}
.property-subarea-tabs li a {
	color: #1e1e1e;
	border-radius: 3px;
	min-width: 135px;
	text-align: center;
	text-transform: uppercase;
}
.property-subarea-tabs li a.active {
	color: #be1d2c;
}
.property-subarea-gallery {
	padding: 0 7.5px;
}
#area-video iframe {
	width: 100%;
	/* height: 100%; */
	min-height: 300px;
}
.Floor-Plan .property-subarea-gallery-images {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.property-subarea-gallery-images {
	margin-bottom: 15px;
	padding: 0 7.5px;
}
.property-subarea-gallery-images img {
	width: 100%;
}

#loader {
	display: none;
}

/* media class start here */

@media (min-width: 768px) {
.iframe-bg{
	border:none;
  border-radius: 60px!important;
	border-bottom-right-radius: 120px!important;
 -webkit-border-radius: 60px!important;
	-webkit-border-bottom-right-radius: 120px!important;
	/* width: 100%; */
	height: 100%;
  width: calc(100% + 60px);
	min-height: 620px;
	object-fit: cover;
	min-width:330px;
}

.video-url {
	max-width: 1400px;
	max-height: 558px;
	margin-left: 23%;
	margin-right: 60px;
	margin-top: 100px;
	width: 100%;
	height: 100%;
  border-radius: 60px!important;
 -webkit-border-radius: 60px!important;
	position:relative;
	z-index:-1;
  overflow: hidden;
}

}
/* media class end here */