@import url("https://fonts.bunny.net/css?family=Source+Sans+Pro:300,400,400i,700&display=swap");


html,
body {
    height: 100%;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.5;
}

.text-body {
    text-align: center;
    background-color: transparent;
    padding-left:0px;
    padding-right:0px;
    padding-top:20px;
    
}

.btn-custom {
    color:white;
    background-color: #5cb85c;
}

.custom-header {
   height: auto;
}

/* Style the navbar */


/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  border-color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.sticky + .section {
  padding-top: 110px;
}

.wrap {
    min-height: 100%;
    height: auto;
    background-color:#FDFDFD;
}

.wrap > .container {
    /* padding: 70px 15px -1px; */
}

.supportby {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.supportby img {
  height: 75px;
}
@media screen and (max-width: 1199.5px) {
  .supportby {
    gap: 20px;
  }
  .supportby img {
    height: 60px;
  }
}
@media screen and (max-width: 991.5px) {
  .supportby {
    gap: 20px;
    width: 450px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 499.5px) {
  .supportby {
    display: block;
    width: 100%;
  }
  .supportby img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}


.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -40px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.footer a {
  color: #fff;
  margin-right: 8px;
  margin-left: 8px;
}
.footer p {
  margin-top: 10px;
  margin-bottom: 0;
}

footer .theme-g20 {
  font-family:'Roboto Mono';
  font-size: 18px;
  margin-top: -30px;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.form-group .hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}


@media (min-width: 768px){
    .navbar-brand {
        padding: 15px 15px;
        margin-top: -15px;
    }
}
@media (max-width: 767px){
    .navbar-brand {
        padding: 3px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #91a0ad;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #4dadcc;
}

/* custom carousel fade transition taken from http://www.bootply.com/86170 */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#modalAwal {
  padding: 0;
}

.modal-dialog {
  margin: 0 auto;
  max-width: 80%;
}

/** ============================================
 * custom classes by Amal Karim 
 =============================================== */

a {
  color: #102e7f;
  transition: color 0.3s;
}

a:hover, a:focus {
  color: #edac19;
  text-decoration: none;
}

 #main-carousel-item {
  /*background: linear-gradient( #ff810096, #ff000096 ),*/
  background: url(../images/BG-AIFC8.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 50px;
}

/* #main-carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(6, 12, 34, 0.8);
  opacity: .6; 
  display: block;
  z-index: -1;
} */


.inner-container {
  max-width: 700px;
}


.jumbotron-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

#main-carousel-item .invitation-only {
  font-size:20px;
  font-weight:700;
  display:inline-block;
  border-width:4px;
}

.img-main-logo {
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.8));
  margin: 0 auto;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 700;
  color: #287f88;
  line-height: 0.4;
  transition: all 0.4s ease;
  
}

.navbar-brand:hover {
  color: #FCCE1C;
}

.color-main {
  color: #ff861e;
}

.bg-main {
  background-color: #ff861e;
}

.btn-main {
  border-radius: 50px;
  padding: 10px 40px;
  background-color: #102E7F;
  border: none;
  transition: all 0.4s ease;
  color: white;
}

.btn-hollow {
  border-radius: 50px;
  padding: 10px 40px;
  background-color: transparent;
  border: #ff861e solid 2px;
  transition: all 0.4s ease;
  color: #ff861e;
}

.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main:active:focus, btn-main:active:hover {
  background-color: #edac19;
  color: white;
}

.tentative-agenda ul.nav > li > a {
  background-color: white;
  border: #102E7F solid 2px;
  color: #102E7F;
}

.tentative-agenda ul.nav > li > a:hover, .tentative-agenda ul.nav > li > a:active, .tentative-agenda ul.nav > li > a:focus, .tentative-agenda ul.nav > li.active > a {
  background-color: #102E7F;
  color: white;
}

.tab-content .table tr {
  transition: background-color ease-in-out 0.2s;
}

.table p, .table ol, .table ul, .table li {
    text-align: left;
}

.tab-content .table tr:hover {
  background-color: #f4fdef;
}

.tab-content .table td {
  border-bottom: 1px solid #d0e2c4;
  border-top: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main-carousel-item h1 {
  
}

.text-bold {
  font-weight: bold;
}

.text-light {
  font-weight: 300;
}

.f-18 {
  font-size: 18px;
}

.flex-box, .aifc-gallery > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}

.flex-item, .aifc-gallery > div > a {
  width: 25%;
  padding: 15px;
}

.aifc-gallery > div > a > img {
  width: 100%;
}

.row-index {
  text-align: center;
}

.main-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.main-title small {
  font-weight: 300;
  font-size: 20px;
  text-transform: initial;
}

.main-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #003f6e;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}

.pt-40 {
  padding-top: 40px;
}

.pt-120 {
  padding-top: 120px;
}

.wow {
  visibility: hidden;
}

.main-bg {
  background-color: #f2f6f8;
}

.display-photo {
  padding: 0;
  border: none;
  background-color: white;
  height:100%; 
  margin-bottom: 0; 
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.display-photo img {
  width: 100%;
}

.display-photo .caption h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.6em;
}

.display-photo .caption p {
  font-size: 14pxem;
  font-style: italic;
}

.nav-pills > li > a {
  border-radius: 0;
}

.table span {
  color: inherit !important;
}

.table p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .flex-item, .aifc-gallery > div > a {
    width: 33.3%;
  }
}

@media only screen and (max-width: 767px) {
  .flex-item, .aifc-gallery > div > a {
    width: 50%;
  }

  #panel {
    /* display: none; */
  }
}

@media only screen and (max-width: 449px) {
  .flex-item, .aifc-gallery > div > a {
    width: 100%;
    padding: 20px;
  }
}

/* imported */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 997;
  background: rgb(16,46,127);
  background: linear-gradient(0deg, rgba(16,46,127,1) 0%, rgba(5,13,46,1) 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#header.custom-bg {
  background: transparent;
  box-shadow: none;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgb(16,46,127);
  background: linear-gradient(0deg, rgba(16,46,127,1) 0%, rgba(5,13,46,1) 100%);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #d3701a;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #edac19;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Menu Styling */

.nav-menu a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #d3701a;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #d3701a;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #d3701a;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: rgba(202, 206, 221, 0.8);
  font-size: 14px;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #d3701a;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #d3701a;
}

#mobile-nav ul .menu-item-active {
  color: #d3701a;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ffc208;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #f4b800;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #f4b800;
  color: #fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 991px) {
  #header {
    background: white;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #w22-collapse {
    display: none !important;
  }

  #mobile-nav-toggle {
    display: inline !important;
  }

  .inner-container {
    max-width: 80%;
  }

  .inner-container > img {
    max-width: 400px;
  }

  .jumbotron-title {
    font-size: 1.5rem;
  }

  #main-carousel-item .invitation-only {
    font-size:18px;
    border-width:3px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 470px) {
  .jumbotron-title {
    font-size: 1.3rem;
  }
  
  #main-carousel-item .invitation-only {
    font-size:16px;
    border-width:2px;
  }
}
