@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
body {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

.center p {
  text-align: center;
}

.theme-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 5px;
  background: #c277f5;
  border: 2px solid #c277f5;
}
.theme-btn.text-btn {
  color: #c277f5;
  padding: 0;
  border-color: transparent;
  background: transparent;
}
.theme-btn.text-btn:hover {
  border-color: transparent;
}
.theme-btn.ligth-btn, .theme-btn:hover {
  color: #c277f5;
  background: transparent;
  border: 2px solid #c277f5;
}
.theme-btn.icon-btn i {
  width: 15px;
  height: 15px;
  float: right;
  margin: 1px 0 0 8px;
  background-image: url(/wp-content/themes/storefront-child/public/images/arrow_icon.png);
  background-size: cover;
}
.theme-btn.icon-btn i.rotate-minus {
  transform: rotate(-45deg);
}

.icon-btn {
  display: flex;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
}
.icon-btn i {
  display: inline-block;
  margin-left: 5px;
}

.center-image, .center {
  text-align: center;
}

.woocommerce-products-header {
  text-align: center;
  margin: 38px 0 50px;
}
.woocommerce-products-header .page-title {
  font-weight: 700;
  text-transform: uppercase;
}

.wow:first-child {
  visibility: hidden;
}

.section-title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.right-align {
  text-align: right;
}
.right-align .icon-btn {
  justify-content: flex-end;
}

.center-align {
  text-align: center;
}
.center-align .icon-btn {
  justify-content: center;
}

.slick-nav {
  width: 58px;
  height: 58px;
  opacity: 0.25;
  border-radius: 100%;
  border: 2px solid #000;
}
.slick-nav span {
  width: 100%;
  display: flex;
  padding-left: 8px;
  justify-content: center;
}
.slick-nav.slick-next {
  float: right;
}
.slick-nav.slick-next span {
  padding-left: 4px;
}
.slick-nav:hover {
  opacity: 1;
}

.banner-section {
  padding: 0;
}
.banner-section .banner-wrap {
  width: 100%;
  height: 580px;
  display: block;
  background-size: cover;
  background-position: top;
}
.banner-section .breadcrumb-wrap .content-col {
  margin-top: -75px;
  padding: 35px 15px 25px;
  background: #fff;
}
.banner-section .breadcrumb-wrap .content-col ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner-section .breadcrumb-wrap .content-col ul li {
  padding: 0;
  display: inline-block;
}
.banner-section .breadcrumb-wrap .content-col ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  opacity: 0.75;
  margin: 0 3px -5px 8px;
  display: inline-block;
  background-image: url(../../public/images/right-arrow.png);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-section .breadcrumb-wrap .content-col ul li a, .banner-section .breadcrumb-wrap .content-col ul li span {
  color: #000;
  font-size: 12.5px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-section .page-title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2.5px;
  margin: 25px 0 20px;
}

.page-intro-section .content-wrap {
  padding: 0 50px;
}
.page-intro-section .content-wrap .para {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 0 32px;
  padding: 80px 0 35px;
  border-top: 1px solid #ccc;
}

.project-wrap {
  width: 100%;
  height: 332px;
  display: block;
  margin-bottom: 82px;
  position: relative;
}
.project-wrap .project-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
.project-wrap .project-data {
  width: 100%;
}
.project-wrap .project-data .project-name {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin: 10px 0 -2px;
}
.project-wrap .project-data .meta-tag {
  font-size: 0.85rem;
  font-weight: 400;
  color: #ccc;
  font-style: italic;
}
.project-wrap .project-data .meta-tag::before {
  content: "";
  width: 25px;
  height: 2px;
  float: left;
  margin: 12px 8px 0 0;
  background-color: #000;
}

.service-wrap {
  width: 100%;
  height: 550px;
  display: block;
  margin-bottom: 75px;
  position: relative;
}
.service-wrap .service-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
.service-wrap .service-data {
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 100px 0 0;
  text-align: center;
  position: absolute;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.service-wrap .service-data .service-name {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.service-wrap .service-data .meta-tag {
  color: #c3c3c3;
    display: block;
    font-size: 0.85rem;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.service-wrap .service-data i {
  width: 2.5px;
  height: 30px;
  display: block;
  margin: 10px auto 0;
  background: #fff;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

.single-services .service-faq-section {
  padding: 0px 15px 80px;
}
.single-services .service-faq-section .accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #f3f3f3;
}
.single-services .service-faq-section .accordion-item .accordion-button {
  font-size: 1.25rem;
  font-weight: 300;
  box-shadow: none;
  padding: 25px 20px;
  background: transparent !important;
}
.single-services .service-faq-section .accordion-item .accordion-body {
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.85;
  padding: 25px 20px 50px;
}
.single-services .card-crousal-section {
  padding: 30px 0 85px;
}
.single-services .card-crousal-section .float-right-wrap {
  margin-top: 0;
}
.single-services .service-faq-section .section-head {
  margin-bottom: 52px;
}
.single-services .project-list-section {
  padding: 38px 15px 25px;
}
.single-services .project-list-section .section-head {
  margin-bottom: 50px;
}

.project-list-section {
  padding: 15px 15px 25px;
}

.client-list-section {
  padding: 10px 15px 70px;
}
.client-list-section .client-wrap {
  width: 100%;
  height: 120px;
  opacity: 0.75;
  display: block;
  margin-bottom: 30px;
}
.client-list-section .client-wrap .client-logo {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(100%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
}
.client-list-section .client-wrap:hover {
  opacity: 1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 5px 10px 0 rgba(0, 0, 0, 0.01);
}
.client-list-section .client-wrap:hover .client-logo {
  filter: grayscale(0);
}

.project-gallery-section {
  padding: 15px 15px 80px;
}
.project-gallery-section .gallery-card img {
  width: 100%;
}
.project-gallery-section .proGallery-nav .slick-arrow {
  color: transparent;
  width: 52px;
  height: 52px;
  display: block;
  overflow: hidden;
  z-index: 5;
  opacity: 0.5;
  left: 0;
  bottom: 52px;
  position: absolute;
  border-radius: 100%;
  background-image: url(../../public/images/left-arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 40% 50%;
}
.project-gallery-section .proGallery-nav .slick-arrow.slick-next {
  right: 0;
  left: auto !important;
  background-image: url(../../public/images/right-arrow.png);
  background-position: 60% 50%;
}
.project-gallery-section .proGallery-nav .slick-arrow:hover {
  opacity: 1;
}
.project-gallery-section .proGallery-nav .gallery-card {
  padding: 0 4px;
}

@media (min-width: 1299px) {
  .client-list-section .custom-col {
    width: 20%;
  }
}
.site-header {
  top: 0;
  z-index: 99;
  position: fixed;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.2784313725);
  border-bottom: 0 !important;
}
.site-header.fixed {
  top: -30px;
  z-index: 99;
  position: fixed;
  padding-bottom: 5px;
  background: #fff;
}
.site-header .main-header {
  padding: 24px 15px 0;
}
.site-header .main-header .brand-logo img {
  width: auto;
  height: 42px;
  max-width: none;
}
.site-header .main-header .action-menu .toggle-item {
  float: right;
  line-height: 0.8;
  margin: 5px 0;
  padding: 0px 12px 0 0;
  border-right: 2.5px solid;
}
.site-header .main-header .action-menu .toggle-item i {
  float: left;
  font-size: 38px;
  line-height: 0.75;
  padding: 0px 0 0;
}
.site-header .main-header .action-menu .call-link {
  font-size: 18.5px;
  font-weight: 600;
  letter-spacing: -1px;
  float: right;
  padding: 5px 0 0;
}
.site-header .main-header .action-menu .call-link i {
  float: left;
  margin: 0 8px 0 8px;
}
.site-header .main-header .menu-main-menu-container {
  height: 100%;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu {
  height: 100%;
  padding: 0;
  margin: -2px 0 0;
  display: flex;
  justify-content: flex-end;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li {
  display: flex;
  align-items: center;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu {
  display: none;
  padding: 0;
  top: 75px;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu li a {
  line-height: 0.8;
  letter-spacing: 0;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li .sub-menu li:nth-last-child(1) {
  border-bottom: 0;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu li:hover .sub-menu {
  display: block;
}
.site-header .main-header .auth-menu {
  padding: 7px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .main-header .auth-menu .menu-item {
  color: #c277f5;
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
  margin-right: 12px;
  text-transform: uppercase;
}
.site-header .main-header .auth-menu .theme-btn {
  background: #000932;
  border: 2px solid #000932;
}
.site-header .main-header .auth-menu .theme-btn:hover {
  color: #000932;
  background-color: transparent;
}

.site-footer {
  padding: 0px 15px 20px;
  background-image: url(/wp-content/themes/alankaarainterior/public/images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position-y: top;
}
.site-footer .content-wrap {
  margin-top: 20px;
  padding: 75px 15px 20px;
  border-top: 1px solid #ccc;
}
.site-footer .brand-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.site-footer .brand-text span {
  color: #ccc;
}
.site-footer .terms {
  color: #999;
  font-size: 12px;
}
.site-footer .terms a {
  color: #999;
  font-size: 12px;
}
.site-footer .footer-brand img {
  height: 110px;
  display: block;
  margin: 0 0 20px;
}
.site-footer .logo-discreption {
  font-size: 14px;
  font-weight: 300;
  padding-right: 50px;
  margin-bottom: 40px;
}
.site-footer .social-media a {
  margin-right: 20px;
}
.site-footer .social-media a i {
  font-size: 22px;
}
.site-footer h5 {
  color: #c277f5;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.site-footer .tf-menus {
  padding: 0;
  list-style: none;
}
.site-footer .tf-menus li {
  margin-bottom: 5px;
}
.site-footer .tf-menus li a {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.site-footer .ft-contacts {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.site-footer .ft-contacts a {
  color: #000;
}
.site-footer .ft-contacts a.main {
  font-size: 28px;
  font-weight: 600;
}
.site-footer .ft-contacts p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding-left: 28px;
  position: relative;
  margin-bottom: 28px;
}
.site-footer .ft-contacts p i {
  font-size: 18px;
  left: 0;
  position: absolute;
}
.site-footer .copyright {
  color: #999;
  display: block;
  text-align: center;
  margin-top: 50px;
}
.site-footer .copyright p {
  font-size: 12px;
  margin: 0;
}

.hero-section {
  width: 100%;
  height: calc(100vh + 158px);
  padding: 0;
  background-size: cover;
}
.hero-section div {
  height: 100%;
}
.hero-section div.hero-item {
  height: calc(100% - 170px);
  background-size: cover;
}
.hero-section div.hero-item .object3d {
  width: 700px;
  height: 525px;
  display: block;
  right: 50px;
  bottom: 5px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
}

.single-column-section {
  margin-top: -150px;
  padding: 100px 0 0;
}
.single-column-section .border-bottom {
  padding-bottom: 100px;
}
.single-column-section .content-wrap {
  padding-right: 8%;
}
.single-column-section .content-wrap .title-head {
  margin-bottom: 58px;
}
.single-column-section .content-wrap .title-head span {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 5px 0 -5px;
}
.single-column-section .content-wrap .title-head span::before {
  content: "";
  width: 42px;
  height: 2px;
  float: left;
  margin: 10px 8px 0 0;
  background-color: #000;
}
.single-column-section .content-wrap .title-head h3 {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -1px;
}
.single-column-section .content-wrap .para {
  margin-bottom: 75px;
}
.single-column-section .content-wrap .para p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 0 32px;
}
.single-column-section .content-wrap .icon-btn {
  font-size: 0.92rem;
}

@media (max-width: 1399.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .flipcard-crousal-section .slick-dots {
    margin: 0px 0 0;
  }
}
@media (max-width: 991.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 280px;
  }
}
@media (max-width: 757.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .flipcard-crousal-section {
    padding: 55px 15px 50px;
  }
  .flipcard-crousal-section .slick-dots li {
    margin: 0 2px;
  }
  .flipcard-crousal-section .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .flipcard-crousal-section .slick-dots li button {
    width: 35px;
  }
}
.card-crousal-section {
  padding: 92px 0 100px;
}
.card-crousal-section .float-right-wrap {
  position: relative;
  margin-top: 42px;
  padding-left: calc(50% - 525px) !important;
}
.card-crousal-section .section-head .section-description {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 0 40px;
}
.card-crousal-section .slider-nav-wrap {
  left: 10%;
  bottom: 45%;
  position: absolute;
}
.card-crousal-section .slider-nav-wrap .slick-nav {
  width: 82px;
  height: 82px;
  display: block;
  margin: 5px 0;
}
.card-crousal-section .slider-nav-wrap .slick-nav span {
  font-size: 42px;
}
.card-crousal-section .slider-nav-wrap .slick-nav.service-prev span {
  padding-left: 18px;
}
.card-crousal-section .card-list {
  margin-left: -15px;
}
.card-crousal-section .card-list .slick-slide {
  padding: 0 2px;
}
.card-crousal-section .card-list .slick-slide .flip-card {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 25px;
  perspective: 1000px;
}
.card-crousal-section .card-list .slick-slide .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card-crousal-section .card-list .slick-slide .flip-card-front, .card-crousal-section .card-list .slick-slide .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.card-crousal-section .card-list .slick-slide .flip-card-front .card-name, .card-crousal-section .card-list .slick-slide .flip-card-back .card-name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.card-crousal-section .card-list .slick-slide .flip-card-front .card-name .count, .card-crousal-section .card-list .slick-slide .flip-card-back .card-name .count {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin: 7px 0 20px;
}
.card-crousal-section .card-list .slick-slide .flip-card-front .card-name .count i, .card-crousal-section .card-list .slick-slide .flip-card-back .card-name .count i {
  display: inline-block;
}
.card-crousal-section .card-list .slick-slide .flip-card-front p, .card-crousal-section .card-list .slick-slide .flip-card-back p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 155%;
}
.card-crousal-section .card-list .slick-slide .flip-card-front {
  color: white;
  padding: 38px;
  display: flex;
  background-size: cover;
  align-items: flex-end;
}
.card-crousal-section .card-list .slick-slide .flip-card-front .card-name .count {
  margin-bottom: 0;
}
.card-crousal-section .card-list .slick-slide .flip-card-back {
  color: white;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px;
  background-color: #c277f5;
  transform: rotateY(180deg);
}
.card-crousal-section .card-list .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0;
}
.card-crousal-section .card-list .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.card-crousal-section .card-list .slick-dots li button {
  color: transparent;
  width: 58px;
  height: 10px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #c277f5;
}
.card-crousal-section .card-list .slick-dots li.slick-active button {
  background: #c277f5;
}

.steps-section .container-row {
  position: relative;
  padding-right: 75px;
}
.steps-section .container-row .content-col {
  background: #ccc;
  padding: 85px 158px 75px 35px;
}
.steps-section .container-row .content-col .item-row {
  padding: 0 0 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #fff;
}
.steps-section .container-row .content-col .item-row .top-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.steps-section .container-row .content-col .item-row .small-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.steps-section .container-row .content-col .item-row .description {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 0 0 30px;
}
.steps-section .container-row .content-col .item-row:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.steps-section .container-row .special-msg {
  font-style: italic;
  width: 430px;
  background: #fff;
  right: 30px;
  bottom: -65px;
  padding: 40px 50px;
  position: absolute;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.steps-section .container-row .special-msg p {
  margin-bottom: 0;
}

.portfolio-section {
  position: relative;
  padding: 150px 15px 100px;
}
.portfolio-section .portfolio-list {
  margin-top: 35px;
}
.portfolio-section .portfolio-list .slick-list::before,
.portfolio-section .portfolio-list .slick-list::after {
  content: "";
  width: 200px;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
}
.portfolio-section .portfolio-list .slick-list::after {
  left: auto;
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
}
.portfolio-section .portfolio-list .item-row {
  padding: 0 10px;
}
.portfolio-section .portfolio-list .item-row .project-image {
  height: 620px;
  background-size: cover;
  background-position: center;
}
.portfolio-section .portfolio-list .item-row .project-head {
  display: none;
}
.portfolio-section .portfolio-list .slick-active .item-row .project-head {
  display: block;
}
.portfolio-section .portfolio-list .slick-active .item-row .project-head .project-name {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 10px 0 2px;
}
.portfolio-section .portfolio-list .slick-active .item-row .project-head span {
  color: #ccc;
  font-style: italic;
}
.portfolio-section .portfolio-list .slick-active .item-row .project-head span::before {
  content: "";
  width: 25px;
  height: 2px;
  float: left;
  margin: 12px 8px 0 0;
  background-color: #000;
}
.portfolio-section .slider-nav-wrap {
  width: calc(100% - 30px);
  bottom: 40%;
  position: absolute;
}

.testimonial-section {
  color: #fff;
  padding: 100px 15px 80px;
  background-color: #1c2943;
}
.testimonial-section .section-head {
  margin-bottom: 35px;
}
.testimonial-section .section-head .section-title {
  font-size: 3.5rem;
  line-height: 1.18;
}
.testimonial-section .section-head span {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0px 0 5px;
}
.testimonial-section .section-head span::before {
  content: "";
  width: 42px;
  height: 2px;
  float: left;
  margin: 10px 8px 0 0;
  background-color: #fff;
}
.testimonial-section .icon-btn {
  color: #fff;
  margin: 28px 0 0;
  justify-content: flex-end;
}
.testimonial-section .testimonial-col {
  height: 100%;
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-col .testimonial-wrap {
  width: 100%;
}
.testimonial-section .testimonial-col .testimonial-list .testimonial-block {
  position: relative;
  padding: 15px 0 0 35px;
}
.testimonial-section .testimonial-col .testimonial-list .testimonial-block::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(/wp-content/themes/alankaarainterior/public/images/quotation-mark.png);
  background-size: cover;
}
.testimonial-section .testimonial-col .testimonial-list .testimonial {
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 50px;
}
.testimonial-section .testimonial-col .testimonial-list .client h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-section .testimonial-col .testimonial-list .client h4:before {
  content: "";
  width: 30px;
  height: 1px;
  float: left;
  margin: 8px 10px 0 0;
  background: #fff;
}
.testimonial-section .testimonial-col .testimonial-list .client h4 span {
  color: #ccc;
  font-size: 12px;
  font-weight: 300;
}
.testimonial-section .testimonial-col .testimonial-list .slick-dots {
  list-style: none;
  margin: 35px 0 0;
  padding: 0 0 0 35px;
}
.testimonial-section .testimonial-col .testimonial-list .slick-dots li {
  margin: 0 2px;
  display: inline-block;
}
.testimonial-section .testimonial-col .testimonial-list .slick-dots li button {
  color: transparent;
  width: 10px;
  height: 10px;
  border: 0;
  overflow: hidden;
  border-radius: 100px;
}
.testimonial-section .testimonial-col .testimonial-list .slick-dots li.slick-active button {
  width: 50px;
  background-color: #c277f5;
}
.testimonial-section .testimonial-col .testimonial-image {
  margin-top: -50px;
  margin-right: -15px;
}
.testimonial-section .section-bottom {
  text-align: center;
  margin-top: 80px;
}
.testimonial-section .section-bottom p {
  font-weight: 300;
}

.brands-section {
  padding: 100px 15px 80px;
}
.brands-section .brand-carousal .brand-card {
  padding: 0 15px;
}

.vision-section {
  padding: 15px 15px 75px;
}
.vision-section .content-wrap {
	height: 100%;
  text-align: center;
  padding: 35px;
  border: 1px solid;
}
.vision-section .content-wrap h4 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
.vision-section .content-wrap p {
  font-size: 1.15rem;
}
.vision-section .content-wrap.dark-bg {
  color: #fff;
  background-color: #000;
}

.gallery-section {
  padding: 40px 15px 50px;
  margin-bottom: 50px;
}

.contact-form-section {
  padding-bottom: 80px;
}
.contact-form-section .column-wrap {
  border: 2px solid;
}
.contact-form-section .column-wrap .contact-info-col {
  padding-left: 0;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  background: #000;
  padding: 10px 0 0 150px;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .large-text {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .contact-box {
  margin-bottom: 35px;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .contact-box .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .contact-box address, .contact-form-section .column-wrap .contact-info-col .contact-info-wrap .contact-box a {
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .social-links {
  padding: 0;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .social-links li {
  margin-right: 3.5px;
  display: inline-block;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .social-links li a {
  width: 30px;
  height: 30px;
  display: block;
}
.contact-form-section .column-wrap .contact-info-col .contact-info-wrap .social-links li a i {
  color: #fff;
  font-size: 22px;
  margin-right: 8px;
}
.contact-form-section .column-wrap a {
  color: #fff;
}
.contact-form-section .column-wrap .cf-form-col {
  padding: 85px 85px 75px 70px;
}
.contact-form-section .column-wrap .cf-form-col .wpcf7-submit {
  width: 100%;
}
