@charset "utf-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* CSS Document */
.white {color: #FFF;}
.padleft { padding-left: 20px;}
/* subpage image header */
.pgbg {
	background: url("../images/design-development.png") no-repeat bottom;
}
.blue { color: #01a8e1;}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map {
	padding-left: 0px;
}
/* links */
.nav > .nav-item > .nav-link.white {
	color: #FFF;
}

.nav > .nav-item > .nav-link.white.active {
	color: #FFF;
}

.nav > .nav-item > .nav-link.white:hover, .nav > .nav-item > .nav-link.white:focus, .nav > .nav-item > .nav-link.white:active {
	color: #000;
}
a:link, a:visited {
	color: #000000;
	font-weight: 600;
	-webkit-transition: ease color 300ms;
	transition: ease color 300ms;
}

a:hover, a:focus {
	color: #00A8E1;
	text-decoration: none;
}

a.white:link, a.white:visited {
	color: #FFF;
	font-weight: 500;
	-webkit-transition: ease color 300ms;
	transition: ease color 300ms;
}

a.white:hover, a.white:focus {
	color: #00A8E1;
	text-decoration: none;
}

/* Mission */
.bg-grey {
	background-color: #EEEEEE;
	margin: 0 0 100px 0;
}
.mission {
	color: #ffffff;
	font-size: 1.2rem;
}
.scale-2 {
	-webkit-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}
.box-shadow-3 {
	-webkit-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}
.border-radius {
	border-radius: 4px !important;
}

/* formatting */
/* primary button */
.btn-primary, .btn-primary:visited {
  color: #fff;
  background-color: rgba(0,168,225, 1);
  border-color: #FFF;
}
.btn-primary:hover {
	color: #fff;
	background-color: rgba(0,168,225, .9);
	border-color: #FFF;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0,168,225, .9);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #999999;
  border-color: #999999;
}
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #999999;
  background-image: none;
  border-color: #999999;
}
.btn-primary-outline, .btn-primary-outline:visited {
  color: #fff;
  background-color: rgba(0,168,225, 1);
  border-color: #FFF;
}
.btn-primary-outline:hover {
	color: #fff;
	background-color: rgba(112,148,84, 1);
	border-color: #FFF;
}

/* secondary button */
.btn-secondary, .btn-secondary:visited {
  color: #fff;
  background-color: rgba(0,0,0, 1);
  border-color: #FFF;
}
.btn-secondary:hover {
	color: #fff;
	background-color: rgba(0,0,0, .8);
	border-color: #FFF;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(0,0,0, .8);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #999999;
  border-color: #999999;
}
.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #999999;
  background-image: none;
  border-color: #999999;
}
.bg-primary {
  background-color: #004158 !important;
}
/* rating */
.starrating > input {opacity:0;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */

.selectedrating { color: #ffca08;  }


/*pagination */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(0,168,225, 1);
  background-color: #fff;
  border: 1px solid rgba(0,168,225, 1);
}

.page-link:hover, .page-link:active {
  z-index: 2;
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0,168,225, 1);
  border-color: rgba(0,168,225, 1);
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,168,225, 1);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: rgba(0,168,225, 1);
  border-color: rgba(0,168,225, 1);
}
.page-item.active .page-link:hover {
  z-index: 1;
  color: #000;
  background-color: rgba(0,168,225, 1);
  border-color: rgba(0,168,225, 1);
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.glow {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(29,52,68, .75);
-moz-box-shadow: 0px 0px 15px 5px rgba(29,52,68, .75);
box-shadow: 0px 0px 15px 5px rgba(29,52,68, .75); 
}
.contact-pad {
	margin-top: 100px;
}
#footer .footer-copyright {
	margin-top: 0;
	padding: 2em 0;
}

.drhp{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* feature */
.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature-box .feature-box-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	width: 2.7em;
	height: 2.7em;
}

.feature-box .feature-box-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

/* Style 2 */
.feature-box.feature-box-style-2 h4 {
	color: #212529;
}

.feature-box.feature-box-style-2 .feature-box-icon {
	background: transparent;
	top: -3px;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
	font-size: 1.7em;
}

.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
	top: 0;
}

/* Reverse */
@media (min-width: 992px) {
	.feature-box.reverse {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.feature-box.reverse .feature-box-info {
		padding-right: 15px;
		padding-left: 0;
	}

	.feature-box.reverse.feature-box-style-4 .feature-box-icon {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.feature-box.reverse.feature-box-style-4 .feature-box-info {
		padding-right: 0;
	}
}

html .overlay-color-tertiary:not(.no-skin):before {
	background-color: #c3a343 !important;
}

/* testimonials */
q { 
	quotes:"\201C" "\201D" "\2018" "\2019"; 
}
.testimonial {
	margin-bottom: 20px;
}

.testimonial blockquote {
	border: 0;
	color: #666;
	margin: 0;
	padding: 40px 20px 40px 52px;
	padding: 2.5rem 1.5rem 2.5rem 4.5rem;
	position: relative;
}

.testimonial blockquote:before {
	left: 22px;
	top: 21px;
	color: #FFF;
	content: "“";
	font-size: 85px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial blockquote p {
	color: #666;
	font-size: 0.9rem;
}

.testimonial .testimonial-arrow-down {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 8px solid #CCC;
	height: 0;
	margin: 0 0 0 45px;
	width: 0;
}


.testimonial .testimonial-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5px 0 0 0;
	text-align: right;
}

/* Portfolio quote */
.drquote blockquote{padding:10px 20px;margin:0 0 20px;font-size:14px;border-left:5px solid #fff;}
.drquote blockquote p { font-size:95%;}
.drquote blockquote p:last-child,
.drquote blockquote ul:last-child,
.drquote blockquote ol:last-child{margin-bottom:0;}
.drquote blockquote footer,
.drquote blockquote small,
.drquote blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777;}
.drquote blockquote footer a{color:#777;font-weight:bold;}
.drquote blockquote footer:before,
.drquote blockquote small:before,
.drquote blockquote .small:before{content:'\2014 \00A0';}

/* alerts */
.style-msg,
.style-msg2 {
  position: relative;
  display: block;
  color: #444;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.2); }

.successmsg {
  background: #C5EBD4;
  color: #184B21; }

.errormsg {
  background: #FFCCCC;
  color: #740D0A; }

.infomsg {
  background: #B9DFF4;
  color: #124F70; }

.alertmsg {
  background: #FCE0B6;
  color: #975E06; }

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
  display: block;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); }

.style-msg2 .msgtitle {
  background: rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold; }

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.style-msg2 .sb-msg {
  font-weight: normal; }
.style-msg2 ol,
.style-msg2 ul {
  margin: 0 0 0 30px; }
.style-msg2 ol {
  list-style-type: decimal; }
.style-msg2 ul {
  list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px; }

.style-msg .close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px; }

/* toastr notifications */
.toast-title {
	font-weight: bold;
}
.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.toast-message a,
.toast-message label {
	color: #FFFFFF;
}
.toast-message a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}
.rtl .toast-close-button {
	left: -0.3em;
	float: left;
	right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-left {
	top: 12px;
	left: 12px;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}
#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none;
	/*overrides*/
}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#toast-container > div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 20px 25px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #FFFFFF;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
#toast-container > div.rtl { direction: rtl; }
#toast-container > div:hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.toast {
	background-color: #030303;
}
.toast-success {
	background-color: #51A351;
}
.toast-error {
	background-color: #BD362F;
}
.toast-info {
	background-color: #2F96B4;
}
.toast-warning {
	background-color: #F89406;
}
.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
	#toast-container > div {
		padding: 10px 15px;
		width: 11em;
	}
	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
	#toast-container .rtl .toast-close-button {
		left: -0.2em;
		right: 0.2em;
	}
}
@media all and (min-width: 241px) and (max-width: 480px) {
	#toast-container > div {
		padding: 10px 15px;
		width: 18em;
	}
	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
	#toast-container .rtl .toast-close-button {
		left: -0.2em;
		right: 0.2em;
	}
}
@media all and (min-width: 481px) and (max-width: 768px) {
	#toast-container > div {
		padding: 15px 20px;
		width: 25em;
	}
}

/* pricing cards hover effect */
.card:hover {
	-webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
}
.card.noshadow:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pricing-included {
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	color: green;
	font-weight: bold;
}
.pricing-excluded {
	text-align: left;
    padding-left: 30px;
	padding-right: 10px;
	color: red;
	font-weight: bold;
}

/*Admin area */
/* Errors */

.errors {
  display: inline-block;
  border: 2px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 1em;
}

.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}

/* Session Messages */

#message {
  color: green;
  background: white;
  border: 2px solid green;
  padding: 1em 15px;
  margin: 1em 30px;
  width: 890px;
}

