@media screen and (max-width:575px) {
  .col-xs-1 {
    width: 8.3333%;
  }

  .col-xs-2 {
    width: 16.6666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.6666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333%;
  }

  .col-xs-8 {
    width: 66.6666%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333%;
  }

  .col-xs-11 {
    width: 91.6666%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .container {
    max-width: 100%;
  }
 .padding-50 {
    padding: 40px 40px;
  }
}

@media (min-width:575px) and (max-width:767px) {

  /* sm */
  .col-sm-1 {
    width: 8.3333%;
  }

  .col-sm-2 {
    width: 16.6666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.6666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333%;
  }

  .col-sm-8 {
    width: 66.6666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333%;
  }

  .col-sm-11 {
    width: 91.6666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .container {
    max-width: 540px;
  }


}

@media (min-width:767px) and (max-width:991px) {

  /* md */
  .col-md-1 {
    width: 8.3333%;
  }

  .col-md-2 {
    width: 16.6666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-5 {
    width: 41.6666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333%;
  }

  .col-md-8 {
    width: 66.6666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333%;
  }

  .col-md-11 {
    width: 91.6666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .container {
    max-width: 720px;
  }

  .padding-top-1 {
    padding-top: 50px;
  }
}

@media (min-width:991px) and (max-width:1199px) {

  /* lg */
  .col-lg-1 {
    width: 8.3333%;
  }

  .col-lg-2 {
    width: 16.6666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-5 {
    width: 41.6666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .col-lg-8 {
    width: 66.6666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333%;
  }

  .col-lg-11 {
    width: 91.6666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .container {
    max-width: 960px;
  }

}

@media (max-width:575px) {}


@media (min-width:1200px) {

  /* xl */
  .col-xl-1 {
    width: 8.3333%;
  }

  .col-xl-2 {
    width: 16.6666%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333%;
  }

  .col-xl-5 {
    width: 41.6666%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333%;
  }

  .col-xl-8 {
    width: 66.6666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333%;
  }

  .col-xl-11 {
    width: 91.6666%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .container {
    max-width: 1140px;
  }

}

@media (max-width:992px) {}

@media(max-width:767px) {}

@media(max-width:1199px) {}


@media (max-width:575px) {
  .baner-center::after{
    height: 15px;
    width: 15px;
    left: 10px !important;
    border-width: 2px;
  }
  .baner-center::before{
    height: 15px !important;
    width: 15px !important;
    right: 10px !important;
    border-width: 2px;
  }
  .baner{
    height: 400px !important;
  }
 
  
}
@media (max-width:992px) {
  .toggle {
    display: block;
  }

  header {
    padding: 15px;
  }
  .progress-3{
    height: 2px;
  }

  .pull-left {
    float: none !important;
  }

  .pull-right {
    float: none !important;
  }
  .baner{
    height: 500px;
  }
  header {
    position: absolute;
    top: 0;
    left: -360px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.256);
    flex-direction: column;
    width: 100%;
    transition: all 0.5s;
    z-index: -1;
  }

  .wrapper {
    width: auto;
  }

  .backtotop {
    right: 25px;
    bottom: 25px;
  }

  .main-content {
    width: auto;
  }
  .baner-center h2{
    font-size: 20px;
  }
  .baner-center h4{
    font-size: 15px;
  }
  .baner-center{
    width: auto;
  }
  .baner-center::after{
    height: 15px;
    width: 15px;
    left: 90px;
    border-width: 2px;
  }
  .baner-center::before{
    height: 15px;
    width: 15px;
    right: 90px;
    border-width: 2px;
  }

  .skill-item{
    margin-bottom: 10px;
    padding: 10px
  }
  .show {

    z-index: 9999;
    left: 0px;
    top: 0;

  }
  .toggle{
    position: fixed;
    top: 15px;
  }
}
