/* Theme Name: Yaari - Landing page Template
   Author: Zoyothemes
   Version: 1.0.0
   Created: Oct 2016
   File Description: Main CSS File
*/

/*---------------------

Table of contents

1. Loader
2. Helper classes 
3. Buttons
4. Navbar Custom
5. Home
6. Services
7. Features
8. Testimonials
9. Team
10. Pricing
11. Blog
12. Contact
13. Footer
14. Magnific popup
15. Responsive

---------------------*/





html, body {
  /* font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
  color: #585858;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none !important;
}

h1{
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}





/* === 1. LOADER === */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #27ae61;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* ==== 2. Helper classes ==== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Hind', sans-serif; */
  font-family: 'Poppins', sans-serif;
}
.section {
  padding-top: 120px;
  padding-bottom: 50px;
}

.title-box {
  padding-bottom: 20px;
}

.customers-padding{
  padding-bottom: 0px;
  padding-top: 100px;
}

.title-box i{
  font-size: 36px;
  color: #aaa;
}

.title-box p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #26b4f0;
}

.title-box h2 {
  font-weight: 700;
  margin-top: 10px;
  color: #26b4f0;
}

.title-box h4 {
  width: 60%;
  line-height: 24px;
  margin: 10px auto;
  font-size: 16px;
 /*  font-family: 'Noto Sans', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

.bg-lightgray {
  background-color: #fafafa;
}

.bg-dark {
  background-color: #222328;
}

.text-custom {
  color: #e74c3c;
}

.text-muted {
    color: #989898;
}

.text-warning {
  color: #ffbd4a;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-50 {
  margin-top: 50px;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
iframe {
    max-width: 100%;
}


/* Background images css */
.bg-home {
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-color: #222328;
  position: relative;
}

.bg-testimonials {
  background-size: cover;
  background-color: #222328;
  position: relative;
  padding-bottom: 120px !important;
}

.bg-image {
  background-color: #222328;
  position: relative;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(34, 35, 40, 0.5);
}

/* Social */
.social li a {
  display: block;
  height: 32px;
  width: 32px;
  color: #ffffff !important;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50%;
}

/* ==== 3. Buttons ==== */

.btn {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.btn:hover {
  box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
}

.btn-sm {
  padding: 7px 24px;
  font-size: 12px;
}

.btn-custom {
  background-color: #26b4f0;
}

.btn-secondary {
  background-color: #e74c3c;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.bg-twitter {
  background-color: #00aced !important;
}

.bg-linkedin {
  background-color: #007bb6 !important;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
}

.bg-googleplus {
  background-color: #dd4b39 !important;
}




/*===== 4. Navbar Custom ======*/


  .navbar-custom{
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
  }
  
  .sticky-wrapper {
    position: absolute;
    width: 100%;
  }
  
  
  .navbar-custom .navbar-nav li a {
    color: #ddd;
    font-size: 15px;
    background-color: transparent !important;
    padding: 7px 0;
    margin: 0 8px;
  }
  
  .navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:focus,.navbar-custom .navbar-nav li a:active {
    color: #ffffff;
  }
  
  .navbar-custom .navbar-nav li a.active {
    color: #ffffff !important;
    border-color: #e74c3c;
  }
  
  .is-sticky .navbar-custom{
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
  }
  
  .is-sticky .navbar-custom .navbar-nav li a {
    color: #666 !important;
  }
  
  .is-sticky .navbar-custom .navbar-nav li a.active {
    color: #e74c3c !important;
  }
  
  .navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  
  .navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
  }
  
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
  }
  
  
  /* Navbar white */
  
  .iweb{
    width: 200px;
    overflow: hidden;
    padding-left: 10px;
  }
  .navbar-header-white {
    background-color: #ffffff !important;
    padding: 15px 0px !important;
  }
  
  .navbar-header-white .logo {
    color: #222328 !important;
  }
  .navbar-header-white.navbar-custom .navbar-nav li a {
    color: #666 !important;
  }
  
  .navbar-header-white.navbar-custom .navbar-toggle {
    color: #222328;
  }
  


.follow {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff !important;
  height: auto;
  font-weight: 700;
  font-family: 'Poppins', sans-serif; 
  margin-top: 5px;
  font-size: 20px;
}


/*===== 5. Home ======*/


[data-bg-image] {
  background-size: cover;
  background-position: 50%;
}
.ts-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.ts-gallery__item.ts-floated-description {
  background-color: #000;
}

.ts-gallery__item.ts-floated-description .ts-background {
  opacity: .35;
}

.ts-background .ts-background {
  height: 100%;
  width: 100%;
}

.ts-background-repeat {
  background-repeat: repeat !important;
  background-size: inherit !important;
}

.ts-background-repeat .ts-background-image {
  background-repeat: repeat;
  background-size: inherit;
}

.ts-background-image, .ts-img-into-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ts-gallery__item h3 {
  font-weight: 400;
  font-size: 1.7rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ts-gallery.no-gutters .ts-gallery__item {
  margin-bottom: 0;
}

.ts-gallery__item {
  border-radius: 0;
  height: 25rem;
  display: flex;
  margin-bottom: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  padding: 2rem;
  overflow: hidden;
  width: 100.1%;
}

.logo{
  margin-left: 0px !important;
}






.ts-gallery__item{
  height: 19rem;
}

@media (min-width: 36rem) {
  .ts-gallery__item {
      padding: 2rem;
  }
}

.ts-gallery__item .ts-background {
  -webkit-transform: scale(1) rotate(.01deg);
          transform: scale(1) rotate(.01deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: .8s ease;
  z-index: 0;
}

.ts-gallery__item .ts-gallery__item-description {
  margin-bottom: 0;
  color: #fff;
  z-index: 2;
}


.ts-gallery__item-description {
  margin-bottom: 2rem;
}

@media (min-width: 36rem) {
  .ts-gallery__item.ts-half {
      height: calc(12.5rem - 1rem);
  }
}

.ts-gallery__item:hover .ts-background {
  -webkit-transform: scale(1.1) rotate(.01deg);
          transform: scale(1.1) rotate(.01deg);
}


.cardPortfolio {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: none;
  box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
  overflow: hidden;
}

.img-size{
  width: 105%;
  height: auto;
}


.home-fullscreen {
  height: 100%;
  min-height: 400px;
}

.home-wrapper {
  color: #ffffff;
}

.home-wrapper-alt{
  display: table-cell;
  vertical-align: middle;
}

.home-wrapper h1{
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 48px;
  margin-top: 0;
}

.home-wrapper h4 {
  line-height: 22px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 50px;
  font-size: 15px;
}

.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  outline: none !important;
}

.video-btn i {
  margin-right: 7px;
  height: 24px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #222328;
  line-height: 24px;
  border-radius: 50%;
  padding-left: 3px;
  font-size: 12px;
  display: inline-block;
}

.full-screen {
  display: table;
  height: 100%;
  width: 100%;
}


/* === HOME VARIATIONS === */
.home-small {
  padding: 210px 0 160px 0;
}


/* Home intro */
.home-intro h2 {
  color: #fff;
  font-size: 67px;
  line-height: 61px;
  margin: 0 0 40px;
  font-weight: 600;
}

.home-intro p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-right: 25%;
}

.home-intro .intro-form {
  background: #fff;
  padding: 0 40px 40px;
  border-radius: 5px;
  overflow: hidden;
}

.home-intro .intro-form input {
  height: 50px;
  margin-bottom: 15px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 20px;
  color: #000;
}

.home-intro .intro-form h5 {
  color: #fff;
  font-size: 26px;
  /* font-family: 'Hind', sans-serif; */
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: #27ae61;
  padding: 25px 40px 25px;
  margin: 0 -40px 50px;
  font-weight: 500;
}

.home-intro .intro-form h5 span {
  display: block;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  /* font-family: Lato; */
  font-family: Poppins;
  opacity: 0.5;
  margin-top: 6px;
}

.home-intro .intro-form p {
  color: #999;
  padding: 17px 30px 0px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0px;
}


/* Home Showcase */
.home-showcase {
  padding: 210px 0px 0px 0px;
}

/* Home Header-2 */
.home-header-2 {
  padding: 240px 0px 160px 0px;
}


/* Home Slider */
.home-slider {
  padding: 250px 0 200px 0;
}
#home-slider {
  position: relative;
  top: 0px;
}

#home-slider .is-prev {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 20px;
  z-indeX: 999;
  margin-top: -50px;
  color: #fff;
  line-height: 93px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  opacity: 0.4;
  transition: .4s;
}

#home-slider .is-next {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  right: 20px;
  z-indeX: 999;
  margin-top: -50px;
  color: #fff;
  line-height: 93px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  opacity: 0.4;
  transition: .4s;
}

#home-slider .is-prev:hover,
#home-slider .is-next:hover {
  opacity: 1;
  transition: .4s;
}

#home-slider .flex-direction-nav {
  display: none;
}

.home-slider .btn {
  margin-bottom: 30px;
}



/*=====6. Services ======*/

.services-box {
  text-align: center;
  padding: 30px 30px 0 30px;
  border-radius: 3px;

}


.services-box i {
  font-size: 42px;
  line-height: 95px;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.services-box h4 {
  font-weight: 600;
  text-align: center;
}

.service-name{
  flex-direction: column;
}

.services-box p{

  margin-top: 20px;
  color: #989898;
  line-height: 24px;
}

.services-box div{
  color: #989898;
  text-align: left;
  display: flex;
  padding-top: 20px;
  align-items: center;
}

.services-bullets{
  display: flex;
  justify-content: center;
}


.check-style{
display: flex;
  font-size: 30px !important;
  line-height: 0px !important;
  padding-right: 10px;
  
}

.check-first{
  padding-top: 0px !important;
}





/* === 8. Testimonials === */

.testimonial-box {
  color: #ffffff;
}

.testimonial-box h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.testimonial-box .testi-user {
  width: 48px !important;
  height: 48px !important;
  margin: 10px auto;
}




/* === 12. Contact === */
.contact-us{
  padding-bottom: 10px;
}
.form-control {
  box-shadow: none !important;
  border: 2px solid #dddddd;
  height: 40px;
}

.contact-form .form-control {
  margin-bottom: 10px;
}
.contact-form textarea.form-control {
  margin-top: 10px;
}

.parsley-errors-list {
  padding-left: 0;
}
.parsley-errors-list li {
  list-style: none;
  color: #f00;
}

.error_message {
  padding: 0;
  margin: 0 0 10px;
  color: #f00;
  font-weight: 500;
}

.contact-loader {
  float: left;
}

.contact-section{
  padding-bottom: 120px;
}

.our-work{
  padding-top: 120px;;
}

#success_page {
  text-align: center;
  margin-top: 50px;
}

#success_page h3 {
  color: #0dba26;
}

#success_page p {
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Hind', sans-serif; */
}

.contact-footer {
  padding-bottom: 70px;
}

.contact-footer-box {
  padding-top: 30px;
}

.contact-footer-box i {
  font-size: 32px;
  margin-bottom: 20px;
  display: block;
}

.contact-footer-box a {
  color: #26b4f0;
  font-size: 16px;
}

@media (max-width: 992px){
  .row-contact{
    flex-direction: column;
  }
  .row-contact .col-sm-4{
    max-width: 100%;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .contact-form .form-control {
    margin-top: 10px;
  }
}




/* === 13. Footer === */

.footer {
  padding: 50px 0;
  color: #dddddd;
  background-color: #222328 !important;
}

.footer .container .row {
  text-align: center;
}

.footer h5{
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Hind', sans-serif; */
  font-size: 16px;
}

.footer p {
  line-height: 24px;
}

.footer ul.footer-list li a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.footer ul.footer-list li a:hover  {
  color: rgba(255, 255, 255, 0.8);
}

.footer .social {
  margin-top: 20px;
}

.footer .social li a {
  background-color: rgba(255, 255, 255, 0.51) !important;
  color: #222328 !important;
}

.footer-alt .copy-rights{
  margin: 0;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-bottom: 30px;
  background-color: #222328;
}


/* === 14. Magnific-popup === */
/**
 * Fade-zoom animation for Magnific-popup
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
     -moz-transition: all 0.2s ease-in-out; 
       -o-transition: all 0.2s ease-in-out; 
          transition: all 0.2s ease-in-out; 
  -webkit-transform: scale(0.8); 
     -moz-transform: scale(0.8); 
      -ms-transform: scale(0.8); 
       -o-transform: scale(0.8); 
          transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1); 
     -moz-transform: scale(1); 
      -ms-transform: scale(1); 
       -o-transform: scale(1); 
          transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
     -moz-transform: scale(0.8); 
      -ms-transform: scale(0.8); 
       -o-transform: scale(0.8); 
          transform: scale(0.8); 
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
     -moz-transition: opacity 0.3s ease-out; 
       -o-transition: opacity 0.3s ease-out; 
          transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/*======= 15. Responsive ======*/


@media (max-width: 767px) {

  .vertical-content {
    display: inherit !important;
  }

  .features-box {
    text-align: center;
  }

  .features-box .number {
    margin: 0 auto;
  }

  .footer h5 {
    margin-top: 30px;
  }

  .title-box h4 {
    width: 95%;
  }

  .home-intro .intro-form {
    margin-top: 50px;
  }
  
}

@media (max-width: 400px){
  .iweb{
    width: 50%;
  }
  .ts-gallery__item{
    height: 13rem !important;
    margin-bottom: 10px !important;
  }
  .ts-gallery__item h3{
    font-size: 1.1rem !important;
  }
  .img-size{
    width:120% !important;
    height: auto;
  }
  .home-wrapper .row .col-md-8{
    padding-top: 40px;
  }
  .follow{
    font-size: 15px;
  }
  .footer-alt .copy-rights{
    font-size: 11px;
  }
  .home-wrapper h1 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .home-wrapper h4 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .btn{
    font-size: 10px !important;
  }
  .title-box h2{
    font-size: 22px !important;
  }
  .services-box{
    padding: 10px 10px 0 10px !important;
  }
  .title-box{
    padding-bottom: 0px !important;
  }
  .section{
    padding-top: 70px !important;
  }
  .customers-padding{
    padding-top: 70px !important;
  }
  .testimonial-box h4{
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .owl-carousel{
    padding-top: 30px;
  }
  .contact-footer-box a{
    font-size: 14px !important;
  }
  .contact-us{
    font-size: 16px;
  }
  .contact-form .form-control{
    font-size: 14px;
  }
  .home-wrapper h4{
    margin-bottom: 40px !important;
  }
  /* 
  smaller social icons
  social li a{
    height: 25px;
    width: 25px;
  }
  .list-inline-item{
    font-size: 13px;
  } */
}

@media(max-width: 577px){
  .big-version{
    display: none;
  }
  .services-box:hover i {
  color: #26b4f0;
}
}

@media(min-width: 577px){
  .small-version{
    display: none;
  }
}

@media (min-width:400px) and (max-width: 768px) {

  .ts-gallery__item{
    height: 16rem !important;
    margin-bottom: 10px !important;
  }
  .ts-gallery__item h3{
    font-size: 1.5rem !important;
  }
  .home-wrapper h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .home-wrapper h4 {
    font-size: 13px !important;
  }
  .main-title{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: 16.666667%;
  }
  .services-box{
    padding: 10px 10px 0 10px !important;
  }
}


@media only screen and (min-width: 768px){
  .iweb{
    padding-left: 10px;
    overflow: hidden;
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  .ts-gallery__item{
    height: 19rem !important;
    margin-bottom: 0px !important;
  }
  .ts-gallery__item h3{
    font-size: 1.5rem !important;
  }
  .img-size{
    width:125% !important;
    height: auto;
  }
  .home-wrapper h1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .services-box{
    padding: 10px 10px 0 10px !important;
  }
  
}

@media (min-width: 992px) and (max-width: 1140px){
  .ts-gallery__item{
    height: 18rem !important;
  }
  .home-wrapper h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .img-size{
    width:130% !important;
    height: auto;
  }
  .services-box{
    padding: 10px 10px 0 10px !important;
  }

}

@media (min-width: 1140px) and (max-width: 1200px){
  .ts-gallery__item{
    height: 18rem !important;
  }
  .img-size{
    width:115% !important;
    height: auto;
  }

}
