/* Add here all your CSS customizations */

.mybody {
  background-image:url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.topspace
{
	margin-top: 120px;
	color:#fff;
}
.width100
{
	width: 100%;
	background-color: #6FD4D6;
	font-size: 25px;
}	
.whitecolor a
{
	color:#fff;
}
.whitecolor a:hover
{
	color:#fff;
	text-decoration: underline;
}
#headersection
{
	background-color: #00397D;
	color:#fff;
	height: auto;
	min-height:110px
	width:100%;
	padding:20px;
}
.hk-wrapper.hk-vertical-nav .hk-pg-wrapper {
    margin-left: 0px !important; 
}
a {
    color: #1A97D4 !important;
}
#menusection
{
	background-color: #67D1C7;
	color:#000;
	height: auto;
	padding: 20px;
}
#menusection1
{
	background-color: #00397D;
	color:#fff;
	height: auto;
	padding: 20px;
}
.separatorline
{
	border-right: 1px #000 solid;
}
.separatorline1
{
	border-right: 1px #fff solid;
}
#breadcrumb
{
	 background-image:url(../images/breadcrumbbg.jpg);
	 background-position: center center;
	background-repeat: repeat;
	color:#fff;
	height: auto;
	min-height: 250px;
	padding: 20px;
}
#breadcrumb h2
{
	color:#fff;
	margin-top: 10px;
}
#breadcrumb a
{
	color:#67D1C7 !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
	background-color: #67D1C7 !important;
    border: 2px solid #67D1C7 !important;
	color:#fff !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00397D !important;
	color:#fff !important;
}
.daterangepicker .ranges li.active {
   background-color: #00397D !important;
	color:#fff !important;
}
.form-control1, .dd-handle {
    border-color: #67D1C7;
    width: 150px;
    background-color: #67D1C7;
}
.text-light-40 {
    color: #000 !important;
}
.bg1
{
	 background-image:url(../images/bg1.jpg);
	 background-position: center center;
	 background-repeat: repeat;
	 padding:20px;
	 text-align:center;
	 color:#190969;
	 font-size:20px;
}
.bg2
{
	 background-image:url(../images/bg2.jpg);
	 background-position: center center;
	 background-repeat: repeat;
	 padding:20px;
	 text-align:center;
	 color:#190969;
	 font-size:20px;
}
.bg3
{
	 background-image:url(../images/bg3.jpg);
	 background-position: center center;
	 background-repeat: repeat;
	 padding:20px;
	 text-align:center;
	 color:#190969;
	 font-size:20px;
}
.bg4
{
	 background-image:url(../images/bg4.jpg);
	 background-position: center center;
	 background-repeat: repeat;
	 padding:20px;
	 text-align:center;
	 color:#190969;
	 font-size:20px;
}
.bg5
{
	 background-image:url(../images/bg5.jpg);
	 background-position: center center;
	 background-repeat: repeat;
	 padding:20px;
	 text-align:center;
	 color:#190969;
	 font-size:20px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
#footerbg
{
	background-image:url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	color:#fff;
	height: auto;
	min-height: 550px;
	padding: 50px;
}
.socialicons
{
	margin-top:180px;
	color: #00397D;
	font-size: 20px;
}
.pad10
{
	padding:10px;
}
.padtop
{
	padding-top: 10px;
}
.myselect option
{
					background-color: #00397D;
}
.myform-control1 {
    color: #fff;
    background-color: #00397D;
    background-clip: padding-box;
    border: 1px solid #00397D;
    border-radius: .25rem;
}
.bgtable
{
	background-color: #56B8B9;
	color:#fff;
	padding:10px;
	border-bottom: 1px #fff solid;
}
.tab-content
{
	background-color: #efefef;
	padding:15px;
	height: auto;
	min-height: 200px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #00397D !important;
    background-color: #fff;
    border-color: #606060;
}
.list-group-item {
    padding: 20px 15px !important;
	font-size: 17px;
	text-align:center;
	color: #606060 !important;
    background-color: #F4F4F4;
    border-color: #606060;
}
.menubg
{
	color:#fff;
	background-color: #00397D;
	padding:25px;
	font-size: 22px;
}
.audio-player {
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.jp-audio {
    width: 100% !important;
}
.jp-interface {
    position: relative;
    background-color: #00397D;
    width: 100%;
}
.jp-details, .jp-playlist {
    background-color: #67D2C8 !important;
    color: #fff;
}
.jp-details, .jp-playlist a {
    color: #fff !important;
}
.irs-bar {
    height: 7px;
    border: none;
    border-radius: 0;
    background: #00397D;
}

.irs-slider {
    top: 27px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #67D2C8;
    border-radius: 50%;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background: #67D2C8;
    border-color: #67D2C8;
    color: #fff !important;
}
.downloadarea
{
	background-color: #67D2C8;
	color: #000;
	padding:20px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: auto;
min-height: 80px;
margin-bottom: 15px;
}
.downloadarea a
{
	color:#000 !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent !important;
	color:#fff;
}
.nav>li {
    padding-left: 65px !important;
    padding-right: 65px !important;
    border-right: 1px solid #000 !important;
}
.dropdown-menu {

    background-color: #67D1C7 !important;
  
}

