/*

M18 Infinity

http://www.m18.co.za

*/

body {
	background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
	font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
	background: #333;
    text-align: center; 
}

#intro h3 {
  letter-spacing: 2px;
}
#intro .big_logo img {
	padding: 0;
	margin: 0;
	width: 40%;
	height: auto;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.large-header {
	
	position: relative;

	overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	height: 100vh;
	z-index: 1;

}
.demo-1 .large-header {
	background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
}


.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title 
 {
	/*text-transform: uppercase;*/
	font-size: 4.2em;
	letter-spacing:0.1em;
	font-feature-settings: "liga" 0;
}
.demo-1 .main-title img
 {
	width: 40%;
	 height: auto;
}

/*Boucing Arrow
-----------------------------------------------*/

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
	font-size: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 25px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.arrow i {
  display: block;
  color: #b28769;
}

#arrow-block {

	margin: inherit;
	padding: inherit;
	
}


/* what we do
----------------------*/

.gradient-fill:before {
   	color: #f6951b;
    background: -moz-linear-gradient(top, #775900 0%, #f6951b 100%);
    background: -webkit-linear-gradient(top, #775900 0%, #f6951b 100%);
    background: linear-gradient(to bottom, #775900 0%, #f6951b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
	background-color: #fff;
	border-left-width: 3px;
	border-left-style: solid;
	border-image: linear-gradient(to bottom, #775900, #f6951b) 1 100%;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}


.card-text {
    font-size: 14px;
}
.card-title{margin-bottom:.75rem}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	
}

.mx-3 {margin-right:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}

.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}
.medias{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.medias-body{-ms-flex:1;flex:1}

.card.pricing .card-body {
    padding: 1.75rem;
}

.space {
	padding: 20px
}

/*-----------------------------------------------*/


/*Sections
------------------------------------------------*/
.section-title {
  margin-bottom: 32px;
	text-align: center;
}

#services,
#overview {
	padding-top: 14rem;
	padding-bottom: 14rem;
}

.light-bg {
    background-color: #f9f1e9;
}

#overview p {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#quote, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors {
  text-align: center;
}


/*--------- start brand Area -------------*/


/*
#sponsors .brand-wrap .owl-carousel .owl-item img {
  width: auto !important;
  height: 60px;
}
*/


/*
.brands-area .brand-wrap {
  border-bottom: 1px solid #eee;
}
*/

.brands-area .brand-wrap .owl-carousel .owl-item img {
  width: auto !important;
  height: 150px;
}

.brands-area .brand-wrap .single-brand {
  text-align: center;
/*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
*/
}

.brands-area .brand-wrap .single-brand:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.section-gap_2 {
  padding: 80px 0;
}




.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}


#overview h3,
#quote h3 {
    padding-bottom: 12px;
}

#intro .btn,
#quote .btn {
    background: transparent;
    border: 2px solid #f9f1e9;
    border-radius: 5px;
    color: #f9f1e9;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#quote .btn-danger {
    background: #f6951b;
    border-color: transparent;
}

#quote .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #f9f1e9;
  color: #f9f1e9;
}

#quote .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #f9f1e9;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color:rgba(13,9,6,0.9);
}

.custom-navbar .navbar-brand {
    color: #f9f1e9;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.sup {
    font-size: 50%;
    vertical-align: super;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #f6951b;
}

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

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #f6951b;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background-color:rgba(13,9,6,0.9);
        padding: 0;
    }

}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}

/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f6951b;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}

/*---------------------------------------
   Quote section              
-----------------------------------------*/
#quote {
    background: url('../images/quote.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#quote .section-title {
  margin-bottom: 32px;
	text-align: center;
	color: #f9f9f9;
}

#quote p{
	color: #fff;
	font-size: 14px;
}


/* Quote Junk
----------------------------------------*/

/*--------------------------------------*/

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
	border-radius: 25px;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f6951b;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    /*border-radius: 100px;*/
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    /*width: 50px;
    height: 50px;*/
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
	padding-right: 30px;
}

.social-icon li a:hover {
    color: #ffffff;
}


/*Footer
-----------------------------------------*/
.site-footer {
  padding: 10px 0;
  background: #090705; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 5em 0 2em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: #f6951b; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; 
}


.amazing {
	font-size: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 25px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.amazing i {
  display: block;
  color: #b28769;
}

#amazing-block {

	margin: inherit;
	padding: inherit;
	
}


/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }
	
		#intro .big_logo img {
	padding: 0;
	margin: 0;
	width: 350px;
	height: 265px;

}

  #video iframe {
    margin-top: 42px;
  }

  #quote .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {
	
	.custom-navbar .navbar-brand {
		line-height: 20px;
		}
		
	.demo-1 .main-title img {
		width: 80%;
		height: auto;
		}
			
			
	#overview img,
	#detail .col-md-4,
	#register form {
		padding-top: 32px;
	}

	.nav-tabs > li > a {
		font-size: 13px;
	}

	#program img {
		padding-bottom: 32px;
	}
/*

  #sponsors img {
    padding-top: 22px;
  }
*/

  #quote .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

