body, html {
    overflow-x: hidden;
}

.container-fluid
{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav {
    margin-left: auto;
    margin-top: 40px;
}

.d-flex {
    margin-left: 20px; /* Adjust spacing as needed */
}
.logo
{
    max-width: 100%;
    height: auto;
}
.first-div
{    
    margin-bottom: 70px;
    
}

.navbar-expand-lg .navbar-nav .dropdown-menu
{
	border-radius:0 !important;
	background:#fffef7;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover
{
	background:#009933 !important;
	color:#fff;
}

.navbar-nav .dropdown a
{
	padding-bottom:8px !important;
	padding-top:8px !important;
}
.navbar-nav .dropdown a:hover
{
	padding-bottom:8px !important;
}
.navbar-nav .nav-item {
    margin-left: 5px; /* Adds some space between nav items */
}

.navbar-collapse .navbar-nav .nav-item .about
{
    color: #000;
    font-size: 18px;
}
.navbar-collapse .navbar-nav .nav-item .service
{
    color: #000;
    font-size: 18px;
}
.navbar-collapse .navbar-nav .nav-item .contact
{
    color: #000;
    font-size: 18px;
}
.navbar-collapse .navbar-nav .nav-item .home
{
    color: #000;
    font-size: 18px;
}
.navbar-collapse .navbar-nav .nav-item .blog
{
    color: #000;
    font-size: 18px;
}


.footer-bg
{
    text-align: left;
    background-color: #F9FBE7;
}
.footer-bg p
{
	text-align:justify;
}

.my-3
{
    width:225px; /* Same width as the image */
    margin: 10px auto; 
}

.creative{
    color:#14336A;
    font-size: 40px;
}
.solutions{
    color:#676767;
}
.rectangle-line {
    width:90%;
    height: 20px; /* Adjust the height as needed */
    background-color: #E60F39; /* Change the color as needed */
    margin-bottom: 30px; /* Adjust the margin as needed */
}
.gap-2 .contact-btn 
{
	margin-top: 20px;
}

.img-fluid{
    padding-top: 20px;
    width:600px;
    height:600px;
    padding-bottom: 20px;
}
.contact-btn
{
    border-radius: 10px;
    padding: 15px 30px; /* Increase padding for a larger button */
    font-size: 22px;    /* Increase font size */
    width: auto;        /* Adjust width if needed */
    height: auto;  
    background-color: #14336A;
    border: none !important;
    text-decoration: none;
    color: #fff;
    
}
.div2{
    margin-bottom: 20px;
}
/*
	.about-btn
	{
    border: none !important;
    background: none !important;
    font-size: 22px;    
    width: auto;        
    height: auto; 
    color: #E60F39;
	}
*/
.clients 
{
    margin-top: 50px;
    color: #14336A;
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
}


.circular-img {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Adjust size as needed */
    border-radius: 50%;
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
    display: block;
    margin: 10px auto; /* Center the image within the card */
}

.part4
{
    margin-top: 30px;
    color: rgb(86, 154, 204)
}
.part4 p{
    color: rgb(86, 154, 204)
}
.part4-h1{
    color: #14336A;
    margin-bottom:20px;
}
.part4-h5{
    color:#485666;
    line-height: 30px;
    text-align: justify;
}
.offer
{
    margin-top: 30px;
    color: #14336A;
    font-size: 50px;
    text-align: center;
}
.best
{
    color:#485666;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

.card-img-top
{
    width: 100px;
    height: 120px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 0px;
}
.offer-card 
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.offer-card .card
{
    border: none !important;
}

.offer-card .card:hover
{
    background-color: #f8f9fa; /* light grey background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* light shadow */
}

.offer-card .card-body{
    background: none !important;
    font-size: 16px;
	height: 80px;
}

.offer-card .card-body .card-text{
    font-size: 20px;
}

.carousal-btn
{
    color:#E60F39;
    background-color: #dfced2;
    border: none !important;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.global
{
    color: #14336A;
    text-align: center;
    padding-top: 45px;
}

.count-card .card
{
    border: none !important;
    text-align: center;
	
}
.count-card
{
    padding: 20px 0 20px 0;
}
.count-card .card-99
{
    font-size: 80px;
    color: #14336A;
    text-align: center;
    padding-left: 20px;
}
.count-card .card-body{
    background: none !important;
    font-size: 16px;
    margin-top: -30px;
    color: #14336A;
}

.last-card .card 
{
    border: none !important;
}

.contact-h2
{
    color: #14336A;
    font-size: 50px;
    text-align: center;
}
.contact-below
{
    color:#485666;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 50px;
}
.enquiry .card-title
{
    font-size: 50px;
    padding-bottom: 10px;
}

.enquiry .card-subtitle
{
    
    padding-bottom: 10px;
}

.enquiry .card-text
{
    color:rgba(0, 0, 0, 0.6);
}
.enquiry .card-body
{
    background: none !important;
}
.form-control
{
    background-color: rgb(247, 248, 248);
}
.contact-button
{
    background-color: #E60F39;
    color: #fff;
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
    width: 150px;
    height: 50px;
}
.enquiry
{
    padding-bottom: 50px;
}

.card h3{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	padding-top:10px;
}
.card h6{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.card-title a{
    color: black;
    text-decoration: none;
	margin-left:0;
	font-size:20px;
}

.blog-design{
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 15px 0 0 0;
    border-radius: 10px;
	
}
.card1{
    border: 1px solid #ddd;
    border-radius: 15px;
    border-top-left-radius: 15px;  /* Adjust the value as needed */
    border-top-right-radius: 15px; /* Adjust the value as needed */
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px!important;
    margin-bottom: 30px;
	}.card-img-top3 {
    padding: 30px !important;
    height: 450px;
    width: 100%;
    border-radius: 35px !important;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
    .dropdown-menu {
		margin-top: 0px !important;
	}
    .card-img-top3 {
        padding: 20px !important;
        height: 250px;
        border-radius: 25px !important;
	}
	.creative
	{
		margin-left:15px;
	}
}

.blog-list{
    padding-left: 30px;
    padding-right: 30px;
}
.blog-list span{   
    color: rgb(178, 174, 174);
}

.blog-list span i{  
	height:20px;
}

.recentpost {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: none !important;
    border-radius: 15px;
    margin-top: 32px;
}

.recentpost-2 {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: none !important;
    border-radius: 15px;
    margin-top: 32px;
    
}
.img{
    width:90px;
    height:70px;
    border-radius: 10px;
}
.about-heading{
    font-family: Arial, sans-serif;
    margin-top: 30px;
    border-left: 1px solid #333;
    padding-left: 15px;
}
.about-heading h1 {
    margin:0;
    font-size: 30px;
    font-weight: bold;
    color: #666;
}
.about-para{
    text-align: justify;
}
.service{
    margin-bottom: 50px;
}
.service-heading {
    font-family: Arial, sans-serif;
    margin-top: 30px;
    border-left: 1px solid #333;
    padding-left: 15px;
    
}


.service .readmore
{
	text-decoration:none;
	color:#E60F39;
}
.service-heading h1 {
    
    margin:0;
    font-size: 30px;
    font-weight: bold;
    color: #666;
}

.card-img-top4{
    
    height:300px;
    width: 100%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}

.navbar {
    padding-top: 0.5rem; /* Reduce top padding */
    padding-bottom: 0.5rem; /* Reduce bottom padding */
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    padding-top: 0.5rem; /* Reduce padding for nav links */
    padding-bottom: 0.5rem;
}

.d-flex h6 {
    margin: 0;
    padding-top: 0.25rem; /* Adjust padding as needed */
    padding-bottom: 0.25rem;
}
.card-body-blog p
{
	padding-left: 25px;
	padding-right: 7px;
}
.card-body-blog .card-text{
	padding-left: 25px !important;
	padding-right: 25px;
	padding-bottom:0px;
}

.div2 .card-body{
	height: 150px;
}

.carousel-indicators {
	top: 0px;
	display: flex;
	justify-content: center;
	padding-top: 0px;
}
.card-img-top1
{
	width: 100%;
	height: 200px; /* Adjusts height to maintain aspect ratio */
	object-fit: cover; /* Ensures the image covers the entire container */
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* top menu*/

.text-white {
    color: #fff !important;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.text-end {
    text-align: right;
}

a.text-white:hover {
    color:#fff !important; /* Lighter shade for hover effect */
}
.text-white a{
    text-decoration: none;
    color:#fff;
}

.text-white p a i:hover
{
	background:none !important;
	padding:0 !important;
	color:#fcbc0c;
}

.text-white p i:hover
{
	background:none !important;
	padding:0 !important;
	color:#fcbc0c;
}

@media (max-width: 768px) {
	
    
    .navbar-nav {
        width: 100%;
        text-align: center;
	}
    .service
    {
        margin-bottom: 0px;
	}
	
	
    .rectangle-line {
        width:100%;
	}
	
    .contact-below
    {
        padding-bottom: 30px;
	}
	
    .enquiry .card
    {
        margin-bottom: 20px;
	}
	
    .contact-h2
    {
        padding-top: 10px;
	}
    
    .card-body-blog p
    {
        padding-left: 7px;
        padding-right: 7px;
	}
    
	.offer-card
	{
		margin:0px 20px 0px 20px;
	}
	.offer-card .card
	{
		margin-bottom:20px;
	}
	
	/** home slider **/
	#carouselExampleIndicators .carousel-indicators [data-bs-target]
	{
		margin-top:80% !important;
	}
	
	#carouselExampleIndicators .carousel-item img
	{
		height:250px !important;
		margin-bottom:20px;
	}
	
	.weunleash-img
	{
		height:250px !important;
	}
	.weoffer-img
	{
		height:250px !important;
	}
	
	.circular-img
	{
		width:200px !important;
		height:200px !important;
	}
}
@media all and (max-width: 480px) {
    .card-img-top1{
        height: 100%;
        padding-top: 0px;
        object-fit: cover;
        width: 100%;
        
	}
    .blog-design{
        padding: 0px;
	}
    .card1{
		//height: 900px !important;
	}
	
    .recentpost{
        margin-top: 0px;
		
	}
    .recentpost-2{
        margin-top: 0px;
		
	}
    .recentpost img{
        display: none;
		
	}
    .recentpost-2 img{
        display: none;
		
	}
    .img{
        padding-top:0px;
	}
    .card-img-top4{       
        height: 200px !important;
        object-fit: cover;
        width: 100%;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
    .service .card{
		/** height: 450px!important;   **/          
	}
    .service .card-body{        
        font-size: medium;
        text-align: justify;
        padding: 5px;
		
	}
    .img-fluid{
        padding-top: 20px;
        width:800px;
        height:300px;
        padding-bottom: 20px;
	}
    .part4-h5{
		text-align: justify;
	}
    .circular-img {
        width: 200px; /* Ensures width and height are the same */
        height: 250px;
        border-radius: 50%; /* Creates the circular shape */
        object-fit: cover; /* Ensures the image fills the circular area without distortion */
        display: block;
        margin-left: auto;
        margin-right: auto;
	}
	
    .navbar-toggler
    {
        margin-left: 10px;
	}
    .recentpost .card-body {
        background: none !important;
		
	}
	.recentpost-2 .card-body {
		background: none !important;
		
	}
	
	.py-2
	{
        text-align: center;
	}
	
}


/* Container for the job tiles */
/* Container and Row Styling */
.job-container {
    padding: 20px;
}

.job-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Column and Card Layout */
.job-col {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .job-col {
        flex: 1 1 calc(50% - 20px);
	}
}

@media screen and (max-width: 576px) {
    .job-col {
        flex: 1 1 100%;
	}
}

/* Job Card Styling */
.job-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.job-card:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.job-card-img-top {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}



/* Job Card Body */
.job-card-body {
    padding: 15px;
    flex-grow: 1;
}

/* Date with Icon */
.job-date {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.job-date::before {
    content: '\1F4C5'; /* Unicode for calendar icon */
    font-size: 1rem;
    color: #e83e8c;
    margin-right: 8px;
}

/* Job Title */
.job-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #343a40;
}

/* Salary with Currency Symbol */
.job-text.salary {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.job-text.salary::before {
    content: attr(data-currency-symbol);
    font-weight: bold;
    margin-right: 5px;
}

/* Location with Map Icon */
.job-text.location {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.job-text.location::before {
    content: '\1F4CD'; /* Unicode for map pin icon */
    margin-right: 8px;
}

/* Roles Text */
.job-text.roles {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 10px;
}

/* Read More Link */
.job-read-more {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: color 0.2s ease-in-out;
}

.job-read-more:hover {
    color: #0056b3;
}

/** pagination **/
.nav-links .page-numbers {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #eee;
	text-align: center;
	padding-top: 13px;
	font-weight: 600;
	margin-right: 10px;
	text-decoration:none;
}

.nav-links .page-numbers:hover {
	background: #223a66;
	color: #fff;
	text-decoration:none;
}

.nav-links .page-numbers.current {
	background: #223a66;
	color: #fff;
	text-decoration:none;
}

/** blogs **/
.card-body .card-text
{
	text-align:justify;
}

.blog-design .readmore
{
	text-decoration:none;
	color:#E60F39;
}

.card-body .card-text a
{
	text-decoration:none;
	color:#000;
}

/*
	js script alert - loading screen
*/
.app-alert
{
	position: fixed;
	top: 10%;
	right: 0;
	z-index:10;
	width:40%;
	font-size: 16px;
	padding: 10px;
    margin-top: 30px;
}

.app-alert.success
{
	/*background-color: #cfffd1;*/
    background-color: #fff;
	border: #1d7521  solid;
    border-radius: 10px;
    
}

.app-alert.danger
{
	/*background-color: #ffcfd1;
		border: #751d21 thin solid;
		background-color: #fff;
		border: #e7505a solid;
	border-radius: 10px;*/
    background-image: linear-gradient(to right top, #EF171E, #EA1F23, #E62527, #E12A2B, #DC2F2F, #DC3232, #DB3535, #DB3838, #DF3B3B, #E33E3D
    , #E84040, #EC4343);
    color : #FFFFFF;
	border: #e7505a solid;
	border-radius: 10px;
	width: 500px;
}

.app-alert.warning
{
	/*background-color: #ffdbb3;
	border: #e68010 thin solid;*/
    background-image: linear-gradient(to right top, #EF171E, #EA1F23, #E62527, #E12A2B, #DC2F2F, #DC3232, #DB3535, #DB3838, #DF3B3B, #E33E3D
	, #E84040, #EC4343);
	color : #FFFFFF;
	border: #e7505a solid;
    border-radius: 10px;
    width: 500px;
	
}

.alert-dismissable .close, .alert-dismissible .close
{
	right: -5px;
}


/** home slider **/
#carouselExampleIndicators .carousel-indicators [data-bs-target]
{
	margin-top:50%;
}

.bg-green
{
	background:#c5fac7;
}

/** client logos **/
.marquee {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.marquee img {
	display: block;
	
}

@keyframes scrolling {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); } /* Adjust based on width of .marquee-content */
}

/** footer **/
.list-group-flush>.list-group-item
{
	background: none;
    border: none;
	padding-left:0 !important;
}

.list-group-flush>.list-group-item a
{
	text-decoration: none !important;
	color:#000;
}

/** youtubes **/
.iframe-container{
    height: 300px;
	width:100% !important;
}

/** enquiry **/
.contact-info .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
	background:#1ab221;
	color:#fff;
}

.contact-info .nav-link, .nav-justified .nav-item .nav-link
{
	background:#f4fff4;
	color:#000;
}

/** btn **/
.btn-danger
{
	font-size:12px;
	padding:2px 10px 4px 10px;
}

.client-tile 
{
	display: inline-block;
	width: 200px; /* Set the desired width for each tile */
	height: 200px; /* Set the desired height for each tile */
	margin-right: 30px; /* Space between tiles */
}

.client-tile img
{
	width:100%;
	height:100%;  
	border-radius:10px;
}

/** card **/
div.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
	margin-top:20px;
}

.weunleash-img
{
	width:100%;
	height:550px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	border-radius:10px;
}

.weoffer-img
{
	width:100%;
	height:500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	border-radius:10px;
	margin-top:20px;
}