.homebanner {max-height:750px;position: relative;}
.mainbanner{position: relative;overflow: hidden;}
.main-banner-area{height:750px;overflow:hidden;position:relative;background-size:cover;background-position: center;}
.main-banner-area:before{content:'';position: absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:0;background:rgba(0, 0, 0, 0.3);}
.mainbanner .content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position: absolute;left: 50%;transform: translateX(-50%);z-index:1;;bottom: 0;font-family:'Trirong', sans-serif;}
.mainbanner .heads{color:#fff;font-size:40px;font-weight:400;line-height:1.3;z-index:3;position:relative;margin:0 0 10px;}
.mainbanner span.spana{font-size:20px;font-weight:500;z-index:3;position:relative;color:#fff;display:block;margin-top:10px;padding-top:15px;}
.mainbanner span.spana::before{content:'';position:absolute;top:4px;width:40px;height:2px;background-color: #fff;display:block;left:50%;transform:translateX(-50%);}
.insider{display:inline-block;position:relative;max-width:650px;margin:0 auto;padding:30px 0;}
.insider::before{content:'';position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:280px;height:280px;background:#fff;border-bottom:0;opacity:.10;border-radius:50%;}

@media(max-width:1199px){
.main-banner-area{height:650px;}
.mainbanner .heads{font-size:36px;}
.mainbanner span.spana{font-size:18px;}
.mainbanner .content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;}
}
@media(max-width:991px){
.main-banner-area{height:550px;}
.insider{margin-top:80px;}
.mainbanner .heads{font-size:32px;}
.mainbanner span.spana{font-size:18px;}
}
@media(max-width:767px){
.mainbanner .content{width:86%;}
.main-banner-area{height:460px;}
.mainbanner .heads{font-size:30px;}
.insider{margin-top:0px;}
}
@media(max-width:575px){
.scroll-down{display:none;}
.main-banner-area{height:400px;}
.mainbanner .heads{font-size:26px;}
.mainbanner span.spana{font-size:16px;}
}

/* .specialsection{background:url(images/pattern-bg.png) no-repeat top center;} */
.theme-box{position:relative;top:0;transition: all ease-in-out .3s;background:#fff;}
.theme-box:hover{top:-5px;}
.itemba{height:220px;overflow:hidden;}
.owlhome img{transition: all ease-in-out .3s;width:100%;height:100%;object-fit: cover;object-position:center;}
.owlhome img:hover{transform:scale(1.1)}