@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../fonts/aileron/aileron.css");
@import url("../fonts/aileron/arial.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.black-btn {
  padding: 1.27rem 2.79rem;
  border-radius: 2.40969rem;
  background: #000;
	border:1px solid #000;
  color: #fff;
  font-family: Arial;
  font-size: 1.21069rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66469rem; /* 137.5% */
}
.black-btn:hover {
  color: #000;
  background: #fff;
	border:1px solid #000;
}

.white-btn {
  padding: 1.06rem 2.63rem;
  border-radius: 60px;
  background: #fff;
  color: #000;
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem; /* 137.5% */
	border:1px solid #fff;
}
.white-btn:hover {
  color: #fff;
  background: transparent;
	border:1px solid #fff;
}
body {
  font-family: Aileron;
  overflow-x: hidden;
  color: #000;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

header {
  background: #fff;
  padding: 1.25rem 0;
}
header .logo-sec a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .logo-sec a img {
  display: block;
}
@media (min-width: 62rem) {
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul li a {
    display: flex;
    align-items: center;
    margin:0 1.5rem;
    color: #000;
    font-family: Arial;
    font-size: 1.40625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8125rem; /* 200% */
  }
  header nav ul li a:hover {
    color: #000;
  }
  header nav ul .active a {
    font-weight: 500;
  }
  header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.125rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 18.5625rem;
    margin-right: 0;
    color: #000;
    font-family: Poppins;
    font-size: 1.40625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8125rem; /* 200% */
    text-transform: uppercase;
    border-bottom: 0.0625rem dashed #4c8589;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children ul.sub-menu li a:hover:hover {
    color: #4c8589;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}
header .menu-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-btn {
  padding: 1.1rem 2.2rem;
  border-radius: 1.875rem;
  background: #000;
  color: var(--White, #fff);
  text-align: center;
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
  letter-spacing: 0.045rem;
	margin:0 0 0 20px;
	border:1px solid #000;
}
header .header-btn:hover{
  border:1px solid #000;
  background: #fff;
  color: #000;
}
.banner {
  padding: 11.5rem 0;
  background: #000;
}
.banner h1 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 3.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 131.148% */
  letter-spacing: -0.11438rem;
  text-transform: capitalize;
  max-width: 65.8125rem;
  margin: 0 auto 0.94rem;
}
.inner_banner h1 {
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.5rem;
    letter-spacing: -0.11438rem;
    text-transform: none;
    max-width: 65.8125rem;
    margin: 0 auto;
}
.banner h5 {
  color: #fff;
  text-align: center;
  font-family: Aileron;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 6.4375rem; /* 257.5% */
  letter-spacing: -0.075rem;
  text-transform: capitalize;
}

.hm-sec1 {
  padding: 4rem 0;
}
section.logoslider {
    padding: 4rem 0 0;
}
.hm-sec1 h2 {
  color: #2b2b2b;
  text-align: center;
  font-family: Arial;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 8.75rem; /* 109.375% */
  letter-spacing: -0.12rem;
}
.hm-sec1 p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Arial;
  font-size: 1.41306rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.97831rem */
  max-width: 27rem;
  margin: auto;
  margin-bottom: 1.25rem;
}

.hm-sec2 {
  padding: 4.5rem 0;
  background: #000;
}
.hm-sec2 h2 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.92363rem; /* 98.091% */
  margin-bottom: 4rem;
}
.hm-sec2 .services {
  display: flex;
  justify-content: center;
  gap: 2.42rem;
  flex-wrap: wrap;
}
.hm-sec2 .services li {
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Aileron;
  font-size: 1.59744rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.36794rem; /* 148.235% */
}

.hm-sec3 {
  padding: 7.5rem 0;
}
.hm-sec3 h2 {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 5.95rem */
  margin-bottom: 6.19rem;
}
.hm-sec3 h2 span {
    font-style: italic;
}
.hm-sec3 .standard-card {
  display: flex;
  gap: 0 1.98rem;
  align-items: center;
  padding: 1.09rem 1.64rem;
  border-radius: 6.25rem;
  border: 1.75px solid #000;
  margin-bottom: 2.19rem;
}
.hm-sec3 .standard-card .image {
  width: 7.1255rem;
  height: 7.1255rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
	border:1px solid #fff;
  border-radius: 50%;
}
.hm-sec3 .standard-card .tx {
  width: 70%;
}
.hm-sec3 .standard-card .tx h6 {
  color: #000;
  font-family: Aileron;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 3.06169rem */
  margin-bottom: 0;
}

footer {
  padding: 3.5rem 0;
  background: #000;
}
footer * {
  color: #fff;
}
footer p {
    color: #FFF;
    font-family: Aileron;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.5%;
}
footer .ft-logo {
  display: block;
  margin-top: 0.87rem;
  margin-bottom: 1.31rem;
}
footer .mail {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2.31rem;
}
footer .social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.62rem;
  border-top: 1px solid #404040;
  margin-top: 4.5rem;
}
footer .copyright .links {
  display: flex;
  gap: 2rem;
}
footer .copyright .links li a {
  color: #fff;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer .copyright h6 {
  color: #fff;
  font-family: Aileron;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.hm-sec6 {
  position: relative;
}
.hm-sec6 > img {
  display: block;
  width: 100%;
}
.hm-sec6 .tx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.hm-sec6 .tx h2 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.0625rem; /* 101.563% */
  letter-spacing: 0.08rem;
  margin-bottom: 2.5rem;
}

.hm-sec6 .tx h2 span{
	font-style:italic;
}

section.testimonial {
  padding: 7.44rem 0 7.75rem;
  background-color: #000;
  overflow: hidden;
}
section.testimonial h2 {
  max-width: 63.5625rem;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem;
  letter-spacing: -0.045rem;
  margin: 0 auto 2.19rem;
}
section.testimonial h5 {
  color: #fff;
  text-align: center;
  font-family: Aileron;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5.62rem;
}
section.testimonial .owl-nav {
  margin: 0;
}
section.testimonial .owl-nav button {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff !important;
  border-radius: 50% !important;
  background-image: url("../images/slid-arow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
}
section.testimonial .owl-nav button span {
  display: none;
}
section.testimonial .owl-nav button.owl-prev {
  transform: scaleX(-1);
  left: -6rem;
}
section.testimonial .owl-nav button.owl-next {
  right: -6rem;
}
section.testimonial .owl-nav button.disabled {
  opacity: 0;
}
section.testimonial .item {
  border-radius: 1.25rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
  padding: 3.34rem 3.57rem 3.78rem 3.34rem;
}
section.testimonial .item h4 {
  color: #fff;
  font-family: Aileron;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.84rem;
}
section.testimonial .item p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.76rem;
/*   max-width: 24.41638rem; */
}
section.testimonial .item .profile {
  display: flex;
  align-items: center;
  gap: 1.08rem;
}
section.testimonial .item .profile figure {
  display: table;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
section.testimonial .item .profile img {
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section.testimonial .item .profile h6 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans";
  font-size: 1.325rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  margin: 0;
}
section.testimonial .item .profile h6 span {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.49rem;
}
section.testimonial .owl-stage-outer {
  overflow: visible;
}

section.creativity {
  padding: 7.625rem 0 8.75rem;
}
section.creativity h2 {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem; /* 96.667% */
	
  margin-bottom: 0.5rem;
}
section.creativity h2 span{
	font-style:italic;
}
section.creativity h5 {
  color: #000;
  font-family: Arial;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.625rem;
  margin-bottom: 3.13rem;
  text-align: center;
}
section.creativity ul.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.25rem;
  margin-bottom: 3.75rem;
}
section.creativity ul.social-icon li a {
  display: table;
}
section.creativity ul.social-icon li img {
  width: auto;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.creativity ul.print-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.creativity ul.print-images li {
  display: table;
  width: 22%;
}
section.creativity ul.print-images li img {
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#cookieModal {
  text-align: center;
  z-index: 99999999;
}
#cookieModal .modal-body {
  padding: 0;
}
#cookieModal .modal-dialog {
  max-width: 43.125rem;
}
#cookieModal .modal-dialog .modal-content {
  padding: 4.12rem 4.04rem 5.07rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 3px 14px 0px rgba(74, 58, 255, 0.03), 0px -2px 4px 0px rgba(20, 20, 43, 0.12), 0px 12px 44px 0px rgba(20, 20, 43, 0.34);
}
#cookieModal button.btn-close {
  position: absolute;
  right: 1.79rem;
  top: 1.75rem;
  box-sizing: content-box;
  width: 1.2em;
  height: 1.2em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
  opacity: 1;
}
#cookieModal .image {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 12.5rem;
  background: rgba(0, 0, 0, 1);
  margin: 0 auto 1.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookieModal .image img {
  width: 75%;
  filter: invert(1);
}
#cookieModal h3 {
  color: #000;
  text-align: center;
  font-family: "Ibarra Real Nova";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem; /* 135.294% */
  margin-bottom: 0.5rem;
}
#cookieModal p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Aileron;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 166.667% */
  max-width: 30.8125rem;
  margin: 0 auto 2rem;
}
#cookieModal .newsletter-form {
  max-width: 59rem;
  margin: auto;
}
#cookieModal .newsletter-form form {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
}
#cookieModal .newsletter-form form .form-wrap {
  width: 100%;
}
#cookieModal .newsletter-form input:not([type=submit]) {
  width: 100%;
  border-radius: 3.75rem;
  border: 1px solid #000;
  background: #fff;
  padding: 1.8rem 2.48rem;
  padding-right: 30%;
  box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
  color: #ACACAC;
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 111.111% */
}
#cookieModal .newsletter-form input:not([type=submit])::-moz-placeholder {
  color: #ACACAC;
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 111.111% */
}
#cookieModal .newsletter-form input:not([type=submit])::placeholder {
  color: #ACACAC;
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 111.111% */
}
#cookieModal .newsletter-form input:not([type=submit]):focus {
  outline: none;
  border: 0px;
}
#cookieModal .newsletter-form input[type=submit] {
  border-radius: 0.125rem;
  border-radius: 3.75rem;
  background: #000;
  box-shadow: 0px 3px 12px 0px rgba(74, 58, 255, 0.18);
  height: 70%;
  outline: none;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 111.111% */
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.inner_banner {
    padding: 0;
    min-height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.inner_banner ul {
    text-align: center;
    margin: 0;
    padding: 5rem 0 0;
}
.inner_banner ul li {
    color: #fff;
    display: inline-block;
}
.inner_banner ul li a{
    color: #fff;
}
section.about-sec {
    padding: 80px 0;
	background:#000;
}
section.about-sec h2 {
    color: #fff;
    text-align: left;
    font-family: Arial;
    font-size: 3.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 3rem;
}
.inner_banner h1 span {
    font-style: italic;
}
section.about-sec p {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-family: Arial;
    font-size: 1.41306rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: auto;
    margin-bottom: 1.25rem;
}
section.about-hm-sec1 {
    background: #000;
}
.about-hm-sec1 h2 {
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 8.75rem;
    letter-spacing: -0.12rem;
}
.about-hm-sec1 p {
    color: rgb(255 255 255 / 80%);
    text-align: center;
    font-family: Aileron;
    font-size: 1.41306rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 27rem;
    margin: auto;
    margin-bottom: 1.25rem;
}
section.testimonial.about-testimonial {
    background: #fff;
}
section.testimonial.about-testimonial h3 {
    max-width: 63.5625rem;
    color: #000000;
    text-align: center;
    font-family: 'Outfit';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.625rem;
    letter-spacing: -0.045rem;
    text-transform: uppercase;
    margin: 0 auto 0.19rem;
}
section.testimonial.about-testimonial h2 {
    max-width: 63.5625rem;
    color: #000000;
    text-align: center;
    font-family: Arial;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.625rem;
    letter-spacing: -0.045rem;
    text-transform: uppercase;
    margin: 0 auto 2.19rem;
}
section.testimonial.about-testimonial h5 {
    color: #000;
    text-align: center;
    font-family: Aileron;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 5.62rem;
}
section.testimonial.about-testimonial .item {
    border-radius: 1.25rem;
    border: 1px solid #000000;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
    padding: 3.34rem 3.57rem 3.78rem 3.34rem;
}
section.testimonial.about-testimonial .item h4 {
    color: #000;
}
section.testimonial.about-testimonial .item p {
    color: rgba(0, 0, 0, 0.5);
}
section.testimonial.about-testimonial .item .profile h6 {
    color: rgba(0, 0, 0, 0.5);
}
section.testimonial.about-testimonial .item .profile h6 span {
    color: #000;
}
/* FAQ Item Styles */
section.about-faq h5 {
    color: #ffffff91;
    text-align: center;
    font-family: 'Outfit';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 5.62rem;
}
.faq-box {
    max-width: 548px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    margin-bottom: 10px;
    padding:15px 32px;
    border-radius: 30px;
	transition: transform 0.3s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 0;
	transition: transform 0.3s ease;
  outline: none;
	color:#000;
}

.faq-icon {
	transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease;
    background: #000;
    padding: 6px 15px;
    border-radius: 50%;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 100%;
}
section.hm-sec2.serv-page {
    background: #fff;
}
.serv-page h3 {
    color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px; /* 125% */
}
.serv-page p {
    color: #000;
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
}
section.hm-sec2.serv-page .services li {
    background: #070707;
    color: #ffffff;
}
section.hm-sec2.serv-page .services li a {
    color: #fff;
}
section.hm-sec1.serv-hm-sec1 {
    background: #000;
}
section.hm-sec1.serv-hm-sec1 h3 {
    color: #fff;
    text-align: left;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.75rem;
}
section.hm-sec1.serv-hm-sec1 h2 {
    color: #fff;
    text-align: left;
    font-family: Arial;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem;
    letter-spacing: -0.12rem;
}
.row.box_bebefite {
    padding: 120px 0 0;
}
section.hm-sec1.serv-hm-sec1 p {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
}
section.hm-sec1.serv-hm-sec1 .box_bebefite p {
    color: #9593A4;
    text-align: left;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
}
.box_bebefite .col-md-4:nth-child(1), .box_bebefite .col-md-4:nth-child(2), .box_bebefite .col-md-4:nth-child(4), .box_bebefite .col-md-4:nth-child(5) {
    border-right: 1px solid #ffffff4d;
    border-bottom: 1px solid #ffffff4d;
    padding: 30px 30px;
}
.box_bebefite .col-md-4:nth-child(7), .box_bebefite .col-md-4:nth-child(8) {
    border-right: 1px solid #ffffff4d;
    padding: 30px 30px;
}
.box_bebefite .col-md-4:nth-child(3), .box_bebefite .col-md-4:nth-child(6){
    border-bottom: 1px solid #ffffff4d;
    padding: 30px 30px;
}
.col-md-4:nth-child(9) {
    padding: 30px 30px;
}
.box_bebefite img {
    margin: 0 0 20px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.gallery a {
    display: block;
    text-decoration: none;
    width: 30%;
    overflow: hidden;
    outline: none;
    margin: 15px;
}

.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.gallery a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    width: 100%;
    height: 361px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
}

.bg:hover {
    transform: scale(1.1,1.1);
}

@media(max-width: 991px) {

	.gallery a {
		width: 50%;
	}

}

@media(max-width: 767px) {

	.gallery a {
		width: 100%;
	}

	.bg {
		height: 300px;
	}

}
section.hm-sec2.serv-page h2 {
    color: #000;
	margin-bottom: 1rem;
}
.serv-page h4 {
    text-align: center;
    color: #000;
    margin: 0 0 20px;
    font-family: 'Outfit';
    text-transform: uppercase;
    font-size: 16px;
}
.cntact-box {
    max-width: 90%;
    margin: 0 auto;
}
.cont-serv-page p {
    text-align: center;
    color: #000;
    margin: 0 0 40px;
    font-family: Arial;
    font-size: 16px;
}
.cntact-box form {
    margin: 0 auto;
}
.form-control {
    font-family: Arial;
    display: block;
    width: 100%;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #313131;
}
.form-control::placeholder {
    color: #a5a5a5;
}
.form-control::placeholder {
    color: #a5a5a5;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form-control::placeholder {
    color: #000;
    opacity: 1
}
.sub-btn {
    text-align: center;
}
.btn-black {
    background: #000;
    display: inline-block;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 15px 35px;
    border: none;
	border-radius: 38.727px;
}
.srvsing-page h2 {
    text-align: left;
    font-size: 40px;
}
.srvsing-page h3 {
    text-align: left;
    font-size: 30px;
	font-family: Arial;
    font-style: normal;
    font-weight: 700;
}
.srvsing-page p {
    text-align: left;
    color: #000;
    margin: 0 0 25px;
    font-family: Arial;
    font-size: 16px;
}
.srvsing-page ul {
    text-align: left;
    color: #808080;
    margin: 0;
    font-family: Arial;
    font-size: 16px;
	padding:0;
}
.srvsing-page ul li {
    display: block;
    padding: 8px 0px 8px 40px;
    background: url(../images/rightIcon.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.video_banner video {
    width: 100%;
/*     height: 652px; */
    opacity: 0.8;
    object-fit: cover;
}
.video_banner {
    padding: 0;
/*     height: 652px; */
    overflow: hidden;
}
.banner_content {
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 0;
    right: 0;
}
section.testimonial.about-testimonial.work_sec h2 {
    text-transform: none;
}
section.testimonial.about-testimonial.work_sec h5 {
    max-width: 462px;
    margin: 0 auto 40px;
    font-size: 18px;
}
.cntact-box h2 {
    text-align: left;
    font-size: 42px;
}
.contact_rigt {
    background: #000;
    border-radius: 5px;
    padding: 100px 55px;
}
.contact_rigt h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.contact_rigt p {
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.contact_rigt ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 20px 0 0;
}
.contact_rigt a.mail {
    color: #fff;
}
.contact_rigt a.mail span {
    margin: 0 0 0 10px;
}
section.logoslider {
    padding: 3rem 0;
    background: rgba(0, 0, 0, 0.05);
}
.download_box {
    background: rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 5px;
	text-align:center;
}
.download_box h3{text-align:center;}
a.btn-cont {
    border: 1px solid #000;
    padding: 15px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    background: #000;
    color: #fff;
    font-family: 'Outfit';
    border-radius: 5px;
}
.cntact-box label {
    font-weight: 600;
}
.cntact-box label span{
    color:red;
}
/*# sourceMappingURL=style.css.map */

.card {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 370px;
    height: 506px;
    border-radius: 20px;
    overflow: hidden;
    scroll-snap-align: center;
    background-color: #222;
    color: white;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 69.17%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.card-text {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    padding: 15px 20px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 69.17%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.item a {
    width: 100%;
}
.services {
	padding: 60px 0;
}
.services_content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 25px;
}
.services_content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.service-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index:1;
}
.service-box h3 {
	color: #FFF;
	font-family: Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 125% */
}
.service-box p {
	color: #FFF;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
}
.service-box a {
	color: #FFF;
	font-family: Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 125% */
}
.services h2 {
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin: 0 0 100px;
}
.big-service-box p {
    max-width: 640px;
}
.srvsing-page_img img {
    width: 100%;
}
.current-menu-item::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: black;
    margin: 0 auto;
    /* position: absolute; */
}
.hm-sec3 .standard-card:hover {
    background: #000;
    transition: transform 0.4sease-in-out;
}
.hm-sec3 .standard-card:hover .tx h6{
	color:#fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.swiper-pagination-bullet-active {
    background: red;
}

.tabs {
    font-family: Arial, sans-serif;
}

.tab-buttons {
    display: flex;
    border-bottom: 2px solid #ddd;
}

.tab-btn {
    flex: 1;
    padding: 12px;
    cursor: pointer;
    background: #f5f5f5;
    border: none;
    outline: none;
    transition: 0.3s;
}

.tab-btn:hover {
    background: #e0e0e0;
}

.tab-btn.active {
    background: #fff;
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-content.active {
    display: block;
}