@media only screen and (max-width: 1190px) {}

@media only screen and (max-width: 1199px) {
  .m-5-hor {
    margin-left: 0;
    margin-right: 0;
  }

  .m-5-hor-dev {
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-brand.white img.black {
    display: block !important;
  }

  .navbar-brand.white img.white {
    display: none;
  }

  .subnav {
    z-index: 99999;
    position: relative;
  }

  header.init {
    position: relative;
    background: rgba(255, 255, 255, 0) !important;
  }

  header.show {
    background: rgba(255, 255, 255, 0) !important;
  }

  nav ul li.space {
    display: none;
  }

  .overlay-main {
    top: 0px;
  }

  .navbar-toggle {
    display: block;
    z-index: 9999;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border: none;
    background: transparent;
  }

  .navbar-toggle:hover {
    border: none;
    opacity: 0.7;
  }

  .navbar-default-white .navbar-toggle {
    border-color: transparent;
    /* Removes border color */
    float: right;
    /* Move navbar toggle to left */
    border: none !important;
  }

  .navbar-default-white .navbar-toggle .icon-bar {
    background-color: #000;
    /* Changes regular toggle color */
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
    transition: all 0.3s ease;
  }

  .navbar-default-white .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
  }

  body.trans-header .navbar-default-white {
    color: #fff;
    background: #272727 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  body.black .navbar-default-white .navbar-toggle .icon-bar,
  body.trans-header .navbar-default-white .navbar-toggle .icon-bar {
    background: #fff !important;
  }

  .navbar-default-white .navbar-toggle .icon-bar:hover {
    background-color: #fff;
    /* Changes toggle color on hover */
  }

  /* menu block white */
  .navbar-default-white {
    position: relative;
    margin: 0px auto;
    border-bottom: none;
    top: 0px;
    padding: 10px 0;
  }

  .navbar-default-white {
    transform: translateZ(0);
    /* Scroll Fix in iPad */
  }

  .navbar-brand.white img {
    width: auto;
    height: auto;
    max-height: 35px !important;
    transition: all 0.3s ease;
  }

  #main-menu.white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(39, 39, 39, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9998;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    /* Controlled by JS but ensuring base state */
    padding-top: 100px;
  }

  body.black #main-menu.white,
  body.trans-header #main-menu.white {
    background: rgba(39, 39, 39, 0.98) !important;
  }

  .menu-init {
    display: none;
  }

  .white nav {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .white nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .white nav ul li,
  .white nav ul li.btn {
    display: block;
    margin: 0;
    text-align: center;
    background: transparent;
  }

  .white nav ul li:hover>ul {
    display: none;
  }

  .white nav a {
    display: block;
    padding: 15px 20px;
    line-height: 1.2;
    position: relative;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .white nav a:hover {
    color: #4A9C53 !important;
    /* Brand teal/green */
    letter-spacing: 4px;
  }

  .white nav ul ul {
    display: none;
    position: relative;
    top: 0px;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  .white nav ul ul li {
    background: transparent;
  }

  .white nav ul ul li a {
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
  }

  .white nav ul li .input-group {
    margin: 20px auto;
    max-width: 250px;
  }

  /*menu block white end*/
}

@media only screen and (max-width: 990px) {
  section {
    padding: 60px 0 !important;
  }

  .no-top {
    padding-top: 0 !important;
  }

  .no-bottom {
    padding-bottom: 0 !important;
  }

  .p-90 {
    padding: 40px 0 !important;
  }

  .p-60 {
    padding: 30px 0 !important;
  }

  .p-30 {
    padding: 20px 0 !important;
  }

  h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }

  p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555;
  }

  #imghome {
    margin-top: 40px;
  }

  .search-container {
    margin-top: 20px;
  }

  .acorconcreate {
    margin-top: 40px;
  }

  .features-2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .stiky-detail {
    position: relative;
    right: 0;
    left: 0;
    margin: -40px 0 30px 0;
  }

}

@media only screen and (max-width: 768px) {
  .social-icons {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .p-90 {
    padding: 30px 0;
  }

  #filter-porto li.filt-projects,
  #filter-porto li.filt-projects-w {
    display: block;
    text-align: center;
  }

  #nav-icon {
    margin-right: 15px;
  }
}

@media(max-width:414px) {
  section {
    padding: 50px 0 !important;
  }

  .navbar-default {
    border-bottom: none;
  }

  .navbar-brand {
    left: 0;
  }

  .navbar-brand.white {
    left: 0;
  }

  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 15px !important;
  }

  .pro-btn {
    font-size: 9pt;
  }

  .pro-btn.left a i {
    font-size: 10pt;
    padding-right: 10px;
  }

  .pro-btn.right a i {
    font-size: 10pt;
    padding-left: 10px;
  }

  .footer-widgets li {
    margin-right: 10px;
  }

  .footer-links li a {
    letter-spacing: 1.2px;
  }

  a.shin.col {
    font-size: 0.9rem;
    border: none;
  }

  .tagline {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
  }

  .headingcontent {
    font-size: 2.8rem !important;
  }

  .gal-home h3,
  .gal-home h4 {
    font-size: 1.8rem !important;
  }

  .detaillist {
    padding: 15px;
  }

  .hide-detail,
  .show-detail {
    padding: 10px 15px;
  }

  .detaillist strong {
    width: 70px;
    font-size: 12px;
  }

  .detaillist span {
    font-size: 12px;
  }

  .gal-home-content {
    padding: 20px 15px !important;
  }

  .gal-home h4 {
    margin-bottom: 5px !important;
  }

  .gal-home p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .btn-contact,
  .btn-content,
  a.shin.col {
    padding: 12px 25px !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 4px !important;
  }

  /* Owl Carousel adjustments for mobile */
  .owl-theme .owl-controls .owl-buttons div {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
}

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

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