body{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #2e3c56;
}

.header {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	position: fixed;
	width: 100%;
	z-index: 999;
}
.top-menu li{
	margin-left: 10px;
	margin-right: 10px;
}
.top-menu li:last-child{
	border: 1px solid #0ebac5;
	background-color: #0ebac5;
	color: #fff;
	font-weight: 500;
	width: 150px;
	border-radius: 5px;
    text-align: center;
}
.top-menu li:last-child:hover{
	background-color: #fff;
}
.top-menu li:last-child a{
	color: #fff !important;
	font-weight: bold;
}
.top-menu li:last-child:hover a{
	color: #0ebac5 !important;
}
.capabilities{
	width: 100%;
	min-height: 250px;
	padding: 9% 0 40px;
}
.capabilities .titel{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	color: #4a4a4a;
}
.capabilities .discription{
	font-size: 13px;
	letter-spacing: 0.4px;
	text-align: center;
	color: #8c8f94;
}

.footer {
    border-top: 0px solid #e8e9ed;
    padding-top: 70px;
}
.footer-titel{
	font-size: 14px;
   font-weight: 500;
   color: #4a4a4a;
}
.social-links li {
    margin-left: 5px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.social-links a {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background: #9fa2a7;
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #fff;
}
.social-links li.fb:hover a {
    background: #365899;
}
.social-links li.linkedin:hover a {
    background: #007BB6;
}
.social-links li.twitter:hover a {
    background: #55ACEE;
}
.social-links li.youtube:hover a {
    background: red;
}
.footer-text{
	font-size: 12px;
	color: #9b9b9b;
}
.ft-menu li {
    border-top: 0px solid #e8e9ed;
}
.ft-menu a {
    padding: 7px 0;
    display: block;
    color: #9b9b9b;
    font-weight: 500;
    font-size: 14px;
}
.footer{
	border-top: 1px solid #e8e9ed;
    padding-top: 70px;
    margin-top: 50px;
}
.copyright{
	border-top: 0px solid #e8e9ed;
}
.coll-box li{
	width: 200px;
	margin-bottom: 16px;
}
.coll-box li a img{
	margin-right: 7px;
}
.logo-box{
   padding-left: 7px;
}
.ft-menu li {
    width: 170px;
}
.foot-nave {
    float: right;
}
.foot-nave li {
    display: inline-block;
}
.foot-nave li a{
	color: rgba(0,0,0,0.7);
}

.list-head{
	min-height: 152px;
	width: 100%;
	background: #fafafa !important;
	z-index: -1;
	top: 0px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding-top: 26px;
	padding-bottom: 26px;
}
.list-head .list{
	font-size: 14px;
	font-weight: 900;
	line-height: 1.29;
	letter-spacing: 2.3px;
	color: #2e3c56;
}
.list-head .list span{
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #7f848b;
	font-weight: 400;
}
.list .input-group{
    width: 130px;
}
.calc-width {
    width: 75px;
}
/*.list-body >.list:nth-child(5), .list-head .list:nth-child(5){
	min-width: 230px;
}*/

.select-bg{
	background: #fff url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 9px top 15px;
}
.btn-link{
	font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  color: #0ebac5;
}
.btn-link:hover{
	color: #0ebac5;
	text-decoration: none;
}
@media(max-width: 767px) {
	.contact{display:inline-block!important;}
	.startchat{display:none!important;}
	.capabilities .titel{padding-top: 100px;}
}
.contact{display:none!important;}
.embed-responsive{width: 560px;height: 315px;}

@media(max-width: 768px) and (min-width:768px){
.lt_video .modal-header .close {margin: -1rem -6rem -1rem auto;}}