
/* Setup Styles  */

.photo-profile {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}

.symbol-profile {
	color: #202020;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

body.main {
	background: url('../img/bg3.jpg') #000 top center fixed no-repeat;
	background-size:150%;
}

body {
	/* Change the background image here  */
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	line-height: 20px;
	max-width: 100%;
	overflow-x: hidden;
}

a, a:visited{color:#d54872;

	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;

}
a:hover,a:active{color:#a43053;
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:300;
}

h1 {
	font-weight:300;
	font-size:50px;
	text-align:center;
	line-height:55px;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
	margin-bottom:30px;
}

/*=============================================================*/

.introtext {
	width: 400px;
	height: 600px;
	padding: 30px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
/*	float: left;
	display: inline-block;*/
	background-color: red;
}

.contactbox {
	width: 400px;
	height: 600px;
	padding: 30px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
/*	float: left;
	display: inline-block;*/
	background-color: blue;
}

/*=============================================================*/

.product_text_title {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin: 30px;
	line-height: 1em;
}

.product_text_description {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
}

.page_break_clear {
	width: 90%;color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 18px;;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
	padding: 60px;
	margin-top: 200px;
	margin-bottom: 60px;
}

.page_break_light {
	width: 90%;
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 60px;
	margin-bottom: 30px;
	border-radius: 18px;
}

.page_break_inner {
	min-width: 300px;
	max-width: 800px;
	color: #999999;
	border: 1px dashed #cccccc;
	border-radius: 18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 60px;
}

.icon_v2 {
	height: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.dark {
	color:#fff;
}

.center {
	float:none;
	margin:0 auto;
}

.left {
    text-align:left;
}

/* Main Container Styles  */

.main-container {
	position:relative;
}

.spaced {
	padding:30px;
}



/* Section Styles  */

#intro {
	margin-top:300px;
	text-align:center;
	min-height:300px;
	padding:0 0 0px;
}

#intro h1 {
	color:#fff;
}

#intro p {
	padding:20px 0;
	color:#fff;
}

#core-services, #about-us, #solutions, .info_display_light {
	background:#fff;
}

.usp-content {
	text-align: center;
	width: 75%;
}

.solid-line {
    border: none;
    height: 2px; 
    background-color: #333333;
    margin: 20px 0;
    width: 100%;
  }

.main-paragraph {
	font-size: medium;
	width: 65%;
	margin: 0 auto; 
}

.wide-paragraph {
	width: 90%
}

.sub-paragraph {
	width: 80%;
	margin: 0 auto; 
	text-align: left;
	font-size: large;
}

.main-heading-para {
	text-align: justify;
}

.sub-heading {
	font-weight: 500;
	font-size: xx-large;
}

.centered {
	text-align: center;
}

.para {
	font-size: medium;
	text-align: left;
}

.center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.center-wrapper .thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.center-wrapper .thumbnails .span4 {
    box-sizing: border-box; /* Include padding and border in the width */
    margin: 10px; /* Adjust spacing as needed */
    flex: 1 1 calc(33.333% - 20px); /* Adjust for three items per row, minus margin */
}

/* Adjustments for last row alignment */
.center-wrapper .thumbnails .span4:nth-last-child(-n+2) {
    flex: 1 1 calc(50% - 20px); /* Adjust for two items per row if less than three */
}


#team, .info_display_opaque {
	background:#000;
	background:rgba(0,0,0,0.8);
}
#contact, .info_display_dark {
	background:#202020;
}

/* New class to remove bullet points and style problem/solution */
.no-bullets {
	list-style-type: none; /* Remove bullet points */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margin */
  }
  
  .bold-label {
	font-weight: bold; /* Make text bold */
  }
  
  .no-margin {
	margin: 0; /* Remove margin for spacing */
  }
  
/* Navbar Styles  */

.navbar-fixed-top {
	margin-bottom:0;
	border-top: 4px solid #000000;
	position: fixed;
}

.navbar-fixed-top.scroll {
	opacity:.96;
}

.navbar-inner {
	border-bottom:0 none;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	filter:none;
	padding:8px 0 30px;
	background:#ffffff;
	/*background:rgba(13,13,13,0.9);*/
}

.navbar .brand {
	font-size:19px;
	font-weight: 300;
	text-shadow:none;
	padding:20px 0 0;
	font-family: raleway;
	color: #fff!important;
}

.navbar .nav.pull-right {
	top:10px;
}

.navbar .nav > li > a {
	color:#000000;
	font-size:18px;
    padding:20px 20px 20px;
    font-weight:400;
	text-shadow:none;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.navbar .nav li a:hover,.navbar .nav li a:focus{
	color:#F8F8F8;
}

.navbar .nav > li > a:hover {
	color:#ccc;
}


.navbar .nav > li.active > a,.navbar .nav > li.active:hover > a,.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus {
	padding-bottom:4px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-box-shadow:none;
	background:none;
	color:#fff;
}

.btn-dropnav {
	float:right;
	margin-left:5px;
	margin-right:5px;
	padding:7px 10px;
	display:none;
}

.btn-dropnav .icon-bar {
	background-color:#F5F5F5;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);
	box-shadow:0 1px 0 rgba(0,0,0,0.25);
	display:block;
	height:2px;
	width:18px;
}

.btn-dropnav .icon-bar + .icon-bar {
	margin-top:3px;
}

.container.flex {
    display: flex;
    flex-wrap: wrap; /* Allows content to wrap if necessary */
    gap: 20px; /* Adjust the gap between columns as needed */
}

.container.flex > div {
    flex: 1 1 45%; /* Allows columns to grow and shrink but not go below 45% of container width */
    box-sizing: border-box; /* Include padding and border in the width */
}

.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#fff;
}

.dropdown-menu li > a:hover,.dropdown-menu li > a:focus,.dropdown-submenu:hover > a {
	background-color:#8d2040!important;
	text-decoration:none;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d54872",endColorstr="#8d2040");
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d54872),to(#8d2040));
	background-image:-moz-linear-gradient(top,#d54872,#8d2040);
	background-image:-ms-linear-gradient(top,#d54872,#8d2040);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d54872),color-stop(100%,#8d2040));
	background-image:-webkit-linear-gradient(top,#d54872,#8d2040);
	background-image:-o-linear-gradient(top,#d54872,#8d2040);
	background-image:linear-gradient(#d54872,#8d2040);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77',endColorstr='#475B77',GradientType=0);
}

.navbar .btn-navbar .icon-bar {
	display:block;
	width:18px;
	height:2px;
	background-color:#5FAF08;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.navbar .btn-navbar {
	margin-right: 30px;
}


.thumbnail {
	text-align:center;
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
}

@media (max-width: 979px) {

	.nav-collapse .nav > li > a:hover,.nav-collapse .dropdown-menu a:hover {
		background:none!important;
	}

	.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a {
		color:#ccc;
	}

	.navbar .brand {
		padding:8px 0 0 40px;
	}

	body {
		padding-right:0;
		padding-left:0;
		background-size:250%;
	}

	#intro {
	margin-top:45px;
	}
}

@media (max-width: 767px) {
	body {
		padding-right:0;
		padding-left:0;
		background-size:330%;
	}

}

@media (max-width: 480px) {
	body {
		padding-right:0;
		padding-left:0;
		background-size:420%;
	}

}

.btn-purple {
	background-color:hsl(342,63%,34%)!important;
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d54872",endColorstr="#8d2040");
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d54872),to(#8d2040));
	background-image:-moz-linear-gradient(top,#d54872,#8d2040);
	background-image:-ms-linear-gradient(top,#d54872,#8d2040);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d54872),color-stop(100%,#8d2040));
	background-image:-webkit-linear-gradient(top,#d54872,#8d2040);
	background-image:-o-linear-gradient(top,#d54872,#8d2040);
	background-image:linear-gradient(#d54872,#8d2040);
	border-color:#8d2040 #8d2040 hsl(342,63%,28.5%);
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.36);
	-webkit-font-smoothing:antialiased;
}

.btn-red {
	background-color: hsl(0, 71%, 31%) !important;
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d54872",endColorstr="#8d2040");
	background-image:-khtml-gradient(linear,left top,left bottom,from(#c31c19),to(#881717));
	background-image:-moz-linear-gradient(top, #c31c19, #881717);
	background-image:-ms-linear-gradient(top, #c31c19, #881717);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%, #c31c19),color-stop(100%, #881717));
	background-image:-webkit-linear-gradient(top, #c31c19, #881717);
	background-image:-o-linear-gradient(top, #c31c19, #881717);
	background-image:linear-gradient(#c31c19, #881717);
	border-color: #881717 #881717 hsl(0, 71%, 31%);
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.36);
	-webkit-font-smoothing:antialiased;
}

.btn-xlarge {
	padding:20px 40px;
	font-size:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*	Team Social Icon Styles */


.social{
	text-align: center;
}
.social img {
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
	margin-right: 4px;
}

.social img:hover {
	-webkit-transform:rotate(-30deg);
	-moz-transform:rotate(-30deg);
	-o-transform:rotate(-30deg);
	-ms-transform:rotate(-30deg);
	transform:rotate(-30deg);
}

/*	BigVideo Styles */


#big-video-wrap {
	overflow:hidden;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

#big-video-vid,#big-video-image {
	position:absolute;
}

#big-video-control-container {
	position:fixed;
	bottom:20px;
	padding:0 20px;
	width:100%;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;
	-ms-transition-duration:.6s;
	-o-transition-duration:.6s;
	transition-duration:.6s;
}

#big-video-control {
	width:100%;
	height:16px;
	position:relative;
	display:none;
}

.alert-box {
	padding: 1.5rem;
	color: white;
	font-weight: bold;
	font-size: 16px;
	background-color: green;
}

