@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-default .navbar-brand {
    color: #777;
    padding: 5px 20px;
}
.navbar-nav {
    margin-left: 0px !important;
}
.nav > li {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.slider-text h1 {
    font-size: 34px;
}

.all-slide .owl-controls .owl-prev {
    left: 0;
}

.all-slide .owl-controls .owl-next {
    right: 0;
}

.slider-wrapper, .slider-caption {
    width: 100%;
    padding-left: 20px;
}

.slider-text {
    padding: 0 30px;
}

.slider-text li a {
    margin-bottom: 20px;
}

.why-choose-all .owl-controls,
.all-course .owl-controls,
.all-latest-news .owl-controls,
.all-instructor .owl-controls{
	position: relative;
	top: 0;
}
.why-choose-all .owl-controls .owl-prev,
.all-latest-news .owl-controls .owl-prev,
.all-instructor .owl-controls .owl-prev{
	left: 0px;
}
.why-choose-all .owl-controls .owl-next,
.all-latest-news .owl-controls .owl-next,
.all-instructor .owl-controls .owl-next{
	right: 0px;
}
.all-course .owl-controls .owl-prev{
	left: 20px;
}
.why-choose-all .owl-controls .owl-nav {
    top: 0px;
}

.software-program .why-choose-inner {
    margin: 60px 0px;
}
.single-img-inner {
    margin-top: 40px;
    text-align: center;
}
.dropdown:hover .dropdown-menu {
  display:inline;
}
.viewbox-button-next, .viewbox-button-prev {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    margin: -64px 0 0;
    z-index: 9;
    background-color: #f16050;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
	margin-left: -161.5px !important;
	margin-top: -245.688px !important;
}
.viewbox-content {
	width: 303px !important;
	height: 428.375px !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-wrapper, .slider-caption {
    width: 100%;
    padding-left: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-text {
	padding: 40px 30px;
	width: 991px;
  }
  .slider-text h1{
   font-size: 48px;	
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}