main {
    background: #fff;
}
section.aboutusSec{
	padding-top:25px;
}
.aboutusWrapper {
    max-width: 75%;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}
.tagSec {
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    list-style: none;
	flex-wrap:wrap;
}
.tagSec .tag a{
    background:#015386;
	color: #fff !important;
    border-radius: 18px;
    font-family: 'Gotham Medium';
    padding: 8px 16px;
    text-decoration: none !important;
}
.tagSec .tag a:hover, .tagSec .tag a:focus{
    background:#015386;
	color: #fff !important;
    opacity:0.85;
}
.tagSec .tag {
	margin-bottom:20px;
	margin-right:15px;
	display:inline-flex;
}
.pageTitle {
    font-size: 30px;
    font-family: 'Gotham Medium';
    color: #002D4A;
    margin-bottom: 32px;
}
.widgetWrapper {
	margin-bottom:45px;
}
.widgetWrapper .widget {
    display: flex;
    background: rgb(114 147 66 / 50%);
    border-radius: 12px;
    padding: 24px 15px;
    height: 100%;
    justify-content: space-between;
	align-items:center;
}
.widgetWrapper .widget .count{
    color:#2E2E2E;
	font-size:36px;
	font-family:'Gotham bold';
}
.widgetWrapper .widget .title {
    color: #2E2E2E;
    font-size: 18px;
    font-family: 'Gotham Book';
}
.widgetWrapper .widget .iconImg {
    max-width: 54px;
    min-width: 54px;
    margin-left: 10px;
}
.contentWrapper {
    font-size: 18px;
    font-family: 'Aptos';
    color: #242424;
}
.contentWrapper a{    
    font-family: 'Aptos Bold';
    color: #80A1C0;
}
.contentWrapper a:hover, .contentWrapper a:focus{    
    opacity:0.9;
    color: #80A1C0;
}
.videosec{
	position:relative;
}
.videosec video {
    max-width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 12px;
}
.videosec .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.playBtn .btnGrp {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #707070;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    max-width: 80px;
    margin: 0 auto 0 auto;
    padding: 8px 6px;
	cursor:pointer;
}
.playBtn .btnGrp > img {
    margin-top: -3px;
    margin-right: 2px;
}
.videosec .videoHint {
    color: #EFE9DC;
    font-size: 13px;
    display: block;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    padding: 0 15px;
    transform: translateX(-50%);
    width: 100%;
}
.contentWrapper .section{
	margin-bottom:25px;
}


@media(min-width:768px){
	
}
@media(min-width:992px){
	
}
@media(min-width:1366px){
	


}
@media(min-width:1440px){
	
}
@media(min-width:1536px){
	
}
@media(min-width:1600px){
	
}
@media(min-width:1920px){
	
}
@media(min-width:2560px){
	
}



@media(max-width:1600px){
	
}
@media(max-width:1532px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	.staticBanner .bannerTitle {
		font-size: 36px;
	}

}
@media(max-width:1200px){
	
}
@media(max-width:1199px){
	.staticBanner .bannerTitle {
        font-size: 32px;
    }
	.staticBanner .bannerDesc {
		font-size: 18px;
	}
	.tagSec .tag a{
		font-size:14px;
	}
	.pageTitle {
		font-size: 26px;
	}
	.widgetWrapper .widget .count {
		font-size: 26px;
	}
	.widgetWrapper .widget .title {
		font-size: 16px;
	}
	.subSectionTitle {
		font-size: 20px;
	}
	.contentWrapper {
		font-size: 16px;
	}
}
@media(max-width:1024px){
	
}
@media(max-width:1023px){
	
	.videosec video {
		min-height: 200px;
	}
}
@media(max-width:992px){
	
}
@media(max-width:991px){
	.aboutusWrapper {
		max-width: 90%;
	}	
	.staticBanner .bannerTitle {
        font-size: 24px;
    }
	.staticBanner .bannerDesc {
        font-size: 16px;
    }
	.pageTitle {
        font-size: 24px;
    }
	.widgetWrapper .widget .count {
        font-size: 20px;
    }
	.widgetWrapper .widget .title {
        font-size: 14px;
    }
	.widgetWrapper .widget .iconImg {
		max-width: 42px;
		min-width: 42px;
	}
	.contentWrapper .section {
		margin-bottom: 10px;
	}
	.contentWrapper .section p {
		margin-bottom: 8px;
	}
	.subSectionTitle {
        font-size: 18px;
    }
	.staticBanner .bannerContentWrapper .bannerContent {
		max-width: 420px;
		padding: 10px 15px;
	}
}
@media(max-width:768px){
	
	
}
@media(max-width:767px){
	.staticBanner .bannerTitle {
        font-size: 20px;
		margin-bottom: 6px;
    }
	.staticBanner .bannerDesc {
        font-size: 14px;
		margin-bottom: 8px;
    }
	.aboutusWrapper {
        max-width: 100%;
    }
	.tagSec .tag {
		margin-bottom: 15px;
		margin-right: 10px;
	}
	.staticBanner .bannerContentWrapper .bannerContent {
		max-width: 320px;
	}
	.pageTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
	.widgetWrapper .widget .title {
        font-size: 12px;
    }
	.widgetWrapper .widget .count {
        font-size: 18px;
    }
	.widgetWrapper .widget {
		padding: 20px 12px;
	}
	.widgetWrapper .widget .iconImg {
        max-width: 36px;
        min-width: 36px;
    }
	.widgetWrapper {
		margin-bottom: 30px;
	}
	.contentWrapper {
        font-size: 14px;
    }
}
@media(max-width:576px){
	
}
@media(max-width:575px){
	.staticBanner .bannerContentWrapper {
		position: unset;
	}
	.staticBanner .bannerContentWrapper .bannerContent {
        max-width: 100%;
        background: #B9CDE6;
        height: unset;
    }
	.bannerContentWrapper .col-12{
		padding:0;
	}
	.widgetWrapper .widgetcol {
		margin-bottom: 15px;
	}
}
@media(max-width:480px){
	
	
}
@media(max-width:420px){
	
	
}
@media (max-width:380px){
	
	
}