/*!
Theme Name: centurionhome
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: centurionhome
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.

centurionhome 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: "Space Grotesk", 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: "Space Grotesk", 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: disc;
}

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: 0;
}

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 {
	color: #111;
}

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;
		justify-content: space-between;
	}
}

.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;
}








a, textarea, input, button, select {
	outline: none;
	transition: 0.5s;
}

a, button, select, input, textarea{
	outline: none;
}
a:focus, button:focus, select:focus, input:focus, textarea:focus{
	outline: none;
}




/**/

p{font-size: 16px;color: #404040;line-height: 1.6;}


.container{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

.header_section {

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 3%;
	border-bottom: 1px solid #878080;
}
.R_header {
	display: flex;
	align-items: center;
	gap: 35px;
}


.main-navigation a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.main-navigation a:hover{
	color: #6da793;
}
.main-navigation li.current-menu-item > a {
    color: #6da793;
}

.L_header {
	width: calc(55% - 20px);
}


.logo_h img {
	max-width: 270px;
}

.mail_h a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-left: 10px;
}

.footer_section {
	background: #F6F6F6;
	display: inline-block;
	width: 100%;
	padding: 80px 0 80px;
}

.footer_box {
	display: flex;
	justify-content: space-between;
}

.footer_section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_section li a{
	text-decoration: none;
	color: #3E3E3E;
}
.footer_section li a:hover{
	color: #6da793;
}
.footer_section li{
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	color: #3E3E3E;
	text-transform: uppercase;
}
.logo_footer{
	width: 50%;
}
.address_footer {
	width: 25%;
	border-left: 1px solid #DFDFDF;
	padding-left: 25px;
}
.link_footer {
	width: 25%;
	border-left: 1px solid #DFDFDF;
	padding-left: 25px;
}
.logo_footer p {
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	font-size: 19px;
	font-family: "Quicksand", sans-serif;
}

.banner_contant {
	position: absolute;
	bottom: 10%;
	width: 100%;
}


.banner_cont_right h4 {
	font-family: Space Grotesk;
	font-size: 100px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}


.banner_box {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
}

.banner_cont_right {
	width: 50%;
}
.banner_social_icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home_bnnr_slider .banner_down_img{width: auto;}
#home_bnnr_slider .banner_social_icon li .banner_down_img{display: none;}
.banner_social_icon i.fa.fa-facebook {
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
}

.banner_social_icon {
    position: absolute;
    left: 35px;
    top: 55%;
    transform: translate(0%, -50%);
}
.banner_social_icon li.scroll_d {
    writing-mode: vertical-rl;
    color: #fff;
    margin: 15px 0;
    transform: rotate(-180deg);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    display: none;
}
.banner_social_icon i.fa.fa-twitter {
	color: #fff;
	font-size: 19px;
	margin-top: 15px;
	margin-left: 8px;
}

.sect_line {
	background: #fff;
	height: 40px;
	width: 2px;
	vertical-align: middle;
	margin-left: 13px;
	margin-top: 10px;
	display: none;
}
.logo_footer img {
	max-width: 200px;
}


.top-container {
	background-color: #f1f1f1;
	padding: 30px;
	text-align: center;
}

.site-header {
	color: #f1f1f1;
	z-index: 99;
	position: relative;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #3E3E3E;
}


.home_banner {
	margin-top: -90px;
}
.banner_cont_left strong {
	padding-top: 15px;
	font-family: Space Grotesk;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #fff;
	display: block;
	margin-bottom: 23px;
	border-top: 1px solid #797c7a;
	position: relative;
}
.banner_cont_left strong:before {
	content: "";
	display: block;
	width: 250px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -1px;
}

.banner_btn a {
	background: #000;
	display: flex;
	align-items: center;
	max-width: max-content;
	padding: 0;
	margin: 0;
	border: solid 2px #000;
	text-transform: uppercase;
	padding-right: 10px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	border-radius: 100px;
	text-decoration: none;
	color: #000;
}

.banner_btn a span {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	border-radius: 100px;
	margin-right: 10px;
	transition: transform 0.3s ease-in;
	font-weight: 600;
}

.banner_btn a:hover span {
	padding: 10px 15px;
	transition: transform 0.3s ease-out;
}
.banner_btn i.fa.fa-angle-right {
	color: #fff;
	font-size: 18px;
}

#home_bnnr_slider .owl-dots {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
}
#home_bnnr_slider button.owl-dot {
	background: #fff;
	height: 30px;
	width: 3px;
	display: block;
	border-radius: 0;
	margin: 5px;
}
#home_bnnr_slider button.owl-dot.active{
	background: #7e7a78;
}

.cont_btn_about {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cont_btn_about h1 {
	font-size: 50px;
	color: #000;
	line-height: 1.2;
	margin: 0;
}

.rpt_btn_wth.banner_btn a span {
	padding: 10px 25px;
}

.rpt_btn_wth.banner_btn a span:hover {
	background: #6da793;
	/*margin-left: 5px;*/
	transition: 0.5s;
}

.img_cont_latest h2 {
	font-size: 30px;
	color: #000;
	font-weight: 400;
}
.img_cont_latest {
	padding-left: 30px;
	padding-top: 85px;
	position: relative;
}
.img_cont_latest:after {
    content: "";
    display: block;
    width: 40%;
    background: #CCCCCC;
    height: 2px;
    position: absolute;
    top: 68px;
    left: 10px;
}

.img_cont_latest:before {
    content: "";
    display: block;
    width: 2px;
    background: #CCCCCC;
    height: 40%;
    position: absolute;
    left: 10px;
    top: 70px;
}

.latest_developments {
	width: 100%;
	display: inline-block;
	margin-top: 90px;
	margin-bottom: 90px;
}


#latest_developments_slider button.owl-prev {
	position: absolute;
	top: 1%;
	background: transparent;
	right: 0;
	outline: none;
	border: 0;
	border-radius: 0;
}
#latest_developments_slider button.owl-next {
	position: absolute;
	top: 5%;
	background: transparent;
	right: 0;
	outline: none;
	border: 0;
	border-radius: 0;
}


#latest_developments_slider button.owl-prev:after{
	content: "\f178";
	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;
	font-size: 20px;


}
#latest_developments_slider button.owl-next:before {
	content: "\f177";
	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;
	font-size: 20px;

}

#latest_developments_slider .owl-nav span{font-size: 0;}
.rpt_img_latest {margin-right: 25px;}


.member-img img {
	max-height: 160px;
	object-fit: contain;
	padding-bottom: 10px;
	height: 100px;
	transform: scale(1.2);
	-webkit-transform scale(1.2);
	transform: scale(1,1);
}
.hybrid-workplace{
	display: flex;
	float: left;
	margin-bottom: 80px;
	flex-direction: row-reverse;
	width: 100%;
	align-items: center;
}
.hybrid-img-right img {
	width: 950px;
	height: 700px;
	object-fit: cover;
}
.hybrid-text-left {
	width: 50%;
	background: #FFFFFF;
	box-shadow: 0;
	position: relative;
	margin-right: -40px;
	padding: 35px 100px 30px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hybrid-workplace .hybrid-img-right{
	width: 43.5%;
	max-width: 833.5px;

}
.icon_about {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}


.icon_about_rpt img{
	object-fit: contain;
}

.icon_about_rpt {
	display: grid;
	flex-direction: column;
	gap: 5px;
}
.icon_about_rpt strong {
	font-size: 18px;
	color: #404040;
	font-weight: 500;
	    padding: 0 0 0 2px;
}

.rpt_heading h3 {
	font-size: 50px;
	color: #000;
	line-height: 1.2;
	margin: 0px 0 20px;
	font-weight: 400;
	    text-transform: capitalize;
}
.our_philosophy {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
}
.see_our_work {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
}

.ulli_contact_detail ul{margin: 0;padding: 0;list-style: none;}


.max_w_from {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	background: #000000;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 40px 40px 40px;
}
.address_left {
	width: 50%;
	background: #fff;
	padding: 37px 35px 14px;
}
.address_left input {
	padding: 0 15px;
	height: 40px;
	color: #454545;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #BEBEBE;
	border-radius: 0;
}
.address_left textarea{
	height: 80px;
	color: #454545;
	width: 100%;
	padding: 0 15px;
	padding-top: 10px;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #BEBEBE;
	border-radius: 0;
}
.ulli_contact_detail li {
	display: flex;
	gap: 20px;
	align-items: baseline;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}
.ulli_contact_detail li:last-child {
	padding-bottom: 0px;
	border-bottom: 0;
	margin-bottom: 0px;
}

.contact_cont {
	width: 80%;
}

.address_left .wpcf7-submit {
	background: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 600;
	border-radius: 0;
	outline: none;
	color: #fff;
}
.address_left .wpcf7-submit:hover{
	background: #6DA793;
}

.wpcf7-spinner{position: absolute;}

.addres_right h4 {
	font-size: 40px;
	color: #fff;
	margin: 40px 0 20px;
}


.contact_cont h6 {
	letter-spacing: 0em;
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 29px;


}
.ulli_contact_detail p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: left;
}
.contact_cont a {
	text-decoration: none;
	color: #fff;


}

.address_left h5{
	text-align: center;
	font-size: 28px;
	color: #272727;
	margin: 0 0 15px;
	text-transform:inherit;
}
.addres_right {
	width: 50%;
}
.home_contact {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
}
.rpt_banner_section{position: relative;}

.contact_page .max_w_from{width: 85%;max-width: inherit;}
.contact_page .address_left{width: 65%;}
.contact_page {
	margin-top: 90px;
}

.contact_page .address_left textarea{height: 130px;}






.wrapper {
	display: inline-block;

}

.cta {
	display: flex;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: white;
/*	background: #fff;*/
	transition: 1s;
	border-radius: 100px;
	line-height: 49px;
	padding: 3px 2px;
}
span.aaa {
/*	background: #000;*/
	padding: 0 20px;
	border-radius: 100px;
}
.cta:focus {
	outline: none; 
}


.cta span:nth-child(2) {
	transition: 0.5s;
	margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
	transition: 0.5s;
	margin-right: 0px;
}


.cta span:nth-child(2) {
	width: 20px;
	margin-left: 0px;
	position: relative;
	top: 12%;
}
a.cta {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
span.aa {
    position: absolute;
    right: 41px;
    top: 7px;
}
span.aaa{padding: 1px 25px;    position: absolute !important;}
.cta{position: relative;}
a.cta{max-width: 250px;}
.cta span:nth-child(2){width: auto;}
svg {
    width: 83%;
}
path.one {
	transition: 0.4s;
	transform: translateX(-60%);
}

path.two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.cta:hover path.three {
	animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}



@keyframes color_anim {
	0% {
		fill: #000;
	}
	50% {
		fill: #fff;
	}
	100% {
		fill: #000;
	}
}

/*Silder*/


#sync1 {
	.item {

		padding: 0px;

		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	}
}

#sync2 {
	.item {

		padding: 10px 0px;
		margin: 5px;
		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		cursor: pointer;

	} 
}



.owl-theme {
	.owl-nav {
		/*default owl-theme theme reset .disabled:hover links */
		[class*='owl-'] {
			transition: all .3s ease;
			&.disabled:hover {
				background-color: #D6D6D6;
			}   
		}

	}
}

//arrows on first carousel
#sync1.owl-theme {
	position: relative;
	.owl-next, .owl-prev {
		width: 22px;
		height: 40px;
		margin-top: -20px;
		position: absolute;
		top: 50%;
	}
	.owl-prev {
		left: 10px;
	}
	.owl-next {
		right: 10px;
	}
}
.individual_page .owl-nav {
	display: none;
}

/*Silder-end*/


.silder_border:before {
	content: "";
	display: block;
	width: 2px;
	background: #CCCCCC;
	height: 25%;
	position: absolute;
	left: 0;
	top: 42px;
}


.silder_border:after {
	content: "";
	display: block;
	width: 25%;
	background: #CCCCCC;
	height: 2px;
	position: absolute;
	top: 40px;
	left: 0;
}


.silder_border {
	padding-left: 15px;
	padding-top: 55px;
	position: relative;
}

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

.individual_page span.aaa {
	background: #fff;
	color: #000;
}
.individual_page .cta{background: #000;}
.individual_page h3{
	font-size: 50px;
	color: #000;
	line-height: 1.2;
	margin: 0px;
	font-weight: 400;

}


.current_page ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.inr_ul li:before {
	content: "";
	display: inline-block;
	background-image: url(images/bxs_badge-check.png);
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: -3px;
}

.current_border{
	padding-left: 15px;
	padding-top: 55px;
	position: relative;
}
.current_border:before {
	content: "";
	display: block;
	width: 2px;
	background: #CCCCCC;
	height: 25%;
	position: absolute;
	left: 0;
	top: 42px;
}
.current_border:after {
	content: "";
	display: block;
	width: 25%;
	background: #CCCCCC;
	height: 2px;
	position: absolute;
	top: 40px;
	left: 0;
}
.current_page li{
	margin-top: 60px;
}
.current_page .inr_ul li {
	margin: 0;
	position: relative;
	padding-left: 40px;
}
.current_page {
	width: 100%;
	display: inline-block;
	margin-bottom: 80px;
}
.current_border p{margin: 30px 0 25px;}
.current_border .banner_btn.rpt_btn_wth {
	margin-top: 30px;
}
.current_page h3{
	font-size: 50px;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	margin: 0;
}


.min_box_slider {
    display: flex;
    gap: 40px;
    align-items: end;
}


.about_page {margin-top: 80px;}
.gallery_page{margin-top: 80px;}
.page-template-Thank-You .header_section {
	background: #3E3E3E;
}
.thank_page {
	width: 100%;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 80px;
}
.mx_thank {
	background: #6da793;
	text-align: center;
	max-width: 670px;
	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;
}
.logo_footer.F_rpt a {
    color:#3E3E3E;
    text-decoration: none;
}
.see_our_work .wplg_gallery_loadmore {
    text-transform: uppercase !important;
    height: 46px !important;
    background: #000000 !important;
       padding: 0px 30px 0px 2px !important;
    border: 0;
    border-radius: 25px;
    line-height: 40px !important;
     transition: transform 0.3s ease-in;
}
.site-branding {
    margin-top: -4px;
}
.see_our_work .wplg_gallery_loadmore:hover {
    background: #6da793;
    /*margin-left: 5px;*/
    transition: 0.5s;
}
.gallery_section .wplg_gallery_loadmore label:hover {
    background: #6da793;
    margin-left: 5px;
    transition: 0.5s;
}
.gallery_section .wplg_gallery_loadmore label {
    color: #000;
    font-size: 15px !important;
    text-transform: uppercase;
    cursor: pointer;
   padding: 14px 24px 14px 24px;
    background: #fff;
    border-radius: 10px;
    border-radius: 100px;
    margin-right: 10px;
    transition: transform 0.3s ease-in;
    font-weight: 600;
    position:relative;
        transition: transform 0.3s ease-in;
}
.gallery_section .wplg_gallery_loadmore label:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: auto;
    right: -18px;
    top: 14px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 20px;
}
.gallery_section .wplg_gallery_loadmore:hover, .gallery_section .wplg_gallery_loadmore.loadmore-loader {
    border: #000;
    background: #000 !important;
    color: #ffff;
}

html {
	scroll-behavior: smooth;
}


.scroll_section {
	transform: translate(0%, -50%);
	left: 50%;
	position: absolute;
	bottom: -26px;
}

.cf7ic_instructions{font-size: 13px;}


#home_bnnr_slider .owl-item:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
.banner_social_icon{
	z-index: 99;
}

.banner_contant{
	z-index: 9;
}

.scroll_section{z-index: 99;}


#home_bnnr_slider img.dtop_img {
	display: block;
}

#home_bnnr_slider img.mb_img {
	display: none;
}

.wpcf7 form .wpcf7-response-output{margin-top: 0;}


.mail_h {display: block;}
.mb_mail{display: none;}

.current_border iframe {
    background: #000000;
    width: 100%;
}
div#home_bnnr_slider .banner_social_icon li a {
    cursor: pointer;
}
/*.item img {
    width: 100%;
 	height: 590px;
    object-fit: cover;
}*/
/*.silder_border img {
    height: 500px;
    object-fit: cover;
}
.item img {
    height: 500px;
    object-fit: cover;
}*/

.silder_border div#sync1 .item img {
    height: 635px;
    object-fit: cover;
}
.silder_border div#sync2 .item img {
    height: 230px;
    object-fit: cover;
}
div#sync2 .owl-dots {
    display: none;
}
#sync1 .owl-dots {
    display: none;
}
.footer_box li a:hover {
    color: #6da793;
}
.home_banner img {
    width: 100%;
}
.btm_content_indiv iframe {
    width: 100%;
    background: #3e3e3e;
}
.silder_border div#sync2 .owl-nav {
    display: block;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(0px, -50%);
    width: 102%;
    font-size: 33px;
    color: #000;
}
.silder_border div#sync2 .owl-stage-outer {
    position: relative;
    z-index: 1;
}
.captcha-image {padding: 3px;}




/***************************************************************************************/


@media only screen and (max-width: 767px){

svg {width: 57%;}
span.aaa {padding: 1px 12px;}
.cta span:nth-child(2){top: 0%;}
span.aa {right: 96px; top: 0px;}
.rpt_btn_wth.banner_btn a span {font-size: 14px; padding: 9px 14px;}
.text-center {text-align: left !important;}
.icon_img_cont img {max-width: 32px;}
.ulli_contact_detail li{gap: 10px;}
.see_our_work .wplg_gallery_loadmore{height: 41px !important; line-height: 30px !important;}
.gallery_section .wplg_gallery_loadmore label{font-size: 13px !important; padding: 12px 24px 12px 24px;}


	.mail_h {display: none;}
	.mb_mail{display: block;}

	#home_bnnr_slider img.dtop_img {display: none;}
	#home_bnnr_slider img.mb_img {display: block;}
	.L_header{display: none;}
	.banner_box{align-items: inherit;flex-direction: column;gap: 10px;}
	.banner_cont_right h4{font-size: 28px;}
	.banner_cont_left strong{font-size: 16px;}
	.banner_contant {padding-left:32px;bottom: inherit;transform: translate(0%, -50%);top: 50%;top: 42%;}
	a.cta{font-size: 14px;}
	.home_banner {margin-top: 0;}
	.cont_btn_about{flex-direction: column;align-items: inherit;}
	.cont_btn_about h1{font-size: 30px;margin: 0 0 20px;}
	.latest_developments{margin-bottom: 40px;margin-top: 40px;}
	.hybrid-workplace{flex-direction: column;}
	.hybrid-workplace .hybrid-img-right{width: 100%;}
	.hybrid-text-left{width: 92%;margin-right: 0;margin-top: -30px;}
	.rpt_heading h3{font-size: 30px;}
	p{font-size: 15px;}


	.icon_about{display: grid;grid-template-columns: auto auto;gap: 22px;}
	.footer_box{flex-direction: column;}

	.logo_footer {width: 100%;}
	.link_footer {width: 100%;border-top: 1px solid #DFDFDF;padding-left: 0;border-left: 0;padding-top: 25px;}
	.address_footer{width: 100%;border-top: 1px solid #DFDFDF;padding-left: 0;border-left: 0;padding-top: 25px;}
	.footer_section li{font-size: 16px;}
	.logo_footer p{font-size: 16px;}
	.footer_section{padding: 40px 0 10px;}
	.max_w_from{flex-direction: column;padding-left: 15px;padding-right: 15px;}
	.addres_right{width: 100%;}
	.address_left{width: 100%;}
	.addres_right h4{font-size: 30px;}

	.addres_right h4{margin-top: 0;}
	.address_left h5{font-size: 25px;}


	.our_philosophy, .see_our_work{margin-bottom: 50px;}
	.home_contact{margin-bottom: 50px;}

	.mail_h img{filter: saturate(500%) contrast(800%) brightness(500%) invert(80%) sepia(50%) hue-rotate(120deg); }
	.mail_h a{display: none;}

	.R_header{width: 100%;justify-content: space-between;}

	html {padding-top: 0px !important;}
	html body div#wprmenu_bar {
		top: 38px;
		position: fixed;
		height: 28px;
		background: transparent;
		z-index: 999;
		width: 31px;
		margin: 0;
		padding: 0;
		left: 15px;
		right: auto;
	}

#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: 89px !important;
	width: 100%;
	max-width: 100%;
}
#wprmenu_bar div.hamburger {margin-top: 0;}
#mg-wprm-wrap li.menu-item a {padding: 16px 14px;border-bottom: 1px solid #a6cbbe;}
#mg-wprm-wrap.cbp-spmenu-left {height: inherit !important;max-width: 100%;width: 100%;position: fixed;}

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: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: 4%;content: ''; position: absolute;  bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 999;}


.sticky{background: #fff;}

.logo_h{    margin-left: 25%;}

.img_cont_latest img {display: none;}

.our_philosophy img{margin-bottom: 25px}
.hybrid-img-right img{height: auto;}
.hybrid-text-left{padding-right: 15px;padding-left: 15px;box-shadow: inherit;padding-bottom: 0; padding-top: 15px;}

.hybrid-workplace{margin-bottom: 50px;}
#home_bnnr_slider .banner_down_img {max-width: 40px;}
.mail_h img{max-width: 34px;}
.mb_mail img{filter: saturate(500%) contrast(800%) brightness(500%) invert(80%) sepia(50%) hue-rotate(120deg);max-width: 32px;}

.min_box_slider .item_rpt:last-child{display: none;}
#latest_developments_slider button.owl-next{top: 30%;}
#latest_developments_slider button.owl-prev{top: 26%;}

#latest_developments_slider .owl-nav{display: none;}
#latest_developments_slider .owl-dots {display: block;margin: 16px 0 0;text-align: center;}
#latest_developments_slider button.owl-dot {width: 12px;height: 12px;background: #ccc;border-radius: 100px;margin: 0 3px;outline: none;}
#latest_developments_slider button.owl-dot.active {background: #6DA793;}


.img_cont_latest h2{font-size: 20px;}
.img_cont_latest{padding-top: 36px; padding-left: 28px;}
.img_cont_latest:before, .img_cont_latest:after{top: 25px;}
.about_page {margin-top: 50px;}


.rpt_banner .banne_h {height: 337px;object-fit: cover;}

.contact_page .address_left {width: 100%;padding-right: 15px;padding-left: 15px;}
.ulli_contact_detail p{font-size: 15px;}
.contact_cont h6{font-size: 20px;}
.contact_page{margin-top: 50px;}
.contact_page .max_w_from{width: 100%;}

.current_page li {margin-top: 40px;}
.current_page{margin-bottom: 50px}

.current_page h3{font-size: 30px;}
.current_border:before, .current_border:after{top: 15px;}
.current_border{padding-top: 35px;}
.current_border:before{height: 12%;}


.individual_page{margin-top: 50px;}
.individual_page h3{font-size: 30px;}
.silder_border:before{height: 12%;}
.silder_border{padding-top: 30px;}
.silder_border:before, .silder_border:after{top: 15px;}
.gallery_page{margin-top: 50px;}


.page-template-Thank-You .header_section {background: transparent;}
.thank_page h1{font-size: 35px;}
.thank_page p{font-size: 20px;}
.thank_page{margin: 50px 0 50px;}

.rpt_banner_section .banner_cont_right {width: auto;}
.rpt_banner_section .banner_contant{top: 50%;padding-left: 0;}
.our_philosophy{margin-bottom: 20px;}
.silder_border div#sync1 .item img{height: 360px;}
.silder_border div#sync2 .item img{height: 150px;}
.silder_border div#sync2 .owl-nav{left: -13px;width: 108%;}


.banner_social_icon {left:4px;}
    .icon_about {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 479px){

	.banner_contant {top: 42%;}
	.logo_h img {
		max-width: 200px;
	}
	html body div#wprmenu_bar{top: 27px;}
	#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: 67px !important;
	}
.logo_h {
        margin-left: 22%;
    }
	
}


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

	.main-navigation a {font-size: 10px;}
	.footer_section li{font-size: 15px;}
	.logo_footer p{font-size: 11px;}
	.mail_h a{font-size: 11px;}

	.banner_cont_right h4{font-size: 30px;}
	.banner_cont_left strong{font-size: 16px;}


	.cont_btn_about h1{font-size: 18px;}
	.img_cont_latest h2{font-size: 20px;}
	.rpt_heading h3{font-size: 30px;}
	p{font-size: 15px;}
	.icon_about_rpt strong{font-size: 16px;}

	.addres_right h4{font-size: 30px;}
	.contact_cont h6{font-size: 18px;}
	.ulli_contact_detail p{font-size: 14px;}
	.address_left h5{font-size: 25px;}
	.address_left input{font-size: 15px;}

	.logo_h img {max-width: 125px;}
	.mail_h img {max-width: 28px;}
	.banner_box{padding: 0 5%;}
	a.cta{font-size: 14px;}

	.hybrid-workplace .hybrid-img-right{width: 54.5%;}
	.icon_about_rpt{margin: 0px 5px;}

	.logo_footer{width: 33%;}
	.address_footer{width: 33%;}
	.address_footer{width: 33%;}
	.footer_section{padding: 50px 0 50px;}

	.our_philosophy, .see_our_work{margin-bottom: 50px;}
	.latest_developments{margin-bottom: 50px;margin-top: 50px;}
	.home_contact{margin-bottom: 50px;}

	.banner_social_icon li.scroll_d{font-size: 13px;    margin: 5px 0;}
	.banner_social_icon{top: 62%;left: 3px;}


	.R_header{gap: 12px;}
	.hybrid-text-left{padding-right: 15px;padding-right: 15px;}
	.hybrid-workplace{margin-bottom: 50px;}
	.address_left{padding-right: 13px;padding-left: 13px;}


	.L_header {width: calc(58% - 20px);}
	.img_cont_latest h2{font-size: 24px;}
	.img_cont_latest{padding-top: 22px;}
	.img_cont_latest:before, .img_cont_latest:after{top: 15px;}

	.about_page {margin-top: 50px;}


	.ulli_contact_detail p{font-size: 15px;}
	.contact_cont h6{font-size: 20px;}
	.contact_page{margin-top: 50px;}
	.contact_page .max_w_from{width: 100%;}


	.current_page li {margin-top: 40px;}
	.current_page{margin-bottom: 50px}
	.current_border{padding-top: 30px;}
	.current_border:before, .current_border:after{top: 15px;}

	.current_page h3{font-size: 30px;}

	.individual_page{margin-top: 50px;}
	.individual_page h3{font-size: 30px;}
	.silder_border:before{height: 12%;}
	.silder_border{padding-top: 30px;}
	.silder_border:before, .silder_border:after{top: 15px;}
	.gallery_page{margin-top: 50px;}


	.thank_page h1{font-size: 45px;}
	.thank_page p{font-size: 25px;}
	.thank_page{margin: 50px 0 50px;}
	.silder_border div#sync1 .item img{height: 410px;}
	.silder_border div#sync2 .item img{height: 175px;}
	.silder_border div#sync2 .owl-nav{left: -16px; width: 104%;}



}






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

	.main-navigation a {font-size: 11px;}
	.footer_section li{font-size: 15px;}
	.logo_footer p{font-size: 11px;}
	.mail_h a{font-size: 11px;}

	.banner_cont_right h4{font-size: 45px;}
	.banner_cont_left strong{font-size: 24px;}


	.cont_btn_about h1{font-size: 27px;}
	.img_cont_latest h2{font-size: 25px;}
	.rpt_heading h3{font-size: 30px;}
	p{font-size: 15px;}
	.icon_about_rpt strong{font-size: 16px;}

	.addres_right h4{font-size: 35px;}
	.contact_cont h6{font-size: 18px;}
	.ulli_contact_detail p{font-size: 14px;}
	.address_left h5{font-size: 25px;}
	.address_left input{font-size: 15px;}

	.logo_h img {max-width: 200px;}
	.mail_h img {max-width: 28px;}
	.banner_box{padding: 0 5%;}
	a.cta{font-size: 16px;}
	.banner_social_icon{left: 3px;}

	.hybrid-workplace .hybrid-img-right{width: 54.5%;}
	.icon_about_rpt{margin: 0px 5px;}

	.logo_footer{width: 33%;}
	.address_footer{width: 33%;}
	.address_footer{width: 33%;}
	.footer_section{padding: 50px 0 50px;}

	.our_philosophy, .see_our_work{margin-bottom: 50px;}
	.latest_developments{margin-bottom: 50px;margin-top: 50px;}
	.home_contact{margin-bottom: 50px;}

	.img_cont_latest h2{font-size: 24px;}
	.img_cont_latest{padding-top: 22px;}
	.img_cont_latest:before, .img_cont_latest:after{top: 15px;}

	.about_page {margin-top: 50px;}
	.hybrid-workplace{margin-bottom: 50px;}

	.ulli_contact_detail p{font-size: 15px;}
	.contact_cont h6{font-size: 20px;}
	.contact_page{margin-top: 50px;}
	.contact_page .max_w_from{width: 100%;}

	.current_page h3{font-size: 35px;}
	.current_border:before, .current_border:after{top: 15px;}
	.current_page li {margin-top: 40px;}
	.current_border{padding-top: 35px;}
	.current_page{margin-bottom: 50px}

	.individual_page{margin-top: 50px;}
	.individual_page h3{font-size: 30px;}
	.silder_border{padding-top: 30px;}
	.silder_border:before, .silder_border:after{top: 15px;}
	.gallery_page{margin-top: 50px;}


	.thank_page h1{font-size: 45px;}
	.thank_page p{font-size: 25px;}
	.thank_page{margin: 50px 0 50px;}

	.silder_border div#sync1 .item img{height: 425px;}
	.silder_border div#sync2 .item img{height: 175px;}
	.silder_border div#sync2 .owl-nav{left: -16px; width: 103%;}

}



/*@media (min-width: 1024px) and (max-width: 1399px){

.main-navigation a {font-size: 11px;}
.footer_section li{font-size: 15px;}
.logo_footer p{font-size: 11px;}
.mail_h a{font-size: 11px;}

.banner_cont_right h4{font-size: 45px;}
.banner_cont_left strong{font-size: 24px;}


.cont_btn_about h1{font-size: 27px;}
.img_cont_latest h2{font-size: 25px;}
.rpt_heading h3{font-size: 30px;}
p{font-size: 15px;}
.icon_about_rpt strong{font-size: 16px;}

.addres_right h4{font-size: 35px;}
.contact_cont h6{font-size: 18px;}
.ulli_contact_detail p{font-size: 14px;}
.address_left h5{font-size: 25px;}
.address_left input{font-size: 15px;}

.logo_h img {max-width: 200px;}
.mail_h img {max-width: 28px;}
.banner_box{padding: 0 5%;}
a.cta{font-size: 16px;}

.hybrid-workplace .hybrid-img-right{width: 54.5%;}
.icon_about_rpt{margin: 0px 5px;}

.logo_footer{width: 33%;}
.address_footer{width: 33%;}
.address_footer{width: 33%;}
.footer_section{padding: 50px 0 50px;}

.our_philosophy, .see_our_work{margin-bottom: 70px;}
.latest_developments{margin-bottom: 70px;margin-top: 70px;}
.home_contact{margin-bottom: 70px;}

.img_cont_latest h2{font-size: 24px;}
.img_cont_latest{padding-top: 22px;}
.img_cont_latest:before, .img_cont_latest:after{top: 15px;}


}*/

@media (min-width: 1200px) and (max-width: 1438px) {

	.container {width: 82%;}

	.main-navigation a {font-size: 14px;}
	.footer_section li{font-size: 15px;}
	.logo_footer p{font-size: 16px;}
	.mail_h a{font-size: 15px;}

	.banner_cont_right h4{font-size: 60px;}
	.banner_cont_left strong{font-size: 24px;}


	.cont_btn_about h1{font-size: 28px;}
	.img_cont_latest h2{font-size: 25px;}
	.rpt_heading h3{font-size: 35px;}
	p{font-size: 15px;}
	.icon_about_rpt strong{font-size: 16px;}

	.addres_right h4{font-size: 35px;}
	.contact_cont h6{font-size: 18px;}
	.ulli_contact_detail p{font-size: 14px;}
	.address_left h5{font-size: 25px;}
	.address_left input{font-size: 15px;}
	.R_header{gap: 25px;}
	a.cta{font-size: 16px;}

	.hybrid-text-left{width: 48%;}
	.hybrid-workplace .hybrid-img-right{width: 48.5%;}
	.icon_about{gap: 15px;}
	.hybrid-workplace{margin-bottom: 60px;}
	.our_philosophy{margin-bottom: 60px;}
	.see_our_work{margin-bottom: 60px;}
	.home_contact{margin-bottom: 60px;}
	.img_cont_latest h2{font-size: 24px;}
	.img_cont_latest{padding-top: 38px;}
	.img_cont_latest:before, .img_cont_latest:after{top: 20px;}
	.latest_developments{margin: 60px 0 60px;}
	.L_header {width: calc(52% - 20px);}
	.footer_section{padding: 50px 0 30px;}

	.about_page {margin-top: 60px;}
	.contact_page{margin-top: 60px;}


	.current_page h3{font-size: 35px;}
	.current_border:before, .current_border:after{top: 15px;}
	.current_page li {margin-top: 60px;}
	.current_border{padding-top: 35px;}
	.current_page{margin-bottom: 60px}


	.individual_page{margin-top: 70px;margin-bottom: 70px;}
	.individual_page h3{font-size: 35px;}
	.silder_border{padding-top: 30px;}
	.silder_border:before, .silder_border:after{top: 15px;}
	.gallery_page{margin-top: 60px;}


	.thank_page h1{font-size: 50px;}
	.thank_page p{font-size: 25px;}
	.thank_page{margin: 60px 0 60px;}

	.banner_contant{bottom: 4%;}

	.logo_h img {max-width: 240px;}
	.hybrid-text-left{padding-right: 90px;}
	.hybrid-img-right img{height: 585px;}
	#latest_developments_slider button.owl-prev{right: -10px;}
	#latest_developments_slider button.owl-next{right: -10px;}
	.img_cont_latest:before{height: 45%;}
	.img_cont_latest:after{width: 45%;}

	.max_w_from{width: 85%;}
	.addres_right h4{margin-bottom: 50px;}
	.banner_cont_left {margin-top: 40px;}

	.silder_border div#sync1 .item img{height: 470px;}
	.silder_border div#sync2 .item img{height: 195px;}
	.silder_border div#sync2 .owl-nav{left: -14px; width: 103%;}

}







@media (min-width: 1439px) and (max-width: 1750px) {

	.container {width: 85%;}

	.main-navigation a {font-size: 15px;}
	.footer_section li{font-size: 15px;}
	.logo_footer p{font-size: 16px;}
	.mail_h a{font-size: 16px;}

	.banner_cont_right h4{font-size: 75px;}
	.banner_cont_left strong{font-size: 30px;}


	.cont_btn_about h1{font-size: 35px;}
	.img_cont_latest h2{font-size: 25px;}
	.rpt_heading h3{font-size: 35px;}
	p{font-size: 16px;}
	.icon_about_rpt strong{font-size: 16px;}

	.addres_right h4{font-size: 35px;margin-bottom: 50px;}
	.contact_cont h6{font-size: 18px;}
	.ulli_contact_detail p{font-size: 14px;}
	.address_left h5{font-size: 25px;}
	.address_left input{font-size: 15px;}

	.hybrid-workplace .hybrid-img-right{width: 46.5%;}
	.hybrid-workplace{margin-bottom: 70px;}
	.our_philosophy{margin-bottom: 70px;}
	.see_our_work{margin-bottom: 70px;}
	.home_contact{margin-bottom: 70px;}
	.latest_developments{margin: 80px 0 70px;}
	.footer_section{padding: 50px 0 40px;}
	.about_page {margin-top: 70px;}
	.contact_page{margin-top: 70px;}


	.current_page h3{font-size: 38px;}
	.current_page li{margin-top: 75px;}
	.current_page{margin-bottom: 70px}

	.individual_page h3{font-size: 38px;}
	.individual_page{margin-top: 90px;margin-bottom: 90px;}
	.gallery_page{margin-top: 70px;}


	.thank_page h1{font-size: 55px;}
	.thank_page p{font-size: 28px;}
	.thank_page{margin: 70px 0 70px;}

	.banner_contant{bottom: 4%;}


	.logo_h img {max-width: 280px;}
	.hybrid-img-right img{height: 560px;}
	.max_w_from{width: 74%;}
	.banner_cont_left {margin-top: 40px;}
	#latest_developments_slider button.owl-prev{right: -10px;}
	#latest_developments_slider button.owl-next{right: -10px;}
	.hybrid-text-left{    padding: 35px 70px 30px 45px;}

	.img_cont_latest {    padding-top: 60px;}
.img_cont_latest:after {top:51px;}
.img_cont_latest:before {top:53px;}

	.silder_border div#sync1 .item img{height: 500px;}
	.silder_border div#sync2 .item img{height: 210px;}
	.silder_border div#sync2 .owl-nav{left: -11px;width: 102%;}


}



