@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	font-family: 'Nunito Sans', sans-serif;
}
p {
	font-size:18px;
	font-weight:400;
	line-height:26px;
}

.aboutus-text p{
    font-size:24px;
	font-weight:400;

}
a {
	color:#f44571;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 4px #000;
    position: sticky;
    top: 0px;
    border-radius: 0px;
    z-index: 2;
    border: none;
}
.navbar-brand>img {
    width: 80%;
    margin-top: -8px;
}
.navbar {
    min-height: 65px;
	margin-bottom: 0;
}
.nav {
    padding-top: 8px;
}
.nav>li>a {
    font-size: 18px;
}
.dropdown-menu>li>a {
    font-size: 18px;
}
.banner-content {
	padding:5% 0;
	margin-bottom: 40px;
    
}
 .banner-content h1 {
	font-size: 42px;
    color: #f44571;
    font-weight: 500;
    
 }
.banner-content .btn {
    padding: 10px 25px;
    font-size: 18px;
	background-color: #111f3d;
    border-color: #111f3d;
    margin-top: 10px;
}

.banner-img img{
	width:100%;
    margin-bottom: 40px;
}
.courses {
	padding:20px 0px;
	border-top:1px solid #ddd;
}
.courses h2 {
    font-size: 42px;
	color: #f44571;
	font-weight: 500;
}
.icon i {
    font-size: 27px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #f44571;
    text-align: center;
    line-height: 56px;
    color: #fff;
}
.course-img img {
	width: 91%;
    margin-top: 17px;
}
.course-box {
    box-shadow: 0px 0px 3px #111F3C;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
}
.courses .row { 
	margin-bottom:30px;
    
}
.course-box h3 a{
    font-size: 24px;
    line-height: 28px;
    color: #323f45;
    margin-bottom: 20px;
    font-weight: 600;
}
.course-box a {
    font-size: 20px;
    color: #000;
}
.why .course-box {
    border-left: 0;
}


/*Course Details Page */
.course-card {
    background: #f7f7f7;
}
.course-card .banner-content {
    padding: 0 0; 
    margin-bottom: 40px;
   
}
.course-card {
    background: #e5f1fb;
    /*position: sticky; */
    top: 65px;
    z-index: 1;
    
}
.course-card .banner-img img {
    padding-top: 18px;
}
.course-menu {
    margin-top: 24px;
}
.course-menu li {
    float: left;
    list-style: none;
    margin-right: 35px;
}
.course-menu ul li a {
    font-size: 22px;
}
.course-menu-active {
   color: #23527c;
    text-decoration: underline;
}
.course-menu ul li a:focus, .course-menu ul li a:hover, .course-menu ul li a:active {
    color: #23527c;
    text-decoration: underline;
}

.course-details {
	margin:20px 0px;
}
.course-links {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
	margin-bottom:20px;
}
.course-links h3 {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 13px 10px;
    font-weight: 600;
	margin-bottom: 0px;
	color:#f44571;
}

.course-details-container h2, .course-details-container h3, .course-details-container h4 {
    padding: 14px 10px;
	margin:0px 0px 5px 0px;
	font-weight:500;
	color:#f44571;
    margin-top:20px;
    
}
.course-details-container p {
	padding:0px 10px;
	margin-bottom:15px;
    font-size: 16px;
    line-height: 1.25em;
    font-family:Arial,Sans-Serif;
    font-color:#000000;
}

.course-details-container img {
    padding:0px 0px;
    margin-top:20px;
    margin-bottom:20px;
    max-width:100%;
    height:auto;
   
}



.code-container {
    padding: 5px;
    background: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top:20px;
	margin-bottom:20px;
}

.text-highlighter {
    padding: 0px;
    background: #f7f7f7;
    border: 1.5px solid #ddd;
    margin-top:20px;
    margin-bottom:20px;
}

.list{
padding-left:40px;
list-style-type:disc ;
font-size: 16px;
line-height: 1.25em;
font-family:Arial,Sans-Serif;
font-color:#000000;
}

.list-num{
padding-left:40px;
list-style-type:decimal;
font-size: 16px;
line-height:1.25em;
font-family:Arial,Sans-Serif;
font-color:#000000;
}

.bold-text{
    font-weight: bold;
}

.course-links .glyphicon {
    float: right;
}
.course-links .panel-group {
    margin-bottom: 0px;
}

.course-links .panel-default>.panel-heading h4 {
    color: #f44571;
    font-size: 17px;
}

.list-group ul {
    margin: 0px;
    padding: 0px;
}
.list-group ul li {
    list-style: none;
    padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}
.list-group ul li:hover, .list-group ul li:active, .list-group ul li:focus {
	background: rgba(5,86,243,0.2);
	color:#f44571;
	font-weight:500;
}
.list-group ul li a {
    padding: 0px 10px;
	font-size: 15px;
	color:#337ab7;
}

.btn-gap {
	margin-top: 36px;
    margin-bottom: 10px;
}

.course-btn {
    padding: 10px 25px;
    background: #f44571;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.course-details .navbar-toggle {
    position: fixed;
    z-index: 2;
    background: #d75151;
    width: auto;
    right: 0px;
    top: 10%;
	color:#fff;
	font-size:18px;
}

.course-details .navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 10px;
    border-radius: 3px;
    background: white;
}
.course-details .panel {
    border: none;
}


#accordion .glyphicon { margin-right:10px; }
      .panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
      .panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
      .panel-collapse>.list-group {margin-bottom: 0;}
      .panel-collapse .list-group-item {border-radius:0;}

      .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
      .panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

      .panel-collapse div.list-group div.list-group{margin: 0;}
      .panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}



/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:rgba(20,28,58,0.9); min-height:250px; padding:10px 0px 5px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ; font-size: 25px;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.social i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f44571;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #fff;
}


@media only screen and (max-width: 600px)  {
.course-box {
	width:80%;
	margin:20px auto;
    
}
.course-links{
	position: fixed;
    z-index: 2;
    top: 10%;
    left: 10px;
    width: 96%;
    background: transparent;
    border: none;
}
.course-img img {
    width: 12%;
    margin-top: 17px;
    float: left;
    margin-right: 20px;
}

.course-card {
    position: relative;
    top: 50px;
    

}

	
}

@media only screen and (max-width:770px) and (min-width:600px) {
	.course-box {
	width:46%;
	float:left;
	margin:20px 10px;
   
}
.navbar-brand>img {
    width: 190px !important;
}

.course-img img {
    width: 10%;
    margin-top: 17px;
    float: left;
    margin-right: 20px;
}

}

@media only screen and (max-width:1024px) {
	
	
.navbar-brand>img {
    width: 215px;
    margin-top: -2px;
}

.course-links .navbar-collapse.in {
    overflow-y: auto;
    height: 400px;
}

 .banner-content h1 {
	font-size: 25px;
 }
.banner-content .btn {
    font-size: 18px;
}

.courses h2 {
    font-size: 25px;
}

.course-box h3 {
    font-size: 20px;
}



#accordion {
    background: #ddd;
    padding: 10px;
}

}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



.content-box{
    padding: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

.content-box h4 {
   font-size: 25px;
   color: #f44571;
   font-weight: 500;
}






