.s-container {
	width: 100%;
	margin: 10px auto;
	position: relative;
	height: auto;
}
.s-row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.s-row.display-flex > [class*='col-'] {
 display: flex;
 flex-direction: column;
}
.s-row {
	margin: auto;
}
.s-title {
	font-size: 16px;
	color: #d2bfbf;
	margin: 15px auto;
	text-align: center;
	display: block;
	font-weight: bold;
}
.sis-text {
	position: relative;
	font-size: 14px;
	color: #665c5c;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}
.img-link {
	display: none;
	font-size: 20px;
	color: blue;
	font-family: sans-serif;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	cursor: pointer;/*text-decoration: none;*/
}
.s-cont {
	text-align: center;
}
.read-link {
	text-align: center;
	display: block;
	font-size: 13px;
}
.s-grid-in {
	margin: 5px;
	height: 97.5%;
	align-content: flex-start;
	display: grid;
	border: solid 1px whitesmoke;
	background: #fff;
}
.s-grid-in:hover {
	border: solid 1px #c5a7a7;
}
.s-grid-in a {
	color: #000;
	text-decoration: none;
}
.s-grid-in a:hover {
	color: blue;
	text-decoration: none;
}
.s-grid-1-5, .s-grid-1-4, .s-grid-1-3, .s-grid-1-2, .s-grid-1-1, .s-grid-1-3-4 {
	margin: 0 auto;
}
 @media (min-width: 992px) {
 .s-grid-1-5 .s-grid-1-4 .s-grid-1-3 .s-grid-1-2 .s-grid-1-1 .s-grid-1-3-4 {
 float: left;
}
 .s-grid-1-1 {
 width: 100%;
}
 .s-grid-1-2 {
 width: 50%;
}
 .s-grid-1-3 {
 width: 33.333%;
}
 .s-grid-1-4 {
 width: 25%;
}
 .s-grid-1-5 {
 width: 20%;
}
 .s-grid-1-3-4 {
 width: 75%;
}
}
@media (max-width: 992px) {
 .s-grid-1-5, .s-grid-1-4, .s-grid-1-3, .s-grid-1-2, .s-grid-1-3-4 {
 float: left;
 width: 100%;
}
}
/* Global Styling */
.sis-image {
    width: auto;
    height: 250px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.prnt {
    background-position: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
	height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.prnt:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    
}

.sis-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .3s ease;
  -ms-transform:scale(0);
  -ms-transition: .3s ease;
}

.sis-image:hover .sis-overlay {
  transform: scale(1);
  -ms-transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.aw-fa {
	padding: 5px;
	margin: 5px;
	background: #fff;
	color: #000000 !important;
	border-radius: 2px;
}

/* Media Queries */
@media screen and (max-width: 960px) {
}
.bg-content {
	padding: 50px;
	text-align: center;
	z-index: 2;
	position: relative;
	color: #fff;
}
.my-bg {
	position: relative;
	background: #78EED2;
	overflow: hidden;
}
.my-bg:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background-image: url('/wp-content/uploads/2018/03/bacckk.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.my-bg2 {
	position: relative;
	background: #E12516;
	overflow: hidden;
}
.my-bg2:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.4;
	background-image: url('/wp-content/uploads/2018/03/bg-001.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
div.s-port {
	background:#8080f7;
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px
}
div.s-port img, div.s-port h2 {
 transition:transform .35s
}
div.s-port img {
	backface-visibility:hidden;
	object-fit: cover;
	height:100%;
	width:100%
}
div.s-port a {
	color:#7a7ad5;
	border-bottom:solid 1px #7a7ad5
}
div.s-port h2 {
	font-size:24px
}
div.s-port h2, div.s-port p {
	position:absolute;
	bottom:0;
	left:0;
	padding:30px;
	margin-bottom:0;
	color:#fff
}
div.s-port p {
	text-transform:none;
	opacity:0;
 transition:opacity 0.35s, transform .35s;
	transform:translate3d(0, 50px, 0);
	color:#fff
}
div.s-port:hover h2 {
	transform:translate3d(0, -110px, 0)
}
div.s-port:hover p {
	width: 100%;
	opacity:1;
	transform:translate3d(0, 0, 0);
	color:#fff;
	font-size:13px;
	text-align:justify;
	background:rgba(0, 0, 0, 0.5);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(13, 3, 3))
}
.nor-cont {
	position:relative;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	color:#fff;
	padding:0 20px
}
.nor-img {
	height:300px;
	width:100%;
	background-size:cover;
	background-position:center
}
.nor-title {
	color:#fff;
	font-size:20px;
	font-weight:bolder
}
.nor-content {
	color:#fff
}
.butt {
	background-color:#4CAF50;
	border:none;
	color:#fff;
	text-align:center;
	text-decoration:none;
	display:grid;
	font-size:16px;
	border-radius:50px;
 transition-duration:.4s;
	cursor:pointer;
	/*! height:100px; */
	/*! width:100px; */
	/*! padding: 10px 0; */
}
.butt-1 {
	background-color: transparent;
	color: #000;
	border: 2px solid #b5b2d9;
	z-index: 0;
	position: absolute;
}
.butt-1:hover {
	background-color:#6d66b0;
	color:#fff
}
.size {
	font-size:20px;
	color:#b5b2d9;
	align-self: center;
}
.size:hover {
	font-size:20px;
	color:#fff
}
.sis-button {
	background-color: gray;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	margin: 2px 5px;
 transition-duration: .4s;
	cursor: pointer;
	border-radius: 2px;
	width: 100%;
}
.sis-button:hover {
	background-color:#000;
	color:#fff;
}

.sis-post-button {
	background-color: gray;
	border: none;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	margin: 20px 5px;
 transition-duration: .4s;
	cursor: pointer;
	border-radius: 2px;
}
.sis-post-button:hover {
	background-color:#000;
	color:#fff;
}

.sis-about-button {
	background-color: white;
	border: none;
	color: #000;
	padding: 15px 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 30px 5px;
 transition-duration: .4s;
	cursor: pointer;
	border-radius: 2px;
	font-weight: bold;
	border: solid 2px #fff;
}
.sis-about-button:hover {
	color:#fff;
	border: solid 2px #fff;
	background: #0058ad;
}

.sis-about-col {
    background: #0058ad;
    align-self: center;
    height: 100%;
}

.sis-about-title {
    text-align: left;
    color: #fff;
    font-size: 32px;
}

.sis-about-content {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.sis-grid-button {
	border:none;
	outline:0;
	display:inline-block;
	padding:8px;
	color:#fff;
	background-color:#9097f4;
	text-align:center;
	cursor:pointer;
	width:100%;
	font-size:13px;
	position:absolute;
	bottom:0
}
.sis-grid-button:hover {
	background-color:#e7e7e7
}
.top-corner {
	width: 0;
	height: 0;
	border-top: 50px solid #efefef;
	border-right: 50px solid transparent;
	position: absolute;
}
.i-cont {
	font-size: 13px;
	color: #bebae1;
	padding-left: 40px;
	margin: 10px 0;
}
.s-social-button a, .s-social-button a:hover {
	color: #fff !important;
}
.s-social-button {
	background-color: #ea1810;
	border: none;
	color: #fff;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: none;
	margin: 5px 2px;
transition-duration: .4s;
	cursor: pointer;
	border-radius: 2px;
}
.s-social-button:hover {
	background-color: #ed2839;
	color: #fff;
	text-decoration: none;
}
.state {
	position: absolute;
	top: 0;
	left: -100vw;
}
 .state:checked ~ .content {
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
 .state:checked ~ .backdrop {
 bottom: 0;
 opacity: 1;
 z-index: 1;
}
.sis-lightbox {
	position: fixed;
	top: 20%;
	right: 0;
	left: 0;
	height: 0;
	padding: 0 20px;
	z-index: 999;
}
.sis-lightbox .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 500px;
	max-height: 95vh;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: 0.3s -webkit-transform ease-in-out;
	transition: 0.3s transform ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.sis-lightbox .sis-header, .sis-lightbox .sis-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sis-lightbox .sis-header .h, .sis-lightbox .sis-footer .h {
	margin: 0;
}
 .sis-lightbox .sis-header .button:not(:first-child), .sis-lightbox .sis-footer .button:not(:first-child) {
margin-left: auto;
}
.sis-lightbox .sis-header {
	padding-bottom: 0px;
	display: flex;
	margin: auto;
}
.sis-lightbox .sis-footer {
	padding-top: 20px;
}
.sis-lightbox .main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: scroll;
}
.sis-lightbox .backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
}
.page-numbers {
	border: solid 1px aqua;
	padding: 10px 15px;
	background: #808080;
	color: #fff;
}
.page-numbers:hover {
	background: #000;
	text-decoration: none;
}
.s-pagination a {
	text-decoration: none;
	color: #fff !important;
}
.s-pagination {
	margin: 15px auto;
}

.s-pagination span {
	background: #000000;
}

.sis-sis-header img {
	max-width: 100%;
	max-height: 425px;
	-moz-box-shadow: 0px 2px 5px rgba(122, 97, 97, 0.5), 0px 2px 3px rgba(144, 119, 119, 0.5);
	-webkit-box-shadow: 0px 2px 5px rgba(122, 97, 97, 0.5), 0px 2px 3px rgba(144, 119, 119, 0.5);
	box-shadow: 0px 2px 5px rgba(122, 97, 97, 0.5), 0px 2px 3px rgba(144, 119, 119, 0.5);
}

.sis-news-main {
    margin: 10px auto;
    border: solid 1px #858585;
    display: flex;
    flex-wrap: wrap;
}

.sis-news-textarea {
    text-align: left;
    padding: 0 20px;
    width: 66.666%;
}

@media (max-width: 550px) {
    .sis-news-image {
    height: 200px;
}

.sis-news-textarea {
    width: 100%;
}
}

.sis-button {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.sis-button:hover {
    background-color: #008CBA;
    color: white;
}