/*
Theme Name: obkinvestment Child
Theme URI: http://blesswebdesigns.com/
Description: This theme has been developed by Bless Web Designs. Please contact us at support@blesswebdesigns.com for any support.
Author: Bless
Author URI: http://blesswebdesigns.com/
Version: 2.0
Template:obkinvestment
License: GNU General Public License
License URI: license.txt
Tags: web design, houston website design, dallas web design, website design
------------------------------------------------------------------"*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: 'Bank Gothic Light Regular';
  src: url(fonts/BankGothicLightRegular.eot);
  src: url(fonts/BankGothicLightRegular.eot?#iefix) format('embedded-opentype'),
       url(fonts/BankGothicLightRegular.otf) format('otf'),
       url(fonts/BankGothicLight+Regular.svg#Bank%20Gothic%20Light%20Regular) format('svg'),
       url(fonts/BankGothicLightRegular.ttf) format('truetype'),
       url(fonts/BankGothicLightRegular.woff) format('woff'),
       url(fonts/BankGothicLightRegular.woff2) format('woff2');
}



body, html {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	font-family: "Lato" !important;
	font-weight: 300;
	letter-spacing: 0.02em;
}
a {
	color: #000;
	text-decoration: none;
}
#innpage_section a {
	color: #000;
}
#innpage_section a:hover {
	color: #8C012A;
}
#main .st-content a {
	color: #000;
}
#main .st-content a:hover {
	color: #8C012A;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a, button, input, select, div, h1, h2, h3, h4, h5, h6 {
	outline: none;
}
p {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #000000;
}
b, strong {
	font-weight: bold !important;
}
img {
	user-select: none; /* Prevents tooltip display on selection */
}
img {
	pointer-events: none;
}
.cf7-floating-message {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	background-color: #ff6666;
	color: white;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
	font-size: 1rem;
}
#page.site {
	overflow-x: hidden;
}
.site-min-height {
	/*min-height: calc(100vh - 270px);*/
}
h1 {
	font-size: 60px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1;
	font-weight: 700;
	font-family: "Playfair Display", serif !important;
}
h2 {
	font-size: 40px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1;
	font-weight: 700;
	font-family: "Playfair Display", serif !important;
}
h3 {
	font-size: 24px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Playfair Display", serif !important;
}
h4 {
	font-size: 24px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Playfair Display", serif !important;
}
h5 {
	font-size: 22px;
	color: #000;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: 700;
	font-family: "Playfair Display", serif !important;
}
h6 {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Playfair Display", serif;
}
.section1_lefticonbox img[src*=".svg"] {
	display: inline-block;
	max-height: 70px;
}
.home-section3 img[src*=".svg"] {
	display: inline-block;
	max-height: 50px;
}
#navbarNavDropdown {
	padding: 0px;
	float: inherit;
}
.header-nav {
	background-color: #4d636f;
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}
.header-nav::before {
	position: absolute;
	content: "";
	left: -4px;
	top: 0;
	border-left: 4px solid #2d3a42;
	width: 4px;
	height: 100%;
}
.header-nav::after {
	position: absolute;
	content: "";
	right: -4px;
	top: 0;
	border-right: 4px solid #2d3a42;
	width: 4px;
	height: 100%;
}

#myHeader .navbar-toggler-icon {
	color: #fff;
	display: inline-block;
	padding: 5px;
	line-height: 15px;
	width: 30px;
	height: 30px;
}
#navbarNavDropdown .close-icon {
	border: 1px solid #fff;
	color: #fff;
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 4px;
	line-height: 28px;
	position: relative;
	right: 12px;
	font-size: 30px;
	top: -10px;
}
#myHeader .navbar-toggler {
	background-color: transparent!important;
}
/* Initial header style */
#myHeader {
  background-color:#627A87;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
	padding:0;
}
/* Sticky navbar style */
.dropdown-toggle::after {
	content: none !important;
}
.header-right {
	position: relative;
	width: 100%;
}
.top_phone {
	position: relative;
	text-align: right;
	padding-right: 15px;
	font-family: 'Bank Gothic Light Regular';
	font-weight:normal;
}
.topphn {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
}
.topphn::before {
	content: "";
	position: absolute;
	left: -35px;
	top: 0;
	background-image: url(src/phone-call.svg);
	width: 26px;
	height: 26px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.navbar-brand {
	width: 40%;
	display: block;
}
.navbar-brand img {
	max-width: 350px;
	padding: 10px;
}
.navbar-brand img {
	transition: all 0.5s linear;
}
.sticky .navbar-brand img {
	max-width: 265px;
	transition: all 0.5s linear;
}
.navbar {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed !important;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
}
.top_text {
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding: 0 15px;
	position: absolute;
	top: -35px;
	font-family: 'Bank Gothic Light Regular';
	font-weight: normal;
}
/* Slide-down animation */
.slide-down {
	transform: translateY(0);
	animation: slideDown 0.3s ease-in-out forwards;
}
/* Define the slide-down keyframes */
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
#navbarNavDropdown {
	transition: all 0.3s ease-in-out; /* Adjust timing and ease for animation */
}
.collapse:not(.show) {
	transform: translateX(100%); /* Slide out when collapsed */
}
.collapse.show {
	transform: translateX(0); /* Bring back when expanded */
}
.dropdown-menu.show {
	background-color: #182630;
}
#navbarNavDropdown ul li ul.dropdown-menu li a {
	font-size: 16px;
	color: #fff;
}
#navbarNavDropdown ul li ul.dropdown-menu li:hover a {
	color: #fff;
	background-color: transparent !important;
}
#navbarNavDropdown ul li ul.dropdown-menu li a:active {
	color: #93022c;
}
#navbarNavDropdown ul li.current-menu-parent a {
	color: #93022c;
}
#navbarNavDropdown ul li.current-menu-parent ul.dropdown-menu li.current-menu-item a {
	color: #93022c;
}
#navbarNavDropdown ul li {
	padding: 5px 6px;
}
#navbarNavDropdown ul li a {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	transition: all 0.5s linear;
	padding: 2px 15px;
	font-family: "Lato" !important;
}
#navbarNavDropdown ul li.current-menu-item a.nav-link {
	color: #AEAEAE;
}
.header-nav ul {
	display: inherit;
	text-align: center;
}
.header-nav ul li {
	display: inline-block;
}
/* home banner or slider or video */
#videoExamplepart video {
	height: 700px;
	object-fit: cover;
}
.home-slider-block .carousel-item {
	padding: 0;
}
.page-header-block .sub_title {
	font-family: "Lato" !important;
	text-transform: none;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 60%;
}
#carouselExampleCaptions{
	position:relative;
	padding-top:135px;
}
#carouselExampleCaptions .carousel-item {
	height:660px;
}
#carouselExampleCaptions img {
	width: 100%;
}
#carouselExampleCaptions .carousel-caption {
	text-align: center;
	top: 40%;
	max-width: 1140px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#carouselExampleCaptions .carousel-caption .slidtext1 {
	color: #fff !important;
	font-family: "Playfair Display", serif;
	font-size: 54px;
	line-height: 54px;
	text-shadow: 1px 3px 1px #000;
	margin-bottom: 15px;
	font-weight: 800;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
}
#carouselExampleCaptions .carousel-caption .slidtext1::after {
}
#carouselExampleCaptions .carousel-caption p {
	color: #fff;
	font-family: "Lato" !important;
	font-size: 24px;
	line-height: 30px;
	text-shadow: 1px 3px 1px #000;
	margin-bottom: 30px;
	font-weight: 600;
	position:relative;
	z-index:1;
}
#carouselExampleCaptions .get-started-btn {
	background: #8C172D;
	font-family: "Lato" !important;
	display: inline-block;
	width: auto;
	color: #fff;
	cursor: pointer;
	padding: 6px 15px;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-radius: 6px;
	border: 1px solid #fff;
	position:relative;
	z-index:1;
}
#carouselExampleCaptions .carousel-inner::after {
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#carouselExampleCaptions .get-started-btn:hover {
	background: #000 !important;
	color: #fff !important;
}
.elementor-widget-container span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#carouselExampleCaptions button {
	display: none !important;
}
#videoExamplepart .carousel-caption {
	text-align: center;
	top: 35%;
	max-width: 785px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#videoExamplepart .carousel-caption h1 {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	margin-bottom: 20px;
}
#videoExamplepart .carousel-caption p {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
	margin-bottom: 30px;
}
#videoExamplepart .get-started-btn {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4892f+0,fccb55+29,e3a95f+70,c88a37+100 */
	background: linear-gradient(to right, rgba(196, 137, 47, 1) 0%, rgba(252, 203, 85, 1) 29%, rgba(227, 169, 95, 1) 70%, rgba(200, 138, 55, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-family: "Lato" !important;
	border: 0;
	display: inline-block;
	width: auto;
	color: #000;
	cursor: pointer;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#videoExamplepart .get-started-btn:hover {
	background: #253D79 !important;
	color: #007FFF !important;
}
#carouselExampleCaptions .carousel-indicators {
	display: none;
}
#videoExamplepart::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
}
#slider_buttons {
	display: flex;
	justify-content: center;
	padding: 10px;
}
.slider-wrapper-button {
	margin: 10px;
}
.request-btn {
	background: #007FFF;
	border-radius: 5px;
	display: inline-block !important;
	width: auto;
	padding: 16px 25px;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #007FFF;
}
.request-btn:hover {
	background: none;
	color: #FFFFFF;
	border: 1px solid #fff;
}
.contact-btn {
	background: none;
	border-radius: 5px;
	display: inline-block !important;
	width: auto;
	padding: 16px 25px;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.contact-btn:hover {
	background: #007FFF;
	color: #FFFFFF;
	border: 1px solid #007FFF;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
}
/* Initially hide the navbar menu and position it off the screen */
.navbar-collapse-right {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%; /* Adjust width as needed */
	background-color: white; /* Menu background color */
	z-index: 1050;
	transform: translateX(100%); /* Hide off-screen */
	transition: transform 0.3s ease-in-out;
}
/* Show the menu when it's active (after toggling) */
.navbar-collapse.show {
	transform: translateX(0); /* Slide in from right */
}
/* White navbar-toggler icon */
.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.1) !important; /* Optional: Change border color to white */
}
.navbar-toggler-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba(255, 255, 255, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
}
/* Optional: Adjust the size of the toggler icon if necessary */
.navbar-toggler-icon {
	width: 1.5em;
	height: 1.5em;
}
.top-menubox {
	position: relative;
	width: 100%;
	background-color: #394851;
	border-left: 4px solid #523345;
	border-right: 4px solid #523345;
}





/* slider top */
.home .wrapper {
}
.homeslider {
	position: relative;
	background-color: #4d636f;
	border-left: 4px solid #8c012a;
	border-right: 4px solid #8c012a;
}
.site-main {
	position: relative;
	background-color: #4d636f;
	border-left: 4px solid #8c012a;
	border-right: 4px solid #8c012a;
}
#home-partnerslid .elementor-swiper-button-prev {
	left: -30px;
}
#home-partnerslid .elementor-swiper-button-next {
	right: -30px;
}

/* footer */
footer {
	background-color: #627A87;
	position: relative;
	min-height:100px;
}
#foot1 p {
	color: #fff;
	font-family: "Lato" !important;
}
#contact-form *::placeholder {
	color: #ACACAC;
	opacity: 1;
}
#rdbtn .wpcf7-list-item {
	width: 33%;
	margin-bottom: 15px;
	margin-left: 0;
}
#rdbtn span {}
#contact-form .wpcf7-not-valid-tip {
	/* position: absolute; */
	/* font-size: 14px; */
	/* width: 285px; */
	/* bottom: 5px; */
	/* display: flex; */
}
.wpcf7-response-output {
	margin: 0 !important;
}
#contact-form .radio {
	display: block;
	cursor: pointer;
	user-select: none;
	text-align: left;
	& + .radio {
		margin-top: 12px;
	}
	input {
		display: none;
		& + span {
			display: inline-block;
			position: relative;
			padding-left: 30px;
			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 4px;
				left: 0px;
				border-radius: 50%;
				margin-right: 5px;
				width: 16px;
				height: 16px;
				border: 1px solid #ffa629;
				background: #fff;
			}
			&:after {
				content: '';
				display: block;
				width: 10px;
				height: 10px;
				background: #ffa629;
				position: absolute;
				border-radius: 50%;
				top: 7px;
				left: 3px;
				opacity: 0;
				transform: scale(0, 0);
				transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
			}
		}
		&:checked + span:after {
			opacity: 1;
			transform: scale(1, 1);
		}
	}
}
.top_footer {
	padding-top: 0px;
	background-color: #394851;
	border-right: 4px solid #523345;
	border-left: 4px solid #523345;
	padding-left: 15px;
	padding-right: 15px;
	
}
.top_footer h3 {
	margin-bottom: 20px;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #568DFB;
}
.top_footer ul {
	color: #fff;
	margin: 0;
	padding: 0;
}
.top_footer ul li {
	list-style: none;
	padding-bottom: 10px;
	margin-left: 15px;
}
.top_footer ul li a {
	color: #fff;
	display: inline-block;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.top_footer ul li a:hover {
	color: #AEAEAE;
}
.footer-address-box li a {
	transition: all 0.5s linear;
}
.footer-address-box li a:hover {
	transition: all 0.5s linear;
	padding-left: 2px;
}
.top_footer .widget_nav_menu ul li a {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	transition: all 0.5s linear;
}
.top_footer .widget_nav_menu ul li a:hover {
	padding-left: 2px;
	transition: all 0.5s linear;
	color: #AEAEAE;
}
.copyright-text {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
.copyright {
	position: relative;
	background-color: #394851;
	border-right: 4px solid #523345;
	border-left: 4px solid #523345;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height:100px;
}
.copyright ul {
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.copyright ul li {
	display: inline-block;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	padding: 0 8px;
	position: relative;
}
.copyright .menu-footer-menu-container ul li:first-child::after {
	content: "";
	position: absolute;
	right: -3px;
	height: 12px;
	width: 1px;
	background-color: #aabfce;
	top: 5px;
}
.copyright ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	display: block;
	font-family: "Lato" !important;
	font-weight: 300;
}
.copyright ul li a:hover {
	color: #AEAEAE;
}
.copyright .menu-footer-menu-container ul li:last-child {
	position: relative;
}
.copyright .menu-footer-menu-container ul li:last-child::after {

}
.socialfooter {
	position: relative;
	display: block;
}

/* Responsive styles for footer */
@media (max-width: 767px) {
	.copyright {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.copyright .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.copyright-text {
		text-align: center;
		margin-bottom: 10px;
	}
	.copyright ul {
		text-align: center;
		margin-top: 10px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-left: 0;
	}
	.copyright ul#menu-footer-menu {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 15px;
	}
	.copyright ul li {
		margin: 0 5px;
		padding-left: 0;
	}
	.copyright ul#menu-footer-menu li {
		margin: 8px 10px;
		padding: 0;
		display: inline-block;
		width: auto;
		position: relative;
	}
	.copyright .menu-footer-menu-container ul {
		padding-left: 0;
		margin: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.copyright .menu-footer-menu-container ul li {
		padding-left: 0;
		text-align: center;
		margin: 5px 10px;
		display: inline-block;
		width: auto;
		position: relative;
	}
	.copyright .menu-footer-menu-container ul li:first-child::after {
		right: -12px;
	}
	.socialfooter {
		text-align: left;
		margin-top: 15px;
		display: flex;
		justify-content: flex-start;
	}
	.socialfooter ul {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.footer-address-box {
		text-align: left;
		margin-bottom: 20px;
	}
	.footer-address-box li {
		padding-left: 0;
		text-align: left;
	}
	.footer-address-box li img {
		position: static;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	/* Ensure logo and menu items align vertically */
	.top_footer .row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.top_footer .widget_nav_menu ul {
		text-align: left;
		padding-left: 15px;
	}
	.top_footer .widget_nav_menu ul li {
		margin-left: 0;
	}
	/* Footer logo alignment */
	.top_footer .col-md-3 {
		text-align: left;
		margin-bottom: 15px;
		width: 100%;
	}
	.top_footer .col-md-3 img {
		margin: 0 0 10px;
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	/* Improve spacing between footer sections */
	.top_footer h3 {
		text-align: left;
	}
	#foot1, #foot2, #foot3, #foot4 {
		margin-bottom: 20px;
		text-align: left;
		width: 100%;
	}
	#foot2, #foot3, #foot4 {
		padding-left: 15px;
	}
	/* Ensure menu items are vertically aligned with logo */
	.top_footer .widget_nav_menu {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 10px;
	}
	.top_footer .widget_nav_menu ul li {
		display: block;
		text-align: left;
		margin: 5px 0;
	}
}
.socialfooter #Icon_awesome-facebook-f {
	fill: #8c012a;
}
.socialfooter #Icon_awesome-facebook-f:hover {
	fill: #fff;
}
.socialfooter #Icon_awesome-instagram {
	fill: #8c012a;
}
.socialfooter #Icon_awesome-instagram:hover {
	fill: #fff;
}
.socialfooter #twitter {
	fill: #8c012a;
}
.socialfooter #twitter:hover {
	fill: #fff;
}
.socialfooter #Icon_awesome-linkedin-in {
	fill: #8c012a;
}
.socialfooter #Icon_awesome-linkedin-in:hover {
	fill: #fff;
}
.socialfooter ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
}
.socialfooter ul li svg {
	fill: #007FFF;
	height: 35px;
	padding: 7px;
	width: 35px;
	border: 1px solid #8c012a;
	border-radius: 4px;
}
.socialfooter ul li svg:hover {
	fill: #fff;
	border: 1px solid #fff;
}
#ct_address a {
	color: #000;
}
#ct_address a:hover {
	color: #8C012A;
}
#foot4 ul {
	text-align: right;
}
.contactpage_formpart .wpcf7 {
	max-width: 730px;
}
.contactpage_addresspart p a {
	text-decoration: none;
	color: #182630;
}
#form_contact .wpcf7 {
	max-width: 100%;
}
#form_contact {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
#contact-form p {
	margin: 0;
}
.footer-address-box {
	list-style: none outside none;
	padding: 0;
	margin: 0 0 45px;
}
.footer-address-box li img {
	position: absolute;
	left: 0;
	top: 3px;
	max-width: 22px;
	max-height: 22px;
}
.footer-address-box li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	list-style: none !important;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.footer-address-box p {
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
footer a {
	text-decoration: none;
}
#inner-footer .widget {
	margin-bottom: 5px;
}
#foot2 ul li::before {
	content: none;
}
/* For button */
#innerpage-wrapper .elementor-size-sm {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px !important;
	text-transform: uppercase;
	display: inline-block;
}
#innerpage-wrapper .elementor-size-sm:hover {
	background-color: transparent;
	color: #007FFF;
	border: 1px solid #007FFF;
}
/* For blog */
.blog-page-container {
	padding: 80px 0 50px;
}
#innerpage-wrapper .blog-thumb img {
	width: 353px;
	height: 235px;
	object-fit: cover;
}
.blogpost_page {
	padding: 0px !important;
}
.post-content {
	padding: 0 15px;
}
.blog-post h4 a {
	font-size: 20px;
	color: #14234C;
	text-decoration: none;
	line-height: 26px;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 600;
}
.blog-post h4 {
	font-size: 20px;
	color: #182630;
	text-decoration: none;
	line-height: 26px;
	font-family: "Lato" !important;
}
#Icon_awesome-calendar-alt {
	fill: #8c012a;
}
.single-post-container {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.post-meta {
	font-size: 15px;
	margin-bottom: 10px;
}
.post-meta a {
	text-decoration: none;
	color: #8c012a;
}
.blog-post {
	position: relative;
}
.post_text .btn {
	background-color: #8c012a;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #fff;
	border-radius: 6px;
}
.post_text .btn:hover {
	color: #fff;
	background-color: #000;
}
.error404 .white-space-fix {
	background: transparent;
	margin: 0;
	padding: 0;
}
.error404 #error-404-wrapper {
	padding-top: 0px;
	padding-bottom:0px;
}
.error404 h1 {
	text-align: center;
	font-size: 200px;
	line-height: 220px;
	color: #007FFF;
	margin-bottom: 0;
}
.error404 #content {
	text-align: center;
}
.error404 .search-form {
	width: 100%;
	max-width: 75%;
	margin: 30px auto 0;
	padding-bottom: 60px;
}
.error404 .submit {
	background-color: #8c012a;
	border: 1px solid #8c012a;
}
.white-space-fix {
	padding: 30px 0;
	margin: 0px 0 70px;
	position: relative;
	background: linear-gradient(to right, rgba(162, 107, 37, 1) 0%, rgba(214, 143, 43, 1) 49%, rgba(162, 107, 37, 1) 100%);
}
.search .white-space-fix {
	padding: 200px 0 60px;
	margin: 0px 0 70px;
	position: relative;
	background: #000;
	text-align: center;
}
.search .no-results {
	text-align: center;
}
.search .submit {
	background-color: #8c012a !important;
	border: 1px solid #8c012a !important;
	color: #fff !important;
	font-weight: bold;
}
.blog-thumb-overflow {
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-thumb {
	height: 235px;
	position: relative;
	transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
}
.blog-post .blog-content-box:hover .blog-thumb {
	transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.blog-page-container {
	padding: 50px 15px;
}
.blog-content-box {
	margin-bottom: 50px;
	background-color: #fff;
	padding: 10px;
}
.search-results h3 a {
	font-size: 22px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 32px;
	text-decoration: none;
	color: #182630;
}
#search-wrapper article {
	background-color: #fff;
}
#search-wrapper article h3 a {
	font-size: 22px !important;
	font-weight: 500;
}
.search-results .type-page .btn {
	border-radius: 6px;
	font-size: 13px;
	color: #fff;
	font-family: "Lato" !important;
	border: 1px solid #8c012a !important;
	background-color: #8c012a;
	padding: 8px 18px;
	display: inline-block;
	font-weight: 700;
}
#search-wrapper article {
	padding: 15px;
}
#search-wrapper {
	padding: 0 !important;
}
.search-results .btn {
	background-color: #8c012a;
	border: 1px solid #8c012a !important;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 18px;
	display: inline-block;
}
.search-results .btn:hover {
	color: #fff;
	background: #000;
}
.post-meta time {
	position: relative;
	top: 2px;
}
.navbar-nav .dropdown-menu {
	background-color: #000;
}
.error404 .site-main {
	background-color: #fff;
}
/* For responsive design, you can ensure this only applies on larger screens */
@media (min-width: 768px) {
	.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	/* Show dropdowns on hover */
	.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: all 0.3s ease;
	}
	.navbar-nav li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		transition: opacity 0.3s ease-in-out;
	}
}
/* Slide-up animation */
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(50px); /* Start from below */
	}
	to {
		opacity: 1;
		transform: translateY(0); /* End at its normal position */
	}
}
.slide-up-text {
	animation: slideUp 1s ease-in-out both; /* Apply the slide-up animation */
}
#wrapper-navbar .navbar.sticky {
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.contact_sectionright .wpcf7-response-output {
	color: #fff;
}
.white-space-fix h1 {
	color: #8c012a;
}
.error-message {
	color: red;
	font-size: 0.9em;
	display: none; /* Hide initially */
}
.wpcf7-not-valid + .error-message {
	display: inline; /* Show error message when input is invalid */
}
/* Initial state of the element */
.feed-up-effect {
	opacity: 0;
	transform: translateY(50px); /* Starts slightly below its position */
	transition: all 0.8s ease-out; /* Adjust timing for smoothness */
}
/* Active state when scrolled into view */
.feed-up-effect.active {
	opacity: 1;
	transform: translateY(0); /* Moves to its natural position */
}
.page-header-block {
	position: relative;
	padding: 125px 0 0px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	background-color: #627A87 !important;
}
.page-header-block::after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	bottom: 0;
}
.page-header-block h1 {
	color: #fff !important;
	font-family: 'Bank Gothic Light Regular' !important;
	font-size: 0px;
	line-height: 30px;
	font-weight: 500 !important;
	text-transform: none;
	text-align: center;
	position:relative;
	z-index:1;
}
#home-partner h1 {
	font-family: 'Bank Gothic Light Regular';
}
/* about part */
#page .img1 img {
	width: 315px;
	height: 415px;
	object-fit: cover;
}

#page .img2 img {
	width: 205px;
	height: 250px;
	object-fit: cover;
}
/* testimonial part */

/* project part */

/* work part */

/* whychoose part */

/* contact part */
.contact_left h2 {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.contact_left p {
	color: #FFFFFF;
}
#contact-form .col-md-6 {
	margin-bottom: 20px;
}
#contact-form .col-md-12 {
	margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
#txfield {
	color: #fff;
	background: transparent;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
}
#txfield1 {
	color: #fff;
	background: transparent;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
}
#txfield2 {
	color: #fff;
	background: transparent;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
}
#txfield3 {
	color: #fff;
	background: transparent;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
}
#txtmgs {
	color: #fff;
	background: transparent;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	font-size: 18px;
	height: 135px;
}
#subm {
	background: #8c012a;
	border-radius: 5px;
	display: inline-block !important;
	width: auto;
	padding: 16px 25px;
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #8c012a;
}
.wpcf7-response-output {
	text-align: center;
	color: #dc3232;
	border: 1px solid #dc3232 !important;
}
#contactpage_form #txfield {
	color: #000;
}
#contactpage_form #txfield1 {
	color: #000;
}
#contactpage_form #txfield2 {
	color: #000;
}
#contactpage_form #txfield3 {
	color: #000;
}
#contactpage_form #txtmgs {
	color: #000;
}
/* footer part */
.top_footer h3 {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666666;
}
#foot2 ul li {
	position: relative;
}
#foot3 ul li {
	position: relative;
}
#foot3 ul li::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 10px;
	width: 4px;
	height: 4px;
	background-color: #fff;
}
/* innerpage part */

/* gallery part */
.gallery_area #portfolio {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}
.tile {
	display: none;
}
.scale-anm {
	margin: 0 0 1.125rem;
	width: 100%;
}
.tile img {
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
	border-radius: 10px !important;
}
.gallery_area #filters .btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding: .5rem 1rem;
	margin: 0;
	height: auto;
	border: 1px solid #d7d7d7;
	vertical-align: middle;
	-webkit-appearance: none;
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.gallery_area #filters {
	text-align: center;
	margin-bottom: 35px;
}
.gallery_area #filters .btn.active {
	background-color: #007FFF;
	color: #fff;
	border: 1px solid #007FFF;
}
/* projectpage area */
.project-item {
	display: flex;
	margin-bottom: 50px;
}
.project-left .project-content {
	order: 1;
}
.project-left .project-image {
	order: 2;
}
.project-right .project-content {
	order: 2;
}
.project-right .project-image {
	order: 1;
}
.project-content {
	width: 50%;
	padding: 10px;
}
.project-image {
	width: 50%;
	padding: 10px;
}
.project-image img {
	max-width: 100%;
	height: auto;
}
.read-more {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
}
#load-more-projects {
	display: block;
	margin: 20px auto 50px;
	padding: 15px 35px;
	background-color: #007FFF;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 700;
	border-radius: 6px;
}
.project-content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #007FFF;
	margin-bottom: 20px;
}
.project-content .read-more {
	font-family: "Lato" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	border-radius: 8px !important;
	text-transform: uppercase;
	display: inline-block;
}
.project-content .read-more:hover {
	color: #007FFF;
	border: 1px solid #007FFF;
}
#innerpage-wrapper .project-image img {
	width: 550px;
	height: 360px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
#innerpage-wrapper .project-left .project-image img {
	padding: 0 0px 0 25px;
}
#innerpage-wrapper .project-right .project-image img {
	padding: 0 20px 0 0;
}
.project-left .project-image {
	position: relative;
}
.project-left .project-image::after {
	content: "";
	position: absolute;
	left: auto;
	top: -30px;
	right: -20px;
	background-image: url(src/object.svg);
	width: 100px;
	height: 190px;
	background-size: 100%;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
}
.project-right .project-image {
	position: relative;
}
.project-right .project-image::after {
	content: "";
	position: absolute;
	left: auto;
	top: -30px;
	left: -20px;
	background-image: url(src/object.svg);
	width: 100px;
	height: 190px;
	background-size: 100%;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
}
.home iframe {
	max-width: 1000px;
}
/* projectpage section */
.project_pgarea {
	padding: 60px 0;
}
.project-box {
	position: relative;
	border: 1px solid #ddd;
	min-height: 450px;
	margin-bottom: 30px;
}
#innerpage-wrapper .project-pic img {
	width: 290px;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
}
.project-box h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px;
}
.project-box p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.project-text {
	padding: 10px;
}
.projects-pagination {
	position: relative;
	text-align: center;
	display: block;
	margin: 25px 0;
}
.projects-pagination .page-numbers {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	font-size: 14px;
}
.projects-pagination .page-numbers.current {
	border: 1px solid #007FFF;
	color: #007FFF;
}
.projects-pagination .next.page-numbers {
	width: auto;
	border: 0;
	height: auto;
}
.projects-pagination .prev.page-numbers {
	width: auto;
	border: 0;
	height: auto;
}
.swiper-slide {
	padding: 5px;
}
.swiper-slide-inner {
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.elementor-widget-container span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.property-item {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.properties-left {
	padding: 0 !important;
}
.properties-full {
	position: relative;
	overflow: hidden;
}
.properties-right {
	padding: 35px 15px 0 !important;
	background: #F7F6F3;
	height: auto;
}
.properties-left img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.st-address-padding {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: "Playfair Display", serif;
	color: #8B172D;
}
.properties-right h2 {
	font-weight: 700;
	margin-bottom: 15px;
	color: #8B172D;
}
#logoCarouselMobile .carousel-control-prev-icon {
	background-color: #394851 !important;
	padding: 5px;
	border-radius: 100px !important;
	width: 18px;
	height: 18px;
	margin-left: -25px;
	border: 4px solid #394851;
}
#logoCarouselMobile .carousel-control-next-icon {
	background-color: #394851 !important;
	padding: 5px;
	border-radius: 100px !important;
	width: 18px;
	height: 18px;
	margin-right: -25px;
	border: 4px solid #394851;
}
#page .logo-grid-item2 {
	margin-bottom: 10px !important;
}
#page .st-content .logo-row {
	margin-bottom: 0 !important;
}
#home-partnerslid img {
	background-color: #fff;
}
.carousel-control-up {
    height: auto;
}
#about-leftbox .gallery {
	margin: 0 !important;
}
#portfolio_right p {
	font-size: 16px;
}
#portfolio_right .elementor-shortcode a {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.property-item:last-child {
	margin-bottom: 0;
}
.properties-list .st-content {
	padding-right: 15px !important;
}
.copyright-text span {
	padding-left: 15px;
}
