<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>

<style type="text/css">
.form-style-9{
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 50px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 6px solid #305A72;
}
.form-style-9 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9 ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style-9 ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
	width: 49%;
}
.form-style-9 ul li .field-full{
	width: 100%;
}
.form-style-9 ul li input.align-left{
	float:left;
}
.form-style-9 ul li input.align-right{
	float:right;
}
.form-style-9 ul li textarea{
	width: 100%;
	height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #216288;
	border: 1px solid #17445E;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
	background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
	background-color: #28739E;
}
  
</style>




/* Style all font awesome icons */
.fa {
    margin: 12px;
  padding: 15px;
  font-size: 80px;
  width: 80px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.9;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background:transperent;
  color:dodgerblue;
}

/* Twitter */
.fa-twitter {
  background: transperent;
  color: in;
}

/* Youtube */
.fa-youtube {
  background: transperent;
  color: red;
}

/* Linkedin */
.fa-linkedin {
  background: transperent;
  color: light-blue;
}

/* Instagram */
.fa-instagram {
  background: transperent;
  color: red;
}






/* Container holding the image and the text,img on text */
.container {
  position: relative;
  text-align: center;
  color:transprent;
}

/* Bottom left text */
.bottom-leftmain{
	font-weight:bold;
	font-size: 17px;
	color: #F8F8F8;
  position: absolute;
  bottom: 60px;
  left: 60px;
	}

.bottom-rightmain {
	font-size: 15px;
	font-weight: bold;
	color:#F8F8F8;
  position: absolute;
  bottom: 60px;
  right: 55px;
}
	
.bottom-left {
  position: absolute;
  bottom: 30px;
  left: 60px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 38px;
  left: 6px;
}

/* Top right text */
.top-right {
	font-size: 15px;
	font-weight: bold;
	color:#F8F8F8;
  position: absolute;
  top: 45px;
  right:60px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 58%;
  left:60%;
  transform: translate(-50%, -50%);
}

/* Center text */
.center {
  position: absolute;
  top: 75%;
  left:30%;
  transform: translate(-50%, -50%);
}

/* Center text */
.centerpiece {
  position: absolute;
  top: 20%;
  left:50%;
  transform: translate(-50%, -50%);
}




/* SLIDER FOR HOME */

h3 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
 
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   
}

<!-- footer -->
.foott {
	font-size:9px;
}

video {
	max-width:100%;
	height: auto;
}

.read_h{
    font-size: 20px;
    color:crimson;
}

.href{
    font-weight: 100;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.col-md-6{
  padding: 20px;
	margin: 10px;
}


