/*

M18 Infinity

*/

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;
}

h9 {
	font-size: 25px;
	font-weight: 500;
	line-height: 10px;
}


.italic {
	font-style: italic;
}

/*---------------------------------------
    General               
-----------------------------------------*/
/*.section-title {
  
}*/
.section-title {
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 20px;
}

.section-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #6aaa3d;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
	padding-top: 30px;
  margin-bottom: 10px;
}

.section-title h5 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
	/*padding-top: 5px;
  margin-bottom: 10px;*/
}

#overview,
#register {
  	padding-top: 5rem;
  	padding-bottom: 5rem;
	background-color: #f9f9f9;
	
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

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



.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              
-----------------------------------------*/

/*------------------Main------------------*/

.custom-navbar-main {
    margin-bottom: 25px;
    background-color: #101010;
	position: fixed;
}

.custom-navbar-main .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 40px;
	text-shadow: 5px 5px 4px rgba(0,0,0,0.4);
}

.custom-navbar-main .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;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

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

.custom-navbar-main .nav .current {
    color: #07ba07;
}

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

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

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

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

.custom-navbar-main .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
/*-----------------------------------------*/
.custom-navbar {
    margin-bottom: 20px;
    background-color: #101010;
}

.custom-navbar-main {
    margin-bottom: 25px;
    background-color: #101010;
	position: fixed;
}


.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 40px;
	text-shadow: 5px 5px 4px rgba(0,0,0,0.4);
}

.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;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

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

.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: #07ba07;
}

.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;
}


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

.custom-navbar .nav li.contact a {
  color: #fff;
  background: #6aaa3d;
  padding: 15px 22px;
  border-radius: 60px;
  border: 2px solid #6aaa3d;
  transition: all ease-in-out 0.3s;
	height: 15px;
	margin-top: 15px;
	line-height: 0.5;
}
.custom-navbar-main .nav li.contact a {
  color: #fff;
  background: #6aaa3d;
  padding: 15px 22px;
  border-radius: 60px;
  border: 2px solid #6aaa3d;
  transition: all ease-in-out 0.3s;
	height: 15px;
	margin-top: 15px;
	line-height: 0.5;
}

.custom-navbar li.contact a:hover {
  background: none;
}

.custom-navbar li.contact:hover a:before,
.custom-navbar li.contact.menu-active a:before {
  visibility: hidden;
}

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



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

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



/*---------------------------------------
    Intro section              
-----------------------------------------*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#intro {
    background: url('../images/intro-bg2.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    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;
    text-align: center;
	
	width: 100%;
	overflow: hidden;
  	position: relative;
}


#intro h3 {
  letter-spacing: 2px;
}

#intro .big_logo img {
	padding: 0;
	margin: 0;
	width: 40%;
	height: auto;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#overview .notes {
	float:right;
	font-size: 0.8em;
	font-style: italic;
}



#p-brown {
	font-weight: 700;
	color: #694127;
}
.p-black {
	font-weight: 700;
	color: #233900;
}

.p-madzix {
	font-weight: 700;
	color: #6aaa3d;
}

button-read {
	border: none;
	padding: 0.3em 1em;
	background: #121212;
	color: #6aaa3d;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button-read:hover {
	background: #171717;
}

button-close {
	float: right;
	border: none;
	padding: 0.3em 1em;
	background: #121212;
	color: #6aaa3d;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button-close:hover {
	background: #171717;
}

#concept {
	background-color: #f4f4f4;
	padding-top: 20px;
}


#welcome {
  	background: #101522;
	padding-top: 60px;
	padding-bottom: 60px;
}

#welcome p {
	color: #eee;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
}

#about {
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/tree-bg.png);
  	background-repeat: no-repeat;
  	background-position: right;
	color: #707070;
}

/*==============================
	Arrow Bullets
===============================*/

#about ul {
  list-style-type: none;

}

#about li{
  position: relative;
	padding-bottom: 5px;
	color: #707070;
}


#about li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*----------------------------------------*/
#values ul {
  list-style-type: none;

}

#values li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#values li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*----------------------------------------*/

#proposition ul {
  list-style-type: none;

}

#proposition li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#proposition li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*----------------------------------------*/

#concept ul {
  list-style-type: none;

}

#concept li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#concept li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/	

 #relevance ul {
  list-style-type: none;

}

#relevance li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#relevance li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/
 #beneficiaries ul {
  list-style-type: none;

}

#beneficiaries li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#beneficiaries li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/
#results ul {
  list-style-type: none;

}

#results li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#results li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/
#modus ul {
  list-style-type: none;

}

#modus li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#modus li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/

#coordination ul {
  list-style-type: none;

}

#coordination li{
  position: relative;
	color: #707070;
	padding-bottom: 5px;
}

#coordination li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	color: #6aaa3d;
	margin-left: -20px;
	margin-right: 8px;
}
/*------------------------------------------*/
#top-header {
	padding-top: 100px;
}


#focus {
	background-color: #f4f4f4;
	padding-top: 20px;
}

#focus ul.a {
  list-style-type: lower-roman;
	text-align: left;
	    color: #707070;
    font-size: 14px;
    line-height: 24px;

	padding-bottom: 30px;
	padding-top: 0px;
	margin: 0px 0;

}

#results2,
#focus2 {
	padding-top: 40px;
}

#institution {
	padding-top: 40px;
	padding-bottom: 40;
}

#stages,
#institution img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#institution ol li{
  counter-increment: list;
  list-style-type: none;
  position: relative;
	font-size: 14px;
	color: #707070;
}


#institution ol li:before {
	content: counter(list) ".";
  	left:-32px;
  	position: absolute;
  	text-align: right;
  	width: 26px;
	color: #6aaa3d;
	padding-right: 10;
}

.space {
	line-height: 2;
}
.notes {
	float:right;
	font-size: 4px;
	font-style: italic;
}


#org {

	background-color: #f4f4f4;
	background: url(../images/agri-bg.jpg) no-repeat;
}

#org h4 {
	color: #FFFFFF;
}

#org img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.overlay-bg {
	background: rgba(28, 28, 28, 0.9);

}


#org2 {
	padding-top: 40px;
	padding-bottom: 40px;
}

#org2 img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}


#strategic {
	background-color: #040919;
	color: #FFFFFF;
	
	padding-top: 40px;
	padding-bottom: 40px;
}

#strategic p{
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
}

#strategic img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#strategic .vl {
  border-left: 6px solid #6aaa3d;
  height: 300px;
}



#focus3 {
	background-color: #f4f4f4;
	padding-top: 40px;
}


#services,
#sustain,
#agriculture {
	background-color: #f4f4f4;
	padding-top: 40px;
	padding-bottom: 40px;
}

#agriculture img{
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#stages {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f4f4f4;
}

#stages img{
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#stages2 {
  padding-top: 10px;
  padding-bottom: 40px;
}

#stages2 .panel-group {
  margin-top: 32px;
}

#stages2 .panel-group .panel {
  margin-bottom: 8px;
}

#stages2 .panel-default {
  border: none;
}

#stages2 .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#stages2 .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#stages2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#stages2 .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#stages2 .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#stages2 .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}

#stages3 {
	background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 40px;
}

#stages3 .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 35px;
    margin-top: 10px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#stages3 .btn-danger,
#contact .btn-danger {
    background: #6aaa3d;
    border-color: transparent;
}

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


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

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

#training {
	padding-bottom: 40px;
}

#themes {
	padding-top: 40px;
	padding-bottom: 40px;
}

#themes img{
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#themes ul.a {
  list-style-type: circle;
	font-size: 1em;
	padding-top: 5px;
}


#services ul.a {
  list-style-type: circle;
	font-size: 15px;
	padding-top: 5px;
}

#training a {
	color: #6aaa3d;
}
#engineering a {
	color: #6aaa3d;
}
#audit a {
	color: #6aaa3d;
}
#policy a {
	color: #6aaa3d;
}
#ict a {
	color: #6aaa3d;
}
#consultancy a {
	color: #6aaa3d;
}
#professional a {
	color: #6aaa3d;
}
#management a {
	color: #6aaa3d;
}
#group a {
	color: #6aaa3d;
}


#themes ul {
	font-size: 1em;
	padding-top: 5px;
}

.tb-bottom {
	border-bottom: 1px solid #6a6a6a;
	padding: 5px auto;
}



#focus4 {
	padding-top: 40px;
}

#focus img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: 35%;
	width: 35%;
}

#results2,
#focus2 img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#focus3 img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#focus4 img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#section2 {
	background: #f9f9f9;
	padding-bottom: 40px;
}

#concept ul.a {
  list-style-type: circle;
	font-size: 1em;
}

#concept .text-content  {
  
  padding: 0px 20px 20px 20px;
  text-align: left;
}

#concept img {
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: 65%;
}

#relevance {
	background-color: #f4f4f4;
	padding-top: 20px;
}


#relevance .text-content  {
  
  padding: 0px 20px 20px 20px;
  text-align: left;

}

#relevance img {
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
	width: auto;
}

#values {
	padding-top: 20px;
	padding-bottom: 80;
}

#values img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#values .big-letter p {
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 30px;
	padding-bottom: 40px;
}

/*---------Beneficiaries--------------*/
#contact,
#team,
#results,
#coordination,
#modus,
#beneficiaries {
	padding-top: 20px;
	padding-bottom: 80px;
	background: #f9f9f9;
}

#results,
#beneficiaries img{
	padding-top: 10px;
  	position: relative;
  	padding-bottom: 32px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	height: auto;
}

#team img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
	max-width: 320px;
}

#team,
#beneficiaries ol li{
  counter-increment: list;
  list-style-type: lower-roman;
  position: relative;
	font-size: 14px;
	color: #707070;
	text-align: left;
	
}


#beneficiaries .big-letter p {
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 30px;
	padding-bottom: 40px;
}

#team .t2 {
       display:inline-block; 
       margin-left: 60px; 
}


#partners {
	padding-top: 20px;
	padding-bottom: 80px;
}

#partners img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
	max-width: 320px;
}

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



#proposition {
	background: #f9f9f9;
	padding-bottom: 40px;
}


#proposition img {
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}


#proposition-img img{
	padding-top: 10px;
  position: relative;
  padding-bottom: 32px;
	   display: block;
  margin-left: auto;
  margin-right: auto;
  height: 70%;
	width: 70%;
}


.notes2 {
	text-align: center;
	float:left;
	font-size: 0.2em;
	font-style: italic;
	margin-left: 15%;

	
}

.line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
	padding: 20px 0 50px 0;
	text-align: center;

  }


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



#justification {
	padding: 20px 50px;
	background: rgba(106, 170, 28, 0.1);
}

#justification-1 {
	padding: 20px 50px;
	background: rgba(106, 170, 28, 0.1);
}


.just-quote {
	background: url(../images/quote.png) left no-repeat;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: -60px;
}
.just-quote h3{
	font-style: italic;
}

#owl-testimonial .item{
    display: block;
    width: 100%;
    height: auto;
	padding: 20px;
	text-align: center;
	font-style: italic;
}

#owl-testimonial .item p{

	font-size: 18px;	
}

.arrow-color {
  	color: #6aaa3d;
	font-size: 15px;
	padding-right: 5px;
}

.img-text {
  position: relative;
  text-align: left;
  color: white;	
}

.top-right {
	letter-spacing: 1px;
	color: #fff;
	padding: 20px;
	padding-left: 40px;
	font-size: 20px;
	position: absolute;
 	top: 20px;
  	right: 16px;
	background: rgba(106, 170, 61, 0.5);
	width: 400px;
	height: auto;
	text-shadow: 5px 5px 4px rgba(0,0,0,0.4);
}

.top-left {
	letter-spacing: 1px;
	color: #fff;
	padding: 20px;
	font-size: 20px;
  	position: absolute;
  	top: 20px;
  	left: 16px;
	background: rgba(106, 170, 61, 0.5);
	width: 300px;
	height: auto;
	text-shadow: 5px 5px 4px rgba(0,0,0,0.4);
}


/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #f1f4f5;
  padding: 80px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #63bc63;
  border-color: #63bc63;
}

/*------------------------------------------------------
	Down Arrow
--------------------------------------------------------*/

.downArrow{
	position: absolute;
	bottom: 5%;
	left: 48%;
	transform: translate(-50%, -50%);
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s 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-block {

	margin: inherit;
	padding: inherit;
	
}

/*---------------------------------------
	Table Menu
---------------------------------------*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: auto;
  height: auto;
	/*border: 1px solid;
	border-radius: 12px;*/


  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0px;
}

.wrap-table100 {
  width: auto;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #7dab55;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
	
}

tbody tr:nth-child(even) {
  background-color: #ddecd5;
}

tbody tr {
  font-size: 13px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
	background-color: #f5f5f5;
}

.column1 {
  width: 200px;
  padding-left: 40px;
}

.column2 {
  width: 400px;
}

.column3 {
  width: 400px;
}

.column4 {
  width: 300px;
}

.column5 {
  width: 700px;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}


@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 100%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Focus Area";
  }
  table tbody tr td:nth-child(2):before {
    content: "Themes";
  }
  table tbody tr td:nth-child(3):before {
    content: "Concepts";
  }
	
	/*--------Test---------*/
	
  #sustain, #services table tbody tr td:nth-child(1):before {
    content: "";
  }
  #sustain #services table tbody tr td:nth-child(2):before {
    content: "";
  }


  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}


/*--------------------------------------
	M18 
---------------------------------------*/
.navbar .custom-navbar .dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(16, 16, 16, 0.9);
	/*background-color: #969696;*/
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


/*---------------------------------------
    Detail section              
-----------------------------------------*/


/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}

.mb-4,.my-4{margin-bottom:1.5rem!important}


/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   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: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}






/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}


/* Features Section */
.feature-icon {
  display: inline-block;
  float: left;
  width: 15%;
}
.feature-icon i {
  font-size: 30px;
  color: #63bc63;
}

.feature-title {
  margin: 0 0 10px 0;
}
.feature-title span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #6aaa3d;
  margin-bottom: 8px;
}

.feature-info {
  float: left;
  width: 85%;
}


/* Use the following CSS code if you want to have a class per icon */
[class^="li_"]:before, [class*=" li_"]:before {
  font-family: 'linecons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.li_heart:before {
  content: "\e000";
}

.li_cloud:before {
  content: "\e001";
}

.li_star:before {
  content: "\e002";
}

.li_tv:before {
  content: "\e003";
}

.li_sound:before {
  content: "\e004";
}

.li_video:before {
  content: "\e005";
}

.li_trash:before {
  content: "\e006";
}

.li_user:before {
  content: "\e007";
}

.li_key:before {
  content: "\e008";
}

.li_search:before {
  content: "\e009";
}

.li_settings:before {
  content: "\e00a";
}

.li_camera:before {
  content: "\e00b";
}

.li_tag:before {
  content: "\e00c";
}

.li_lock:before {
  content: "\e00d";
}

.li_bulb:before {
  content: "\e00e";
}

.li_pen:before {
  content: "\e00f";
}

.li_diamond:before {
  content: "\e010";
}

.li_display:before {
  content: "\e011";
}

.li_location:before {
  content: "\e012";
}

.li_eye:before {
  content: "\e013";
}

.li_bubble:before {
  content: "\e014";
}

.li_stack:before {
  content: "\e015";
}

.li_cup:before {
  content: "\e016";
}

.li_phone:before {
  content: "\e017";
}

.li_news:before {
  content: "\e018";
}

.li_mail:before {
  content: "\e019";
}

.li_like:before {
  content: "\e01a";
}

.li_photo:before {
  content: "\e01b";
}

.li_note:before {
  content: "\e01c";
}

.li_clock:before {
  content: "\e01d";
}

.li_paperplane:before {
  content: "\e01e";
}

.li_params:before {
  content: "\e01f";
}

.li_banknote:before {
  content: "\e020";
}

.li_data:before {
  content: "\e021";
}

.li_music:before {
  content: "\e022";
}

.li_megaphone:before {
  content: "\e023";
}

.li_study:before {
  content: "\e024";
}

.li_lab:before {
  content: "\e025";
}

.li_food:before {
  content: "\e026";
}

.li_t-shirt:before {
  content: "\e027";
}

.li_fire:before {
  content: "\e028";
}

.li_clip:before {
  content: "\e029";
}

.li_shop:before {
  content: "\e02a";
}

.li_calendar:before {
  content: "\e02b";
}

.li_vallet:before {
  content: "\e02c";
}

.li_vynil:before {
  content: "\e02d";
}

.li_truck:before {
  content: "\e02e";
}

.li_world:before {
  content: "\e02f";
}

/*---------------------------------------
   Sponsors section              
-----------------------------------------*/

#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#sponsors .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

no-gutters {margin-right:0;margin-left:0}

.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}


/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #6aaa3d;
}



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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 12px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 200px;
  margin-bottom: 10px;
	
	  position: relative;
	   display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #6aaa3d;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #6aaa3d;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #6aaa3d;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #6aaa3d;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #6aaa3d;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .credits a {
  color: #acb5ac;
}




/* Back top */
.go-top {
  background-color: #222;
  right: 15px;
  bottom: 15px;
  color: #ffffff;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
	border-radius: 50px;
  text-align: center;
    transition: background 0.5s ease-in-out;
}

.go-top:hover {
    background: #6aaa3d;
    color: #ffffff;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #6aaa3d;
  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: #e0072f;
  color: #fff;
  outline: none;
}

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

/*---------------------------------------
   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;
}

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




/*---------------------------------------
   Responsive styles            
-----------------------------------------*/

@media(min-width:1200px) {
	
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }
	

}
	
@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;
  }
	
	
#stages img{

	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
}
	

  #intro { height: 65vh; }

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

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}
	
	#intro .big_logo img {
	padding: 0;
	margin: 0;
	width: 350px;
	height: 265px;

}
	
}

@media (max-width: 1200px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }
	
	  .back-to-top {
    bottom: 15px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

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

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

  #contact .contact_detail {
    margin-top: 82px;
  }
	
	#intro .big_logo img {
	padding: 0;
	margin: 0;
	width: 350px;
	height: 265px;

}
	.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(16, 16, 16, 0.9);
	/*background-color: #969696;*/
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
	
	
	
	
}

@media (max-width: 760px) {

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

}
	
	.top-right {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: auto;
	height: auto;
}
	.top-left {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: auto;
	height: auto;
}
	
	
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
	

}
