.btn{
	font-size:15px;
}
@media only screen and (min-width:320px) and (max-width: 768px) {
.container {
    width:100%;
}
}
@media only screen and (min-width:768px) and (max-width:992px) {
.container {
    width:100%;
}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.container {
    width:90%;
}
}
@media only screen and (min-width:1200px) and (max-width:1980px) {
.container {
    width:75%;
}
}
body {
	font-family: "cambria",calibri,arial, sans-serif;
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	background: url("../../images/white_texture.jpg");
	background-color:#f5f5f5;
	letter-spacing:0.2px;
}
p {
    margin: 5px 0px;text-align:justify;
}
h2, .h2 {
    font-size: 18px;font-family: "Oswald",sans-serif;color:#777;
}
h3, .h3 {
    font-size: 16px;font-family: "Oswald",sans-serif;color:#123b81;
}
a:hover, a:focus {
    color: #777;
    text-decoration: none;
}
.bc_style{background:#fff;padding:0px;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 21px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    color:#fff;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
a{
	text-decoration:none;
	color:#000;
}

.well {
    min-height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
/* Header */
.navbar-collapse {
    padding-right:0px;
    padding-left:0px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    margin-right: 1px;
    margin-bottom: 0px;
    font-size: 14px;
	text-align:center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
}
.navbar-default {
	margin-bottom:0px;
    background-color:#fff;
    border:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color:#123B81;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#fff;
	background-color:#123b81;
}
/* Header */

.btn-primary {
    color: #FFF;
    background-color: #DD75A6;
    border-color: #DD75A6;
}
.well > .item{
	height:210px;
}
.navbar-default {
	background:#123b81;
	border-color:#123b81;
	min-height:40px;
	border-top:1px solid #eee;border-radius: 0px;
}
.brand_logo{
	width:120px;
	height:120px;
	margin:20px 0px;
}
.panel-primary {
    border-color: #428BCA;
}
.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.modal-content {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: relative;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    min-height: 16.4286px;
}
.modal-header .close {
    margin-top: -2px;
    color: #000;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
.head_bc{
	background:url('../images/top1.jpg');
}
.logo{
	float:left;margin-left:40px;
}
/* Media Queries */
@media (min-width:768px){
	.navbar-nav > li > a {
		padding: 10px 25px;
	}
}
@media (max-width:320px){
	
}
/* Media Queries */

.sub_footer{
	background:#fff;
	padding:20px 0px;
	/* border-top:1px solid #C80700; */
}
.sub_links{
	margin-left:-30px;
}
.sub_links li{
	list-style-type:none;
	padding:5px 10px;
	border-bottom:1px solid #eee;
}
.sub_links i{color:#C80700;}
/* .social_icons{margin-left:-35px;} */
.social_icons li{
	display: inline;
	padding: 5px 12px;
	line-height: 50px;
	border: 1px solid #eee;
}
.social_icons{margin-left:20px;}
.social_icons li a{color:#fff;}
.fb {
    color: #FFF;
    background-color: #123B81;
}
.tw {
    color: #FFF;
    background-color: #4099FF;
}
.gp {
    color: #FFF;
    background-color: #DF4A32;
}
.yt {
    color: #FFF;
    background-color: #C4302B;
}
.add{margin-left:60px;}
.iso_text{font-size:18px;font-family: "Oswald",sans-serif;}
.iso_text1{font-size:16px;font-family: "Oswald",sans-serif;}
.qual_list li {
	/* list-style-type:none; */
	line-height: 1.72857;
}
.qual_list i {
    font-size:18px;
    color: #21B1D5;
}
  
.border{
	border:1px solid #eee;
	padding:5px;
	margin-bottom:20px;
}
.form-group {
    margin-bottom: 10px;
}
.panel-primary {
	border-color:#ccc;
}
.panel-primary > .panel-heading {
    color: #FFF;
    background-color: #000;
    border-color: #000;
	font-weight:bold;
}
.brand{
	padding:7px 0px;
}
.mover{
	font-size:18px;
	font-family: "cambria",calibri,arial,sans-serif;
}
@media(max-width:320px){
	video{
		width:320px;
	}
	.qual_list{
		padding: 10px;
	}
	.btn-md{
	font-size:11px;
}

.slide1{
	font-size:12px;
	margin-bottom:3px;
	height:30px;
}
.mover{
	font-size:14px;
	font-family: "cambria",calibri,arial,sans-serif;
}
}
	.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}


@media(max-width:768px){
	.btn{
	font-size:10px;
	}
	.mover{
	font-size:14px;
	font-family: "cambria",calibri,arial,sans-serif;
}

}
#vid {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
#vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:320px) { 
    #vid {
        /* position: absolute; */
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0;
        /* height:500px; */
    }
    #vid video {
        width:60%;
        min-width: 100%;
        height: auto;
        position: static;
    }
}
@media (min-width:1024px) { 
.logo {
    float: left;
     margin-left:20px; 
}

}
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/* irrelevant styling */
/* body { text-align: center; } */
body p { 
  /* max-width: 400px;  */
  /* margin: 20px auto;  */
}
#tallModal .modal-body p { margin-bottom: 900px }
.fea_1{
	text-align:center;
	font-size: 18px;
margin-bottom: 18px;
color:#777;
}
.relays{
padding-right:30px;}