/*media-query-start*/


/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
  .logo {
    margin-right: 50px;
  }
  header .social-icon{
    padding-left: 10px;
  }
  .language-link {
    float: right;
    padding-top: 9px;
    margin-right: 0;
    width: auto;
  }
  header .language-link li {
    padding: 0 15px;
  }
  .first-slider .slider-text {
    width: 880px;
  }

  .aboutus-section .left {
    padding: 60px 0 54px;
  }
  .aboutus-section .about {
    margin-right: 20px;
    margin-left: 15px;
  }

  .recent-project-section .recent-project {
    text-align: center;
  }
  .recent-project-section .project {
    width: 468px;
    margin-right: 20px;
    text-align: left;
  }
  .recent-project-section .project-image {
    width: 415px;
    height: 285px;
  }
  .recent-project-section .project-detail {
    margin: 26px 0 20px 27px;
  }
  .recent-project-section .btn {
    padding: 10px 0 10px 28px;
  }
  footer .about p {
    padding-right: 42px;
  }
  .services-section .services-sections{
    max-width: 950px;
  }
  .aboutus-contacts .container {
    max-width: 100%;
  }
  .single-projects .recent-project-sections .recent-projects .project-detail{
    padding-top: 0px;
    padding-left: 20px;
  }
  .single-projects .recent-project-sections .recent-projects .project-detail h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .single-projects .recent-project-sections .recent-projects .project-detail p {
    font-size: 14px;
    line-height: 20px;
  }
  .shop-page .prodtucts-loop ul .product img{
    max-height: 145px;
  }
}




/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
  .logo {
    margin-right: 0;
  }
  .header-menu li {
    margin-right: 20px;
  }
  .header-menu li:nth-child(5) {
    margin-right: 0;
  }
  .language-link {
    margin-right: 0;
  }
  .language-link li {
    padding: 0 7px 0 10px;
  }
  .first-slider .slider-text {
    width: 640px;
  }
  .first-slider h2 {
    font-size: 35px;
  }
  .first-slider h6 {
    font-size: 16px;
    margin: 7px 0 25px;
  }

 /* .featured-products .image-caption {
    width: calc(33.33% - 20px);
  }*/
   .product-box{
    width: 33.33%
   }
  .aboutus-section {
    display: block;
    flex-direction: unset;
  }
  .aboutus-section .left {
    display: block;
    width: 100%;
  }
  .aboutus-section .about {
    float: none;
    max-width: none;
  }
  .aboutus-section .right-image {
    width: 100%;
    display: block;
  }

  .recent-project-section .project {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .recent-project-section .row {
    margin-bottom: 0;
  }

  footer .about {
    width: 50%;
    float: left;
  }
  footer .about p {
    padding-right: 17px;
  }
  footer .link, footer .news {
    width: 50%;
    float: left;
  }
  footer .address {
    width: 50%;
    float: left;
    clear: both;
  }
  footer .social-icon .fab {
    margin-right: 5px;
  }
  footer .social-icon a:after {
    padding: 0;
  }
  .services-section .services-sections {
    max-width: 700px;
  }
  .services-section .services-sections .flex-div .col.one{
    padding:0 10px;
  }
  .services-section .services-sections .flex-div .col.one h1{
    font-size: 18px;
    line-height: 22px;
  }
  .services-section .services-sections h2,.product-category h2{
    font-size: 30px;
    line-height: 30px;
  }
  .product-category .product-main .product-box{
    width: 50%;
  }
  /*.aboutus-contacts .about-service-block .service-img{
    width: 100%;
  }*/

  .sub-category .product-box{
    width: 50%;
  }
  .shop-page .prodtucts-loop .product-box{
    width: 50%;
  }
  .shop-page .prodtucts-loop ul .product{
    width: 50%;
  }
  .aboutus-contacts .about-service-block img {
    width: 100%;
  }
  .aboutus-contacts .about-service-block .service-img{
    width: 50%;
  }
  .aboutus-contacts .about-service-block .service-info{
    width: 50%;
  }
  .aboutus-contacts .about-service-block:nth-child(2n) .service-info{
    padding-top: 40px;
  }
  .shop-page .prodtucts-loop > ul .product{
    width: 50% !important; 
  }
  .shop-page .prodtucts-loop > ul{
    width: 26%;
  }
  .shop-page .prodtucts-loop .gallery-box{
    width: 74%;
  }
  /*.shop-page .prodtucts-loop > ul.sub-taxonomy-archive{
    width: 26%;
  }*/
  .shop-page .prodtucts-loop .gallery-box ul li{
    width: 50%;
  }
  .shop-page .prodtucts-loop ul .product img{
    max-height: 200px;
  }
}


/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
  header {
    padding: 20px 0 10px;
  }
  .logo {
    margin-right: 0px;
  }
  .menu-icon-mobile {
    display: inline-block;
    float: right;
    margin-top: 8px;
    margin-left: 10px;
  }
  .header-menu {
    display: none;
  }
  .language-link li {
    padding: 0 12px 0 15px;
  }
  .overlay {
    height: 94px;
  }

  .first-slider .slider-text {
    width: 90%;
    padding: 35px 30px;
  }
  article .slick-prev {
    left: 50%;
    top: -10px !important ;
  }
  article .slick-next {
    left: 50%;
    top: unset;
    bottom: -10px;
  }
  article .slick-arrow {
    position: absolute;
    transform: rotate(90deg);
    margin-left: -20px;
  }
  article:hover .slick-arrow {
    width: 40px;
  }

  /*.featured-products .image-caption {
    width: calc(25% - 20px);
  }*/
  .product-box{
    width: 50%
  }
  .featured-products .image-wrapper {
    height: 220px;
  }
  .featured-products .image-content {
    padding: 100px 15px 51px 0;
  }
  .featured-products .image-content h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .featured-products .image-content h6 {
    font-size: 11px;
  }



  .aboutus-section .right-image {
    height: 400px;
  }

  footer .about {
    width: 69%;
  }
  footer .about p {
    padding-right: 44px;
  }
  footer .link {
    width: 30%;
    margin-bottom: 14px;
  }
  footer .address {
    width: 31%;
  }
  footer .news {
    width: 35%;
    position: relative;
  }
    footer .social-icon .fab {
    margin-right: 5px;
  }
  .grid-item img, .grid-item {
    width: 100%;
  }
  header .social-icon {
    display: none;
  }
  .services-section .services-sections {
    max-width: 94%;
    margin: -80px auto 0 auto;
  }
  .services-section .services-sections .flex-div .col.one {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .services-section .services-sections .flex-div {
    display: block !important;
  }
  .services-section .services-sections .flex-div .col.one{
    margin-bottom: 20px;
  }
  .first-slider .btn{
    padding: 13px;
  }
  .product-category .product-main .product-box{
    width: 100%;
  }
  .aboutus-contacts{
    padding: 30px 0;
  }
  .aboutus-contacts .about-mains{
    margin:10px auto 0 auto;
  }
  .aboutus-contacts .about-service-block:last-child .service-info {
    padding-bottom: 10px;
  }
  .aboutus-contact .contact-left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .aboutus-contact .contact-right{
    width: 100%;
    float: left;
    padding: 30px;
  }
  .single-projects .recent-project-sections .recent-projects{
    padding: 15px;
  }
  .single-projects .recent-project-sections .recent-projects .project-image {
    float: left;
    width: 100%;
  }
  .single-projects .recent-project-sections .recent-projects .project-detail {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .single-projects .recent-project-sections{
    margin: 30px 0px;
  }
  .aboutus-contacts .about-service-block .service-info ol, .aboutus-contacts .about-service-block .service-info ul{
    padding: 0;
    margin-left: 0;
  }
  .wp-my-instagram.wpmi .wpmi-list li.wpmi-item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .wp-my-instagram.wpmi .wpmi-list li.wpmi-item:last-child{
    margin-bottom: 0;
  }
  .wp-my-instagram.wpmi{
    padding: 30px 0px;
  }
  .sub-category .product-box{
    width: 100%;
  }
  .product-category .product-main .product-box .image-caption .image-wrapper,
   .sub-category .product-box .image-caption .image-wrapper {
    height: auto;
  }
  footer .link {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  footer .address {
    width: 100% !important  ;
  }
  .shop-page .prodtucts-loop .product-box{
    width: 100%;
  }
  .shop-page .prodtucts-loop .product-box .image-caption .image-wrapper img{
    height: auto;
  }
  .shop-page .prodtucts-loop .product-box .image-caption .image-wrapper{
    height: auto;
  }
   .shop-page .prodtucts-loop ul .product{
    width: 100%;
    margin-bottom: 15px
  }
  .shop-page .prodtucts-loop ul .product img{
    height: auto;
    max-height: 100%;
  }
  .aboutus-contacts .about-service-block {
    width: 100%;
    margin: 0;
    display: block;
    padding: 30px 0px;
  }
  .aboutus-contacts .about-service-block .service-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .aboutus-contacts .about-service-block .service-info,
  .aboutus-contacts .about-service-block div:nth-child(2){
    padding: 0;
  }
  .aboutus-contacts .about-service-block:nth-child(2n){
    display: block;
  }
  .aboutus-contacts .about-service-block:nth-child(2n) .service-info {
    padding: 0;
  }
  .aboutus-contacts .about-service-block .service-info h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .aboutus-contacts .about-service-block .service-info p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .aboutus-contacts .about-service-block .service-info ul li, .aboutus-contacts .about-service-block .service-info ol li {
    font-size: 20px;
    line-height: 28px;
    background-size: 30px;
    padding-left: 52px;
  }
  .aboutus-contacts .about-service-block:nth-child(3) .service-img img {
    width: 100%;
    padding-right: 0;
  }
  .shop-page .prodtucts-loop .gallery-box ul li{
    width: 100%;
    padding: 0;
  }
  .shop-page .prodtucts-loop .gallery-box ul li a {
    width: 100%;
    float: left;
    padding: 15px;
    display: block;
    height: auto !important;
  }
  .shop-page .prodtucts-loop > ul{
    width: 100%;
  }
  .shop-page .prodtucts-loop .gallery-box {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 20px;
  }
  .mm-panels ul.menu li a svg {
    display: none;
  }
  .shop-page .prodtucts-loop > ul.sub-taxonomy-archive{
    width: 100%;
  }
  .recent-project-section .recent-project{
    margin-right: 0;
  }
  .shop-page .prodtucts-loop > ul.sub-taxonomy-archive .product{
    width: 100% !important;
  }
}


  

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .wp-my-instagram.wpmi .wpmi-list .wpmi-item {
    width: 50%;
  }
  .wp-my-instagram.wpmi .wpmi-list .wpmi-item a::before{
    background-size: 30px;
  }

  .logo img {
    width: 110px;
  }
  .language-link {
    padding-top: 6px;
  }
  .menu-icon-mobile {
    margin-top: 3px;
  }
  .overlay {
    height: 82px;
  }
  .overlay button { 
    margin-left: -35px;
  }
  .overlay-content {
    padding-top: 14px;
  }
  .overlay .closebtn {
    top: 25px;
  }
  .recent-project-section .recent-project{
    margin-right: 0px;
  }
  .gallary .grid-item img{
    width: 100%;
  }





  .first-slider {
    height: 450px;
  }
  .first-slider h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .first-slider h6 {
    margin: 15px 0 30px;
    line-height: 20px;
  }
  article .slick .item {
    min-height: 450px;
  }
  article .slick-arrow {
    width: 30px;
    height: 50px;
  }




  .gallary {
    padding: 80px 0 50px;
  }
  .featured-products {
    padding: 78px 0 30px;
  }
 /* .featured-products .image-caption {
    width: calc(50% - 20px);
  }*/
  .product-box{
    width: 100%
  }
  .featured-products .image-wrapper {
    height: 200px;
  }
  .featured-products .product {
    margin: 34px 0;
  }
  /*.featured-products .image-content {
    padding: 100px 10px 15px 0;
  }*/
  .featured-products .image-content h4 {
    font-size: 16px;
  }
  .grid-item {
    height: auto;
    float: none;
  }




  .aboutus-section .right-image {
    height: 350px;
  }




  .recent-project-section .project {
    width: 100%;
  }
  .recent-project-section .project-image {
    width: 85%;
    height: 250px;
  }
  .recent-project-section h2 {
    font-size: 30px;
  }





  footer .about {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .about p {
    padding-right: 0;
  }
  footer .link {
    width: 53%;
    margin-bottom: 0;
  }
  footer .address {
    width: 45%;
  }
  footer .link a {
    margin-bottom: 8px;
  }
  footer .news {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
 

  footer .news input {
    width: 100%;
  }
  footer .news .btn {
    width: 100%;
  }
  footer .about img {
    width: 100px;
    height: 50px;
  }


  .copyright {
    font-size: 13px;
  }
}






/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 480px) {
  .gallary .grid {
    margin: 0;
  }
  .grid-item {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .gallary .grid-item img {
    width: 100%;
  }
  header .language-link li {
    padding: 0 10px;
  }
  .menu-icon-mobile{
    margin-left: 0;
  }
}

