	@charset "utf-8";
/* CSS Document */

/*Social Media Icons*/
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

a {
color: #fff; !important;
}
.nav-link {
color: #fff !important; 
margin-left: 10px;
margin-right: 10px;
}

.footernav a.nav-link {
    text-decoration: none;
    color: #000;
	
}
.footernav a {
    text-decoration: none;
    color: #fff;
	
}

.footernav.p > a:hover{
    color: #fff !important;
    text-decoration:  underline;
}
ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
padding-top: 20px;
    margin-top: 0px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 0px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #3d5b99;
}
.fa-facebook:hover {
    background-color: #ffffff;
}
.fa-instagram {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #d62976;
}
.fa-instagram:hover {
    background-color: #ffffff;
}
.social-icons a:hover {
    color: #000;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #55acee;
}
.fa-linkedin {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #007bb5;
}
.fa-email {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-email:hover {
    background-color: #fb3958;
}


/*Web Fonts*/
  @font-face {
  font-family: AvenirRoman;
  src: url(../fonts/AvenirLTStd-Roman.otf);
  }
  @font-face {
  font-family: AvenirLight;
  src: url(../fonts/Avenir-Light.otf);
  }
  @font-face {
  font-family: AvenirBook;
  src: url(../fonts/AvenirLTStd-Book.otf);
  }
  @font-face {
  font-family: WhitneyBook;
  src: url(../fonts/whitney-book.otf);
  }
  @font-face {
  font-family: WhitneyCondensed;
  src: url(../fonts/whitneycondensed-medium.otf);
  }
  @font-face {
  font-family: WhitneyLight;
  src: url(../fonts/whitney-light.otf);
  }
  @font-face {
  font-family: WhitneyBold;
  src: url(../fonts/whitney-bold.otf);
  }
  @font-face {
  font-family: WhitneyMedium;
  src: url(../fonts/whitney-medium.otf);
  }
  @font-face {
  font-family: WhitneySemiBold;
  src: url(../fonts/whitney-semibold.otf);
  }
		.videoBackgroundWrapper{
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			color: inherit;
			background-color: #eee;
			overflow: hidden;
			position: relative;
			width: 100%;
			height: auto;
			}
		.imageBackgroundWrapper{
			position:relative;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			color: inherit;
			background-color: #eee;
			overflow: hidden;
			height: 700px;
		}
			#myVideo {
			position:relative;
			width:100%;
			left: 0;
			right: 0;
			top: 0;
			filter: brightness(100%);
			margin-bottom: -1px;
			}
			.certified {
			position:relative;
			display: flex;
            top:0;
            bottom: 0;
            align-items: center;
            text-align: justify;
			margin-top: 30px;
			height:70px;
			vertical-align: middle;
			}
			.row.no-gutters {
			  margin-right: 0;
			  margin-left: 0;
			  margin-top: 30px;
			  margin-bottom: 30px;
			
			  & > [class^="col-"],
			  & > [class*=" col-"] {
				padding-right: 5px;
				padding-left: 5px;
			  }
			}
			.certifiedcard {
			box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.10);
 			text-align: center;
			margin:0px;
			margin-bottom:30px;
			background: rgb(255,252,252);
			background: linear-gradient(0deg, rgba(255,252,252,1) 0%, rgba(255,255,255,1) 10%, rgba(240,239,239,1) 24%, rgba(255,255,255,1) 89%);
			border-radius: 10px 10px;
			border-color:fff;
			}
			.container-iframe {
			  position: relative;
			  width: 100%;
			  height:auto;
			  overflow: hidden;
			  padding-top: 56.25%; /* 16:9 Aspect Ratio */
			}
			
			.responsive-iframe {
			  position: absolute;
			  top: 0;
			  left: 0;
			  bottom: 0;
			  right: 0;
			  width: 100%;
			  height: 100%;
			  border: none;
			}
@media (max-width: 1920px) and (min-width: 991px) {

			a {
			color: fff; !important;
			}
			a.nav-link {
				text-decoration: none;
				color: #fff;
			}
			#demo {
			position: relative;
			z-index:0;
			height: 100%;
            align-items: center;
            flex-direction: column;
            text-align: center;
			vertical-align:text-top;
			justify-content: center;
			padding-top: 20px;
			margin: auto;
			width: 900px;
			}
			.carousel-caption {
			top: 70%;
			transform: translateY(-10%);
			height: 15%;
			padding: 10px;
			width: 30%;

			background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6) );
			border-radius: 15px;
			}
			.carousel-caption h5 {
			font-size:16px;
			color:#FFFFFF;
			font-family: "AvenirRoman";
			font-weight:400;
			-webkit-font-smoothing: antialiased;
   			 text-rendering: geometricPrecision;
			 line-height: 1.6;
			}
			.carousel-caption h6 {
			font-size:18px;
			color:#FFFFFF;
		    }
			.carousel-item {
			width: 100%;
			height: auto;
			}

			#announcements {
			position:relative;
			height: auto;
			width: 100%;
			margin-bottom: -1px;

			}

.carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
      
.carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control.left {
  margin-left: -25px;
}

		.carousel-control.right {
		  margin-right: -25px;
		}

		.navbar-collapse.collapsing {
			left: -75%;
			transition: height 0s ease;
		}

		.navbar-collapse.show {
			left: 0;
			transition: left 300ms ease-in-out;
		}

		.navbar-toggler.collapsed ~ .navbar-collapse {
			transition: left 500ms ease-in-out;
		}	
	
			#imagenews{
			margin-top: 0% !important;
			}
		.videoBackgroundWrapper{
			position:relative;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			color: inherit;
			background-color: #eee;
			overflow: hidden;
		}
		.imageBackgroundWrapper{
			position:relative;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			color: inherit;
			background-color: #eee;
			overflow: hidden;
			height: auto;
		}

}


*@media (max-width: 991px) {
  .navbar-toggler {
      border: none;
      outline: none;
    }

a.nav-link {
    text-decoration: none;
    color: #fff;
	
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}} */

