body .container {
  width: 100%; }
.sn {
  border: 1px solid #e8f6f8; }

.navbar {
  border-bottom: #008ed6 3px solid;
  padding-bottom: 0px;
  padding-top: 10px; }
  .navbar .nav-item a {
    color: #201c1a !important; }
  .navbar .nav-item li a.nav-link {
    color: #1c1b1a !important;
    font-weight: bold; }
  .navbar .active {
    border-bottom: #008ed6 3px solid; }
	.navbar a {
		padding-top: 10px;
	}

#home-section {
  background: url("../images/banner/bg.jpg") no-repeat;
  background-size: cover;
  min-height: 100px; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100px; 
}


#main-home-section {
  background: url("../images/banner/bg.jpg") no-repeat;
  background-size: cover;
  min-height: 300px; }
  #main-home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 300px; }

#popular-courses {
  width: 90%;
  margin: auto; }
  #popular-courses .card {
    width: 350px;
    margin-top: 5px;
    margin-left: 2px;
    box-shadow: 2px 4px 6px #242c42; }
  #popular-courses .card-img-top {
    width: 100%;
    height: 100px; }
  #popular-courses .card-body {
    padding: 0px;
    margin: 0px; }
  #popular-courses .trend-title {
    width: 100%;
    font-size: 12px; }
    #popular-courses .trend-title a {
      color: black;
      font-weight: bold; }
  #popular-courses .fa {
    color: #f4a442; }
  #popular-courses .col-sm-6 {
    width: 90%;
    margin: auto; }
    #popular-courses .col-sm-6 .card {
      width: 100%;
      margin: 5px;
      box-shadow: 2px 4px 6px #242c42; }
  #popular-courses .col-md-6 {
    width: 50%;
    margin: auto; }
    #popular-courses .col-md-6 .card {
      width: 100%;
      margin: 5px;
      box-shadow: 2px 4px 6px #242c42; }
  #popular-courses .card-footer {
    padding: 0px;
    font-weight: bold;
    font-size: 16px; }

#main-features {
  width: 90%;
  margin: auto; }
  #main-features .card {
    border: 1px solid #333;
    font-size: 13px;
    font-weight: bold;
    margin: 5px; }
  #main-features .card-body {
    padding: 0px;
    margin: 0px; }
  #main-features img {
    width: 80px;
    height: 80px; }

#training-countries {
  width: 90%;
  margin: auto; }
  #training-countries .col-lg-2 {
    border: 1px solid #333;
    font-size: 13px;
    font-weight: bold; }
  #training-countries .px-2 {
    border: 1px solid #333;
    font-size: 13px; }
  #training-countries .sf {
    border: 1px solid #333;
    font-size: 13px; }
  #training-countries .row {
    margin-top: 10px; }

#online-agenda-index {
  width: 90%;
  margin: auto;
  font-size: 15px; }
  #online-agenda-index .row {
    width: 100%;
    margin: auto; }
  #online-agenda-index a {
    color: #1c1b1a !important; }
  #online-agenda-index .card-header {
    margin: 0px;
    padding: 3px; }
  #online-agenda-index .card-body {
    margin: 0px;
    padding: 0px; }

#demo-features {
  width: 90%;
  margin: auto; }
  #demo-features .card-header {
    margin: 0px;
    padding: 3px; }
  #demo-features .card-body {
    margin: 0px;
    padding: 0px; }
  #demo-features .features i, #demo-features span {
    font-size: 15px; }

#about-details {
  width: 90%;
  margin: auto; }
  #about-details .card-header {
    margin: 0px;
    padding: 3px; }
  #about-details .card-body {
    margin: 0px;
    padding: 0px; }
  #about-details p {
    font-size: 18px; }
  #about-details .single-accordion {
    height: 35px;
    overflow: hidden;
    background: #4D6575;
    margin-bottom: 5px;
    padding: 0px 10px;
    -webkit-transition: all 1s; }
  #about-details .single-accordion:hover {
    height: 200px;
    border-radius: 10px;
    -webkit-transition: all 1s; }
  #about-details .single-accordion h2:hover {
    cursor: pointer; }
  #about-details .single-accordion h2 {
    color: #fff;
    font-size: 30px;
    font-variant: small-caps;
    line-height: 35px; }
  #about-details .single-accordion li {
    color: #fff;
    font-size: 16px;
    line-height: 25px; }
  #about-details .single-accordion p {
    color: white;
    text-align: justify; }

#youtube-testimonial {
  width: 90%;
  margin: auto; }
  #youtube-testimonial button {
    margin-top: 1px 1px;
    font-weight: bold;
    color: white;
    width: 70%;
    font-size: 17px;
    border-radius: 10px; }

#popular-course-table {
  width: 97%;
  margin: auto; }
  #popular-course-table a {
    color: #1c1b1a !important; }

#footer .nav-link {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 4px; }
  
  .bar{
	background-color:#242c42;

	background-image:-webkit-linear-gradient(top, #242c42, #242c42);
	background-image:-moz-linear-gradient(top, #242c42,#242c42);
	background-image:linear-gradient(top, #242c42, #242c42);

	box-shadow: 0 1px 1px #ccc;
	border-radius: 2px;
	width: 80%;
	padding: 10px;
	margin: 40px auto 20px;
	position:relative;
}
.dar{

	width: 60%;
	padding: 10px;
	position:relative;
	margin: 10px auto 10px;
}

.bar input{
	background:#fff no-repeat 13px 13px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5NEY0RTlFMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5NEY0RTlGMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk0RjRFOUMxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0RjRFOUQxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DjA/RAAABK0lEQVR42pTSQUdEURjG8dOY0TqmPkGmRcqYD9CmzZAWJRHVRIa0iFYtM6uofYaiEW2SRJtEi9YxIklp07ZkWswu0v/wnByve7vm5ee8M+85zz1jbt9Os+WiGkYdYxjCOx5wgFeXUHmtBSzpcCGa+5BJTCjEP+0nKWAT8xqe4ArPGEEVC1hHEbs2oBwdXkM7mj/JLZrad437sCGHOfUtcziutuYu2v8XUFF/4f6vMK/YgAH1HxkBYV60AR31gxkBYd6xAeF3VzMCwvzOBpypX8V4yuFRzX2d2gD/l5yjH4fYQEnzkj4fae5rJulF2sMXVrAsaTWttRFu4Osb+1jEDT71/ZveyhouTch2fINQL9hKefKjuYFfuznXWzXMTabyrvfyIV3M4vhXgAEAUMs7K0J9UJAAAAAASUVORK5CYII=);

	border: none;
	width: 100%;
	line-height: 19px;
	padding: 11px 0;

	border-radius: 2px;
	box-shadow: 0 2px 8px #c4c4c4 inset;
	text-align: left;
	font-size: 14px;
	font-family: inherit;
	color: #738289;
	font-weight: bold;
	outline: none;
	text-indent: 40px;
}

 .dar ul {
	list-style: circle;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

  .dar  li{
	
	padding: 10px;
	overflow: hidden;
}

.dar  img  {
	width:60px;
	height:60px;
	float:left;
	border:none;
}

 .dar  p {
	margin-left: 75px;
	font-weight: bold;
	padding-top: 12px;
	color:#6e7a7f;
	font-size:20px;
}

#footer .head {
  border-bottom: white 1px solid; }
#footer-tutorial .head1 h5{
	font-size:14px;
   }
#footer-tutorial {
	width:100%;
}   

.fixed-bottom {
  border-top: #008ed6 3px solid; }
#community .container a{
	font-size:14px;
}
.btn {
	cursor:pointer;
}
/*navtab*/

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
/*nav > div a.nav-item.nav-link,*/
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#e74c3c;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
/*plus minus*/
  .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f062";
    float: right;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 8px;
    color: #1276EA;
    position: relative; 
    
  }
  .accordion .card-header.collapsed:after {
    content: "\f063"; 
  }
  .card-title{
    margin-left: 3%;
    font-size: 15px;
    position: relative; 
    cursor: pointer;
  }