@font-face { 
			font-family: roboto condensed; 
             src: url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2');
             src: url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff');
			 } 
			 
.custom-select{
width:50% !important;
}

/* INPUT SELECT OPTION */

label {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}

.custom-select {
  <!-- position: relative; -->
  <!-- display: inline-block; -->
  font: 13px/1.5 "Roboto", sans-serif;
}
.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 25px;
  font-weight: 100;
  color: #6e7c83;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.custom-select-trigger:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */
  background: #fff;
  transition: all 0.2s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);

  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font: 13px "Roboto condensed", sans-serif;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option:hover,
.custom-option.selection {
  color: #fff;
  background-color: #49e2bb;
}

@media screen and (max-width: 768px){
	.banner-section {
		background:url(images/back.jpg) center center ;
		background-color: #000; /* Used if the image is unavailable */
		height: 70px; /* You must set a specified height */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
		width:100%;
	}
}

.banner-section {
background:url(images/back.jpg) center center ;
background-color: #000; /* Used if the image is unavailable */
  height: 70px; /* You must set a specified height */
  background-repeat: repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
width:100%;
padding:0px;
/* margin-top:-30px; */
}
.banner-title  {
    color: #fff;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: roboto condensed;
    font-size: 29px;
	height: 100px;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff !important;
    color: #000;
    transition: all 0.6s;
    transform-origin: bottom left;
	    background: #616060;
		    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.1);
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
      padding: 1px;
    background: #0881b3;
    font-size: 15px;
    font-family: roboto condensed;
    text-align: center;
}

/* #sidebar ul.components { */
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #47748b; */
/* } */

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 5px;
    font-size: 1.1em;
    display: block;
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: roboto condensed;
}
#sidebar ul li a:hover {
    color: #fff;
    background:  #0062cc;
}
#sidebar ul li a:active {
    color: #fff;
    background:  #0062cc;
}
#sidebar .sidebar-header {
    padding-top: 24px;
    background: #ffffff;
    font-size: 15px;
    font-family: roboto condensed;
    text-align: center;
	
}
sidebar-header .h3, h3{
font-size:24px !important;
}
#sidebar ul li a.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #0b5eb7 !important;
}


a[data-toggle="collapse"] {
    position: relative;
}

/* a[aria-expanded="false"]::before, a[aria-expanded="true"]::before { */
    /* content: '\e259'; */
    /* display: block; */
    /* position: absolute; */
    /* right: 20px; */
    /* font-family: 'Glyphicons Halflings'; */
    /* font-size: 0.6em; */
/* } */
/* a[aria-expanded="true"]::before { */
    /* content: '\e260'; */
/* } */


.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:#f5f6f9;
}
#sidebar ul li a {
    padding: 5px;
    font-size: 1.1em;
    display: block;
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: roboto condensed;
}
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #edf0f7;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #0b5eb7 !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #0b5eb7;
    cursor: pointer;
	margin-top: -8px;
    margin-bottom: 10px;
}
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}