@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
    margin-top: -30px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
    display: block;
  }
}
:root {
  --c-black: #454545;
  --c-white: #ffffff;
  --c-primary: #ec5e20;
  --c-secondary: #131629;
  --c-primary-light: #F5EFE6;
}

@keyframes arrow-d {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-size: 15px;
  line-height: 1.733;
  color: #454545;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
}

.bg-grey {
  background-color: #f7f3f3;
}

.link a {
  padding: 8px 15px 6px;
  border: 1px solid #f32f36;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #f32f36;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #f32f36 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 0.32s ease-out;
}
.link a:hover {
  border: 1px solid #f32f36;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.link2 a {
  padding: 6px 15px;
  border: 1px solid var(--c-primary);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--c-primary);
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 0.32s ease-out;
}
.link2 a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.bg-gray {
  background-color: #f1f1f1;
}

h4 {
  font-size: 21px;
  line-height: 1.8em;
  font-weight: 300;
}

.common-banner .page-title h1, .common-banner .page-title h2, .products-section .title-wrapper h2, .portfolio-section .title-wrapper h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .common-banner .page-title h1, .common-banner .page-title h2, .products-section .title-wrapper h2, .portfolio-section .title-wrapper h2 {
    font-size: 3.125rem;
  }
}

.contact-us .contact-form h2, .contact-us .contact-details h2, h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 576px) {
  .contact-us .contact-form h2, .contact-us .contact-details h2, h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .contact-form h2, .contact-us .contact-details h2, h2 {
    font-size: 2.1875rem;
  }
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-80, .contact-us {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .py-80, .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .py-80, .contact-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100, .bg-gray {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .py-100, .bg-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .py-100, .bg-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 30px;
}
@media screen and (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}
.pt-80 {
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .pt-80 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}
.pt-90 {
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .pt-90 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .pt-90 {
    padding-top: 90px;
  }
}
.pt-100 {
  padding-top: 50px;
}
@media screen and (min-width: 576px) {
  .pt-100 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .pt-100 {
    padding-top: 100px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-60 {
  padding-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
.pb-80 {
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-90 {
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .pb-90 {
    padding-bottom: 90px;
  }
}
.pb-100 {
  padding-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
.pb-150 {
  padding-bottom: 60px;
}
@media screen and (min-width: 576px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-150 {
    padding-bottom: 150px;
  }
}

h5 {
  font-size: 17px;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

/*-------==========  Typography End  ==========------ */
.header {
  background-color: var(--c-white);
  width: 100%;
  z-index: 8;
  padding: 15px 0px;
  position: relative;
}
.header .logo-head {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #8f1816;
}
.header .logo-text {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: 800;
}
.header::before {
  content: "";
  width: 100%;
  background-image: url("images/header-vectror.png");
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: left;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.menu-open .header {
  position: fixed;
}
@media screen and (min-width: 1200px) {
  .header .social-links {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
  }
}
.header .social-links .link-item {
  transition: 0.55s all;
  line-height: 30px;
}
.header .social-links .link-item a {
  transition: 0.32s all;
  display: block;
  color: var(--c-black);
  font-size: 12px;
}
.header .social-links .link-item a i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .header .social-links .link-item a i {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .header .social-links .link-item a {
    font-size: 14px;
  }
}
.header .social-links .link-item:hover {
  color: #000;
}
.header .header-inner {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: auto;
  position: relative;
  z-index: 25;
}
@media screen and (min-width: 1200px) {
  .header .header-inner {
    flex-wrap: wrap;
  }
}
.header .header-inner .site-logo {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .site-logo {
    order: 2;
  }
}
.header .header-inner .site-logo img {
  max-width: 110px;
}
@media screen and (min-width: 768px) {
  .header .header-inner .site-logo img {
    max-width: 200px;
  }
}
.header .header-inner .site-logo .site-texzt {
  padding-left: 10px;
  margin-top: 8px;
}
.header .header-inner .site-logo h4 {
  font-weight: 400;
  color: var(--c-black);
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
}
.header .header-inner .main-navigation .menu {
  margin: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header .header-inner .main-navigation .menu {
    padding: 20px 0;
  }
}
.header .header-inner .main-navigation .menu > li {
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header .header-inner .main-navigation .menu > li {
    display: flex;
    padding: 0px 1.5vw 0;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-inner .main-navigation .menu > li {
    width: 100%;
    padding: 10px 15px;
  }
}
.header .header-inner .main-navigation .menu > li a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transform: 0.32s all;
  color: var(--c-black);
  text-transform: uppercase;
}
.header .header-inner .main-navigation .menu > li a:hover {
  color: #f32f36;
}
.header .header-inner .main-navigation .menu > li.link {
  padding-right: 0;
}
.header .header-inner .main-navigation .menu > li.link a {
  color: #f32f36;
}
.header .header-inner .main-navigation .menu > li.link a:hover {
  color: var(--c-white);
}
@media screen and (max-width: 1199px) {
  .header .header-inner .menu-toggle {
    order: 3;
  }
}
.header .social-links {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d3d3;
}
@media screen and (max-width: 1199px) {
  .header .social-links {
    order: 1;
    width: 100%;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header .social-links {
    border-bottom: 0px;
    margin-bottom: 0px;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .header .header-inner .main-navigation {
    position: fixed;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    left: 0;
    background-color: #F6F6F6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.32s ease-in-out;
    transform: scale(0.9);
    z-index: 12;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .main-navigation {
    top: 126px;
  }
}
.menu-open .header .header-inner .main-navigation {
  transform: scale(1);
  opacity: 1;
  transition: all 0.32s ease-in-out;
  visibility: visible;
}

.menu-toggle {
  position: relative;
  z-index: 13;
  cursor: pointer;
  width: 24px;
  right: 0;
  transition: 0.3s ease;
  height: 24px;
}
.menu-toggle span {
  position: absolute;
  padding: 1.5px 0 1.5px;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  background-color: var(--c-black);
  transition: all 0.2s ease-in-out;
  display: block;
}
.menu-open .menu-toggle span:nth-child(1) {
  opacity: 0;
}
.menu-toggle span:nth-child(2) {
  transform: translateY(-9px);
}
.menu-open .menu-toggle span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle span:nth-child(3) {
  transform: translateY(9px);
}
.menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
footer {
  padding: 0;
}

footer .footer-menu {
  background: #fff;
  padding: 59px 0px;
}

@media screen and (max-width: 767px) {
  footer .footer-menu {
    padding: 40px 0px;
  }
}
footer .footer-menu {
  position: relative;
  overflow: hidden;
}
footer .footer-menu::after {
  content: "";
  width: 300px;
  height: 300px;
  background-image: url("images/background-abstract.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
footer .footer-menu .region-footer {
  position: relative;
  z-index: 2;
}

footer .footer-menu .logo img {
  max-width: 250px;
  height: auto;
  width: 100%;
}

footer .footer-menu .logo a {
  text-decoration: none;
}

.site-logo .logo-head {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #8f1816;
}
.site-logo .logo-text {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: 800;
  color: #000;
}

footer .footer-menu .logo p {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}

footer .footer-menu .region-footer .email a {
  font-size: 14px;
  color: var(--c-black);
  text-decoration: none;
}

footer .footer-menu .region-footer .email a:hover {
  color: #000;
  transition: 0.3s;
}

footer .footer-bottom {
  background: #000;
  padding: 16px 0px;
}

footer .footer-bottom .region-footer-bottom .copyright {
  text-align: center;
}

footer .footer-bottom .region-footer-bottom .copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

footer .footer-bottom .region-footer-bottom .copyright p a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom .region-footer-bottom .copyright p a {
    display: block;
  }
  footer .footer-bottom .region-footer-bottom .copyright p a:first-child {
    display: inline;
  }
}
footer .footer-bottom .region-footer-bottom .copyright p a:hover {
  color: #ec5e20;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .region-footer {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .region-footer .footer-logo-section {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.region-footer .menu-link {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .region-footer .menu-link {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .region-footer .menu-link {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.region-footer .menu-link li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .region-footer .menu-link li {
    margin-bottom: 10px;
  }
}
.region-footer .menu-link li a {
  font-weight: 600;
}
.region-footer .footer-newsletter {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .region-footer .footer-newsletter {
    width: 100%;
    justify-content: center;
  }
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  background-color: var(--c-white);
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  transition: all 0.3s ease-out;
  color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: var(--c-black);
  font-size: 18px !important;
  font-weight: 900;
}
.swiper-button-prev i,
.swiper-button-next i {
  display: none;
}

.home-banner-section {
  position: relative;
}
.home-banner-section .hero-section {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.home-banner-section .hero-section img {
  width: 100%;
}
.home-banner-section .hero-section .swiper-inne-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}
.home-banner-section .hero-section .swiper-inne-wrapper .swiper-inner {
  color: #fff;
  max-width: 757px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-banner-section .hero-section .swiper-inne-wrapper .swiper-inner .title h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
}
.home-banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("images/header-vectror1.jpg");
}

.project-section .prject-items {
  padding: 20px 0;
}
.project-section .prject-items .project-item {
  background-color: var(--c-white);
  padding: 20px;
}
.project-section .prject-items .project-item .image-wrapper {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px -10px;
}
.project-section .prject-items .project-item .image-wrapper .image {
  width: 50%;
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .project-section .prject-items .project-item .image-wrapper .image {
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .project-section .prject-items .project-item .image-wrapper .image {
    width: 20%;
  }
}

.jump-top {
  cursor: pointer;
  background-color: var(--c-white);
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  transition: all 0.3s ease-out;
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 22;
  display: flex;
  box-shadow: 0 0px 6px #cdcdcd;
  transform: rotate(-90deg);
  scroll-behavior: smooth;
}
.jump-top::after {
  content: "" !important;
  margin: auto;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--c-white);
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("images/chev-right.svg");
}

.portfolio-section .title-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.portfolio-section .portfolio-items {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .portfolio-section .portfolio-items {
    margin: 0px -10px;
  }
}
.portfolio-section .portfolio-items .portfolio-item {
  width: 100%;
  padding: 10px 0;
  color: var(--c-black);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .portfolio-section .portfolio-items .portfolio-item {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-section .portfolio-items .portfolio-item {
    width: 25%;
  }
}
.portfolio-section .portfolio-items .portfolio-item .image {
  position: relative;
  background-color: var(--c-white);
  padding: 10px;
  height: 100%;
}
.portfolio-section .portfolio-items .portfolio-item .image .image-inner {
  overflow: hidden;
  position: relative;
  padding: 0 0 100%;
}
.portfolio-section .portfolio-items .portfolio-item .image:hover img {
  transform: scale(1.2);
}
.portfolio-section .portfolio-items .portfolio-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.32s ease-in-out;
}
.portfolio-section .portfolio-items .portfolio-item .title {
  padding-top: 20px;
  text-align: center;
}
.portfolio-section .portfolio-items .portfolio-item .title h3 {
  font-size: 16px;
  font-weight: 600;
}
.portfolio-section .portfolio-items .portfolio-item .text h3 {
  text-align: center;
  font-size: 16px;
}

.products-section {
  position: relative;
}
.products-section::after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("images/colourful_watercolour_splatter_background_1409.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.products-section .swiper-wrapper {
  align-items: center;
}
.products-section .title-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.products-section .image {
  position: relative;
  background-color: #efefef;
  padding: 10px;
  height: 100%;
}
.products-section .image .image-inner {
  overflow: hidden;
  position: relative;
}
.products-section .image:hover img {
  transform: scale(1.2);
}
.products-section .image img {
  width: 100%;
  transition: 0.32s ease-in-out;
}
.products-section .title {
  padding-top: 20px;
  text-align: center;
}
.products-section .title h3 {
  font-size: 16px;
  font-weight: 600;
}
.products-section .text h3 {
  text-align: center;
  font-size: 16px;
}

.contact-us .contact-details h2 {
  font-weight: 600;
}
.contact-us .contact-details .contact-item {
  padding: 15px 0;
}
.contact-us .contact-details .contact-item h4 {
  font-size: 22px;
  font-weight: 600;
}
.contact-us .contact-details .icon {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
.contact-us .contact-details .icon i {
  font-size: 18px;
  color: var(--c-primary);
}
.contact-us .contact-details .icon a {
  display: block;
  color: var(--c-black);
  text-decoration: none;
  font-weight: 600;
  margin-left: 15px;
}
.contact-us .contact-details .icon a:hover {
  color: var(--c-primary);
}
.contact-us .contact-form {
  background-color: #f5f7f6;
  padding: 25px 15px;
}
@media screen and (min-width: 768px) {
  .contact-us .contact-form {
    padding: 50px 60px;
  }
}
.contact-us .contact-form h2 {
  font-weight: 600;
  color: var(--c-black);
  margin-bottom: 30px;
}
.contact-us .contact-form form .form-items {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contact-us .contact-form form .form-items {
    margin: 0px -15px;
  }
}
.contact-us .contact-form form .form-items .form-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-us .contact-form form .form-items .form-item {
    width: 50%;
    padding: 0px 15px;
  }
}
.contact-us .contact-form form .form-item {
  margin: 15px 0;
}
.contact-us .contact-form form .form-item input {
  width: 100%;
  border-radius: 0;
  background-color: var(--c-white);
  outline: none;
  box-shadow: none;
  height: 50px;
  color: var(--c-black);
  border: 1px solid grey;
  padding: 0px 10px;
}
.contact-us .contact-form form .form-item input::-moz-placeholder {
  color: var(--c-black);
}
.contact-us .contact-form form .form-item input::placeholder {
  color: var(--c-black);
}
.contact-us .contact-form form .form-item textarea {
  width: 100%;
  border-radius: 0;
  background-color: var(--c-white);
  outline: none;
  box-shadow: none;
  color: var(--c-black);
  border: 1px solid grey;
  padding: 10px 10px;
}
.contact-us .contact-form form .form-item textarea::-moz-placeholder {
  color: var(--c-black);
}
.contact-us .contact-form form .form-item textarea::placeholder {
  color: var(--c-black);
}
.contact-us .contact-form form .form-action input[type=submit] {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  background-size: 201% 100%;
  transition: all 0.32s ease-out;
  border: 1px solid #ec5e20;
  color: #ec5e20;
}
.contact-us .contact-form form .form-action input[type=submit]:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-color: #ec5e20;
  color: var(--c-white);
}

.common-banner {
  padding: 50px 0;
}
.common-banner .page-title h1, .common-banner .page-title h2 {
  font-weight: 700;
}

.contact-details {
  background-color: #f32f36;
}
.contact-details .contact-item {
  text-align: center;
  color: var(--c-white);
}
.contact-details .contact-item .icon {
  font-size: 22px;
}
.contact-details .contact-item .text {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */