:root {
  --light: #fff;
  --grey: #f9f9f9;
  --grey2: #e5e5e5;
  --orange: #ff4d01;
  --orange-rgb: 255, 77, 1;
  --charcoal: #222725;
  --dark: #121113;
  --accent-font: "Merryweather", sans-serif;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: var(--light);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.accent-color {
  color: var(--orange);
}
.accent-font {
  font-family: "Merriweather", sans-serif;
}
.bg-black {
  background-color: var(--dark);
}
.bg-gray {
  background-color: var(--grey2);
}
.bg-gray-2 {
  background-color: var(--charcoal);
}
.bg-main{
  background-color: var(--orange);
}
.muted {
  color: #999999;
}
.smaller {
  font-size: 0.65rem;
}
.text-underline {
  text-decoration: underline;
}

.nav-bg {
  background-color: var(--charcoal);
}
.navbar-logo {
  width: 100%;
  max-width: 60px;
}
.nav-phone {
  background-color: var(--orange);
  font-size: 1rem;
  padding: 0.5rem;
  color: var(--grey2);
}
.navbar-toggler {
  border-color: var(--orange) !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  color: #ff4d0165;
}
.flag {
  max-width: 22px;
}
.language-menu {
  width: fit-content;
  min-width: unset;
  padding: 0 .2rem;
  color: #fff;
  border:1px solid var(--orange);
  background-color: var(--charcoal);
}
.hero {
  background-image: linear-gradient(#00000066, #00000066 ), url(../img/home-repair-handyman.jpg);
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.hero-content {
  top: 50%;
  transform: translate(10%, -50%);
  width: 89vw;
}
.hero-content h3 {
  font-size: 1rem;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 33%);
  color: var(--orange);
  font-family: "Merriweather", sans-serif;
}
.hero-content h1 {
  color: var(--light);
  font-size: 2.5rem;
  line-height: 2.1rem;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 33%);
}
.hero-content p {
  color: #fff;
  font-size: 1.rem;
  line-height: 1rem;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 33%);
}
.border-left {
  border-left: 2px solid var(--orange);
}
/* CSS */
.button-89 {
  --b: 3px; /* border thickness */
  --s: 5px; /* size of the corner */

  padding: calc(0.5em + var(--s)) calc(0.9em + var(--s));
  color: var(--orange);
  --_p: var(--s);
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #0000 90deg,
      var(--orange) 0
    )
    var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
    calc(100% - var(--b) - 2 * var(--_p));
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  font-size: 0.75rem;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-89.services {
  color: var(--light);
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #0000 90deg,
      var(--light) 0
    )
    var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
    calc(100% - var(--b) - 2 * var(--_p));
}

.button-89:hover,
.button-89:focus-visible {
  --_p: -3px;
  outline-color: var(--orange);
  outline-offset: 0.05em;
}
.button-89.services:hover,
.button-89.services:focus-visible {
  outline-color: var(--light);
}

.button-89:active {
  background: var(--orange);
  color: #fff;
}
.button-89.services:active {
  background: var(--light);
  color: var(--orange);
}

.border-main__banner {
  box-shadow: 3px 4px 15px #00000054;
  border: 1px solid white;
  background-color: #f9f9f9;
}
.border-even {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.border-odd {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/*****BANNER*******/

.slick-track
{
    display: flex !important;
}
.slick-slide
{
    height: inherit !important;
}

.banner-icon {
  font-size: 3rem;
  color: var(--orange);
}
.slick-dots {
  bottom: -12%;
}
@media(max-width:430px) {
  .banner-title{
    font-size: 0.8rem;
  }
  
}
@media(max-width:430px) {
  .slick-dots {
    display: none!important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media(min-width:768px) {
  .slick-dots {
    bottom: -23%;
  }
}

.slick-dots li {
  opacity: 0.2;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  background-color: var(--orange);
  border-radius: 10px;
  width: 7px;
  height: 7px;
}
/*****END BANNER*******/
.abt-border {
  border-radius: 0 4rem 0 4rem;
  border: 2px solid var(--orange);
  height: 80vw;
  max-height: 400px;
  padding: 1rem;
  width: 100%;
  max-width: 456px;
  margin: auto;
}
.abt-img-1 {
  width: 43%;
  left: 5%;
  top: 37%;
}
.abt-img-2 {
  width: 38%;
  right: 8%;
  bottom: 4%;
}
.abt-img-3 {
  width: 41%;
  left: 21%;
  top: 7%;
}
.abt-seal {
  width: 25%;
  right: 10%;
  top: 10%;
  transform: rotate(330deg);
}
.abt-experience {
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 4px 10px #00000052;
  background-color: var(--light);
  width: 25%;
  left: 50%;
  bottom: 14%;
  line-height: 100%;
  padding-bottom: 4px;
  transform: translateX(-50%);
}
.abt-border img {
  border-radius: 0.5rem;
}
.abt-experience i {
  font-size: 12vw;
}
.abt-years {
  color: var(--orange);
  font-size: 9vw;
  font-weight: 600;
  text-shadow: 1px 1px 3px #00000052;
  padding: 4px 0 5px;
}
.abt-label {
  font-size: 3vw;
  line-height: 3vw;
  padding-top: 6%;
}
.abt-subtitle {
  font-family: "Merriweather", sans-serif;
  color: var(--orange);
  font-size: 1.25rem;
}
.abt-banner {
  border-top: 2px solid var(--orange);
  background-color: var(--grey);
  padding: 0.9rem 1rem;
  border-radius: 0 0 5px 5px;
  box-shadow: 6px 4px 5px #00000014;
}
.abt-banner p {
  padding-right: 10px;
}
.abt-award {
  font-size: 2rem;
  color: var(--orange);
}
.cta1 {
  color: var(--light);
  border: 1px solid var(--orange);
  background-color: var(--orange);
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.cta1:hover {
  background-color: var(--light);
  color: var(--orange);
}


/********SERVICES**********/
.services-card {
  border-radius: 50px;
}
.services-card.bg-main span {
  color: white;
  text-shadow: 0px 1px 8px #00000085;
}
.border-main{
  border: 2px solid var(--orange);
}
.text-main {
  color: var(--orange);
}
/**************************/
#services {
  background-color: var(--grey);
}

#contact {
  background: var(--light);
  overflow-x: hidden;
}
.ctc-container {
  height: 56vh;
  padding: 10rem 0;
}
.ctc-img {
  position: absolute;
  display: none;
}
.ctc-info {
  position: absolute;
  color: var(--dark);
  background: var(--light);
  font-size: 0.85rem;
  width: 85%;
  max-width: fit-content;
  z-index: 1;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  max-width: 320px;
}
.ctc-info-content {
  padding: 2rem;
  background-color: var(--light);
  z-index: 5;
  position: relative;
}
.ctc-accent-mob {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--orange);
  position: absolute;
  z-index: 0;
  right: -11%;
  top: -11%;
}
.ctc-info p {
  margin-bottom: 5px;
}

.ftr-logo {
  max-width: 120px;
}
.ftr-a {
  color: var(--grey2);
  margin: 0 2%;
  white-space: nowrap;
  margin: 0.2rem 2%;
}
.ftr-a:hover {
  color: var(--orange);
}
.ftr-a:before {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: var(--orange);
  transition: 300ms;
}
.ftr-a:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: var(--orange);
  transition: 300ms;
}
.ftr-a:hover:before,
.ftr-a:hover:after {
  width: 100%;
}
@media(max-width: 551px) {
  .ctc-container {
    height: 40vh;
  }
  .ctc-info {
        left: 44%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 552px) {
  .ctc-accent-mob {
    display: none;
  }
  .ctc-accent {
    content: "";
        width: 55%;
        height: 81%;
        border: 2px solid var(--orange);
        position: absolute;
        z-index: -1;
        right: -6%;
        top: -11%;
  }
  .ctc-img {
    display: flex;
    position: absolute;
    width: 83%;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
  }
  
}
@media (min-width: 576px) {
  .hero {
    background-image: linear-gradient(#00000000, #00000000 ), url(../img/home-repair-handyman.jpg);
    height: 55vh;
    
  }
  .hero-content {
    max-width: 500px;
    transform: translate(11%, -50%);
  }
  .hero-content h3 {
    font-size: 1.4rem;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .hero-content p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .banner-container {
    bottom: -110px;
  }
  .banner-item {
    max-width: 120px;
  }
  .abt-experience i {
    font-size: 5rem;
  }
  .abt-years {
    font-size: 3.5rem;
  }
  .abt-label {
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 6%;
  }
}
@media(min-width: 645px) {
  .ctc-corner {
    width: 24%;
    height: 20%;
    position: absolute;
    right: -14%;
    border-left: 55px solid var(--light);
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-right: 55px solid transparent;
    top: -19%;
    z-index: 1;
    transform: rotate(-44deg);
  }
}
@media (min-width: 768px) {
  .abt-border {
    margin-left: auto;
    margin-right: 10%;
  }
  .abt-img-1 {
    width: 50%;
    left: 5%;
    top: 37%;
  }
  .abt-img-2 {
    width: 45%;
    right: 8%;
    bottom: 4%;
  }
  .abt-img-3 {
    width: 51%;
    left: 15%;
    top: 12%;
  }
  .abt-seal {
    width: 35%;
    right: 10%;
    top: 20%;
    transform: rotate(330deg);
  }
  .abt-experience i {
    font-size: 4rem;
  }
  .abt-years {
    font-size: 2.5rem;
  }
  .abt-label {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding-top: 6%;
  }
  .ctc-img {
    right: 10%;
  }
  .ctc-info {
    left: 6%;
  }
  .navbar-collapse {
    position: unset!important;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 81vh;
  }
  .hero-content {
    max-width: 800px;
    transform: translate(13%, -50%);
  }
  .hero-content h3 {
    font-size: 2rem;
  }
  .hero-content h1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  .hero-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .button-89 {
    font-size: 1.2rem;
  }
  .banner-item {
    max-width: 200px;
  }
  .banner-item p {
    font-size: 1rem;
    font-weight: 600;
  }
  .abt-img-1 {
    width: 43%;
    left: 5%;
    top: 37%;
  }
  .abt-img-2 {
    width: 38%;
    right: 8%;
    bottom: 4%;
    max-width: 171px;
  }
  .abt-img-3 {
    width: 41%;
    left: 21%;
    top: 7%;
  }
  .abt-seal {
    width: 25%;
    right: 10%;
    top: 10%;
    transform: rotate(330deg);
  }
  .ctc-img {
    right: 20%;
  }
  .ctc-info {
    left: 17%;
  }
}
@media (min-width: 1200px) {
  .banner-item {
    max-width: 190px;
  }
  .ctc-img {
    right: 25%;
  }
  .ctc-info {
    left: 22%;
  }
}

.navbar-collapse {
  position: absolute;
    width: 100%;
    background: var(--charcoal);
    top: 78px;
    z-index: 1;
    left: 0;
    padding: 0 1rem;
}

/***GALLERY***/
.gallery {
  padding: 2rem;
  max-width: 1800px;
  margin: 0 auto;
}

.grid {
  display: flex;
  margin-left: -1rem;
  width: auto;
}

.grid-sizer,
.grid-item {
  width: calc(20% - 1rem);
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.grid-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
    margin-left: 0;
  }
}
.grid-item img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.grid-item img:hover {
  transform: scale(1.05);
  z-index: 2;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px black;
  border-radius: 8px;
}

.hidden {
  display: none;
}

/***END GALLERY***/