@import 'https://fonts.googleapis.com/css?family=Catamaran:400,500,800|Josefin+Sans:300,400,600,700|Raleway:300,400,500,600|Roboto:300,400,500';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro|Satisfy';
 
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html {
	scroll-behavior: smooth;
	height: -webkit-fill-available;
}

body {
	outline: none;
	font-family: Raleway; 
	color: #373a3c;
	background: #fff;
	transition: 0.35s;
	overflow-x: hidden;
	font-weight: 400;
	font-size: 16px;
}
 
a {
	outline: none;
	text-decoration: none;
	font-family: 'Source Sans Pro';
	transition: 0.5s all ease-in-out;
}

.slow-effect {
	transition: 0.5s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans';
	font-weight: 400;
	color: #000000;
	letter-spacing: 0; 
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.46);
}

p {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 400;
	color: #5c5a56;
}

img {
	max-width: 100%;
}

a,
button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	outline: none;
	background: none;
	transition: 0.5s all ease-in-out;
}

.theme-wrapper {
	overflow: hidden;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
} 
/*------ section heading ------*/
.section-padding {
	padding: 70px 0
}

.common-title {
	font-family: 'Josefin Sans';
	font-weight: 400;
	color: #f9a21f;
	letter-spacing: 0;
	font-size: 300%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.46);
}
.heading-shape {
	margin-bottom: 3rem;
}
/************ Top Header **************/
.top-header {
	background: url(../images/bg/bg-header.jpg);
	padding: 5px 0;
	position: relative;
}
.top-header::before {
	background: #ffffff5e;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
}
.header-youtube a i {
	background: #C52F30;
	font-size: 22px;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	transition: 0.5s all ease-in-out;
}
.header-youtube a i:hover {
	transform: rotate(360deg);
}
/*------- Header Section ------*/
.main-header {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9;
}
.inner-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	width: 125px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	filter: drop-shadow(rgb(255, 255, 255) 0px 0px 20px);
	position: relative;
	top: -12px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -34px;
	box-shadow: 0px 7px 7px -6px #0000004d;
}

.logo-img {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.navbar ul li {
	list-style: none;
	transition: 0.3s ease;
}

.navbar .menu-item {
	padding: 23px 20px;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	color: #1E1E1E;
}

.navbar .menu-item:hover {
	color: var(--bs-orange);
}

.header-btns a img {
	width: 110px;
}

/* dropdown menu */
.navbar .navbar-dropdown {
	position: relative;
}

.expand-nav-btn::after {
	margin-left: 5px;
	content: "\f107";
	transition: 0.5s all ease-in-out;
	display: inline-block !important;
	font: normal normal normal 18px/1 FontAwesome;
}

.expand-nav-btn.open::after,
.expand-nav-btn:hover::after {
	transform: rotate(-180deg);
}

.navbar .dropdown-menu {
	position: absolute;
	background: #FFDCA8;
	width: 180px;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	padding: 20px 15px;
	border-radius: 10px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: none;
}

.dropdown-menu-item {
	color: #1E1E1E;
	padding: 5px;
	display: block;
}

.dropdown-menu-item:hover {
	color: var(--bs-orange);
}

.navbar .navbar-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.dropdown-items {
	display: block !important;
}

/* Header Toggle Button */

.header-toggle-btn {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	cursor: pointer;
	z-index: 2;
	right: 30px;
	top: 20px;
}

.navbar .toggle_lines::before,
.navbar .toggle_lines::after {
	content: "";
	position: absolute;
}

.navbar .toggle_lines, .navbar .toggle_lines::before, .navbar .toggle_lines::after {
	width: 1.5rem;
	height: 3px;
	background: #075ea4;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
}

.navbar .toggle_lines::before {
	transform: translateY(-0.5rem);
}

.navbar .toggle_lines::after {
	transform: translateY(0.5rem);
}

.navbar ul li .arrow {
	transition: all 0.3s ease-out;
}

/* animation menu hamburger */
.header-toggle-btn.open .toggle_lines {
	transform: translateX(1rem);
	background: transparent;
}

.header-toggle-btn.open .toggle_lines::before {
	transform: rotate(45deg) translate(-0.5rem, 0.5rem);
	background: #C74821;
}

.header-toggle-btn.open .toggle_lines::after {
	transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
	background: #C74821;
}
/**** Home Slider Section ****/ 
.slider-prev-arrow,
.slider-next-arrow {
	position: absolute;
	top: 40%;
	z-index: 1600;
	cursor: pointer;
	left: 0%;
	padding: 7px 20px;
	background: #fff;
	color: #3d3d3d !important;
	transition: all ease-in-out 200ms;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	opacity: 0.4;
	border-radius: 0 50px 1px 0;
}
.slider-next-arrow {
	right: 0;
	left: auto !important;
	text-align: right;
	border-radius: 50px 0 0 1px !important;
}
.slider-prev-arrow:hover, .slider-next-arrow:hover { 
	padding: 7px 30px !important;
}
/**** Home About Section ****/ 
.home-about-section {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
}
.home-about-section::before {
	z-index: -1;
	position: absolute;
	background: url(../images/bg/bg-about.jpg) no-repeat center center;
	background-size: auto;
	background-size: cover;
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}
.home-about-text p {
	font-family: Raleway;
	font-weight: 700;
	font-size: 16px;
	text-align: justify;
}
.count-title {
	font-family: Satisfy;
	letter-spacing: 0.025em !important;
	color: #052b81;
	font-size: 28px;
}
/**** Our Products Slider ****/
.home-product-section {
	background: rgb(253, 252, 232);
}
.products-item {
	margin-right: 15px;
}
.product-inner-items {
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,.1);
	padding: 0 30px;
}
.home-products-slider .slick-list {
	padding-top: 100px;
}
.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	height: 250px;
	margin: -90px auto 0;
}

.flip-box-front, .flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: 25px;
	height: 250px;
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.product-inner-items:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-front img {
	width: 100%;
	height: 100%; 
	border-radius: 20px;
}
.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 250px;
	transition: 0.5s all ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-inner-items:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #0F2F6C;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}
.flip-back-side i {
	margin-bottom: 20px;
	font-size: 40px;
	color: #f9a21f;
}
.flip-card-title {
	text-shadow: none !important;
	font-family: 'Source Sans Pro';
	font-size: 28px;
	color: #f9a21f;
}
.product-slider-content {
	margin-top: 15px;
}
.product-slider-title {
	font-size: 26px;
	color: #052b81;
}
.product-inner-items:hover .product-slider-title { 
	color: #f9a21f;
}
.divide {
	width: 79%;
	border: solid 1px #ede0c6;
	margin: 0 auto;
	position: relative;
	margin-top: 17px;
}
.divide::after {
	content: '';
	position: absolute;
	border: solid 3px #f9a21f;
	width: 20%; 
	left: 39%;
	top: -3px;
}
.product-slider-content p {
	margin: 20px auto;
	font-size: 14px;
	color: #737373;
	text-align: center;
	font-weight: 600;
	font-family: 'Source Sans Pro';
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}
.products-arrows {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
}
.products-arrows [class*="product-arrow-"] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.products-arrows [class*="product-arrow-"]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.product-arrow-left {
	left: -14px;
	position: relative;
}
.slick-next-btn.product-arrow-right {
	margin-left: auto;
} 

/*
 Service 
 ----------------------------*/
 .service-section {
	background: #fff1d5;
}
.service-column img {
	transition: 0.5s all ease-in-out;
}
.service-image {
	overflow: hidden;
}
.service-column:hover img {
	transform: scale(1.1);
}
.service-column {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 9px 1px #0000001c;
}
.service-title {
	font-family: 'Source Sans Pro';
	position: relative;
	margin-top: 20px;
	padding-top: 8px;
}
.service-title::before {
	background: #000;
	width: 27px;
	height: 3px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s all ease-in-out;
}
.service-column:hover .service-title::before {
	background: #f9a21f;
	width: 50px;
}
.service-title strong {
	color: #000;
	transition: 0.5s all ease-in-out;
}
.service-column:hover .service-title strong {
	color: #f9a21f;
}


@media (min-width:1200px) {
	.service-col {
		width: 20%;
	}
}
/** Footer Section **/
.footer-section {
	padding: 80px 0 50px;
}
.footer-section {
	background: url(../images/bg/footer-bg.jpg);
}
.footer-section::before {
	background: #022d64f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
}
.widget-title {
	font-family: 'Josefin Sans';
	font-weight: 400;
	color: #f9a21f;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.46);
	font-size: 28px;
}
.footer-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
}
.footer-links-title {
	color: #fff;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-weight: 400;
	padding: 5px;
}
.builder-name {
	font-family: 'Source Sans Pro';
}

.single-info a {
	color: #fff;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-weight: 400;
}
.single-info i {
	color: #fff;
	margin-right: 10px;
}
.single-info {
	margin-bottom: 10px;
}
.youtube-title {
	color: #fff;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-weight: 400;
	margin-left: 5px;
}
.footer-youtube a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer-youtube i {
	background: #C52F30;
	padding: 7px;
	color: #fff;
	border-radius: 58%;
	font-size: 19px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message-btn {
	background: #f9a21f;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #f9c31f;
	color: #fff;
	margin-top: 10px;
	display: block;
	width: fit-content;
}
.message-btn i {
	margin-right: 5px;
	transition: 0.5s all ease-in-out;
}
.message-btn:hover i {
	transform: rotate(360deg);
}
.message-btn:hover {
	background: #f9c31f; 
	border: 1px solid #f9c31f;
	color: #fff; 
}
@media (min-width:425px) {
.footer-links { 
	grid-template-columns: 1fr 1fr; 
}
}
@media (min-width:768px) {
	.footer-links { 
		grid-template-columns: 1fr 1fr 1fr; 
	}
	}
 /*** About us page ****/
.history-image {
	border-radius: 10px;
	overflow: hidden;
}
.history-box:first-child {
	margin-bottom: 40px;
}
.history-title {
	font-family: "Source Sans Pro";
	font-weight: 600;
	color: rgb(0, 0, 0);
	font-size: 20px;
	margin: 20px 0 10px;
}
.vision-content p {
	font-size: 17px;
	margin-bottom: 25px;
}
/*----  Services Section ----*/
.Mission-section{
	background: #fefaf4;
}
 .services-block{
	position:relative;
	margin-bottom:30px;
}
.services-block .inner-box{
	position:relative;
	padding:30px 8px;
	text-align:center;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box:hover{
	border-color:#f9a21f;
}
.services-block .inner-box .icon-box{
	position:relative;
	color:#1a1d1f;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.icon-box img {
	width: 100px;
}
 .about-property-title {
	position: relative;
	color: #1a1d1f;
	font-size: 22px;
	font-weight: 700;
	transition: all 300ms ease;
	font-family: "Source Sans Pro";
}
.services-block:hover .about-property-title{
	color:#f9a21f;
}
.services-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px; 
}
@media (min-width:992px) {
.history-content-column {
	padding-left: 30px;
}
} 

 /*** Our Value page ****/
.value-box {
	border: 1px solid #000;
	border-radius: 28px;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.value-icon {
	background: #000;
	padding: 40px 10px;
	margin-right: 20px;
	transition: 0.5s all ease-in-out;
	border-radius: 8px;
}
.value-icon span {
	width: 70px;
	display: block;
	text-align: center;
}
.sub-heading {
	transition: 0.5s all ease-in-out;
	color: #000;
}
.value-box:hover {
	border: 1px solid #f9a21f;
}
.value-box:hover .value-icon {
	background: #f9a21f;
	margin-left: 10px;
}
.value-box:hover .value-content .sub-heading {
	color: #f9a21f;
}


 /*** PRojects page ****/
.projects-column {
	margin-top: 120px;
}
.project-items .product-inner-items {
	padding-bottom: 20px;
}
.view-more-btn {
	background: #f9a21f;
	padding: 8px 15px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #f9c31f;
	display: block;
	width: fit-content;
	margin: 0 auto;
}
.view-more-btn:hover {
	background: #f9c31f; 
}

 /*** PRojects Details page ****/
 .overview-title {
	color: #052b81;
	font: 600 30px "Raleway";
	letter-spacing: 0.050em;
}
.overview-text {
	font: 400 16px "Raleway";
	line-height: normal;
	letter-spacing: 0.050em !important;
	color: #000;
	margin: 20px 0 30px;
}
.product-details-lists ul {
	display: grid;
	grid-template-columns: 100%;
	gap: 15px;
	padding: 0;
}
.product-details-lists li {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.product-details-lists i {
	background: #052b81;
	color: #fff;
	width: 30px;
	height: 30px; 
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px; 
}
.enquiry-btn {
	background: #f9a21f;
	padding: 10px 20px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #f9c31f;
	display: block;
	width: fit-content;
	margin: 20px auto 0;
}
.enquiry-btn:hover {
	background: #f9c31f; 
}


 /*** Enquiry page ****/
 .form-group {
	margin-bottom: 20px;
}
 .label-field {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.input-field, .textarea-field {
	display: block;
	width: 100%;
	color: #55595c;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 15px;
	font-weight: 500;
}
.textarea-field {
	resize: none;
	height: 127px;
}
.input-field:focus:focus-visible,
.textarea-field:focus:focus-visible {
	outline: none;
	box-shadow: none;
	border: 1px solid #f9a21f;
	color: #000;
}
.submit-button{
	background: #f9a21f;
	padding: 10px 20px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #f9c31f;
	display: block;
	width: fit-content;
	margin: 20px auto 0;
}
.submit-button:hover{
	background: #f9c31f
}


 /*** Contact us page ****/
 .contact-map {
	border: 1px solid #C4C4C4;
	padding: 15px;
	background: #fff;
	height: 100%;
}
 .contact-details {
	border: 1px solid #C4C4C4;
	padding: 25px 15px;
}
 .single-contact {
	margin-bottom: 20px;
}
.single-contact:last-child {
	margin-bottom: 0;
}
.contact-title span {
	font-weight: 600;
	color: #373a3c;
	font-family: Raleway;
	font-size: 20px;
}
.contact-address {
	color: #818a91;
}
.mailer-name {
	color: #818a91;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}
.mail-info {
	overflow: hidden;
}
.contact-link {
	color: #818a91;
}
@media (min-width:992px) {
	.product-details-lists ul { 
		grid-template-columns: 49% 49%; 
	}
.contact-details {
	min-height: 440px;
}
}
.enquiry {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 1800;
	transform: rotate( -90deg) translateY(-50%);
	margin-left: -28px;
	letter-spacing: 1px;
}
.common-enquiry {
	transition: all 0.8s ease-in-out;
	border: 2px solid #AF0A0D;
	color: #ffcc2a;
	background-color: #c9302c;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	padding: 10px 25px;
}
.common-enquiry:hover {
	background: #f9a21f;
	border: 12px solid #f9c31f;
	color: #000;
}












.project-section {
	background: #022d64;
}
.project-title span{
	font-size: 30px;
}
.project-title i { 
	padding-right: 10px;
	font-size: 27px;
}
.property-item {
	margin: 0 10px;
}
.property-slider .slider-prev-arrow {
	left: 9px; 
}
.property-slider .slider-next-arrow {
	right: 9px; 
}
/*--- Download Section ---*/
.download-icon, .download-title{
	color: #052b81;
}
.download-links a {
	border: 1px solid #262626;
	padding: 48px 30px;
	display: block;
	color: #363636;
	font-size: 18px;
}
.download-links a:hover {
	border: 1px solid #f9c31f;
	background: #f9a21f;
	color: #fff;
}