@media screen and (max-width: 767px) {
  .head header.header .row .col-md-8 nav.navbar button {
    height: 35px;
    border: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 2;
  }
  .head header.header .row .col-md-8 nav.navbar button span.navbar-toggler-icon {
    height: 3px;
    background: white;
  }
  .head header.header .row .col-md-8 nav.navbar .collapse ul {
    margin: auto;
    width: 100%;
  }
  .head header.header .row .col-md-8 nav.navbar .collapse ul li a:hover {
    border-bottom: none !important;
  }
  .head header.header .row .col-md-8 nav.navbar .collapse.show {
    color: #fff !important;
  }
  .head main.main .sliders #carouselExampleCaptions {
    z-index: 1;
    height: 500px;
  }
  .head main.main .sliders #carouselExampleCaptions .carousel-indicators {
    bottom: 40px;
  }
  .head main.main .sliders #carouselExampleCaptions .carousel-text li h4 {
    font-size: 18px;
  }
  .head main.main .sliders #carouselExampleCaptions .carousel-inner .carousel-item img {
    height: 500px;
  }
  .head main.main .sliders #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 20px;
  }
  .head main.main .sliders #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 30px;
  }
  .head main.main #about {
    width: 100%;
  }
  .head main.main #about .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head main.main #about .imgs li {
    width: 100%;
    margin: 10px;
  }
  .head main.main section.section-facts {
    min-height: 200px;
    width: 100%;
    background: #95e1d3;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .head main.main section.section-facts .row .fact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    margin: 3px;
    padding: 3px;
  }
  .head main.main section.section-facts .row .fact h1 {
    font-size: 30px;
  }
  .head main.main section.section-facts .row .fact h6 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .head main.main section.services .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
  }
  .head main.main section.services .row .title h1 {
    font-size: 25px;
  }
  .head main.main section.services .row .cards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0;
  }
  .head main.main section.services .row .cards-row .icon_block {
    margin: 3px;
  }
  .head main.main section.services .row .cards-row .col-4 {
    min-width: 100%;
    margin: 15px;
  }
  .head main.main section.services .row .cards-row hr#hr {
    width: 50%;
  }
  .head main.main section.designer .title {
    width: 60%;
  }
  .head main.main section.designer .title h3 {
    font-family: kushan;
  }
  .head main.main section.designer .title h1 {
    font-family: MontBold;
    text-transform: uppercase;
    font-size: 30px;
  }
  .head main.main section.designer .responsive-block {
    width: 50%;
    margin: 123px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
  }
  .head main.main section.designer .responsive-block .img1 {
    height: 470px;
    width: 400px;
    border-radius: 20px;
    border: 1px solid #2b2b2b;
    border-bottom: none;
  }
  .head main.main section.designer .responsive-block .img2 {
    display: none;
  }
  .head main.main section.services-2 {
    width: 100%;
  }
  .head main.main section.services-2 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    margin: auto;
  }
  .head main.main section.services-2 .title h3 {
    font: 24px kushan;
    color: black;
  }
  .head main.main section.services-2 .title h1 {
    font: 30px MontBold;
    text-transform: uppercase;
  }
  .head main.main section.services-2 .title hr {
    width: 5%;
    height: 1px;
    background-color: crimson;
  }
  .head main.main section.services-2 .title p {
    text-align: center;
  }
  .head main.main section.services-2 .content {
    height: 320px;
    width: 75%;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head main.main section.services-2 .content .block:first-child {
    margin-right: 20px;
  }
  .head main.main section.services-2 .content .block:first-child img {
    height: 70%;
  }
  .head main.main section.services-2 .content .block:last-child {
    width: 100%;
  }
  .head main.main section.services-2 .content .block:last-child h2 {
    border: 1px solid #e2dfdf;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 20px;
  }
  .head main.main section.services-2 .content .block:last-child h2 i {
    color: #95e1d3;
  }
  .head main.main section.services-2 .content .block:last-child h2 i:last-child {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .head main.main section.services-2 .content .block:last-child h2 i.fa.fa-chevron-up {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .head main.main section.services-2 .content .block:last-child .show-collapses {
    padding: 10px;
    border: 1px solid #95e1d3;
    margin-top: -7.5px;
    display: none;
  }
  .head main.main section.services-2 .content .block:last-child .show-collapses.show-collaps {
    display: block;
  }
  .head main.main section.logos {
    margin-top: 200px;
    min-height: 200px;
  }
  .head main.main section.logos ul {
    width: 90%;
  }
  .head main.main section.logos ul li {
    width: 50px;
    height: 50px;
  }
  .head main.main section.logos ul li img {
    width: 50px;
    height: 50px;
  }
  .head main.main section.our-work .working-img .row .col-3 img {
    height: 100px;
  }
  .head main.main section.our-work .working-img .row .col-3 .hover {
    display: none;
  }
  .head main.main section.our-work .working-img .row .col-3 .hover:hover {
    display: none;
  }
  .head main.main section.people .content {
    width: 100%;
  }
  .head main.main section.people .content .dad {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
  }
  .head main.main section.people .content .dad .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head main.main section.people .content .dad .block img {
    margin-left: 50px;
  }
  .head main.main section.people .content .dad .block .contents h2 {
    font-size: 25px;
  }
  .head main.main section.people .content .dad .block .contents h3 {
    font-size: 20px;
  }
  .head main.main section.blog {
    width: 100%;
    min-height: 300px;
  }
  .head main.main section.blog .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    margin: 50px auto;
  }
  .head main.main section.blog .title h3 {
    font: 24px kushan;
    color: black;
  }
  .head main.main section.blog .title h1 {
    font: 30px MontBold;
    text-transform: uppercase;
  }
  .head main.main section.blog .title hr {
    width: 5%;
    height: 1px;
    background-color: crimson;
  }
  .head main.main section.blog .cards {
    width: 80%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head main.main section.blog .cards .card {
    width: 100%;
    margin-top: 15px;
  }
  .head main.main section.footer {
    width: 100%;
  }
  .head main.main section.footer .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head main.main section.footer .cards .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .head main.main section.footer .cards .card2 {
    width: 100%;
  }
}
/*# sourceMappingURL=sm.css.map */