body
{
	font-family: 'Droid Sans', arial, serif !important;
	color: #000;
  font-size: 14px;
}
.nav-item {
	font-size: 17px;
	padding-left: 5px;
	margin-left: 22px;
}
.submenutext {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.footer
{
	background: #15191c;
	padding: 70px;
	color: #fff;
}
.mtitle
{
	border-bottom: 2px solid #109097;
  color: #f1d009;
  margin-bottom: 10px;
}
.course-title {
	margin-bottom: 35px;
}

.brandt {
	padding-top: 55px;
}
a {
	color: #fff;
	text-decoration: none;
	list-style: none;
	font-size: 16px;
}
p {
	font-size: 15px;
	color: #000;
	text-align: justify;
}
li {
  list-style: none;
}
ul {
  padding-left: 0;
}
.logo {
	max-width: 100%;
	width: 350px;
}
#call-btn
{
	background: #109097 !important;
	float: right;
	margin-top: 23px;
	border: 1px solid #109097;
}
.navbar-brand {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.icons {
	position: absolute;
	display: inline-block;
	right: 0;
	border: 2px solid #f1d009;
	padding: 15px;
	top: 0;
	background: #5f7269;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background: #109097;
}
.text-start:hover {
	color: #f1d009;
}
.text-start:active {
	color: #f1d009;
}
.align-items-center:hover {
	color: #f1d009;
}
.para-heading {
	font-size: 1.8rem;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	width: 120px;
}
.about-us {
	margin-bottom: 3rem;
}
.aboutinfo
{
	border-left: 4px solid #ddd;
}
.aboutimg{
	width: 100%;
border-radius: 0% 0% 59% 2%;
margin-top: 50px;
}
.courses
{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.course-duration
{
	background: #109097;
	text-align: center;
	padding: 10px;
	color: #f1d009;
}
.cta{
	float: left;
	width: 100%;
	position: relative;
	background-size: 50%;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/cta.jpg);
	border: 1px solid #f0f0f0;
height: 410px;
margin-bottom: 3rem;
}
.testimonials
{
margin-top: 3rem;
	margin-bottom: 3rem;
}

.card{

        border: none;
        cursor: pointer;
        box-shadow: 0 0 40px rgba(51, 51, 51, .1)
       }

       .card:hover{

        background-color: #eee;

       }

       .ratings i{

        color: orange;
       }

       .testimonial-list{

        list-style: none;
       }

       .testimonial-list li{

        margin-bottom: 20px;
       }

       .testimonials-margin{

        margin-top: -19px;
       }

.course-heading {
	font-size: 1.8rem;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	width: 130px;
}
.carousel {
	margin-bottom: -5rem;
}
.news-events {
	float: left;
	width: 100%;
	margin: -4rem 0 0;
	position: relative;
	text-align: center;
	border-top: 6px solid #f1d009;
	background-color: #fff;
	padding: 0px 30px 30px;
	border-bottom: 6px solid #f1d009;
	box-shadow: 0px -20px 60px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -20px 60px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -20px 60px 0px rgba(0,0,0,0.1);
}
.news-heading
{
border-bottom: 1px solid #ddd;
  padding: 8px;
}
.count{
	background: #5f7269;
	padding: 70px 0px 40px;
}
.numcounter {
	float: left;
	width: 100%;
	margin: 0 0 26px;
	position: relative;
	text-align: center;
	border: 1px solid #b3bc92;
	padding: 10px;
}
.numcounter i {
	color: #fff;
	display: block;
	font-size: 32px;
	margin: 0px 0px 11px;
}
.numcounter span {
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: normal;
	margin: 0px 0px 13px;
}
.numcounter h6 {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
}
.rating_up {
  background-image: url("../images/stars.png");
  background-position: 0 -17px;
  background-repeat: repeat-x;
  display: inline-block;
  float: left;
  height: 100%;
}
.rating_down {
	background-image: url("../images/stars.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	display: inline-block;
	float: none;
	height: 16px;
	width: 80px;
}


.breadcrumbs {
	width: 100%;
	text-align: center;
	padding: 70px 0 77px;
	position: relative;
	z-index: 2;
background: #5f7269;
}

.breadcrumbs h5 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 18px;
	position: relative;
	display: inline-block;
	z-index: 2;
	text-transform: uppercase;
}
.breadcrumbs ul li > a {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	padding: 0 5px;
	display: block;
}
.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}













/* For mobile phones: */

@media only screen and (max-width: 768px) {
  
  [class*="col-"] {
    width: 100%;
  }

  .news-events
  {
  	margin-top: 25px;
  }
  .cta{
	float: left;
	width: 100%;
	position: relative;
	background-size: 100%;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/cta.jpg);
	border: 1px solid #f0f0f0;
height: 616px !important;
margin-bottom: 3rem;
}
#mobile-cta
{
	margin-top: 21.4rem;
}
.carousel {
	margin-bottom: -22rem;
}
}