
html,
body {
   color:#333333;
	font:normal 16px "Helvetica Neue",Helvetica,verdana, Arial,sans-serif;
	font-weight:300 !important;
	overflow-x:hidden;
	line-height:1.5;
    
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width:100%;
    /*scroll-behavior: smooth;*/
}
a {
	color:#333333;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
a:hover,a:focus {
	color:#ffffff;
	outline:none;
	text-decoration:none;
}
.active {
	color:#333333;
	outline:none;
	text-decoration:underline;
	line-height:2px;
}
a.product:link {color: #333333; font-size:12px !important; text-decoration: none; }
a.product:visited {color: #333333; font-size:12px !important; text-decoration: underline; }
a.product:hover {color: #878787; font-size:12px !important; text-decoration: underline; }
a.product:active {color: #333333; font-size:12px !important; text-decoration: underline; }


.panel-default>.panel-heading a.careers:link {color: #ffffff; text-decoration: none; }
.panel-default>.panel-heading a.careers:visited {color: #ffffff; text-decoration: none; }
.panel-default>.panel-heading a.careers:hover {color: #ffffff; text-decoration: none; }
.panel-default>.panel-heading a.careers:active {color: #ffffff; }

h1,h2,h3,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:0;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
			 /*https://designshack.net/articles/css/12-fun-css-text-shadows-you-can-copy-and-paste/*/
}
h4{
	font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:0;
}
h5{
	font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-top:0;
	margin-bottom:-10px;
	text-align:left;
}
h1 {
	font-size:38px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:24px;
	display:block;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p.lead {
	font-size:20px;
	font-weight:300;
	text-align: justify;
}
p {
	margin-bottom:20px;
}
p.leadblack {
	font-size:24px;
	font-weight:200;
	text-align: left;
	color:#000000 !important;
}
p:last-child {
	margin-bottom:0;
}
ul,ol {
	margin-bottom:20px;
}
blockquote {
	padding-top:0;
	padding-bottom:0;
	/*border-color:#1ABC9C;*/
}
blockquote small {
	color:inherit;
	line-height:25px;
}
pre {
	background-color:rgba(255,255,255,.5);
	border-color:rgba(0,0,0,.1);
	margin-bottom:20px;
}
.lighter {
	font-weight:100;
}
img {
	max-width: 100%;
}
/*	Section	==================================================*/

.active-section {
	top:0px;
}
.navbar.active-section {
	top:0 !important;
}
.section-title {
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:1px;
	color:#333333;
	padding-bottom:20px;
}
.section-title2 {
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:1px;
	color:#ffffff;
	padding-bottom:20px;
}
.subhead{
	font-size:21px;
}
.whitecolor {
	color: #fff;
}
/*	Button & Label	==================================================*/
.alert {
	color:#FFF;
	border:none;
}
[class^="alert-"] .alert-link,[class*=" alert-"] .alert-link {
	color:#FFF;
	font-weight:300;
	text-decoration:underline;
}
.btn,.label {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.btn {
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:3px;
}
.btn:hover,.btn:focus {
	outline:none;
}
.btn-link {
	color:#1abc9c;
}
.btn-link:hover,.btn-link:focus {
	color:#16a085;
}
.btn-default,.label-default {
	border-color:#FFF;
	color:#fff;
	background-color:transparent;
	border-width:2px;
	padding:15px 20px;
}
.btn-default:hover,.btn-default:focus {
	background-color:#F9FAFD;
	border-color:#F9FAFD;
	color:#000000;
}
.btn-success,.label-success,.alert-success {
	background-color:#FFF;
	border-color:#FFF;
	color:#1E2024;
}
.btn-success:hover,.btn-success:focus {
	border-color:#FFF;
	background-color:#FFF;
	color:#000;
}
.btn-primary,.label-primary {
	background-color:#000000;
	border-color:#000000;
}
.btn-primary:hover,.btn-primary:focus {
	background-color:#d33c00;
	border-color:#d33c00;
}
.btn-info,.label-info,.alert-info {
	background-color:#FFF;
	border-color:#FFF;
	color:#01B0D1;
}
.btn-info:hover,.btn-info:focus {
	background-color:#FFF;
	border-color:#FFF;
	color:#0299b8;
}
.btn-warning,.label-warning,.alert-warning {
	background-color:#e67e22;
	border-color:#e67e22;
}
.btn-warning:hover,.btn-warning:focus {
	background-color:#d35400;
	border-color:#d35400;
}
.btn-danger,.label-danger,.alert-danger {
	background-color:#e74c3c;
	border-color:#e74c3c;
}
.btn-danger:hover,.btn-danger:focus {
	background-color:#c0392b;
		border-color: #c0392b;
}
/*	Tab & Collapse Skin	==================================================*/
.tab-pane {
	padding:15px 0;
	margin-bottom:5px;
}
.nav-tabs {
	border-bottom-color:#ecf0f1;
}
.nav-tabs>li>a {
	padding:10px 0;
	margin-right:30px;
	color:inherit;
	font-size:16px;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0);
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background:transparent;
	border:none;
	border-color:rgba(255,255,255,0);
}
.nav>li>a:hover,.nav>li>a:focus {
	background-color:#ecf0f1;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color:#1abc9c;
	background:transparent;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	background:transparent;
	border:none;
	color:#1abc9c;
	border-bottom:1px solid #1abc9c;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	background-color:#1abc9c;
}
.nav .caret,.nav a:hover .caret {
	border-top-color:#1abc9c;
	border-bottom-color:#1abc9c;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	background-color:#1abc9c;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color:#bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color:transparent;
	border-color:transparent;
	margin-top:5px;
}
.navbar-inverse .navbar-toggle:focus {
	outline:none;
}
.panel {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.panel-default {
	border-color:#eee;
}
.panel-default:last-child {
	margin-bottom:25px;
}
.panel-default>.panel-heading {
	background:#333333;
	color:#ffffff;
	padding:10px;
}
.panel-heading {
	padding:20px 25px;
}
.panel-default>.panel-heading a {
	color:#ffffff;
}
.panel-default>.panel-heading a:hover {
	color:#01b0d1;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
		border-top:1px solid #eee;
}
.panel-group .panel {
	border-radius: 0;
   /* box-shadow: #ddd 5px 5px 5px;*/
	-moz-box-shadow: 5px 5px 5px #ddd;
	-webkit-box-shadow: 5px 5px 5px #ddd;
	box-shadow: 5px 5px 5px #ddd;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
    margin-bottom: 12px;
}
/*	Form	==================================================*/
label {
	font-weight:300;
}
.input-group {
	margin-bottom:10px;
}
.form-control {
	font-weight:300;
	border-color:#ecf0f1;
	background-color:#ecf0f1;
		border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,.form-control[disabled]:hover,.form-control[readonly]:hover,fieldset[disabled] .form-control:hover,.form-control[disabled]:focus,.form-control[readonly]:focus,fieldset[disabled] .form-control:focus {
	background-color:#ecf0f1;
}
.form-control:hover,.form-control:focus {
	outline:none;
	border-color:#ecf0f1;
	background-color:#FFF;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control:-moz-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control::-moz-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control:-ms-input-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.form-control::-webkit-input-placeholder {
	color:#bdc3c7;
	font-weight:300;
}
.input-group-addon {
	background-color:#FFF;
	border-color:#ecf0f1;
	color:#ecf0f1;
}
[class^="has-"] .form-control,[class*=" has-"] .form-control {
	color:#FFF;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
	color:#2ecc71;
}
.has-success .form-control {
	border-color:#2ecc71;
	background-color:#2ecc71;
}
.has-success .form-control:hover,.has-success .form-control:focus {
	border-color:#2ecc71;
	background-color:#FFF;
	color:#2ecc71;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
	color:#e67e22;
}
.has-warning .form-control {
	border-color:#e67e22;
	background-color:#e67e22;
}
.has-warning .form-control:hover,.has-warning .form-control:focus {
	background-color:#FFF;
	border-color:#e67e22;
	color:#e67e22;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
	color:#e74c3c;
}
.has-error .form-control {
	border-color:#e74c3c;
	background-color:#e74c3c;
}
.has-error .form-control:hover,.has-error .form-control:focus {
	background-color:#FFF;
	border-color:#e74c3c;
	color:#e74c3c;
		box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
/*	Header	==================================================*/
#header {
	/*box-shadow:0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);*/
		position:fixed;
		top:0;
		left:0;
		z-index:9;
/*opacity: 0.6;*/
}
#header img{
	max-width:100%;
}
/*	Parallax Background	==================================================*/
#parallax {
	height:100%;
	width:100%;
	top:0;
	position:fixed;
	/*background-image:url(http://unsplash.it/1600/600?random=1);
	background-image:url(http://unsplash.it/1600/600?random=1);964, 668 366 8 7 4 2*/
	/*background-image:url(https://picsum.photos/1600/600?image=668);*/
	/*background-image:url(../img/drew-patrick-miller.jpg);*/
	/*background-image:url(https://picsum.photos/1600/600/?random);*/
	/*background-image:url(../img/email-mkt-banner-bg.jpg);*/
	
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -100;
}
/*	Navbar	==================================================*/
.navbar-inverse .navbar-brand {
	padding:0px 0px;
	margin-right:30px;
	color:inherit;
	text-transform:uppercase;
	font-weight:bold;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color:#000;
}
.navbar-inverse {
	background-color:#2d2d2d;
		border:none;
}
.navbar-right button {
	margin:23px 0;
}
.navbar-nav>li>a {
	padding:30px 0;
	margin:0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	/*color:inherit;*/
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	background-color:transparent;
	background-color:rgba(255,255,255,0);
	color:#cccccc;
	font-size: 12px;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    padding-left: 8px;
    padding-right: 8px;*/

}
.header-button {
	margin-left: 15px;
}
/*	home	==================================================*/
#home {
	margin:0px;
	padding:0;
	color:#FFF;
	text-shadow: 2px 2px 4px #000000;
}
#home img{
width:100%;
height: 100%;
}
#home img.ibcLogo {
     width: 100px;
}
#home .herotext {
	padding:120px 0px;
}
#home h1 {
	font-size:50px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
		 0px 8px 13px rgba(0,0,0,0.1),
		 0px 18px 23px rgba(0,0,0,0.1);
}
#home p.lead {
	font-size:1.4em;
}
#home .btn {
	font-size:12px;
}
.bannerExb{

}

/*	Features	==================================================*/
#features {
	background-color:#01B0D1;
	color:#FFF;
}
.maintitle h1 {
	text-transform:uppercase;
}
.maintitle,.service-box {
	text-align:center;
}
.maintitle .lead {
	max-width:1024px;
	margin:0px auto;
	margin-bottom:45px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 15px;
	font-family: verdana !important:
	
}
.service-box {
	margin-bottom:20px;
	height:240px;
	background-color:#fff;
	color:#000000;
	padding:15px;
	  position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}
.service-box .glyphicon {
	font-size:60px;
	margin-bottom:20px;
}
.service-box img {
	margin-bottom: 20px;
}

/*	Newsevents	==================================================*/ 

#newsevents img {
	width:100%;
	height:auto;
	transition:all .3s ease-in-out;
}
#newsevents img:hover {
	/*transform:scale(1.3);*/
}
#newsevents a {
	/*display:block;
	overflow:hidden;
	/*margin-bottom:30px;*/
}
#newsevents a.outreach:link{color:#1E90FF; text-decoration: none; font-size:16px !important; }     
#newsevents a.outreach:visited {color:#1E90FF; text-decoration: none; font-size:16px !important;}      
#newsevents a.outreach:active  {color:#1E90FF; font-size:16px !important;}
#newsevents a.outreach:hover   {color:#84AAAd; text-decoration: none; font-size:16px !important;} 

#newsevents a img {
	margin-bottom:0px;
	display:block;
	width:100%;
	max-width:100%;
}
#newsevents .description {
	background-color:#fff;
	display:block;
	padding:12px 7px;
	color:#333;
	text-transform:uppercase;
	clear:both;
	position: relative;
}
.description {
border-top:1px solid #333 !important;
}
#newsevents .description:hover {
	background-color: #333;
    color: #fff;
}
#newsevents .caption {
	float:left;
	font-size:14px !important;
}
/*#newsevents .camera {
	float:right;
}
#newsevents a.btn {
	display:inline-block;
}*/
/*	Careers==================================================*/ 
#Careers {
	background-color:#ffffff;
}
.Careers-block {
	margin:0px;
}
/*	Services	==================================================*/ 
#services {	
	color:#FFF;
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
}
.carousel-control {
	color:#FFF;
	opacity:1;
	text-shadow:none;
}
.carousel-control:hover {
	color:#CCC;
}
.carousel-indicators li {
	border-color:#FFF;
	margin:0 2px;
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
		-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-indicators .active {
	height:15px;
	width:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 2px;
	background-color:#FFF;
	border:1px solid #FFF;
}
.carousel.slide {
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carousel-inner blockquote {
	border:none;
	text-align:left;
	padding:25px 10%;
}
.carousel-inner blockquote small {
	font-size:16px;
	/*text-transform:uppercase;*/
	font-weight:400;
	color:#ffffff;
}
.carousel-inner blockquote p {
	font-size:25px;
	color:#ffffff;
	text-decoration: none;
}
.carousel-control .glyphicon {
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	font-size:20px;
}
.carousel-indicators {
	bottom:-20px;
}
.carousel-control {
	background:transparent;
	position:absolute;
	top:50%;
	margin-top:0px;
		border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
		height:40px;
	width:40px;
}
/*	Contact Area	==================================================*/ 
#contactarea {
	text-align:center;
}
#contactarea .maintitle p.lead {
	margin-bottom:20px;
}
#contactarea form {
	max-width:685px;
	margin:0px auto;
}
#contactarea .input-lg,#contactarea .btn-lg {
	padding:20px 25px;
	height:65px;
}
#contact label {
	text-transform:uppercase;
	font-weight:300;
	 letter-spacing:0px;
	 font-size:13px;
	 color:#333333;
}
#contact input,#contact select,#contact textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	width:100%;
	border:1px solid #333333;
	color:#333;
	background-color:#fff;
}
#contact input,#contact select {
	height:40px;
	margin-bottom:0px;
	padding-left: 5px;
}
.form-group {
     margin-bottom: -15px !important;
}
.form-check-input {
	height:40px;
	margin-bottom:0px;
	padding-left: 0px;
	width:10% !important;
	display:inline-block;
}
.form-check-label {
	height:20px;
	margin-bottom:0px;
	padding-left: 0px;
	display:inline-block;
	width:85% !important;
}
.error{
	font-size:11px !important;
	color:red !important;
}
input[type=checkbox] {
            vertical-align: middle;
            position: relative;
            bottom: 1px;
}

#contact input#submit {
	width:auto;
	margin-top:20px;
	background-color:rgba(0,0,0,0.3);
	border:0;
	color:#fff;
	padding:0px 20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:14px;
}
#contact textarea {
	height:80px;
}
.required {
	color:#fff;
}
#success,#error {
	display:none
}
#success span,#erro span {
	display:block;
	position:absolute;
	top:0;
	width:100%
}
#success span p,#error span p {
	margin-top:6em
}
#success span p {
	color:#9bd32d;
}
#error span p {
	color:#c0392b;
}
.error.contactalert {
	text-transform:none;
	font-style:italic;
	display:inline-block;
	color:#ff0000;
}
.footer {
	padding:70px 0 60px 0;
}
.footer ul.social-icons li {
	width:20px;
	height:20px;
	position:relative;
	background:#fff;
	border:2px solid #ccc;
	border-radius:50%;
}
.footer ul.social-icons li a {
	color:#666;
}
.contactalert {  
	margin-top: 20px;
	border: 1px solid;
	display: inline-block;
	padding: 20px;
}
#credits {
	padding:0px 0;
	text-transform: initial;
	font-size:13px;
	line-height: 1.6;
}
#credits a {
	color:inherit;
}
#credits .social i {
	border:1px solid #ccc;
	height:30px;
	width:30px;
	line-height:30px;
	border-radius:50%;
	margin-left:2px;
	color:#999;
	text-align:center;
	margin-bottom:15px;
	display:inline-block;
}
#credits .social i:hover {
	color: #333;
}
/*	Magnific Popup	==================================================*/
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden;
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
	display:none;
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}
.mfp-ajax-cur {
	cursor:progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor:auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.mfp-loading.mfp-figure {
	display:none;
}
.mfp-hide {
	display:none !important;
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044;
}
.mfp-preloader a {
	color:#CCC;
}
.mfp-preloader a:hover {
	color:#FFF;
}
.mfp-s-ready .mfp-preloader {
	display:none;
}
.mfp-s-error .mfp-content {
	display:none;
}
button.mfp-close,button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace;
}
.mfp-close:hover,.mfp-close:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-close:active {
	top:1px;
}
.mfp-close-btn-in .mfp-close {
	color:#333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	filter:alpha(opacity=65);
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top:-54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7;
}
.mfp-arrow-left {
	left:0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right:17px solid #FFF;
	margin-left:31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}
.mfp-arrow-right {
	right:0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left:17px solid #FFF;
	margin-left:39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left:27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}
.mfp-iframe-holder .mfp-close {
	top:-40px;
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height:0;
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#000000;
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}
.mfp-figure figure {
	margin:0;
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}
.mfp-image-holder .mfp-content {
	max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	/** * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
			padding-left:0;
			padding-right:0;
	}
	.mfp-img-mobile img.mfp-img {
			padding:0;
	}
	.mfp-img-mobile .mfp-figure:after {
			top:0;
			bottom:0;
	}
	.mfp-img-mobile .mfp-figure small {
			display:inline;
			margin-left:5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
			background:rgba(0,0,0,0.6);
			bottom:0;
			margin:0;
			top:auto;
			padding:3px 5px;
			position:fixed;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
			padding:0;
	}
	.mfp-img-mobile .mfp-counter {
			right:5px;
			top:3px;
	}
	.mfp-img-mobile .mfp-close {
			top:0;
			right:0;
			width:35px;
			height:35px;
			line-height:35px;
			background:rgba(0,0,0,0.6);
			position:fixed;
			text-align:center;
			padding:0;
	}
	
}
@media all and (max-width:900px) {
	.mfp-arrow {
			-webkit-transform:scale(0.75);
			transform:scale(0.75);
	}
	.mfp-arrow-left {
			-webkit-transform-origin:0;
			transform-origin:0;
	}
	.mfp-arrow-right {
			-webkit-transform-origin:100%;
			transform-origin:100%;
	}
	.mfp-container {
			padding-left:6px;
			padding-right:6px;
	}
}
.mfp-ie7 .mfp-img {
	padding:0;
}
.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}
.mfp-ie7 .mfp-container {
	padding:0;
}
.mfp-ie7 .mfp-content {
	padding-top:44px;
}
.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}
/*	Common	==================================================*/ 
.section {	
	z-index:1;
}
.sectionPadding{
	padding-top:40px;
	padding-bottom:40px;
}
.darkbg{
	background-color:#444444; 
	overflow-y: auto;
	text-align:left;
}
.wrapsection {  
    padding-top:0px;
	padding-bottom:0px;
    position: relative;
  }

.parallax.section .container{
	position: relative;
	z-index: 4;
}
.justtitle {
	margin-top:0px;
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 1;	
	
}
.parallax-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
/*	Responsive	==================================================*/ 
@media (max-width:991px) {
	.service-box {
		margin-bottom:20px;
	}
	#image img.img-responsive {
		margin-left:auto;
		margin-right:auto;
	}	
	.navbar-nav>li>a {
					margin:0 7px;
	}	
	#header img{
		max-width:100%;
		height:50px;
	}
	#ads h3.section-title {
		font-size:15px;
		letter-spacing:2px;
	}
	.subhead{
		font-size:15px;
	}
}
@media (max-width:767px) {
	.section,.parallax.section .container {
		padding-top:0px;
		padding-bottom:0px;
	}
	.service-box,.img-responsive,.carousel {
		margin-bottom:20px;
	}
	.maintitle .lead {
		margin-left:0;
		margin-right:0;
	}
	.container {
		max-width:690px;
		padding-left:30px;
		padding-right:30px;
	}	
	.navbar-nav>li>a {
		padding:10px;
	}
	.header-button {
		margin:0;
	}
	#hero .herotext {
		padding: 90px 0px;
	}
		#header img{
		max-width:100%;
		height:50px;
	}
	#ads h3.section-title {
		font-size:15px;
		letter-spacing:2px;
	}
	.myButton {
		padding:5px 5px;
	}
	.subhead{
		font-size:15px;
	}
}
@media (max-width:767px) {
	body {
					font-size:14px;
	}
	h1 {
					font-size:28px;
	}
	h2,.carousel-inner blockquote p {
					font-size:24px;
	}
	h3 {
					font-size:20px;
	}
	h4 {
					font-size:18px;
	}
	h5 {
					font-size:16px;
	}
	h6 {
					font-size:14px;
	}
	p.lead {
					font-size:18px;
	}
	.section {
					padding:0px 0;
	}
	.maintitle p.lead {
		margin-bottom:40px;
	}
	.service-box,.img-responsive,.carousel {
		margin-bottom:20px;
	}
	.maintitle .lead {
		margin-left:0;
		margin-right:0;
	}
	.container {
		max-width:690px;
		padding-left:30px;
		padding-right:30px;
	}	
		#header img{
		max-width:100%;
		height:50px;
	}
	#ads h3.section-title {
		font-size:15px;
		letter-spacing:2px;
	}
	.myButton {
		padding:5px 5px;
	}
	.subhead{
		font-size:15px;
	}
}
@media (max-width:490px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.container {
		max-width:430px;
		padding-left:30px;
		padding-right:30px;
	}
	#hero h1 {
		font-size:38px;
	}
	#hero p.lead {
		font-size:1.5em;
	}	
	.Careers-block {
		margin: 0;
	}
		#header img{
		max-width:100%;
		height:50px;
	}
	#ads h3.section-title {
		font-size:12px;
		letter-spacing:2px;
	}
	.myButton {
		padding:5px 5px;
	}
	.subhead{
		font-size:12px;
	}

}

 #return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
	z-index:999;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ddd');
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*.center{
text-align: center;
color:#ffffff;
}
.center a{
	background-color: #fff;
	display: block;
	padding: 10px 5px;
	color: #333;
	clear: both;
}*/

.mySlides {width:100% !important;
}
.mySlides img{
	width:100%;
	margin-top:65px;
}
.navbar {
    position: relative;
    margin-bottom: 0px !important;
}

/*Client Image Responsive*/
/*section {
    margin: 60px auto;
}*/
.clients_container {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
	
}
#collaboration img {
	float:center;
	padding:5px 5px 5px 5px;
	width:135px;
	height:70px;
}
#history img {
	margin: 5px 5px 5px 5px;
    width: 200px;
    height: 75px;
    background-color: #fff;
    vertical-align: top;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.clientImg{
	padding-bottom:5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	text-align: center;
}
.subtitle{
	text-align: center;
}
/*#clients img .imgHorizontal{
	width:85px; 
	height:45px;
	 transition: transform .2s; 
}
#clients img .imgVertical{
	width:100px; 
	height:45px;
	 transition: transform .2s; 
}*/
@media (min-width: 760px)
{
	.breakpoint {
		max-width: 24%;
	}
}
@media (min-width: 420px)
{
	.breakpoint {
		max-width: 48%;
	}
}
.breakpoint {
    max-width: 100%;
    display: inline-block;
	transition: transform .2s; /* Animation */
}
/*.breakpoint:hover {
 -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
}*/
nav#mobile-nav {
    display: none;
    z-index: 100;
    width: 100%;
}

.bannerExb{
	position: relative;
	top:80px;
	left:0px
    width: 100%;
	height:30%;
    margin: 0 auto;
    text-align: center;
	padding:2px 2px 2px 2px;
	background-color: #fff;
}

/*Ads*/
#ads{
	border-bottom:1px solid #4b4b4b;
	padding:3px;
}
#ads img{
	float:right;
	max-width:100%;
}

#ads h3.section-title {
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:2px;
	color:#000000;
	/*float:left;
	text-align:left;*/
}

a.normal_link:link    {color:#006ad5; background-color:transparent;  text-decoration: none; padding:0px; }     
a.normal_link:visited {color:#006ad5; background-color:transparent; text-decoration: none; padding:0px; }      
a.normal_link:active  {color:#006ad5; background-color:transparent; padding:0px;}                                     
a.normal_link:hover   {color:#e14900; background-color:transparent;text-decoration: none;padding:0px; } 


.myButton {
	-moz-box-shadow:inset 0px -2px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px -2px 0px 0px #f29c93;
	box-shadow:inset 0px -2px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:13px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin-top:7px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*top Img text*/
.image-overlap {
  position: relative;
  margin: 0px 0%;
}
.overlap-text {
  position: absolute;
  left: 15%;
  top: 37%;
  width: 76%;
  font-size: 30px;
  line-height: 50px;
  font-weight: 200;
  color: #fff;
  text-align:center;
}
.overlap-text h1 {
  color: #fff;
}
.overlap-text h1 strong {
  font-weight: bold;
}
.overlap-text-left {
  position: absolute;
  left: 7%;
  top: 35%;
  width: 90%;
  font-size: 30px;
  line-height: 50px;
  font-weight: 200;
  color: #ffffff;
  text-align:center;
}

.overlap-text-left h1 {
  color: #ffffff;
}
#image-overlap-left img {
  /*float: right;*/
  position: relative;
  margin: 0px 0%;
}
/*Counter*/
.counter-box {
	display: inline-block;
	/*background: #ffffff;*/
	padding: 25px 0px 25px;
	text-align: left;
	vertical-align: top;
	/*display: flex;*/
	justify-content: center;
	width: 100%;
}

.counter-box p {
	margin: 20px 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	vertical-align:top;
}


.counter { 
	display: inline-block;
	font-size: 80px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 28px;
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #FFFFFF;
}
.counter-suffix{
	display: inline-block;
	color: #FFFFFF;
    font-size: 30px;
}
.counterIcon { 
	display: inline-block;
	font-size: 49px;
	font-weight: 700;
	color: #777;
	/*line-height: 25px;*/
}
.counterIconSmall { 
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}
/*Animate text:  lineup class and keyframes */
.lineUp {
  animation: 2s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes showTopText {
  0% { transform: translate3d(0, 100%, 0); }
  40%, 60% { transform: translate3d(0, 50%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes showBottomText {
  0% { transform: translate3d(0, -100%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.animated-title {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  height: 90vmin;
  left: 75%;
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  width: 90vmin;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  font-size: 12vmin;
  padding: 2vmin 0;
  position: absolute;
}
.animated-title > div div span {
  display: block;
  font-size:40px !important;
}
.animated-title > div.text-top {
  /**border-bottom: 1vmin solid #000;*/
  top: 0;
}
.animated-title > div.text-top div {
  animation: showTopText 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}
.animated-title > div.text-top div span:first-child {
  color: #ffffff;
}
.animated-title > div.text-bottom {
  bottom: 0;
}
.animated-title > div.text-bottom div {
  animation: showBottomText 0.5s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  top: 0;
  transform: translate(0, -100%);
}
.imgBorder{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
	margin-bottom:10px;
}
@media (max-width: 1024px) and (min-width:320px) {

.form-check-input {
		height:20px;
		width:5% !important;
	}
		.form-group {
		margin-bottom: 1px;
	}
		#contact input {
		height: 30px;
		margin-bottom: 5px;
		padding-left: 0px;
	}
}
.fullview{
	width:100%;
	height:100vh;
	overflow-y:scroll;
	scroll-snap-type:y mandatory;
	scroll-behavior: smooth;
}
section{
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	scroll-snap-align:start;
}
.sectionHeight{
	width:100%;
	height:100vh;
	display:flex; 
	align-items:baseline;
	justify-content:center;
	scroll-snap-align:start;
	text-align:top;
}


/* New footer */
/* The footer is fixed to the bottom of the page */

footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
}


.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 50px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0px 0 5px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 50%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 15%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 15px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px !important; 
    margin-right: 0px;
}
@media (min-width: 768px){
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px !important; 
		margin-right: 0px;
	}
}
.full-widthHeader {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media (max-width: 1024px) and (min-width:320px) {
	
	.full-widthHeader {
		padding-right:12% !important;
	}
	.section-title {
		padding-bottom: 10px;
	}
	.section-title2 {
		padding-bottom: 10px;
	}
	p.lead {
		text-align: initial;
	}
	
	a {
		font-size: 12px;
	}
	/* h1, h2, h3, h4, h5, h6 { */
		/* margin:10px 0px 10px 0px  !important; */
	/* } */
	.counter-box {
		text-align:center;
	}
	.bgBlack{background-color:#ffffff; }
	
}
#subkeyresponsive {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee !important; 
	border-color: transparent !important;
	padding-top: 0;
    padding-bottom: 0;
	font: normal 14px "Helvetica Neue",Helvetica,verdana, Arial,sans-serif;
}
.bgBlack{
	background-color:#000000; 
	height:315px; 
	padding-top:5%;
}
.bgBlack2{
	background-color:#000000; 
	height:315px; 
	padding:1%;
}
a.bgBlack2:link    {color:#000000; background-color:transparent;  text-decoration: none; padding:0px; }     
a.bgBlack2:visited {color:#000000; background-color:transparent; text-decoration: none; padding:0px; }      
a.bgBlack2:active  {color:#000000; background-color:transparent; padding:0px;}                                     
a.bgBlack2:hover   {color:#FFFFFF; background-color:transparent;text-decoration: none;padding:0px; }

.bgBlackFull{
	background-color:#000000; 
	height:300px; 
	padding:10px;
}
.borderLeft{border-left:12px solid #ffffff;}
.borderRight{border-right:10px solid #ffffff;}
