/*-----------------------------------------------------------------------------------

    Template Name: Interior
    Description: Interior - Interior Design and Architecture Bootstrap Template
    Author: UIdeck
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Hind:400,500,600,700|Quattrocento:400,700");

body {
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646464;
}



/* Global Colors */
:root {
  --background-color: #ffffff;
  --background-color-rgb: 255, 255, 255;
  --default-color: #212529;
  --default-color-rgb: 33, 37, 41;
  --accent-color: #e84545;
  --accent-color-rgb: 232, 69, 69;
  --heading-color: #32353a;
  --heading-color-rgb: 50, 53, 58;
  --contrast-color: #ffffff;
  --contrast-color-rgb: 255, 255, 255;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quattrocento', serif;
  font-weight: 700;
  color: #121619;
  margin: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #646464;
  margin: 0px;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #EB3656;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #EB3656;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
  -moz-box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
  box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.main-btn i {
  margin-right: 5px;
}

.main-btn:hover {
  background-color: #fff;
  color: #EB3656;
  border-color: #EB3656;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #EB3656;
  border-color: #EB3656;
}

.main-btn.main-btn-2:hover {
  background-color: #EB3656;
  border-color: #EB3656;
  color: #fff;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  color: #EB3656;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

/*===== All Animation Title Style =====*/
.animation-one {
  -webkit-animation: rotate 15s linear infinite;
  -moz-animation: rotate 15s linear infinite;
  -o-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader_34 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader_34 .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader_34 .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #EB3656 #EB3656 #ededed;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ededed;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ededed;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
    2.HEADER css 
===========================*/
.header-area {
  position: relative;
}

.header-area .shape {
  position: absolute;
}

.header-area .header-shape-one {
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-shape-one {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .header-area .header-shape-one {
    width: 180px;
  }
}

.header-area .header-shape-tow {
  top: 25px;
  left: 31%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-shape-tow {
    left: 40%;
  }
}

@media (max-width: 767px) {
  .header-area .header-shape-tow {
    left: 60%;
    width: 60px;
  }
}

.header-area .header-shape-three {
  left: 70px;
  bottom: 130px;
}

@media (max-width: 767px) {
  .header-area .header-shape-three {
    width: 90px;
    bottom: 200px;
  }
}

.header-area .header-shape-fore {
  left: 48%;
  bottom: -90px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-shape-fore {
    width: 260px;
  }
}

@media (max-width: 767px) {
  .header-area .header-shape-fore {
    bottom: -60px;
    width: 210px;
  }
}

.navigation-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.navigation-bar.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
  -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
  box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
  z-index: 99;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navigation-bar.sticky .navbar-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar {
  padding: 0;
  position: relative;
}

.navbar .navbar-brand img {
  max-width: 112px;
}

.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #646464;
  margin: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    -moz-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    -moz-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
  }
}

.navbar .navbar-nav .nav-item {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item {
    margin: 5px 0;
  }
}

.navbar .navbar-nav .nav-item a {
  color: #646464;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-decoration: none;
  padding: 4px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item a {
    font-size: 13px;
  }
}

.navbar .navbar-nav .nav-item.active a,
.navbar .navbar-nav .nav-item a:hover {
  color: #EB3656;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 0;
  }
}

.header-banner {
  height: 700px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-banner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .header-banner {
    height: 500px;
  }
}

.header-banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}

.header-banner .banner-content {
  position: relative;
  z-index: 9;
}

.header-banner .banner-content .sub-title {
  font-size: 24px;
  color: #EB3656;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header-banner .banner-content .sub-title {
    font-size: 18px;
  }
}

.header-banner .banner-content .banner-title {
  font-size: 60px;
}

.header-banner .banner-content .banner-title span {
  color: #EB3656;
}

@media (max-width: 767px) {
  .header-banner .banner-content .banner-title {
    font-size: 38px;
  }
}

.header-banner .banner-content .banner-contact {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #EB3656;
  text-transform: uppercase;
  margin-left: 70px;
  text-decoration: none;
}

.header-banner .banner-content .banner-contact::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #EB3656;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*===========================
    3.ABOUT css 
===========================*/
@media (max-width: 767px) {
  .about-area {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.about-image {
  position: relative;
}

.about-image::before {
  position: absolute;
  content: '';
  background-image: url(../images/about/dots.jpg);
  background-position: center center;
  background-size: 100%;
  width: 375px;
  height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .about-image::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image::before {
    display: block;
  }
}

.about-image .single-image {
  width: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-image .single-image {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image .single-image {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .about-image .single-image {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image {
    width: 360px;
  }
}

.about-image .single-image img {
  width: 100%;
}

.about-image .single-image.image-tow {
  margin-top: -200px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-image .single-image.image-tow {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .about-image .single-image.image-tow {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-tow {
    margin-top: -200px;
  }
}

.about-image .about-btn {
  position: relative;
  margin-left: 80px;
  margin-top: -40px;
  display: inline-block;
  z-index: 9;
}

@media (max-width: 767px) {
  .about-image .about-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-btn {
    margin-left: 80px;
    display: inline-block;
    text-align: left;
    margin-top: -50px;
  }
}

.about-image .about-btn .main-btn {
  line-height: 58px;
  padding: 0 40px;
  border: 8px solid #fff;
  font-weight: 700;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.about-image .about-btn .main-btn span {
  font-size: 35px;
}

@media (max-width: 767px) {
  .about-image .about-btn .main-btn span {
    font-size: 28px;
  }
}

.about-image .about-btn .main-btn:hover {
  border-color: #EB3656;
}

@media (max-width: 767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px;
  }
}

.about-content .about-welcome {
  font-size: 24px;
  color: #EB3656;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-content .about-welcome {
    font-size: 18px;
  }
}

.about-content .about-title {
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-content .about-title {
    font-size: 26px;
  }
}

/*===========================
      4.SERVICES css 
===========================*/
@media (max-width: 767px) {
  .services-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-services {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services {
    padding: 30px 10px;
  }
}

@media (max-width: 767px) {
  .single-services {
    padding: 30px 10px;
  }
}

.single-services .services-icon i {
  font-size: 52px;
  color: #EB3656;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-services .services-content .services-title {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-services:hover {
  background-color: #EB3656;
}

.single-services:hover .services-icon i {
  color: #fff;
}

.single-services:hover .services-content .services-title,
.single-services:hover .services-content p {
  color: #fff;
}

/*===========================
      5.PROJECT css 
===========================*/
@media (max-width: 767px) {
  .project-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-project {
  position: relative;
}

.single-project .project-image {
  position: relative;
}

.single-project .project-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-project .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 5px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}

.single-project .project-content .project-title {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  position: relative;
  color: #fff;
  margin-left: 60px;
}

.single-project .project-content .project-title::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: -60px;
}

.single-project:hover .project-image::before {
  opacity: 1;
}

.single-project:hover .project-content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.project-active .slick-dots {
  text-align: center;
  margin-top: 50px;
}

.project-active .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.project-active .slick-dots li button {
  width: 25px;
  height: 15px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(235, 54, 86, 0.7);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0;
  cursor: pointer;
}

.project-active .slick-dots li.slick-active button {
  width: 35px;
  background-color: #EB3656;
}

/*===========================
        6.TEAM css 
===========================*/
@media (max-width: 767px) {
  .team-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-team .team-image img {
  width: 100%;
}

.single-team .team-content {
  width: 80%;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-team .team-content {
    padding: 30px 0;
  }
}

.single-team .team-content .team-name a {
  font-size: 18px;
  font-weight: 600;
  color: #121619;
  font-family: 'Hind', sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .team-content .team-name a:hover {
  color: #EB3656;
}

.single-team .team-content .sub-title {
  font-size: 14px;
  color: #646464;
}

.single-team .team-content .social {
  margin-top: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .team-content .social li {
  display: inline-block;
  margin: 0 7px;
}

.single-team .team-content .social li a {
  font-size: 16px;
  color: #646464;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #ededed;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .team-content .social li a:hover {
  background-color: #EB3656;
  color: #fff;
}

.single-team:hover .team-content {
  background-color: #fff;
  margin-top: -60px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
  -moz-box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
  box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
}

.single-team:hover .team-content .social {
  margin-top: 25px;
  opacity: 1;
  visibility: visible;
}

/*===========================
      7.TESTIMONIAL css 
===========================*/
.testimonial-area {
  position: relative;
}

@media (max-width: 767px) {
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.testimonial-area .shape {
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape img {
    width: 325px;
  }
}

.testimonial-area .shape-one {
  top: 25px;
  left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-one {
    left: 20px;
  }
}

.testimonial-area .shape-tow {
  left: 150px;
  bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-tow {
    left: 70px;
  }
}

.testimonial-area .shape-three {
  right: 85px;
  bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-three {
    right: 35px;
  }
}

.testimonial-bg {
  position: relative;
  z-index: 9;
}

.testimonial-active {
  background-color: #EB3656;
  padding: 60px 30px;
}

@media (max-width: 767px) {
  .testimonial-active {
    padding: 30px 15px;
  }
}

.single-testimonial .testimonial-image {
  position: relative;
  display: inline-block;
}

.single-testimonial .testimonial-image img {
  border-radius: 50%;
}

.single-testimonial .testimonial-image .quota {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}

.single-testimonial .testimonial-image .quota i {
  font-size: 18px;
  color: #EB3656;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #EB3656;
  border-radius: 50%;
}

.single-testimonial .testimonial-content p {
  font-size: 18px;
  color: #fff;
  font-family: 'Hind', sans-serif;
}

.single-testimonial .testimonial-content .testimonial-name {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.single-testimonial .testimonial-content .sub-title {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  color: #fff;
}

.testimonial-active .slick-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-active .slick-dots li button {
  width: 18px;
  height: 15px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0;
  cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
  background-color: #fff;
  width: 25px;
}

/*===========================
       8.CONTACT css 
===========================*/
@media (max-width: 767px) {
  .contact-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.form-group {
  margin: 0;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

p.form-message.error {
  color: #f00;
}

.contact-form .single-form {
  margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 30px;
  background-color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
}

.contact-form .single-form textarea {
  height: 160px;
  padding-top: 20px;
  resize: none;
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
  opacity: 1;
  color: #999;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

/*===========================
         9.MAP css 
===========================*/
.map-area {
  position: relative;
  height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .map-area {
    height: 450px;
  }
}

.mapouter {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mapouter {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mapouter {
    width: 100%;
  }
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mapouter .gmap_canvas iframe {
    height: 450px;
  }

  #popup-section .col-lg-6 {
    margin-left: -17%;
    width: 96%;
  }
}

@media (max-width: 767px) {
  .mapouter .gmap_canvas iframe {
    height: 450px;
  }

}

.map-bg {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/*===========================
       10.FOOTER css 
===========================*/
@media (max-width: 767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.footer-logo a img {
  width: 48px;
}

.footer-logo p {
  line-height: 26px;
  font-size: 16px;
}

.footer-logo .footer-info li {
  margin-top: 20px;
}

.footer-logo .footer-info li .single-info {
  position: relative;
}

.footer-logo .footer-info li .single-info .info-icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-logo .footer-info li .single-info .info-icon i {
  font-size: 18px;

}

.footer-logo .footer-info li .single-info .info-content {
  padding-left: 30px;
}

.footer-logo .footer-social li {
  display: inline-block;
  margin-left: 15px;
}

.footer-logo .footer-social li:first-child {
  margin-left: 0;
}

.footer-logo .footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff5f1;
  color: #646464;
  font-size: 16px;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
  -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
  box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-logo .footer-social li a:hover {
  background-color: #EB3656;
  color: #fff;
}

.f-title .title {
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.footer-link ul li {
  padding-top: 5px;
}

.footer-link ul li a {
  font-size: 16px;
  color: #646464;
  font-family: 'Hind', sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-decoration: none;
}

.footer-link ul li a:hover {
  color: #EB3656;
}

.footer-newsleter p {
  line-height: 26px;
  font-size: 16px;
}

.footer-newsleter .newsleter {
  position: relative;
}

.footer-newsleter .newsleter input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #EB3656;
  background-color: #ffeae1;
}

.footer-newsleter .newsleter button {
  border: 0;
  width: 66px;
  text-align: center;
  padding: 0;
  height: 50px;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #EB3656;
  font-size: 20px;
  line-height: 57px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-newsleter .newsleter button {
    width: 45px;
  }
}

.footer-newsleter .newsleter button::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  background-color: #EB3656;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copyright-area {
  border-top: 1px solid #eceff8;
  padding: 13px 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #EB3656;
}

.back-to-top:hover {
  color: #EB3656;
  background-color: #fff;
}

/* About Section - Home Page
------------------------------*/
.about {
  --background-color: #f4f4f4;
}

.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: rgba(var(--accent-color-rgb), 0.05);
  color: var(--accent-color);
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
}

.box {
    width: 20px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: rgba(var(--accent-color-rgb), 0.05);
    color: var(--accent-color);
}

.about .icon-box h3{
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box .icon-box-p {
  height: 130px;
  overflow: hidden;
}

.about .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}

/* Stats Section - Home Page
------------------------------*/
.stats {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  position: relative;
  padding: 120px 0;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.stats:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.stats .container {
  position: relative;
  z-index: 3;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 55px;
  display: block;
  color: var(--default-color);
  font-weight: 700;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 27px;
  font-weight: 700;
  color: rgba(var(--default-color-rgb), 0.6);
}

.stats .col-md-6:nth-of-type(1) {
  border-right: 4px solid gray;
}

@media (max-width: 750px) {
  .stats .col-md-6:nth-of-type(1) {
    border-right: none;
  }
}

/* Portfolio Section - Home Page
------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
  margin: 0 15px 10px 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: rgba(var(--background-color-rgb), 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: rgba(var(--default-color-rgb), 0.7);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--default-color-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}


/* Call-to-action Section - Home Page
------------------------------*/
.call-to-action {
  --default-color: #ffffff;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  margin-top: 20px;
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
  text-decoration: none;
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

/* Testimonials Section - Home Page
------------------------------*/
.testimonials {
  --background-color: #f4f4f4;
}

.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--accent-color-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--default-color-rgb), 0.15);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }

  #popup-section .col-lg-6 {
    margin-left: -65px;
    width: 345px;
    margin-right: 2px;
  }
}

/* Contact Section - Home Page
------------------------------*/
.contact .info-item {
  background: rgba(var(--default-color-rgb), 0.03);
  padding: 30px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: rgba(var(--default-color-rgb), 0.03);
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: rgba(var(--background-color-rgb), 0.5);
  border-color: rgba(var(--default-color-rgb), 0.2);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::-moz-placeholder,
.contact .php-email-form input[type=email]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(var(--default-color-rgb), 0.3);
}

.contact .php-email-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slider */
/* Styles for the carousel container */
.carousel {
  position: relative;
}

/* Styles for the carousel indicators */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #333;
}

/* Styles for the carousel items */
.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
}
.carousel-item img{
  object-fit: fill;
  min-height: 100%;
  height: 100%;
}

.home-slider .carousel-item img{
  height:250px;
}
@media screen and (min-width:500px){
  .home-slider .carousel-item img{
    height:550px;
  }
}
@media(min-width:900px){
  .home-slider .carousel-item img{
    height:770px;
  }
}
/* Fade effect for the carousel transition */
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.fgh {
  width: 100%;
  height: 500px;
  background: black;
}

.fgh img {
  opacity: 0.38;
}

.fgh .carousel-caption h4 {
  font-weight: 600;
  /* text-shadow: 0px 0px 0.4rem silver; */
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 50%;
}


/* dropdown */
.dropdown .dropdown-menu{
  opacity: 0.7;
  background: black;
}

.dropdown .dropdown-menu .dropdown-item{
  color: aliceblue;
  opacity: 1;
  font-size: large !important; 
}
.dropdown .dropdown-menu .dropdown-item:hover{
  background-color: transparent !important;
}

footer#footer {
  background-image: url('assets/images/banner/shape/shape-4.png');
  background-size: 100px;
  /* Adjust as needed */
  background-position: center;
  /* Adjust as needed */
  margin-top: -3.5rem;
}

.carousel-item .carousel-caption h4 {
  text-align: center;
  font-size: 4.2rem;
  color: #df1529;
}
/* Card Sliding Image */
.container .testimonial-bg .row .col-xl-4 .testimonial-slider .single-testimonial .slider-image img {
  width: 100%;
  height: 45vh;
}

.container .testimonial-bg .row .col-xl-4 .testimonial-slider {
  padding: 5px 5px;
}

.container .testimonial-bg.slider-bg {
  padding: 1px 0;
}



/* Adjust column widths for different screen sizes */
@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }
}

/* Adjust margin and padding for the testimonial section */
.testimonial-bg {
  margin: 0 auto;
  padding: 80px 0;
}

/* Adjust the width of the testimonial slider */
.testimonial-slider {
  width: 100%;
}

/* Adjust testimonial image size */
.testimonial-image img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

/* Adjust testimonial content alignment */
.testimonial-content {
  text-align: center;
}

/* ========= floating Menu Design ================== */
/* contact link style */
.contact-link {
  position: fixed;
  bottom: 38%;
  right: 0;
  text-align: right;
  z-index: 10;

}

.contact-link img {
  width: 65px;
}

/* whatsapp link style */
.whatsapp-link {
  position: fixed;
  bottom: 50%;
  right: 7px;
  text-align: right;
  z-index: 10;
}

.whatsapp-link img {
  width: 50px;
}

/* ==== Logo Text Name */
.interior {
  color: black;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 7px;
  font-family: 'Hind', sans-serif;
}

.Design {
  color: orange;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 7px;
  font-family: 'Hind', sans-serif;
}

/* popup */
#popup-section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;

}

#popup-section .col-lg-6 .close {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}

#popup-section .col-lg-6 .php-email-form .heading h2 {
  text-align: center;
  padding: 30px 0 20px 0;
}

#popup-section .col-lg-6 .php-email-form button {
  padding: 10px 25px;
  border: 1px solid #EB3656;
  background-color: #EB3656;
  border-radius: 10px;
  color: white;
}

#popup-section .col-lg-6 {
  background: white;
  margin-bottom: 20px;
  left: 20%;
  top: 30px;
}

.col-lg-3.col-md-5.col-sm-8 .footer-newsleter .popup-btn button {
  padding: 5% 15%;
  border: 1px solid #EB3656;
  background-color: #EB3656;
  border-radius: 10px;
  color: white;
}

.col-lg-3.col-md-5.col-sm-8 .footer-newsleter .popup-btn button:hover {
  background-color: rgb(35, 169, 35);
  border: 1px solid rgb(35, 169, 35);
}


/* ========= % Step Design ================== */
.box-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.box-container .step-no {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 50px;
  display: block;
  font-size: 25px;
  font-weight: bold;
  background-color: white;
  color: #EB3656;
}

.box-container .step-title {
  font-size: clamp(20px,1.4rem,27px);
  font-weight: bold;
  text-shadow: 0px 0px 5px #EB3656;
}

.box-container::before {
  content: "\f177";
  font-family: "FontAwesome";
  position: absolute;
  left: calc(100%);
  top: 25px;
  font-size: 25px;
  font-weight: bold;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  color: white;
}

.box-container:nth-of-type(5)::before {
  content: "";
  display: none;
}

@media(max-width:750px) {
  .box-container::before {
    content: "";
    display: none;
  }
}