.banner {
    background-image: url("../images/banner/meet_sch.jpg");
}
.sec-content{
	background-color: transparent;
	/*background-image: url(../../assets/images/background/G7N-Shape.webp), url(../../assets/images/background/G7Network-Icon-half-Left.webp), url(../../assets/images/background/G7Network-Icon-half-Right.webp);*/
	background-repeat: no-repeat;
	background-size: 100%, 33%, 33%;
	background-position: top, left bottom -50em, right top 18em;
	padding: 3em 0 0 0;
}
.sec-content .container{
	padding: 3em 0 0 0;
}
.sec-content h1.title{
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}
.sec-content h2.title {
	color: var(--secornd-color);
	font-weight: bold;
	text-align: left;
}
.sec-content h1.title sup, .sec-content h1.title sub{
	font-size: .8rem;
	top: -1.5em;
}
.sec-content p {
	color: var(--third-color);
	font-size: 1.25rem;
	font-weight: 300;
    text-align: center;
}
.sec-content .card{
    background-color: transparent;
    border: 0;
}
.sec-content img{
    width: 100%;
    border-radius: 10px;
}
.sec-content .gallery{
	padding: 2em;
}

section.counters {
    padding: 0;
}

.mediahub {
	padding: 3em 0;
    background-color: #f5f5f5;
}
.mediahub .mediahub-detial h5, .mediahub-video h5 {
    font-weight: bold;
    padding-bottom: 1rem;
    line-height: 1.6;
}
.mediahub .mediahub-detial h5::after, .mediahub-video h5::after  {
    content: '';
    display: block;
    background:  var(--primary-color) none repeat scroll 0 0;
    width: 40px;
    height: 2px;
    margin: 10px 0;
}
.mediahub .mediahub-detial p {
    text-align: left;
    font-size: 16px;
}
.mediahub-button.btn.btn-primary{
	width: 60%;
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    color: var(--primary-color);
    padding: 8px 20px;
	border-radius: 5px;
	border: 0.5px solid var(--primary-color);
}
.mediahub-button.btn.btn-primary:hover{
    color: #ffffff;
    background-color: #106339;
    box-shadow: 10px 10px 101px 4px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 10px 10px 101px 4px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 10px 10px 101px 4px rgba(255,255,255,0.75);
}
.mediahub .mediahub-button .material-icons{
    position: absolute;
    top: 14px;
    font-size: 14px;
    padding-left: 6px;
}
.mediahub .video-wrapper{
	height: auto;
}
.mediahub .video-1 {
    position: static;
    width: 100%;
	overflow:hidden;
    vertical-align: middle;
    margin-bottom: 2em;
	border-radius: 20px;
}
.mediahub .video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 35%;
    left: 0rem;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 150ms;
    z-index: 1;
}
.mediahub .video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}
.mediahub .video-overlay-play-button:hover {
    opacity: 1;
}

.mediahub .video-overlay-play-button.is-hidden {
    display: none;
}
.mediahub-video{
    padding: 0;
}
.mediahub-video:nth-child(even) {
    background-color: #f5f5f5;
    padding: 0 0 3em 0;
}
.mediahub-video .card-body h6 {
    font-size: .9rem;
    font-weight: bold;
}
.mediahub-video .card-body .country {
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
}
.mediahub-video .card-body .flag {
    width: 30px;
    border-radius: 2px;
    margin-right: 10px;
}
.mediahub-video .card-body p {
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.mediahub-video .mediahub-ready {
    background-color: #001d4a;
    border-radius: 10px;
    padding: 15px;
}
.mediahub-video .mediahub-ready h6 {
    color: #ffffff;
    font-weight: bold;
}
.mediahub-video .mediahub-ready p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.mediahub-video .mediahub-ready img {
    padding: 15px;
}
.mediahub-video .mediahub-ready .mediahub-button.btn.btn-primary{
	width: 100%;
    background-color: var(--primary-color);
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    padding: 8px 20px;
	border-radius: 5px;
	border: 0.5px solid var(--primary-color);
}
.mediahub-video .mediahub-ready .mediahub-button.btn.btn-primary:hover{
    color: #ffffff;
    background-color: #106339;
    box-shadow: 10px 10px 101px 4px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 10px 10px 101px 4px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 10px 10px 101px 4px rgba(255,255,255,0.75);
}
.mediahub-video .slick-slide img {
    width: 100%;
}
@media screen and (max-width: 768px){
	.sec-content .container{
		padding: 1em 0;
	}
	.sec-content p{
		font-size: 1.25rem;
	}
    .sec-content .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem 0;
    }
	.sec-content .gallery{
		padding: 0;
	}
    .mediahub {
        padding: 3em 0 0 0;
    }
    .mediahub .mediahub-detial h5, .mediahub-video h5{
        font-size: 1.4rem;
    }
    .mediahub .mediahub-detial p{
        font-size: 1.2rem;
    }
    .mediahub-video {
        padding: 3em 0;
    }
    .mediahub-video .card-body h6,
    .mediahub-video .card-body .country,
    .mediahub-video .card-body p {
        font-size: 1.2rem;
    }
    .mediahub-video:nth-child(even) {
        padding: 3em 0;
    }
    .mediahub-video .mediahub-ready {
        padding: 25px;
    }
    .mediahub-video .mediahub-ready h6 {
        font-size: 1.6rem;
        text-align: center;
    }
    .mediahub-video .mediahub-ready p {
        font-size: 18px;
        text-align: center;
    }
    .mediahub-video .mediahub-ready img {
        padding: 45px;
    }
}