@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #f1fbff;
}
.section-padding {
	padding: 60px 0;
	padding-top: 60px;

}

.bg-customcolor {
    background-color:#ffffff ; /* Replace with your custom color code */
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;

	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}

	.product-list .list-unstyled li {
		font-size: 12px;
	  }
}





/* Add this CSS code to your stylesheet or in a <style> tag within your HTML document */
.nav-item {
    display: flex; /* Use flexbox for vertical alignment */
    align-items: center; /* Center items vertically */
}

.nav-link.contact-button {
    border: 2px solid #FFA500; /* Border color */
    color: #FFA500; /* Text color */
    padding: 10px 20px; /* Adjust padding as needed */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline from the link */
    transition: border-color 0.3s ease, color 0.3s ease; /* Smooth transition effect */
}

.nav-link.contact-button:hover {
    border-color: #FF8C00; /* Border color on hover */
    color: #FF8C00; /* Text color on hover */
}


/* Add this CSS code to your stylesheet or in a <style> tag within your HTML document */
.logo {
    width: 7%; /* Adjust the width to your desired size */
    max-height: 40%; /* Maintain aspect ratio */
}




.carousel-caption{
	top:35%;
	width: 65%;
	left: 20%;

}

/* Default styles for the tiles */
.banner-tile {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #fbb02d;
    height: 90%;
    color: #fff;
	width: 80%;
	justify-content: right;
	position: relative;
    overflow: hidden;
    border-radius: 10px; /* Add rounded corners to the tile */
	
}

/* Styles for small screens (max-width: 767px) */
@media (max-width: 767px) {
    .carousel-caption {
        top: 15%; /* Adjust the top position as needed */
        width: 90%; /* Full width for small screens */
		left: 12%;
		
		
    }

    .banner-tile {
        margin-right: 0px;
		height: 70%;
		margin-bottom: 20px;
		margin-top: 0px;
		padding-top: 0;
		width: 85%;
		margin-left: 0px;
    }

	.banner-tile h4 {
		font-size: 12px;
		margin-top: 0px;
		text-align: right; /* Align the title to the right */
		color: #ffffff; /* Title color */
	}

	.banner-tile p {
		font-size: 8px;
		margin-top: 0px;
		text-align: right; /* Align the title to the right */
		color: #fbb02d; /* Title color */
	}

	.banner-tile a {
		padding: 0px;
		font-size: 8px;
	}

	.banner-buttons {
        display: none;
    }

	.img-area img {

		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	a.navbar-brand{
		margin-right: 0px;
	}
	



}


.banner-tile:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Tile background color on hover */
}

.banner-tile h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: right; /* Align the title to the right */
	font-weight: 100 !important;

	  
}

.carousel-item img {
    object-fit: cover; /* Use the visible part of the image and cover the entire container */
    width: 100%;
    height: 100%;

}

.banner-tile p {
    font-size: 14px;
    line-height: 1.5;
    text-align: right; /* Align the description to the right */
    color: #ccc; /* Description color */
    overflow-wrap: break-word; /* Wrap text when it exceeds the container width*/
	width: 90%;
	margin-right: 0px;

}

/* Add a top margin to the product category section */
.product-category {
    margin-top: 60px !important; /* Adjust this value as needed */
}

/* CSS for smaller screens (e.g., mobile devices) */
@media (max-width: 768px) {
    .col-md-6 {
        width: 100%;
		height: 100%; /* Adjust the width as needed */
		
        
    }
}




.banner-tile img {
    width: 45%; /* Adjust the width to cover the tile */
    height: 80%; /* Maintain the aspect ratio */
    position: absolute;
    left: -50%; /* Move the image 50% to the left */
    transform: translateX(50%); /* Adjust the position to cut the left side */
    transition: transform 0.3s ease-in-out; /* Add a hover effect */
}

/* Add a hover effect when hovering over the image */
.banner-tile img:hover {
    transform: scale(1.1); /* Increase the size on hover (adjust as needed) */
}

/* Style the banner tile links */
.banner-tile-link {
    text-decoration: none; /* Remove underline */
    color: #333; /* Text color */
    transition: color 0.3s ease; /* Smooth color transition on hover */

    /* Optional: Add some styling to indicate it's a link */
    cursor: pointer;
}

.banner-tile-link:hover {
    color: #fbb02d; /* Change color on hover */
}


/* Style anchor tags to remove underlines */
.banner-tile a {
    text-decoration: none;
    color: inherit; /* Inherit the text color from parent */
	margin: 0px;
	height: 50%;
}


/* Add this CSS for banner buttons */
.banner-buttons {
    position: absolute;
    bottom: 50px; /* Adjust the position from the bottom */
    left: 0;
    right: 0;
    text-align: center;
	z-index: 2;
}

.banner-button {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff; /* Button text color */
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: 2px solid #fbb02d;
    background-color: transparent; /* Set the initial background color to transparent */
}

.banner-button:hover {
    background-color: #fbb02d; /* Button background color on hover */
}



.kpi-number {
	font-size: 36px;
	font-weight: bold; /* Added bold font weight */
}

.card-title {
	font-size: 16px; /* Reduced the font size for KPI names */
	text-transform: uppercase; /* Uppercase KPI names */
	border-bottom: 2px solid #fbb02d; /* Added underline */
	padding-bottom: 6px; /* Adjust padding as needed */
	color: #f9f9f9; /* Changed KPI name color */
}

.card-body {
	padding: 2rem; /* Increased padding for better spacing */
}

.card {
	border: none; /* Removed the border around cards */
}

.bi {
	font-size: 3rem; /* Increased the icon size */
	color: #fbb02d; /* Changed the icon color */
}

.card-title {
	color: #f9f9f9; /* Changed KPI name color */
}


.custom-card-title {
	color: #2f2f2f; /* Dark color code */
	font-size: 16px; /* Reduced the font size for KPI names */
	text-transform: uppercase; /* Uppercase KPI names */
	border-bottom: 2px solid #fbb02d; /* Added underline */
	padding-bottom: 6px; /* Adjust padding as needed */
}


.img-area {

	width: 100%; /* Set the desired width percentage */
	}

.img-area img {

	width: 100%;
	height: 320px;
}





  /* Remove bullet points for lists */
  .product-list ul {
    list-style-type: none;
    padding: 0;
  }

  .product-list li {
    margin-bottom: 5px;
  }


  /* For list items within columns */
.product-list .list-unstyled li {
	text-align: left;
  }

  /* For list items within columns */
.product-list .list-unstyled li {
	text-align: left;
	margin: 2px; /* Reduce the margin */

	color: #333;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
  }
  

  .product-list .list-unstyled {
	margin-left: 2px;
	margin-right: 2px;
	column-gap: 0;
  }


  


  /* Hide the default radio button */
.product-list .list-unstyled li input[type="radio"] {
	position: absolute;
	opacity: 0;
  }
  
  /* Define the custom radio button appearance */
  .product-list .list-unstyled li input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #242424; /* Border color for the radio button */
	border-radius: 50%; /* Make it round */
	margin-right: 10px;
	transition: background-color 0.3s, border-color 0.3s;
  }
  
  /* Style for checked radio button */
  .product-list .list-unstyled li input[type="radio"]:checked + label::before {
	background-color: #fbb02d; /* Background color when checked */
	border-color: #242424; /* Border color when checked */
  }

  .mb-4 {
    margin-bottom: 20px; /* Adjust the margin as needed */
  }
  

  .three-column-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  
  .three-column-list li {
	margin: 0;
  }


  /* Custom CSS for icon colors */
.pin-icon-gold {
	color: gold;
  }
  
  .pin-icon-green {
	color: green;
  }

  

  .card-title.py-2 {
    color: #323232; /* Replace #FF0000 with your desired color code */
}

/* Custom CSS for icon size and color */
.bottom-columns .bottom-column h3 i {
    font-size: 24px; /* Adjust the icon size as needed */
    color: #fbb02d; /* Adjust the icon color using a color code or name */
	margin-right: 10px;
}

/* Custom CSS for header text */
.bottom-columns .bottom-column h3 {
    font-size: 24px; /* Adjust the header text size as needed */
    color: #333; /* Adjust the header text color using a color code or name */
}

/* Additional styling */
.bottom-columns {
    margin-top: 80px; /* Add your preferred margin-top value here */
}

.bottom-column {
    margin-top: 30px; /* Adjust the margin-top value for each section as needed */
    margin-bottom: 100px; /* Add your preferred margin-bottom value here */
    text-align: center; /* Center-align text within the columns */
}


/* CSS for the designation text and line */
.designation {
	font-weight: normal; /* Make the designation text bold */
	color: #232323; /* Set the color of the designation text */
	padding-top: 5px; /* Adjust the spacing between the name and designation */
	font-style: italic;
	font-size: 14px;
  }
  

  .lead {
	font-size: 14px; /* Adjust the font size as needed */
}


.custom-image {
    height: 100% !important; /* Adjust the max height as needed */
    width: 60% !important;; /* To maintain the aspect ratio while resizing */
}


.row{
	display: flex;
    justify-content: space-between;

}


/* Add a white bottom border to the first and second rows */
footer .row:nth-child(2) {
    border-bottom: 1px solid #fff;
}

/* Change the color of social media icons to blue */
.social-media a {
    color: #fbb02d;
	font-size: 24px;
	text-decoration: none;
}


/* Change the color of "Explore" links to blue */
.list-unstyled li a {
    color: #fbb02d;
	text-decoration: none;
}


/* Add this CSS to control the size of the video area */
.video-fluid {
    max-width: 100%; /* Set the maximum width to 100% of the container */
    max-height: 50% !important; /* Automatically adjust the height to maintain the video's aspect ratio */
}


.col-lg-8.col-md-12.col-12.ps-lg-5.mt-md-5 {
	margin-top: 10px !important; /* Adjust the margin-top value as needed */
  }

  .about-text {
	margin-bottom: 20px !important; /* Adjust the margin value as needed */
  }


  /* Add this CSS to control the size of the video area */
.video-fluid-custom {
    max-width: 100% !important;; /* Set the maximum width to 100% of the container */
    max-height: 0% !important; /* Automatically adjust the height to maintain the video's aspect ratio */
}

.about-img-custom{
	max-width: 100% !important;; /* Set the maximum width to 100% of the container */
    max-height: 0% !important;
}
  

.sub-tile{
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	
}

.row{
	padding-top: 5px;
}

.custom-icon-color {
    color: #fbb02d; /* Replace #ff0000 with the desired color value */
}




/* Style for the Product Categories section */
.product-category {
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
}

.product-category h2 {
    display: flex;
    font-size: 24px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
}

.product-category-header span {
    border-bottom: 2px solid #fbb02d;
}


/* Style for the Product Tiles */
.product-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-tile {
    flex-basis: calc(33.33% - 20px); /* 33.33% width with some spacing in between */
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box; /* Include padding and border in the width */
    transition: transform 0.2s ease-in-out;
    height: 100%;
    text-align: center; /* Center content horizontally */
}



.product-tile img {
    width: 100%;
    max-height: 250px; /* Adjust the maximum height as needed */
    object-fit: cover;
    border-radius: 5px;
}

.product-tile h3 {
    font-size: 18px;
    margin-top: 10px;
}

.product-tile p {
    font-size: 14px;
    margin-top: 10px;
	height: 15%;
}

/* Center the Contact button horizontally */
.product-tile .btn {
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: auto; /* Auto margin on left and right will center the button */
    margin-right: auto;

}

/* Responsive design */
@media (max-width: 768px) {
    .product-tile {
        flex-basis: 100%;
		margin-bottom: 20px;
		margin-right: 10px; /* Full width on smaller screens */
		height: 99%;
    }

	.product-tile p {
		font-size: 14px;
		margin-top: 10px;
		height: 10%;
	}


}


.product-category-header h2 {
    color: #333; /* Change the color to your preferred value */
}


.product-category .section-header:first-child {
    top: 40px; /* Adjust this value as needed */
    z-index: 1;
    position: relative;
}

.product-category .row {
    margin-bottom: 20px; /* Adjust the margin as needed */
}






.market-content .three-column-list .supplier .flag-icon,
.market-content .three-column-list .customer .flag-icon {
    font-size: 26px; /* Adjust the font icon size as needed */
    margin-right: 16px; /* Increase the spacing to the right of the icons */
}

/* Adjust the margin between columns (list items) */
.market-content .three-column-list .supplier,
.market-content .three-column-list .customer {
    margin-right: 20px; /* Increase the spacing between columns */
}

.contact{
	padding-top: 0px !important;

}

.market {
	padding-bottom: 0px;
}


.services{
	padding-top: 50px !important;

}















  










  
  
  




