
.footer1 {
    background:#fff;
    padding:20px 0px;

}

.footer1 {
   color: #808080;
}

.title-widget {
	color: #2753c4;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;    
    text-transform: uppercase;
}

.title-widget::before {
    content: "☀ ";
    margin-right: 5px;
	color:#2753c4;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget_nav_menu ul li {    
    line-height: 20px;
	position: relative;    
	margin-bottom: 7px;    
	width:95%;
	font-family: "PT Sans",sans-serif;
    font-size: 16px;
}

.widget_nav_menu ul li::before {
    content: "→";
    margin-right: 5px;
	color:#000;
}

.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }


#social:hover {
    			-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
			}
			#social {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
			}           
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
			.social-fb:hover {
				color: #3B5998;
			}
			.social-tw:hover {
				color: #4099FF;
			}
			.social-gp:hover {
				color: #d34836;
			}
			.social-em:hover {
				color: #f39c12;
			}
			.nomargin { margin:0px; padding:0px;text-align: center;}


.footer-bottom {
    background-color: #2196f3;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}

.footerp  {
    color: #806c70;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8em;
    margin: 1em 0;
}

.footerp p {
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8em;
    margin: 1em 0;
}

.course-details {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background: rgba(0, 0, 0, 0) url("../images/course-details.jpg") no-repeat fixed center center / cover ;
    }
.course-details .item {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    min-height: 250px;
 margin:40px 0;
 padding:30px 0;
}
.course-details .item.last {
    background: #eee none repeat scroll 0 0;
}
.course-details .item h2 {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: 0 35px 20px;
    text-transform: uppercase;
}
.course-details .item ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 40px;
}
.course-details .item ul li {
    opacity: 0.8;
}
.hTitle a {
    color: #000;
    text-decoration: none;
}
.course-details .item ul li a {
    color: #000;
    text-decoration: none;
}
.course-details .item ul li::before {
    content: "+";
    margin-right: 5px;
}

.btn-mainpage {
    background-color: #ea5644;
    border-color: #ea5644;
    color: #fff;
}

/************************************************************
*************************Footer******************************
*************************************************************/



.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;color: #808080;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}

.well {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding-left: 30px;
	padding-right: 30px;
}

.float_lft {
    float: left;
    margin: 0.5% 1%;
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #2196f3;
      color: white;
      padding: 15px;
	  margin-top: 20px;
    }
    
	/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}


.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background:#2753c4; vertical-align: middle; }
.box > .icon:hover > .image { background: #6CB4C4; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Quicksand",sans-serif !important; font-size: 28px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Quicksand",sans-serif !important; font-size: 15px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon > .info > .more a { font-family: "Quicksand",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 2px; }
.btn-default { font-family: "Quicksand",sans-serif; background-color: #f52954; color: #FFFFFF;}
.btn-default:hover {background-color: #FFFFFF; color: black;}