.head1 {
	color:#832b07;
	font-size:26px;
	text-transform:uppercase;
}
.head2 {
	color:#ffffff;
	font-size:19px;
	font-weight:normal;
	padding-bottom:8px;
	display:block;
}
.buttons{
	position: absolute;
	left: 0;
	bottom: 50%;
	z-index: 999;
	width: 100%;
	height: auto;
}
/*=*/
/* mid content */
.mid-cont-top{
	width: 100%;
	height: auto;
	display: table;
}
.article-cont{
	display: table-cell;
	width: 50%;
	background-color: rgba(255,255,255, 0.7);
	padding: 20px;
	text-align: center;
	vertical-align: top;
	border-right: 20px solid transparent;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.article-cont article{
	background-color: #3F51B5;
	padding: 20px;
	vertical-align: top;
}
.article-cont article header{
	color: white;
	font-family: "oswald";
	text-transform: capitalize;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	line-height: 46px;
	padding: 16px;
	border-bottom: 2px solid white;
}
.article-cont article header span{
	font-size: 50px;
	color: skyblue;
}
.article-cont article p{
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: lighter;
	line-height: 48px;
	text-align: justify;
}
.frame-cont{
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 20px;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.7);
}
/*youtube*/
.youtube{
	background-color: black;
	background-size: 100%;
	background-position: center;
	height: 257px;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.youtube img{
	position: absolute;
  left: 50%;
  top: 50%;
	-webkit-transform: translate(-50%,-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	transform: translate(-50%,-50%); /* IE 10, Fx 16+, Op 12.1+ */  width: 68%;
}
.youtube-icon{
  position: absolute;
  z-index: 997;
  left: 50%;
  top: 50%;
	-webkit-transform: translate(-50%,-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%,-50%); /* IE 9 */
  transform: translate(-50%,-50%); /* IE 10, Fx 16+, Op 12.1+ */
  background-color: rgba(20, 20, 20, 0.5);
  width: 80px;
  height: 50px;
  border-radius: 20%;
  cursor: pointer;
  transition: 0.15s;
}
.youtube-icon:hover{
  background-color: #e60000;
}
.arrow-cont{
  position: relative;
  width: 100%;
  height: 100%;
}
.arrow-cont span{
  position: absolute;
  left: 50%;
  top: 50%;
	-webkit-transform: translate(-50%,-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%,-50%); /* IE 9 */
  transform: translate(-50%,-50%); /* IE 10, Fx 16+, Op 12.1+ */
  color: white;
  font-size: 24px;
}
iframe{
  width: 100%;
  height: 100%;
}
.security{
	padding: 10px;
}
.security section {
	width: 100%;
	background-color: rgb(255, 255, 255);
	margin: 10px auto;
	box-shadow: 5px 5px 0px rgba(1, 117, 132, 0.27);
	position: relative;
	display: inline-block;
	padding: 10px;
}
.security section p {
  font-size: 20px;
  font-family: "oswald", sans-serif;
  
  color: #02355d;
  width: 80%;
  float: right;
  text-align: justify;
}
.security section header {
	text-transform: capitalize;
	font-family: "oswald", sans-serif;
	color: #002949;
	font-size: 30px;
	line-height: 30px;
	background-color: skyblue;
	padding: 10px;
	text-align: left;
	padding-left: 20%;
}
.security section i {
  font-size: 50px;
  position: absolute;
  left: -23px;
  top: 50%;
	-webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translateY(-50%); /* IE 9 */
  transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
  color: white;
  padding: 10px;
  z-index: 999;
}
.security section i::before{
	padding: 10px;
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #3F51B5;
	box-shadow: 1px 4px 0px rgba(63, 81, 181, 0.52);
}
@media(max-width: 1096px){
	.security section{
		width: 45%;
	}
	.article-cont {
	  display: block;
	  width: 100%;
		border-right: 0px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.article-cont article header {
    font-size: 34px;
	}
	.article-cont article header span {
    font-size: 40px;
    color: skyblue;
	}
	.article-cont article p {
    font-size: 18px;
    line-height: 40px;
	}
	.frame-cont{
		display: block;
		width: 100%;
	}
}
@media(max-width:835px){
	.security section i {
    font-size: 34px;
	}
	.security section i::before{
		width: 60px;
		height: 60px;
	}
	.security section header {
    font-size: 24px;
	}
	.security section p {
    font-size: 18px;
	}
}
@media(max-width:660px){
	.article-cont{
		padding: 10px;
	}
	.article-cont article{
    padding: 14px;
	}
	.article-cont article header {
		font-size: 30px;
		padding: 5px;
	}
	.article-cont article header span {
    font-size: 35px;
	}
	.article-cont article p {
    font-size: 14px;
    line-height: 30px;
	}
	.frame-cont {
    padding: 10px;
	}
	.youtube {
		width: 100%;
	}
	.security section {
    width: 100%;
	}
	.security section header {
    font-size: 24px;
	}
	.security section p {
    font-size: 16px;
	}
	.security section i {
    left: 0px;
	}
}
@media(max-width:510px){
	.security section i::before {
    width: 44px;
    height: 40px;
	}
	.security section i {
    font-size: 24px;
	}
}
@media (max-width: 365px){
	.security section i {
	    left: 0px;
	    top: 54px;
	}
}
.mid-cont-bottom{
	width: 100%;
	height: auto;
}
.mid-cont-bottom h6{
	font-size: 40px;
	width: 100%;
	text-align: center;
	color: gold;
	text-shadow: 0px 0px 15px black;
	font-family: "oswald", sans-serif;
	text-transform: uppercase;
	padding: 20px;
}
.mid-cont-bottom section{
	width: 80%;
	padding: 10px;
	background-color: white;
	margin: 20px auto;
	border-radius: 20px;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 30px solid rgba(255,255,255,0.7);
}
.mid-cont-bottom section header{
	font-size: 32px;
  font-family: sans-serif;
  text-transform: capitalize;
	padding: 5px;
	font-weight: lighter;
}
.icons i{
	font-size: 30px;
	color: #5d892a;
}
.icons span i{
	color: black;
	font-size: 30px;
	padding: 5px;
}
.mid-cont-bottom section p{
	padding: 5px;
	font-size: 24px;
	font-family:sans-serif;
	color: #424242;
	font-weight: lighter;
	line-height: 40px;
}
@media(max-width: 1096px){
	.mid-cont-bottom section header{
		font-size: 28px;
	}
	.mid-cont-bottom section p{
		font-size: 20px;
	}
}
@media(max-width:835px){
	.mid-cont-bottom section{
		width: 100%;
		padding: 5px;
		border: 15px solid rgba(255,255,255,0.7);
	}
	.mid-cont-bottom section header{
		font-size: 20px;
	}
	.mid-cont-bottom section p{
		font-size: 18px;
	}
	.icons i{
		font-size: 20px;
	}
	.icons span i{
		font-size: 15px;
	}
	.mid-cont-bottom h6{
		font-size: 30px;
	}
}
@media(max-width:520px){
	.mid-cont-bottom section header{
		font-size: 18px;
		font-weight:normal;
	}
	.mid-cont-bottom section p{
		font-size: 14px;
		line-height: 30px;
	}
	.mid-cont-bottom h6{
		padding: 5px;
	}
}
/* /mid content */
/*=*/

