.img-slide{
  /*max-width:120%;*/
  padding-left:10px;
}

.section{
  padding:50px 0;
}

.section-top {
  padding: 5px 0;
}

.icons span {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgba(47, 85, 212, 0.1);
}

.course-feature .full-img{
  font-size:100px;
}

.service-ico {
  width: 160px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.py-4-1 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.5rem !important;
}

@media(min-width: 992px){
  #topnav .navigation-menu {
    float: right;
  }
}

.avatar.avatar-small {
  height: 150px;
  width: 150px;
}

.bg-half {
  padding: 25px 0 90px;
}

.para-top{
  padding-top:20px;
}

.title-pad {
  padding-top: 60px;
}

#tns1-iw {
  margin: 0px !important;
}

/* Image Animation */
.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}

/* ----------------------------------------------------- */


.alert-pos{
  margin-top:15px;
  text-align:center;
}

.pd {
  padding: 10px;
}



