html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:18px;
    color: #282828;
}

#navarea {
    position: fixed;
    background-color: transparent;
    z-index: 10;
    width: 100%;
	transition: 1.5s;
}

#logo {
    height: 80px;
    width: 100%;
}

#index_bg_bg {
    background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/190614-Award-nominations-iStock-1002281408.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
}

.carousel .carousel-item {
	height:600px;
}

.carousel-item img {
	position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    height: 600px;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background: linear-gradient(90deg, #0000003d, #000000);
}

.nav-item .nav-link {
	color:white !important;
	padding:10px;
	font-size:16px;
	padding-top: 20px;
	font-weight:normal;
}

.nav-item .nav-link:hover  {
	color:#016a8b !important;
	transition: 1s;
}

#pad {
	padding-bottom:40px;
	padding-top:40px;
}

#partners_head {
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
    /* font-family: revert; */
}

#partner_images {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background-color: white;
    padding: 5px;
}

#abt_bg {
    background-color: #000;
	border-top: 4px solid #ffbb5b;
}

#undaline {
    background-color: #ffbb5b;
    height: 5px;
    width: 80px;
    border-radius: 10px;
    margin-bottom: 25px;
}

#owl_img {
    height: 500px;
    object-fit: cover;
}

.item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  /*opacity: 0.5;*/
  /*background: linear-gradient(88deg, #001949, #0950724f);*/
  background: linear-gradient(178deg, #00000014, #000000fa);
}

#owl_caro_cap {
	background-color: transparent;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 25px;
    z-index: 1;
    font-size: 15px;
}

#cap_description {
    font-size: 25px;
    font-family: inherit;
}

a#viewall {
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    font-family: inherit;
	text-decoration:none;
}

a#readmore {
    outline: 1px solid white;
    color: white;
    font-size: 14px;
}

a#readmore:hover {
    outline: 1px solid #ffbb5b;
    color: black;
	background-color:#ffbb5b;
	transition: 1s;
}

/*#news_img {
    width: 50%;
    height: 130px;
    float: left;
    object-fit: cover;
    margin-right: 10px;
}*/

#news_img {
    width: 50%;
    height: 95px;
    float: left;
    object-fit: contain;
    margin-right: 10px;
}

a#news_title {
    font-weight: 600;
    text-decoration: none;
}

#news_descrptn {
    font-size: 14px;
    color: #0000008f;
}

#news_meta {
    font-size: 12px;
    font-weight: 600;
}

#news_cont {
    outline: 1px solid #0000000d;
    padding: 3px;
}

#footer_logo {
    width: auto;
    height: 100px;
}

footer {
    background-color: #000;
    color: #ffffffab;
    font-size: 16px;
}

#footer_head {
    color: white;
    text-transform: uppercase;
    /* font-family: inherit; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

#footer_list li {
	padding-bottom:10px;
}

#footer_list li a {
	text-decoration:none;
}

a#cap_link {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

#tm {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff59;
	margin-top: 40px;
}

#abt_head {
    color: white;
    font-family: inherit;
    font-size: 65px;
}

#abt_bgg {
    background-color: black;
    padding: 120px;
	padding-bottom: 20px;
}

#abt_float {
    background-color: #016a8b;
    color: white;
    position: relative;
    padding: 25px;
    bottom: 100px;
    border-radius: 10px;
}

#abt_banner_bg {
    /*background-image: linear-gradient(180deg, #00000073, #00000094), url(../images/img.png);*/
	background-image:url(../images/img.png);
    padding: 50px;
    background-size: cover;
    background-position: center;
}

#float_abt {
    background-color: #016a8b;
    color: white;
    padding: 15px;
}

#abt_list li {
	padding-bottom:10px;
}

#gallery_title {
    background-color: #000000d4;
    position: absolute;
    bottom: 0;
    color: white;
    border-top-right-radius: 16px;
    /* right: 0; */
    /* width: 100%; */
    padding: 10px;
    font-size: 17px;
    font-family: inherit;
    /* left: 0; */
}

a#gallery_href {
    text-decoration: none;
    color: white;
}

#gallery_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#map {
	height:300px;
	width:100%;
	margin-bottom:-10px;
}

#cont_float {
    background-color: #016a8b;
    color: white;
    position: relative;
    bottom: 0;
    width: auto;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 2px -1px black;
}

#formform {
    border-left: none;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ffbb5b;
	color:white;
	resize: none;
}

#sbmt_btn {
    background-color: transparent;
    outline: 2px solid white;
    color: white;
    padding: 7px;
    width: 10%;
    border-radius: 10px;
}

#menumenu {
    background-color: white;
    padding: 15px;
}

#caro_cap {
    bottom: 200px;
}

#caro_title {
    font-size: 55px;
    font-family: inherit;
    font-weight: 700;
    text-shadow: 2px 2px 2px black;
}

#index_bg_bg {
    background-image: url(../images/190614-Award-nominations-iStock-1002281408.jpg);
    padding: 0;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

#index_bg_bg_text {
    padding: 170px 0 100px;
    color: white;
    font-size: 100px;
    font-family: inherit;
	text-shadow: 2px 2px 2px black;
}

#nominees_img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}

#nominees_header {
    color: #ffbb5b;
    font-family: inherit;
    font-size: 45px;
    margin-bottom: 35px;
}

#news_img_article {
    width: 30%;
    margin-right: 20px;
}

#article_title {
    color: black;
    font-family: inherit;
    font-weight: 600;
    font-size: 30px;
	margin-bottom: 0;
}

#award_img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#boarddtls {
    background-color: white;
}

#nomtext {
    font-size: 25px;
}

#nominees_img2 {
	width: 100%;
    height: 250px;
    object-fit: contain;
	background-color: white;	
	padding: 10px;
}

#boarddtls2 {
    background-color: #ffbb5b;
    color: white;
    padding: 15px;
}







	
	

@media screen and (max-width: 990px) {
/*#news_img {
    width: 48%;
    height: 130px;
    float: left;
    object-fit: cover;
    margin-right: 10px;
}*/

#news_img {
    width: 48%;
    height: 95px;
    float: left;
    object-fit: contain;
    margin-right: 10px;
}

#gallery_img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.nav-item .nav-link {
	color:white !important;
	padding:10px;
	font-size:16px;
	padding-top: 5px;
	font-weight:normal;
	border-bottom:1px solid white;
	background-color:#016a8b;
}
}

@media screen and (max-width: 768px) {
.col-xs-6 {
	width:50%;
}

.col-xs-3 {
	width:33.33%;
}

a#viewall {
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
}

#abt_bgg {
    background-color: black;
    padding: 10px;
    padding-top: 100px;
}

#abt_banner_bg {
    background-image: url(../images/img.png);
    padding: 5px;
    background-size: cover;
    background-position: center;
}

#cont_float {
    background-color: #016a8b;
    color: white;
    position: relative;
    top: 50px;
    width: auto;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 2px -1px black;
}

#sbmt_btn {
    background-color: transparent;
    outline: 2px solid white;
    color: white;
    padding: 7px;
    width: auto;
    border-radius: 10px;
}

.carousel .carousel-item {
	height:300px;
}

.carousel-item img {
	position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    height: 300px;
}

#caro_title {
    font-size: 25px;
    font-family: inherit;
    font-weight: 700;
    text-shadow: 2px 2px 2px black;
}

#caro_cap {
    bottom: 80px;
}

#gallery_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#partner_images {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background-color: white;
    padding: 5px;
}

#index_bg_bg_text {
    padding: 130px 0 60px;
    color: white;
    font-size: 30px;
    font-family: inherit;
}

#nominees_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#nominees_header {
    color: #ffbb5b;
    font-family: inherit;
    font-size: 35px;
    margin-bottom: 35px;
}

#news_img_article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

#award_img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

#nominees_img2 {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background-color: white;
    padding: 10px;
}
}