/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}

/* About section specific spacing */
#about {
    position: relative;
}

#about .row {
    margin-bottom: 0;
}

#about .about-info {
    margin-bottom: 30px;
}

/* Ensure proper spacing between about sections */
#about .col-md-4 {
    margin-bottom: 20px;
}

/* Add clear separation before CEO section */
#about .message-from-ceo {
    clear: both;
    display: block;
}

/* end about team service portfolio contact */

/* start message from CEO */
.message-from-ceo {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    margin-top: 50px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
}

.ceo-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.ceo-image-container img {
    max-width: 200px;
    width: 100%;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ceo-image-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.ceo-content h3 {
    color: #28a7e9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.ceo-content .lead {
    font-size: 18px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 20px;
}

.ceo-content p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 16px;
}

.ceo-signature {
    text-align: right;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e9ecef;
}

.ceo-signature strong {
    color: #28a7e9;
    font-size: 18px;
    font-weight: 600;
}

.ceo-signature span {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .message-from-ceo {
        padding: 25px 20px;
        margin-top: 50px;
        margin-bottom: 25px;
        border-radius: 10px;
    }
    
    .ceo-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .ceo-content .lead {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .ceo-content p {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1.6;
    }
    
    .ceo-signature {
        text-align: center;
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .ceo-image-container {
        margin-bottom: 20px;
    }
    
    .ceo-image-container img {
        max-width: 150px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .message-from-ceo {
        padding: 20px 15px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .ceo-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .ceo-content .lead {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .ceo-content p {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    
    .ceo-image-container img {
        max-width: 120px;
    }
    
    .ceo-signature {
        margin-top: 15px;
        padding-top: 12px;
    }
    
    .ceo-signature strong {
        font-size: 16px;
    }
    
    .ceo-signature span {
        font-size: 12px;
    }
}

/* end message from CEO */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home 
	{
		height: 100vh; /* This makes the section fill the full viewport height */
		position: relative;
		z-index: 1;
		pointer-events: auto;
	}

/* Hero Carousel Styles */
#heroCarousel {
	height: 100vh;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
	display: block;
}

#heroCarousel .item {
	height: 100vh;
	position: relative;
	pointer-events: auto;
	/* Add smooth transitions to prevent jarring effects */
	transition: all 0.6s ease-in-out;
}

/* Ensure smooth carousel transitions */
#heroCarousel .carousel-inner {
	transition: all 0.6s ease-in-out;
}

/* Remove custom transitions to let Bootstrap handle them */

.carousel-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.carousel-content {
	position: relative;
	z-index: 2;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	/* Add a one-time animation for carousel content that only runs on page load */
	.carousel-content.animate-once {
		animation: fadeInUp 1s ease-out;
	}
	/* Remove the animation that causes blinking on slide changes */
	/* animation: fadeInUp 1s ease-out; */
	width: 100%;
	pointer-events: auto;
	display: flex;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#home h1 
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span 
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn 
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
	}
#home .btn:hover 
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
    height: 60px;
    font-size: 16px;
}

/* Optional: Add a subtle overlay to improve text readability on the banner */
.carousel-background:before 
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
		z-index: 1;
		pointer-events: none; /* Allow clicks to pass through */
		border-radius: 0;
	}

/* Media queries for better mobile responsiveness */
@media (max-width: 768px) {
    #home h1 {
        font-size: 2.5em; /* Make the heading smaller on mobile */
    }
    #home .element {
        font-size: 1.2em;
    }
    
    /* Mobile carousel adjustments */
    #heroCarousel .carousel-control {
        width: 10%;
    }
    
    #heroCarousel .carousel-control .glyphicon {
        font-size: 24px;
    }
    
    #heroCarousel .carousel-indicators {
        bottom: 20px;
    }
    
    #heroCarousel .carousel-content h1 {
        font-size: 2em;
    }
    
    #heroCarousel .carousel-content .element {
        font-size: 0.9em;
    }
}

/* Carousel Control Styles */
#heroCarousel .carousel-control {
	background: none;
	border: none;
	opacity: 0.8;
	width: 10%;
	z-index: 20;
	transition: all 0.3s ease;
	pointer-events: auto;
	text-shadow: none;
	display: block;
}

#heroCarousel .carousel-control:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
	pointer-events: auto;
	display: block;
}

#heroCarousel .carousel-control .glyphicon {
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 21;
	transition: all 0.3s ease;
	pointer-events: auto;
	text-shadow: none;
	display: block;
}

#heroCarousel .carousel-control:hover .glyphicon {
	transform: translateY(-50%) scale(1.1);
	pointer-events: auto;
	text-shadow: none;
	display: block;
}

#heroCarousel .carousel-indicators {
	bottom: 30px;
	z-index: 25;
	pointer-events: auto;
	text-align: center;
}

#heroCarousel .carousel-indicators li {
	border: 2px solid #fff;
	background: transparent;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-indent: -999px;
	border-radius: 50%;
	pointer-events: auto;
	display: inline-block;
}

#heroCarousel .carousel-indicators li:hover {
	background: rgba(40, 167, 233, 0.5);
	border-color: #28a7e9;
	text-indent: -999px;
	border-radius: 50%;
	pointer-events: auto;
	display: inline-block;
}

#heroCarousel .carousel-indicators .active {
	background: #28a7e9;
	border-color: #28a7e9;
	transform: scale(1.2);
	text-indent: -999px;
	border-radius: 50%;
	pointer-events: auto;
	display: inline-block;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
	#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start industries */
#industries 
	{
		padding: 80px 0;
		text-align: center;
		background: #f9f9f9;
	}
#industries h2 
	{
		color: #333;
		margin-bottom: 50px;
	}
.industries-grid 
	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 30px;
	}
.industry-item 
	{
		background: #fff;
		padding: 40px;
		border-radius: 10px;
		box-shadow: 0 4px 15px rgba(0,0,0,0.05);
		transition: all 0.3s ease;
		border-bottom: 3px solid transparent;
	}
.industry-item:hover 
	{
		transform: translateY(-10px);
		box-shadow: 0 8px 25px rgba(0,0,0,0.1);
		border-bottom: 3px solid #337ab7;
	}
.industry-item .icon-container 
	{
		font-size: 48px;
		color: #337ab7;
		margin-bottom: 20px;
	}
.industry-item h4 
	{
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
	}
.industry-item p 
	{
		color: #666;
		font-size: 14px;
	}
/* end industries */

/* start testimonials */
#testimonials 
	{
		padding: 80px 0;
		background-color: #202020; /* Dark background for better contrast */
		text-align: center;
		color: #fff;
	}
#testimonials h2 
	{
		color: #fff;
		margin-bottom: 50px;
	}
.testimonial-box 
	{
		max-width: 800px;
		margin: 0 auto;
		padding: 40px;
		background-color: #2c2c2c;
		border-radius: 10px;
		box-shadow: 0 4px 15px rgba(0,0,0,0.2);
		position: relative;
		border-left: 5px solid #337ab7;
	}
.testimonial-box p 
	{
		font-style: italic;
		font-size: 1.2em;
		line-height: 1.6;
		color: #f1f1f1;
		margin-bottom: 20px;
	}
.client-info h4 
	{
		font-weight: bold;
		color: #337ab7;
		margin-bottom: 5px;
	}
.client-info span 
	{
		display: block;
		color: #aaa;
		font-size: 0.9em;
	}
/* General carousel controls for other carousels (not hero) */
.carousel-control:not(#heroCarousel .carousel-control) 
	{
		width: 5%;
		background: none;
		text-shadow: none;
		opacity: 1;
		font-size: 30px;
		color: #337ab7;
		top: 50%;
		transform: translateY(-50%);
	}
.carousel-control:not(#heroCarousel .carousel-control):hover 
	{
		color: #fff;
	}
.carousel-control:not(#heroCarousel .carousel-control).left 
	{
		left: -10%;
	}
.carousel-control:not(#heroCarousel .carousel-control).right 
	{
		right: -10%;
	}
.carousel-indicators:not(#heroCarousel .carousel-indicators) 
	{
		bottom: -40px;
	}
.carousel-indicators:not(#heroCarousel .carousel-indicators) li 
	{
		background-color: #555;
		border: none;
	}
.carousel-indicators:not(#heroCarousel .carousel-indicators) .active 
	{
		background-color: #337ab7;
	}
/* end testimonials */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start form-messages */
#form-messages {
    padding: 1em;
    margin-top: 1em;
    border-radius: 5px;
    font-weight: bold;
}
#form-messages.success {
    background-color: #d4edda;
    color: #155724;
}
#form-messages.error {
    background-color: #f8d7da;
    color: #721c24;
}
/* end form-messages */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #portfolio .portfolio-thumb .portfolio-overlay {
        padding: 0px 8px;
    }
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
    #team .team-wrapper
    {
        margin-top: 40px;
    }
    #portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #28a7e9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 40px 10px 20px 20px;
        -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
    }

}
/* end 360 media quires */



/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
    #home
    {
        min-height: 300px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #home h1
    {
        font-size: 52px;
    }

    .templatemo-nav {
        position: fixed;
        top: 0;
    }
    header {
        margin-top: 70px;
    }
    header .social-icon {
        text-align: left;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }
    .navbar-default .navbar-nav li a {
        height: 45px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
    }
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
    header .social-icon
		{
			text-align: left;
		}
    #home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
    #home h1
		{
			font-size: 32px;
		}


		
}
/* end 360 media quires */