@media only screen and (max-width: 991px)
{

.mb4
{
	margin-bottom:3rem;
}.display-4 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.inner-banner-area .imgb1 img
{
	/*display:block;
	margin:0 auto;*/
	margin-top:30px;
}

.mt5
{
	margin-top:3rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: #fff;
    padding-bottom: 10px;
    padding-top: 5px;
}#header-fix:hover {
	 background: linear-gradient(to left, #33ccff 0%, #ff99cc 100%) !important;
   /* background-color: rgba(0, 0, 0, 0.7) !important;*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-light .navbar-nav .nav-link:hover
{
  color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-bottom: 0px solid;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link:focus
{
	  color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-bottom: 0px solid;
    margin-left: 10px;
}

.navbar-light .navbar-nav li.active .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-bottom: 0px solid #fff;
    margin-left: 10px;
}
}
@media (max-width: 767px) {

.display-5 {
    font-size: 2.1rem;
}
ul.timeline:before {
	left: 63px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px;
}
.timeline > li.timeline-inverted {
    padding-left: 0;
    width: 100%;
    max-width: 88%;
}

ul.timeline > li > .timeline-panel
{
	float: right;
    left: 50px;
    margin-bottom: 41px;
}

ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.align-items-center
{
	text-align:center;
}
.bg1.p-5 {
    padding: 1rem!important;
}
.section-3 ul.timeline:before {
    left: 8px;
}
.overlay-menu ul.full-nav li {
    display: inline-block;
    width: 49%;
    position: relative;
    padding: 1.5rem 1rem;
    text-align: left;
    background: linear-gradient(to right, #9068be 0%, #e62739 51%, #6ed3cf 100%);
    margin-bottom: 5px;
}
#prev {
  position: absolute;
  left: 25px;
  bottom: 50px;
  z-index: 3;
  cursor: pointer;
}

#next {
  position: absolute;
  right: 25px;
  bottom: 50px;
  z-index: 3;
  cursor: pointer;
}

.mt5
{
	margin-top:3rem;
}
.inner-banner-area .ml-auto, .mx-auto
{
    margin: 0 auto;
    text-align: center;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.inner-banner-area h4
{
	font-size:18px;
}
}
@media (max-width: 614px) {
.col-sm-4.left1
{
	float: left;
	width:100%;
	max-width:60%;
}
.inner-banner-area  img
{
	margin-bottom:10px;}
.col-sm-8.left2
{
	float: left;
	width:100%;
	max-width:40%;
}

h1.display-4
{
	font-size:1.5rem;
}
}
@media (max-width: 414px) {
.nav-pills .nav-link.active, .nav-pills .show > .nav-link a
{
	margin-bottom:10px !important;
}
a#pills-home-tab{
	margin-bottom:10px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 72px;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 48%;
    margin-left: -25px;
    /* background-color: #999999; */
    background: #9068be;
    background: -webkit-linear-gradient(left, #9068be , #e62739);
    background: -o-linear-gradient(right, #9068be, #e62739);
    background: -moz-linear-gradient(right, #9068be, #e62739);
    background: linear-gradient(to right, #9068be , #e62739);
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    font-weight: 600;
}
ul.timeline:before {
    left: 48px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right: 40px;
}
ul.timeline > li > .timeline-panel {
    float: right;
    left: 14px;
    margin-bottom: 41px;
}

.overlay-menu ul.full-nav li {
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 1.5rem 1rem;
    text-align: left;
    background: linear-gradient(to right, #9068be 0%, #e62739 51%, #6ed3cf 100%);
    margin-bottom: 5px;
}
}