﻿
.banner-t{
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 1001;
	background: #0b1a1bc2;
}
.banner-t ul{
	width: 70%;
	margin: auto;
}
.banner-t ul li{
	float: left;
	width: 19.9%;
	border-right: 1px solid #fff;
	padding: 1rem 1.5rem;
	color: #fff;
	opacity: 1;
}
.banner-t ul li:first-child{
	
	border-left: 1px solid #fff;
}
.banner-t h2{
	font-size: 1.5rem;
	color: #fff;
	line-height: inherit;
	margin: inherit;
}
.banner-t h3{
	font-size: 1.1rem;
	color: #9b9b9b;
	line-height: inherit;
	margin: inherit;
}



.banner-r{
    display: block;
    width: 100%;
    margin: auto;
}
.banner-r ul{
	width: 90%;
	margin: auto;
}
.banner-r ul li{
	float: left;
	width: 19.9%;
	padding: 1rem 2.5rem;
	color: #fff;
	opacity: 1;
}
.banner-r-t{
	color: #34d2f4;
    font-size: 1.8rem;
    padding: 1rem 1rem;
}
.banner-r-h{
	color: #ffffff7d;
    font-size: 1.2rem;
}
.section-block.replicable-content{
	padding:5rem 0;
	text-align: center;
	
}
#services{
	border-top:1px solid #fff ;
	background:#050505;
}
.tms-caption-h1{
	font-size: 22px!important;
	line-height: 0!important;
}
.tms-caption-h2{
	font-size: 16px!important;
	line-height: 40px;
}
.header-1 .header-inner .navigation{
	margin-right: 300px;
}
.more{
	border: 3px solid #00def5;
	padding: 1.8rem 3.8rem;
	border-radius: 32px;
	letter-spacing: 2px;
}
.ai-m{
	background: #00def5;
    padding: 1.8rem 3.8rem;
    border-radius: 32px;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    width: 18rem;
    margin-top: 3rem;
}
.ai-m:hover{
	color: #555;
}
.ai-t li{
	text-align: left;
    font-size: 1.6rem;
    padding:1rem 2rem;
    color: #ffffff8a;
    list-style-type: none;
    position: relative;
}
.ai-t li:before{
	  content: ""; 
        display: inline-block; 
        width: 10px; 
        height: 10px;
        border-radius: 50%; 
        border: 1px solid #34d2f4;
        position: absolute;
        left: -8px; 
        top: 20px;

}
.ov{
	overflow: hidden;
	width: 100%;
	padding: 3rem 0;
}

.section-block {
	border-top: 1px solid #fff;
    background: #050505;
}






@media only screen and (min-width: 768px) and (max-width:2560px) {
.r{
    float:right
}
.ov>.width-6{
	padding: 5rem;
	
}
.ov>.width-6 h3{
	line-height: 3rem;
}

}

@media only screen and (max-width: 768px){
	.column,.banner-t ul li{
		width: 100%!important;
	}	
	.banner-t{
		    height: 600px;
		    position: unset;
	}
}

