/*---------------------------------------------------------------------------------
    Responsive css
-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .ms-about-info ul li {
    line-height: 22px;
  }
}
@media only screen and (max-width: 1366px) {
  .ms-home .ms-detail .info h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .section-title h2 {
    font-size: 33px;
    line-height: 35px;
  }

  .ms-about-detail h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .box-front .content-wrap h3 {
    font-size: 19px;
    line-height: 22px;
  }

  .education h4, .experiense h4 {
    font-size: 19px;
    line-height: 22px;
  }

  .timeline-content .timeline-title {
    font-size: 17px;
    line-height: 20px;
  }

  .portfolio-tabs ul li {
    margin: 0px 5px;
    font-size: 14px;
    line-height: 26px;
  }

  .hovereffect .portfolio-img h3 span {
    font-size: 13px;
    line-height: 19px;
  }

  .achive .count-block h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .hovereffect .portfolio-img h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .achive .count-block h3 {
    font-size: 38px;
    line-height: 42px;
  }

  .ms-news-section .news-info .detail h3 a {
    font-size: 15px;
    line-height: 18px;
  }

  header {
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: none;
  }

  .ms-sub-container {
    width: 100%;
  }

  .ms-sub-container .sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .ms-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ms-home .ms-detail {
    text-align: center;
  }

  .ms-navbar-dark .navbar-toggler {
    padding: 5px 8px;
    color: #fff;
    border-color: #fff;
    border-radius: 10px;
  }
  .ms-navbar-dark .navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .ms-fixed .ms-navbar-dark .navbar-toggler {
    border-color: #17181c;
  }
  .ms-fixed .ms-navbar-dark .navbar-toggler i {
    color: #17181c;
  }

  .ms-about-detail {
    margin-bottom: 30px;
  }

  .education {
    margin-bottom: 50px;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .ms-insta-wrapper .ms-title h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .education h4, .experiense h4 {
    font-size: 17px;
    line-height: 20px;
  }

  .achive .count-block h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .ms-cursor, .ms-cursor-2, .ms-hover-cursor, .ms-cursorinnerhover {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ms-navbar-dark .navbar-brand img {
    width: 120px;
  }

  .padding-tb-80 {
    padding: 70px 0;
  }

  .padding-t-80 {
    padding-top: 70px;
  }

  .padding-b-80 {
    padding-bottom: 70px;
  }

  .ms-home {
    height: 90vh;
  }
  .ms-home .ms-detail .info h1 {
    font-size: 33px;
    line-height: 38px;
  }
  .ms-home .ms-detail .info h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .ms-home .ms-detail .info p {
    font-size: 14px;
    line-height: 26px;
  }
  .ms-home .scroll-down {
    width: 25px;
    height: 45px;
  }
  .ms-home .scroll-down:before {
    height: 7px;
  }

  .ms-contact-section iframe {
    margin-bottom: 43px;
  }

  .ms-footer-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-footer-detail .ms-copy {
    padding: 5px 0;
    text-align: center;
  }

  .ms-insta-wrapper .ms-title h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .ms-about-detail .ms-text {
    font-size: 15px;
    line-height: 26px;
  }
  .ms-about-detail h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .ms-about-info ul li {
    font-size: 15px;
    line-height: 26px;
  }

  .box-front .content-wrap h3 {
    font-size: 17px;
    line-height: 20px;
  }

  .education h4, .experiense h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .achive .count-block h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .ms-home .ms-detail .info h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .ms-home .ms-detail .info h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .ms-navbar-dark .navbar-brand img {
    width: 100px;
  }

  .container {
    padding: 0 24px;
  }

  .nav-sec .container-fluid {
    padding: 0;
  }

  .section-title {
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .ms-insta-wrapper .ms-title h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .portfolio-tabs {
    margin-bottom: 30px;
  }

  .achive .count-block h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .education h4, .experiense h4 {
    font-size: 15px;
    line-height: 18px;
  }

  .ms-about-info ul li {
    font-size: 13px;
    line-height: 26px;
  }
  .ms-about-info ul li .title {
    min-width: 75px;
  }

  .ms-about-detail .ms-text {
    font-size: 14px;
  }
  .ms-about-detail h4 {
    font-size: 14px;
  }

  .timeline-content .timeline-title {
    font-size: 16px;
  }

  .ms-home .ms-detail .info h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .ms-home .ms-detail .info h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .ms-home .ms-btn, .ms-home .ms-btn-1 {
    font-size: 13px;
  }
  .ms-home .custom-btn {
    width: 120px;
    height: 36px;
  }
}
@media only screen and (max-width: 380px) {
  .ms-home .ms-detail .info h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .ms-home .ms-detail .info h2 {
    margin-top: 5px;
  }
  .ms-home .ms-detail .info p {
    margin: 10px 0 15px 0;
    font-size: 13px;
    line-height: 24px;
  }
  .ms-home .scroll-down {
    width: 22px;
    height: 40px;
    bottom: 55px;
  }
}
@media only screen and (max-width: 320px) {
  .ms-home .ms-detail .info h1 {
    font-size: 23px;
    line-height: 28px;
  }

  .box-front .content-wrap h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title h2 {
    font-size: 23px;
    line-height: 25px;
  }

  .ms-skill-progress h5 {
    font-size: 13px;
  }

  .achive .count-block h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .ms-insta-wrapper .ms-title h2 {
    font-size: 17px;
    line-height: 22px;
  }
}