body {
	font-family: 'Roboto', sans-serif;
}


p {
	font-weight: 400;
}

h2 {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 45px;
}

#who-we-are {
	padding: 75px 0 45px 0;
}

#mission-vision {
	padding: 80px 0 45px 0;
	background-color: #2b2c2b;
	color: #fefefe;
	text-align: center;
}

#contact {
	padding: 80px 0 45px 0;
	background-color: #ededed;
	color: #fefefe;
}


#services {
	padding: 80px 0 45px 0;
	background-color: #ededed;
	color: #fefefe;
}

#services h3 {
	text-align: left;
}

.text-container {
	display: table;
	width: 100%;
	position: relative;
	height: 100%;
	color: #fefefe;
}

.text-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.logo {
	width: 600px;
	padding: 60px;
}

.service-img {}

.service-text {
	color: #111;
}

.service-item {
	background-color: #fefefe;
	padding: 30px;
	margin: 30px 0;
}

.btn-creeds {
	background-color: #4484b7;
	border-color: #4484b7;
	border-radius: 0;
}

.btn-creeds:hover {
	background-color: #8c181c;
	border-color: #8c181c;
}

.input-creeds {
	border-radius: 0;
}

#map {
	width: 100%;
	height: 100%;
}

.contact-block {
	margin: 30px 0;
}

h3 {
	font-weight: 100;
	text-align: center;
}

footer {
	background-color: #33383c;
	padding: 70px 0px;
}

.logo {
	color: #FFF;
	font-weight: 800;
	font-size: 30px;
}

.adress span,
.contact span,
.social span,
.client-portal-footer span {
	color: #FFF;
	font-weight: 800;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
}

.adress li p,
.contact li a,
.social li a,
.client-portal-footer li a {
	color: #FFF;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 12px;
}

.social li {
	float: left;
}

.adress,
.contact,
.social,
.client-portal-footer {
	list-style: none;
}

.fa {
	color: #9c9c9c;
	margin-right: 10px;
	font-size: 14px;
}


.navbar {
	background-color: #dadadadb;
}

.navbar-change {
	background-color: transparent;
}

/*new css*/

video {
	z-index: -100;
	transition: 1s opacity;
	opacity: 0.2;
	height: auto;
	width: 100%;
}

.nav-item a {
	color: #2d2d2d;
	font-size: 16px;
	transition: 0.5s;
	/*    border-bottom: 1px solid #8c181c;*/
}

.nav-item a:hover {
	color: #fff;
	font-size: 16px;
	/*    border-bottom: 1px solid #fff;*/
}

.nav-item a:active {
	color: #fff;
	font-size: 16px;
	/*    border-bottom: 1px solid #fff;*/
}

.max-height-205 {
	max-height: 145px;
}

@media (max-width: 768px) {
	.max-height-205 {
		max-height: 105px;
	}
}

@media (max-width: 576px) {
	.max-height-205 {
		max-height: 325px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.max-height-205 {
		max-height: 240px;
	}
}

@media (min-width: 1200px) {
	.max-height-205 {
		max-height: 300px;
	}
}

.center {
	text-align: center;
}

#blogs {
	padding: 80px 0 45px 0;
}

#primary {
	padding: 80px 0 45px 0;
}

#affiliations {
	padding: 80px 0 45px 0;
	background-color: #2b2b2b;
	color: white;
}

#our-map {
	padding: 80px 0 45px 0;
}

/*css for logo slider*/

/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
	padding: 0px;
	-webkit-filter: grayscale(1) invert(1);
	/* -webkit-transition: all 300ms linear; */
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.slick-slide img:hover {
	width: 100%;
	-webkit-filter: grayscale(0) invert(0);
	/* -webkit-transition: all 300ms linear; */
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*end of logo slider css*/

.news-article {
	background-color: #2b2c2b;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: white;
}

.news-image {
	padding-bottom: 20px;
}

.hvr-bob {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-primary {
	color: #fff;
	background-color: #4484b7;
	border-color: #4484b7;
}

.btn-primary:hover {
	color: #fff;
	background-color: #8c181c;
	border-color: #8c181c;
}

.btn-primary:active {
	color: #fff;
	background-color: #8c181c;
	border-color: #8c181c;
}

.creeds-black-button {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #fefefe;
}

.creeds-black-button:hover {
	color: #2b2b2b;
	background-color: #fefefe;
	border-color: #2b2b2b;
}

.creeds-black-button:active {
	color: #2b2b2b;
	background-color: #fefefe;
	border-color: #2b2b2b;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto;
	}
}

.modal-content {
	text-align: center;
}

.img-responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block
}

.navbar-toggler {
	background-color: white;
	color: black;
	line-height: 0.3;
	border: 1px solid black;
}

.icon-bar {
	border-bottom: 2px solid black;
}

.navbar-toggler-icon {
	height: 2.0em;
}

@media (min-width: 1440px) {
	.bottom-padding-fill-page {
		padding-bottom: 170px;
		padding-top: 170px;
	}
}

/* Style the tab */

div.tab {
	overflow: hidden;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

div.tab button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 0px;
	transition: 0.3s;
	border: 1px solid black;
	width: 100%;
}

/* Change background color of buttons on hover */

div.tab button:hover {
	background-color: #2b2b2b;
	color: #fefefe;
	cursor: default;
}

/* Create an active/current tablink class */

div.tab button.active {
	background-color: #2b2b2b;
	color: #fefefe;
}

/* Style the tab content */

.tabcontent {
	display: none;
	border-top: none;
}

.tabcontent {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	/* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

span.wpcf7-not-valid-tip {
	background-color: white;
	margin-top: 5px;
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

area,
input:not([type=range]),
label,
select,
summary,
textarea {
	width: 100%;
	padding: 5px 0px;
}

[type=reset],
[type=submit],
html [type=button] {
	width: auto !important;
	padding: 5px 20px !important;
}

label {
	margin-bottom: 0rem;
}

form p {
	margin-bottom: 0rem;
}

input,
optgroup,
select,
textarea {
	padding: 5px 10px !important;
}

.adress span,
.contact span,
.social span,
.client-portal-footer span {
	color: #FFF;
	font-weight: 800;
	padding-bottom: 10px;
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}

.adress li p,
.contact li a,
.social li a,
.client-portal-footer li a {
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 15px;
	width: 75%;
}

footer {
	background-color: #2b2b2b;
	padding: 30px 0px 0px 0px;
}

.fa {
	color: #fbfbfb;
	margin-right: 10px;
	font-size: 20px;
}

.bsit-icon {
	display: inline-block;
	background-image: url(../images/bsit_logo.png);
	height: 30px;
	width: 30px;
	background-size: cover;
	vertical-align: middle;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

.bsit-icon:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
  	filter: none;	
}

#footer-info a {
	color: white;
	text-align: center;
}

.no-side-padding {
	padding-left: 0px;
	padding-right: 0px;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
}

.footprint-height {
	height: 550px;
}

@media (max-width: 992px) {
	.slick-slide {
		margin: 0px 0px;
	}
	.footprint-height {
		height: 275px;
	}
	video {
		height: 100%;
		min-width: 100%;
		width: auto;
	}
	#map {
		width: 100%;
		height: 350px;
		margin-top: 20px;
	}
}

#padding404 {
	padding: 65px 0px 0px 0px;
}


.scroll-downs {
	position: relative;
	;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

	width: 34px;
	height: 55px;
}

.mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #478abb;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}

.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #478abb;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.white-text {
	color: white;
}

.white-text:hover {
	color: white;
}

#footer-info p {
	color: white;
}

#Terms {
	padding-top: 85px;
}

.max-width-205 {
	max-width: 205px;

}

.max-height-205 {
	min-height: 300px;
}

@media(max-width: 992px) {
	.mobile-small-font-h4 {
		font-size: 1.2rem;
	}
}

.service-text2 {
	color: #111;
	padding-top: 35px;
}

#landing-page {
	height: 100vh;
	width: 100%;
	display: block;
	position: relative;
}

#main-header {
	background-image: url(../images/1-3.jpg) !important;
	background-size: cover;
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
}

.navbar {
	padding: 0px;
	background: linear-gradient(to right, #59aace, #4484b7);
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.ml-auto,
.mx-auto {
	margin-left: auto!important;
	margin-right: auto !important;
}

#mission-vision {
	padding: 80px 0 45px 0;
	background-color: #fff;
	color: #666a6b;
	text-align: center;
}

h2 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

h3 {
	font-weight: 500;
	text-align: center;
}

b,
strong {
	font-weight: 300;
	font-size: 16px;
}

.card-text:last-child {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.2px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem;
}

#who-we-are {
	padding: 100px 0 100px 0;
	color: #737778;
}

.word-demac {
	color: #59aace;
	display: inline;
}

.word-demac2 {
	color: #4a4a4a;
	display: inline;
}

.my-5 {
	margin-bottom: 3rem!important;
	margin-top: 3rem!important;
	box-sizing: content-box;
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	width: 70%;
}

.nav-item a {
	color: #fff;
}

.card-body {
	padding: 1.5rem 0.8rem;
}

#why-outsource {
	padding: 80px 0 45px 0;
	background-color: #4484b7;
	color: #ffffff;
}

.block-style {
	padding: 30px;
	font-size: 16px;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

#services {
	padding: 80px 0 45px 0;
	background-color: #eaeaead4;
	color: #666a6b;
}

#services h3 {
	text-align: center;
}

.service_box {
	margin: 20px 0;
	padding: 40px 0px;
	text-align: center;
	border-radius: 5px;
	background: rgb(59, 63, 66);
	min-height: 215px;
	max-height: 215px;
	transition: max-height 1.2s ease-out;
}

.service_box:hover {
	background: #59a9cd;
	min-height: 380px;
	max-height: auto;
	transition: max-height 1.2s ease-in;
}

.service_box .service_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	font-size: 35px;
	background: #fff;
	line-height: 70px;
	border-radius: 50px;
	transform: translateY(0);
	transition: all 0.30s ease 0s;
}

.service_box:hover .service_icon {
	transform: translateY(-100%);
}

.service_box .service_icon i {
	color: #333;
}

.service_box h3 {
	position: relative;
	top: 40px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	transform: translateY(0%);
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.service_box:hover h3 {
	top: -40px;
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.service_box li {
	color: #fff;
	margin: 0;
	opacity: 0;
	transition: all 0.30s linear 0s;
	text-align: left;
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.service_box:hover li {
	opacity: 1;
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.fa {
	color: #fbfbfb;
	margin-right: 0px;
	font-size: 45px;
	margin-top: 14px;
}

#affiliations {
	padding: 80px 0 45px 0;
	background-color: #333333;
	color: white;
}

#contact {
	padding: 80px 0 45px 0;
	background-color: #ededed;
	color: #2d2d2d;
}

input,
optgroup,
select,
textarea {
	padding: 5px 10px !important;
	background-color: transparent;
	border-bottom: 2px solid white;
}


.box > .icon {
	text-align: center;
	position: relative;
}

.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 2px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #333333;
	vertical-align: middle;
}

.box > .icon:hover > .image {
	background: #333;
}

.box > .icon > .image > i {
	font-size: 36px !important;
	color: #fff !important;
}

.box > .icon:hover > .image > i {
	color: white !important;
}

.box > .icon > .info {
	margin-top: -24px;
	background: rgb(69, 133, 184);
	padding: 40px 0 10px 0;
	min-height: 163px;
}

.box > .icon:hover > .info {
	background: rgb(51, 51, 51);
	border-color: #e0e0e0;
	color: white;
}

.box > .icon > .info > h3.title {
	font-family: 'Gothic A1', sans-serif !important;
	font-size: 16px;
	color: #222;
	font-weight: 700;
}

.box > .icon > .info > p {
	font-family: 'Gothic A1', sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
	color: #222;
}

.box > .icon > .info > .more a {
	font-family: 'Gothic A1', sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}

.box .space {
	height: 30px;
}

.box .title {
	text-transform: uppercase;
	color: white !important;
}

.box > .icon:hover > .info > h3.title > .word-demac {
	color: #fff !important;
}

.box a {
	color: #ffffff;
	font-size: 15px;
}

.wpcf7-form .input-text {
	display: block;
	width: 100%;
	height: 36px;
	border-width: 0 0 2px 0;
	border-color: #4585b8;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	background-color: transparent;
	color: #000;
}

.submit-btn {
	margin-bottom: 70px;
	background-color: #59aace;
	color: white;
	border-radius: 10px;
	border: 0px;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #4e96c2;
	border-color: #ffffff;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: white;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	padding: 10px 25px;
}

.mb-0,
.my-0 {
	margin-bottom: 25px!important;
}

.panel-default:hover > .panel-heading:hover {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #4484b7;
	border-color: #ffffff;
}

.panel-default:active > .panel-heading:active {
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #4484b7;
	border-color: #ffffff;
}

.site-info {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #1f1f1f;
	color: #fefefe;
	font-size: 1em;
}

.site-info .fa {
	color: #fbfbfb;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 0px;
}

footer {
	background-color: #1f1f1f;
	padding: 30px 0px 30px 0px;
}

footer a {
	color: #59aace;
}

footer a:hover {
	color: #4484b7;
	text-decoration: none;
}


@media (min-width: 992px) {
	.navbar-expand-lg:hover .navbar-nav:hover .nav-link:hover {
/*		font-size: 18px;*/
/*		padding-top: 20px;*/
/*		padding-bottom: 20px;*/
		color: #040707;
	}
}

.panel-title > a {
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    color: white;
}
