

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

body {
	font-family: 'Roboto Condensed', sans-serif;
}


.top-sec {

    position: fixed;
    z-index: 999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-sec h4 {

    padding-top: 1.2em;
    font-size: 30px;
    color: #fff;


}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.top-sec {
	position: inherit;
	text-align: center;
}
.top-sec h4 {
	color: #04bafb;
}
.video-para a {
	display: block;
}
#main-footer h3 {

    padding-bottom: 0px;
    color: #04bafb;
    padding-top: 20px;

}


}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.video-para {

    color: #04bafb;
    font-size: 20px;
    text-align: center;

}
.video-para a {

    color: #fff;
    font-size: 17px;
    padding-right: 25px;
    text-decoration: none;

}
.video-para .fas {
	color: #04bafb;
}


.sec-one {

    padding-top: 2em;
    padding-bottom: 2em;

}
.sec-one p {
	margin: 0px;
	line-height: 27px;
	text-align: justify;
}

.sec-two p {
    text-align: center;
    line-height: 30px;
}
.sec-two h2 {

    text-transform: capitalize;
    padding-bottom: 10px;

}

.box-1 {
    background-color: #04bafb;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    color: #fff;
    box-shadow: -14.142px 14.142px 20px 0 rgba(157,157,157,.5);
}
.box-1:hover {
    box-shadow: none;
    cursor: pointer;
    background-color: #ccc;
    color: #000;
}
.box-1 .far {
	font-size: 36px;
	padding-bottom: 25px;
}
.box-1 .fas {
	font-size: 36px;
	padding-bottom: 25px;
}
.box-1 .fab {
	font-size: 36px;
	padding-bottom: 25px;
}
.box-1 h4 {
  padding: 15px;
  text-transform: capitalize;
}


#main-footer h3 {
	color: #04bafb;
}
#main-footer p {
	font-size: 15px;
	line-height: 28px;
}
#main-footer p a {
	color: #fff;
	text-decoration: none;
}
#main-footer .fas {
	margin-right: 8px;
	color: #04bafb;
}
.sub-footer {
	background-color: #04bafb;
	padding-bottom: 5px;
	padding-top: 5px;
}
.sub-footer p a {
	color: #fff;
}


.frame img {
    border:2px solid #fff;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
}