@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	box-sizing:border-box;
}
.design{
	justify-content: center;
	padding-top: -10px;
}
a{
color:#eaeef3 !important;
}
.navbar-brand img {
height:200px;
}
.pad{
	margin-top:30px !important;
	text-align: end;
}


.navbar-nav  li a{
	float:right;
	text-align: left;
	font-size: 20px;
}
.navbar-nav{
	flex-direction: row !important;
}
@media only screen and (min-width: 525px) and (max-width: 600px){
	.navbar-brand img {
        height: 100px !important;
        display: inline;
        visibility: visible !important;
	}
	.nav-cnt4 .img-fluid{
		height:120% !important;
		}
	.nav-cnt3{
		width:80% !important;
	}
	.nav-cnt4{
		width: 20% !important;
	}
	.navbar-nav li a{
		font-size: 10px !important;
		margin:0.6rem !important
	}
	
}
@media only screen and (min-width: 416px) and (max-width: 524px){
	.navbar-brand img {
        height: 100px !important;
        display: inline;
        visibility: visible !important;
	}
	.nav-cnt4 .img-fluid{
		height:120% !important;
		}
	.nav-cnt3{
		width:80% !important;
	}
	.nav-cnt4{
		width: 20% !important;
		font-size: 15px !important;
	}
	.navbar-nav li a{
		font-size: 10px !important;
		margin: 0.6rem !important;
	}
	.nav-cnt4 .img-fluid{
		height:105% !important;
		}
	
}
@media only screen and (min-width: 320px) and (max-width: 415px){
	p.ftr {
		margin-bottom: 0.2rem;
	}
	.projects h2{
		padding-left: 8px !important;
		font-size: 20px !important;
	}
	.navbar-brand img {
        height: 80px !important;
        display: inline;
        visibility: visible !important;
	}
	.nav-cnt4 .img-fluid{
		height:120% !important;
		}
		.nav-cnt4{
			width: 20% !important; 
			font-size: 10px !important;
		}
	.navbar-nav li a{
		font-size: 8px !important;
		margin: 0.4rem !important;
	}	
	.fa-whatsapp:before{
		font-size: 18px !important;
	}
	.fa-phone:before{
		font-size: 18px !important;
	}
}

	
.nav-cnt3{
	width:80% !important;
}
.nav-cnt4{
	padding-top: 5%;
	width: 20% !important;
}
.nav-cnt4 .img-fluid{
height:105% !important;
}


#navigation-bar{
	display: flex;
	flex-direction: row ;
}
.nav-cnt1{
	width:30%;
	
}
.nav-cnt2{
	flex-grow: 1 !important;
	width: 60%;
}


/*
@media only screen and (min-width: 685px) {
		ul
	{
		font-size: 15px !important;
		
}
#top-header {
	display:inline-block;
	
}
}
@media only screen and (max-width: 326px) {
	
	#top-header {
		display:inline-block;
		
}
.navbar-nav  li a{
		font-size: 12px;
}
}
*/
 .breadcum{
	margin-top:10px;
padding-left:50px;
}
a:hover {
	background-color: #F95738;
	
  }
  a:active {
	color: yellow;
  }
 .navbar-nav  li a {
	padding:0px 10px;
	color:#000000 !important;
	margin: 0.9rem;
	
} 
h2{
	padding-left:30px;
}
 ul  {
	margin-left:auto !important;
	font-size:20px;

}
.carousel-inner img{
	height:auto;

}

.aboutus{
	font-size:16px;
		margin-top:15px;
		margin-left:0px;
	

}
h2{
	color:#f95738;
}

.hr
{
	color: red;
}
.accordion{
	margin-top: 30px;
    
}
.accordion-header{
	background:#000000;
}
.owl-carousel {
	margin-left:0px;
	margin-top:40px;
}
.nav-cnt4{
	flex-grow: 1 !important;
	text-align: end !important;
}
.br{
border:1px solid #948b8b;
padding: 5px;
}
.col-md-4{
margin-top:5px;
}
h1{
	text-align:center;
	
	}
	.tophead{
		background:#000000;
		height:5vh;
	}

.service{
	margin-top:0 !important;
	margin-left:0px !important;

}


.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 2px solid #000;
	flex-wrap: nowrap; /* Prevents wrapping into columns */
}
.logo-container {
	max-height: 120px;
}
.logo img {
	max-height: 100%;
}
.right-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
	flex-grow: 1;
}
.first-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap; /* Prevents wrapping into columns */
}
.slogan {
	font-size: 18px;
	color: #d80000;
	margin-right: 20px;
}
.slogan img {
	max-height: 50px;
	margin-right: 20px;
}
.contact {
	font-size: 14px;
	color: #555;
	white-space: nowrap; /* Ensures text doesn't break into a new line */
}


.text-muted{
	margin-bottom:40px;
	
}
.height {
    height: 50vh
}
.footer{
	background-color: #f95738;
	color:#ffffff;


}
.top-line {
    padding: 10px 0;
    background: #000000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.top-line p, .top-line a {
    color: #ffffff;
    margin: 0;
}
.top-line p span { margin-right: 20px; }
.top-line p span i {
    font-size: 16px;
    color:#fff;
    margin-right: 10px;
}
.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}
.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #ffffff;
}
.top-line ul.social-icons li a:hover { color: #ffba00; }
header.active .top-line {
    height: 0;
    padding: 0;
}

.ftr {
	text-align: center;
}
h5{
	text-align: left;
	text-transform:capitalize;
	font-size: 1.0rem;
	
}
.row{
	margin-left: 140px;
}
.copy{
	background:#000000;
}
.card-title{
	color: #f95738;
}
.btn-primary {
    color: #fff;
    background-color: #f95738 ! important;
	border-color:#fff ! important;
    
}

.text{
color:#000;
}
.pg h5{
    font-weight:900 !important;
}

.pg{
    font-size: 12px !important;
    font-weight: 1px !important;
}
.card{
    margin-bottom: 20px;
}
.card-text{
	text-align: justify;
}

	
	
	.owl-dots {
	text-align: center;
	margin-top: 4%;
	}
	.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
	}
	.owl-dot.active {
	background-color: #000 !important;
	}
	.card img{
		width: 286px;
		height: 200px;
		object-fit: cover;
	}
	.hed{
		text-align:center;
		margin-top:35px;
	}
	.design{
		text-align: center;
		display:flex;
		flex-direction: row;
		gap: 0.5rem;
	}
	.d{
		width: 26%;
		flex: 1;
		border-right:3px solid #000000;
		padding-right: 5px;
		
	}
	.c{
		width: 42%;
		flex: 1;
		border-right:3px solid #000000;
		padding-right: 5px;
	}
	.i{
		width: 26%;
		flex: 1;
	
	}
	.design h2{
		padding: 0px;
		font-size: 25px !important;
		font-weight: bold;
		position: relative;
		display: inline-block;	
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		text-shadow: 2px 2px 0 #ff0000;
		transition: all 0.3s ease-in-out;
	
	}
	.navbar-nav li a {
		font-weight:600 !important;
		
	}
	.nav-cnt4{
		font-size: 20px;
	}
	.fa-whatsapp:before{
		color: black;
	}
	.fa-phone:before{
		color: black;
	}
	.homearas{
		padding-top: 0px !important;
		color:#fe0000 !important;
		font-family: 'Poppins', sans-serif;
	}
	.card-title{
		text-align: center;
		padding-top: 5px;

	}
	.card-text{
		text-align: justify !important;
	}
	.table{
		border: 3px solid #ef5530 !important;
	}
	.associate{
		text-align: center;
		padding-top: 10px !important;
		margin-top: 20px !important;
		margin-bottom: 20px;
		color: #212529;
	}
	.associate h2{
		color: #212529;
	}
.associate button{
display: none !important;
}
.back {
	box-shadow: 0 0px 7px rgba(255, 0, 0, 0.7) !important; /* Red shadow */
	
}