/* Video banner styles start */
.video-section{margin-left:-1px;position:relative;width:100%;height:100vh;overflow:hidden}
.video-section video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}
.video-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6));z-index:1}
.video-content{max-width:700px;position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:20px}
.video-content h1{font-size:42px;line-height:52px;font-weight:700;color:#ffdc6b}
.video-content p{font-size:1.2rem;margin-top:10px;color:#fff}
@media (max-width:768px){
	.video-content h1{font-size:2.2rem}
	.video-content p{font-size:1rem}
}
/* Video banner styles end */

/* ticker styles start */
.tickerOuter{background:#2C2C2C;}
.tickerOuter .ticker-wrapper{margin:0 auto; max-width:1200px;}
.ticker-wrapper{width:100%;overflow:hidden;background:#2C2C2C;}
.ticker-track{display:flex;width:max-content;animation:20s linear infinite ticker-scroll}
.ticker-item{color:#fff;font-size:18px;padding:14px 32px;white-space:nowrap;display:flex;align-items:center}
.ticker-item::after{content:"•";margin-left:32px;color:rgba(255,255,255,.5)}@keyframes ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (max-width:768px){
	.ticker-item{font-size:14px;padding:12px 24px}
}
/* ticker styles end */


.sec-title-three .pull-left,.sec-title-three .pull-right{max-width:50%;}

.listGroup li{position:relative;font-weight:700;font-size:var(--font-16);color:var(--color-fourty);margin-bottom:var(--margin-bottom-15);padding-left:var(--padding-left-25);}
.listGroup li:before {position:absolute;content:"\f197";left:0px;top:0px;font-family:"flaticon";}



