@font-face {
    font-family: 'Agatho Narrow';
    src: url('../fonts/AgathoNarrow.woff2') format('woff2'),
        url('../fonts/AgathoNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/********** Template CSS **********/
:root {
  --primary: #eac060;
  --secondary: #fbf5c0;
  --light: #f3f3f3;
  --color-text: #040404;
  --white-text: #fff;
  --color-hover: #FFFF80;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}
html {
  behavior: smooth;
}
body {
  color: var(--color-text);
  background: #fff;
}
a {
  color: var(--color-text);
}
a:hover {
  color: var(--primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Agatho Narrow';
  color: #b6b7b7;
}

.text-sub-title {
  color: #ffd33c !important;
}
.text-primary {
  color: var(--color-text) !important;
}
.border-primary {
  border-color: var(--primary) !important;
}
.bg-primary {
  background: #b6934d !important;
}
.bg-primary:hover {
  background: #614523 !important;
  color: #fff !important;
}
.btn-primary,
.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: var(--primary);
  border: none;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: var(--primary);
  color: var(--color-hover);
}
.btn-outline-light:hover {
  background: var(--primary);
  color: #fff;
}
.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}
.text-white-link {
  color: var(--primary);
}


.bg-trans {
  background: rgb(14 14 14 / 80%);
}
.bg-footer-trans {
  background-color: #000 !important;
}
.display-none {
  display: inline-block;
}
.text-services {
  color: var(--color-text);
  text-align: left;
  padding-left: 0;
}
.text-services-price {
  color: var(--primary);
  text-align: left;
}
.desc {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  color: #a6a6a6;
}
.with-mobile {
  width: 100%;
}

.hero-header .item-banner {
  padding-top: 250px;
  height: 100vh;
}
.hero-header .banner-01 {
  background: url(../images/banner-01.jpg) center center no-repeat;
  background-color: rgba(0, 0, 0, 27%); 
  background-size: cover;
  background-blend-mode: overlay;
}
.hero-header .banner-02 {
  background: url(../images/banner-02.jpg) center center no-repeat;
  background-color: rgba(0, 0, 0, 27%); 
  background-size: cover;
  background-blend-mode: overlay;
}
.hero-header .banner-03 {
  background: url(../images/banner-03.jpg) center center no-repeat;
  background-color: rgba(0, 0, 0, 27%); 
  background-size: cover;
  background-blend-mode: overlay;
}
.hero-header .banner-content {
  margin: 20% auto 0 auto;
}
.hero-header h1 {
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Agatho Narrow';
}

.bg-offer {
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 45%);
}
.bg-testimonial {
  background: url(../images/bg-2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 50%);
}
.bg-offer h1 {
  color: #fff;
  font-weight: 500;
  font-size: 3.5rem;
}
.bg-offer p {
  line-height: 30px;
}

.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.5s;
  color: var(--color-text);
  border: none;
  border-radius: 5px;
  background: #EAC060;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.btn:hover {
  color: var(--color-text) !important;
  background: #EAC060;
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.btn-primary {
  color: #ffffff;
}

.bg-owner {
  background: #fff;
}

.btn-square {
  width: 36px;
  height: 36px;
  background: #fff;
  color: var(--color-text);
}
.btn-square:hover {
  background: var(--primary);
  color: var(--color-text);
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 90px;
    height: 45px;
    line-height: 40px;
  border-radius: 0;
  z-index: 99;
}

.heading h2 {
  color: var(--color-text);
}
.heading h6 {
  font-family: var(--bs-font-sans-serif);
  font-size: 16px;
  color: var(--primary);
}

/*============ HEADER =================*/
header {
  background: url(../images/bg-pink.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  display: block;
  transition: top 0.3s;
  z-index: 999;
}

.top-bar {
  background: url(../images/bg-header.jpg) no-repeat center top;
  background-size: cover;
}
.top-bar a,
.top-bar span {
  color: #040404;
}
.top-bar a:hover {
  color: var(--primary);
}
.navbar {
  background: var(--color-text);
}
.navbar-light .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-left: 35px;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-text);
  outline: none;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar-light .navbar-nav .call-now {
  padding: 10px 0;
  color: var(--color-text) !important;
  border-radius: 5px;
  background: #EAC060;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.navbar-light .navbar-nav .call-now:hover {
  background: #EAC060;
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.color-price {
  text-align: right;
}

.navbar-toggler {
    padding: .3rem .7rem;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border: none;
    background: var(--primary);
    color: #fff !important;
}
.navbar-light .navbar-toggler-icon {
  background: none;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-text);
}
.navbar-light .navbar-brand {
  width: 13%;
  padding: 15px 0;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: 0.5s;
  }
  .display-none {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    width: 100%;
    height: 0px;
    top: -1px;
    left: 0;
  }

  .p-l {
    padding-left: 60px;
  }
}

.btn-play {
  position: relative;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #ffffff;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.heading h2 {
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Agatho Narrow';
  color: var(--color-text);
}

/*============ ABOUT ============*/

.about p {
  line-height: 30px;
  font-size: 16px;
}
.about .btn {
  background: #EAC060;
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.about .btn:hover {
  background: #EAC060;
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.about-p {
  padding-top: 300px;
}

/*============ SERVICE ============*/
.service-p {
  padding-top: 300px;
}
.service h5 {
  color: var(--color-text);
}
.service-item {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: solid 8px #fff;
  background: url(../images/bg-header.jpg) no-repeat center top;
  background-size: cover;
}
.service-item a i {
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}
.service-item a:hover {
  color: var(--color-text);
}
.service-item a:hover i {
  padding-left: 50px;
}
.service-item a i::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: #beaf90;
  transition: 0.3s;
}
.service-item a:hover i::after {
  width: 50px;
}
.service-p img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/*======= Gallery ===========*/
.gallery-p {
  padding-top: 300px;
}
.product-item {
  padding: 30px;
}

.product-item .btn-action {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.product-item:hover .btn-action {
  bottom: -20px;
  opacity: 1;
}

.product-carousel .owl-nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}


/*============ testimonial =============*/
.testimonial h5 {
  font-weight: 500;
  color: var(--secondary);
}
.testimonial i.bi-chat-square-quote {
  color: var(--primary);
  font-size: 40px;
}
.testimonial hr {
  background: #fff;
  opacity: 1;
}
/*============ Contact ===========*/
.contact-p {
  padding-top: 300px;
}

.footer {
  background: url(../images/bg-header.jpg) no-repeat center;
  background-size: cover;
}
.footer h5 {
  color: var(--color-text);
  border-left: solid 5px var(--color-text);
}
.footer a:hover {
  color: #cc9d2d;
}

.footer-end {
  background: var(--color-text);
}
.footer-end p a {
  color: var(--primary);
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.column-left {
  width: 107px;
}

.column-left1 {
  width: 94px;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
a.text-body.mb-2.active,
a.text-body.mb-2:hover {
  color: #b6934d !important;
  font-weight: 600;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

/* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
} */


.price-carousel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--primary);
  border-radius: 8px 8px 50% 50%;
  z-index: -1;
}

.price-carousel .owl-nav {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.team-carousel .owl-nav {
  position: absolute;
  width: 50px;
  height: 160px;
  top: calc(50% - 80px);
  right: 0;
  z-index: 1;
}

.justify-content-center {
  justify-content: center;
}
.team-carousel .owl-stage-outer {
  padding: 20px 0;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background: var(--primary);
  font-size: 22px;
  transition: all 0.3s ease;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
  background: var(--secondary);
}

.team-item {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: solid 8px #fff;
  background: var(--secondary);
  padding: 8px;
}
.team-item img {
  transition: 0.5s;
}
.team-item:hover img {
  cursor: zoom-in;
  transform: scale(1.05);
  filter: brightness(0.5);
}


.team-item .team-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ae0c172e;
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 46px;
  top: calc(50% - 23px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--color-text);
  background: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.img-logo {
  max-width: 100%;
}

.call-now {
  background: var(--primary);
}

.quick-link a {
  color: var(--color-text);
}
.quick-link a:hover,
.quick-link a.active {
  color: #cc9d2d;
}

.service-name {
  border-bottom: dashed 1px #d7d7d7;
}

.line-dash {
  height: 1px;
  background: var(--primary);
  margin: 50px 0;
}

.video-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
 iframe.v-banner {
  position: absolute;
  width: 100%;
}

@media (min-aspect-ratio: 16/9) {
  
}
@media (max-aspect-ratio: 16/9) {
  .video-banner iframe.v-banner {
    width: 100%;
  }
}


@media (min-width: 576px) {
  .blog-item .row {
    height: 300px;
  }
}

.blog-item a i {
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}

.blog-item a:hover i {
  padding-left: 50px;
}

.blog-item a i::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: var(--primary);
  transition: 0.3s;
}

.blog-item a:hover i::after {
  width: 50px;
}


@media (min-width: 1024px) {
  .p-l {
    padding-left: 60px !important;
  }
}

@media (max-width: 992px) {

  .container {
    max-width: 100%;
  }
  .navbar-collapse {
    padding: 10px 0;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
  }
  .navbar-light .navbar-brand {
    width: 20%;
    padding: 10px 0;
  }
  .hero-header .banner-content {
    margin: 40% auto 0 auto;
  }
  .about img {
    margin-top: 20px;
  }
  .about-p,
  .service-p,
  .gallery-p,
  .contact-p {
    padding-top: 200px;
  }
  /*
  .video-banner {
    height: 400px;
  }
  .video-banner iframe.v-banner {
    width: 100%;
  }
  */

}

@media (max-width: 768px) {

  .navbar-light .navbar-brand {
    width: 25%;
  }
  .hero-header .item-banner {
    height: 80vh;
  }
  .hero-header .banner-content {
    margin: 35% auto 0 auto;
  }
  .heading h2 {
    font-size: 3rem;
  }
  .border-right-img {
    padding-bottom: 15px;
  }
  .with-mobile {
    width: 405px;
  }
  .about .col-lg-7 {
    padding-bottom: 1em;
  }
  .text-services-price {
    padding-left: 0;
  }
  .read-more {
      padding: 1rem 1.5rem !important;
  }
}

@media (max-width: 480px) {

  /*
  .video-banner {
    height: 300px;
  }
  */
  .navbar-light .navbar-brand {
    width: 30%;
  }
  .hero-header .item-banner {
    height: 60vh;
  }
  .hero-header .banner-content {
    margin: 30% auto 0 auto;
  }
  .hero-header h1 {
    font-size: 3.5rem;
  }
  .heading h2,
  .bg-offer h1 {
    font-size: 2.5rem;
  }
  .about-p,
  .service-p,
  .gallery-p,
  .contact-p {
    padding-top: 150px;
  }
  .service-item {
    flex-wrap: wrap;
  }
  .service-item img {
    max-width: 100% !important;
    max-height: none !important;
  }
  .service-item>div {
    padding-top: 20px;
  }
  .team-carousel .owl-nav {
    right: auto;
    left: 0;
  }

}


@media (max-width: 375px) {
  .navbar-light .navbar-brand {
    width: 35%;
  }
  .hero-header .item-banner {
    height: 50vh;
    padding-top: 150px;
  }
}