:root {
  --primary-color: #273762;
  --secondary-color: #888888;
  --primary-shade-1: rgba(39, 55, 98, 0.7);
  --primary-shade-2: rgba(39, 55, 98, 0.5);
  --primary-shade-3: rgba(39, 55, 98, 0.3);
  --secondary-shade-1: rgba(191, 192, 185, 0.7);
  --secondary-shade-2: #dcdcdc;
  --white: #ffffff;
  --black: #000000;
  --text-color-title: rgba(8, 12, 43, 0.85);
  --text-color-primary: rgba(8, 12, 43, 0.8);
  --text-color-secondary: #515462;
  --text-color-disabled: rgba(8, 12, 43, 0.45);
  --loader-logo-width: 20rem;
  --loader-logo-height: 5.095rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
  overflow-x: hidden;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: #273762;
  outline: 0;
  background: 0 0;
  mix-blend-mode: difference;
}
a {
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.slicks .slick-next:before,
.slicks .slick-prev:before {
  color: #273762;
  opacity: 01;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #0a0e21;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slicks .slick-next:after,
.slicks .slick-prev:after {
  color: #273762;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #0a0e21;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

h2 {
  color: var(--primary-color);
}

.btn {
  min-width: 150px;
  width: auto;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.1s;
  border-radius: 0;
  margin-top: 20px;
  margin-right: 7px;
  letter-spacing: 0.3px;
  border-style: solid !important;
}

.btn:after {
  font-size: 8px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  left: 0;
  transition: 0.2s ease-out;
}

.btn:hover:after {
  left: 14px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primary-shade-1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-shade-1);
  color: var(--white);
}

.btn-primary {
  position: relative;
}

.btn-primary span {
  position: relative;
  z-index: 1;
}

.fa-long-arrow-alt-right {
  font-size: smaller;
  margin: 0 0.25rem;
}

.btn-primary span svg {
  margin-left: 4px;
}

.btn-primary span:hover + svg {
  margin-left: 8px;
}

.btn-primary:before,
a.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--primary-shade-1);
  transition: 0.2s all ease-in-out;
  z-index: 0;
}

.btn-primary:hover:before,
a.btn-primary:hover:before {
  width: 100%;
}

.btn-primary,
a.btn-primary {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn span {
  position: relative;
  z-index: 1;
}

h2,
h3.widget-title {
  font-size: 2.5em;
}

h1,
h2,
h3.widget-title {
  letter-spacing: -1.2px;
}

section {
  display: block;
}

.lines-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(//www.demo.themicart.com/interico-wp/wp-content/themes/interico/img/ui/vertical-lines-4.png)
    repeat;
  z-index: 1;
  top: 0;
}

.btn-read-more {
  display: inline-block;
  position: relative;
  right: 0;
  padding: 18px 18px 18px 0;
  font-weight: 400;
  font-size: 0.93em;
  transition: 0.2s;
  text-decoration: none;
  color: #888;
  letter-spacing: 0.3px;
}
/* Home */

#slider-fullwidth .btn-regular {
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

#slider-fullwidth {
  max-height: 780px;
  height: 82vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  width: 100%;
}

#slider-fullwidth .btn-regular:hover,
#slider-fullwidth .btn-regular:focus,
#slider-fullwidth .btn-regular:active {
  background: var(--primary-shade-2) !important;
  border-color: var(--primary-color) !important;
  color: var(--white);
}

#slider-fullwidth .slide-img {
  height: 82vh;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

#slider-fullwidth .carousel-inner > .carousel-item > img {
  display: block;
  width: 100%;
  height: 100%;
}

#slider-fullwidth .carousel-inner .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.carousel-content {
  position: relative;
  top: 47% !important;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0 0 30px;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-duration: 0s;
  -moz-animation-duration: 0s;
  z-index: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}

.elementor-element .elementor-widget-container {
  transition: 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }

  .subsc-form input {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1260px;
    max-width: 100%;
  }

  .consult-text.style2 {
    padding: 10px;
  }

  .subsc-form input {
    width: 100%;
  }
}

.slide-content p {
  color: #eee;
}

.slide-title h2 {
  color: #f9f9f9 !important;
  margin-bottom: 15px;
  font-size: 2rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: -2.5px;
  font-weight: 500;
}

.slide-title h2 span {
  font-weight: 300;
  font-style: italic;
}

.slide-title h2.headline-large {
  font-size: 3.5rem;
  letter-spacing: -3px;
  color: var(--primary-color) !important;
}

.subtitle,
p.subtitle,
.slide-subtitle {
  display: block;
  font-size: 0.93em;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-subtitle {
  margin-bottom: 15px;
  color: var(--primary-shade-1);
}

.slide-subtitle span {
  color: var(--primary-color);
}

.subtitle:before,
.slide-subtitle:before,
.title-content-text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 52px;
  height: 2px;
  margin-right: 20px;
}

#slider-fullwidth .slider-style-3 .carousel-control i {
  font-size: 24px;
  font-weight: 200;
  color: var(--white);
}

#slider-fullwidth .slider-style-6 .carousel-control i {
  font-size: 24px;
  font-weight: 200;
  color: var(--white);
}

.carousel-control {
  line-height: 82px;
  height: 5rem;
  width: 5rem;
  top: 30%;
  background: #111;
  transition: 0.2s;
  text-shadow: none;
}

.carousel-control span {
  font-size: 34px;
  color: var(--white);
  font-weight: 300;
  vertical-align: middle;
}

.carousel-control:hover span {
  color: #ddd;
}

.carousel-control:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--primary-color);
  transition: 0.2s ease-in;
  z-index: -1;
}

.carousel-control-next:after {
  right: 0;
}

.carousel-control-prev:after {
  left: 0;
}

.carousel-control:hover:after {
  width: 100%;
}

.carousel-control-prev span {
  position: relative;
  right: 2px;
}

.carousel-control-next span {
  position: relative;
  left: 4px;
}

#slider-fullwidth .slide-title,
#slider-fullwidth .slide-content,
#slider-fullwidth .slide-buttons {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
}

#slider-fullwidth .slide-title {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}

#slider-fullwidth .slide-content {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

#slider-fullwidth .slide-buttons {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#slider-fullwidth.slider-style-3 .slide-img {
  width: 65%;
  float: right;
}

#slider-fullwidth.slider-style-6 .slide-img {
  width: 65%;
  float: right;
}

#slider-fullwidth.slider-style-3 .container {
  position: relative;
}

#slider-fullwidth.slider-style-6 .container {
  position: relative;
}

#slider-fullwidth.slider-style-3 .carousel-content {
  text-align: left;
  width: 85%;
}

#slider-fullwidth.slider-style-6 .carousel-content {
  text-align: left;
  width: 85%;
}

#slider-fullwidth.slider-style-3 .slide-content p,
#slider-fullwidth.slider-style-3 .tagline p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px !important;
}

#slider-fullwidth.slider-style-6 .slide-content p,
#slider-fullwidth.slider-style-6 .tagline p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px !important;
}

#slider-fullwidth.slider-style-3 .slide-img {
  width: 100%;
}

#slider-fullwidth.slider-style-6 .slide-img {
  width: 100%;
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  left: 0;
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right,
.carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
}

.carousel-inner > .active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-item-next {
  left: 100%;
}

.carousel-item-prev {
  left: -100%;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  left: 0;
}

.active.carousel-item-left {
  left: -100%;
}

.active.carousel-item-right {
  left: 100%;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
  z-index: 1;
}

#pl-7788 #panel-7788-3-0-0 {
  margin: 0px 0px -30px 0px;
}

#pl-7788 .so-panel {
  margin-bottom: 30px;
}

#panel-7788-0-0-0 > .panel-widget-style {
  padding: 120px 0px 0px 0px;
}

#pg-7788-3 {
  margin-bottom: 120px;
}

#pg-7788-3.panel-no-style,
#pg-7788-3.panel-has-style > .panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#pg-7788-3 > .panel-row-style {
  padding: 0px 0px 0px 0px;
}

#pgc-7788-3-0,
#pgc-7788-3-1 {
  width: 50%;
  width: calc(50% - (0.5 * 30px));
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.panel-grid-cell {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px !important;
}

.panel-grid-cell .panel-cell-style {
  height: 100%;
}

.panel-grid-cell .so-panel {
  zoom: 1;
}

.panel-grid-cell .so-panel:before {
  content: "";
  display: block;
}

.panel-grid-cell .so-panel:after {
  content: "";
  display: table;
  clear: both;
}

.panel-grid-cell .panel-last-child {
  margin-bottom: 0;
}

.panel-grid-cell .widget-title {
  margin-top: 0;
}

.animate.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.animate.animate-1 {
  transition-delay: 0.2s;
}

.animate.animate-2 {
  transition-delay: 0.3s;
}

.overlap-left {
  margin-left: -120px !important;
  z-index: 2;
}

.shadow-box,
.shadow-box.light {
  position: relative;
  padding: 50px;
  background: var(--secondary-color);
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.shadow-box h2,
.shadow-box h1 {
  margin-top: 0;
}

.shadow-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  left: 0;
  top: 0;
  z-index: -1;
}

.shadow-box.light:before,
.shadow-box.light,
.body-dark .shadow-box.light:before,
.body-dark .shadow-box.light {
  background: var(--white);
}

.shadow-box.light h1,
.shadow-box.light h2,
.shadow-box.light h3,
.shadow-box.light h4,
.shadow-box.light h5,
.shadow-box.light h6 {
  color: #333;
}

.shadow-box.light {
  color: #777;
}

.shadow-box:after {
  content: "";
  background: url(//www.demo.themicart.com/interico-wp/wp-content/themes/interico/img/ui/bg-3.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -72px;
  bottom: -76px;
  z-index: -2;
}

.shadow-box.overlap-left {
  margin-top: 80px;
  margin-left: -120px;
}

.subtitle,
p.subtitle,
.slide-subtitle {
  display: block;
  font-size: 0.93em;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 15px;
  color: var(--primary-color);
}

.subtitle:before {
  background: var(--primary-color);
}

.slide-subtitle {
  margin-bottom: 15px;
}

.subtitle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 52px;
  height: 2px;
  margin-right: 20px;
}

.subtitle.style-light {
  color: rgba(255, 255, 255, 0.5);
}

.subtitle.style-light:before {
  background: rgba(255, 255, 255, 0.3);
}

.subtitle.style-dark:before {
  background-color: var(--primary-shade-1);
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: var(--white);
}

.nav-tabs {
  border-bottom: 1px solid var(--white);
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs.style-accent > li > a.active,
.nav-tabs.style-accent > li > a.active:hover,
.nav-tabs.style-accent > li > a.active:focus {
  color: var(--white);
  background-color: var(--primary-shade-1);
}

.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs > li a {
  margin-right: -1px;
  border: 0;
}

.nav-tabs.light > li a {
  background: #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a {
  padding: 20px 30px;
  font-weight: 400;
  border-radius: 0;
  margin-right: -1px;
  font-size: 18px;
}

.nav-tabs.light > li.active > a,
.nav-tabs.light > li > a {
  color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
}

.nav-tabs.light > li.active > a,
.nav-tabs.light > li > a:hover,
.nav-tabs.light > li > a:focus,
.nav-tabs.light > li.active > a:hover,
.nav-tabs.light > li.active > a:focus {
  color: #444;
  background-color: #f5f5f5;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 0;
}

.nav-tabs.light > li > a:hover,
.nav-tabs.light > li > a:focus {
  background: #f5f5f5;
}

.nav-tabs > li.active > a {
  border: 0;
}

.tab-content {
  color: #777;
  background: #f5f5f5;
  padding: 30px;
  font-size: 18px;
}

.tab-content p:first-child {
  margin-top: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content.style-accent {
  background-color: #735d37;
  color: var(--white);
  background: var(--primary-color);
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.content ul {
  padding-left: 30px;
}

ul.nav.nav-tabs {
  padding: 0;
  margin-bottom: -1px;
}

ul li {
  list-style: none;
}

.content .tab-content.style-accent ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -30px;
  bottom: 5px;
  width: 20px;
  height: 2px;
  margin-right: -20px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-content p:empty,
.tab-content br {
  display: none;
}

.tab-content ul li:before {
  background-color: var(--primary-shade-1);
}

a[data-featherlight] {
  font-size: 0;
  border-bottom: 0 !important;
  display: inline-block;
  cursor: zoom-in;
  position: relative;
}

a[data-featherlight]:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

a[data-featherlight]:after {
  content: "\e903";
  font-size: 50px;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  color: var(--white);
  transition: 0.3s all ease-in-out;
  font-weight: 200;
  opacity: 0;
}

[data-featherlight] img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  height: 739.99px;
}

@media (max-width: 768px) {
  #top-content-area {
    background-attachment: scroll;
  }

  #top-content-area {
    padding: 70px 0;
  }

  #pg-7788-3.panel-no-style,
  #pg-7788-3.panel-has-style > .panel-row-style {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #pg-7788-3 > .panel-grid-cell,
  #pg-7788-3 > .panel-row-style > .panel-grid-cell {
    width: 100%;
    margin-right: 0;
  }

  #pgc-7788-3-0 {
    margin-bottom: 30px;
  }

  #pl-7788 .panel-grid-cell {
    padding: 0;
  }

  #pl-7788 .panel-grid .panel-grid-cell-empty {
    display: none;
  }

  #pl-7788 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px;
  }

  #pg-7788-0 > .panel-row-style {
    padding: 0px 0px 60px 0px;
  }

  .panel-grid-cell .feature-box {
    margin-bottom: 0;
  }

  .shadow-box,
  .shadow-box.overlap-right,
  .shadow-box.overlap-left {
    padding: 32px 25px !important;
  }

  .overlap-right,
  .overlap-left,
  .overlap-right,
  .overlap-left,
  .overlap-left .shadow-box,
  .overlap-right .shadow-box {
    margin: 0 !important;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li > a {
    padding: 20px;
  }

  .panel-grid-cell .feature-box {
    margin-bottom: 0;
  }

  .prc-sorw ul li {
    padding-right: 0;
  }

  .consult-text.style2 .sub-title {
    padding-right: 0;
  }
  .consult-text.style2 {
    padding: 60px 40px 75px 40px;
  }
}

/* .slide-buttons p {
  margin-left: 35px;
} */
@media screen and (max-width: 1366px) {
  .slide-title h2,
  .slide-title h2.headline-large {
    font-size: 52px;
    margin-left: 30px;
  }

  .cnst-img {
    right: 60px;
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .slide-title h2.headline-large {
    font-size: 2rem;
    letter-spacing: -3.2px;
  }

  #slider-fullwidth.slider-style-3 .carousel-content {
    text-align: center;
  }

  #slider-fullwidth.slider-style-6 .carousel-content {
    text-align: center;
  }

  .carousel-control {
    width: 3rem;
    height: 3rem;
  }

  .carousel-content p {
    font-size: 1.2em;
  }

  .carousel-content p .btn {
    font-size: 1em;
  }

  .panel-grid.panel-has-style > .panel-row-style,
  .panel-grid.panel-no-style {
    padding: 2%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  #slider-fullwidth .carousel-inner > .carousel-item > img {
    max-width: 120%;
    width: 120%;
  }

  .panel-grid.panel-has-style > .panel-row-style,
  .panel-grid.panel-no-style {
    padding: 2%;
  }
}

/* About */
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.contact-main-form {
  background-color: #f5f5f5;
  padding: 86px 80px 50px;
  border-radius: 0 10px 10px 0;
  height: 100%;
}
.contact-main .row {
  margin: 0;
}
.contact-main .col-lg-4,
.contact-main .col-lg-8 {
  padding: 0;
}
.contact-main .form-group label {
  display: block;
  color: #afb0b6;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.contact-main .form-group {
  margin-bottom: 61px;
}

.contact-main .forms {
  margin-bottom: 16px;
}

.contact_info {
  padding: 67px 70px;
  border-radius: 10px 0 0 10px;
  height: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form-group textarea.form-control {
  height: 75px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="phone"],
input[type="address"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #070c1f;
  font-size: 16px;
  font-weight: 400;
  background-color: inherit;
  padding: 0 0 15px;
  border-radius: 0;
}
textarea {
  height: 80px;
}
.form-control:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="address"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background-color: inherit;
  color: #2b2d2f;
  box-shadow: none;
}
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-submit {
  width: 92px;
  height: 92px;
  border: 1px solid #c4d8d4;
  text-align: center;
  position: relative;
  top: 40px;
}
.form-submit button {
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  border: 0;
  margin-top: 14px;
  cursor: pointer;
}

.form-submit button::after {
  content: "\f061";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
}

.form-submit button:hover,
.form-submit button:active,
.form-submit button:focus {
  background-color: var(--primary-shade-1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-shade-1);
  color: var(--white);
  transition: 0.2s ease-in;
}

.contact-social {
  margin-top: 60px;
  margin-bottom: -15px;
}
.contact-social > span {
  display: inline-block;
  color: #24262e;
  font-size: 20px;
  font-weight: 400;
}
.social-links li {
  display: inline-block;
  margin-right: 5px;
}
.social-links li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  background-color: #0a5d5a;
  color: #fff;
}
.social-links li a:hover {
  background-color: #fff;
  color: #0a5d5a;
}
.social-links.without-bg li a {
  background-color: inherit;
  width: auto;
  height: auto;
}
.social-links.without-bg {
  display: inline-block;
  margin-left: 73px;
}
.social-links.without-bg li {
  margin-right: 30px;
}
.social-links.without-bg li a {
  display: inline-block;
  font-size: 18px;
}
.contact-main-form .contact-us-form form .contact-us-form-response-output {
  margin: 0;
}
.contact-head {
  padding: 48px 0 51px;
}

.contact-head p {
  color: #515462;
  font-size: 20px;
}
.contact-info-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.contact-info-list li:last-child {
  margin-bottom: 0;
}
.contact-info-list li > span {
  width: 35px;
}
.contact-info-list li > p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 80%;
  padding-left: 20px;
}
.contact-info-list li > p span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.contact-info-list .icon1 > span {
  color: #fff;
  margin-top: -97px;
}

.contact-info-list .icon2 > span {
  color: #fff;
  margin-top: -31px;
}

.contact-info-list .icon3 > span {
  color: #fff;
  margin-top: -14px;
}

.contact-info-list .icon4 > span {
  color: #fff;
  margin-top: -18px;
}

.contact-us-form .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.contact-us-form form .contact-us-form-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.contact-us-form form.init .contact-us-form-response-output,
.contact-us-form form.resetting .contact-us-form-response-output,
.contact-us-form form.submitting .contact-us-form-response-output {
  display: none;
}
.contact-us-form form.sent .contact-us-form-response-output {
  border-color: #46b450;
}
.contact-us-form form.failed .contact-us-form-response-output,
.contact-us-form form.aborted .contact-us-form-response-output {
  border-color: #dc3232;
}
.contact-us-form form.spam .contact-us-form-response-output {
  border-color: #f56e28;
}
.contact-us-form form.invalid .contact-us-form-response-output,
.contact-us-form form.unaccepted .contact-us-form-response-output,
.contact-us-form form.payment-required .contact-us-form-response-output {
  border-color: #ffb900;
}
.contact-us-form-form-control-wrap {
  position: relative;
}
.contact-us-form-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip .contact-us-form-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.contact-us-form-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.contact-us-form-list-item-label::before,
.contact-us-form-list-item-label::after {
  content: " ";
}
.contact-us-form-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .contact-us-form-spinner {
  visibility: visible;
}
.contact-us-form-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .contact-us-form-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.contact-us-form input[type="file"] {
  cursor: pointer;
}
.contact-us-form input[type="file"]:disabled {
  cursor: default;
}
.contact-us-form .contact-us-form-submit:disabled {
  cursor: not-allowed;
}
.contact-us-form input[type="url"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"] {
  direction: ltr;
}

.contact-head-info > a,
.contact-head-info > a:hover,
header nav ul li a:hover,
header nav ul li a.active,
.about-default-link,
.about-default-link:hover,
.our-process-no,
.filter-options div a.selected,
.social-links.without-bg li a {
  color: var(--primary-color);
}

.play-btn,
.sub-title:before,
.slick-prev:hover,
.slick-next:hover,
.header-section-imges:before,
.btn-default,
nav ul ul,
.contact_info {
  background-color: var(--primary-color);
}

.form-control:focus {
  border-color: var(--primary-color);
}

.page-loading {
  background-color: var(--white);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.loader_outer_box {
  width: var(--loader-logo-width);
  height: var(--loader-logo-height);
  margin: auto;
  top: 50%;
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.logo_loader {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: var(--loader-logo-width);
  height: var(--loader-logo-height);
  fill: var(--white);
}

.logo_loader_fill {
  width: var(--loader-logo-width);
  height: var(--loader-logo-height);
  background: var(--primary-color);
  animation: fillUp 3s ease-in-out;
}

@keyframes fillUp {
  0% {
    transform: translate(0, var(--loader-logo-height));
  }
  100% {
    transform: translate(0, 0);
  }
}

.header {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.header-bg {
  top: 0;
  background: var(--white);
}

#navbar-mobile-menu ul li {
  padding: 0.5rem;
  text-align: center;
  margin: 0.5rem;
}

.process-box:after {
  border-color: var(--primary-color);
}

section.header-section,
section.small-block,
section.block,
section.page-content {
  display: block;
  position: relative;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.play-btn,
.process-box:after,
.form-submit,
.form-submit button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.header-section {
  padding: 250px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.header-section.mb-0 {
  margin-bottom: 50px !important;
}

.header-info {
  max-width: 520px;
  float: left;
}

.header-section.header-section-post.style2 .header-info {
  max-width: 100%;
}

.header-info > .breadcrumb {
  background-color: inherit;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.header-section.header-section-post.no-bg.style2 .header-info > .breadcrumb {
  margin: 0;
}

.header-section.style2 .header-info {
  max-width: 645px;
}

.header-section.style2 {
  padding: 115px 0 0 0;
}

.header-section.style2 .pg-title-head > h2 {
  font-size: 66px;
  line-height: 78px;
  padding-right: 30px;
  position: relative;
}

.header-section.style2 .header-section-imges {
  margin-bottom: 0;
  margin-top: 30px;
}

.header-info > .breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.header-info > .breadcrumb li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 5px;
  height: 5px;
  background: var(--primary-color);
}

.header-info > .breadcrumb li:first-child {
  padding-left: 0;
}

.header-info > .breadcrumb li:last-child:before {
  display: none;
}

.header-info > .breadcrumb li a,
.header-info > .breadcrumb li span {
  display: inline-block;
  color: #787a84;
  font-size: 16px;
  font-weight: 400;
}

.header-info > .breadcrumb li span {
  color: #070c1f;
}

.header-section-imges {
  float: right;
  width: calc(100% - 520px);
  position: relative;
  z-index: 9;
  margin-bottom: -205px;
}

.header-section-imges.style2 .abt-imgz img {
  max-width: 763px;
}

.header-section-imges.style2 {
  width: auto;
  margin-bottom: -75px;
}
.header-section-imges.style2:before {
  right: -13px;
  bottom: -13px;
}

.header-imges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}

.header-imges > img {
  display: inline-block;
  width: auto;
  max-width: 46%;
  margin-right: 4%;
}

.header-section-imges .header-imges {
  position: relative;
}

.header-imges > .second-img {
  position: absolute;
  top: 240px;
  right: 0;
  padding-right: 0px;
  height: 680px;
}

.header-section-imges .header-imges img {
  width: auto;
  max-width: inherit;
  margin-right: 0;
  max-width: 490px;
  height: 613px;
}

.header-section-imges .header-imges .second-img {
  width: auto;
  max-width: inherit;
  margin-right: 12px;
  max-width: 490px;
  height: 594.26px;
}

.header-section-imges.style2 .header-imges img {
  max-width: 763px;
}

.header-section-imges:before {
  content: "";
  position: absolute;
  bottom: -240px;
  right: 0;
  width: 284px;
  height: 319px;
}

.header-section-imges .abt-txt {
  left: 70px;
  right: auto;
  transform: inherit;
  bottom: -116px;
}

.header-info > h2,
.pg-title-head > h2 {
  color: var(--primary-color);
  font-size: 82px;
  font-weight: 700;
  margin-bottom: 24px;
}

.pg-title-head > h2 {
  margin-bottom: 21px;
}

.header-info > span,
.pg-title-head > span {
  display: block;
  color: var(--text-color-secondary);
  font-size: 20px;
  max-width: 394px;
  font-weight: 400;
}

.abt-txt {
  position: absolute;
  bottom: -44px;
  right: calc(4% + 15px);
  background-color: #f5f5f5;
  padding: 42px 60px 28px;
  max-width: 445px;
}

.abt-txt > h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 26px;
  padding-right: 50px;
}

.abt-txt > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.abt-txt > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 141px;
  height: 2px;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 24px;
}

.portfolio-details-page .abt-txt {
  right: 4%;
}

.clearfix {
  clear: both;
}

.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.block {
  padding: 160px 0;
}

.small-block {
  padding: 130px 0;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
}

.about-us-section {
  margin-bottom: 40px;
}

.about-text {
  padding-left: 50px;
}

.about-text > .description {
  color: var(--text-color-secondary);
  font-size: 20px;
  margin-bottom: 68px;
}

.our-history {
  max-width: 542px;
  margin-bottom: -10px;
}

.our-history .description,
#pl-7788 .description {
  color: var(--text-color-secondary);
  font-size: 20px;
}

.our-history .sub-title {
  margin-bottom: 50px;
  margin-top: -16px;
}

.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
.contact-head-info > a:before,
.about-default-link:before,
a,
.project-item > a > img,
.post-thumbnail > img,
.header.sticky .header-content {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-content {
  display: flex;
  flex-wrap: wrap;
}

.header-content > div.elementor {
  width: 100%;
}

.header.header-bg .header-menu > ul > li {
  padding: 20px 0 2px;
}

.header.header-bg .header-content {
  align-items: center;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.elementor-widget {
  position: relative;
}

.header .header-content .elementor-widget-wrap {
  display: flex;
  align-content: center;
}

.animated {
  animation-duration: 1.25s;
}

.elementor-427 .elementor-element.elementor-element-c7d7109 img {
  width: 125px;
}

.elementor-427 .elementor-element.elementor-element-a90589d {
  text-align: left;
}

.elementor-427 .elementor-element.elementor-element-2df1daa {
  text-align: left;
}

.elementor-427 .elementor-element.elementor-element-44d7ac0 {
  text-align: right;
}

.header-menu {
  margin-top: 2px;
}

.header-menu > ul > li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.header-menu ul li a {
  display: inline-block;
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 420;
}

.header-menu ul ul {
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 99;
  list-style: none;
}

.sticky .header-menu ul ul {
  top: 40px;
}

.header.header-bg .header-menu ul ul {
  top: 70px;
}

.sticky.header.header-bg .header-menu ul ul {
  top: 70px;
}

.menu-btnn {
  text-align: center;
  display: none;
  padding-top: 3px;
  margin-left: 30px;
}
.menu-btn {
  width: 24px;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}
.menu-btn > span {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #232222;
  margin-bottom: 6px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.header-menu ul ul li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-menu ul ul li a {
  color: var(--white);
}

.header-menu ul ul li a:hover {
  color: var(--white);
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.sticky .header-content {
  align-items: center;
  height: 70px;
}

.header.sticky.header-bg nav > ul > li {
  padding: 20px 0 2 px;
}

.header__builder
  .elementor-section-full_width
  .elementor-container
  .elementor-column {
  width: auto !important;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column.elementor-col-25 {
  width: 25%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.header-menu ul li a.dropdown-toggle:after {
  top: 2px;
  position: relative;
}

.header-menu ul ul ul {
  left: 100%;
  top: 0;
  list-style: none;
}

.header.header-bg .header-menu ul ul ul {
  top: 0;
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}

.elementor-section {
  position: relative;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-element {
  --widgets-spacing: 20px;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}

.header__builder .elementor-section-full_width .elementor-container {
  justify-content: space-between;
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}

.section-title > .description {
  color: var(--text-color-secondary);
  font-size: 20px;
  width: 100%;
  margin-top: 50px;
}

.description.content-none {
  background-color: #f5f5f5;
  padding: 40px;
}

.description.content-none > h2 {
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 700;
}

.post-info > span {
  display: block;
  color: #83858f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}

.post-info > h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.post-info .description {
  color: var(--text-color-secondary);
  font-size: 16px;
}

.svs-list {
  padding-left: 110px;
  position: relative;
}

.svs-list:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 245px;
  background-color: rgba(39, 55, 98, 0.7);
  transform: translateY(-50%);
}

.svs-list ul {
  list-style: none;
}

.svs-list ul li {
  margin-bottom: 31px;
  width: 100%;
}

.svs-list ul li:nth-child(even) .svs-info {
  float: right;
}

.svs-info {
  max-width: 300px;
}

.svs-info > img {
  margin-bottom: 20px;
  max-height: 46px;
}

.svs-info > h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.svs-info p {
  color: var(--text-color-secondary);
  font-size: 16px;
  font-weight: 400;
}

.sub-title {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-left: 86px;
  margin-bottom: 61px;
  margin-top: -12px;
}

.about-text .sub-title {
  margin-bottom: 31px;
}

.sub-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--primary-color);
}

.section-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 98px;
}

.section-title.style2 {
  display: block;
}

.section-title.style2 h3 {
  float: left;
}

.section-title.style2 .description,
.section-title.style2 > p {
  max-width: 440px;
  float: right;
  margin-top: 0;
  color: var(--text-color-secondary);
  font-size: 20px;
}

.sub-title.mw-45 {
  max-width: 45%;
}

.sub-title.mgb-100 {
  margin-bottom: 100px;
}

.sub-title.white {
  color: var(--white);
  padding-left: 0;
  margin-top: 0;
  margin: 0;
  padding-bottom: 27px;
  margin-bottom: 49px;
}

.sub-title.white:before {
  background-color: var(--secondary-color);
  top: auto;
  transform: inherit;
  bottom: 0;
}

.section-title .sub-title {
  max-width: 800px;
  margin-bottom: 0;
}

.section-title .about-default-link {
  margin-left: auto;
  height: 28px;
}

.section-title.style2 p.mw-50 {
  max-width: 50%;
}

.section-title.style2 p.mw-45 {
  max-width: 45%;
}

.section-title .sub-title.mw-45 {
  max-width: 45%;
}

.processs-section {
  margin-bottom: -14px;
}

.process-section ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.process-section ul li {
  float: left;
  width: calc(100% / 3);
}

.process-box {
  width: 100%;
  height: 14rem;
  border-left: 2px solid #bdbdc0;
  padding: 40px 38px 49px;
  position: relative;
}

.process-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background-color: #bdbdc0;
}

.process-section ul li:nth-child(1) .process-box:before,
.process-section ul li:nth-child(2) .process-box:before,
.process-section ul li:nth-child(3) .process-box:before {
  top: 0;
  bottom: auto;
}

.process-section ul li:nth-child(1) .process-box,
.process-section ul li:nth-child(2) .process-box,
.process-section ul li:nth-child(3) .process-box {
  border-bottom: 2px solid #bdbdc0;
}

.process-section ul li:nth-child(1) .process-box:after,
.process-section ul li:nth-child(2) .process-box:after,
.process-section ul li:nth-child(3) .process-box:after {
  bottom: -13px;
  top: auto;
}

.process-box:after {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  background: var(--white);
  z-index: 9;
}

.our-process-no {
  position: absolute;
  bottom: 45px;
  right: 36px;
  font-size: 26px;
  font-weight: 700;
}

.process-box > h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 210px;
}

.process-box > p {
  color: var(--text-color-secondary);
  font-size: 16px;
  max-width: 210px;
}

.custom-container {
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.post-thumbnail {
  margin-bottom: 22px;
}

.post-thumbnail > img {
  width: 100%;
  filter: grayscale(1);
}

.post-col:hover .post-thumbnail img {
  filter: grayscale(0);
}

.services-section .post-thumbnail img {
  object-fit: cover;
  height: 400px;
}

.post-section {
  padding-right: 90px;
}

.play-btn,
a.play-btn {
  display: inline-block;
  color: var(--white);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 10px;
  position: relative;
  left: 188px;
}

.page-content {
  padding: 100px 0 175px;
}

.franchise {
  padding: 0;
}

.portfolio-page .section-title {
  margin-bottom: 82px;
}

.portfolio-page .pagination-minterio {
  margin-top: 40px;
}

.filter-options div {
  display: block;
  padding: 0 20px 0 8px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.filter-options div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 17px;
  background-color: #cfe1e1;
  transform: translateY(-500%);
  margin-top: -7px;
}

.filter-options div:first-child {
  padding-left: 0;
  display: block;
}

.filter-options div:last-child:before {
  display: block;
}

.filter-options div a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #070c1f;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
  text-align: center;
}

.filter-options div a.selected {
  border-bottom-color: var(--primary-color);
  margin-left: 30px;
}

.filter-options {
  margin-bottom: 45px;
}

.filter-options .slick-prev {
  display: block;
  position: absolute;
  top: 12px;
  width: 40px;
  padding-left: 5px;
  height: 40px;
  line-height: 10px;
  text-align: center;
  background-color: #e9ecef;
}

.filter-options .slick-next {
  display: block;
  position: absolute;
  top: 6px;
  width: 40px;
  padding-right: 5px;
  height: 40px;
  line-height: 10px;
  text-align: center;
  background-color: #e9ecef;
}

.filter-options .slick-next:hover,
.filter-options .slick-prev:hover {
  background-color: #adb5bd;
}

.filter-options .slick-prev:hover:before,
.filter-options .slick-next:hover:before {
  color: #200b71;
}

.filter-options .slick-next:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #200b71;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter-options .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 45%;
  left: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #200b71;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-options .slick-prev:before {
  content: "\f104";
  color: #200b71;
}

.filter-options .slick-next:before {
  content: "\f105";
  color: #200b71;
}

.masonary {
  float: left;
  width: 100%;
  margin-bottom: 66px;
  margin: 0 10px 0 0;
}

.masonary .project-item {
  margin-bottom: 30px;
}

.project-text {
  position: relative;
}

.project-text .sub-title {
  margin-bottom: 38px;
  margin-top: 35px;
}

.project-text > .description {
  color: var(--text-color-secondary);
  font-size: 20px;
  margin-bottom: 60px;
}

.project-item > a > img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.project-item {
  position: relative;
  overflow: hidden;
  height: 440px;
}

.project-item:hover > img {
  transform: scale(1.2) translateX(10px);
}

.project-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  z-index: 99;
  background-image: url(../images/gradient-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.project-info {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  padding: 0 35px;
  z-index: 999;
}

.project-info > h3 {
  color: #fafafa;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}

.project-info > span {
  display: block;
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
}

.project-item.slick-slide {
  margin: 0 15px;
  height: 453px;
}

.hide_title .project-info > h3 {
  display: none;
}

.hide_subtitle .project-info > span {
  display: none;
}

.hide_description .project-info > h3,
.hide_description .project-info > span {
  display: none;
}

.about-default-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
  position: relative;
}

.about-default-link i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-head-info > a:before,
.about-default-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-shade-1);
}

.about-default-link:before {
  height: 2px;
}

.contact-head-info {
  text-align: right;
  margin-left: auto;
}

.contact-head-info > h4 {
  color: #070c1f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-head-info > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 4px;
  position: relative;
}

.contact-head-info > a:before,
.about-default-link:before {
  height: 2px;
}

.contact-head-info > a:hover:before {
  width: 0;
}

.about-default-link:hover:before {
  width: 0;
}

.slick-loading .slick-list {
  background: var(--white);
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(//minterio.bslthemes.com/wp-content/themes/minterio/assets/styles/vendors/./fonts/slick.eot);
  src: url(//minterio.bslthemes.com/wp-content/themes/minterio/assets/styles/vendors/./fonts/slick.eot?#iefix)
      format("embedded-opentype"),
    url(//minterio.bslthemes.com/wp-content/themes/minterio/assets/styles/vendors/)
      format("woff"),
    url(//minterio.bslthemes.com/wp-content/themes/minterio/assets/styles/vendors/)
      format("truetype"),
    url(//minterio.bslthemes.com/wp-content/themes/minterio/assets/styles/vendors/./fonts/slick.svg#slick)
      format("svg");
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-prev,
.slick-next {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #273762;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: var(--white);
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #273762;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  content: "\f104";
}

.project-carousel .slick-prev {
  margin-left: -50px;
}

.slick-next:before {
  content: "\f105";
}

.project-carousel .slick-prev,
.project-carousel .slick-next {
  top: auto;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  right: auto;
  left: -135px;
  bottom: -1px;
}

.project-carousel {
  padding-left: 39px;
}

/* @media (max-width: 1450px) */

@media (max-width: 1450px) {
  .header-section.style2 .header-section-imges {
    max-width: 50%;
  }

  .project-text > p {
    font-size: 18px;
  }
}

/* @media (max-width: 1366px)  */

@media (max-width: 1366px) {
  .section-title.style2 h3 {
    max-width: 50%;
  }

  .section-title.style2 p.mw-50,
  .section-title.style2 p.mw-45 {
    max-width: 50%;
  }

  .project-text .sub-title {
    margin-top: 0;
  }

  .project-text > p {
    font-size: 16px;
    line-height: 30px;
  }

  .svs-list {
    padding-left: 70px;
  }

  .header-section.style2 .pg-title-head > h2 {
    font-size: 52px;
    line-height: 68px;
  }

  .header-section.style2 .header-section-imges {
    max-width: 42%;
  }

  .block {
    padding: 130px 0;
  }

  .about-text > p {
    font-size: 18px;
    line-height: 31px;
  }
}

/* @media (max-width: 1200px)  */

@media (max-width: 1200px) {
  .menu-btnn {
    display: inline-block;
    vertical-align: top;
    top: 0;
  }
  .header {
    top: 30px;
  }

  .wrapper.header-bg {
    padding-top: 90px;
  }

  .contact-head {
    padding-top: 0;
  }

  .contact-head-info {
    display: none;
  }

  .header.header-bg .header-content {
    height: 90px;
  }

  .header__builder .elementor-container .elementor-column:nth-last-child(2) {
    margin-left: auto;
  }

  .header .header-menu {
    display: none;
  }

  .abt-txt {
    bottom: 0;
  }

  .our-history {
    max-width: 100%;
  }

  .small-block {
    padding: 110px 0;
  }

  .section-title .sub-title {
    max-width: 50%;
  }

  .sub-title.mw-45 {
    max-width: 100%;
  }

  .post-section {
    padding-right: 0;
  }

  .header-section {
    padding: 135px 0 100px;
    margin-bottom: 0;
  }

  .header-section.style2 {
    padding: 70px 0 0 0;
  }

  .small-block {
    padding: 110px 0;
  }

  .about-us-section .align-items-center {
    align-items: inherit !important;
  }

  .about-text > p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 40px;
  }

  .page-content {
    padding: 100px 0 130px;
  }

  .project-text {
    padding-right: 0;
  }

  .project-text > p {
    font-size: 20px;
    margin-bottom: 70px;
  }

  .about-default-link {
    font-size: 16px;
  }

  .project-carousel .slick-prev,
  .project-carousel .slick-next {
    left: -100px;
  }
}

/* @media (max-width: 991px) */

@media (max-width: 991px) {
  .header {
    top: 30px;
  }

  .contact-head-info {
    display: none;
  }
  .contact-main-form {
    border-radius: 0;
    padding: 86px 40px 50px;
  }
  .header-info > h2,
  .pg-title-head > h2 {
    font-size: 56px;
    margin-bottom: 0;
  }

  .block {
    padding: 110px 0;
  }

  .small-block {
    padding: 85px 0;
  }

  .sub-title {
    font-size: 32px;
  }

  .section-title .sub-title {
    max-width: 80%;
  }

  .section-title .sub-title.mw-45 {
    max-width: 100%;
  }

  .sub-title.mgb-100 {
    margin-bottom: 50px;
  }

  .section-title.style2 p {
    font-size: 16px;
    line-height: 28px;
  }

  .section-title.style2 h3 {
    max-width: 100%;
    float: none;
  }

  .section-title.style2 {
    margin-bottom: 60px;
  }

  .section-title.style2 .description,
  .section-title.style2 p {
    float: none;
  }

  .section-title.style2 p.mw-50,
  .section-title.style2 p.mw-45 {
    max-width: 100%;
  }

  .svs-list {
    margin-top: 70px;
  }

  .about-us-section {
    margin-bottom: 0;
  }

  .about-text {
    margin-top: 100px;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .process-box {
    padding: 40px 80px 49px 26px;
    height: 16.2rem;
  }

  .blog-single .row .col-lg-4,
  .page-content .container > .row > .col-lg-3 {
    order: 1;
  }

  .blog-single .row .col-lg-8,
  .page-content .container > .row > .col-lg-9 {
    order: 0;
  }

  .sidebar {
    margin-top: 60px;
  }

  .page-content {
    padding: 100px 0 120px;
  }

  .shop-page .project-item {
    margin-bottom: 30px;
  }

  .shop-page {
    margin-bottom: -30px;
  }

  .project-info {
    bottom: 20px;
    padding: 0 20px;
  }

  .project-text {
    margin-bottom: 50px;
  }

  .project-carousel {
    padding-left: 0;
    margin: 0 -15px;
  }

  .cnst-img {
    display: none;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
}

/* @media (max-width: 768px) */

@media (max-width: 768px) {
  .header-info > h2,
  .pg-title-head > h2 {
    margin-bottom: 0;
  }
  .contact-social {
    text-align: center;
  }
  .contact-social > span {
    margin-bottom: 20px;
  }
  .social-links.without-bg {
    margin-left: 0;
    width: 100%;
  }
  .social-links.without-bg li:last-child {
    margin-right: 0;
  }
  .section-title > .description {
    font-size: 18px;
    line-height: 32px;
  }

  .section-title.style2 .description,
  .section-title.style2 > p {
    max-width: 100%;
  }

  .process-section ul li {
    width: calc(100% / 2);
  }

  .process-section ul {
    justify-content: inherit;
  }

  .header-section {
    padding: 135px 0 70px;
  }

  .portfolio-page .section-title {
    margin-bottom: 50px;
  }

  .portfolio-details-info > h2 {
    font-size: 30px;
  }

  .portfolio-details-info p {
    font-size: 16px;
  }

  .filter-options div {
    padding: 0 15px;
  }

  .filter-options div a {
    font-size: 16px;
  }

  .filter-options div:before {
    margin-top: -4px;
  }

  .project-item.slick-slide {
    height: auto;
  }
}

/* @media (max-width: 576px) */

@media (max-width: 576px) {
  .menu-btnn {
    margin-left: auto;
  }
  .header-info > .breadcrumb li {
    padding: 0 15px;
  }

  .block {
    padding: 80px 0;
  }

  .sub-title {
    font-size: 30px;
    line-height: 45px;
  }

  .section-title .sub-title {
    max-width: 100%;
  }

  .post-col {
    margin-bottom: 40px;
  }

  .svs-list {
    margin-top: 30px;
  }

  .header-section.style2 .pg-title-head > h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .header-section.style2 {
    padding: 90px 0 70px;
  }

  .filter-options div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .filter-options div:before {
    display: none;
  }

  .filter-options {
    margin-bottom: 25px;
  }

  .project-text > p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .section-title .about-default-link {
    display: none;
  }

  .pro-head > h2 {
    font-size: 22px;
  }

  .subsc-form input {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* @media (max-width: 480px) */

@media (max-width: 480px) {
  .contact-head {
    margin-top: -30px;
  }
  .contact-main-form {
    padding: 55px 20px 50px;
  }
  .header-info > h2,
  .pg-title-head > h2,
  #panel-7788-0-0-0 .textwidget h3,
  #panel-7788-6-0-0 .textwidget h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .header-info > .breadcrumb {
    margin-bottom: 10px;
  }

  .header-info > .breadcrumb li a,
  .header-info > .breadcrumb li,
  .header-info > .breadcrumb li span {
    font-size: 13px;
  }

  .header-info > .breadcrumb li::before {
    font-size: 12px;
    top: auto;
    bottom: 5px;
    right: -2px;
    left: auto;
  }

  .header-info > span,
  .pg-title-head > span {
    font-size: 18px;
  }

  .header-section {
    padding: 115px 0 45px;
  }

  .header-section.style2 .pg-title-head > h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .header-section.style2 {
    padding: 50px 0 25px 0;
    margin-bottom: 0 !important;
  }

  .header-imges > img {
    margin: 0;
    margin-bottom: 10px;
  }

  .abt-txt {
    padding: 30px 15px 20px;
    position: static;
  }

  .process-section ul li {
    width: 100%;
  }

  .abt-txt {
    position: static;
  }

  .process-box:before {
    display: none;
  }

  .process-box {
    border-bottom: 2px solid #bdbdc0;
    height: 14rem;
  }

  .abt-txt > span:before {
    width: 85px;
  }

  .play-btn {
    left: 120px;
  }

  .sub-title {
    font-size: 26px;
    line-height: 35px;
  }

  .our-history .sub-title {
    margin-bottom: 30px;
  }

  .about-text > p {
    font-size: 14px;
    line-height: 25px;
  }

  .svs-list ul li {
    margin-bottom: 40px;
  }

  .svs-list ul li:nth-child(2n) .svs-info {
    float: none;
  }

  .block.testi-section {
    padding-top: 50px;
  }

  .page-content {
    padding: 60px 0;
  }

  .about-default-link {
    font-size: 16px;
  }

  .pro-head > h2 {
    line-height: 30px;
  }
  .pro-head strong {
    left: 60%;
    margin-left: 0;
  }

  .consult-text.style2 .sub-title:before {
    display: none;
  }
  .consult-text.style2 .sub-title {
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .subsc-form input {
    height: 56px;
  }

  .de_testi blockquote {
    height: 330px;
  }
}

/* @media only screen and (max-width: 1200px) */

@media only screen and (max-width: 1200px) {
  .header-section-imges.style2 .abt-imgz {
    margin-bottom: 0;
    padding-bottom: 21px;
  }
  .header-section-imges.style2 {
    margin-bottom: 0;
  }
  .header-section-imges .header-imges {
    margin-bottom: 221px;
  }

  .woocommerce-page .header-section-imges .header-imges {
    margin-bottom: 0;
  }

  .header-section-imges,
  .header-section-imges.style2 {
    float: none;
    width: auto;
    max-width: 920px;
    margin-top: 41px;
  }

  .header-info {
    float: none;
  }

  .header-section-imges .header-imges img {
    max-width: 100%;
  }

  .header-section-imges .header-imges img,
  .header-section-imges.style2 .header-imges img {
    max-width: 100%;
  }

  .page-template-default.page
    .header-section.header-section-post.style2
    .header-info,
  .no-sidebar .header-section.header-section-post.style2 .header-info {
    max-width: 100%;
  }

  .header-imges > .second-img {
    top: 160px;
  }

  .section-title > .description,
  .section-title.style2 .description,
  .section-title.style2 > p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }

  .svs-list ul li {
    margin-bottom: 41px;
  }

  .svs-list ul li:nth-child(even) .svs-info {
    float: none;
  }
}

/* @media only screen and (max-width: 992px)  */

@media only screen and (max-width: 992px) {
  .svs-list:before {
    margin-left: -120px;
    top: 0;
    left: 50%;
    width: 245px;
    height: 2px;
    transform: translateY(0%);
  }

  .svs-list {
    margin-top: 70px;
    padding-left: 0;
    padding-top: 50px;
  }

  .svs-list ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }

  .masonary .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* @media only minterio.bslthemes.com/wp-content/themes/minterioscreen and (max-width: 768px) */

@media only screen and (max-width: 768px) {
  .header-section-imges {
    display: block;
    float: none;
    margin-top: 26px;
    margin-bottom: 46px;
    width: auto;
  }
  .header-section-imges.style2:before {
    right: -10px;
    bottom: -5px;
    width: 270px;
    height: 260px;
  }

  .header-info {
    float: none;
  }

  .project-text > .description,
  .about-text > .description {
    margin-bottom: 21px;
  }
}

/* @media only screen and (max-width: 580px)  */

@media only screen and (max-width: 580px) {
  .header-info > .breadcrumb li a,
  .header-info > .breadcrumb li,
  .header-info > .breadcrumb li span {
    display: inline;
  }

  .header-section-imges .header-imges {
    margin-bottom: 0;
  }

  .header-imges > .second-img {
    top: 0;
    position: relative;
    padding: 0;
  }

  .svs-list ul li {
    margin-bottom: 40px;
    width: 100%;
  }

  .svs-list {
    margin-top: 20px;
    padding-left: 0;
    padding-top: 50px;
  }

  .svs-list:before {
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .header-section-imges:before {
    display: none;
  }

  .masonary .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .consult-text.style2 {
    padding: 40px;
  }
}

/* MFP - CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: var(--white);
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: var(--white);
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--white);
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid var(--white);
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid var(--white);
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* =====> Testimonials <====== */

.pp-scrollable .pp-inner {
  display: table-cell;
  vertical-align: middle;
}

.pp-table {
  display: table;
  min-height: 100%;
}

.de_carousel .item {
  width: 100%;
  display: block;
}

.de_testi {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}

.de_testi blockquote:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
  font-size: 20px;
  padding: 10px 20px;
  background-color: var(--primary-shade-1);
  position: absolute;
  left: 0;
  top: 0;
}

.de_testi blockquote {
  margin: 0;
  border: none;
  padding: 20px 30px 30px 80px;
  background: #273762;
  font-style: normal;
  line-height: 1.6em;
  font-weight: 500;
  height: 290px;
}

.de_testi blockquote p {
  margin-top: 10px;
}

.de_testi blockquote,
.de_testi blockquote p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.de_testi_by {
  margin-top: -10px;
  font-style: normal;
  font-size: 12px;
  color: floralwhite;
}

.owl-dots {
  margin: 25px 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  padding-bottom: 30px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.owl-dots .owl-dot.active span {
  background-color: var(--primary-shade-1);
}

.owl-dots .owl-dot span {
  background-color: var(--primary-shade-3);
}

@media only screen and (max-width: 992px) {
  .pp-scrollable .pp-inner {
    display: block;
  }

  .pp-section.pp-table {
    display: block;
  }
}

#pgc-7788-0-0 {
  width: 30%;
  width: calc(30% - (0.75 * 30px));
}

#pgc-7788-0-1,
#pgc-7788-0-2,
#pgc-7788-0-3,
#pgc-7788-6-0,
#pgc-7788-6-1,
#pgc-7788-6-2,
#pgc-7788-6-3 {
  width: 23%;
  width: calc(23% - (0.75 * 30px));
}

#pgc-7788-1-0,
#pgc-7788-1-1,
#pgc-7788-3-0,
#pgc-7788-3-1,
#pgc-7788-10-0,
#pgc-7788-10-1 {
  width: 50%;
  width: calc(50% - (0.5 * 30px));
}

#pgc-7788-2-0,
#pgc-7788-4-0,
#pgc-7788-5-0,
#pgc-7788-7-0,
#pgc-7788-9-0 {
  width: 100%;
  width: calc(100% - (0 * 30px));
}

#pg-7788-2,
#pg-7788-3 {
  margin-bottom: 120px;
}

#pl-7788 #panel-7788-3-0-0 {
  margin: 0px 0px -30px 0px;
}

#pgc-7788-8-0,
#pgc-7788-8-1,
#pgc-7788-8-2,
#pgc-7788-8-3,
#pgc-7788-8-4 {
  width: 20%;
  width: calc(20% - (0.8 * 30px));
}

#pl-7788 .so-panel {
  margin-bottom: 30px;
}

#pg-7788-6.panel-no-style,
#pg-7788-6.panel-has-style > .panel-row-style {
  -webkit-align-items: center;
  align-items: center;
}

#panel-7788-0-0-0 > .panel-widget-style {
  padding: 120px 0px 0px 0px;
}

#pg-7788-1 > .panel-row-style {
  background-color: #333333;
  background-image: url(https://www.demo.themicart.com/interico-wp/wp-content/uploads/2018/05/image-1.jpg);
  background-repeat: repeat;
  padding: 120px 0px 120px 0px;
}

#pg-7788-3 > .panel-row-style {
  padding: 0px 0px 0px 0px;
}

#pg-7788-6 > .panel-row-style {
  background-color: var(--primary-color);
  /* background-image: url(https://www.demo.themicart.com/interico-wp/wp-content/uploads/2018/05/stats-bg-2.jpg); */
  background-repeat: repeat;
  color: var(--white);
  padding: 3% 10%;
}

#pg-7788-4 > .panel-row-style {
  background-color: #f5f5f5;
  background-image: url(https://www.demo.themicart.com/interico-wp/wp-content/uploads/2018/05/image-process-2.jpg);
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 120px 0px;
}

#panel-7788-8-1-0 > .panel-widget-style {
  width: 122px;
  height: 57px;
  background: url(https://demo.themicart.com/interico-wp/wp-content/themes/tc-interico/img/logos/css_sprites.png) -10px -10px;
  margin: 0 auto;
  display: block;
}

#panel-7788-8-1-1 > .panel-widget-style {
  width: 122px;
  height: 57px;
  background: url(https://demo.themicart.com/interico-wp/wp-content/themes/tc-interico/img/logos/css_sprites.png) -10px -164px;
  margin: 0 auto;
  display: block;
}

#panel-7788-8-2-0 > .panel-widget-style {
  width: 122px;
  height: 57px;
  background: url(https://demo.themicart.com/interico-wp/wp-content/themes/tc-interico/img/logos/css_sprites.png) -152px -10px;
  margin: 0 auto;
  display: block;
}

#panel-7788-8-2-1 > .panel-widget-style {
  width: 122px;
  height: 57px;
  background: url(https://demo.themicart.com/interico-wp/wp-content/themes/tc-interico/img/logos/css_sprites.png) -152px -164px;
  margin: 0 auto;
  display: block;
}

#pg-7788-9 > .panel-row-style {
  background-image: url(https://www.demo.themicart.com/interico-wp/wp-content/uploads/2018/05/bg-5.png);
  background-repeat: repeat;
}

#pgc-7788-10-0 {
  align-self: center;
}

#pgc-7788-10-1 {
  align-self: auto;
}

#panel-7788-10-1-0 > .panel-widget-style {
  margin: 0;
}

#pg-w5c2dc995b68f4-0,
#pl-w5c2dc995b68f4 .so-panel {
  margin-bottom: 30px;
}

#pgc-w5c2dc995b68f4-0-0 {
  width: 100%;
  width: calc(100% - (0 * 30px));
}

.dash.centered {
  margin: 20px auto;
}

#pgc-w5c2dc995b68f4-1-0,
#pgc-w5c2dc995b68f4-1-1,
#pgc-w5c2dc995b68f4-1-2,
#pgc-w5c2dc995b68f4-1-3 {
  width: 25%;
  width: calc(25% - (0.75 * 30px));
}

@media (max-width: 990px) {
  #pg-7788-0.panel-no-style,
  #pg-7788-0.panel-has-style > .panel-row-style,
  #pg-7788-1.panel-no-style,
  #pg-7788-1.panel-has-style > .panel-row-style,
  #pg-7788-2.panel-no-style,
  #pg-7788-2.panel-has-style > .panel-row-style,
  #pg-7788-3.panel-no-style,
  #pg-7788-3.panel-has-style > .panel-row-style,
  #pg-7788-4.panel-no-style,
  #pg-7788-4.panel-has-style > .panel-row-style,
  #pg-7788-5.panel-no-style,
  #pg-7788-5.panel-has-style > .panel-row-style,
  #pg-7788-6.panel-no-style,
  #pg-7788-6.panel-has-style > .panel-row-style,
  #pg-7788-7.panel-no-style,
  #pg-7788-7.panel-has-style > .panel-row-style,
  #pg-7788-8.panel-no-style,
  #pg-7788-8.panel-has-style > .panel-row-style,
  #pg-7788-9.panel-no-style,
  #pg-7788-9.panel-has-style > .panel-row-style,
  #pg-7788-10.panel-no-style,
  #pg-7788-10.panel-has-style > .panel-row-style {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10% 5%;
  }

  #pg-w5c2dc995b68f4-0.panel-no-style,
  #pg-w5c2dc995b68f4-0.panel-has-style > .panel-row-style,
  #pg-w5c2dc995b68f4-1.panel-no-style,
  #pg-w5c2dc995b68f4-1.panel-has-style > .panel-row-style {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #pg-7788-0 > .panel-grid-cell,
  #pg-7788-0 > .panel-row-style > .panel-grid-cell,
  #pg-7788-1 > .panel-grid-cell,
  #pg-7788-1 > .panel-row-style > .panel-grid-cell,
  #pg-7788-2 > .panel-grid-cell,
  #pg-7788-2 > .panel-row-style > .panel-grid-cell,
  #pg-7788-3 > .panel-grid-cell,
  #pg-7788-3 > .panel-row-style > .panel-grid-cell,
  #pg-7788-4 > .panel-grid-cell,
  #pg-7788-4 > .panel-row-style > .panel-grid-cell,
  #pg-7788-5 > .panel-grid-cell,
  #pg-7788-5 > .panel-row-style > .panel-grid-cell,
  #pg-7788-6 > .panel-grid-cell,
  #pg-7788-6 > .panel-row-style > .panel-grid-cell,
  #pg-7788-7 > .panel-grid-cell,
  #pg-7788-7 > .panel-row-style > .panel-grid-cell,
  #pg-7788-8 > .panel-grid-cell,
  #pg-7788-8 > .panel-row-style > .panel-grid-cell,
  #pg-7788-9 > .panel-grid-cell,
  #pg-7788-9 > .panel-row-style > .panel-grid-cell,
  #pg-7788-10 > .panel-grid-cell,
  #pg-7788-10 > .panel-row-style > .panel-grid-cell {
    width: 100%;
    margin-right: 0;
  }

  #pgc-7788-0-0,
  #pgc-7788-0-1,
  #pgc-7788-0-2,
  #pgc-7788-1-0,
  #pgc-7788-3-0,
  #pgc-7788-6-0,
  #pgc-7788-6-1,
  #pgc-7788-6-2,
  #pgc-7788-8-0,
  #pgc-7788-8-1,
  #pgc-7788-8-2,
  #pgc-7788-8-3,
  #pgc-7788-10-0 {
    margin-bottom: 30px;
  }

  #pl-7788 .panel-grid-cell {
    padding: 0;
  }

  #pl-7788 .panel-grid .panel-grid-cell-empty {
    display: none;
  }

  #pl-7788 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px;
  }

  #pg-7788-0 > .panel-row-style {
    padding: 0px 0px 60px 0px;
  }

  #pg-7788-1 > .panel-row-style,
  #pg-7788-4 > .panel-row-style,
  #pg-7788-5 > .panel-row-style,
  #pg-7788-6 > .panel-row-style,
  #pg-7788-7 > .panel-row-style,
  #pg-7788-8 > .panel-row-style {
    padding: 60px 0px 60px 0px;
  }

  #pgc-w5c2dc995b68f4-1-0,
  #pgc-w5c2dc995b68f4-1-1,
  #pgc-w5c2dc995b68f4-1-2,
  #pgc-w5c2dc995b68f4-1-3 {
    width: 100%;
  }
}

.number-box {
  position: relative;
  transition: 0.2s all ease-in-out;
  background: var(--white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.counter {
  height: 10.5rem;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}

.number-box a {
  border-bottom: 0 !important;
}

.number-box h3,
.number-box.style-default h3 {
  color: var(--black);
  transition: 0.2s ease-in-out;
}

.number-box .btn-read-more,
.blog-post-box .btn-read-more {
  padding-top: 0;
}

.number-box .btn-read-more:after,
.blog-post-box .btn-read-more:after {
  top: 0;
}

.number-box .content-box {
  margin-bottom: 0;
  background: 0 0;
}

.number-box .content-box-info {
  padding: 35px;
}

.number-box.style-default {
  margin-top: 45px;
  margin-bottom: 30px;
}

.number-box-number {
  position: relative;
  margin-top: -45px;
  left: 35px;
  color: var(--white);
  font-size: 60px;
  z-index: 0;
  font-weight: 400;
  transition: 0.2s all ease-out;
  width: auto;
  display: inline-block;
  padding: 0 15px 5px 15px;
  background-color: var(--primary-color);
}

.number-box.style-default .number-box-number:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--secondary-color);
  transition: 0.2s ease-in;
  z-index: -1;
}

.number-box.style-default:hover .number-box-number:after {
  width: 100%;
}

.number-box:hover p {
  color: #333;
}

.number-box.style-dark h4 {
  color: var(--black);
  text-align: center;
  transition: 0.2s ease-in;
}

.number-box.style-dark .number-box-number {
  color: #333;
  background: 0 0;
  display: block;
  text-align: center;
  position: static;
  padding-top: 60px;
  font-size: 2.5rem;
  font-weight: 450;
}

.number-box-number img {
  width: 3.5rem;
}

.number-box.style-dark .content-box-info {
  padding: 0 15px 25px;
  text-align: center;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .number-box .content-box-info {
    padding: 25px;
  }

  .number-box-number {
    left: 25px;
  }

  .number-box.style-dark h4,
  .number-box h4 {
    font-size: 1.3195em;
  }

  .vertical-number {
    font-size: 13px;
  }
}

.scrollable-card {
  height: 12rem;
  position: relative;
  transition: opacity 0.3s ease-out;
}
/* .scrollable-card:hover,
.scrollable-card:focus {
} */

.scrollable-card::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 25%);
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  display: block;
  bottom: -1rem;
  height: 2rem;
  left: 0;
  right: 0;
  position: absolute;
}

.scrollable-card .scrollable-card-content {
  background-color: var(--white);
  left: 0;
  max-height: 12.5rem;
  overflow: hidden;
  padding: 15px 15px 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  transition-property: max-height, min-height;
  border-bottom: 1.5rem solid var(--white);
  border-top: 1.5rem solid var(--white);
}

.scrollable-card:hover .scrollable-card-content,
.scrollable-card:focus .scrollable-card-content {
  border-radius: 1%;
  max-height: 20rem;
  min-height: auto;
  overflow: auto;
  transition: max-height 0.3s, min-height 0.3s;
  z-index: 10000;
}

.content-box {
  position: relative;
  background: var(--white);
  margin-bottom: 30px;
  transition: 0.2s all ease-in-out;
}

.content-box:hover {
  background: var(--white);
}

.content-box h4 {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1.3rem;
}

.content-box h3 {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.2em;
}

.team-member .content-box-info h4,
.content-box-info {
  padding: 32px 25px;
}

.team-member .content-box-info {
  padding: 0;
}

.content-box.service-item:hover .btn-read-more,
.content-box.service-item:hover .btn-read-more:after,
.btn-read-more:hover,
.blog-post-box:hover .btn-read-more,
.blog-post-box:hover .btn-read-more:after,
.btn-read-more:hover:after {
  color: #333;
}

.content-box.service-item:hover .btn-read-more,
.btn-read-more:hover,
.blog-post-box:hover .btn-read-more,
.number-box:hover .btn-read-more,
.feature-box:hover .btn-read-more {
  right: -5px;
}

.content-box-info p {
  color: var(--text-color-secondary);
  font-size: 16px;
  transition: 0.2s ease-out;
}

.content-box.service-item.service-box-default {
  background: var(--white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.content-box.service-item.service-box-dark {
  background: var(--primary-color);
}

.content-box.service-item.service-box-dark:hover {
  background: var(--primary-shade-1);
}

.content-box.service-item.service-box-dark .box-heading,
.content-box.service-item.service-box-dark:hover p,
.content-box.service-item.service-box-dark:hover .btn-read-more {
  color: var(--white);
  z-index: 1;
  position: relative;
  transition: 0.2s ease-in;
}

.content-box.service-item.service-box-dark:hover .btn-read-more:after {
  color: var(--white) !important;
}

.content-box.service-item.service-box-dark:hover p,
.content-box.service-item.service-box-dark:hover .btn-read-more,
.content-box.service-item.service-box-dark:hover .btn-read-more:after {
  opacity: 0.7;
}

.content-box.service-item.service-box-dark .content-box-info {
  position: relative;
  box-shadow: -10px 10px 0 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.2s;
  z-index: 1;
}

.content-box.service-item.service-box-dark:hover .content-box-info {
  box-shadow: -10px 12px 0 0 rgba(0, 0, 0, 0.05);
}

.content-box.service-item.service-box-dark .content-box-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--primary-shade-1);
  transition: 0.4s ease-out;
}

.content-box.service-item.service-box-dark:hover .content-box-info:after {
  width: 100%;
}

.content-box.service-item.service-box-dark .btn-read-more,
.content-box.service-item.service-box-dark
  .btn-read-more:after
  .content-box.service-item.service-box-dark
  .content-box-info
  p {
  position: relative;
  z-index: 1;
}

.content-box.service-item.service-box-dark:hover .btn-read-more,
.content-box.service-item.service-box-dark:hover
  .btn-read-more:after
  .content-box.service-item.service-box-dark:hover
  .content-box-info
  p {
  color: var(--white) !important;
}

.image-left .content-box:before {
  display: none;
}

.image-left .content-box {
  overflow: hidden;
}

.content-box.service-item .btn-read-more {
  padding-bottom: 0;
}

.content-box.service-item p {
  margin: 20px 0 0;
}

.content-box.service-item {
  border: 0;
  background: #f5f5f5;
  top: 0;
}

.alignment-centered {
  text-align: center;
}

.content-box.service-item:hover {
  border: 0;
  background: var(--white);
  box-shadow: 0 5px 14px 0px rgba(0, 0, 0, 0.07);
  top: -2px;
}

.content-box-info span {
  font-size: 0.93em;
}

.content-box.service-item.service-box-default {
  background: #f5f5f5;
  box-shadow: none;
}

.content-box.service-item.service-box-default:hover {
  background: var(--white);
  box-shadow: 0 5px 14px 0px rgba(0, 0, 0, 0.07);
}

.service-item.service-box-dark:hover .image-container:before {
  background: var(--primary-shade-2);
  opacity: 0.9;
}

.service-item.service-box-dark:hover .arrow-box {
  display: block;
  opacity: 1;
}

.image-container {
  position: relative;
  cursor: pointer;
}

.image-container img {
  height: 441px;
}

.image-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.image-container:after {
  font-size: 100px;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  color: var(--secondary-color);
  transition: 0.3s all ease-in-out;
  font-weight: 100;
  opacity: 0;
}

.service-item:hover .image-container:after {
  opacity: 1;
  top: calc(50% - 35px);
}

.vertical-number {
  font-size: 15px;
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  transition: 0.2s;
}

.vertical-number-box .vertical-number {
  width: 240px;
  text-align: left;
}

.vertical-number:after {
  content: "";
  width: 52px;
  height: 2px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  bottom: 9px;
  position: absolute;
  transition: 0.2s;
}

.vertical-number {
  font-size: 15px;
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  transition: 0.2s;
}

.vertical-number-box {
  transform: rotate(-90deg);
  left: 14px;
  position: absolute;
  bottom: 20px;
}

.arrow-box {
  position: absolute;
  padding: 0 10px;
  top: 35%;
  width: 100%;
  height: 50px;
  text-align: center;
  transition: 0.2s ease-out;
  font-weight: 700;
  color: white;
  display: none;
}

#top-content-area .lines-overlay {
  animation-delay: 0.5s;
}

#top-content-area {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  position: relative;
  z-index: 0;
  color: var(--white);
  text-align: center;
  background-attachment: fixed;
}

#top-content-area .page-subtitle {
  font-size: 0.93em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  width: auto;
  z-index: 99;
}

#top-content-area.tca-text-left {
  text-align: left;
}

#top-content-area.tca-text-left .title-content-text:before {
  margin: 0 auto 20px 0;
}

#top-content-area.tca-text-left .title-content {
  padding: 0 10% 0 0;
}

#top-content-area.tca-text-right {
  text-align: right;
}

#top-content-area.tca-text-right .title-content {
  padding: 0 0 0 10%;
}

#top-content-area.tca-text-right .title-content-text:before {
  margin: 0 0 20px auto;
}

#top-content-area.tca-medium {
  padding: 220px 0;
}

.form-page .contact_info {
  background-color: var(--white);
  color: var(--primary-color);
  padding: 5% 2%;
  height: 450px;
}

.form-page .contact_info p {
  color: #83858f;
  padding: 3% 0;
  line-height: 24px;
}

.form-page .contact_info div {
  display: flex;
  justify-content: center;
}

.form-page .contact_info div img {
  width: 50%;
}

.form-page .title-content {
  color: var(--primary-color);
  padding-left: 0;
  font-size: 40px;
  font-weight: 700;
}

.form-page .contact-main-form {
  background-color: var(--white);
  margin-top: -16px;
}

.form-page .contact-main .row {
  margin: 0;
  background-color: var(--white);
  height: 450px;
}

.title-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 10%;
}

#top-content-area .title-content h1 {
  color: var(--primary-color);
  margin-top: 50px;
}

.breadcrumbs {
  letter-spacing: 0.5px;
  font-size: 0.86em;
  border-bottom: 1px solid var(--white);
  background: var(--white);
}

.breadcrumbs a span {
  display: inline-block;
  padding: 15px 0;
}

.breadcrumbs a span {
  color: var(--secondary-color);
  margin-right: 10px;
}

.breadcrumbs > span {
  color: var(--secondary-color);
}

.breadcrumbs a:after {
  content: ">";
  font-weight: 300;
  font-size: 11px;
  right: 7px;
  bottom: 1px;
  margin-right: 15px;
  color: var(--primary-shade-1);
}

.breadcrumbs a:hover > span,
.breadcrumbs a:hover:after {
  color: var(--primary-color) !important;
}

.content {
  position: relative;
  transform: translateY(30px);
  background-color: transparent;
  padding: 80px 0;
  transition: 0.2s ease-in-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.content.fadeIn {
  transform: translateY(0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

article {
  display: block;
}

.entry-content:last-child:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

#pg-44-0,
#pg-44-2,
#pg-44-3 {
  margin-bottom: 20px;
}

#pl-44 .so-panel:last-child {
  margin-bottom: 0;
}

#pgc-44-0-0,
#pgc-44-0-1,
#pgc-44-2-0,
#pgc-44-2-1 {
  width: 50%;
  width: calc(50% - (0.5 * 30px));
}

.dash {
  display: block;
  width: 52px;
  height: 2px;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.1);
}

.subtitle:before,
.dash {
  opacity: 0.75;
}

#pg-44-0.panel-no-style,
#pg-44-0.panel-has-style > .panel-row-style,
#pg-44-1.panel-no-style,
#pg-44-1.panel-has-style > .panel-row-style,
#pg-44-2.panel-no-style,
#pg-44-2.panel-has-style > .panel-row-style,
#pg-44-3.panel-no-style,
#pg-44-3.panel-has-style > .panel-row-style,
#pg-44-4.panel-no-style,
#pg-44-4.panel-has-style > .panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#pg-44-1 {
  margin-bottom: 10px;
}

#pgc-44-1-0,
#pgc-44-1-1,
#pgc-44-1-2,
#pgc-44-1-3,
#pgc-44-3-0,
#pgc-44-3-1,
#pgc-44-3-2,
#pgc-44-3-3 {
  width: 25%;
  width: calc(25% - (0.75 * 30px));
}

.pro-head {
  border-bottom: 1px solid #d8e2df;
  padding-bottom: 33px;
  margin-bottom: 31px;
  position: relative;
}

.pro-head strong {
  display: inline-block;
  color: var(--primary-shade-2);
  font-size: 88px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: -40px;
}

.pro-head > h2 {
  font-size: 30px;
  font-weight: 700;
  max-width: 70%;
  display: inline-block;
  position: relative;
}

.process-col > ul > li {
  margin-bottom: 33px;
}

.prc-sorw {
  padding-left: 44px;
  position: relative;
}
.pz-head {
  position: relative;
}
.pz-head > h3 {
  color: #070c1f;
  font-size: 20px;
  font-weight: 700;
  max-width: 200px;
  margin-bottom: 11px;
  position: relative;
}

.dott {
  position: absolute;
  top: 50%;
  left: -44px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--primary-color);
}
.dott:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-color: var(--primary-color);
}

.prc-sorw ul {
  position: relative;
  padding: 0;
  list-style: none;
}
.prc-sorw ul li {
  display: block;
  font-size: 16px;
  color: var(--text-color-secondary);
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
  padding-right: 70px;
}

.prc-sorw ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: 2px;
  height: 90%;
  background: var(--secondary-shade-1);
}

.consult-text.style2 {
  background-color: #f5f5f5;
  max-width: 1150px;
  padding: 89px 185px 98px 130px;
}

.subsc-form {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.contact-us-form .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.contact-us-form-form-control-wrap {
  position: relative;
}

.subsc-form input {
  height: 56px;
  background-color: #fff;
  color: #83858f;
  font-size: 16px;
  font-weight: 400;
  padding: 0 30px;
  border: 0;
  box-shadow: inherit;
  border: 2px solid #e6e6e6;
}

.cnst-img {
  position: absolute;
  top: -390px;
  right: 195px;
  width: 50%;
  z-index: -1;
}
.cnst-img img {
  width: 100%;
}

#pg-w5c2dc995b68f4-0.panel-no-style,
#pg-w5c2dc995b68f4-0.panel-has-style > .panel-row-style,
#pg-w5c2dc995b68f4-1.panel-no-style,
#pg-w5c2dc995b68f4-1.panel-has-style > .panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 10%;
}

.textwidget h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 31px;
  line-height: 1.3;
}

.subsc-form-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 2% 5%;
}

footer .main-footer .widget-container .textwidget {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 5%;
}

footer .main-footer .widget-container .textwidget .contact-info,
footer .main-footer .widget-container .textwidget .important-links {
  line-height: 30px;
}

footer .main-footer .widget-container .textwidget img {
  width: 180px;
}

footer .main-footer .widget-container .footer-header {
  font-weight: 450;
  font-size: 19px;
}

footer .main-footer .widget-container .textwidget .inputComponent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .main-footer .copyright {
  border-top: 1px solid var(--white);
  padding: 1% 0.5%;
  text-align: end;
}

footer .main-footer .copyright span {
  padding: 0 1rem;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.gallery ul {
  list-style-type: none;
}

div.gallery ul li,
div.gallery li img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.gallery ul li {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin: 5px;
  padding: 5px;
  z-index: 0;
}

div.gallery ul li:hover {
  z-index: 5;
}

div.gallery ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 498px) {
  div.gallery ul {
    list-style-type: none;
    margin: 0;
  }

  footer .main-footer .widget-container {
    padding: 2%;
  }

  footer .main-footer .widget-container .footer-header {
    font-weight: 450;
    font-size: 19px;
    text-align: center;
  }

  footer .main-footer .widget-container .textwidget {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 5%;
    align-items: center;
  }
}

footer
  .main-footer
  .widget-container
  .textwidget
  .inputComponent
  .footer-submit
  .submit {
  width: 35px;
  height: 35px;
  border: 1px solid #c4d8d4;
  text-align: center;
  position: relative;
  background-color: inherit;
  border-radius: 50%;
  cursor: pointer;
}

footer
  .main-footer
  .widget-container
  .textwidget
  .inputComponent
  .footer-submit {
  background: var(--primary-color);
  border: 0;
  cursor: pointer;
}

footer
  .main-footer
  .widget-container
  .textwidget
  .inputComponent
  .footer-submit
  button::after {
  content: "\f061";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

footer .main-footer .widget-container .textwidget .inputComponent input {
  width: 80%;
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #070c1f;
  font-size: 16px;
  font-weight: 400;
  background-color: inherit;
  padding: 0 0 15px;
  border-radius: 0;
}

footer .main-footer .widget-container .textwidget .inputComponent input:focus {
  background-color: inherit;
  color: var(--white);
  box-shadow: none;
}

.modal .modal-content .closeModal {
  position: absolute;
  display: flex;
  width: 3%;
  right: 29px;
  top: 26px;
  z-index: 2;
  color: var(--white);
  font-size: 33px;
  opacity: 0.5;
  align-items: center;
  padding: 0 18px;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  text-shadow: none;
}

.modal .modal-content .closeModal:hover,
.modal .modal-content .closeModal:focus {
  color: var(--white) !important;
  text-decoration: none;
  opacity: 0.9 !important;
  background-color: var(--primary-color) !important;
}

.modal .modal-content .carousel-control {
  position: absolute;
  line-height: 82px;
  height: 60px;
  width: 35px;
  top: 33%;
  background: none;
  transition: 0.2s;
  text-shadow: none;
}

.modal .modal-content .img_producto_container {
  height: 800px;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.modal .modal-content .img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}

.modal .modal-content #slider-fullwidth {
  height: 100%;
}

.modal-lg {
  max-width: 1200px;
}

.tab-content a {
  color: var(--white);
  font-weight: 450;
  letter-spacing: 0.75px;
}

.tab-content a:hover,
.tab-content a:focus {
  color: var(--white);
}

.tab-content .apply {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.about-default-link:before {
  background-color: #273762;
}

.modal .modal-content .img_producto_container .dslc-lightbox-image {
  transform: scale(1);
  transform-origin: 68.7569% 47.9167%;
  width: 100%;
}

.modal-content {
  margin-top: 10px;
}

/* .modal-body {
  width: 100%;
  height: 590px;
} */

.slicks .slick-prev,
.slicks .slick-next {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #dcdcdc;
}

.apply span {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.row1 {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column1 {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column1 img {
  margin-top: 8px;
  vertical-align: middle;
}

#thankyouModal .modal-dialog .modal-content .closeModal {
  position: absolute;
  display: flex;
  width: 2%;
  right: 3%;
  top: 2%;
  z-index: 2;
  color: #afb0b6;
  opacity: 0.5;
  align-items: center;
  padding: 2px 18px;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  text-shadow: none;
  font-size: 1.5rem;
}

#thankyouModal {
  text-align: center;
}

#thankyouModal .modal-content {
  padding: 9%;
}