/* banner start */
.template-titlte{
text-align:center;}
.banner {
    position: relative;
    width: 100%;
    margin-top:0;
    height: 480px;
    overflow: hidden;
}

.bannerimg {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.bannerimg-ip {
    display: none;
}

.banner-content {
    width: 1200px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #061828;
	background:none;
}

.banner-title {
    font-size: 40px;
    text-align: left;
    height: auto;
	color:#fff;
}

.bannerbr {
    display: none;
}

.banner-subtitle {
    font-size: 24px;
    text-align: left;
    width: 53%;
    line-height: 32px;
    margin: 28px 0 38px 0;
	color:#fff;
}

.bannerbtn {
    font-size: 0;
    text-align: left;
}

.consult-btn,
.programme-btn,
.video-btn {
    font-size: 16px;
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #818aa8;
    margin-right: 20px;
    cursor: pointer;
}
.consult-btn{
    border: 1px solid #fff;
    border-radius:5px;
    margin-right: 10px;
}
.programme-btn {
border:none;
    border-radius:5px;
    background-image: linear-gradient(
35deg,#3377f4, #6f72fc, #00aeee,#ee0aba);
}
.video-btn {
    display: none;
}
.business-box:hover{
box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;

}
.business-box-img img{
filter:grayscale(100%);
filter:gray;
}
.business-box:hover img{
filter:grayscale(0);
filter:none;
}
.business{padding-bottom:0;}
.story-box-posit{height:auto;}
 .template-titlte{padding-bottom:20px;}
