@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-team-2 .container{
    height:100%;
  }
  .member{
    margin-top:10px;
  }
  .navbar-search-form {
    display: none;
  }

  .navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }

  .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
  }

  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px;
  }

  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0;
  }

  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .navbar .container {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }

  .nav-open .wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    -o-transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  .navbar-burger .container {
    padding: 0 15px;
  }
  .navbar-burger .navbar-header {
    width: 100%;
  }
  .navbar-burger .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-burger.navbar .navbar-collapse.collapse, .navbar-burger.navbar .navbar-collapse.collapse.in, .navbar-burger.navbar .navbar-collapse.collapsing {
    display: none !important;
  }

  body > .navbar-collapse .navbar-nav,
  body > .navbar-collapse .navbar-nav > li {
    float: none;
  }
  body > .navbar-collapse .navbar-nav > li {
    float: none;
  }
}
/*          Changes for small display      */
@media (max-width: 767px) {
  .navbar-transparent {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .logo_main{width:330px; height:100px;}
    .responsive-background{height:100vh;}
  .section-header .container {
    height:100vh;
  }
  .section-team-2 .container{
    height:100%;
  }
  .btn-lg{ padding: 14px 10px; width:325px; }

  #bodyClick {
    right: 300px;
  }

  body > .navbar-collapse {
    width: 260px;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }

  .navbar .navbar-collapse.collapse,
  .navbar .navbar-collapse.collapse.in,
  .navbar .navbar-collapse.collapsing {
    display: none !important;
  }

  .navbar .container {
    left: 0;
  }

  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .wrapper {
    left: 0;
    -webkit-transform: translate3d(-115px, 0, 0);
    -moz-transform: translate3d(-115px, 0, 0);
    -o-transform: translate3d(-115px, 0, 0);
    -ms-transform: translate3d(-115px, 0, 0);
    transform: translate3d(-115px, 0, 0);
  }

  .navbar-nav {
    margin: 1px -15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:first-child > a {
    padding: 5px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:last-child > a {
    padding: 15px 15px 25px 50px;
  }

  [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .active > a, [class*="navbar-"] .navbar-nav .active > a:hover, [class*="navbar-"] .navbar-nav .active > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: white;
  }
  [class*="navbar-"] .navbar-nav > li > a,
  [class*="navbar-"] .navbar-nav > li > a:hover,
  [class*="navbar-"] .navbar-nav > li > a:focus,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: .7;
    background: transparent;
  }
  [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777;
  }
  [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: white;
    border-top-color: white;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-fixed-top {
    -webkit-backface-visibility: hidden;
  }

  .social-line .btn {
    margin: 0 0 10px 0;
  }

  .subscribe-line .form-control {
    margin: 0 0 10px 0;
  }

  .social-line.pull-right {
    float: none;
  }

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

  .footer:not(.footer-big) nav > ul li {
    float: none;
  }

  .social-area.pull-right {
    float: none !important;
  }

  .form-control + .form-control-feedback {
    margin-top: -8px;
  }

  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
  }

  .btn.dropdown-toggle {
    margin-bottom: 0;
  }

  .media-post .author {
    width: 20%;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }

  .media-post .media-body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 36em) {
  body {
    font-size: 110%;
  }
}
@media (min-width: 58em) {
  body {
    font-size: 120%;
  }
  body p {
    font-size: 1.143em;
  }
  body p.short {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  body p.large {
    font-size: 1.3em;
  }
}
@media (min-width: 115em) {
  body {
    font-size: 125%;
  }
}
@media (min-width: 125em) {
  body {
    font-size: 125%;
  }
}
@media (min-width: 145em) {
  body {
    font-size: 140%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-feature-settings: normal;
    /* Internet Explorer fix */
  }
}
@media (min-width: 768px) {
  .title.add-animation h5,
  .title.add-animation h2,
  .title.add-animation .separator-container,
  .title.add-animation p {
    opacity: 0;
    -webkit-transition: all 0.7s ease-out 0.6s;
    -moz-transition: all 0.7s ease-out 0.6s;
    -o-transition: all 0.7s ease-out 0.6s;
    -ms-transition: all 0.7s ease-out 0.6s;
    transition: all 0.7s ease-out 0.6s;
  }
  .title.add-animation h5 {
    -webkit-transition: all 0.7s ease-out 0.1s;
    -moz-transition: all 0.7s ease-out 0.1s;
    -o-transition: all 0.7s ease-out 0.1s;
    -ms-transition: all 0.7s ease-out 0.1s;
    transition: all 0.7s ease-out 0.1s;
  }
  .title.add-animation h2 {
    -webkit-transition: all 0.7s ease-out 0.3s;
    -moz-transition: all 0.7s ease-out 0.3s;
    -o-transition: all 0.7s ease-out 0.3s;
    -ms-transition: all 0.7s ease-out 0.3s;
    transition: all 0.7s ease-out 0.3s;
  }
  .title.add-animation .separator-container {
    -webkit-transition: all 0.7s ease-out 0.5s;
    -moz-transition: all 0.7s ease-out 0.5s;
    -o-transition: all 0.7s ease-out 0.5s;
    -ms-transition: all 0.7s ease-out 0.5s;
    transition: all 0.7s ease-out 0.5s;
  }
  .title.add-animation p {
    -webkit-transition: all 0.7s ease-out 0.5s;
    -moz-transition: all 0.7s ease-out 0.5s;
    -o-transition: all 0.7s ease-out 0.5s;
    -ms-transition: all 0.7s ease-out 0.5s;
    transition: all 0.7s ease-out 0.5s;
  }
  .title.add-animation.animate h5,
  .title.add-animation.animate h2,
  .title.add-animation.animate .separator-container,
  .title.add-animation.animate p {
    opacity: 1;
  }

  .card.add-animation,
  .list-logos .logo.add-animation,
  .project.add-animation,
  .projects .info.add-animation,
  .tab-content.add-animation,
  .nav.add-animation,
  .team .member.add-animation,
  .address.add-animation,
  .address-container.add-animation,
  .form-group.add-animation,
  .footer .info.add-animation,
  .description.add-animation,
  .carousel.add-animation,
  .static-image.add-animation,
  p.add-animation {
    opacity: 0;
    -webkit-transition: all 0.7s ease-out 0.6s;
    -moz-transition: all 0.7s ease-out 0.6s;
    -o-transition: all 0.7s ease-out 0.6s;
    -ms-transition: all 0.7s ease-out 0.6s;
    transition: all 0.7s ease-out 0.6s;
  }
  .card.add-animation.animation-1,
  .list-logos .logo.add-animation.animation-1,
  .project.add-animation.animation-1,
  .projects .info.add-animation.animation-1,
  .tab-content.add-animation.animation-1,
  .nav.add-animation.animation-1,
  .team .member.add-animation.animation-1,
  .address.add-animation.animation-1,
  .address-container.add-animation.animation-1,
  .form-group.add-animation.animation-1,
  .footer .info.add-animation.animation-1,
  .description.add-animation.animation-1,
  .carousel.add-animation.animation-1,
  .static-image.add-animation.animation-1,
  p.add-animation.animation-1 {
    -webkit-transition: all 0.7s ease-out 0.1s;
    -moz-transition: all 0.7s ease-out 0.1s;
    -o-transition: all 0.7s ease-out 0.1s;
    -ms-transition: all 0.7s ease-out 0.1s;
    transition: all 0.7s ease-out 0.1s;
  }
  .card.add-animation.animation-2,
  .list-logos .logo.add-animation.animation-2,
  .project.add-animation.animation-2,
  .projects .info.add-animation.animation-2,
  .tab-content.add-animation.animation-2,
  .nav.add-animation.animation-2,
  .team .member.add-animation.animation-2,
  .address.add-animation.animation-2,
  .address-container.add-animation.animation-2,
  .form-group.add-animation.animation-2,
  .footer .info.add-animation.animation-2,
  .description.add-animation.animation-2,
  .carousel.add-animation.animation-2,
  .static-image.add-animation.animation-2,
  p.add-animation.animation-2 {
    -webkit-transition: all 0.7s ease-out 0.3s;
    -moz-transition: all 0.7s ease-out 0.3s;
    -o-transition: all 0.7s ease-out 0.3s;
    -ms-transition: all 0.7s ease-out 0.3s;
    transition: all 0.7s ease-out 0.3s;
  }
  .card.add-animation.animation-3,
  .list-logos .logo.add-animation.animation-3,
  .project.add-animation.animation-3,
  .projects .info.add-animation.animation-3,
  .tab-content.add-animation.animation-3,
  .nav.add-animation.animation-3,
  .team .member.add-animation.animation-3,
  .address.add-animation.animation-3,
  .address-container.add-animation.animation-3,
  .form-group.add-animation.animation-3,
  .footer .info.add-animation.animation-3,
  .description.add-animation.animation-3,
  .carousel.add-animation.animation-3,
  .static-image.add-animation.animation-3,
  p.add-animation.animation-3 {
    -webkit-transition: all 0.7s ease-out 0.6s;
    -moz-transition: all 0.7s ease-out 0.6s;
    -o-transition: all 0.7s ease-out 0.6s;
    -ms-transition: all 0.7s ease-out 0.6s;
    transition: all 0.7s ease-out 0.6s;
  }
  .card.add-animation.animation-4,
  .list-logos .logo.add-animation.animation-4,
  .project.add-animation.animation-4,
  .projects .info.add-animation.animation-4,
  .tab-content.add-animation.animation-4,
  .nav.add-animation.animation-4,
  .team .member.add-animation.animation-4,
  .address.add-animation.animation-4,
  .address-container.add-animation.animation-4,
  .form-group.add-animation.animation-4,
  .footer .info.add-animation.animation-4,
  .description.add-animation.animation-4,
  .carousel.add-animation.animation-4,
  .static-image.add-animation.animation-4,
  p.add-animation.animation-4 {
    -webkit-transition: all 0.7s ease-out 0.9s;
    -moz-transition: all 0.7s ease-out 0.9s;
    -o-transition: all 0.7s ease-out 0.9s;
    -ms-transition: all 0.7s ease-out 0.9s;
    transition: all 0.7s ease-out 0.9s;
  }
  .card.add-animation.animate,
  .list-logos .logo.add-animation.animate,
  .project.add-animation.animate,
  .projects .info.add-animation.animate,
  .tab-content.add-animation.animate,
  .nav.add-animation.animate,
  .team .member.add-animation.animate,
  .address.add-animation.animate,
  .address-container.add-animation.animate,
  .form-group.add-animation.animate,
  .footer .info.add-animation.animate,
  .description.add-animation.animate,
  .carousel.add-animation.animate,
  .static-image.add-animation.animate,
  p.add-animation.animate {
    opacity: 1;
  }
  .card.add-animation.animate.open,
  .list-logos .logo.add-animation.animate.open,
  .project.add-animation.animate.open,
  .projects .info.add-animation.animate.open,
  .tab-content.add-animation.animate.open,
  .nav.add-animation.animate.open,
  .team .member.add-animation.animate.open,
  .address.add-animation.animate.open,
  .address-container.add-animation.animate.open,
  .form-group.add-animation.animate.open,
  .footer .info.add-animation.animate.open,
  .description.add-animation.animate.open,
  .carousel.add-animation.animate.open,
  .static-image.add-animation.animate.open,
  p.add-animation.animate.open {
    transform: none;
    transition: none;
  }
}
@media (min-width: 768px) {
  .section-contact-3 {
    min-height: 570px;
  }
  .section-contact-3 .address {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .nav > .social-links {
    margin-left: 15px;
  }

  .section-header .separator {
    width: 20em;
  }
}
@media (min-width: 980px) {
  .section-we-made-1 .row {
    margin: 0;
  }
  .section-we-made-1 .row [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .section-we-made-1 .transition-1 {
    /*     		transition: all 0.5s; */
  }

  .section-we-made-2 .scroll-area {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .section-we-made-2 .projects {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
  }
  .section-we-made-2 .projects .row {
    width: 2500px;
    margin: 0;
    position: relative;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] .project {
    margin-bottom: 50px;
    height: 400px;
  }
  .section-we-made-2 .projects .row.scroller.scroller-portrait .project {
    height: 550px;
  }
  .section-we-made-2 .projects .project-description p {
    color: #777777;
    display: inline;
  }
}
@media (max-width: 979px) {
  .section-with-hover .project .over-area {
    opacity: 1;
    -webkit-transition: background 0.25s, opacity 0.25s 0.25s;
    -moz-transition: background 0.25s, opacity 0.25s 0.25s;
    -o-transition: background 0.25s, opacity 0.25s 0.25s;
    -ms-transition: background 0.25s, opacity 0.25s 0.25s;
    transition: background 0.25s, opacity 0.25s 0.25s;
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
  .section-with-hover .project .over-area .content {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .section-with-hover .project .over-area .content h4 {
    opacity: 1;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .section-with-hover .project .over-area .content p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .project-content .project-details {
    padding: 0 30px;
  }
  .project-content .icon-close {
    right: -15px;
  }
  .project-content .icon-close i {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1240px) {
  h1.responsive-small {
    font-size: 4em !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h1.responsive-small {
    font-size: 2.3em !important;
  }

  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }

  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }

  h4 {
    line-height: 1.11111111;
  }

  .nav-open .navbar .container {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }

  .navbar-transparent {
    background-color: transparent;
  }

  .wrapper {
    text-align: center !important;
    overflow: hidden;
  }

  .section {
    padding: 50px 0 0;
  }
  .section .title {
    max-width: 90%;
    margin-bottom: 40px;
  }
  .section .text-area {
    padding: 0;
  }

  .section-header {
    padding: 0;
  }
  .section-header .parallax, .section-header .full-image {
    height: 100vh;
  }
  .section-header .parallax:after, .section-header .full-image:after {
    height: 100vh;
  }
  .section-header .content h1, .section-header .content h5, .section-header .content p {
    margin: 0;
  }
  .section-header .content h1 {
    font-size: 3.5em;
    letter-spacing: 0.07em;
    line-height: 1.7;
    margin-top: 60px;
  }
  .section-header .content h1 span {
    font-size: 1em;
  }
  .section-header .content h5 {
    font-size: 1.125em;
    margin-top: 50px;
  }
  .section-header .content .separator {
    width: 12em;
  }

  .section-we-made-1 p {
    display: none;
  }

  .section-clients-1 .logos ul li {
    width: 33%;
  }
  .section-clients-1 .logos ul li img {
    width: 80%;
  }
  .section-clients-1 .logos ul li img:last-child {
    opacity: 0;
  }

  .section-clients-2 .tab-content {
    min-height: 130px;
  }

  .section-team-1 .full-image img {
    margin-top: 0;
  }
  .section-team-2{
    min-height:1300px;
  }
  .section-team-2 .responsive-background{
    min-height:1300px;
  }
  .section-team-2 .parallax{
    min-height:1300px;
  }

  .section-team-3 .name {
    margin-top: -10px;
  }
  .section-team-3 .motto h3 {
    font-size: 1em;
  }

  .btn {
    margin: 0 auto 15px;
    float: none;
  }

  .section-contact-3 .address-container {
    top: 0;
    width: 100% !important;
    padding: 20px !important;
  }

  .project-content .product .project-text {
    text-align: center !important;
  }
  .project-content .article .project-image {
    width: 100% !important;
  }

  footer {
    padding-top: 15px;
  }
  footer .row .info {
    margin-top: 15px;
  }
  footer .row .info .title {
    text-align: center !important;
    margin-top: 25px;
  }
  footer .row .info ul {
    text-align: center;
  }
  footer .row div:first-child .title {
    margin-top: 0;
  }
}
