body {
  font-family: 'Open Sans', sans-serif;
  color: #292B33;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Yantramanav", serif;
  font-weight: 500;
  color: #191C23;
  text-transform: uppercase;
  line-height: 90%;
  margin: 0 0 20px 0;
}
h1, .h1 {
  font-size: 45px;
  color: white;
}
h2, .h2 {
  font-size: 40px;
  font-weight: 600;
  color: #010101;
}
h3, .h3 {

  margin-bottom: 5px;
}
h4, .h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 120%;
}
h5, .h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 120%;
}
h6, .h6 {}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li,
ol li,
p {
  font-size: 16px;
  color: #323232;
  line-height: 140%;
  margin-bottom: 15px;
}
.intro p {
  font-size: 18px;
  line-height: 160%;
}
a {
  color: #1B4381;
  text-decoration: none;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #010101;
}
blockquote {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 25px;
  width: 90%;
}
blockquote svg {
  width: 27px;
  height: 27px;
  color: #F5821F;
  display: block;
}
blockquote p {
  font-style: italic;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative !important;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.bullets li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #1B4381;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  padding-top: 15px;
  justify-content: center;
}
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  box-shadow: 0px 1px 8px rgba(0,0,0,.4);
  position: fixed;
  background: white;
  height: 70px;
  padding-top: 10px;  
}
header .logo { 
  margin-top: 0px;
  margin-top: 3px; 
}
header.smaller .logo { 
  margin-top: 0;
  height: 50px; 
}
header.smaller .navigation {
  padding-top: 13px;
}
header.smaller .navigation.cntc {
  padding-top: 0;
}
header.smaller .srch a,
header.smaller nav ul li a {
  color: #010101;
}
header.smaller .navigation.srch {
  padding-top: 10px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.navigation {
  float: left;
  padding-top: 20px;
  margin-right: 20px;
}
.navigation:last-child {
  padding-top: 0;
  margin-right: 0;
}
.navigation.lngg {
  font-size: 16px;
  color: white;
}
.navigation.lngg a {
    line-height: 130%;
    font-family: "Yantramanav", serif;
    font-size: 16px;
    color: white;
    font-weight: 500;
    border: 1px solid white;
    padding: 1px 6px;
    border-radius: 30px;
    display: block;
    width: 64px;
    height: 25px;
}
.navigation.lngg a::before {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.navigation.lngg a:hover {
    background: #222222;
    border-color: #222222;
    color: white !Important;
}
header.smaller .navigation.lngg a,
#mobile-menu .navigation.lngg a{
    color: #222222;
    border-color: #222222;
}
#mobile-menu .navigation.lngg {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0;
    margin: 0;
}
.navigation.srch {
  padding-top: 17px;
}
.navigation.srch i {
  font-size: 20px;
  color: white;
}
.navigation.cntc {
  padding-left: 10px;
}
.header-navigation {
  display: flex;
  justify-content: flex-end;
}
.srch a {
  font-size: 18px;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.srch a:hover {
  color: #F5821F !important;
}
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer { margin-bottom: 15px; }
footer .ft-container {
  background-color: #1F2124;
  background-image: url(../img/industrial-park.webp);
  background-size: 950px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 80px;
  border-radius: 15px;
}
footer .cta h3 {
  font-size: 32px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .cta p { color: #CDCDCD; }
footer .btns {
  padding-top: 25px;
}
footer .btns a:first-child {
  margin-right: 30px;
}
footer h4 {
  color: white;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
footer h4:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #F5821F;
  position: absolute;
  bottom: 0;
}
footer .btn::before {
  background: #5c5c5c;
}
.ft-nav ul li { margin-bottom: 5px; }
.ft-nav ul li:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  font-size: 12px;
  color: #F5821F;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.ft-nav ul li a {
  font-size: 14px;
  color: #CDCDCD;
}
.ft-nav ul li a:hover,
.ft-contact-nav li a:hover {
  color: #FF7746;
}
.ft-contact-nav li,
.ft-contact-nav li a {
  font-size: 14px;
  color: #CDCDCD;
}
.ft-contact-nav li { 
  padding-left: 20px; 
  position: relative;
}
.ft-contact-nav li:before {
  font-size: 12px;
  color: #F5821F;
  margin-right: 5px;
  top: 4px;
  left: 0;
  position: absolute;
}
ul.social {

}
ul.social li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #C3C3C3;
  background: #2E3033;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
ul.social li a:hover {
  color: white;
  background: #F5821F;
}
.copyright {
  padding-bottom: 15px;
}
.copyright hr {
  border-top: 1px solid #8b8e91;
  margin-bottom: 30px;
}
.copyright a,
.copyright p {
  font-size: 12px;
  color: #CDCDCD;
}
.copyright p strong {
  color: #F5821F;
}
.copyright a { text-decoration: underline; }
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  vertical-align: top;
}
nav ul {
  margin: 0;
}
nav ul li {
  display: inline;
  margin-right: 30px;
  position: relative;
}
nav ul li a {
  font-family: "Yantramanav", serif;
  font-size: 16px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  padding-top: 2px;
  display: inline-block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}
nav ul li a:hover:after,
nav ul li.current-menu-item a:after,
nav ul li.current-page-ancestor a:after {
  width: 100%;
  background: #F5821F;
}
nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a {
  color: white;
} 
nav ul li:last-child {
  margin-right: 0;
}
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 20px 0 0 20px;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 25px;
  color: #2E3033;
  margin-bottom: 10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  transition: all 300ms;
}
#mobile-menu .icon-close:hover {
  color: #F5821F;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
.hamburger {
  color: white;
  float: right;
  font-size: 25px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  transition: all 300ms;
  background: #F5821F;
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.hamburger:hover {
  background: #010101;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul {
  margin-bottom: 15px;
}
#mobile-menu nav ul li a {
  color: #010101;
  padding: 7px 10px;
  display: block;
}
#mobile-menu nav ul li a:hover,
#mobile-menu nav ul li.current-menu-item a,
#mobile-menu nav ul li.current-page-ancestor a  {
  color: #f5821e;
}
#mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
body.open-menu {
  position: relative;
}
body.open-menu .mask-site {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(100%) blur(3px);
  backdrop-filter: saturate(100%) blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: ease.2s;
  -o-transition: ease .2s;
  transition: ease.2s;
}
body.open-menu #mobile-menu {
  box-shadow: -3px 0px 10px rgba(0, 0, 0, .3);;
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mt-site { margin-top: 15px; }
.show-md,
.show-xl,
.show-xxl,
.display-none { display: none; }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.bg-texture-orange {
  background: url(../img/texture-orange.svg) #F5821F;
}
.bg-texture-gray {
  background: url(../img/bg-texture-gray.svg) #f8f8f8;
}
.bg-structure {
  background: url(../img/servicess-bg.webp) no-repeat bottom;
}
.bg-light { background:#F5F5F5 !important; }
.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: #F5821F;
  font-weight: 600;
  border-radius: 50px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 8px 8px 20px;
  width: fit-content;
  z-index: 0;
  overflow: hidden;
  gap: 10px;
  transition: 0.4s;
  min-width: 170px;
  justify-content: space-between;
}
.btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #222222;
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.btn:hover {
  background: #F5821F;
  color: white;
}
.btn:hover::before {
  transform: scale3d(10, 9, 1);
  transform-origin: 110% 55%;
}
.btn i {
  color: white;
  background: #ff9c46;
  font-size: 26px;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
}
.btn:hover i {
  color: white;
  background: #4B4A4A;
  transform: rotate(0deg);
}
.btn.white {
  border: 1px solid white;
  background: rgba(255,255,255,.6);
  color: white;
}
.btn.white i {
  background: white;
  color: #313131;
}
.btn.white:hover {
  border-color: #222222;
}
.btn.dark {
  background: #222222;
}
.btn.dark i {
  background: #4B4A4A;
}
.btn.dark:before {
  background: #3b3b3b;
}
.btn-circle {
  color: white;
  background: #F5821F;
  font-size: 36px;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  transform: rotate(-45deg);
}
.btn-circle:hover {
  color: white;
  background: #4B4A4A;
  transform: rotate(0deg);
}
.more {
  font-size: 12px;
  color: #F5821F;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 300ms;
}
.more:hover,
.more:hover i  {
  color: #010101;
}
.more i {
  font-size: 26px;
  color: #FF7746;
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: 1px;
}
.more:hover i {
  transform: rotate(1deg);
}
.path {
  position: absolute;
  left: 12px;
  top: 0;
  height: 70px;
  width: 257px;
  background: white;
  border-bottom-right-radius: 25px;
  z-index: 1;
}
.path::after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  background: url('../img/corner.svg');
  /*  transform: rotate(180deg);*/
}
.path::before {
  position: absolute;
  left: 0;
  bottom: -25px;
  content: "";
  height: 25px;
  width: 25px;
  background: url('../img/corner.svg');
  /*  transform: rotate(180deg);*/
}
.path.crt {
  position: absolute;
  left: initial;
  right: 12px;
  top: 0;
  width: 205px;
  height: 60px;
  background: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  z-index: 1;
}
.path.crt::before {
  position: absolute;
  left: -25px;
  bottom: initial;
  transform: rotate(90deg);
}
.path.crt::after {
  right: 0px;
  top: initial;
  bottom: -25px;
  transform: rotate(90deg);
}
.path.crb {
  width: 213px;
  height: 91px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 25px;
  right: 0;
  bottom: 0;
  left: initial;
  top: initial;
}
.path.crb::before {
  left: -25px;
  bottom: 0px;
  transform: rotate(180deg);
}
.path.crb::after {
  right: 12px;
  top: -25px;
  transform: rotate(180deg);
}
.subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #F5821F;
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.subtitle:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #F5821F;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rounded15 { 
  border-radius: 15px; 
  overflow: hidden;
}
.intro-txt {
  padding-left: 90px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.intro-txt .subtitle { margin-left:-50px }
.intro-txt .btns a:first-child {
  margin-right: 25px;
}
a.call {
  font-size: 18px;
  color: #323232;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
a.call span {
  font-size: 15px;
  color: #666666;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}
a.call:before {
  content: '';
  background: url(../img/icon-call.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
}
.intro-img .path.crt {
  width: 175px;
  height: 215px; 
  right: 0;
}
.card-years {
  width: 160px;
  height: 200px;
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.card-years .year-numb {
  font-family: "Yantramanav", serif;
  font-size: 60px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 5px;
  color: white;
}
.card-years .year-numb:before {
  content: '+ ';
  position: relative;
  left: -29px;
  top: 16px;
}
.card-years .year-txt p {
  font-size: 15px;
  color: white;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
} 
.item-num {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.item-num .year-numb {
  font-family: "Yantramanav", serif;
  font-size: 70px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 5px;
  color: #F5821F;
  margin-right: 20px;
}
.item-num .year-numb:before {
  content: '+ ';
  position: relative;
  left: -40px;
  top: 16px;
}
.numerals .item-num {
  padding-top: 50px;
  padding-bottom: 40px;
} 
.banner {
  padding: 80px 50px 160px 40px;
  text-align: center;
}
.banner p {
  font-size: 24px;
  color: white;
  font-weight: 600;
}
.banner .isotipo {
  margin-bottom: 20px;
}
.banner p strong {
  color: #F5821F;
}
.banner .path {
  border-radius: 15px 15px 0 0;
  width: 445px;
  height: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: initial;
}
.banner .path::before {
  height: 15px;
  width: 15px;
  left: -15px;
  bottom: 0;
  transform: rotate(180deg);
}
.banner .path::after {
  right: -15px;
  height: 15px;
  top: initial;
  width: 15px;
  bottom: 0;
  transform: rotate(270deg);
}
.banner .btns {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 425px;
  z-index: 2;
}
.banner .btns ul {
  text-align: center;
  margin-bottom: 0;
}
.banner .btns ul li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0;
}
.banner .btns ul li a {
  min-width: 197px;
}
.banner .btns ul li:last-child { margin-right:0; }
.card-service {
  background: white;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  height: 420px;
  margin: 0 15px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  transition: all 300ms;
  position: relative;
}
.card-service .icono {
  display: block;
  margin: 0 auto 40px auto;
}
.card-service p {
  color: #666666;
}
.card-service:hover .more i {
  transform: rotate(1deg);
}
.card-service:hover {
  background: rgba(0,0,0,.5);
}
.card-service:hover h4,
.card-service:hover p {
  color: white;
}
.card-service .more:hover,
.card-service .more:hover i {
  color: white;
}
.card-service .img-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  overflow: hidden;
}
.stage-medium { 
  height:170px; 
  position: relative;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.stage-medium:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, .30);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.stage-medium .path {
  left: 0;
}
.stage-medium .path.crt {
  right: 0;
  left: initial;
}
.stage-medium .caption {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  text-align: center;
}
.stage-medium h1 { 
	color:white; 
	margin-bottom: 0;
}
.brdcrmb { 
  opacity: 0;
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px 0 20px;
  border-radius: 10px 10px 0 0;
    --r: 10px;
  border: var(--r) solid #0000;
  border-bottom: 0;
  border-radius: calc(2* var(--r)) calc(2* var(--r)) 0 0;
  mask: radial-gradient(100% 100% at 0 0, #0000 98%, #ffffff) 0 100% / var(--r) var(--r), radial-gradient(100% 100% at 100% 0, #0000 98%, #ffffff) 100% 100% / var(--r) var(--r), linear-gradient(#ffffff 0 0) padding-box;
  mask-repeat: no-repeat;
  background: white;
}
.brdcrmb,
.brdcrmb span,
.brdcrmb a {
  font-size: 12px;
  color: #666666;
}
.brdcrmb a:hover span {
  color: #010101;
}
.service-single-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.service-single-img img {
  width: 100%;
}
.icono-single-service {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.icono-single-service img {
  width: 60px;
}
.service-single-img .path {
  left: 0;
  top: 0;
  height: 115px;
  width: 115px;
}
.bullets li {
  position: relative;
  padding-left: 25px;
}
.bullets li:before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  color: #F5821F;
  position: absolute;
  left: 0;
}
.sectors { padding: 40px; }
ul.sect {
  text-align: center;
}
ul.sect li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  padding: 0;
}
ul.sect li:before { content: none; }
ul.sect li .icono {
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  box-shadow: 0 0 20px rgba(0,0,0,.10);
}
.card-single-img  {
  height: 400px;
  position: relative;
}
.card-single-img:before {
  content: '';
  background: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.card-single-img img {
  transition: 0.5s;
}
.card-single-img:hover:before {
  opacity: 1;
}
.card-single-img:hover img {
  transform: scale(1.1);
}
.row-service .icono-single-service {
  margin-bottom: 30px;
}
.row-service { padding-bottom: 40px; }
.row-service h2 { 
  text-transform: none; 
  margin-bottom: 15px;
}
.row-service .btn { margin-top:20px; }
.row-service .txt {
  padding-left: 55px;  
  flex-flow: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.sector-item {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.sector-item .txt {
  margin-left: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.sector-item .txt p { 
  color: #666666;
  font-weight: 600;
  margin-bottom: 0px; 
}
.sector-item .txt h4 { 
  margin-bottom: 0; 
  text-transform: none;
}
.card-project {
  padding-bottom: 40px;
}
.card-project img {
  transition: 0.5s;
} 
.card-project:hover img {
  transform: scale(1.1);
}
.card-project .project-img:hover:before {
  opacity: 1;
}
.card-project .project-img {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.card-project .project-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.card-project .project-desc {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  margin: -70px 30px 0 30px;
  position: relative;
  z-index: 1;
  transition: all 300ms;
  min-height: 156px;
}
.card-project:hover .project-desc {
  background: #f5f5f5;
}
.card-project .project-desc h3 { margin-bottom:5px; }
.card-project .project-desc strong {
  color: #F5821F;
}
.card-project .project-desc p { margin-bottom:0; }
.card-project .project-desc .btn-circle {
  position: absolute;
  top: -28px;
  right: 30px;
}
.projects .card-project  {
  padding: 0 15px 20px 15px;
}
.bg-projects:before {
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
}
.process {
  padding: 60px;
}
.process ol {
  list-style: none;
  counter-reset: item;
  padding-top: 60px;
  text-align: center;
 }
.process li {
  vertical-align: top;
  font-size: 18px;
  color: #010101;
  font-weight: 600;
  counter-increment: item;
  margin-bottom: 5px;
  background: #f5f5f5;
  width: 170px;
  height: 170px;
  border: 12px solid white;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-right: 100px;
}
.process li:last-child {
  margin-right: 0;
}
.process li:after {
  content: '';
  border: 3px dashed #F5821F;
  position: absolute;
  top: -13px;
  right: -13px;
  bottom: -13px;
  left: -13px;
  border-radius: 100px;
}
.process li:before {
  content: "0" counter(item);
  border-radius: 100%;
  color: white;
  display: flex;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #F5821F;
  border: 3px solid white;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  top: -50px;
  left: -10px;
  z-index: 1;
}
.process li i.arrow {
  display: block;
  position: absolute;
  width: 110px;
  height: 75px;
  background: url(../img/process-arrow.svg) no-repeat;
  background-size: contain;
  bottom: -60px;
  right: -130px;
}
.process li i.arrow.top {
  background: url(../img/process-arrow-top.svg) no-repeat;
  top: -80px;
  bottom: initial;
  right: -110px;
}
.whatsapp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: all 0.5s ease 0s;
  z-index: 200;
  text-decoration: none !important;
  background-color: #F5821F;
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.whatsapp:hover {
  color: white;
  background: #4B4A4A;
}
.intro-about {
  height: 630px;
}
.intro-about .card-years {
  width: 245px;
  height: 320px;
}
.intro-about.intro-img .path.crt {
  width: 275px;
  height: 365px;
} 
.intro-about.intro-img .path.crt:after {
  left: -15px;
  top: initial;
  bottom: 44px;
  height: 15px;
  width: 15px;
  transform: rotate(180deg);
}
.intro-about.intro-img .path.crt::before {
  height: 15px;
  width: 15px;
  left: -15px;
}
.intro-about.intro-img .path.crb {
  border-top-left-radius: 15px;
}
.intro-about.intro-img .path.crb::before {
  left: -15px;
  width: 15px;
  height: 15px;
}
.intro-about.intro-img .path.crb {
  width: 350px;
  height: 310px;
}
.intro-about.intro-img .first-image {
  width: 400px;
}
.intro-about.intro-img .second-image {
  width: 320px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
} 
.intro-about.intro-img .card-years .year-numb {
  font-size: 90px;
  margin-bottom: 20px;
}
.intro-about.intro-img .card-years p {
  font-size: 16px;
}
.txt-about ul li {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.card-white {
    background: white;
    padding: 20px;
}
.card-white iframe { 
    border: 0;
    border-radius: 10px;
}
.wpcf7-form-control.wpcf7-captchar {
	width: 100px;
}
.wp-block-image img {
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
p.date {
    text-transform: capitalize;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}
.single-post a {
    color: #F5821F;
}
.single-post a:hover {
    text-decoration: underline;
}
.single-post blockquote {
    width: 100%;
}
.single-post ul li {
    margin-bottom: 5px;
}
.sidebar-blog h4 {
    font-weight: 500;
    margin-bottom: 25px;
}
.sidebar-blog ul {
    margin-bottom: 0;
}
.sidebar-blog ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
.sidebar-blog ul li span.rpwwt-post-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #191C23;
    line-height: 120%;
    display: block;
    font-weight: 600;
    padding-top: 5px;
}
.sidebar-blog ul li span.rpwwt-post-title:hover {
    color: #F5821F;
    text-decoration: none;
}
.sidebar-blog ul li img {
    border-radius: 10px;
}
.sidebar-blog ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}
.sidebar-blog a:hover {
    text-decoration: none;
}
.sidebar-blog .rpwwt-post-date {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    display: block;
}
.card-post {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 310px;
}
.card-post img {
    transition: 0.5s;
}
.card-post:hover img {
    transform: scale(1.1);
}
.card-post .icono-single-service {
    width: 70px;
    height: 90px;
}
.card-post .icono-single-service span {
    display: block;
    font-size: 19px;
    color: white;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
}
.card-post .path {
    left: 0;
    top: 0;
    height: 105px;
    width: 85px;
}
/*////////////////////////
///       Sidebar     ////
////////////////////////*/
.sidebar {
  border-radius: 15px;
  background: #f5f5f5;
  padding: 35px 30px 40px 30px;
}
.sidebar h3 {
  margin-bottom: 30px;
}
.sidebar ul.menu {
  margin-bottom: 40px;
}
.sidebar ul.menu li {
  margin-bottom: 10px;
}
.sidebar ul.menu li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  background: white;
  border-radius: 5px;
  padding: 14px 40px 14px 20px;
  position: relative;
  transition: all 300ms;
} 
.sidebar ul.menu li a:before {
  content: "\f135";
  font-family: bootstrap-icons !important;
  color: white;
  background: #FF7746;
  font-size: 20px;
  border-radius: 50px 50px 50px 50px;
  z-index: 2;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li.current-menu-item a {
  color: white;
  background: #323232;
}
.sidebar ul.menu li a:hover:before,
.sidebar ul.menu li.current-menu-item a:before {
  background: #4B4A4A;
  transform: rotate(0deg);
}
.sidebar .sdbr-cta {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.contaier-contact {
  padding: 60px;
  border-radius: 15px;
  background: white;
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 30px rgba(0,0,0,.15);
  position: relative;
  z-index: 1;
}
.card-contact-info {
  border-radius: 5px;
  background: #F8F8F8;
  min-height: 185px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.card-contact-info a {
	color: #323232;
}
.card-contact-info .info-icono {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.card-contact-info .info-txt {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.card-contact-info .info-txt h4 {
  text-transform: none;
  margin-bottom: 5px;
}
.card-contact-info .info-txt p {
  font-size: 15px;
  margin-bottom: 0;
}
.map iframe {
  width: 100%;
  height: 440px;
  border-radius: 15px;
}
.form-contrator-suppliers i,
.contaier-contact i {
  font-size: 12px;
}
.fancybox-nav span {
    visibility: visible !important;
}
span.current {
    font-family: "Yantramanav", serif;
    position: absolute;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    font-size: 14px;
    background: white;
    color: #191C23;
    top: 10px;
    left: 10px;
    padding: 3px 5px 2px 5px;
    border-radius: 10px;;
}
/*////////////////////////
///      Accordeon    ////
////////////////////////*/
.accordion {
  padding: 30px 30px 20px 30px;
  border-radius: 15px;
}
.accordion.ab {
  padding: 0;
}
.accordion.ab .accordion-button {
  background: #f5f5f5;
}
.accordion.ab .accordion-body {
  background: #f5f5f5;
}
.accordion .accordion-button {
  background: white;
  font-size: 18px;
  color: #323232;
  font-weight: 500;
  padding: 12px  20px 12px 30px;
  border-radius: 10px !important;
}
.accordion .accordion-button:after {
  font-family: bootstrap-icons !important;
  content: "\f124";
  color: #F5821F;
  background-image: none;
  font-size: 30px;
  height: auto;
  width: auto;
}
.accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
  background: transparent;
}
.accordion .accordion-body {
  background: white;
  padding: 30px;
  border-radius: 0 0 15px 15px;
}
.accordion .accordion-button:not(.collapsed) {
  color: white;
  box-shadow: none;
  background: #F5821F;
  border-radius: 10px 10px 0 0 !important;
}
.accordion .accordion-button:not(.collapsed):after {
  color: white;
}
/*////////////////////////
///      Lightbox     ////
////////////////////////*/
.fancybox-close { 
  background: none !important;
  background-color: #F5821F !important;
  border-radius: 40px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: bold;
}
.fancybox-close:hover {
  background-color: #323232 !important;
}
.fancybox-close:before {
  font-family: bootstrap-icons !important;
  content: "\f5ee";
}
/*////////////////////////
///     Pagination    ////
////////////////////////*/
.pagination {
	display: flex;
	justify-content: center;
}
ol.wp-paginate li {
	margin-right: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.wp-paginate a,
.wp-paginate span {
    background: #4B4A4A;
    border: 0 none !important;
    color: white;
    margin-right: 0px !important;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
	vertical-align: top;
}
.wp-paginate .current {
	position: initial;
	background: #F5821F !important;
}
.wp-paginate .prev, 
.wp-paginate .next {
    background: none;
    font-size: 25px;
}
.wp-paginate .prev:hover, 
.wp-paginate .next:hover {
	background: none !important;
}
/*////////////////////////
///       Slick       ////
////////////////////////*/
.herobanner .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 12px;
  left: 12px;
  padding-bottom: 100px;
}
.herobanner .caption em {
  font-size: 28px;
  color: white;
  font-weight: normal;
  line-height: 120%;
  font-style: normal;
}
.herobanner .caption strong {
  font-size: 70px;
  color: white;
  font-weight: normal;
  line-height: 80%;
  margin-bottom: 10px;
}
.herobanner .caption p {
  font-size: 17px;
  color: white;
  font-weight: 600;
  line-height: 160%;
}
.herobanner .caption .herobanner-btns {
  padding-top: 25px;
  display: flex;
}
.herobanner .caption .herobanner-btns a:first-child {
  margin-right: 30px;
}
.herobanner .slider-for .img-cover {
  height: calc(100vh - 30px);
  display: flex;
  align-items: center;
}
.herobanner .slider-for .img-cover:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.30);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.herobanner .slider-for {
  border-radius: 25px;
  overflow: hidden;
}
.herobanner .slider-for .slick-slide {
 height: calc(100vh - 30px);
}
.herobanner .page-scroll {
  font-family: "Yantramanav", serif;
  color: white;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
}
.herobanner .page-scroll i {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.slider-nav {
  position: absolute;
  right: 12px;
  bottom: 0;
  z-index: 2;
}
.slider-nav .slick-slide {
  width: 80px !important;
  height: 80px;
  border: 6px solid #D9D9D9;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-right: -25px;
  cursor: pointer;

}
.slider-nav .slick-slide:nth-child(1) {
  z-index: 3;
} 
.slider-nav .slick-slide:nth-child(2) {
  z-index: 2;
} 
.slider-nav .slick-slide:nth-child(3) {
  z-index: 1;
} 
.slider-nav .slick-slide.slick-current {
  border-color: #666666;
}
.slider-nav .slick-slide.slick-current .img-cover:before {
  content: none;
}
.slider-nav .slider-nav-item.img-cover {
  width: 80px !important;
  height: 80px;
}
.slider-nav .slider-nav-item.img-cover:before {
  content: '';
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slider-nav .slick-list {
  padding: 0 0 0 0 !important;
}
.slider-nav .slick-list .slick-track {
  width: 190px !important;
  transform: none ! important;
  margin-left: initial !important;
  margin-right: initial !important;
}
.slick-dots li { width: 15px }
.slick-dots li button {
  width: 15px;
  height: 6px;
  background: #D9D9D9;
  border-radius: 4px;
  transition: all 300ms;
}
.slick-dots li.slick-active { width:25px; }
.slick-dots li.slick-active button {
  width: 25px;
  background: #F5821F;
}
.slick-dots li button:before { content: none; }
.slick-dots { bottom: -45px; }
.slick-prev, 
.slick-next {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 60px;
  box-shadow: 0 0 15px rgba(0,0,0,.10);
  z-index: 4;
  transition: all 300ms;
}
.slick-prev:before, 
.slick-next:before {
  font-family: bootstrap-icons !important;;
  font-size: 36px;
  color: #F5821F;
  opacity: 1;
} 
.slick-prev:focus, 
.slick-next:focus { background:white; } 
.slick-prev:hover, 
.slick-next:hover {
  background: #222222;
}
.slick-prev:hover:before, 
.slick-next:hover:before {
  color: white;
} 
.slick-next:before {
  content: "\f135";
}
.slick-prev:before {
  content: "\f12c";
} 
.projects .slick-prev, 
.projects .slick-next {
  right: -100px;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.projects .slick-next {
  top: calc(50% - 80px);
}
.clients .slick-slide img {
  margin: 0 auto;
}
/*////////////////////////
///      Counter       ///
////////////////////////*/
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.count {
  counter-reset: num var(--tonum);
}
.count::after {
  content: counter(num);
}
.zero {
  counter-reset: num var(--num);
}
.anim {
  animation: counter 1s forwards ease-out 0.5s;
}
@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: var(--tonum);
  }
}
@media (prefers-reduced-motion: reduce) {
  div {
    animation: none !important;
  }
}
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { 
  margin-bottom: 10px; 
  font-size: 15px;
  font-weight: 600;
}
.wpcf7-radio label {
  font-weight: normal;
  font-size: 16px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 15px;
  color: #010101;
  background: #F5F5F5;
  border: none;
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 5px;
}
textarea {
  height: 200px;
}
select {
  font-size: 15px;
  color: #666666;
  background: url(../img/select-arrow.svg) no-repeat right #F8F8F8;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit] {
  width: 200px;
  height: 50px;
  background: #222222;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;  
  float: right;
  transition: all 300ms;     
}
input[type=submit]:hover {
  background: #CCCCCC;
}
input[type="file"] {
  font-size: 13px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
.wpcf7-list-item label {
	font-weight: 400;
}
.wpcf7-list-item input[type="checkbox"] {
    margin-right: 3px;
}
.card-white p { margin-bottom: 0; }
.fw-400 { font-weight: 400; }
.h-40 { height: 40px; }
.w-120 { width: 120px !important; }
.df p { display: flex; }
::-webkit-input-placeholder { 
  font-size: 15px;
  color: #666666;
}
:-moz-placeholder { 
  font-size: 15px;
  color: #666666;;
}
::-moz-placeholder { 
  font-size: 15px;
  color: #666666;;
}
:-ms-input-placeholder { 
  font-size: 15px;
  color: #666666;
}
.politics {
  font-size: 12px;
  color: #666666;
}
.politics:hover {
  color: #313131;
  text-decoration: underline;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: -15px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "tessin";
  src:url("../fonts/tessin.eot");
  src:url("../fonts/tessin.eot?#iefix") format("embedded-opentype"),
      url("../fonts/tessin.woff") format("woff"),
      url("../fonts/tessin.ttf") format("truetype"),
      url("../fonts/tessin.svg#tessin") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "tessin" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "tessin" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-menu:before {
  content: "\62";
}
.icon-close:before {
  content: "\65";
}
.icon-globe:before {
  content: "\67";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) { 

}
@media screen and (max-width: 1365px) {
  nav ul li { margin-right: 9px; }
  .navigation { margin-right: 15px;}
}
@media screen and (max-width: 1199px) {
  .process ol {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .process ol li {
    margin-right: 0;
    margin-bottom: 100px;
  } 
  .process ol li:last-child { margin-bottom:0; }
  .process li i.arrow {
    transform: rotate(90deg);
    right: 115px;
    bottom: -75px;
  }
  .process li i.arrow.top {
    top: initial;
    bottom: -100px;
    right: -75px;
  }
  .show-xxl { display: inline-block !important; }
  .hide-xxl { display: none !important; }
  .stage-medium .path.crt,
  .herobanner .path.crt {
    width: 60px;
    height: 60px;
  }
  .reverse-xl .col-a { order: 2; }
  .reverse-xl .col-b { order: 1; }
  .contact-box { padding-bottom: 40px; }
  #intro .btns {
    flex-flow: column;
  }
  #intro .btns a:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
  ul.sect li { width: 40%; }
  .intro-txt { 
    padding-left:15px; 
    padding-top: 0;
  }
  .intro-txt .subtitle { margin-left: 0; }
  .projects .slick-prev { left: 0px; }
  .projects .slick-next { right: 0px; }
  .projects .slick-prev,
  .projects .slick-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: calc(50% - 100px);
  }
  .card-project .project-desc { padding: 30px 20px; }
  .intro-about.intro-img .path.crt,
  .intro-about.intro-img .path.crb, 
  .intro-about.intro-img .first-image { display: none; }
  .intro-about .card-years,
  .intro-about.intro-img .second-image { width:100%; }
}
@media screen and (max-width: 768px) {  }  
@media screen and (max-width: 767px) {
  h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { }
  p,
  ul li,
  ol li { font-size: 15px; }
  .intro p { font-size: 17px; }
  .hide-md { display: none !important; }
  .show-md { display: block; }
  .hide-xs { display: none !important; }
  .reverse-md .col-a { order: 2; }
  .reverse-md .col-b { order: 1; }
  .row-service .txt { 
    padding-top: 0;
    padding-left: 15px; 
    margin-top: -50px;
    margin-left: 15px;
  }
  .card-single-img { height: 300px; }
  .process { padding: 40px 20px; }
  ul.sect li { width: 100%; }
  .sidebar { margin-top: 40px; }
  .mt-site { margin-top: 85px; }
  .stage-medium { 
    height: 120px;
    border-radius:25px; 
	align-items: center;
  }
  .brdcrmb,
  .stage-medium .path { display:none; }
  .stage-medium .caption { padding-bottom:0; }
  .service-single-img .path {
    height: 70px;
    width: 70px;
  }
  .icono-single-service {
    width: 60px;
    height: 60px;
  }
  .icono-single-service img {
    width: 40px;
  }
  footer .cta h3 { font-size: 20px; }
  footer .btns {
    flex-flow: column;
  }
  footer .btns a:first-child {
    margin-bottom: 30px;
  }
  .herobanner .slider-for .img-cover,
  .herobanner .slider-for .slick-slide { height: 400px; }
  .herobanner .caption p { line-height:130%; }
  .herobanner .caption em { font-size: 18px; }
  .herobanner .caption strong { font-size: 30px; }
  .herobanner .caption { padding-bottom: 20px; }
  .slick-prev { left: 0px; }
  .slick-next { right: 0px; }
  .banner { padding: 20px; }
  .banner p { font-size: 16px; }
  .item-num .year-num { font-size: 50px; }
  .card-project .project-img { height: 300px; }
  .card-project .project-desc { margin: -30px 15px 0 15px; }
  .accordion { padding: 10px; }
  .accordion .accordion-body { padding: 20px 10px; }
  .item-num .year-numb { font-size:40px; }
  .numerals .item-num {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .item-num .year-numb:before {
    content: '+ ';
    position: relative;
    left: -25px;
  }
  .txt-about ul li { width:100%; }
  .intro-about .card-years {
    width: 160px;
    height: 200px;
  }
  .intro-about.intro-img .card-years .year-numb { 
    font-size:60px; 
    margin-bottom: 5px;
  }
  .intro-about.intro-img .card-years p { font-size:12px; }
  .txt-about { padding-top: 0; }
  .intro-about { height: 315px; }
  .contaier-contact {
    padding: 0;
    border-radius: 0;
    background: white;
    border: none;
    box-shadow: none;
    margin-top: 0;
  }
  .card-contact-info {
	min-height: 100px;
    padding: 10px;	
  }
  .contact-box {
	padding-bottom: 0;
   }
}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}