/*----MSDgroup Css------*/ 
.default-navbar .nav-item a {
color: #3f3f3f;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
.profile_photo{
    border-radius: 50%;
}
.profile_photo.small{
	width: 55px;
    height: 55px;
}
.profile_photo.medium{
	width: 105px;
    height: 105px;
}
.profile_photo.large{
	 width: 150px;
    height: 150px;
}
.logo{
	width: 177px;
    margin-top: 35px;
    background-color: #fff;
    padding: 5px;
    border-bottom: 2px solid #fac346;
    border-radius: 0px 0px 10px 10px;
}
.page{
		margin-top: 70px;
	}
	body {
  margin: 0;
  font-family: 'Roboto';
  font-size: 14px;
  background: #fafafa;
}
	
	p{
		font-size: 16px;
    line-height: 2;
	}
/* Homepage Css */
.home .register-box{
 position: absolute;
    width: 20%;
    right: 140px;
    top: 150px;
    display: block;
	}
.carousel-caption{
text-shadow: 0px 3.5px #000000;
    top: -4%;
    bottom: auto;
    font-size: 57px;
    text-transform: uppercase;
    left: 14%;
    font-weight: bold;
    z-index: 0;
    /*width: fit-content;*/
    margin: auto;
    color: #007bff;
}
/* Accordian */  
.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
	box-shadow: 0px 3px 4px -1px #6c6969;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #007bff;
  border-radius: 0;
  border-top: 1px solid #3999ff;
  color: #fff;
  padding: 0;
}
	.panel-title{
		margin: 0px
	}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
 min-height: 250px;
    background: linear-gradient(#007bff 30%, #25a6d8a8 84%);
	background-color: #007bff;
	    padding: 20px;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
	.img-overlay{
		background: linear-gradient(#ffffffba 50%, #007bff 75%);
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
	}
	.about-us h3{
		color: #007bff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
		position: relative;
	}
	.about-us h3:after{
	content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    background-color: #007bff;
    bottom: 0px;
    left: 41%;
    top: 40px;
    margin: auto;
    background: linear-gradient(-90deg, #007bff 30%, rgba(0,123,255,.5) 84%);
		
	}
	.about-us p{
	font-size: 16px;
    line-height: 2;
	}
	/* News */
	

.accordion {
  width: 380px;
  margin: 20px auto;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
} 
.accordion h1 {
  padding: 15px 20px; 
  font-size: 1.5rem;
  font-weight: normal;
  background: linear-gradient(-90deg,#007bff 30%, #3c9aff 84%);
    color: #fff;
}
.accordion h1:hover {
  color: #c9dcff;
}
.accordion h1:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion h1:last-of-type {
  border-radius:5px;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted #1abc9c;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  padding: 5px 25px;
  background: linear-gradient(-90deg,#007bff 30%, #3c9aff 84%);
  font-size: 1.1rem;
  color: #333;
}
.accordion h2:hover {
   background: linear-gradient(-90deg,#3c9aff 30%, #007bff 84%);
}
.accordion h3 {
  padding: 5px 30px;
  background-color: #b94152;
  font-size: .9rem;
  color: #ddd; 
}
.accordion h3:hover {
  background-color: #a93142;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 35px;
  background-color: #ddd; 
  font-size: .8rem;
  color: #333;
  line-height: 1.3rem;
}
.accordion .opened-for-codepen {
  display: block;
}
	.news{
		position: relative; 
	}
	
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
	

/*---Grid Gallery---*/
.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}
.gallery-block .image-box{
	position:relative;
}
.gallery-block .image-box .delete-image{
	display:none;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #ff0000;
	width: 30px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid #f00;
	border-radius: 3px;
	cursor: pointer;
	z-index: 100000;
}
.gallery-block .image-box:hover .delete-image{
	display:block;
}
@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.01);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
/*---Masonry Gallery---*/
.gallery-block.masonry-gallery .column{
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.gallery-block.masonry-gallery .column3b{
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33% !important; 
  padding: 0 4px;
}
.gallery-block.masonry-gallery .column img, .gallery-block.masonry-gallery .column3b img{
  margin-top: 8px;
    vertical-align: middle;
    z-index: 100;
    position: relative;
}
.gallery-block.masonry-gallery .column img:hover, .scale-on-hover:hover{
   transform: scale(1.1);
    transition: 1s;
    overflow: hidden;
    z-index: 100000 !important;
	}
.gallery-block.masonry-gallery .image-box .video-icon{
position: absolute;
    z-index: 1001;
    top: 45%;
    left: 45%;
	}
.gallery-block.masonry-gallery .image-box .video-icon img{
	width: 25%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.gallery-block.masonry-gallery .column{
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.gallery-block.masonry-gallery .column{
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.main-footer{
    position:relative;
    padding:110px 0px 0px;
    background-color: #f4f5f7;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:40px;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:60px;
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#161c42;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
	    list-style: none;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#ff6666;
}

.main-footer .footer-list li a:before{
    position:absolute;
    content:'\f105';
    left:0px;
    top:0px;
    color:#8a8d91;
    font-weight:800;
    font-family: 'FontAwesome';
}
/* Courses*/
.courses .course-box{
    width: 23%;
    display: inline-block;
    padding: 25px;
    margin: 10px;
    border: 1px solid #aeb7c8;
    border-radius: 10px;
    vertical-align: bottom;
    min-height: 220px;
    background: linear-gradient(#e4ff00 80%, #848484f0 100%);
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #ebebeb;
}
.courses .course-box h2{
    font-size: 18px;
}
.courses .course-box p{
    font-size: 14px;
}

/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#1ab7ea;
}

.main-footer .footer-bottom{
    position:relative;
    padding:20px 0px;
    border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}
/*----Responsive---*/
@media only screen and (max-width: 600px) {
	.navbar-brand{
		width: 50%;
	}
	.logo { 
    margin-top: 12px;
	}
	.default-navbar { 
  height: auto
	}
	.navbar-toggler{
		background-color: #007bff; 
    color: #fff;
	}
	.home .register-box {
    display: none;
	}
	.carousel-caption{
		    font-size: 19px;
		text-shadow: 0px 1.5px #000000;
    top: 0%;
    bottom: auto; 
    text-transform: uppercase;
    left: 0%;
	}
	.accordion {
    width: 100%;
	}
	.about-us h3:after{
		left: 10%;
	}
	.courses .course-box {
    width: 100%;
	}
}