@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-hero-title {
    font-size: 65px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin-left: 150px;
  }

  .tp-studio-service-ptb {
    padding-top: 70px;
  }
  .tp-studio-portfolio-inner-title {
    font-size: 35px;
  }
  .tp-offcanvas-top {
    margin-bottom: 50px;
  }
  .tp-studio-height {
    height: 100vh;
    width: 100vw;
  }
  .tp-offcanvas-title {
    font-size: 30px;
  }
  .tp-studio-cta-title {
    margin-top: 70px;
    font-size: 30px !important;
  }
  .tp-btn-black-animated span.btn-1 {
    height: 105px;
    line-height: 100px;
  }

  .tp-btn-black-animated span.btn-2 {
    height: 105px;
    line-height: 100px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .tp-studio-hero-title {
    font-size: 36px !important;
  }
  .tp-studio-cta-title {
    font-size: 32px !important;
    margin-bottom: 80px;
  }
  .company-text {
    position: fixed;
    bottom: 0;
    left: 15%;
  }
}

/* IPad */
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-hero-title {
    font-size: 70px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-hero-title {
    font-size: 70px !important;
  }
  .tp-studio-portfolio-inner-title {
    font-size: 50px !important;
  }
}

.tp-studio-plr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-studio-service-ptb {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.tp-btn-black-animated span.btn-expand {
  background-color: #061bb0 !important;
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 0 !important;
  height: 0 !important;
}
.tp-offcanvas-social ul li a {
  background-color: black;
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a:hover {
  background-color: #061bb0;
  border-color: #061bb0;
  color: var(--tp-common-white);
}
.tp-studio-cta-title {
  font-size: 35px;
}
#myline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #92d8eb;
}
