	/*!
	Theme Name: Tintean-Housing
	Theme URI: http://underscores.me/
	Author: Underscores.me
	Author URI: http://underscores.me/
	Description: Description
	Version: 1.0.0
	Tested up to: 5.4
	Requires PHP: 5.6
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: tintean-housing
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned.

	Tintean-Housing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
	Underscores is distributed under the terms of the GNU GPL v2 or later.

	Normalizing styles have been helped along thanks to the fine work of
	Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
	*/

	/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Generic
		- Normalize
		- Box sizing
	# Base
		- Typography
		- Elements
		- Links
		- Forms
	## Layouts
	# Components
		- Navigation
		- Posts and pages
		- Comments
		- Widgets
		- Media
		- Captions
		- Galleries
	# plugins
		- Jetpack infinite scroll
	# Utilities
		- Accessibility
		- Alignments

	--------------------------------------------------------------*/

	/*--------------------------------------------------------------
	# Generic
	--------------------------------------------------------------*/

	/* Normalize
	--------------------------------------------- */

	/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

	/* Document
		 ========================================================================== */

	/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in iOS.
	 */
	html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}

	/* Sections
		 ========================================================================== */

	/**
	 * Remove the margin in all browsers.
	 */
	body {
		margin: 0;
		font-family: "Nunito Sans", sans-serif;
	}

	/**
	 * Render the `main` element consistently in IE.
	 */
	main {
		display: block;
	}

	/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */
	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}

	/* Grouping content
		 ========================================================================== */

	/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	}

	/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
	pre {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	/* Text-level semantics
		 ========================================================================== */

	/**
	 * Remove the gray background on active links in IE 10.
	 */
	a {
		background-color: transparent;
	}

	/**
	 * 1. Remove the bottom border in Chrome 57-
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */
	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	}

	/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */
	b,
	strong {
		font-weight: bolder;
	}

	/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
	code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	/**
	 * Add the correct font size in all browsers.
	 */
	small {
		font-size: 80%;
	}

	/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sub {
		bottom: -0.25em;
	}

	sup {
		top: -0.5em;
	}

	/* Embedded content
		 ========================================================================== */

	/**
	 * Remove the border on images inside links in IE 10.
	 */
	img {
		border-style: none;
	}

	/* Forms
		 ========================================================================== */

	/**
	 * 1. Change the font styles in all browsers.
	 * 2. Remove the margin in Firefox and Safari.
	 */
	button,
	input,
	optgroup,
	select,
	textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	}

	/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */
	button,
	input {
		overflow: visible;
	}

	/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */
	button,
	select {
		text-transform: none;
	}

	/**
	 * Correct the inability to style clickable types in iOS and Safari.
	 */
	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	}

	/**
	 * Remove the inner border and padding in Firefox.
	 */
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

	/**
	 * Restore the focus styles unset by the previous rule.
	 */
	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}

	/**
	 * Correct the padding in Firefox.
	 */
	fieldset {
		padding: 0.35em 0.75em 0.625em;
	}

	/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *		`fieldset` elements in all browsers.
	 */
	legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal;
	}

	/**
	 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */
	progress {
		vertical-align: baseline;
	}

	/**
	 * Remove the default vertical scrollbar in IE 10+.
	 */
	textarea {
		overflow: auto;
	}

	/**
	 * 1. Add the correct box sizing in IE 10.
	 * 2. Remove the padding in IE 10.
	 */
	[type="checkbox"],
	[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
	[type="number"]::-webkit-inner-spin-button,
	[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */
	[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
	}

	/**
	 * Remove the inner padding in Chrome and Safari on macOS.
	 */
	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */
	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
	}

	/* Interactive
		 ========================================================================== */

	/*
	 * Add the correct display in Edge, IE 10+, and Firefox.
	 */
	details {
		display: block;
	}

	/*
	 * Add the correct display in all browsers.
	 */
	summary {
		display: list-item;
	}

	/* Misc
		 ========================================================================== */

	/**
	 * Add the correct display in IE 10+.
	 */
	template {
		display: none;
	}

	/**
	 * Add the correct display in IE 10.
	 */
	[hidden] {
		display: none;
	}

	/* Box sizing
	--------------------------------------------- */

	/* Inherit box-sizing to more easily change it's value on a component level.
	@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	*,
	*::before,
	*::after {
		box-sizing: inherit;
	}

	html {
		box-sizing: border-box;
	}

	/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/

	/* Typography
	--------------------------------------------- */
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		color: #404040;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 1rem;
		line-height: 1.5;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
	}

	p {
		margin-bottom: 1.5em;
	}

	dfn,
	cite,
	em,
	i {
		font-style: italic;
	}

	blockquote {
		margin: 0 1.5em;
	}

	address {
		margin: 0 0 1.5em;
	}

	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", courier, monospace;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
	}

	code,
	kbd,
	tt,
	var {
		font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	}

	abbr,
	acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
	}

	mark,
	ins {
		background: #fff9c0;
		text-decoration: none;
	}

	big {
		font-size: 125%;
	}

	/* Elements
	--------------------------------------------- */
	body {
		background: #fff;
		font-family: "Nunito Sans", sans-serif;
	}

	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}

	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}

	ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 15px;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}

	dt {
		font-weight: 700;
	}

	dd {
		margin: 0 1.5em 1.5em;
	}

	/* Make sure embeds and iframes fit their containers. */
	embed,
	iframe,
	object {
		max-width: 100%;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	figure {
		margin: 1em 0;
	}

	table {
		margin: 0 0 1.5em;
		width: 100%;
	}

	/* Links
	--------------------------------------------- */
	a {
		color: #4169e1;
	}

	a:visited {
		color: #800080;
	}

	a:hover,
	a:focus,
	a:active {
		color: #191970;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover,
	a:active {
		outline: 0;
	}

	/* Forms
	--------------------------------------------- */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 1px solid;
		border-color: #ccc #ccc #bbb;
		border-radius: 3px;
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.8);
		line-height: 1;
		padding: 0.6em 1em 0.4em;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
	}

	button:active,
	button:focus,
	input[type="button"]:active,
	input[type="button"]:focus,
	input[type="reset"]:active,
	input[type="reset"]:focus,
	input[type="submit"]:active,
	input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		color: #666;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 3px;
	}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		
	}

	select {
		border: 1px solid #ccc;
	}

	textarea {
		width: 100%;
	}

	/*--------------------------------------------------------------
	# Layouts
	--------------------------------------------------------------*/

	/*--------------------------------------------------------------
	# Components
	--------------------------------------------------------------*/

	/* Navigation
	--------------------------------------------- */
	.main-navigation {
		display: block;
		width: 100%;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: auto;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	@media screen and (min-width: 37.5em) {

		.menu-toggle {
			display: none;
		}

		.main-navigation ul {
			display: flex;
		}
	}

	.site-main .comment-navigation,
	.site-main
	.posts-navigation,
	.site-main
	.post-navigation {
		margin: 0 0 1.5em;
	}

	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: flex;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		flex: 1 0 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: end;
		flex: 1 0 50%;
	}

	/* Posts and pages
	--------------------------------------------- */
	.sticky {
		display: block;
	}

	.post
	 {
		margin: 0 0 1.5em;
	}
	.page{margin: 0;}
	.updated:not(.published) {
		display: none;
	}

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 1.5em 0 0;
	}

	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	}

	/* Comments
	--------------------------------------------- */
	.comment-content a {
		word-wrap: break-word;
	}

	.bypostauthor {
		display: block;
	}

	/* Widgets
	--------------------------------------------- */
	.widget {
		margin: 0 0 1.5em;
	}

	.widget select {
		max-width: 100%;
	}

	/* Media
	--------------------------------------------- */
	.page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}

	/* Make sure logo link wraps around logo image. */
	.custom-logo-link {
		display: inline-block;
	}

	/* Captions
	--------------------------------------------- */
	.wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}

	.wp-caption-text {
		text-align: center;
	}

	/* Galleries
	--------------------------------------------- */
	.gallery {
		margin-bottom: 1.5em;
		display: grid;
		grid-gap: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}

	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}

	.gallery-caption {
		display: block;
	}

	/*--------------------------------------------------------------
	# Plugins
	--------------------------------------------------------------*/

	/* Jetpack infinite scroll
	--------------------------------------------- */

	/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
	.infinite-scroll .posts-navigation,
	.infinite-scroll.neverending .site-footer {
		display: none;
	}

	/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
	.infinity-end.neverending .site-footer {
		display: block;
	}

	/*--------------------------------------------------------------
	# Utilities
	--------------------------------------------------------------*/

	/* Accessibility
	--------------------------------------------- */

	/* Text meant only for screen readers. */
	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: 0.875rem;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}

	/* Do not show the outline on the skip link target. */
	#primary[tabindex="-1"]:focus {
		outline: 0;
	}

	/* Alignments
	--------------------------------------------- */
	.alignleft {

		/*rtl:ignore*/
		float: left;

		/*rtl:ignore*/
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}

	.alignright {

		/*rtl:ignore*/
		float: right;

		/*rtl:ignore*/
		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
	}


	/************************************************************************************/
	p{
		font-size: 16px;
		color: #404040;
		line-height: 1.7;
	}


	.container{
		max-width: 1600px;
		width: 100%;
		margin: 0 auto;
	}
	.top_header {
	    background: #00923F;
	    padding: 10px 0 10px;
	}
	.top_header p{
		font-size: 20px;
	    font-weight: 600;
	    line-height: 1;
	    margin: 0;
	    color: #F4D551;
	}


	.logo_main_section {
	    display: flex;
	    justify-content: space-between;
	    padding: 20px 0;
	}
	.tel_section {
	    display: flex;
	    align-items: center;
	}
	.tel_section img {
	    object-fit: contain;
	}
	.tel_cont {
	    margin-left: 15px;
	}
	.tel_section_main {
	    display: flex;
	    align-items: center;
	    gap: 25px;
	}
	.tel_section_main b{display: block;font-size: 15px;color: #555555;font-weight: 600;}
	.tel_section_main a {
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	    outline: none;
	    text-decoration: none;
	    transition: 0.5s;
	}
	.header_right {
	    display: flex;
	    align-items: center;
	    gap: 30px;
	}
	.h_btn a {
	    color: #000;
	    padding: 14px 30px;
	    font-size: 18px;
	    border-radius: 50px;
	    text-decoration: none;
	    background: #F4D551;
	    font-weight: 600;
	    transition: 0.5s;
	}
	.h_btn a:hover{
		background: #00923F;
	}
	.tel_section_main a:hover{color: #00923F;}


	.main-navigation ul {
	    display: flex;
	    justify-content: space-around;
	        
	 }

	.bg_section_menu {
	    background: #F4D551;
	    border-radius: 0 0 30px 30px;
	    padding: 15px 0;
	}
	.footr_top a:hover{
		color: #00923F;
		padding-left: 5px;
	}
	.main-navigation a {
	  
	    color: #000000;
	    font-size: 18px;
	    font-weight: 600;
	}    





	.footr_top {
	    background: #000;
	    width: 100%;
	    display: inline-block;
	    padding-top: 90px;
	    padding-bottom: 70px;
	}
	.footr_top h3 {
	    font-size: 25px;
	    font-weight: 400;
	    color: #fff;
	    margin: 0 0 25px;
	    font-family: "Quicksand", sans-serif;
	}
	.footr_top li {
	    margin-bottom: 20px;
	}
	.footr_top a {
	    font-size: 16px;
	    font-weight: 400;
	    color: #fff;
	    text-decoration: none;
	    transition: 0.5s;
	}
	.footr_top p{
		font-size: 16px;
	    font-weight: 400;
	    color: #fff;
	    margin: 0;
	}
	.footr_top ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.socl_footer i.fa.fa-facebook {
	    background: #1877F2;
	    height: 25px;
	    width: 25px;
	    color: #fff;
	    line-height: 33px;
	    text-align: center;
	    border-radius: 100%;
	    font-size: 19px;
	    margin-right: 25px;
	}
	.socl_footer {
	    display: flex;
	    align-items: center;
	}
	.img_f_icon {
	    width: 35px;
	}
	.rpt_f_sect {
	    display: flex;
	    margin-bottom: 30px;
	}
	.img_f_cont {
	    width: 83%;
	}
	.socl_footer i.fa.fa-twitter {
	    color: #1DA1F2;
	    font-size: 25px;
	}

	.tow_section {
	    padding-left: 80px;
	}
	.one_section img {
	    margin-bottom: 25px;
	}
	.copy_right p {
	    font-size: 16px;
	    color: #fff;
	    font-weight: 400;
	    margin: 0;
	}
	.copy_right p a {
	    color: #F4D551;
	    text-decoration: none;
	}
	.border_copy {
	    border-top: 1px solid;
	    padding: 20px 0 20px;
	}
	.copy_right{
		background: #000;
	}


	.menu_section {
	    position: relative;
	    z-index: 9;
	}
	.home_banner {
	    margin-top: -56px;
	    position: relative;
	}
	.banner_contant {
	    position: absolute;
	    transform: translate( 0%, -50%);
	    width: 100%;
	    left: 0%;
	    top: 50%;
	    
	}
	.banner_contant strong {
	    font-size: 40px;
	    font-weight: 600;
	    text-align: left;
	    color: #F4D551;
	    font-family: "Caveat", cursive;
	    font-style: italic;
		line-height: 1.1;
		width: 60%;
        display: block;
        margin-bottom: 45px;

	}
	.banner_contant h3 {
	    font-family: "Merriweather", serif;
	    font-size: 60px;
	    color: #fff;
	    margin: 0 0 35px;
	}
	.banner_btn {
	    display: flex;
	    align-items: center;
	    gap: 15px;
	}
	a.requ_btn {
	    color: #000;
	    padding: 14px 30px;
	    font-size: 18px;
	    border-radius: 50px;
	    text-decoration: none;
	    background: #F4D551;
	    font-weight: 600;
	    transition: 0.5s;
	    border: 1px solid #F4D551;
	}
	#home_bnnr_slider .tel_section img{width: auto;}
	#home_bnnr_slider .tel_cont b {
	    display: block;
	    color: #858585;
	    font-size: 14px;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	#home_bnnr_slider .tel_section {
	    color: #000;
	    padding: 2px 30px 2px 2px;
	    font-size: 18px;
	    border-radius: 50px;
	    text-decoration: none;
	    background: #fff;
	    font-weight: 600;
	    border: 1px solid #1A9D53;
	}
	#home_bnnr_slider .tel_cont a {
	    color: #000000;
	    font-size: 18px;
	}
	#home_bnnr_slider .owl-nav {
	    display: block;
	}
	#home_bnnr_slider button.owl-prev {
	    position: absolute;
	    top: 50%;
	    background: rgba(240, 240, 240, 0.5);
	    border: 0;
	    left: 0;
	    width: 35px;
	    height: 70px;
	    outline: none;
	    font-size: 40px;
	    transform: translate(0%, -50%);
	    border: 0;
	    border-radius: 0;
	    color: #000000;
	    margin: 0;
	}

	#home_bnnr_slider button.owl-next {
	    position: absolute;
	    top: 50%;
	    background: rgba(240, 240, 240, 0.5);
	    border: 0;
	    right: 0%;
	    width: 35px;
	    height: 70px;
	    outline: none;
	    font-size: 40px;
	    transform: translate(0%, -50%);
	    
	    border-radius: 0px;
	    color: #000000;
	    margin: 0;
	}
	#home_bnnr_slider span {
	    
	}
	a.requ_btn:hover{
		background: #00923F;
	}
	#home_bnnr_slider .tel_cont a:hover{
		color: #00923F;
	}

	.main-navigation a:hover{
		color: #00923F;
	}
	.main-navigation li.current-menu-item > a {
	    color: #00923F;
	}

	.banner_btm_box {
	    margin-top: -35px;
	    position: relative;
	    z-index: 9;
	}
	.box_banner_btm {
	    display: flex;
	    justify-content: center;
	    
	    text-align: center;
	}
	.inr_box_btm {
	    background: #fff;
	    padding: 10px 29px;
	    width: 33%;
	    border: 1px solid #E0E0E0;
	}
	.inr_box_btm p {
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0px 0 0;
	    color: #292A25;
	}
	.inr_box_btm strong {
	    display: block;
	    font-size: 50px;
	    color: #1A9D53;
	    margin: 10px 0 0;
	    font-weight: 800;
	}
	#company_slider .rpt_logo img {
	    width: auto;
	}
	.company_logo_section h1 {
	    margin: 0 0 25px;
	    font-size: 24px;
	    color: #1D1D1D;
	    font-weight: 700;
	    font-family: "Quicksand", sans-serif;
	}
	.company_logo_section {
	    width: 100%;
	    display: inline-block;
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
	#company_slider {
	    width: 90%;
	    margin: 0 auto;
	}
	#company_slider button.owl-prev {
	    position: absolute;
	    left: -4%;
	    transform: translate(0%, -50%);
	    top: 50%;
	    outline: none;
	    background: transparent;
	}
	#company_slider button.owl-next{
		position: absolute;
	    top: 50%;
	    right: -4%;
	    transform: translate(0%, -50%);
	    top: 50%;
	    outline: none;
	    background: transparent;

	}
	#company_slider span {
	    font-size: 35px;
	    color: #B0B0B0;
	}



	.our_services_home {
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 80px;
	}
	.services_box {
	    display: flex;
	    gap: 30px;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.services_box_inr {
	    box-shadow: 0 0 10px #ccc;
	    width: calc(33.33% - 20px);
	    border-radius: 5px;
	    position: relative;
	    padding-bottom: 45px;
	}
	.img_serv img {
	    width: 100%;
	}
	.box_cont_serv {
	    padding: 0 30px 25px;
	}
	.box_cont_serv h5 {
	    font-size: 24px;
	    color: #000;
	    font-weight: 500;
	    margin: 20px 0 15px;
	}

	.box_cont_serv a {
	    color: #000000;
	/*    text-transform: uppercase;*/
	    font-size: 18px;
	    display: inline-block;
	    text-decoration: none;
	    position: absolute;
	    bottom: 0;
	    margin-bottom: 28px;
	    font-weight: 600;
	    font-family: "Quicksand", sans-serif;
	    transition: 0.5s;
	}
	.img_serv img {
	    width: 100%;
	    border-radius: 10px 10px 0 0;
	}

	.services_box_inr:first-child .img_serv:after {
		content: "";
	    display: block;  
	    position: absolute;
	    top: -2px;
	    width: 100%;
	    height: 100%;
	    z-index: -9;
	    right: 0;
	    border-radius: 10px;
	    background: linear-gradient(180deg, rgba(221, 55, 48, 1) 45%, rgba(255, 255, 255, 1) 100%);
	}
	.services_box_inr:nth-child(2) .img_serv:after {
		content: "";
	    display: block;
	    background: linear-gradient(180deg, rgba(0, 146, 63, 1) 45%, rgba(255, 255, 255, 1) 100%);
	    position: absolute;
	    top: -2px;
	    width: 100%;
	    height: 100%;
	    z-index: -9;
	    right: 0;
	    border-radius: 10px;
	}
	.services_box_inr:nth-child(3) .img_serv:after {
		content: "";
	    display: block;
	    background: linear-gradient(180deg, rgba(244,213,81,1) 45%, rgba(255,255,255,1) 100%);
	    position: absolute;
	    top: -2px;
	    width: 100%;
	    height: 100%;
	    z-index: -9;
	    right: 0;
	    border-radius: 10px;
	}
	.img_serv {
	    position: relative;
	    padding: 5px;
	}


	.heading_rpt h3 {
	    font-family: "Quicksand", sans-serif;
	    color: #000;
	    font-size: 50px;
	    font-weight: 600;
	    margin: 0 0 30px;
	}
	.our_services_home .heading_rpt{
		text-align: center;
	}

	#our_stories_slider img{
		width: auto;
		display: inline-block;
	}
	.rpt_our_stories_cont {
	    background: #fff;
	}
	.our_stories {
	    background: #EFF5F1;
	    width: 100%;
	    display: inline-block;
	    padding-top: 80px;
	    padding-bottom: 80px;
	    margin-bottom: 80px;
	}
	.rpt_our_stories_cont {
	    background: #fff;
	    width: calc(80% - 20px);
	    padding-left: 25px;
	    padding-top: 25px;
	    padding-bottom: 20px;
	        border-radius: 0 10px 10px 0;
	}
	.rpt_our_stories {
	    display: flex;
	}
	.rpt_our_stories_cont a {
	    font-size: 18px;
	    color: #000;
	    font-family: "Quicksand", sans-serif;
	    font-weight: 600;
	    text-decoration: none;
	    transition: 0.5s;
	}
	.rpt_our_stories_cont a:hover, .box_cont_serv a:hover{
		color: #00923F;
	}
	.our_projectss .tel_cont a:hover{
		color: #00923F;
	}
	.rpt_our_stories_cont h4 {
	    font-size: 25px;
	    color: #000;
	}
	#our_stories_slider .owl-dots {
	    text-align: center;
	    margin-top: 25px;
	}
	.owl-carousel .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	    background: #D9D9D9;
	    width: 15px;
	    height: 15px;
	    border-radius: 100%;
	    margin: 5px;
	}
	button.owl-dot.active {
	    background: #F4D551;
	}
	.rpt_our_stories_cont p {
	    
	    margin: 0 0 10px;
	}
	.rpt_our_stories_img img {
	    border-radius: 10px 0 0 10px;
	}
	.our_projects {
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 80px;
	}
	.rpt_our_projects strong {
	    position: absolute;
	    bottom: 0;
	    font-size: 20px;
	    color: #fff;
	    padding-left: 15px;
	    padding-bottom: 15px;
	}
	.our_projects .owl-dots {
	    text-align: center;
	    margin-top: 20px;
	}


	.our_projectss .tel_cont {
	    margin-left: 15px;
	}
	.our_projectss .tel_section{
	    color: #000;
	    padding: 2px 30px 2px 2px;
	    font-size: 18px;
	    border-radius: 50px;
	    text-decoration: none;
	    background: #fff;
	    font-weight: 600;
	    border: 1px solid #1A9D53;
	    border-radius: 50px;
	}
	.our_projectss .banner_btn {
	    display: flex;
	    align-items: center;
	    gap: 15px;
	    justify-content: center;
	    margin-top: 35px;
	}
	.our_projectss .tel_cont b {
	    display: block;
	    color: #858585;
	    font-size: 14px;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	.our_projectss .tel_cont a {
	    color: #000000;
	    font-size: 18px;
	    text-decoration: none;
	    transition: 0.5s;
	}
	.our_projectss {
	    justify-content: center;
	    margin-top: 35px;
	}


	.news_articles {
	    background: #EFF5F1;
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 0px;
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.news_inr_cont {
	    background: #FFFFFF;
	    border-radius: 10px;
	    margin: 0 15px;
	    margin-top: -50px;
	    position: relative;
	    padding: 15px 35px 30px;
	    height: 100%;
       display: flex;
       flex-direction: column;
	}
	#news_articles_slider .news_inr_cont img{
		width: auto;
		display: inline-block;
	}
	.news_inr_cont a {
	    color: #000000;
	/*    text-transform: uppercase;*/
	    font-size: 18px;
	    display: inline-block;
	    text-decoration: none;
	    font-weight: 600;
	    transition: 0.5s;
	    position: absolute;
    bottom: 15px;
	}
	.news_inr_cont span {
	    font-size: 16px;
	    color: #848484;
	    margin-right: 15px;
	}
	.news_inr_cont .fa {
	    margin-right: 8px;
	    color: #E9B01A;
	}
	.news_inr_cont h4 {
	    font-size: 25px;
	    color: #000000;
	    margin: 15px 0 15px;
	    font-weight: 600;
	}
	#news_articles_slider .owl-dots {
	    text-align: center;
	    margin-top: 20px;
	}
	.home_about .our_projectss{justify-content: left;}
	.h_inr_about h6 {
	    color: #00923F;
	    font-size: 30px;
	    font-weight: 600;
	    
	    /* font-family: "Caveat", cursive; */
	    
	}
	.h_inr_about h2{
		font-family: "Quicksand", sans-serif;
	    color: #000;
	    font-size: 50px;
	    font-weight: 600;
	    margin: 0 0 30px;
	}
	.home_about {
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 80px;
	    position: relative;
	    padding-top: 125px;
	}



	.icon_inr {
	    position: relative;
	}
	.contact_page_btm input {
	    width: 100%;
	    border-radius: 3px;
	    border: 1px solid #fff;
	    background: transparent;
	    padding: 15px 20px;
	    box-shadow: none;
	    font-size: 16px;
	    line-height: normal;
	    padding-left: 40px;
	    color: #fff;
	   font-family: "Nunito Sans", sans-serif;
	    font-style: normal;
	    font-weight: 300;
	    padding-left: 45px;
	    outline: none;
	}
	.icon_inr img {
	    position: absolute;
	    left: 29px;
	    top: 18px;
	    z-index: 9;
	}


	.contact_page_btm textarea {
	    width: 100%;
	    border-radius: 3px;
	    border: 1px solid #fff;
	    background: transparent;
	    padding: 15px 20px;
	    box-shadow: none;
	    font-size: 16px;
	    line-height: normal;
	    color: #fff;
	    font-family: "Nunito Sans", sans-serif;
	    font-style: normal;
	    font-weight: 300;
	    padding-left: 15px;
	    height: 150px;
	    outline: none;
	    padding-left: 45px;
	}
	.contact_page_btm .wpcf7-submit {
	    width: auto;
	    padding: 13px 30px 13px 30px;
	    background: #F4D551;
	    outline: none;
	    font-size: 18px;
	    font-weight: 600;
	    letter-spacing: 0em;
	    text-align: center;
	    color: #000;
	    font-family: "Nunito Sans", sans-serif;
	    border: 0;
	    border-radius: 50px;
	}
	.contact_page_btm .wpcf7-submit:hover{
		background: #fff;
	}
	.wpcf7 form .wpcf7-response-output{
		color: #fff;
	}
	div#respond {
		display: none;
	}
	footer.entry-footer {
		display: none;
	}
	.max_w {
	    background: #00A14B;
	    border-radius: 10px;
	    padding: 60px 85px 30px;
	    max-width: 1240px;
	    width: 84%;
	    margin: 0 auto;
	}
	.home_contact h4 {
	    font-family: "Quicksand", sans-serif;
	    color: #fff;
	    font-size: 50px;
	    font-weight: 600;
	    margin: 0 0 30px;
	    text-align: center;
	}

	.home_contact {
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 80px;
	}

	.home_about:after {
	    content: "";
	    background-image: url(https://tinteanhousing.demotoday.info/wp-content/uploads/2024/05/bg_about.png);
	    width: 28%;
	    height: 70%;
	    background-size: contain;
	    right: 0px;
	    position: absolute;
	    top: 50%;
	    background-repeat: no-repeat;
	    z-index: -9;
	    transform: translate(0%, -50%);
	}
	.ab_mrg {
	    margin-top: 25px;
	}
	.vision_mission_bg_color {
	    background: #EFF5F1;
	    width: 100%;
	    display: inline-block;
	    padding-top: 70px;
	    padding-bottom: 50px;
	    margin-bottom: 0px;
	}
	.left_img_section:after {
	    right: auto;
	    background-image: url(https://tinteanhousing.demotoday.info/wp-content/uploads/2024/05/bg_about_left.png);
	    left: 0px;
	}

	.ulli_section li {
	    padding: 0;
	    margin: 0 0 15px;
	    color: #000;
	    font-weight: 600;
	    padding-left: 25px;
	    position: relative;
	    font-size: 16px;
	}
	.ulli_section ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.ulli_section li:before {
	    content: "\f058";
	    display: inline-block;
	    font: normal normal normal 14px / 1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    color: #00923F;
	    margin-right: 10px;
	    position: absolute;
	    left: 0;
	    margin-top: 3px;
	}
	.banner_btm_cont {
	    width: 100%;
	    display: inline-block;
	    margin-top: 80px;
	}
	.white_bg {
	    background: #fff;
	}
	.vision_mission_bg_color b {
	    font-style: italic;
	}
	.color_ching_a {
	    color: #00923F;
	    text-decoration: underline;
	}
	.banner_btm_cont p {
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0;
	}


	.tinten_inr_box .services_box_inr .img_serv:after{background-image: linear-gradient(#EFF5F1, #fff)}


	.tinten_inr_box .services_box_inr{padding-bottom: 15px;margin-bottom: 15px;}
	.tinten_inr_box .box_cont_serv{padding-bottom: 0;}
	.fifty_percent{width: calc(50.33% - 30px);}
	.tintenan_section {width: 100%;display: inline-block;margin-bottom: 80px;margin-top: 80px;}


	div#faq {
	    max-width: 1328px;
	    margin: 0 auto;
	    width: 86%;
	}
	#main_faq .card {
	    margin-bottom: 30px;
	    background: #FFFFFF;
	    border: 1px solid #E9E9E9;
	    box-shadow: initial;
	    border-radius: 5px;
	}
	#main_faq .card .card-header {
	    border: 0;
	    -webkit-box-shadow: initial;
	    box-shadow: initial;
	    border-radius: 0;
	    padding: 0;
	    background-color: initial;
	}

	#main_faq .card .card-header .btn-header-link {
	    color: #212121;
	    background: #EFF5F1;
	    border: 0;
	    border-radius: 5px;
	    font-style: normal;
	    font-weight: 500;
	    font-size: 19px;
	    line-height: 30px;
	    display: flex;
	    position: relative;
	    box-shadow: initial;
	    padding: 19px 20px;
	}
	#main_faq .card .card-header .btn-header-link.collapsed:after {
	    content: "\f067";
	    
	}
	#main_faq .card .card-header .btn-header-link:after {
	    content: "\f068";
	    display: inline-block;
	    font: normal normal normal 14px / 1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    float: right;
	    position: absolute;
	    right: 30px;
	    top: 25px;
	}
	/*.card-body {
	    font-style: normal;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 170%;
	    color: #595959;
	}*/
.card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #595959;
    /*height: 220px;
    overflow-y: scroll;
    margin-right: 15px;*/
    margin-top: 0;
    margin-bottom: 15px;
}

	.accordion h5 {
	    font-size: 25px;
	    color: #000000;
	    font-weight: 600;
	}
	div#main_faq {
	    width: 100%;
	    display: inline-block;
	    margin-top: 80px;
	    margin-bottom: 60px;
	}
	.card-header strong {
	    width: 95%;
	    text-align: left;
	    font-weight: normal;
	}
	.btn_download_application a {
	    background: #00923F;
	    color: #fff;
	    text-decoration: none;
	    padding: 12px 20px;
	    border-radius: 50px;
	    display: inline-block;
	    transition: 0.5s;
	}
	.btn_download_application a:hover{
		background: #F4D551;
		color: #000;
	}

	.box_main_our_rpt {
	    display: flex;
	    gap: 15px;
	    align-items: center;
	    justify-content: space-between;
	    padding-right: 30px;
	    background: #EFF5F1;
	    border-radius: 10px 10px 50px 10px;
	    margin-bottom: 25px;
	}
	.cont_our_people {
	    width: calc(78% - 25px);
	    padding-top: 15px;
	}
	.img_our_people {
	    width: calc(22% - 25px);
	}
	.img_our_people img {
	    border-radius: 10px 50px 50px 10px;
	}
	.cont_our_people h4 {
	    color: #000;
	    font-size: 25px;
	}

	.our_people_section strong {
	    color: #000000;
	    font-size: 25px;
	    font-family: "Quicksand", sans-serif;
	    display: block;
	    margin: 0 0 15px;
	}
	.our_people_section h2 {
	    color: #000000;
	    font-size: 35px;
	    font-family: "Quicksand", sans-serif;
	    margin: 0 0 25px;
	        font-weight: 600;
	}
	.our_people_section .row .col-12:nth-of-type(even) .box_main_our_rpt {
	    flex-direction: row-reverse;
	    padding-right: 0;
	    padding-left: 25px;
	}
	.our_people_section .row .col-12:nth-of-type(even) .box_main_our_rpt .img_our_people img{
		border-radius: 50px 10px 10px 50px;
	}
	.our_people_section {
	    width: 100%;
	    display: inline-block;
	    margin-top: 60px;
	}

	.left_top_cont h4 {
	    color: #272727;
	    font-size: 40px;
	    margin: 0 0 15px;
	    font-weight: 700;
	    text-align: left;
	}
	.ulli_contact_detail li {
	    display: flex;
	    gap: 20px;
	    align-items: center;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}

	.ulli_contact_detail ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    margin-top: 40px;
	}
	.contact_cont {
	    width: 70%;
	}
	.contact_cont h6 {
	    font-size: 22px;
	    font-weight: 700;
	    line-height: 28px;
	    letter-spacing: 0em;
	    text-align: left;
	    color: #2B2B2B;
	    margin: 0;
	}
	.ulli_contact_detail p {
	    margin: 0;
	    color: #2B2B2B;
	    font-size: 17px;
	    font-weight: 400;
	    letter-spacing: 0em;
	    text-align: left;
	}
	.contact_cont a {
	    margin: 0;
	    color: #2B2B2B;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 28px;
	    letter-spacing: 0em;
	    text-align: left;
	    text-decoration: none;
	}
	.contact_cont a:hover {
	    color: #00923F;
	}

	.left_contact {
	    background: #EFF5F1;
	    padding-top: 50px;
	    padding-left: 25px;
	    padding-right: 0;
	    border-radius: 10px 0 0 10px;
	}

	.right_contact {
	    padding-left: 0;
	}


	.right_contact .max_w{
	    border-radius: 0 10px 10px 0;
	    max-width: initial;
	    width: auto;
	    margin: 0;
	    padding-top: 40px;
	}

	 .home_contact .right_contact h4{
	 	font-size: 40px;
	 }
	.contact_page{
		width: 100%;
		display: inline-block;
		margin-top: 80px;
		margin-bottom: 80px;

	}
	.map_section {
	    line-height: 0;
	}
	.rpt_banner .banner_contant h3{margin: 0;}


	.thank_page {
	    width: 100%;
	    display: inline-block;
	    margin-top: 80px;
	    margin-bottom: 80px;
	}
	.mx_thank {
	    background: #00923f;
	    text-align: center;
	    max-width: 600px;
	    width: 100%;
	    padding: 30px 28px;
	    border-radius: 20px;
	    margin: 0 auto;
	}
	.thank_page h1 { 
	    font-size: 85px;
	    font-weight: 600;
	    line-height: 1.5;
	    letter-spacing: 0em;
	    text-align: center;
	    margin: 0;
	    color: #fff;
	}
	.thank_page p {
	    font-size: 32px;
	    line-height: 1.5;
	    letter-spacing: 0.1em;
	    text-align: center;
	    color: #fff;
	    margin: 0;
	    font-weight: 400;
	}

	.modal-dialog {
	    max-width: 1056px;
	    width: 100%;
	}
	.modal-content {
	    background: #00923F;
	    position: relative;
	    padding: 70px 95px 15px;
	    border: 3px solid #a5e7c4;
	}
	.modal-dialog .modal-content button span {
	    display: block;
	    color: #fff;
	    font-size: 25px;
	    font-weight: 300;
	    width: 100%;
	    height: 100%;
	    line-height: 29px;
	}
	.modal-content input {
	    width: 100%;
	    border-radius: 3px;
	    border: 1px solid #fff;
	    background: transparent;
	    padding: 15px 20px;
	    box-shadow: none;
	    font-size: 16px;
	    line-height: normal;
	    padding-left: 40px;
	    color: #fff;
	    font-family: "Nunito Sans", sans-serif;
	    font-style: normal;
	    font-weight: 300;
	    padding-left: 45px;
	    outline: none;
	}
	.modal-content textarea {
	    width: 100%;
	    border-radius: 3px;
	    border: 1px solid #fff;
	    background: transparent;
	    padding: 14px 20px;
	    box-shadow: none;
	    font-size: 16px;
	    line-height: normal;
	    color: #fff;
	    font-style: normal;
	    font-weight: 300;
	    height: 150px;
	    outline: none;
	    padding-left: 45px;
	    font-family: "Nunito Sans", sans-serif;
	}
	.modal-content .wpcf7-submit {
	    width: auto;
	    padding: 13px 40px 13px 40px;
	    background: #F4D551;
	    outline: none;
	    font-size: 16px;
	    font-weight: 500;
	    letter-spacing: 0em;
	    text-align: center;
	    color: #000;
	    border: 0;
	    border-radius: 50px;
	    font-family: "Nunito Sans", sans-serif;
	}
	.modal-title {
	    color: #fff;
	    margin: 0 0 15px;
	    font-size: 45px;
	    line-height: 1;
	    font-weight: 600;
	    width: 100%;
	    text-align: center;
	}
	.modal-dialog .modal-content button {
	    border: 2px solid #fff;
	    padding: 0;
	    text-align: center;
	    border-radius: 50%;
	    position: absolute;
	    top: 30px;
	    right: 30px;
	    width: 35px;
	    height: 35px;
	    opacity: 1;
	    font-size: 10px;
	    background: transparent;
	    outline: none;
	    font-family: "Nunito Sans", sans-serif;
	}
	.modal-header {
	    padding: 0;
	    border: 0;
	    margin: 0;
	}


	.news-wrapper {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    /*column-count: 2;
	    -webkit-column-count:2;
	    -moz-column-count:2;*/
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    vertical-align: top;
	}

	.news-content {
	    margin: 0;
	    padding: 0;
	    margin-bottom: 35px;
	    width: 48%;
	    display: flex;
        flex-direction: column;
	}
	.latest-news .news_inr_cont{
		box-shadow: 0 0 2px #ccc;
	}
	.latest-news .news_inr_cont a{text-transform: capitalize;}

	h2.widget-title {
	        font-family: "Quicksand", sans-serif;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 37.5px;
	    text-align: left;
	    color: #000;
	    margin: 0 0 20px;
	}
	section#search-2 {
	    background: #EFF5F1;
	    padding: 15px 25px 25px;
	}
	form.search-form {
	    position: relative;
	}
	input.search-field {
	    padding: 12px 29px;
	    border: 1px solid #CCCCCC;
	    outline: none;
	    border-radius: 0;
	    width: 100%;
	    -webkit-border-radius: 0px;
	}
	input.search-submit {
	    background: #00923F;
	    color: #fff;
	    padding: 11px 29px;
	    border: 0;
	    border-radius: 0;
	    font-family: Nunito Sans;
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 27.28px;
	    text-align: left;
	    position: absolute;
	    right: 0;
	}
	#search-2 label {
	    width: 100%;
	    position: relative;
	}

	.right_sidebar_sect ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.right_sidebar_sect ul li {
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0 0 17px;
	    padding: 0;
	}

	.right_sidebar_sect ul li a{
		color: #000;
		text-decoration: none;
	}

	section#search-2 {
	    background: #EFF5F1;
	    margin: 0;
	    padding: 15px 25px 25px;
	    margin-bottom: 25px;
	}

	section#categories-2 {
	    padding: 15px 25px 25px;
	    background: #EFF5F1;
	}

	.right_sidebar_sect ul li a:hover{
		color: #00923F;
	}
	a.page-numbers {
	    border: 1px solid #E7E7E7;
	    padding: 8px 20px;
	    margin: 0 10px;
	    color: #626262;
	    font-size: 18px;
	    border-radius: 3px;
	    font-family: "Nunito Sans", sans-serif;
	    text-decoration: none;
	}
	a.page-numbers:hover{
		background: #00923F;
		color: #fff;
	}
	span.page-numbers.current {
	    background: #1A9D53;
	    border: 1px solid #1A9D53;
	    padding: 8px 20px;
	    margin: 0 10px;
	    color: #fff;
	}
	.news_main{
		width: 100%;
		display: inline-block;
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.archive_single {
	    width: 100%;
	    display: inline-block;
	    margin-top: 80px;
	    margin-bottom: 80px;
	}

	.comment-form-comment textarea {
	    width: 50%;
	    max-height: 100px;
	    padding: 15px;
	    outline: none;
	}
	#respond label {
	    display: block;
	}
	#respond input {
	    width: 50%;
	    height: 45px;
	    padding: 15px;
	    outline: none;
	}
	#respond .comment-form-cookies-consent input {
	    width: auto;
	    height: auto;
	    margin-top: -10px;
	    margin-right: 5px;
	}
	.comment-form-cookies-consent {
	    display: flex;
	}
	#respond .form-submit input:hover{
		background: #00923F;
	}
	#respond .form-submit input {
	    font-family: "Nunito Sans", sans-serif;
	    width: auto;
	    background: #000;
	    color: #fff;
	    outline: none;
	    border: 0;
	    border-radius: 0;
	}
	.entry-header h1 {
	    font-style: normal;
	    font-weight: 600;
	    font-size: 30px;
	    line-height: 1.5;
	    text-transform: capitalize;
	    color: #111111;
	}
	.entry-meta .posted-on a {
	    color: #000;
	    font-size: 17px;
	    font-weight: 500;
	}
	.entry-meta .byline .author a {
	    color: #000;
	    font-size: 18px;
	    font-weight: 500;
	}
	.entry-meta .posted-on {
	    font-size: 16px;
	    font-weight: 600;
	}
	.nav-previous a, .nav-next a {
	    color: #000;
	    font-size: 18px;
	    font-weight: 500;
	}
	.entry-footer .cat-links a {
	    color: #000;
	    font-size: 16px;
	    font-weight: 500;
	}
	span.comments-link a{
		color: #000;
	    font-size: 16px;
	    font-weight: 500;
	}
	.entry-title a {
	    color: #000;
	    font-weight: 600;
	}
	.image img {
	    border-radius: 10px;
	    width: 100%;
	}
	.news_inr_cont a:hover{
		color: #00923F;
	}
	.top_header img {
	    margin-right: 10px;
	    max-width: 25px;
	}
	h1.page-title{font-family: "Quicksand", sans-serif;color: #000;font-size: 40px;font-weight: 600;margin: 0 0 20px;}
	.pagination {justify-content: center;}

	.main-navigation li.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-left: 8px;
    cursor: pointer;
    transition: transform .3s ease-out;
    font-weight: 600;

    }

	.main-navigation ul ul {
	    display: block !important;
	    padding-top: 14px;
	    box-shadow: inherit;
	}
	.main-navigation ul .sub-menu li {
	    margin: 0;
	    padding: 0;
	}
	.main-navigation li {
	    display: inherit;
	}
	.main-navigation ul ul a {
	    width: 250px;
	    font-size: 15px;
	    text-shadow: inherit;
	}
	.main-navigation ul .sub-menu li a {
	    padding: 10px;
	    color: #fff;
	    text-shadow: inherit;
	    margin: 0;
	    outline: none;
	    background: #00A14B;
	    text-align: left;
	}
	.main-navigation li.menu-item-has-children:hover:after {
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	    transition: transform .3s ease-out;
	}

	ol.comment-list {
	    margin: 0;
	    padding: 0 0 0 20px;
    }


	.comment-author.vcard img {	border-radius: 50px;}
	.comment-metadata a {
	    font-weight: 600;
	    color: #000;
	    margin-top: 10px;
	    display: block;
    }
    a.comment-reply-link {
	    font-weight: 700;
	    color: #000;
	    margin-bottom: 15px;
	    display: block;
    }
    b.fn a {
	    color: #000;
	    margin-left: 10px;
    }
    h2.comments-title {
	    color: #000;
	    font-size: 22px;
	    font-style: italic;
    }
    .comment-list li {
	    box-shadow: 0 0 5px #ccc;
	    padding: 15px;
	    margin-bottom: 15px;
	    border-radius: 5px;
    }

.bg_under{
	    background: #EFF5F1;
}

.anit_btm_m{margin-bottom: 80px;}


    .bg_under {
    background: #EFF5F1;
    padding: 70px 60px 45px;
    border-radius: 5px;
}

.img_tenant{text-align: center;}
.tenant_section{width: 100%;margin-top: 70px;margin-bottom: 50px;display: inline-block;}
.rpt_banner img{width: 100%;}







    :focus-visible {
      outline: -webkit-focus-ring-color auto 0px;
    }
	input:-internal-autofill-selected {background-color: transparent !important;}
	input:-internal-autofill-selected{background-color: transparent !important;}

	::-ms-input-placeholder { /* Edge 12-18 */
	  color: #fff;
	}

	::placeholder {
	  color: #fff;
	}

	.wpcf7-spinner{position: absolute;}
	#home_bnnr_slider img.dtop_img {display: block;}
	#home_bnnr_slider img.mb_img {display: none;}
	p.comment-form-url {
    display: none;
}

.tenant_section div.pdfemb-viewer{margin: 0 auto 25px;}

.rent-online form input {
    width: 100%;
    height: 50px;
    padding: 0 15px 0;
}
.rent-online form input#terms_agree {
    width: auto;
    height: auto;
}
.rent-online form input[type="submit"] {
    width: auto;
    padding: 12px 50px;
    background: #F4D551;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    border: 0;
    border-radius: 50px;
}
.rent-online {
    margin: 50px 0;
}
.rent-online form input[type="submit"]:hover {
    background: #00923F;
}


.wc-block-checkout__actions_row button {
	color: #000;
	background: #F4D551;
	border: none;
    border-color: none;
	font-weight: 600;
}


.two_list_item {
    margin: 30px 0 0;
}

.h_inr_about_img img {
    border-radius: 10px 80px 10px 10px;
}
.home_about.about_page.left_img_section img {
    border-radius: 80px 10px 10px 10px;
}


#home_bnnr_slider img.dtop_img {
    /* height: 450px;
    object-fit: cover; */
}
.news_letter {
    background: #EFF5F1;
    margin: 0;
    padding: 25px 25px 31px;
    margin-bottom: 25px;
}
a.download-button {
    background: #00923F;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.news_letter h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.5px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
}
.map {
    margin-bottom: 80px;
}


.terms_condition h2 {
    font-size: 30px;
    color: #000000;
    margin: 15px 0 15px;
    font-weight: 600;
    text-align: center;
}

.terms_condition strong {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 2;
}
ul.about_list {
    list-style: disc;
    padding-left: 25px;
}
.about_list li {
    margin-bottom: 10px;
}

.terms_condition ul{
	/*list-style: circle;
	padding-left: 20px;*/
}
.terms_condition {
    width: 100%;
    display: inline-block;
    margin: 50px 0 50px;
}

#home_bnnr_slider .owl-nav{
	display: none;
}
.rent_condition li {
    margin-bottom: 15px;
    list-style: disc;
}

.rent_condition {
    width: 100%;
    display: inline-block;
    margin: 50px 0 50px;
}
.rent_condition ul {
    margin-left: 25px;
}
.rent_condition h1{
	font-size: 30px;
    color: #000000;
    margin: 15px 0 15px;
    font-weight: 600;
    text-align: center;
}
.rent_condition h2, .rent_condition h3, .rent_condition h4{
	    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px;
}
.rent_condition ol{margin: 0;}

.rent_policy a {
    color: #000;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    background: #F4D551;
    font-weight: 600;
    transition: 0.5s;
}

.entry-meta span {
    display: none;
}


.accordion .rent_policy a {
    display: none;
}


.map .map_text {
    text-align: center;
    padding: 30px 0px;
    font-size: larger;
}




.home_banner .owl-item:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
}

.page-template-Home .banner_contant{z-index: 99;}
.box_cont_serv img {
    max-width: 30px;
}


.captcha-image label>input+*{padding: 2px;}


.three_section {padding-left: 80px;}
.post-thumbnail img {
    width: 100%;
}
p:empty {
    display: none;
}
.card-body p {
    margin-bottom: 15px;
}


.page-template-Home .home_about{padding-top: 0;}


.page-template-about .map .map_text{padding-top: 0;}
.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-checkout .entry-header h1, .woocommerce-cart .entry-header h1{text-align: center;}

.woocommerce-checkout .entry-content {margin-bottom: 50px;}

.second_section {margin-bottom: 50px;}
.news_inr_cont img {
    max-width: 30px;
}

/*************************************Responsive**************************************/




	@media only screen and (max-width: 767px){
	#home_bnnr_slider img.dtop_img {display: none;}
	#home_bnnr_slider img.mb_img {display: block;}
	#home_bnnr_slider .owl-nav{display: none;}
	.top_header{display: none;}
	.header_right{display: none;}
	.main-navigation{display: none;}
	.menu_section{display: none;}
	html {padding-top: 0px !important;}
	html body div#wprmenu_bar {
	        top: 34px;
	        position: absolute;
	        height: 28px;
	        background: transparent;
	        z-index: 9;
	        width: 31px;
	        margin: 0;
	        padding: 0;
	        right: 15px;
	        left: auto;
	    }
	html.wprmenu-body-fixed body {position: inherit !important;}
	#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
	        top: 81px !important;
	        width: 100%;
	        max-width: 100%;
	    }
	#mg-wprm-wrap li.menu-item a {padding: 15px 14px;border-bottom: 1px solid #fff;}
	.logo_h{margin-top: 0;}
	.logo_h img {max-width: 240px;}
	#wprmenu_bar div.hamburger {margin-top: 0;}
	#mg-wprm-wrap li.menu-item a {padding: 16px 14px;border-bottom: dashed 1px #d7bb47;text-transform: capitalize;}
	#mg-wprm-wrap.cbp-spmenu-left {height: inherit !important;max-width: 100%;width: 100%;position: absolute;}

	html.wprmenu-body-fixed:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.5); z-index: 1;}
	html.js {padding: 0 !important;}
	html.wprmenu-body-fixed body{left: 0 !important;}
	#wprmenu_bar div.hamburger {padding: 0 !important; margin-top: 0px !important; height: 100%;}
	.wprmenu_bar .hamburger-box {width: 22px;}
	.wprmenu_bar .hamburger-inner {width: 22px; top: 0px;}
	.hamburger--slider .hamburger-inner::before {width: 22px; top: 7px;}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {height: 2px;}
	.wprmenu_bar .hamburger-inner::after {width: 22px;}
	.hamburger--slider.is-active .hamburger-inner {transform: translate3d(-2px, 8px, 0px) rotate(45deg);}
	.hamburger--slider.is-active .hamburger-inner {width: 22px;}
	.hamburger--slider.is-active .hamburger-inner::after {transform: translate3d(0, -14px, 0) rotate(-90deg); width: 22px;}
	.hamburger--slider .hamburger-inner::after {top: 14px;}
	#mg-wprm-wrap ul li, #mg-wprm-wrap ul li ul.sub-menu li {border-bottom: 1px dashed rgba(255, 255, 255, 0.20);}
	#mg-wprm-wrap ul li:last-of-type, #mg-wprm-wrap ul li ul.sub-menu li:last-of-type{border-bottom: 0px;}
	#wprmenu_bar .menu_title a{position: absolute; left: 0;}
	#wprmenu_bar .menu_title{font-size: 0;}

	html.wprmenu-body-fixed body {position: inherit !important;}
	html body div.wprm-overlay {background: rgb(0,0,0,0.5);}
	html body .wprm-overlay.active{position: fixed;}
	#wprmenu_menu_ul{padding: 0px;}
	html.wprmenu-body-fixed{position: relative;}
	html.wprmenu-body-fixed:after {top: 6%;content: ''; position: absolute;  bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 999;}

	.home_banner{margin: 0;}
	.banner_contant strong{font-size: 22px;    width: 100%;margin-bottom: 25px;}
	.banner_btn{flex-wrap: wrap;}

	.banner_contant h3{font-size: 28px;}
	a.requ_btn{font-size: 16px;}
	#home_bnnr_slider .tel_cont a{font-size: 16px;}
	.inr_box_btm{width: 100%;}
	.box_banner_btm{flex-direction: column;}
	.inr_box_btm strong{font-size: 25px;}
	.inr_box_btm p{font-size: 18px;    margin: 0;}
	.inr_box_btm{padding: 15px 25px;}
	.heading_rpt h3{font-size: 25px;margin: 0 0 20px;}
	.services_box{flex-direction: column;}
	.services_box_inr{width: 100%;}
	.box_cont_serv h5{font-size: 21px;}
	.box_cont_serv a{font-size: 16px;}
	.rpt_our_stories{flex-direction: column;}
	.rpt_our_stories_cont{width: 100%;}
	.rpt_our_stories_cont{border-radius: 0 0px 10px 10px;padding-left: 15px;padding-right: 15px;}
	.rpt_our_stories_img img {border-radius: 10px 10px 0 0px;}
	.rpt_our_stories_cont h4{font-size: 21px;}
	.rpt_our_stories_cont a{font-size: 16px;}
	.our_stories{padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;}
	.our_projects{margin-bottom: 50px;}
	.news_inr_cont h4{font-size: 20px;}
	.news_inr_cont{padding-left: 15px;padding-right: 15px;padding-top: 15px;}
	.entry-header h1{font-size: 25px;line-height: 1.2;}
	.news_inr_cont a{font-size: 16px;}
	.col-md-6.ab_h_rht {order: -1;margin-bottom: 25px;}
	.h_inr_about h2{font-size: 25px;margin: 0 0 20px;}
	.h_inr_about h6{font-size: 18px;}
	.max_w{width: 100%;}
	.home_contact h4{font-size: 25px;}
	.max_w{padding-left: 15px;padding-right: 15px;padding-top: 30px;padding-bottom: 20px;}
	.home_about{margin-bottom: 50px;padding-top: 50px; }
	.home_contact{margin-bottom: 50px;}
	.news_articles{margin-bottom: 0px;padding-top: 50px;padding-bottom: 50px;}
	.home_about:after{display: none;}
	.tow_section{padding-left: 15px;}
	.footr_top h3{font-size: 24px;margin-top: 30px;}
	.our_services_home{margin-bottom: 50px;}
	#our_stories_slider .rpt_our_stories_img img {width: 100%;}
	.news_inr_img img {border-radius: 10px;}

	.modal-title{font-size: 25px;}
	.modal-content{padding-left: 15px;padding-right: 15px;padding-top: 50px;}
	.modal-content textarea{height: 100px;}
	.modal-dialog{width: 96%;}

	.thank_page h1{font-size: 30px;}
	.thank_page p{font-size: 18px;}
	.thank_page{    margin-top: 50px;margin-bottom: 50px;}
	.copy_right p{font-size: 15px;}
	p{font-size: 15px;}
	.left_img_section .h_inr_about { margin-top: 20px;}
	.footr_top a{font-size: 15px;}
	.footr_top p{font-size: 15px;}
	.vision_mission_bg_color{padding-top: 50px;}


	.our_people_section h2{font-size: 25px;}
	.our_people_section strong{font-size: 22px;}
	.box_main_our_rpt{flex-direction: column;padding-right: 15px;padding-left: 15px;}
	.our_people_section .row .col-12:nth-of-type(even) .box_main_our_rpt{flex-direction: column;padding-right: 15px;padding-left: 15px;}
	.img_our_people {width: 100%;}
	.img_our_people img{border-radius: 55px;width: 100%;padding-top: 15px;}
	.cont_our_people {width: 100%;}
	.cont_our_people h4{font-size: 22px;}
	.our_people_section .row .col-12:nth-of-type(even) .box_main_our_rpt .img_our_people img{border-radius: 50px;}


	.tintenan_section{margin-bottom: 50px;margin-top: 50px;}

	.btn_download_application {margin-bottom: 30px;}
	div#main_faq{margin-top: 50px;margin-bottom: 30px;}
	.accordion h5{font-size: 19px;}
	#main_faq .card .card-header .btn-header-link{font-size: 16px;}
	#main_faq .card .card-header .btn-header-link:after{right: 15px;}

	.left_contact{    margin-left: 15px;margin-right: 15px;}
	.right_contact {padding-left: 15px;}
	.contact_page{margin-top: 50px;}
	.contact_cont a, .ulli_contact_detail p{font-size: 15px;}
	.contact_cont h6{font-size: 20px;}
	.home_contact .right_contact h4{font-size: 30px;}
	.company_logo_section h1{font-size: 20px;}
	.footr_top{padding-top: 50px;padding-bottom: 20px;}

	.rght_section {order: -1;}
	.right_sidebar_sect ul li{font-size: 18px;}
	h2.widget-title{font-size: 24px;}
	.news_inr_cont span{font-size: 15px;}
	.our_projectss .tel_cont a{font-size: 16px;}
	.our_projectss .tel_cont b, #home_bnnr_slider .tel_cont b{font-size: 12px;}
	.news-content{width: 100%;}

	.news_main{margin-top: 50px;margin-bottom: 50px;}
	input.search-submit{font-size: 16px;}


	h1.page-title{font-size: 30px;}
	.archive_single{margin-bottom: 50px;margin-top: 50px;}
	h2.entry-title {font-size: 24px;}

	.comment-form-comment textarea{width: 100%;}
	#respond input{width: 100%;}

	.banner_btm_cont p{font-size: 16px;}
	.banner_btm_cont{margin-top: 50px;}

	.bg_under{padding: 35px 25px 30px;}
	.anit_btm_m {margin-bottom: 50px;}
	.ulli_section li{font-size: 15px;}
	div#faq{width: 100%;}
	.tenant_section{margin-top: 40px;margin-bottom: 20px;}
	div#mg-wprm-wrap ul>li:hover>span.wprmenu_icon { color: #00923f !important;}
	.banner_btm_cont p br { display: none;}
	.news_letter h3{font-size: 24px;}
	.map {margin-bottom: 40px;}
	.terms_condition h2{font-size: 25px;margin: 0;}
	.rent_condition h1{font-size: 25px;margin-top: 0;}
	.terms_condition strong{font-size: 20px;}
	 .rent_condition h2, .rent_condition h3, .rent_condition h4{font-size: 20px;}
	 .rent_condition{margin-top: 30px;}
	 .three_section {padding-left: 15px;}
	 .rpt_f_sect{margin-bottom: 15px;}
	 .footr_top li {margin-bottom: 15px;}
	 #company_slider .rpt_logo img{margin: 0 auto;}
	 .company_logo_section{margin-bottom: 20px;margin-top: 40px;}
	 .contact_page_btm textarea{height: 115px;}
	 .contact_page_btm .wpcf7-submit{font-size: 16px;padding: 10px 30px;}
	 .modal-dialog .modal-content button{top: 20px;right: 17px;}
	 .page-template-Contact iframe {height: 350px;}

	}

	@media only screen and (max-width: 479px){
	.rpt_banner img {height: 185px;object-fit: cover;}
	.tel_section img{max-width: 40px;}
	a.requ_btn{padding: 12px 20px;}
	.contact_cont a, .ulli_contact_detail p {
        font-size: 14px;
    }


	}


	@media (min-width: 768px) and (max-width: 991px){

	.banner_contant strong{font-size: 20px;margin-bottom: 25px;}
	.banner_btn{flex-wrap: wrap;}

	.banner_contant h3{font-size: 30px;}
	a.requ_btn{font-size: 16px;}
	#home_bnnr_slider .tel_cont a{font-size: 16px;}
	.inr_box_btm{width: 100%;}
	.inr_box_btm strong{font-size: 25px;}
	.inr_box_btm p{font-size: 15px;    margin: 0;}
	.inr_box_btm{padding: 15px 25px;}
	.heading_rpt h3{font-size: 30px;margin: 0 0 20px;}
	.box_cont_serv h5{font-size: 21px;}
	.box_cont_serv a{font-size: 16px;}
	.rpt_our_stories_cont{width: 100%;}
	.rpt_our_stories_cont{border-radius: 0 0px 10px 10px;padding-left: 15px;padding-right: 15px;}
	.rpt_our_stories_img img {border-radius: 10px 10px 0 0px;}
	.rpt_our_stories_cont h4{font-size: 21px;}
	.rpt_our_stories_cont a{font-size: 16px;}
	.our_stories{padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;}
	.our_projects{margin-bottom: 50px;}
	.news_inr_cont h4{font-size: 20px;}
	.news_inr_cont{padding-left: 15px;padding-right: 15px;padding-top: 15px;}
	.news_inr_cont a{font-size: 16px;}
	.h_inr_about h2{font-size: 25px;}
	.h_inr_about h6{font-size: 20px;}
	.max_w{width: 100%;}
	.home_contact h4{font-size: 30px;}
	.max_w{padding-left: 15px;padding-right: 15px;}
	.home_about{margin-bottom: 50px;padding-top: 70px; }
	.home_contact{margin-bottom: 50px;}
	.news_articles{margin-bottom: 0px;padding-top: 50px;padding-bottom: 50px;}
	.home_about:after{display: none;}
	.tow_section{padding-left: 15px;}
	.footr_top h3{font-size: 24px;margin-top: 30px;}
	.our_projectss .tel_cont a{font-size: 16px;}
	p{font-size: 15px;}
	.rpt_our_stories{flex-direction: column;}
	#our_stories_slider .rpt_our_stories_img img {width: 100%;}
	.main-navigation a{font-size: 12px;}
	.main-navigation ul{    margin: 0 25px;}
	.home_banner{    margin-top: -47px;}
	.ulli_section li{font-size: 15px;}
	.logo_h {width: 200px;}
	.top_header p{font-size: 16px;}
	.h_btn a{padding: 14px 15px;font-size: 14px;}
	.tel_section_main a{font-size: 12px;}
	.tel_section_main b{font-size: 12px;}

	.modal-title{font-size: 30px;}
	.modal-content{padding-left: 15px;padding-right: 15px;padding-top: 50px;}
	.modal-content textarea{height: 100px;}
	.modal-dialog{width: 96%;}

	.thank_page h1{font-size: 35px;}
	.thank_page p{font-size: 22px;}
	.thank_page{    margin-top: 50px;margin-bottom: 50px;}

	.vision_mission_bg_color{padding-top: 50px;}

	.img_our_people {width: calc(42% - 25px);}
	.cont_our_people {width: calc(58% - 25px);}
	.our_people_section h2{font-size: 28px;}
	.our_people_section strong{font-size: 22px;}
	.cont_our_people{padding-top: 15px;}

	.tintenan_section{margin-bottom: 50px;margin-top: 50px;}


	div#main_faq{margin-top: 50px;margin-bottom: 30px;}
	.accordion h5{font-size: 19px;}
	#main_faq .card .card-header .btn-header-link{font-size: 16px;}


	.left_contact{    margin-left: 15px;margin-right: 15px;}
	.right_contact {padding-left: 15px;}
	.contact_page{margin-top: 50px;}
	.contact_cont a, .ulli_contact_detail p{font-size: 15px;}
	.contact_cont h6{font-size: 20px;}
	.home_contact .right_contact h4{font-size: 30px;}
	.company_logo_section h1{font-size: 20px;}

	.news-wrapper{column-count: 1;-webkit-column-count: 1;-moz-column-count: 1;}
	.rght_section {order: -1;}
	.right_sidebar_sect ul li{font-size: 18px;}
	h2.widget-title{font-size: 24px;}
	.news_inr_cont span{font-size: 15px;}

	.banner_contant{left: 8%;width: 90%;}

	.news_main{margin-top: 50px;margin-bottom: 50px;}
	input.search-submit{font-size: 18px;}

	h1.page-title{font-size: 30px;}
	.archive_single{margin-bottom: 50px;margin-top: 50px;}
	h2.entry-title {font-size: 24px;}

	.banner_btm_cont p{font-size: 16px;}
	.banner_btm_cont{margin-top: 50px;}

	.main-navigation li.menu-item-has-children:after{
		margin-top: 2px;
        line-height: 1;
        font-size: 14px;
	}

	.bg_under{padding: 35px 25px 30px;}
	.anit_btm_m {margin-bottom: 50px;}
	.tenant_section{margin-top: 40px;margin-bottom: 50px;}
	.news_letter h3{font-size: 22px;}
	.map {margin-bottom: 50px;}
    .h_inr_about_img {position: sticky;top: 0;}
    .three_section {padding-left: 15px;}

    .footr_top{padding-top: 60px;padding-bottom: 50px;}


	}


	@media (min-width: 992px) and (max-width: 1199px){

	.banner_contant strong{font-size: 30px;margin-bottom: 35px;}
	.banner_btn{flex-wrap: wrap;}

	.banner_contant h3{font-size: 38px;}
	a.requ_btn{font-size: 16px;}
	#home_bnnr_slider .tel_cont a{font-size: 16px;}
	.inr_box_btm{width: 100%;}
	.inr_box_btm strong{font-size: 25px;}
	.inr_box_btm p{font-size: 15px;    margin: 0;}
	.inr_box_btm{padding: 15px 25px;}
	.heading_rpt h3{font-size: 32px;margin: 0 0 20px;}
	.box_cont_serv h5{font-size: 21px;}
	.box_cont_serv a{font-size: 16px;}
	.rpt_our_stories_cont{width: 100%;}
	.rpt_our_stories_cont{border-radius: 0 0px 10px 10px;padding-left: 15px;padding-right: 15px;}
	.rpt_our_stories_img img {border-radius: 10px 10px 0 0px;}
	.rpt_our_stories_cont h4{font-size: 21px;}
	.rpt_our_stories_cont a{font-size: 16px;}
	.our_stories{padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;}
	.our_projects{margin-bottom: 50px;}
	.news_inr_cont h4{font-size: 20px;}
	.news_inr_cont{padding-left: 15px;padding-right: 15px;padding-top: 15px;}
	.news_inr_cont a{font-size: 16px;}
	.h_inr_about h2{font-size: 32px;}
	.h_inr_about h6{font-size: 20px;}
	.home_contact h4{font-size: 32px;}
	.home_about{margin-bottom: 50px;padding-top: 70px; }
	.home_contact{margin-bottom: 50px;}
	.news_articles{margin-bottom: 0px;padding-top: 50px;padding-bottom: 50px;}
	.home_about:after{display: none;}
	.tow_section{padding-left: 30px;}
	.footr_top{padding-top: 60px;padding-bottom: 30px;}
	.footr_top h3{font-size: 24px;}
	.our_projectss .tel_cont a{font-size: 16px;}
	p{font-size: 15px;}
	.rpt_our_stories{flex-direction: column;}
	#our_stories_slider .rpt_our_stories_img img {width: 100%;}
	.main-navigation a{font-size: 15px;}
	.main-navigation ul{    margin: 0 25px;}
	.home_banner{    margin-top: -53px;}
	.footr_top a, .footr_top p{font-size: 15px;}
	.logo_h {width: 300px;}
	.top_header p{font-size: 16px;}
	.h_btn a{padding: 14px 15px;font-size: 15px;}
	.tel_section_main a{font-size: 15px;}
	.tel_section_main b{font-size: 15px;}

	.ulli_section li{font-size: 15px;}
	.modal-title{font-size: 30px;}
	.modal-content{padding-left: 15px;padding-right: 15px;padding-top: 50px;}
	.modal-content textarea{height: 100px;}
	.modal-dialog{width: 96%;}

	.thank_page h1{font-size: 32px;}
	.thank_page p{font-size: 22px;}
	.thank_page{    margin-top: 50px;margin-bottom: 50px;}
	.vision_mission_bg_color{padding-top: 50px;}
	.company_logo_section h1{font-size: 20px;}

	.img_our_people {width: calc(42% - 25px);}
	.cont_our_people {width: calc(58% - 25px);}
	.our_people_section h2{font-size: 28px;}
	.our_people_section strong{font-size: 22px;}
	.cont_our_people{padding-top: 15px;}

	.tintenan_section{margin-bottom: 50px;margin-top: 50px;}

	div#main_faq{margin-top: 50px;margin-bottom: 50px;}
	.accordion h5{font-size: 20px;}
	#main_faq .card .card-header .btn-header-link{font-size: 17px;}


	.contact_page{margin-top: 50px;}
	.contact_cont a, .ulli_contact_detail p{font-size: 15px;}
	.contact_cont h6{font-size: 20px;}
	.home_contact .right_contact h4{font-size: 35px;}
	.ulli_contact_detail li{margin-bottom: 0;}

	.banner_contant{left: 8%;width: 90%;}

	.news_inr_cont span{font-size: 15px;}
	h2.widget-title{font-size: 22px;}
	.right_sidebar_sect ul li{font-size: 16px;}
	input.search-submit{padding: 11px 16px;font-size: 13px;}

	h1.page-title{font-size: 30px;}
	.archive_single{margin-bottom: 50px;margin-top: 50px;}
	h2.entry-title {font-size: 24px;}

	.banner_btm_cont p{font-size: 16px;}
	.banner_btm_cont{margin-top: 50px;}

	.bg_under{padding: 35px 25px 30px;}
	.anit_btm_m {margin-bottom: 50px;}

	.tenant_section{margin-top: 40px;margin-bottom: 50px;}
	.news_letter h3{font-size: 22px;}
	.map {margin-bottom: 50px;}

	.h_inr_about_img {position: sticky;top: 0;}
	.three_section {padding-left: 15px;}
	#home_bnnr_slider .tel_section img{max-width: 52px;}

	.company_logo_section {margin-top: 45px;margin-bottom: 35px;}
	.tel_section img{max-width: 44px;}

	}



	@media (min-width: 1200px) and (max-width: 1399px){
	.container {width: 87%;}
	 p{font-size: 15px;}

	.main-navigation a{font-size: 16px;}
	.tel_section_main a{font-size: 15px;}
	.banner_contant h3{font-size: 35px;}
	.banner_contant strong{font-size: 30px;}
	#home_bnnr_slider .tel_cont a{font-size: 15px;}
/*	a.requ_btn{font-size: 16px;}*/
	.heading_rpt h3{font-size: 35px;}
	.box_cont_serv a{font-size: 15px;}
	.box_cont_serv h5{font-size: 22px;}
	.rpt_our_stories_cont h4{font-size: 22px;}
	.rpt_our_stories_cont a{font-size: 15px;}
	.our_projectss .tel_cont a{font-size: 15px;}
	.news_inr_cont h4{font-size: 20px;}
	.news_inr_cont a{font-size: 15px;}
	.h_inr_about h6{font-size: 25px;}
	.h_inr_about h2{font-size: 35px;}
	.our_projectss .tel_cont a{font-size: 15px;}
	.footr_top a{font-size: 15px;}
	.footr_top p{font-size: 15px;}
	.home_contact h4{font-size: 35px;}
	.inr_box_btm strong{font-size: 35px;}
	.inr_box_btm p{font-size: 18px;}
	.top_header p{font-size: 18px;}
	.home_banner {margin-top: -54px;}
	.h_btn a{font-size: 16px;}

	.news_articles{margin-bottom: 0px;}
	.logo_h {width: 300px;}
	.inr_box_btm{padding: 20px 20px;}

	.thank_page h1{font-size: 35px;}
	.thank_page p{font-size: 24px;}
	.thank_page{    margin-top: 50px;margin-bottom: 50px;}
	.modal-title{font-size: 35px;}
	.vision_mission_bg_color{padding-top: 50px;}

	.home_about{padding-top: 102px;margin-bottom: 60px;}
	.cont_our_people {width: calc(65% - 25px);}
	.img_our_people {width: calc(35% - 25px);}
	.our_people_section h2{font-size: 30px;}

	.tintenan_section{margin-bottom: 60px;margin-top: 60px;}

	div#main_faq{margin-top: 50px;margin-bottom: 50px;}
	.accordion h5{font-size: 20px;}
	#main_faq .card .card-header .btn-header-link{font-size: 17px;}

	.home_contact .right_contact h4 {font-size: 35px;}
	.ulli_contact_detail p{font-size: 15px;}
	.contact_cont a{font-size: 15px;}

	.tel_section_main b{font-size: 14px;}
	.logo_h {width: 360px;}

	.bg_section_menu{padding: 15px 40px;}
	.company_logo_section h1{font-size: 18px;}
	.our_projectss .tel_cont b, #home_bnnr_slider .tel_cont b{font-size: 12px;}

	.news_inr_cont span{font-size: 15px;}
	.right_sidebar_sect ul li{font-size: 18px;}
	input.search-submit{padding: 11px 12px;font-size: 15px;}
	h2.widget-title{font-size: 25px;}
	.news_inr_cont{padding-left: 15px;padding-right: 15px;padding-top: 15px;}

	h1.page-title{font-size: 30px;}
	.archive_single{margin-bottom: 50px;margin-top: 50px;}
	h2.entry-title {font-size: 24px;}

	.home_about:after{right: 15px;}
	.ulli_section li{font-size: 15px;}

	.banner_btm_cont p{font-size: 16px;}
	.banner_btm_cont{margin-top: 50px;}


	.bg_under{padding: 35px 25px 30px;}
	.anit_btm_m {margin-bottom: 60px;}

	.tenant_section{margin-top: 40px;margin-bottom: 50px;}
	.news_letter h3{font-size: 25px;}
	.map {margin-bottom: 60px;}

	.h_inr_about_img {position: sticky;top: 0;}
	.three_section {padding-left: 40px;}
	.tow_section{padding-left: 60px;}
	.footr_top{padding-top: 60px;padding-bottom: 30px;}

	}



	@media (min-width: 1400px) and (max-width: 1800px){
	.container {width: 85%;}
	p{font-size: 15px;}

	.main-navigation a{font-size: 16px;}
	.tel_section_main a{font-size: 16px;}
	.banner_contant h3{font-size: 40px;}
	.banner_contant strong{font-size: 30px;}
	#home_bnnr_slider .tel_cont a{font-size: 15px;}
/*	a.requ_btn{font-size: 16px;}*/
	.heading_rpt h3{font-size: 36px;}
	.box_cont_serv a{font-size: 15px;}
	.box_cont_serv h5{font-size: 22px;}
	.rpt_our_stories_cont h4{font-size: 20px;}
	.rpt_our_stories_cont a{font-size: 15px;}
	.our_projectss .tel_cont a{font-size: 15px;}
	.news_inr_cont h4{font-size: 20px;}
	.news_inr_cont a{font-size: 15px;}
	.h_inr_about h6{font-size: 25px;}
	.h_inr_about h2{font-size: 36px;}
	.our_projectss .tel_cont a{font-size: 15px;}
	.footr_top a{font-size: 15px;}
	.footr_top p{font-size: 15px;}
	.home_contact h4{font-size: 36px;}

	.inr_box_btm strong{font-size: 40px;}
	.inr_box_btm p{font-size: 18px;}
	.top_header p{font-size: 18px;}
	.home_banner {margin-top: -54px;}
	.h_btn a{font-size: 16px;}


	.thank_page h1{font-size: 60px;}
	.thank_page p{font-size: 28px;}

	.home_about{
		padding-top: 100px;
		margin-bottom: 70px;
	}
	.home_about:after{right: 0;}
	.left_img_section:after{left: 0;}
	.cont_our_people {width: calc(75% - 25px);padding-top: 15px;}
	.img_our_people {width: calc(25% - 25px);}
	.our_people_section h2{font-size: 30px;}

	.tintenan_section{margin-bottom: 70px;margin-top: 70px;}

	div#main_faq{margin-top: 70px;margin-bottom: 50px;}
	.accordion h5{font-size: 22px;}
	#main_faq .card .card-header .btn-header-link{font-size: 18px;}

	.tel_section_main b{font-size: 14px;}
	.logo_h {width: 360px;}

	.bg_section_menu{padding: 15px 40px;}
	.company_logo_section h1{font-size: 18px;}
	.our_projectss .tel_cont b, #home_bnnr_slider .tel_cont b{font-size: 12px;}
	h2.widget-title{font-size: 26px;}
	input.search-submit{font-size: 18px;padding: 11px 15px;}
	.right_sidebar_sect ul li{font-size: 18px;}
	h1.page-title{font-size: 30px;}
	.archive_single{margin-bottom: 70px;margin-top: 70px;}
	h2.entry-title {font-size: 24px;}

	.banner_btm_cont p{font-size: 16px;}
	.banner_btm_cont{margin-top: 70px;}

	.bg_under{padding: 35px 25px 30px;}
	.anit_btm_m {margin-bottom: 70px;}

	.tenant_section{margin-top: 50px;}
	.news_letter h3{font-size: 25px;}
	.map {margin-bottom: 70px;}
	.three_section {padding-left: 50px;}
	.footr_top{padding-top: 60px;padding-bottom: 30px;}

	}
	nav.navigation.post-navigation {
		display: none;
	}