@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap");

@font-face {
  font-family: "Biger Over";
  src: url("fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2") format("woff2"),
    url("fonts/fdc68297fa1ad9a76946bebb0bcb7006.woff") format("woff");
}

/**
Theme Name: Industrial Bootstrap HTML5 Template
Theme URI: https://demo.greyhoundbd.net/industrial/
Description: Industrial Bootstrap HTML5 Template!
Author: Greyhound-Tech-Solutions 
Author URI: https://greyhoundbd.net/industrial/
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
industrial, bootstrap, bootstrap HTML5 template, bootstrap responsive theme, business, clean, corporate, creative, css3, finance, html5, portfolio, responsive 
Version: 1.0
*/

/**
1. CSS RESET 
2. GENERAL
3. HEADER
4. HEADINGS
5. BUTTONS
6. BANNER
7. MARQUEE
8. WHY CHOSE US
9. CALL TO ACTION
10. ABOUT US
11. TEAM
12. SERVICES
13. PRICE
14. COUNTER
15. FACTS/CIRCLE
16. PORTFOLIO/PROJECT
17. TESTIMONIAL
18. CONTACT
19. FOOTER
20. RESPONSIVE

*/

/*------------------------------------------------*/
/*--------------------[CSS RESET ]-------------------*/
/*------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  /* height: 100%; */
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

/*------------------------------------------------*/
/*--------------------[GENERAL ]-------------------*/
/*------------------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mmb10 {
  margin-bottom: -10px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

.mmb-100 {
  margin-bottom: -100px;
}

.mmb-80 {
  margin-bottom: -80px;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.lr-9 [class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}

section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }

  50% {
    opacity: 0;
    margin-top: -60px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }

  50% {
    opacity: 0;
    margin-top: -60px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes left-to-right {
  0% {
    background-position: left center;
  }

  100% {
    background-position: right center;
  }
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }

  100% {
    background-position: right center;
  }
}

@-webkit-keyframes right-to-left {
  0% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

@keyframes right-to-left {
  0% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

@-webkit-keyframes left-to-center {
  0% {
    background-position: left center;
  }

  100% {
    background-position: center center;
  }
}

@keyframes left-to-center {
  0% {
    background-position: left center;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes right-to-center {
  0% {
    background-position: right center;
  }

  100% {
    background-position: center center;
  }
}

@keyframes right-to-center {
  0% {
    background-position: right center;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-to-bottom {
  0% {
    background-position: center top;
  }

  100% {
    background-position: center bottom;
  }
}

@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }

  100% {
    background-position: center bottom;
  }
}

@-webkit-keyframes top-to-center {
  0% {
    background-position: center top;
  }

  100% {
    background-position: center center;
  }
}

@keyframes top-to-center {
  0% {
    background-position: center top;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }

  100% {
    background-position: center top;
  }
}

@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }

  100% {
    background-position: center top;
  }
}

@-webkit-keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }

  100% {
    background-position: center center;
  }
}

@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

@-webkit-keyframes top-left-to-center {
  0% {
    background-position: left top;
  }

  100% {
    background-position: center center;
  }
}

@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }

  100% {
    background-position: left bottom;
  }
}

@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }

  100% {
    background-position: left bottom;
  }
}

@-webkit-keyframes top-right-to-center {
  0% {
    background-position: right top;
  }

  100% {
    background-position: center center;
  }
}

@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right top;
  }
}

@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right top;
  }
}

@-webkit-keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: center center;
  }
}

@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }

  100% {
    background-position: left top;
  }
}

@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }

  100% {
    background-position: left top;
  }
}

@-webkit-keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }

  100% {
    background-position: center center;
  }
}

@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }

  100% {
    background-position: center center;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

@keyframes zoomIn {
  0% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

.animation_left-to-right {
  background-position: left center;
}

.active .animation_left-to-right {
  -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
  animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}

.active .animation_right-to-left {
  -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
  animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}

.active .animation_left-to-center {
  -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
  animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}

.active .animation_right-to-center {
  -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
  animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}

.active .animation_top-to-bottom {
  -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
  animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}

.active .animation_top-to-center {
  -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
  animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}

.active .animation_bottom-to-top {
  -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
  animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}

.active .animation_bottom-to-center {
  -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
  animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}

.active .animation_top-left-to-bottom-right {
  -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
  animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}

.active .animation_top-left-to-center {
  -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
  animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}

.active .animation_top-right-to-bottom-left {
  -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
  animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}

.active .animation_top-right-to-center {
  -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
  animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}

.active .animation_bottom-left-to-top-right {
  -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
  animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}

.active .animation_bottom-left-to-center {
  -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
  animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}

.active .animation_bottom-right-to-top-left {
  -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
  animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}

.active .animation_bottom-right-to-center {
  -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
  animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777;
  background-color: #fff;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  font-weight: 600;
  color: #000;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
}

h1.fs-lg {
  font-size: 80px;
  line-height: 115%;
  letter-spacing: -4px;
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 400;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

p {
  margin: 0px;
}

@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*------------------------------------------------*/
/*--------------------[HEADER ]-------------------*/
/*------------------------------------------------*/
.header-wrapper {
  background-color: #ffffff;
}

.header-wrapper .navbar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-wrapper .navbar-content {
  width: 100%;
}

.header-wrapper .logo-wrapper {
  margin-top: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-wrapper .top-menu {
  padding: 30px 0 63px 0;
  border-bottom: 1px solid #ededed;
}

.header-wrapper .nav-top-menu {
  padding: 8px 0;
  background-color: #ab323b;
}

.header-wrapper .main-menu {
  padding: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 30px;
}

.header-wrapper .contact-info .contact-item {
  font-size: 14px;
  color: #5f6168;
  font-weight: 400;
}

.header-wrapper .contact-info .contact-item:not(:last-child) {
  margin-right: 50px;
}

.header-wrapper .contact-info .contact-item .item-icon {
  color: #fff;
  margin-right: 5px;
}

.header-wrapper .nav-top-menu span.item-text {
  color: #fff;
}

.header-wrapper .social-icons .social-link {
  font-size: 18px;
  color: #fff;
}

.header-wrapper .social-icons .social-link:not(:last-child) {
  margin-right: 20px;
}

.header-wrapper .social-icons .social-link:hover {
  color: #ab323b;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-wrapper .main-menu-right {
  position: relative;
}

.header-wrapper .main-menu-right .menu-right-search {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  margin-right: 40px;
}

.header-wrapper .main-menu-right .search-box {
  position: absolute;
  bottom: -85px;
  right: 0;
  z-index: 10;
  display: none;
}

.header-wrapper .main-menu-right .search-box input {
  min-width: 300px;
  border: 2px solid #ab323b;
  padding: 0px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header-wrapper .main-menu-right .search-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans", sans-serif;
}

.header-wrapper .main-menu-right .search-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans", sans-serif;
}

.header-wrapper .main-menu-right .search-box input::-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans", sans-serif;
}

.header-wrapper .main-menu-right .search-box input::placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans", sans-serif;
}

.header-wrapper .main-menu-right .search-box .search-button {
  width: 60px;
  height: 60px;
  background-color: #ab323b;
  color: #ffffff;
  margin-left: -50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-wrapper .main-menu ul {
  line-height: 1;
}

.header-wrapper .main-menu ul>li {
  display: inline-block;
  line-height: 1;
}

.header-wrapper .main-menu ul>li:not(:last-child) {
  margin-right: 55px;
}

.header-wrapper .main-menu ul>li>a {
  font-family: "Biger Over";
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  line-height: 56px;
  overflow: hidden;
}

.header-wrapper .main-menu ul .sub-menu li a {
  line-height: 20px;
}

.header-wrapper .main-menu ul>li .icon {
  font-size: 10px;
  font-weight: 400;
  margin-left: 3px;
}

.header-wrapper .main-menu ul>li:hover>a {
  color: #ab323b;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-wrapper .main-menu ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-wrapper .main-menu ul>li>ul {
  position: absolute;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #ab323b;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
  margin-top: 20px;
}

.header-wrapper .main-menu ul>li>ul li {
  display: block;
}

.header-wrapper .main-menu ul>li>ul li a {
  display: block;
  color: #ffffff;
  padding: 12px 25px;
}

.header-wrapper .main-menu ul>li>ul li a:hover {
  color: #fff;
}

.header-wrapper .main-menu ul>li>ul ul {
  left: 100%;
  top: 0;
}

.header-wrapper .main-menu ul .sub-menu li {
  margin: 0;
}

.header-wrapper .main-menu ul .sub-menu {
  margin-top: 15px;
}

.header-wrapper .menu-wrapper {
  width: 100%;
}

#hamburger {
  color: #000;
  font-size: 30px;
  display: none;
  position: absolute;
  top: 33px;
  right: 50px;
  z-index: 99;
}

#hamburger i {
  cursor: pointer;
}

nav.navbar.sticky-header.is-sticky .main-menu {
  position: inherit;
  width: 1320px;
  margin: 0 auto;
}

.main-menu-right .button.button-primary {
  color: #ffffff;
  background-color: #ab323b;
  padding: 8px 15px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.mobile-nav-one-wrapper .mobile-nav {
  position: fixed;
  right: -540px;
  top: 0;
  width: 500px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #000;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.right-slide-wrapper .right-slide-show.show {
  right: 0;
}

.right-slide-wrapper .right-slide-show.show {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.right-slide-wrapper .right-slide-show {
  position: fixed;
  right: -540px;
  top: 0;
  width: 400px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #000;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  overflow: hidden;
}

.inner-content-block h4.title {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.right-hamburger span i {
  display: inline-block;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.right-slide-show.show button.close-nav {
  padding: 10px 15px;
}

.right-slide-show.show .thumbnail {
  padding: 30px 0;
}

.inner-content-block .disc {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ab323b;
  margin-bottom: 30px;
}

.inner-content-block .right-slide-btn h4.title {
  padding-bottom: 30px;
}

.mobile-nav-one-wrapper .mobile-nav.show {
  right: 0px;
}

.mobile-nav-one-wrapper .mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #ab323b;
}

.mobile-nav-one-wrapper .action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.mobile-nav-one-wrapper .action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}

.mobile-nav-one-wrapper .action-bar a i {
  margin-right: 10px;
}

.mobile-nav-one-wrapper .action-bar a.theme-btn {
  text-align: center;
}

.mobile-nav-one-wrapper .social-icons {
  font-size: 16px;
  color: #5f6168;
  cursor: pointer;
  margin: 30px 0px;
}

.mobile-nav-one-wrapper .social-icons a {
  margin-right: 20px;
}

.sticky-header:not(.header-submenu).is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.sticky-header:not(.header-submenu).is-sticky .top-menu {
  display: none !important;
}

.sticky-header:not(.header-submenu).is-sticky .nav-header,
.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav {
  padding: 0;
}

.sticky-header:not(.header-submenu).is-sticky .nav-search-inner input[type="text"],
.sticky-header:not(.header-submenu).is-sticky .nav-search-inner input[type="search"] {
  line-height: 40px !important;
}

.sticky-header:not(.header-submenu).is-sticky .nav-search-close-button {
  top: 6px;
}

.sticky-header:not(.header-submenu).is-sticky .nav-menu>li>a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 30px;
}

.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav,
.sticky-header:not(.header-submenu).is-sticky .nav-cart,
.sticky-header:not(.header-submenu).is-sticky .nav-search {
  padding-top: 14px;
}

.header-main-block.header-style.transparent-header-style.sticky-header.is-sticky {
  background: #fff;
}

.header-main-block.header-style.transparent-header-style.sticky-header {
  background: transparent;
}

.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav li ul {
  top: 49px;
}

.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav,
.sticky-header:not(.header-submenu).is-sticky .nav-cart,
.sticky-header:not(.header-submenu).is-sticky .nav-search,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-header,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-search,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-cart,
.navigation-portrait .nav-search {
  padding: 0;
}

.sticky-header:not(.header-submenu).is-sticky .navigation-portrait .nav-search-button {
  line-height: 30px;
}

/*------------------------------------------------*/
/*--------------------[HEADINGS]-------------------*/
/*------------------------------------------------*/
.section-head {
  position: relative;
}

.section-head .heading-bg {
  font-size: 14px;
  letter-spacing: 0px;
  color: #ab323b;
  text-transform: uppercase;
  border: 1px solid #ab323b;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
}

.section-head .section-title {
  margin-top: 10px;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}

.section-head .heading-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #ab323b;
  margin-bottom: 0px;
  margin-left: 0px;
}

.heading-1 {
  font-size: 30px;
  line-height: 41px;
  color: #3a3a3a;
  font-weight: 300;
  font-family: "Biger Over";
}

.heading-2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.heading-2.white {
  color: #ffffff;
}

/*------------------------------------------------*/
/*--------------------[BUTTONS]-------------------*/
/*------------------------------------------------*/
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.button.button-primary {
  color: #ffffff;
  background-color: #ab323b;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.button.button-primary:hover,
.button.button-primary:focus {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.button.button-minimal {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
}

.button.button-minimal .icon {
  font-size: 14px;
  margin-left: 5px;
}

.button.play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #ab323b;
  color: #ffffff;
  border-radius: 50%;
  -webkit-animation: playVideo infinite 3.5s;
  animation: playVideo infinite 3s;
}

.button.play-button .play-icon {
  font-size: 25px;
  color: #ab323b;
}

/*------------------------------------------------*/
/*---------------[BANNER]-------------*/
/*------------------------------------------------*/

.owl-prev,
.owl-next {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #ab323b;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.owl-prev i,
.owl-next i {
  font-size: 16px;
}

.hero-wrapper {
  background-color: #000;
  position: relative;
  z-index: 2;
}

.hero-wrapper .section-head {
  margin-bottom: 20px;
}

.hero-wrapper .section-head .heading-bg {
  top: -50px;
}

.hero-wrapper .section-head .heading-dot {
  margin-left: -10px;
}

.hero-wrapper .section-head .section-title {
  font-size: 64px;
  line-height: 70px;
  color: #ffffff;
  z-index: 4;
  font-family: "Open Sans", sans-serif;
  width: 90%;
}

.hero-wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-wrapper .left-content {
  width: 50%;
  padding-left: 200px;
  padding-right: 150px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-wrapper .left-content .hero-text {
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 30px;
  color: #ccddf6;
  font-weight: 700;
  width: 70%;
}

.hero-wrapper .right-content {
  width: 50%;
}

.hero-wrapper .hero-slider-nav {
  position: absolute;
  right: 0;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.hero-wrapper .hero-slider-nav .owl-next,
.hero-wrapper .hero-slider-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper .hero-slider-nav .owl-next i,
.hero-wrapper .hero-slider-nav .owl-prev i {
  font-size: 18px;
}

.banner-wrapper {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-wrapper .section-head .heading-bg {
  bottom: -25px;
  left: -10px;
}

.banner-wrapper .section-head .section-title {
  color: #ffffff;
}

.banner-wrapper .banner-overlay {
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  background-image: url("../img/illustration/line.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-wrapper .banner-content {
  padding-top: 180px;
}

.banner-wrapper .breadcrumb-wrap {
  margin-top: 20px;
}

.banner-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
}

.banner-wrapper .breadcrumb-item {
  font-size: 16px;
  color: #ccddf6;
  font-weight: 400;
  text-transform: capitalize;
}

.banner-wrapper .breadcrumb-item.active {
  color: #ab323b !important;
}

.banner-wrapper .breadcrumb-item+.breadcrumb-item::before {
  color: #ccddf6;
}

/*------------------------------------------------*/
/*--------------------[MARQUEE]-------------------*/
/*------------------------------------------------*/

.marquee {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px;
  left: 0;
  bottom: 0;
}

.marquee .marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 120s linear infinite;
}

.marquee .marquee__item .banner-marque-bottom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.marquee .marquee__item .banner-marque-bottom p {
  text-align: center;
  margin: auto;
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-weight: 700;
  font-size: 80px;
  font-family: inherit;
  line-height: 110px;
}

.marquee-section-padding {
  padding: 30px 0;
  border-top: 1px solid #f7f6f6;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .marquee .marquee__item .banner-marque-bottom p {
    font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .marquee .marquee__item .banner-marque-bottom p {
    font-size: 50px;
  }
}

.rts-banner-three-solari {
  position: relative;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*------------------------------------------------*/
/*--------------------[WHY CHOSE US]-------------------*/
/*------------------------------------------------*/

section.numbers-wrapper.why-chose-block {
  padding-top: 120px;
}

.why-us-wrapper {
  background-image: url("../img/illustration/why-us-bg.svg");
  background-repeat: no-repeat;
  background-position: left 500px;
}

.why-us-wrapper .left-content .body-text,
.why-us-wrapper .left-content .section-title {
  padding-right: 150px;
}

.why-us-wrapper .right-card {
  min-width: 270px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  background-image: url("../img/illustration/services-card-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.why-us-wrapper .right-card.go-top {
  margin-top: -50px;
}

.why-us-wrapper .right-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 15px;
}

/*------------------------------------------------*/
/*--------------------[CALL TO ACTION]-------------------*/
/*------------------------------------------------*/
.call-to-action .section-title.call-to-action-title {
  font-size: 16px !important;
  font-weight: normal;
  color: #777 !important;
  line-height: 20px;
  margin-top: 0;
}

.product-review li {
  display: inline-block;
}

.product-review li i {
  color: #ab323b;
  font-size: 11px;
}

.product-review li .rating {
  color: #ccc;
  font-size: 11px;
}

.call-to-action .customer-img {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  text-align: center;
  /* margin-right: -15px; */
}

.call-to-action .customer-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 15px;
}

/*------------------------------------------------*/
/*--------------------[ABOUT US]-------------------*/
/*------------------------------------------------*/
.about-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -50px;
}

figure.image-1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}

figure.image-2 {
  position: absolute;
  right: 0;
  top: 100px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.about-wrapper .right-content .section-head {
  margin-bottom: 20px;
}

.about-wrapper .right-content .section-head .heading-bg {
  bottom: 25px;
}

.project-details-gallery.about-wrapper .right-content {
  padding-left: 0;
}

.about-wrapper .left-content .right-content-items {
  margin: 30px 0;
}

.about-wrapper .left-content .right-content-items .single-item:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper .left-content .right-content-items .single-item-icon {
  color: #ab323b;
  margin-right: 10px;
}

.about-two-wrapper.numbers-wrapper .right-content::after {
  background-image: none;
}

.about-two-wrapper .right-content {
  position: relative;
  margin-bottom: 15px;
}

.home-page-about-block .right-content {
  margin-bottom: 0;
  margin-right: 15px;
}

.home-page-about-block .small-heading {
  padding-right: 0 !important;
}

.home-page-about-block .button.play-button {
  background-color: #fff;
  color: #000;
}

.why-we-block .right-content .about-thumb {
  height: 600px;
  margin-right: -500px;
  top: -120px;
}

.about-two-wrapper .right-content .right-card {
  background-color: #ab323b;
  padding: 30px;
  max-width: 450px;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.about-two-wrapper .right-content .body-text {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.about-two-wrapper .right-content .card-icon {
  margin-right: 40px;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-top: -20px;
  margin-left: -15px;
  margin-right: -15px;
}

.about-content .features-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.about-content .features-list li div {
  display: block;
  border-radius: 10px;
  padding: 20px 20px 20px 110px;
  position: relative;
  background-color: #3e3b34;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.numbers-wrapper.why-chose-block .section-title,
.about-content .features-list li div h3,
.about-content p {
  color: #fff;
}

.about-content .features-list li div:hover {
  border-color: #ab323b;
}

.about-content .features-list li div .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-content .features-list li div h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content p {
  margin-bottom: 20px;
}

.vision-wrapper {
  overflow-x: hidden;
}

.vision-wrapper .experience-card {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  overflow-x: hidden;
  position: relative;
}

.vision-wrapper .experience-card .card-heading {
  padding: 0px 70px;
}

.vision-wrapper .experience-card .card-num {
  font-size: 100px;
  line-height: 70px;
  color: #ab323b;
  font-weight: 700;
  padding: 0px 40px;
}

.vision-wrapper .experience-card .card-text {
  font-size: 60px;
  color: #c3c4c7e3;
  font-weight: 700;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.vision-wrapper .left-card {
  max-width: 100%;
  height: 380px;
}

.vision-wrapper .right-content {
  padding: 80px;
  padding-top: 160px;
  min-height: 100%;
  background-color: #000;
}

.vision-wrapper .right-content .section-head {
  max-width: 560px;
}

.vision-wrapper .right-content .section-head .section-title,
.vision-wrapper .right-content .section-head .body-text {
  color: #ffffff;
}

.vision-wrapper .right-content .section-head .heading-bg {
  z-index: 1;
  bottom: 100px;
}

.vision-wrapper .vision-progress {
  max-width: 560px;
}

.vision-wrapper .vision-progress .single-progress:not(:last-child) {
  margin-bottom: 10px;
}

.vision-wrapper .vision-progress .progress-heading,
.vision-wrapper .vision-progress .skill-bar-percent {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.vision-wrapper .vision-progress .progress-bar-wrapper {
  width: 100%;
}

.vision-wrapper .vision-progress .skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 11px;
  border: 1px solid #94a6c41f;
}

.vision-wrapper .vision-progress .skillbar-bar {
  height: 3px;
  width: 0px;
  background: #ab323b;
  margin-top: 3px;
  margin-left: 3px;
}

.vision-wrapper .vision-progress .skill-bar-percent {
  position: absolute;
  right: 10px;
  top: -40px;
  height: 15px;
}

.vision-wrapper .row>* {
  padding-right: 0;
  padding-left: 0;
}

.work-process-wrapper {
  margin-top: 240px;
  background-image: url("../img/illustration/work-process.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 0;
}

.post-details .work-process-wrapper {
  margin-bottom: 0 !important;
  background: none;
  padding-bottom: 0;
}

.work-process-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -30px;
}

.work-process-wrapper .process-card {
  padding: 40px;
}

.work-process-wrapper .process-card .card-divider {
  position: relative;
  right: -300px;
  bottom: -70px;
}

.work-process-wrapper .process-card .card-divider::before {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.work-process-wrapper .process-card .card-divider::after {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: -29px;
  left: 29px;
}

.work-process-wrapper .process-card .card-num {
  font-size: 140px;
  line-height: 140px;
  color: #ab323b;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.work-process-wrapper .process-card .card-heading {
  font-size: 30px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

/*------------------------------------------------*/
/*--------------------[TEAM]-------------------*/
/*------------------------------------------------*/
.our-team-wrapper {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-bottom: 240px !important;
  background: #f4f2f9;
}

.our-team-wrapper.about-us-page {
  padding-bottom: 120px !important;
}

.our-team-wrapper .section-head .heading-bg {
  bottom: -10px;
}

.our-team-wrapper .team-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-card-wrapper .team-card {
  max-width: 100%;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}

.team-card-wrapper .card-overlay {
  width: 100%;
  height: 100%;
  background-color: #00080;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}

.team-card-wrapper .team-block:hover .card-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.team-card-wrapper .member-info .name {
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.team-card-wrapper .member-info .name:hover {
  color: #000;
}

.team-block {
  background: #fff;
  padding: 20px;
}

.team-card-wrapper .member-info .role {
  color: #000;
  display: block;
}

.team-card-wrapper .card-left {
  padding: 30px 30px 10px 30px;
}

.team-card-wrapper .card-right {
  padding: 0 0 20px 30px;
}

.team-card-wrapper .card-right:hover {
  cursor: pointer;
}

.team-card-wrapper .team-block:hover .social-items {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.team-card-wrapper .card-right:hover .on-hover-icon i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.team-card-wrapper .card-right .card-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-card-wrapper .card-right .social-items {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.team-card-wrapper .card-right .social-item {
  margin-bottom: 15px;
}

.team-card-wrapper .card-right .social-item .social-link {
  color: #ffffff;
}

.team-card-wrapper .card-right .social-item .social-link:hover {
  color: #ab323b;
}

.team-card-wrapper .card-right .on-hover-icon {
  width: 50px;
  height: 50px;
  background-color: #ab323b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/*------------------------------------------------*/
/*--------------------[SERVICES]-------------------*/
/*------------------------------------------------*/
.services-wrapper {
  overflow-x: hidden;
}

.services-wrapper .section-head .heading-bg {
  bottom: -25px;
}

.services-wrapper .body-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5f6168;
}

.services-wrapper .body-text.padding-right {
  padding-right: 100px;
}

.services-wrapper .body-text.light {
  color: #ccddf6;
}

.services-wrapper .services-card {
  background-color: #000;
  padding: 40px 35px;
  border: 1px solid #ebebeb;
  position: relative;
}

.services-wrapper .services-card::before {
  content: "";
  width: 140px;
  height: 140px;
  background: url("../img/services/hover-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 180px;
  right: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.services-wrapper .services-card:hover::before {
  opacity: 1;
}

.services-wrapper .services-card:hover .card-button {
  background-color: #ab323b;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  color: #ffffff;
}

.services-wrapper .services-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}

.services-wrapper .services-card .card-button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.services-wrapper .card-light {
  background-color: #ffffff;
  background-image: url("../img/illustration/services-card-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrapper .card-light .card-heading,
.services-wrapper .card-light .card-button {
  color: #000;
}

.services-wrapper .card-light .body-text {
  color: #5f6168;
}

.single-services-box {
  background-color: #ffffff;
  padding: 80px 30px 30px 30px;
  margin-bottom: 0;
  transition: all ease 0.5s;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  position: relative;
  text-align: center;
}

.single-services-box:hover {
  transform: translateY(-5px);
}

.single-services-box .services-img img {
  border-radius: 4px;
}

.single-services-box i {
  position: absolute;
  top: -50px;
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  border-radius: 5px;
  color: #ab323b;
  transition: all ease 0.5s;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
}

.single-services-box:hover i {
  transform: rotateX(360deg);
}

.single-services-box .services-content h3 {
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.interior-wrapper {
  overflow-x: hidden;
}

.interior-wrapper .section-head .heading-bg {
  font-size: 100px;
  left: -50px;
  bottom: -40px;
  z-index: 9;
}

.interior-wrapper .interior-content {
  padding: 190px 150px 70px 100px;
  position: relative;
  min-height: 600px;
}

.interior-wrapper .interior-content .interior-overlay {
  background-color: #00081;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.interior-wrapper .interior-card {
  max-width: 530px;
  background-color: #000;
  padding: 40px;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

.interior-wrapper .interior-card.card-1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/services/illustration1.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 230px;
  top: 0;
  overflow-x: hidden;
}

.interior-wrapper .interior-card.card-2 {
  background-color: #ab323b;
}

.interior-wrapper .interior-card.card-2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/services/illustration2.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 230px;
  top: 0;
  overflow-x: hidden;
}

.interior-wrapper .interior-card .card-heading {
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.interior-wrapper .interior-card .body-text {
  color: #ffffff;
}

.interior-wrapper .interior-card .button {
  color: #ffffff;
  margin-top: 30px;
}

.interior-wrapper .row>* {
  padding-left: 0;
  padding-right: 0;
}

.services-wrapper.section-padding.service-page-block {
  padding-top: 170px;
  padding-bottom: 0;
}

.service-details-wrapper {
  margin-bottom: 95px;
}

.service-details-wrapper .body-text {
  font-size: 18px;
}

.service-details-wrapper .content-thumb {
  min-height: 350px;
  width: 100%;
  margin-top: 35px;
}

.service-details-wrapper .content-card {
  padding: 10px;
}

.service-details-wrapper .content-card .card-icon {
  margin-bottom: 15px;
}

.service-details-wrapper .content-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}

.service-details-wrapper .content-card .card-text {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  margin-top: 10px;
}

.service-details-wrapper .sidebar .sidebar-category .category-item {
  background-color: #f9f9f9;
  padding: 20px;
}

.service-details-wrapper .sidebar .sidebar-category .category-item.active {
  background-color: #ab323b;
  color: #ffffff;
}

.service-details-wrapper .sidebar .sidebar-category .category-item:not(:last-child) {
  margin-bottom: 5px;
}

.service-details-wrapper .sidebar .sidebar-category .category-link {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.service-details-wrapper .sidebar .sidebar-category .category-link.active {
  color: #ffffff;
}

.service-details-wrapper .sidebar .sidebar-brochures {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 40px 30px;
  margin-top: 30px;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item {
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item .icon {
  margin-right: 10px;
}

.service-details-wrapper .sidebar .sidebar-banner {
  min-height: 450px;
  width: 100%;
  background-color: #000;
  padding: 50px 30px;
  position: relative;
  overflow-x: hidden;
}

.service-details-wrapper .sidebar .sidebar-banner .circle-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  right: -60px;
  top: 161px;
}

.service-details-wrapper .sidebar .sidebar-banner .banner-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}

.service-details-wrapper .sidebar .sidebar-banner .banner-heading .color-heading {
  color: #ab323b;
  font-weight: 500;
}

.service-details-wrapper .sidebar .sidebar-banner .discount {
  margin-top: 100px;
}

.service-details-wrapper .sidebar .sidebar-banner .discount .discount-heading {
  font-size: 70px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
}

.service-details-wrapper .sidebar .sidebar-banner .discount span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ab323b;
}

.service-details-wrapper .sidebar .sidebar-banner .button {
  margin-top: 30px;
  color: #ffffff;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f9eb;
  border-radius: 30px;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 30px 30px 30px 40px;
  transition: all 0.5s ease;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  margin: 0 45px;
}

.service-block-one .inner-box .lower-content .text {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 40px 100px 20px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-top: -100px;
  padding: 30px 30px 30px;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.service-block-one .inner-box:hover .lower-content .text:before {
  height: 5px;
}

.service-block-one .inner-box .lower-content .text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #ab323b;
  transition: all 0.5s ease;
}

.service-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #000;
}

.service-block-one .inner-box .lower-content h3 a:hover {
  color: #ab323b;
}

.service-block-one .inner-box .lower-content p,
.services-content p {
  margin-bottom: 20px;
}

a.theme-btn-two {
  font-weight: 600;
  line-height: 20px;
  color: #ab323b;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.service-block-one .inner-box:hover a.theme-btn-two,
.single-services-box:hover a.theme-btn-two {
  color: #ab323b;
}

/*------------------------------------------------*/
/*--------------------[PRICE]-------------------*/
/*------------------------------------------------*/
.pricing-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -25px;
}

.pricing-wrapper .pricing-card {
  text-align: center;
  padding-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pricing-wrapper .pricing-card .pricing-plan {
  display: inline-block;
  background-color: #000;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.pricing-wrapper .pricing-card .pricing-price,
.pricing-wrapper .pricing-card .plan-features {
  padding: 20px 50px;
}

.pricing-wrapper .pricing-card .price {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.pricing-wrapper .pricing-card .price-small-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.pricing-wrapper .pricing-card .pricing-text {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
}

.pricing-wrapper .pricing-card .pricing-text::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: -40px;
  left: 23px;
}

.pricing-wrapper .pricing-card .plan-features .features-item {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

.pricing-wrapper .pricing-card .plan-features .features-item.ultra {
  color: #ffffff;
}

.pricing-wrapper .pricing-card .plan-features .features-item:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-wrapper .pricing-card .plan-features .features-item .icon {
  color: #ab323b;
  margin-right: 10px;
  font-size: 14px;
}

.pricing-wrapper .pricing-card .button {
  margin-top: 20px;
  background-color: #000;
}

.pricing-wrapper .ultra-card {
  background-color: #000;
}

.pricing-wrapper .ultra-card .pricing-plan {
  background-color: #ffffff;
  color: #000;
}

.pricing-wrapper .ultra-card .price {
  color: #ffffff;
}

.pricing-wrapper .ultra-card .pricing-text {
  color: #fff;
}

.pricing-wrapper .ultra-card .pricing-text::after {
  background-color: #143568;
}

.pricing-wrapper .ultra-card .plan-features .features-item {
  color: #fff;
}

.pricing-wrapper .ultra-card .button {
  background-color: #ab323b;
}

.pricing-content p.body-text,
.call-to-action p.body-text {
  padding: 20px 0 40px 0;
}

/*------------------------------------------------*/
/*--------------------[COUNTER ]-------------------*/
/*------------------------------------------------*/
.single-count {
  text-align: left;
  position: relative;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #000;
  text-align: center;
  z-index: 99;
}

.single-count i {
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ab323b;
  border: 1px solid #eee;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.single-count .counter-text .count,
.counter-text {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.single-count.counter-item h4 {
  color: inherit;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.counter-text {
  margin-right: 0;
}

.home-counter-block {
  position: relative;
  top: 120px;
}

.parallax-shop-style-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  z-index: 4;
}

.parallax-arrow2::after,
.parallax-arrow2:before {
  content: "";
  position: absolute;
  bottom: -10%;
  display: block;
  height: 0;
  width: 15%;
  border: 135px solid transparent;
  border-bottom-color: #fff !important;
  border-top-width: 0;
}

.parallax-arrow1::after,
.parallax-arrow1:before {
  content: "";
  position: absolute;
  bottom: -10%;
  display: block;
  height: 0;
  width: 50.25%;
  border: 30px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.parallax-shop-style-arrow:after {
  border-right-width: 0;
  border-left-width: 150px;
  right: 0;
}

.parallax-shop-style-arrow:before {
  border-bottom-color: #fff;
  border-left-width: 0;
  border-right-width: 150px;
  left: 0;
}

.parallax-shop-style-2 {
  position: relative;
  z-index: 10;
  padding: 100px 0;
  overflow: unset;
  background: rgba(247, 247, 247, 0.7) url("../img/pattern-2.jpg") no-repeat fixed center center / cover;
}

.parallax-app {
  background: rgba(247, 247, 247, 0.7) url("../images/home/banner_get_a_quote_legacy.jpg") no-repeat fixed center center / cover;
  z-index: 1;
  position: relative;
  padding-top: 120px;
  background-position-y: 0px;
}

.parallax-app::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*------------------------------------------------*/
/*--------------------[FACTS/CIRCLE]----------------*/
/*------------------------------------------------*/
.facts-wrapper.section-padding.bg-cover {
  padding-bottom: 0;
}

.facts-wrapper .section-head .heading-bg,
.project-wrapper-block .section-head .heading-bg {
  top: -20px;
}

.facts-wrapper.section-padding.bg-cover .section-head .heading-bg,
.project-wrapper-block .section-head .heading-bg {
  text-align: center;
  right: 0;
}

.numbers-wrapper {
  position: relative;
}

.bg.bg-pattern-1 {
  background-image: url(../images/home/Backgroundplomo.jpg);
}

.numbers-wrapper .bg {
  right: 40%;
  /*    width: auto!important;*/
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg2.bg-pattern-2 {
  background-image: url(../img/about/about-img-1.png);
}

.numbers-wrapper .bg2 {
  left: 60% !important;
  width: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
}

.query-block.query-wrapper.section-padding {
  padding: 120px 0px;
}

.numbers-wrapper .section-head .heading-bg {
  bottom: 25px;
}

.numbers-wrapper .section-head .section-title {
  color: #000;
}

.numbers-wrapper p.body-text.text-bg-style {
  color: #ab323b;
  background: #f4f2f9;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding: 23px 40px 24px 40px;
}

.numbers-wrapper .small-heading {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

.why-chose-block .small-heading,
.call-to-action .small-heading {
  color: #fff !important;
}

.numbers-wrapper .numbers-profile {
  margin-top: 40px;
}

.numbers-wrapper .numbers-profile .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
}

.numbers-wrapper .numbers-profile .profile-info {
  margin-right: 50px;
}

.numbers-wrapper .numbers-profile .profile-info .name {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.numbers-wrapper .numbers-profile .profile-info .role {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.numbers-wrapper .right-content {
  min-width: 100%;
  position: relative;
}

.numbers-wrapper .progressbar-wrapper,
.counter-item {
  position: relative;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__background,
.numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__background {
  stroke: #efefef;
  stroke-width: 0.5;
  stroke-dasharray: 2;
  fill: none;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__circle,
.numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__circle {
  stroke: #ab323b;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__percent,
.numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__percent {
  fill: #ab323b;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__subline,
.numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__subline {
  fill: #000;
  font-family: "Roboto", sans-serif;
}

.numbers-wrapper .progressbar-wrapper .circle-1,
.numbers-wrapper .progressbar-wrapper .counter-item-1 {
  position: absolute;
  left: 100px;
  top: -120px;
}

.product-image-counter-block {
  position: relative;
}

.product-image-counter-block .bg-shape {
  position: absolute;
  width: 540px;
  height: 540px;
  background-image: url(../img/shape-bg.png);
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

.overlay-anim {
  position: relative;
}

.product-image-counter-block .counter-block-image-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-image-counter-block .counter-block-image-2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-image-counter-block .counter-block-image-3 {
  position: absolute;
  right: 0;
  top: 70px;
  margin-bottom: 0;
}

.product-image-counter-block .logo {
  position: absolute;
  left: 242px;
  top: 225px;
}

.product-image-counter-block .counter-block-image-1 img,
.product-image-counter-block .counter-block-image-2 img,
.product-image-counter-block .counter-block-image-3 img {
  border-radius: 10px;
}

.numbers-wrapper .progressbar-wrapper .circle-1 svg,
.numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
  width: 280px;
  height: 280px;
}

.numbers-wrapper .progressbar-wrapper .circle-2,
.numbers-wrapper .progressbar-wrapper .counter-item-2 {
  position: absolute;
  right: 80px;
  bottom: 50px;
}

.numbers-wrapper .progressbar-wrapper .circle-2 svg,
.numbers-wrapper .progressbar-wrapper .counter-item-2 svg {
  width: 190px;
  height: 190px;
}

.numbers-wrapper .progressbar-wrapper .circle-3,
.numbers-wrapper .progressbar-wrapper .counter-item-3 {
  position: absolute;
  right: 0;
  top: 0;
}

.numbers-wrapper .progressbar-wrapper .circle-3 svg,
.numbers-wrapper .progressbar-wrapper .counter-item-3 svg {
  width: 230px;
  height: 230px;
}

.numbers-wrapper .cta-wrapper .cta-img {
  width: 350px;
  height: 250px;
  background-position: bottom;
}

.numbers-wrapper .cta-wrapper .cta-icon {
  min-width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ab323b;
  font-size: 30px;
  color: #ffffff;
  margin-right: 30px;
  position: relative;
  z-index: 10;
}

.numbers-wrapper .cta-wrapper .cta-details .cta-heading {
  font-size: 30px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
}

.numbers-wrapper .cta-wrapper .cta-details .cta-num {
  color: #ab323b;
}

/*------------------------------------------------*/
/*---------------[PORTFOLIO/PROJECT]---------------*/
/*------------------------------------------------*/

.project-wrapper {
  position: relative;
  z-index: 2;
  background: #f4f2f9;
}

.portfolio-gallery-wrapper .project-wrapper {
  background: none;
}

.project-wrapper .project-cards .project-card:hover .project-product-inner {
  transform: scale(1);
  opacity: 1;
  border-radius: 30px 30px 30px 40px;
}

.project-product-inner {
  position: absolute;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 66%);
  padding: 15px;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}

.project-wrapper .section-head .heading-bg {
  bottom: -10px;
  left: 0;
}

.project-wrapper .top-content {
  position: relative;
  z-index: 2;
}

.project-wrapper .project-cards {
  overflow: hidden;
}

.project-wrapper .project-cards .project-card {
  min-height: 400px;
  background-color: #fff;
  background-size: cover;
  position: relative;
  cursor: pointer;
  margin: 0 calc(20px / 2);
  border-radius: 30px 30px 30px 40px;
}

.project-wrapper .project-cards .card-plus-icon {
  width: 100px;
  height: 100px;
  background-color: #ab323b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}

.project-product-inner a i {
  font-size: 22px;
}

.project-wrapper .project-cards .card-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-wrapper .project-cards .card-content .title {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.project-wrapper .project-cards .card-content .text {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.project-wrapper .project-cards .project-card:hover .card-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.project-wrapper .project-cards .project-card:hover .card-plus-icon {
  opacity: 1;
}

.project-wrapper .project-brands .project-brand-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrapper .project-brands .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  max-width: 100%;
}

.project-wrapper.home-brand-block {
  background: #fff;
}

.project-wrapper .project-brands .slider-item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* .project-wrapper .row > * {
  padding-right: 0;
  padding-left: 0;
} */

.flot-wrapper {
  width: 150%;
  overflow: hidden;
}

.portfolio-gallery-wrapper .nav-tabs {
  border: 0;
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-gallery-wrapper .nav-tabs .nav-item {
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.portfolio-gallery-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}

.portfolio-gallery-wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.portfolio-gallery-wrapper .nav-tabs .nav-link.active {
  background-color: #ab323b;
  color: #ffffff;
  -webkit-transition: backgroud-color 0.3s ease-in-out;
  transition: backgroud-color 0.3s ease-in-out;
}

.portfolio-gallery-wrapper .gallery-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
  height: 100%;
}

.portfolio-gallery-wrapper .gallery-items a {
  cursor: pointer;
}

.portfolio-gallery-wrapper .gallery-items .item-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 5;
  grid-column-start: 5;
  grid-row-end: 3;
  grid-column-end: 7;
}

.portfolio-gallery-wrapper .gallery-items .item-3 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 7;
  grid-column-start: 7;
  grid-row-end: 3;
  grid-column-end: 9;
}

.portfolio-gallery-wrapper .gallery-items .item-4 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column: 5;
  grid-column-start: 5;
  grid-row-end: 5;
  grid-column-end: 9;
}

.portfolio-gallery-wrapper .gallery-items .item-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-row-end: 7;
  grid-column-end: 3;
}

.portfolio-gallery-wrapper .gallery-items .item-6 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  grid-row-end: 7;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-row-end: 9;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-8 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column: 5;
  grid-column-start: 5;
  grid-row-end: 9;
  grid-column-end: 9;
}

.project-details-wrapper {
  overflow-x: hidden;
}

.project-details-wrapper .project-details-slider-wrapper {
  position: relative;
}

.project-details-wrapper .slider-item {
  width: 100%;
  height: 760px;
}

.project-details-wrapper .slider-img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: -25px;
  z-index: 10;
}

.project-details-wrapper .project-details-slider-nav .owl-next,
.project-details-wrapper .project-details-slider-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-wrapper .project-details-content {
  padding-top: 110px;
}

.project-details-wrapper .project-details-content .content-left .heading-2 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}

.project-details-wrapper .project-details-content .content-left .overview-heading {
  font-size: 30px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
}

.project-details-wrapper .project-details-content .content-left .overview-items {
  width: 100%;
}

.project-details-wrapper .project-details-content .content-left .overview-items .overview-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.project-details-wrapper .project-details-content .right-content .project-info {
  position: relative;
}

.project-details-wrapper .project-details-content .right-content .project-info::before {
  content: "";
  width: 480px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 55%;
  left: -30px;
}

.project-details-wrapper .project-details-content .right-content .project-info::after {
  content: "";
  height: 275px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 45%;
}

.project-details-wrapper .project-details-content .right-content .project-info .row>* {
  padding-right: 0;
  padding-left: 0;
}

.project-details-wrapper .project-details-content .right-content .info-box {
  padding: 30px;
  padding-left: 0;
}

.project-details-wrapper .project-details-content .right-content .info-heading {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.project-details-wrapper .project-details-nav {
  padding: 40px 0px;
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-details-wrapper .project-details-nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-wrapper .project-details-nav .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #ffffff;
}

.project-details-wrapper .project-details-nav .nav-text {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.recent-project-wrapper {
  padding-top: 0 !important;
}

.recent-project-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -25px;
}

.recent-project-wrapper .project-wrapper {
  background: none;
}

.project-details-nav {
  padding: 40px 0px;
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-details-nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-nav .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #ffffff;
}

.project-details-nav .nav-text {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/*------------------------------------------------*/
/*----------------[TESTIMONIAL ]--------------*/
/*------------------------------------------------*/

.testimonial-wrapper .section-head .heading-bg {
  bottom: -35px;
  left: 0;
}

.testimonial-wrapper p.body-text {
  margin-top: 20px;
}

.slider-thumb.bg-cover {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ab323b;
}

.slider-item {
  position: relative;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-card {
  max-width: 820px;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-item {
  margin-bottom: 0;
}

.testimonial-slider-wrapper {
  max-width: 820px;
  margin: auto;
  text-align: center;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-card::before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url("../img/icons/quote-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 30px;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-card .card-content {
  margin-top: 25px;
}

.testimonial-wrapper .testimonial-slider-wrapper .card-heading {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.testimonial-wrapper .testimonial-slider-wrapper .body-text {
  color: #777;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info {
  margin-top: 20px;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-name {
  font-size: 18px;
  line-height: 26px;
  color: inherit;
  font-weight: 400;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-role {
  font-size: 16px;
  line-height: 27px;
  color: inherit;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.testimonial-wrapper .testimonial-slider-nav {
  position: absolute;
  left: 35.6%;
  top: 30.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.testimonial-wrapper .testimonial-slider-nav .owl-prev,
.testimonial-wrapper .testimonial-slider-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-wrapper .testimonial-slider-wrapper .row>* {
  padding-right: 0;
  padding-left: 0;
}

.testimonial-wrapper .shape-author-img {
  position: absolute;
  left: 20%;
  top: 300px;
}

.testimonial-wrapper .shape-author-img-2 {
  position: absolute;
  right: 20%;
  top: 300px;
}

.testimonial-wrapper.section-padding {
  padding-top: 240px;
}

.shape-author-img.images {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(-224.368px, 0px, 0px);
}

.shape-author-img-2.images-r {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(224.368px, 0px, 0px);
}

/*------------------------------------------------*/
/*--------------------[FAQ]-------------------*/
/*------------------------------------------------*/

.query-wrapper {
  position: relative;
  padding-bottom: 0;
}

.left-content.inner-column-block {
  position: relative;
  padding-right: 110px;
}

.query-wrapper .left-content {
  position: relative;
}

.facts-wrapper .section-head {
  margin-bottom: 50px;
}

.query-wrapper .right-content .section-head {
  margin-top: 20px;
}

.query-block.query-wrapper p.body-text {
  padding-top: 20px;
}

.faq-text {
  background-color: #ab323b;
  width: 250px;
  padding: 10px 35px 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -75px;
}

.faq-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  position: relative;
}

.faq-text span::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  left: 60px;
  top: 10px;
  background-color: #fff;
}

.faq-text h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  color: #fff;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion .accordion-body {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.accordion .accordion-button {
  font-size: 20px;
  line-height: 26px;
  padding: 20px 30px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #ab323b;
  color: #ffffff;
}

.accordion .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 35%;
  font-weight: 400;
  background-image: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item:first-of-type {
  border-radius: 0;
}

.accordion .accordion-item:last-of-type {
  border-radius: 0;
}

/*------------------------------------------------*/
/*--------------------[CONTACT]-------------------*/
/*------------------------------------------------*/
.contact-wrapper .section-head .heading-bg {
  left: -50px;
  bottom: 45px;
}

.contact-wrapper .section-head .body-text {
  padding-right: 0px;
}

.contact-wrapper .contact-profile .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper .contact-profile .profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 40px;
}

.contact-wrapper .contact-profile .name {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}

.contact-wrapper .contact-profile .contact-medium .medium-item {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-left: 20px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item:not(:last-child) {
  margin-bottom: 5px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ab323b;
  position: absolute;
  left: -20px;
  top: 6px;
}

.contact-wrapper .contact-form {
  background-color: #000;
  padding: 80px 60px;
}

.contact-wrapper .contact-form .form-field,
.contact-wrapper .contact-form .form-text-field {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #143568;
  color: #ccddf6;
}

.contact-wrapper .contact-form .form-field {
  margin-bottom: 20px;
}

.contact-wrapper .contact-form .form-text-field {
  min-height: 100px;
}

.contact-wrapper .contact-form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.contact-wrapper .contact-form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.contact-wrapper .contact-form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.contact-wrapper .contact-form ::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.contact-map-wrapper {
  position: relative;
  min-height: 780px;
  z-index: -1;
}

.contact-map-wrapper .map-marker {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------------------*/
/*--------------------[BLOG]-------------------*/
/*------------------------------------------------*/
.blog-card {
  border: 1px solid #ebebeb;
  position: relative;
}

.blog-card .card-thumb {
  height: 260px;
  width: 100%;
}

.blog-card .category {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ab323b;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-card .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-card .blog-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.blog-card .blog-meta .meta-item.comment {
  position: relative;
}

.blog-card .blog-meta .meta-item.comment::before,
.blog-card .blog-meta .meta-item.comment::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ab323b;
  position: absolute;
}

.blog-card .blog-meta .meta-item.comment::after {
  left: -15px;
  top: 7px;
}

.blog-card .blog-meta .meta-item.comment::before {
  right: -15px;
  top: 7px;
}

.blog-card .blog-meta .meta-item,
.blog-card .blog-meta .meta-item-link {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.blog-card .blog-meta .meta-icon {
  margin-right: 10px;
}

.blog-card .blog-meta .meta-item-link {
  font-size: 20px;
}

.blog-card .blog-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-card .blog-card-content {
  padding: 30px;
}

.blog-card .button {
  margin-top: 30px;
}

.blog-card-wrapper .blog-quote {
  min-height: 100%;
  padding: 40px;
  background-color: #000;
  position: relative;
}

.service-details-wrapper.section-padding.blog-card-wrapper .sidebar {
  padding-right: 35px;
}

.blog-card-wrapper .blog-quote::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/icons/quote-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 20px;
}

.blog-card-wrapper .blog-quote .quote-heading {
  color: #ffffff;
  margin-bottom: 40px;
}

.blog-card-wrapper .blog-quote .quote-author {
  color: #ccddf6;
}

.blog-card-wrapper .blog-pagination-wrapper {
  margin-top: 55px;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-item:not(:last-child) {
  margin-right: 10px;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  font-size: 20px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link.active,
.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link:hover {
  background-color: #ab323b;
  color: #ffffff;
}

.single-post-wrapper {
  margin-bottom: 0;
  overflow-x: hidden;
}

.single-post-wrapper .post-details .blog-card {
  position: relative;
  border: none;
}

.single-post-wrapper .post-details .card-thumb {
  height: 350px;
  width: 100%;
}

.single-post-wrapper .post-details .category {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ab323b;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}

.single-post-wrapper .post-details .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.single-post-wrapper .post-details .blog-meta .meta-item:not(:last-child) {
  margin-right: 30px;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment {
  position: relative;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::before,
.single-post-wrapper .post-details .blog-meta .meta-item.comment::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ab323b;
  position: absolute;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::after {
  left: -15px;
  top: 7px;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::before {
  right: -15px;
  top: 7px;
}

.single-post-wrapper .post-details .blog-meta .meta-item,
.single-post-wrapper .post-details .blog-meta .meta-item-link {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-details .blog-meta .meta-icon {
  margin-right: 10px;
}

.single-post-wrapper .post-details .blog-meta .meta-item-link {
  font-size: 20px;
}

.single-post-wrapper .post-details .post-heading {
  font-size: 34px;
  line-height: 41px;
  color: #3a3a3a;
  font-weight: 300;
  margin: 30px 0;
  font-family: "Biger Over";
}

.single-post-wrapper .post-details .first-letter {
  min-width: 60px;
  height: 60px;
  background-color: #ab323b;
  color: #ffffff;
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
  font-family: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-wrapper .post-details .post-quote {
  width: 100%;
  margin: 60px 0px;
  padding: 40px;
  padding-right: 100px;
  border-left: 1px solid #ab323b;
  position: relative;
}

.single-post-wrapper .post-details .post-quote::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/quote-orange.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 90%;
  top: 50px;
  z-index: -1;
}

.single-post-wrapper .post-details .post-quote .quote-title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-details .post-thumb-2 {
  width: 100%;
  height: 360px;
  margin: 50px 0px;
}

.single-post-wrapper .post-details .post-heading-2 {
  font-size: 30px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-post-wrapper .related-posts {
  margin: 110px 0px;
}

.single-post-wrapper .related-post-heading {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.single-post-wrapper .blog-post-nav {
  margin-top: 20px;
}

.single-post-wrapper .comments-wrapper {
  border-bottom: 1px solid #ebebeb;
}

.single-post-wrapper .comments-wrapper .comment-reply {
  margin-left: 70px;
}

.single-post-wrapper .comments-wrapper .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post-wrapper .comments-wrapper .comment-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-wrapper .comments-wrapper .comment-profile .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ab323b;
  margin-right: 15px;
}

.single-post-wrapper .comments-wrapper .comment-profile .name {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.single-post-wrapper .comments-wrapper .comment-profile .comment-meta {
  font-size: 14px;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-text,
.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-icon {
  color: #ab323b;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-icon {
  margin-right: 10px;
}

.single-post-wrapper .comments-wrapper .comment-text {
  padding: 20px 75px;
}

.single-post-wrapper .post-comment {
  margin-top: 100px;
}

.single-post-wrapper .post-comment input,
.single-post-wrapper .post-comment textarea {
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.single-post-wrapper .post-comment input {
  min-width: 235px;
}

.single-post-wrapper .post-comment input:not(:last-child) {
  margin-right: 15px;
}

.single-post-wrapper .post-comment ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-comment :-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-comment ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-comment ::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-wrapper .post-comment textarea {
  min-height: 180px;
  width: 100%;
}

.single-post-wrapper .post-comment .button {
  margin-top: -5px;
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
}

.post-tags .tags-item:first-child {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.post-tags .tags-item:not(:last-child) {
  margin-right: 15px;
}

.post-tags .tags-link {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.single-post-sidebar {
  padding-left: 35px;
}

.single-post-sidebar .section-head .section-title {
  font-weight: 400 !important;
  font-size: 26px !important;
  margin-bottom: 17px;
}

.single-post-sidebar .widget-search {
  width: 100%;
  position: relative;
}

.single-post-sidebar .widget-search .search-field {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}

.single-post-sidebar .widget-search .search-button {
  width: 42px;
  height: 42px;
  background-color: #ab323b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 4px;
  top: 4px;
}

.single-post-sidebar .widget-author {
  padding: 60px 10px;
  background-color: #3e3b34;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.single-post-sidebar .widget-author::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutus/author-illustration.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

.single-post-sidebar .widget-author .author-avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.single-post-sidebar .widget-author .author-name {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
}

.single-post-sidebar .widget-author .author-role {
  color: #ccddf6;
}

.single-post-sidebar .widget-author .author-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.single-post-sidebar .widget-author .author-socials .social-item {
  font-size: 20px;
}

.single-post-sidebar .widget-author .author-socials .social-item:not(:last-child) {
  margin-right: 20px;
}

.single-post-sidebar .widget-author .author-socials .social-item:hover {
  color: #ab323b;
}

.single-post-sidebar .widget-recent-post {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin-top: 30px;
}

.single-post-sidebar .widget-recent-post .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-sidebar .widget-recent-post .post-item:not(:last-child) {
  margin-bottom: 20px;
}

.single-post-sidebar .widget-recent-post .post-info .post-title {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.single-post-sidebar .widget-recent-post .post-info .post-title:hover {
  color: #ab323b;
}

.single-post-sidebar .widget-recent-post .post-info .post-meta {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.single-post-sidebar .widget-recent-post .post-thumb {
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
}

.single-post-sidebar .widget-tags {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

.single-post-sidebar .widget-tags .post-tags {
  margin-top: 0;
}

.single-post-sidebar .widget-tags .tags-item {
  margin-bottom: 5px;
}

.single-post-sidebar .widget-gallery {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

.single-post-sidebar .widget-gallery .row>* {
  padding-right: 4px;
  padding-left: 4px;
}

/*------------------------------------------------*/
/*--------------------[PROGRESS]-------------------*/
/*------------------------------------------------*/

.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #5f6168;
  box-shadow: inset 0 0 0 2px #5f6168;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #ab323b;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ab323b;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
.section-padding {
  padding: 120px 0px;
}

.body-text {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 600;
}

.body-text.light {
  color: #fff;
}

/*------------------------------------------------*/
/*--------------------[FOOTER ]-------------------*/
/*------------------------------------------------*/

.footer-wrapper {
  background-color: #3e3b34;
  padding-top: 100px;
}

.footer-wrapper .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-wrapper .widget-about-social {
  margin-top: 30px;
}

.footer-wrapper .widget-about-social .social-link {
  font-size: 20px;
  color: #ffffff;
}

.footer-wrapper .widget-about-social .social-link:hover {
  color: #ab323b;
}

.footer-wrapper .widget-about-social .social-link:not(:last-child) {
  margin-right: 25px;
}

.footer-wrapper .widget-services {
  margin-left: 60px;
}

.footer-wrapper .widget-subscribe .form-input-wrapper {
  margin-top: 20px;
  position: relative;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #143568;
  color: #ffffff;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .subscribe-button {
  width: 42px;
  height: 42px;
  background-color: #ab323b;
  position: absolute;
  top: 4px;
  right: 3px;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .subscribe-button .button-icon {
  color: #ffffff;
  font-size: 18px;
}

.footer-wrapper .footer-widget .widget-heading {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-wrapper .footer-widget .widget-menu .widget-item {
  margin-left: 15px;
  position: relative;
}

.footer-wrapper .footer-widget .widget-menu .widget-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer-wrapper .footer-widget .widget-menu .widget-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ab323b;
  position: absolute;
  left: -15px;
  bottom: 12px;
}

.footer-wrapper .footer-widget .widget-menu .widget-link {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-wrapper .footer-contact-wrapper {
  margin-top: 0;
  border: 1px solid #fff;
}

.footer-wrapper .footer-contact {
  padding: 50px 30px;
  border-right: 1px solid #fff;
}

.footer-wrapper .footer-contact .contact-icon {
  font-size: 40px;
  color: #5f6168;
  margin-right: 20px;
}

.footer-wrapper .footer-contact .contact-info .top-text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.footer-wrapper .footer-contact .contact-info .main-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.footer-copy-link ul li {
  display: inline;
  padding-left: 30px;
}

.footer-copyright-block {
  margin-top: 100px;
  padding: 30px 0;
  border-top: 1px solid #000;
}

.home-contact-block .footer-cta {
  background-color: #ab323b;
  padding: 70px;
  margin-top: -8%;
  position: relative;
  z-index: 999;
}

.home-contact-block .footer-cta .body-text {
  color: #ffffff;
  margin-top: 10px;
}

.home-contact-block .footer-cta .button {
  background-color: #000;
}

/*------------------------------------------------*/
/*--------------------[RESPONSIVE]-------------------*/
/*------------------------------------------------*/

@media only screen and (max-width: 1023px) {

  .product-image-counter-block .counter-block-image-1,
  .product-image-counter-block .counter-block-image-2,
  .product-image-counter-block .counter-block-image-3 {
    width: 50%;
    padding: 10px 12px;
    margin: 0;
  }

  .product-image-counter-block .counter-block-image-1 img,
  .product-image-counter-block .counter-block-image-2 img,
  .product-image-counter-block .counter-block-image-3 img {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .logo-wrapper.mobile-logo,
  .header-wrapper .main-menu {
    display: none;
  }
}

@media (max-width: 991px) {

  .header-wrapper .menu-wrapper,
  .header-wrapper .nav-top-menu,
  .right-slide-wrapper,
  .testimonial-wrapper .shape-author-img,
  .testimonial-wrapper .shape-author-img-2 {
    display: none !important;
  }

  .pricing-wrapper .pricing-card .pricing-price,
  .pricing-wrapper .pricing-card .plan-features {
    padding: 20px 20px;
  }

  .single-services-box {
    padding: 80px 20px 30px 20px;
  }

  .logo-wrapper.mobile-logo img {
    padding: 10px 0 10px 15px;
  }

  #hamburger {
    top: 25px;
  }

  /* .sticky-header:not(.header-submenu).is-sticky .logo-wrapper {
    padding: 12px 30px !important;
  } */
  .sticky-header:not(.header-submenu).is-sticky #hamburger {
    top: 20px;
  }

  #hamburger {
    display: block !important;
  }

  .product-image-counter-block .bg-shape {
    display: none;
  }

  .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 13% !important;
    width: 50% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .product-image-counter-block .logo {
    left: 47% !important;
    top: 36%;
  }
}

@media (min-width: 1051px) and (max-width: 1198px) {
  .header-wrapper .main-menu ul>li:not(:last-child) {
    margin-right: 20px !important;
  }

  .header-wrapper .main-menu ul>li>a {
    font-size: 14px;
  }

  .main-menu-right .button.button-primary {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .right-content .section-head .heading-bg {
    left: 10px;
  }

  .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 29%;
    width: 36%;
  }

  .pricing-wrapper .section-head .heading-bg {
    left: 28%;
  }

  .work-process-wrapper .process-card {
    padding: 20px;
  }

  .work-process-wrapper .process-card .card-divider {
    right: -250px;
  }

  .work-process-wrapper .section-head .heading-bg {
    left: 28%;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1 {
    left: 0px;
  }

  .header-wrapper .main-menu ul>li:not(:last-child) {
    margin-right: 45px;
  }

  .recent-project-wrapper .section-head .heading-bg {
    left: 28%;
  }

  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }

  .why-us-wrapper .left-content .body-text,
  .why-us-wrapper .left-content .section-title {
    padding-right: 0;
  }

  .project-wrapper .project-cards .card-content .title {
    font-size: 20px;
  }

  .card-content h3 {
    line-height: 20px;
  }

  .project-wrapper .project-cards .card-content {
    bottom: 15px;
  }

  .project-wrapper .project-cards .card-plus-icon {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-wrapper .main-menu ul>li:not(:last-child) {
    margin-right: 30px !important;
  }

  .header-wrapper .main-menu ul>li>a,
  .main-menu-right .button.button-primary {
    font-size: 14px;
  }

  .product-image-counter-block .counter-block-image-3 {
    right: 30px;
    top: 130px;
  }
}

@media (max-width: 1164px) {
  .header-wrapper .contact-info .contact-item:not(:last-child) {
    margin-right: 20px;
  }

  .header-wrapper .main-menu-right .menu-right-search {
    margin-right: 30px;
  }
}

@media (max-width: 1400px) {
  .hero-wrapper .section-head .heading-bg {
    font-size: 100px;
    left: 0px;
  }

  .container {
    max-width: 1360px !important;
  }

  .team-card-wrapper .team-card {
    min-height: 350px;
  }

  .team-card-wrapper .card-left {
    padding: 30px 20px 10px 20px;
  }

  .team-card-wrapper .card-right {
    padding: 0 0 20px 20px;
  }

  .hero-wrapper .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vision-wrapper .experience-card .card-heading {
    padding: 0px 30px;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1 svg,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
    width: 240px;
  }
}

@media (max-width: 1937px) {
  .hero-wrapper .section-head .section-title {
    width: 100%;
  }
}

@media (max-width: 1813px) {
  .hero-wrapper .left-content {
    padding-left: 200px;
    padding-right: 100px;
  }
}

@media (max-width: 1600px) {
  .hero-wrapper .left-content {
    padding-left: 100px;
    padding-right: 80px;
  }

  .header-wrapper .main-menu ul>li:not(:last-child) {
    margin-right: 45px;
  }
}

@media (max-width: 1342px) {
  .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 160px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper .footer-cta .button {
    margin-top: 30px;
  }

  .why-we-block .right-content .about-thumb {
    height: 600px;
    margin-right: 0;
    top: 10px;
    margin-top: 30px;
  }

  .service-details-wrapper.section-padding.blog-card-wrapper .sidebar {
    padding-right: 0;
  }

  .left-content.product-details-image-block {
    margin-top: 30px;
  }

  .service-page-block .col-lg-4.col-md-4.mb-30 {
    margin-bottom: 0;
  }

  .numbers-wrapper.about-bg-block .left-content.pl-40 {
    padding: 0;
  }

  .numbers-wrapper .progressbar-wrapper {
    margin-top: 300px;
  }

  .work-process-wrapper .process-card .card-num {
    font-size: 80px;
    line-height: 80px;
  }

  .service-details-wrapper .sidebar {
    padding-left: 0;
  }

  .facts-wrapper .right-content {
    margin-top: 100px;
  }

  .services-wrapper .button-minimal {
    padding-bottom: 20px;
  }

  .service-details-wrapper .body-text {
    font-size: 16px;
  }

  .work-process-wrapper .process-card .card-divider {
    right: -170px;
  }

  .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 100px;
  }

  .vision-wrapper .vision-progress {
    margin-top: 50px;
  }

  .vision-wrapper .right-content {
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-wrapper .right-content {
    padding-top: 100px;
  }

  .hero-wrapper .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper .right-content {
    width: 100%;
    height: 600px;
  }

  .hero-wrapper .left-content {
    width: 100%;
    padding: 30px !important;
  }

  .section-padding {
    padding: 100px 0px;
  }

  section.numbers-wrapper.why-chose-block {
    padding: 0;
  }

  .services-wrapper.section-padding.service-page-block {
    padding: 150px 0 0 0;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .footer-wrapper .footer-contact {
    border-bottom: 1px solid #fff;
    border-right: 0;
    border-left: 0;
  }

  .single-post-wrapper .post-comment {
    margin-top: 90px;
  }

  .single-post-wrapper .post-comment input {
    width: 100%;
  }

  .single-post-sidebar {
    margin-top: 90px;
    padding-left: 0;
  }

  .footer-wrapper .widget-services {
    margin-left: 0;
  }

  .footer-wrapper .footer-contact-wrapper {
    border-bottom: 0;
  }

  .single-post-wrapper .related-posts {
    margin: 90px 0px;
  }

  .contact-map-wrapper {
    min-height: 500px;
  }

  .query-wrapper .right-content .section-head .heading-bg {
    top: -10px;
  }

  .testimonial-wrapper .testimonial-slider-nav {
    bottom: 80px;
    left: 70%;
  }

  .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    margin-top: 30px;
  }

  .project-details-wrapper .project-details-content .right-content .project-info::before {
    display: none;
  }

  .project-details-wrapper .project-details-content .right-content .project-info::after {
    display: none;
  }

  .project-wrapper .project-cards .project-card {
    min-height: 300px;
  }

  .project-details-wrapper .slider-item {
    height: 500px;
  }

  .footer-wrapper .footer-cta {
    padding: 40px;
  }

  .faq-text {
    width: 180px;
    left: -49px;
    top: 60%;
  }

  .faq-text h2 {
    font-size: 30px;
  }

  .numbers-wrapper .bg {
    right: 0;
  }

  .about-two-wrapper.home-page-about-block {
    padding: 80px 0 20px 0;
  }

  .project-wrapper.home-brand-block {
    margin: 0;
  }

  .numbers-wrapper.section-padding.home-counter-block .right-content {
    padding-bottom: 230px;
  }

  .testimonial-wrapper.section-padding .section-head {
    margin-bottom: 30px;
  }

  .query-wrapper .left-content .img-fluid {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .left-content.inner-column-block {
    padding-right: 0;
  }

  .about-thumb.bg-cover img {
    height: 690px;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 {
    left: 0;
  }

  figure.image-2 {
    right: -70px;
  }

  .product-image-counter-block .logo {
    left: 36%;
    top: 36%;
  }

  .faq-text {
    left: -75px;
  }

  .numbers-wrapper .cta-wrapper .cta-details .cta-heading {
    font-size: 25px;
  }
}

@media (max-width: 800px) {
  .home-contact-block .footer-cta .body-text {
    margin-bottom: 30px;
  }

  .home-contact-block .footer-cta {
    padding: 30px;
  }

  .home-contact-block .cta-content.d-flex.align-items-center.justify-content-between.flex-wrap.flex-lg-nowrap {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .header-wrapper .logo-wrapper {
    width: 40%;
  }

  .single-count.counter-item.counter-last-block .single-services-box {
    margin-bottom: 80px;
  }

  .single-services-box.service-last,
  .single-count.counter-item.counter-last-block {
    margin-bottom: 0;
  }

  .product-block,
  .single-count {
    margin-bottom: 30px;
  }

  .project-product-inner {
    left: 0;
    top: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }

  .project-wrapper .project-cards .card-plus-icon {
    width: 60px;
    height: 60px;
  }

  .project-wrapper .project-cards .card-content {
    bottom: 10px;
  }

  .mobile-nav-one-wrapper .mobile-nav {
    width: 320px;
    right: -440px;
  }

  .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
  }

  .heading-1 {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .footer-wrapper .footer-contact {
    padding: 25px 20px;
  }

  .single-post-wrapper .post-details .post-heading {
    font-size: 28px;
  }

  .single-post-wrapper .post-details .post-quote {
    padding: 30px;
  }

  .single-post-wrapper .post-details .post-quote::before {
    display: none;
  }

  .single-post-wrapper .post-details .post-thumb-2 {
    height: 250px;
  }

  .single-post-wrapper .post-details .post-heading-2 {
    font-size: 28px;
  }

  .inner-column-block figure.image-2 {
    width: 170px;
  }

  .contact-wrapper .contact-form {
    padding: 60px 30px;
  }

  .contact-map-wrapper {
    min-height: 350px;
  }

  .query-wrapper .right-content .section-head {
    margin-top: 0;
  }

  figure.image-2 {
    top: 55px;
  }

  .hero-wrapper .hero-slider-nav {
    margin-top: -50px;
  }

  .about-wrapper .right-content {
    padding-left: 0;
  }

  .numbers-wrapper .cta-wrapper .cta-img {
    width: 100%;
  }

  .numbers-wrapper .cta-wrapper .cta-icon {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: -50px;
  }

  .numbers-wrapper .cta-wrapper .cta-details {
    margin: 20px;
  }

  .project-wrapper .project-brands .slider-item {
    margin: 0 25px;
  }

  .project-details-wrapper .slider-item {
    height: 250px;
  }

  .recent-project-wrapper .section-head .heading-bg {
    left: 25%;
  }

  .recent-project-wrapper .project-img {
    width: 100%;
    height: 250px;
  }

  .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    min-height: auto;
  }

  .testimonial-wrapper .testimonial-slider-wrapper .slider-card {
    padding: 30px;
    min-height: 300px;
  }

  .testimonial-wrapper .testimonial-slider-wrapper .slider-card .card-content {
    margin-top: 30px;
  }

  .section-padding {
    padding: 80px 0px;
  }

  .services-wrapper.section-padding.service-page-block {
    padding: 130px 0 0 0 !important;
  }

  .banner-wrapper .banner-content {
    padding-top: 115px;
  }

  .banner-wrapper {
    min-height: 300px;
  }

  .vision-wrapper .experience-card .card-num {
    font-size: 45px;
    line-height: 50px;
  }

  .vision-wrapper .experience-card .card-text {
    font-size: 40px;
    line-height: 50px;
  }

  .vision-wrapper .left-card {
    height: 200px;
  }

  .work-process-wrapper .section-head .heading-bg {
    left: 25%;
  }

  .pr-5i {
    padding-right: 15px !important;
  }

  .pricing-wrapper .section-head .heading-bg {
    left: 25%;
  }

  .service-details-wrapper .sidebar .sidebar-banner .discount .discount-heading {
    font-size: 60px;
  }

  .service-details-wrapper .sidebar .sidebar-banner .banner-heading {
    font-size: 40px;
  }

  .service-details-wrapper .content-thumb {
    min-height: 250px;
  }

  .interior-wrapper .interior-content {
    min-height: 100%;
  }

  .work-process-wrapper .process-card .card-heading {
    font-size: 24px;
    line-height: 35px;
  }

  .work-process-wrapper .process-card .card-divider {
    display: none;
  }

  .facts-wrapper.section-padding.bg-cover {
    padding-bottom: 0;
    padding-top: 0;
  }

  .numbers-wrapper.section-padding.home-number-block {
    padding-top: 50px;
  }

  .query-block.query-wrapper.section-padding {
    padding: 80px 0px;
  }

  .footer-wrapper .footer-cta {
    margin-bottom: 80px;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 {
    left: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 42px;
  }

  .single-count {
    padding: 15px;
  }

  figure.image-2 {
    right: -8px;
    top: 30%;
  }

  .product-image-counter-block .counter-block-image-3 {
    top: 87px;
  }

  .query-block.query-wrapper.section-padding {
    padding: 100px 0px;
  }

  .about-wrapper .right-content {
    padding-left: 0;
  }

  .about-two-wrapper.home-page-about-block {
    padding: 100px 0 40px 0;
  }

  .product-image-counter-block .logo {
    left: 41%;
    top: 41%;
  }

  .about-wrapper.section-padding.bg-cover.query-wrapper {
    padding-bottom: 0;
  }

  .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 11%;
    width: 50%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {

  .numbers-wrapper .progressbar-wrapper .circle-1,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 {
    left: 0;
  }

  figure.image-2 {
    top: 100px;
  }

  #hamburger {
    top: 26px;
  }

  .product-image-counter-block .logo {
    left: 39%;
    top: 39%;
  }
}

@media (max-width: 500px) {

  .numbers-wrapper .progressbar-wrapper .circle-3 svg,
  .numbers-wrapper .progressbar-wrapper .counter-item-3 svg {
    width: 160px;
    height: 160px;
  }

  .numbers-wrapper .progressbar-wrapper .circle-2,
  .numbers-wrapper .progressbar-wrapper .counter-item-2 {
    right: 0;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1 svg,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
    width: 180px;
    height: 200px;
  }

  .numbers-wrapper .progressbar-wrapper {
    margin-top: 250px;
  }
}

@media (max-width: 533px) {
  .facts-wrapper .facts-counter .counter-icon {
    margin-bottom: 10px;
  }

  .numbers-wrapper.section-padding.home-counter-block .right-content {
    padding-bottom: 160px;
  }

  .project-wrapper.section-padding.project-wrapper-block .section-title.mb-50 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .right-content {
    padding-top: 80px;
  }

  .call-to-action .section-head {
    margin-top: 15px;
  }

  figure.image-2 {
    top: 130px;
  }

  .product-image-counter-block .logo {
    left: 44%;
    top: 44%;
  }

  .numbers-wrapper .progressbar-wrapper .circle-1,
  .numbers-wrapper .progressbar-wrapper .counter-item-1 {
    left: 0;
  }

  .about-content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-image-counter-block .counter-block-image-3 {
    top: 14%;
    right: 0;
  }

  #hamburger {
    right: 20px;
    top: 26px;
  }

  .button.button-primary {
    font-size: 16px;
    padding: 5px 15px;
  }

  .button .icon {
    font-size: 14px;
  }

  .button.play-button {
    height: 60px;
    width: 60px;
  }

  .button.play-button .play-icon {
    font-size: 16px;
  }

  .section-head .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .vision-wrapper .right-content {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-post-wrapper .post-details .card-thumb {
    height: 250px;
  }

  .interior-wrapper .interior-content {
    padding: 30px;
  }

  .banner-wrapper .breadcrumb-wrap {
    margin-top: 10px;
  }

  .hero-wrapper .section-head {
    margin-bottom: 20px;
  }

  .hero-wrapper .section-head .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .numbers-wrapper .cta-wrapper .cta-details {
    margin-left: 20px;
  }

  .numbers-wrapper .cta-wrapper .cta-details .cta-heading {
    font-size: 25px;
  }

  .project-details-wrapper .project-details-content .right-content .info-box {
    padding: 10px;
  }

  .testimonial-wrapper .testimonial-slider-wrapper {
    margin-top: 30px;
  }

  .hero-wrapper .right-content {
    height: 250px;
  }

  .hero-wrapper .left-content .hero-text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 380px) {
  .blog-card .blog-meta .meta-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .header-wrapper .logo-wrapper {
    width: 50%;
  }

  .hero-wrapper .hero-slider-nav {
    right: 10px;
  }

  .contact-wrapper .section-head .body-text {
    padding-right: 0;
  }

  .sticky-header:not(.header-submenu).is-sticky #hamburger {
    top: 20px !important;
  }

  .inner-column-block figure.image-2 {
    width: 150px !important;
  }

  figure.image-2 {
    top: 30px !important;
  }

  .services-wrapper .body-text.padding-right {
    padding-right: 0;
  }

  .numbers-wrapper .progressbar-wrapper .circle-2 svg,
  .numbers-wrapper .progressbar-wrapper .counter-item-2 svg {
    width: 150px;
    height: 150px;
  }

  .testimonial-wrapper .testimonial-slider-nav {
    right: 10px;
  }

  .blog-card .blog-meta .meta-item {
    margin-right: 20px;
  }
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .single-post-wrapper .comments-wrapper .comment-reply {
    margin-left: 0;
  }

  figure.image-2 {
    top: 45px;
  }

  #hamburger {
    top: 20px;
  }

  .single-post-wrapper .comments-wrapper .comment-text {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  .faq-text {
    width: 178px;
    left: -48px;
    top: 68%;
  }

  .left-content.inner-column-block {
    padding-right: 0;
  }

  .inner-column-block figure.image-2 {
    display: none;
  }

  .product-image-counter-block .counter-block-image-3 {
    top: 42px;
    right: 0;
  }

  .product-image-counter-block .logo {
    position: absolute;
    left: 39%;
    top: 38%;
  }
}

/*NUEVOS ESTILOS*/

div#fixed-contact {
  display: none;
}

.hd-telephone {
  display: none;
}

/*estilos 3 puntitos*/
@media (max-width: 768px) {
  .hd-button {
    float: right;
    padding: 15px;
    top: 18px;
    right: 12px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
  }

  .hd-button {
    display: block;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-telephone {
    display: none;
    position: absolute;
    background-color: #000000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 70px;
    overflow: hidden;
    width: 270px;
  }

  .hd-telephone a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px 0 2px 0;
    line-height: 15px;
    margin-left: 10px;
    font-size: 15px;
  }
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }

  a#ui-to-top {
    margin-bottom: 180px;
  }

  div#fixed-contact {
    display: block;
  }

  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }

  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }

  ul.link_footer>li {
    margin-right: 30px;
  }

  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }

  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }

  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }

  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }

  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }

  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }

  div#fixed-contact a i {
    display: block;
    color: #fff;
  }

  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }

  .pnl-email>i {
    line-height: 50px;
  }

  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }

  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }

  .pnl-freequote>i {
    line-height: 50px;
  }

  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }

  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }

  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }

  i.fa.fa-file-text {
    font-size: 21px;
  }

  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }

  i.fa.fa-envelope {
    font-size: 17px;
  }

  i#icon-new-footer {
    font-size: 20px;
  }

  ul.link_footer>li {
    /*width: 130px;*/
  }

  button#back-to-top-btn {
    margin-bottom: 75px;
  }

  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }

  i.icon.la.la-file-o {
    font-size: 27px;
  }

  div#fixed-contact {
    z-index: 99;
  }

  p.situacion {
    z-index: 99;
  }

  ul#filters li {
    width: 100%;
  }
}

li.category-item.active a {
  color: #fff !important;
}

.service-details-wrapper .body-text {
  font-size: 16px;
}

.service-block {
  margin-bottom: 50px;
}

.post-item {
  margin-bottom: 0px !important;
}

.post-item i {
  color: #ab323b;
  margin-right: 12px;
}

i.icon_reviews {
  position: relative;
  background-color: #ab323b;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
}

img.logo-reviews {
  border-radius: 10px;
}

.contenedor1 {
  margin: 2rem auto;
  height: 150px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor1::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
  display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
  border-radius: 10px;
}

.single-services-box img.img_reviews {
  position: absolute;
  top: -25px;
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 100px;
  background-color: #fff;
  border-radius: 5px;
  color: #ab323b;
  transition: all ease 0.5s;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
}

.row_reviews div {
  margin-bottom: 25px;
}

.seccion_two_about {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

img.img_reviews_home {
  width: 60px !important;
  height: 60px;
  border-radius: 100%;
}

p.title_menu_head {
  display: none;
}

.content_logo_header {
  display: none;
}

ul.list_contact_footer .widget-item::before {
  display: none;
}

ul.list_contact_footer li a i {
  color: #ab323b;
  padding-right: 10px;
}

ul.list_contact_footer {
  margin-left: -15px;
}

img.logo_ssl {
  border-radius: 100%;
  width: 110px;
}

.ssl {
  text-align: center;
  margin-top: 15px;
}

li.widget-item_ {
  text-align: center;
}

p.text-color {
  color: #fff;
}

.contact-wrapper .contact-form {
  background-color: #000;
  padding: 25px 30px;
}

h3.title_services {
  height: 50px;
}

a.btn_new {
  background-color: #000 !important;
}

a.btn_new:hover {
  background-color: #ab323b !important;
}

a.btn_head {
  background-color: #ab323b;
  color: #fff !important;
  border-radius: 30px;
  width: 150px;
  text-align: center;
}

a.btn_head:hover {
  background-color: #3e3b34;
}

.testimonial-new {
  padding-top: 10px !important;
  margin-bottom: 90px;
}

section.call-to-action {
  padding-top: 0px;
  position: relative;
  margin-top: 280px;
}

.left-content.extra-about-block {
  position: relative;
  top: -25%;
}

.testimonial-new-about {
  padding-top: 200px !important;
  margin-bottom: 15px;
}

.work-new {
  margin-top: 0px;
  margin-bottom: 35px;
}

.heading-bg-services {
  font-size: 14px;
  letter-spacing: 0px;
  color: #ab323b;
  text-transform: uppercase;
  border: 1px solid #ab323b;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  top: 25px;
}

a.tags-link {
  border: 2px solid #ab323b;
  padding: 7px 10px;
  border-radius: 5px;
}

.single-post-sidebar .widget-tags .tags-item {
  margin-bottom: 20px;
}

span.icon_cont i {
  font-size: 45px;
}

li.list_info_contact {
  /*max-width: 70% !important;*/
}

a.active {
  color: #ab323b !important;
}

p.text_services {
  height: 140px;
}

img.img_reviews {
  width: 60px !important;
  max-width: 60px !important;
}

a.comment-reply-btn {
  display: inline-block;
  text-align: right;
  float: right;
}

p.text_hight {
  height: 160px;
}

p.subtext {
  position: relative;
  top: -45px;
}

/*Footer Style Two*/

.footer-style-two {
  position: relative;
  padding-bottom: 32px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  /*background-color:rgba(4,32,56,0.95);*/
  background-color: rgb(81 76 71);
}

.footer-style-two .upper-box {
  position: relative;
  padding: 48px 50px 20px;
  margin-bottom: 60px;
  border: 5px solid #ffffff;
  background-color: #ab323b;
}

.footer-style-two .widgets-section {
  position: relative;
}

.footer-style-two .widgets-section .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.footer-style-two .widgets-section h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-style-two .widgets-section .about-widget .text {
  position: relative;
  color: #999999;
  font-size: 14px;
  line-height: 1.9em;
}

.list-style-three li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 400;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

ul.nav-list li {
  display: inline-block;
  width: 48%;
  margin-bottom: 15px;
}

ul.nav-list_.list_areas_footer li {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.footer-style-two .lower-box {
  position: relative;
  padding: 22px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ab323b;
}

.social-icon-three {
  position: relative;
  margin-top: 12px;
}

.social-icon-three li a {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px dashed #514c47;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-style-two .subscriber-column h3 {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  margin-top: 5px;
}

a.btn-new {
  background-color: #514c47 !important;
  color: #ffffff;
}

.btn-style-five {
  position: relative;
  padding: 11px 38px 11px;
  line-height: 24px;
  text-transform: capitalize;
  background: none;
  color: #222222;
  border: 2px solid rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight: 700;
}

.social-icon-three li {
  position: relative;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.subscriber-column {
  padding-top: 10px;
}

img.logo-ssl {
  border-radius: 100%;
  width: 115px;
}

.copyright p {
  color: #fff;
  position: relative;
}

.copyright.sysall {
  text-align: right;
}

.footer-widget.about-widget img {
  margin-bottom: 30px;
}

ul.list-style-three {
  text-align: center;
}

ul.list-style-three li span {
  font-size: 25px;
  padding-right: 10px;
}

.footer-widget h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 70px;
  height: 3px;
  background-color: #ab323b;
}

.footer-widget h2 {
  border-bottom: 2px solid #000;
  width: 36%;
}

ul.list_areas_footer li a {
  border: 2px solid #fff;
}

ul.list_areas_footer li a:hover {
  background-color: #ab323b;
}

ul.widget-menu-acces li {
  position: relative;
  display: inline-block;
  margin: 25px;
  margin-bottom: -30px;
}

.content_opt_access {
  text-align: center;
  margin-top: -40px;
}

/*galleries*/
.fancybox-image {
  border: 5px solid #ab323b;
  border-radius: 3px;
}

.fancybox__caption h6 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 100 !important;
}

.fancybox__caption a {
  text-align: center;
  align-items: center;
  display: flow-root;
}

.fancybox__toolbar__column.is-middle {
  position: absolute !important;
  right: 50% !important;
  top: 75% !important;
  transform: translate(50%, -50%) !important;
}

.fancy_new {
  position: relative;
  overflow: hidden;
  /* height: 510px; */
}

.fancy_new:hover span {
  content: "";
  position: absolute;
  top: 0 !important;
}

.fancy_new span {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 22px;
  line-height: 15px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 /0.6);
  transition: all 0.4s ease;
}

._isotope-item {
  margin-bottom: 15px;
}

a.fancy_new span i {
  font-size: 50px;
}

.text-title {
  background-color: #ab323b;
  width: 100%;
  position: relative;
  top: -9px;
  height: 70px;
  padding-left: 10px;
}

.text-title h5 {
  padding-top: 8px;
  margin-bottom: 0px;
}

.text-title p {
  font-size: 20px;
}

h5.ciudad {
  font-weight: 600;
}

img.border {
  position: relative;
  display: block;
  width: 100%;
}

a.thumbnail-type-2.fancy_new {
  position: relative;
  display: block;
}

._isotope-item.all.photo {
  padding: 10px;
}

.team-single-box {
  padding: 10px;
}

.project-wrapper .project-cards .card-plus-icon_ {
  width: 100px;
  height: 100px;
  background-color: #ab323b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}

.star-rating.new>a {
  font-size: 30px;
}

.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}

h2.section-title {
  font-family: "Biger Over";
  text-transform: uppercase;
  font-size: 35px !important;
  font-weight: 400 !important;
  color: #3e3e3e !important;
}

/*img aboutus*/
.contact-card {
  display: flex;
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-image: url(../images/home/banner_aboutus_info.jpg);
  margin: auto;
  position: relative;
  z-index: 9;
}

@media (min-width: 1200px) {
  .contact-card {
    left: 55px;
  }
}

.contact-card .sidebar {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  background-color: #ab323b;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: 10px;
}

.contact-card .content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 15px;
}

.contact-info_new {
  text-align: left;
}

.contact-info_new h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.contact-info_new a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  text-decoration: underline;
}

.contact-info_new a:hover {
  color: #b41444;
}

.contact-info_new p {
  font-size: 14px;
  line-height: 20px;
}

.contact-info_new p {
  /*  font-size: 1em;*/
  color: #333;
  margin: 5px 0;
}

.phone-number {
  font-weight: bold;
  color: #007bff;
  font-size: 1.1em;
}

.contact-info_new p,
.contact-info_new a {
  color: #fff;
}

.theme-single-press-content img {
  filter: grayscale(100%);
}

.about-experience h1 span {
  font-size: 60px;
  position: relative;
  display: inline-block;
  top: 10px;
  color: #f15731;
}

.about-experience h1 {
  color: #f15731;
  font-size: 60px;
}

.blog-text p {
  height: 70px;
}

.title_about_img h1 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
}

.content_img_about {
  margin: auto;
  margin-top: -150px;
  left: 15%;
}

.content_btn_faq {
  margin-top: 30px;
}

.section-head h2.title_vision {
  color: #fff !important;
}

@media (min-width: 992px) {
  .about-thumb.bg-cover {
    margin-top: -23px;
    position: relative;
    left: 25%;
  }
}

img.img_why {
  margin-top: -50px;
  margin-bottom: 60px;
}

.tp-kbimg-wrap {
  transform: none !important;
}

.tp-bgimg.defaultimg {
  top: 0% !important;
  position: relative !important;
}

.title_aside {
  font-weight: 400 !important;
  font-size: 26px !important;
  margin-bottom: 17px;
  color: #3e3e3e !important;
}

h2.title_banner_interno {
  font-weight: 400 !important;
  font-size: 30px !important;
  margin-bottom: 17px;
  color: #fff !important;
}

div#slide-67-layer-1 {
  background-color: rgb(0 0 0 / 15%) !important;
}

div#slide-66-layer-1 {
  background-color: rgb(0 0 0 / 15%) !important;
}

a.thumbnail-type-2.fancy_new {
  border-radius: 20px 20px 15px 15px;
}

.text-title {
  position: relative;
  bottom: 0;
  background: rgba(28, 28, 14, 0.7);
  border: 3px solid #c7000f;
  border-radius: 15px;
  display: flex;
  max-height: 80px;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  padding: 10px 15px;
  font-family: "Raleway";
  font-size: 16px;
  margin-top: -62px;
  transition: all 0.5s ease;
}

.text-title p {
  font-size: 18px;
}

.text-title h5 {
  padding-top: 0px;
  margin-bottom: -15px;
  position: relative;
  top: -6px;
  color: #c7000f;
}

.about-thumb.bg-cover img {
  border-radius: 30px 30px 30px 40px;
  /* width: 100%; */
}

a.theme-btn.btn-style-five.btn-new {
  width: 100%;
  position: relative;
  display: inline-block;
}

.mobile-logo {
  display: none !important;
}

@media (max-width: 991px) {
  #hamburger {
    top: 20px;
    float: left;
    right: -18px;
    position: relative;
  }

  .header_seccion {
    height: 65px;
  }

  .header-wrapper {
    background-color: #000;
  }

  .logo-wrapper.mobile-logo a i {
    color: transparent;
  }

  div#hamburger span i {
    color: #fff;
  }

  p.title_menu_head {
    display: block;
    color: #fff;
    position: absolute;
    top: 23px;
    left: 60px;
  }

  img.logo_mobile {
    position: relative;
    margin-top: 12px;
  }

  .content_logo_header {
    display: block;
    text-align: center;
    height: 80px;
  }

  .progress-wrap.active-progress {
    margin-bottom: 80px;
  }

  .mobile-nav-one-wrapper .mobile-nav {
    background-color: #000;
  }

  ul#mobile-menu li span.icon {
    float: right;
  }

  .banner-wrapper {
    min-height: 230px;
  }

  .banner-wrapper .banner-content {
    padding-top: 45px;
  }

  .list-style-three li {
    width: 100%;
  }

  ul.nav-list_.list_areas_footer li {
    /* width: 45%; */
  }

  .subscribe-form {
    margin-top: 35px;
    text-align: center;
  }

  .copyright.sysall {
    text-align: left;
  }

  p.text_hight {
    height: 190px;
  }

  .service-block-one .inner-box .lower-content .text {
    padding: 25px 6px 25px;
  }

  .service-block {
    margin-bottom: 0px;
  }

  .service-block-one .inner-box .lower-content {
    margin: 40px 10px;
  }

  p.subtext {
    position: relative;
    top: -20px;
  }

  .flot-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .project-wrapper .project-cards .card-plus-icon_ {
    width: 75px;
    height: 75px;
  }

  .button.play-button {
    height: 100px;
    width: 100px;
  }

  img.logo-reviews {
    margin-bottom: 15px;
  }

  .our-team-wrapper {
    padding-bottom: 60px !important;
  }

  .fancybox__caption {
    text-align: center;
  }

  .fancybox__toolbar__column.is-middle {
    position: relative;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
    text-align: center;
    margin-top: 140%;
    left: -12%;
  }

  .progress-wrap.active-progress {
    z-index: 9;
  }

  li.list_info_contact {
    max-width: 100% !important;
  }

  .button.button-primary {
    font-size: 16px;
    padding: 16px 30px;
  }

  .contact-wrapper .contact-form {
    background-color: #000;
    padding: 10px 30px;
  }

  .content_img_about {
    /*    width: 100%;*/
    height: 195px;
    left: 0%;
  }

  .img_small img {
    width: 75px;
  }

  .info_about_img h3 {
    font-size: 16px;
    color: #ffffff;
  }

  div#slide-66-layer-2 {
    margin-top: -70px !important;
  }

  .about-thumb.bg-cover {
    margin-top: -23px;
    position: relative;
    left: 0px;
  }

  .why-we-block .right-content .about-thumb {
    height: 425px;
    margin-right: 0;
    top: 10px;
    margin-top: 30px;
  }

  h2.section-title {
    font-weight: 300 !important;
    font-size: 30px !important;
  }

  h2.title_aside {
    font-weight: 400 !important;
    font-size: 26px !important;
    margin-bottom: 17px;
    color: #3e3e3e !important;
  }

  .box-top {
    display: inline-block !important;
    position: relative;
  }

  /* p.body-text.comment-text {
    margin-top: -50px;
  } */
  .about-thumb.bg-cover,
  .social-column,
  .subscriber-column {
    text-align: center;
  }

  .footer-widget h2 {
    width: 100%;
  }

  .content_img_about.align-items-center.flex-wrap {
    overflow: hidden;
    width: 100%;
  }

  ul.nav-list_.list_areas_footer li {
    display: inline-block;
    /* width: 48%; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_seccion {
    height: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .header-wrapper .menu-wrapper,
  .header-wrapper .nav-top-menu {
    display: flex !important;
  }

  .header_seccion {
    display: none;
  }

  .header-wrapper .main-menu ul>li:not(:last-child) {
    margin-right: 10px;
  }

  .header-wrapper .main-menu ul>li>a {
    font-size: 15px;
  }

  nav.navbar.sticky-header.is-sticky .main-menu {
    width: 100%;
  }

  a.btn_head {
    width: 135px;
  }

  .tp-title {
    font-size: 80px !important;
  }

  p.text_hight {
    height: 245px;
  }

  .about-thumb.bg-cover {
    margin-top: 0px;
    position: relative;
    left: 0%;
  }

  .content_img_about {
    margin: auto;
    margin-top: -150px;
    left: 0;
  }

  .service-block-one .inner-box .lower-content {
    margin: 0 15px;
  }

  .home-contact-block .footer-cta .button {
    width: 170px;
  }

  p.text_services {
    height: 180px;
  }

  h3.title_services {
    height: 75px;
  }

  .about-thumb.bg-cover,
  ul.list_areas_footer,
  .footer-widget h2 {
    width: 100% !important;
  }

  .about-thumb.bg-cover img {
    height: auto;
  }

  .vision-wrapper .experience-card .card-num {
    line-height: 30px;
  }

  .vision-wrapper .experience-card .card-text {
    font-size: 24px;
    line-height: 10px;
  }

  .section-padding {
    padding: 70px 0px;
  }

  .our-team-wrapper {
    padding-bottom: 70px !important;
  }

  li.list_info_contact {
    max-width: 100% !important;
  }

  .progress-wrap {
    bottom: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  nav.navbar.sticky-header.is-sticky .main-menu {
    width: 100%;
  }

  .about-thumb.bg-cover img {
    height: auto;
  }

  .about-thumb.bg-cover {
    margin-top: 0px;
    position: relative;
    left: 0;
  }

  .content_img_about {
    margin: auto;
    margin-top: -150px;
    left: 0px;
  }

  .why-we-block .right-content .about-thumb {
    height: 600px;
    margin-right: 0px;
    top: 0;
  }

  .footer-widget h2,
  ul.list_areas_footer {
    width: 100%;
  }

  .vision-wrapper .experience-card .card-num {
    line-height: 30px;
  }

  .vision-wrapper .experience-card .card-text {
    font-size: 24px;
    line-height: 10px;
  }

  .section-padding {
    padding: 70px 0px;
  }

  .our-team-wrapper {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-thumb.bg-cover {
    margin-top: 0px;
    position: relative;
    left: 0px;
  }

  .content_img_about {
    margin: auto;
    margin-top: -150px;
    left: 0;
  }

  .why-we-block .right-content .about-thumb {
    height: 600px;
    margin-right: 0;
    top: 0;
  }

  ul.list_areas_footer {
    width: 100% !important;
  }

  .vision-wrapper .experience-card .card-num {
    line-height: 30px;
  }

  .vision-wrapper .experience-card .card-text {
    font-size: 24px;
    line-height: 10px;
  }

  .section-padding {
    padding: 70px 0px;
  }

  .our-team-wrapper {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 1199px) {
  .single-services-box.d-flex {
    margin-bottom: 65px;
  }
}

@media (max-width: 992px) {
  .tp-title {
    font-size: 65px !important;
  }
}

@media (max-width: 768px) {
  .tp-title {
    font-size: 60px !important;
  }
}

@media (max-width: 700px) {
  .tp-title {
    font-size: 50px !important;
  }
}

@media (max-width: 576px) {
  .tp-title {
    font-size: 30px !important;
    letter-spacing: 0 !important;
  }
}