@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
*{
	font-family: 'Roboto Slab', serif;
}
#navbarScroll ul.navbar-nav li{
	font-size: 14px;
	font-weight: bolder;
	margin-left: 15px;
}
body{
	scroll-behavior: smooth;
	background-color: #f8f9fa;
}
.header{
	background: #fff;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	border-bottom: 1px solid #f2f2f2;
}
.navbar-brand{
	font-weight:500;
	color: #0fb999!important;
}
.navbar{
	border-bottom: 1px solid #f2f2f2;
}
.navbar ul li a{
	color: #999!important;
	font-weight:500;
}
.btn-accent {
  background: #40eee1;
  border-color: transparent;color: #999999;
}
.btn-accent:hover {
  background: #68cfe8;
  color: #fff;
}
.banner-text img {width: 100%; height: 100vh; }
/*Slick arrow*/
.slick-prev:before {content: ""; width: 35px; height: 31px; background-image: url(../images/left-arrow.svg); position: absolute; z-index: 999; top: -10px; left: -35px; background-repeat: no-repeat; }
.slick-next:before{content: ""; width: 35px; height: 31px; background-image: url(../images/right-arrow.svg); position: absolute; z-index: 999; top: -10px; right: -35px; background-repeat: no-repeat; }

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots{
  bottom: 30px;
}

.slick-dots li button:before{
  font-size: 14px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #40eee1;
}
.main{
	height: 100px;width: auto;margin: 20px;
	display: flex;	
}
.content{
	height: 50px;width: 50px;
	background:linear-gradient(0deg,#ccc,#e4e4e4);
	float: left;margin-left: 5px;
	/*box-shadow: 0 4px 6px rgba(0,0,0,0.2);*/
	border-radius: 50%;cursor: pointer;
	transition: 1s;
	float: right;
}
.item{
	height: 30px;width: 30px;
	background: linear-gradient(0deg,#e4e4e4,#ccc);
	margin: 10px;
	text-align: center;line-height: 30px;
	border-radius: 50%;
}
.content:hover{
	transform: rotate(360deg);box-shadow: none;
}
.fa-youtube,.fa-facebook-f,.fa-linkedin-in,.fa-envelope,.fa-skype{
	color: #666;
}
.fa-youtube:hover,.fa-facebook-f:hover,.fa-linkedin-in:hover,.fa-envelope:hover,.fa-skype:hover{
	color: #22abdf;
}
.bg-accent{
	background: linear-gradient(to left,#22abdf,#40eee1);
}
.bg-copy{
	background: #4e4e4e;
}
.mission h2{
	color: #666;
}
/*.mission h2::after {
    content: '';
    display: block;
    margin: 0px auto;
    height: 3px;
    width: 200px;
    background: #bcb6b6;
    border-radius: 20px;
}*/
.mission{
	word-break: break-word;
}
.mission p{
	font-size: 16px;
}
mark{
	color: #1ee1d2;
	background: transparent;
}

.technology-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.technology-item{
    height: 100px;
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    margin: 20px 10px;
    font-size: 50px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transform: scale(.9);
    transition: .3s all linear;
}
.technology-item:hover{
	transform: scale(1);
}
.technology-item img{
	height: 50px;
	width: 50px
}
.navbar-light .navbar-nav .nav-link.active{
	color: #40eee1!important;
}
button.nav-link{
	color: #666666;
}
.nav-tabs .nav-link.active{
	color: #40eee1;
}
.card{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.heading{
	text-decoration: underline;color: #a4a4a4;
}