body
{
margin:0;
padding:0;}

*
{
margin:0;
padding:0;}

.row{
    margin: 0;
}

/*.bannerbg*/
/*{*/
/*background:url('../images/banner1.jpg');*/
/*height:100vh;*/
/*background-size:cover;*/
/*background-repeat:no-repeat;*/
/*position:relative;}*/

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
    /*min-height: 100%;*/
    top: 0;
}

.bannercontent
{position:absolute;
width: 100%}


/*.navbar-brand {
    float: left;
    height: 0px !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 20px;
    border: 0px solid transparent;
}*/

.navbar-inverse {
   background-color: transparent; 
   border-color: transparent; 
    display: block;
    position: relative;
}

#region
{
display:block;
position:relative;
padding-top:13%
}

h1
{
color:#fff;
text-align:center;
    
}

#region h2
{
color:#fff;
text-align:center;
margin-top: 2px;
font-size: 25px;
font-weight: bold;
}

.region1
{
background: rgba(61,64,148,0.70);
padding: 20px;
text-align: center;
border: 4px double #fab13c;
margin-top: 0;
margin-bottom: 5px;
margin: 0 0px;
}

.region1 p,  .region2 p, .region3 p
{
color:#fff;
font-size: 1.3em;
font-weight: light;
} 

.region2
{
background: rgba(250, 177, 60, 0.70);
padding:20px;
text-align: center;
border: 4px double #3d4094;
margin: 0 0px;
}


.region3{
background: rgba(0,0,0,0.70);
padding:20px;
text-align: center;
border: 4px double #fff;
margin: 0 0px;
}
.mgt-2{
margin-top: 7.6em;
}
.know {
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 5px 16px;  
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.know span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.know span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.know:hover span {
  padding-right: 25px;
}

.know:hover span:after {
  opacity: 1;
  right: 0;
}

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/
#carousel h1
{
color:#3d4094 !important;
}

section {
    padding-top: 58%;
    padding-bottom: 50px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

.fa-4x {
    font-size: 4em;
    color: #fab13c;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fab13c;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 80px;
}

/*footer style*/

footer
{
  background: #3d4094;
  color:#fff;
}

footer .container
{
  padding:25px 0;
}
footer .fa {
    font-size: 15px;
    /*background: #f8951d;*/
    border-radius: 25px;
    padding: 7px 8px;
    color: #fff;
}
footer .socialicons .fa {
    font-size: 15px;
    border-radius: 25px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    transition: linear 0.2s all;
}

footer .socialicons .fa:hover {
    font-size: 15px;
    background: #fab13c;
    border-radius: 25px;
    border: 1px solid #fab13c;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
}

 footer .address
 {
  list-style-type: none;
  margin-top: -8px;
 }
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 37%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: inline;
    position: absolute;
    right: 4px;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {    padding: 10px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}



@media screen and (min-width:320px) and (max-width:767px) {
    section {
        padding-top: 274%;
    }
    .region1,.region2,.region3{
        margin-bottom: 35px;
        margin-left:0;
        margin-right:0;
    }
}

@media (min-width:600px) and (max-width:767px){
    #region{
        padding-top: 30%;
    }
    section {
        padding-top: 188%;
    }
}

@media (min-width:760px) and (max-width:767px){
    section {
        padding-top: 160%;
    }
}

@media (min-width: 530px) and (max-width: 568px){
    section {
        padding-top: 200%;
    }
}

@media (min-width: 320px) and (max-width: 340px){
    section {
        padding-top: 306%;
    }
}

@media (min-width: 400px) and (max-width: 414px){
    section {
        padding-top: 246%;
    }
}

@media (min-width: 480px) and (max-width: 500px){
    #region{
        padding-top: 20%;
    }
    section {
        padding-top: 224%;
    }
}

@media (min-width: 530px) and (max-width: 533px){
    #region{
        padding-top: 24%;
    }
}

@media (min-width: 670px) and (max-width: 736px){
    #region{
        padding-top: 30%;
    }
    section {
        padding-top: 164%;
    }    
}

@media (min-width:768px) and (max-width:992px){
    header{
        padding-top: 0 !important;
    }
    #region h2{
        font-size: 24px;
    }
    #region{
        padding-top: 0;
    }
}

@media (min-width:1020px) and (max-width:1024px){
    #region{
        padding-top: 8%;
    }
}