header {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
header .col {
  position: relative;
}
header h1.logo {
  margin-bottom: 0;
}
header h1.logo a {
  display: block;
}
header h1.logo a img {
  max-width: 100%;
}
header nav.menu {
  margin-bottom: 0;
}
header nav.menu a {
  font-size: 14px;
  font-family: "Cera Medium";
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  position: relative;
}
header nav.menu a:hover:after, header nav.menu a.active:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -3px;
  background-color: #E0263A;
  height: 6px;
  width: 6px;
  border-radius: 100%;
}

/* Menu Mobile
============================================================ */
.menuMobile {
  position: absolute;
  padding: 15px;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
}
.menuMobile h2.logo {
  margin-bottom: 0;
}

.navigation #BodyContent {
  pointer-events: none;
}

#mobile {
  width: 100%;
  position: relative;
}

#BodyContent {
  background: linear-gradient(to bottom, #131110 0%, #403836 100%);
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: visible;
  transition: all 0.3s ease-in;
}

#burgerBtn {
  display: none;
  border-top: 2px solid #E0263A;
  height: 18px;
  width: 25px;
  box-sizing: border-box;
  position: fixed;
  z-index: 30;
  right: 20px;
  top: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#burgerBtn:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: #E0263A;
  top: 6px;
  transition: all 0.3s ease-in;
}
#burgerBtn:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: #E0263A;
  bottom: 0;
  transition: all 0.3s ease-in;
}

#nav {
  position: absolute;
  z-index: 10;
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  overflow: hidden;
  padding: 0;
}
#nav li {
  padding-left: 20px;
  margin: 30px 0;
  transition: all 0.6s ease-in;
  position: relative;
}
#nav li a {
  display: block;
  font-size: 22px;
  font-family: "Cera Medium";
}
#nav li a.active:after {
  content: "";
  position: absolute;
  left: 5px;
  margin-left: -3px;
  background-color: #E0263A;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  top: 6px;
}

.navigation {
  overflow: hidden;
  height: 100vh;
}
.navigation #nav li {
  width: 100vw;
  margin-left: 0;
}
.navigation #burgerBtn {
  border-color: transparent;
}
.navigation #burgerBtn:before {
  -khtml-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  left: -2px;
}
.navigation #burgerBtn:after {
  -khtml-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 9px;
  width: 30px;
  left: -2px;
}

.navigation #BodyContent {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -khtml-transform: scale(0.85);
  transform: scale(0.85);
  visibility: hidden;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  header .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .menuMobile {
    display: block;
  }
  #burgerBtn {
    display: block;
  }
  header {
    height: 70px;
  }
  header h1.logo {
    position: fixed;
    left: 15px;
    top: 15px;
  }
  header nav.menu {
    display: none;
  }
}
@media (max-width: 478px) {
  header .btn {
    display: none;
  }
}
section.hero {
  background: url("../images/bghero.png"), linear-gradient(to bottom, #131110 0%, #403836 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 80px 0;
}
section.hero.contcenter {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero.contcenter h2 {
  margin: 0 auto 20px;
  max-width: 880px;
}
section.hero.contcenter h3 {
  margin: 0 auto 30px;
  max-width: 500px;
}
section.hero.contcenter h3.textLarge {
  max-width: 1000px;
}
section.hero h2 {
  font-size: 70px;
  font-family: "Cera Bold";
  line-height: 70px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
section.hero h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
section.hero .tagcolor {
  margin-bottom: 20px;
}
section.hero.heroHome {
  padding: 68px 0 130px 0;
}
section.hero.heroHome .imgHome {
  display: block;
  position: relative;
  top: 0px;
  left: -100px;
}
section.hero.heroHome .buttons a {
  margin-right: 15px;
}
section.hero.heroHome .buttons a:last-child {
  margin-right: 0;
}

section.secOurServices {
  padding: 0 15px 0px 15px;
  position: relative;
  top: -60px;
  height: 320px;
}
section.secOurServices span.img {
  border-radius: 16px;
  display: block;
  height: 350px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcolor {
  background: linear-gradient(#131110, #131110) padding-box, linear-gradient(to right, #E0263A, #C0A827) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Cera Medium";
  color: #FFFFFF;
  padding: 0 20px;
  line-height: 30px;
}

/* Responsive
============================================================ */
@media (max-width: 1400px) {
  section.hero h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  section.hero h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  section.hero h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  section.hero {
    background-attachment: initial;
  }
  section.hero.contcenter {
    padding: 80px 0 60px 0;
  }
  section.hero h2 {
    font-size: 47px;
    line-height: 50px;
    padding: 0 15px;
  }
  section.hero h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
  }
  section.hero.heroHome {
    text-align: center;
  }
  section.hero.heroHome .buttons {
    justify-content: center;
  }
  section.hero.heroHome .text {
    position: relative;
    top: 40px;
  }
  section.hero.heroHome .btn {
    margin-bottom: 20px;
  }
  section.hero.heroHome span.imgHome {
    left: -10%;
    top: 60px;
  }
  section.hero.heroHome span.imgHome img {
    max-width: 120%;
  }
  section.secOurServices span.img {
    height: 200px;
    margin-bottom: 10px;
  }
}
@media (max-width: 478px) {
  section.hero h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 0px 15px;
  }
}
.separatorSymbol {
  display: block;
  position: relative;
  height: 46px;
  margin-bottom: 0px;
}
.separatorSymbol:after {
  background-image: url("../images/linefooter.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 1px;
  width: 1440px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  max-width: 100%;
}
.separatorSymbol:before {
  background-image: url("../images/symbolfooterRed.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 31px;
  width: 46px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -23px;
}

section.secproject.secprojectHome {
  background-color: #221E1C;
  position: relative;
}
section.secproject.secprojectHome:after {
  position: absolute;
  top: -120px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 120px solid #221E1C;
  border-left: 200vw solid transparent;
}

section.homeImageFold {
  background-image: url("../images/imgHomeBig.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 280px;
  text-align: center;
  min-height: 700px;
  position: relative;
}
section.homeImageFold:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 150px solid #221E1C;
  border-right: 200vw solid transparent;
}
section.homeImageFold h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
  max-width: 800px;
  margin: 0 auto 30px;
}
section.homeImageFold p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto 0px;
  max-width: 700px;
}

section.secVideo.secLine {
  position: relative;
}
section.secVideo.secLine:after {
  content: "";
  background-image: url("../images/bgdiagonal.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: 1504px;
  width: 120%;
  z-index: -1;
}
section.secVideo h3 {
  font-size: 54px;
  font-family: "Cera Medium";
  line-height: 54px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
section.secVideo span.video img {
  max-width: 100%;
}
section.secVideo .item {
  padding-left: 20px;
  position: relative;
}
section.secVideo .item:after {
  background-color: #E0263A;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 2px;
}
section.secVideo .item h4 {
  font-size: 26px;
  font-family: "Cera Medium";
  line-height: 30px;
  margin-bottom: 10px;
}
section.secVideo .item p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 90%;
}

#BodyContent main .owl-nav button {
  background: transparent !important;
  top: auto;
  bottom: -40px;
  left: 11px;
  right: 0;
  width: 24px;
  position: relative;
}
#BodyContent main .owl-nav button span {
  font-size: 25px;
}

section.secTestimonials.secTestimonialsHome {
  background-color: transparent;
}

section.SecAwall {
  text-align: center;
  padding-bottom: 60px;
}
section.SecAwall .bg {
  background-image: url("../images/bgHome.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
  padding: 120px 0 40px 0;
}
section.SecAwall .bg:before {
  content: "";
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 140px solid #010101;
  border-left: 200vw solid transparent;
  z-index: -1;
}
section.SecAwall .bg h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
  margin: 0 auto 30px;
  max-width: 1100px;
}
section.SecAwall .bg p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto 40px;
  max-width: 700px;
}
section.SecAwall .bg .btn {
  margin: 0 5px;
}
section.SecAwall span.img {
  display: inline-block;
  position: relative;
  top: 0;
}
section.SecAwall span.img img {
  max-width: 100%;
}

section.secExpectations {
  padding: 60px 0;
}
section.secExpectations h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
section.secExpectations p {
  font-size: 20px;
  line-height: 26px;
  max-width: 600px;
}
section.secExpectations p.contcenter {
  margin: 0 auto 60px;
}
section.secExpectations .item {
  margin-bottom: 20px;
  padding: 0px 15px;
}
section.secExpectations .item p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}
section.secExpectations .item .contProfile .images {
  padding-right: 10px;
}
section.secExpectations .item .contProfile .images span.profile {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
}
section.secExpectations .item .contProfile .images span.profile img {
  max-width: 100%;
}
section.secExpectations .item .contProfile .images span.profile:nth-child(2) {
  margin-left: -10px;
}
section.secExpectations .item .contProfile h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: left;
}
section.secExpectations .item .contProfile p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}
section.secExpectations .moreInfo {
  padding-top: 80px;
  text-align: center;
}
section.secExpectations .moreInfo .text {
  text-align: left;
}
section.secExpectations .moreInfo span.img {
  display: block;
  top: 0;
}
section.secExpectations .moreInfo span.img img {
  max-width: 100%;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  section.homeImageFold {
    background-attachment: inherit;
    min-height: 600px;
    padding-top: 120px;
  }
  section.homeImageFold:before {
    border-top: 80px solid #221E1C;
  }
  section.homeImageFold:after {
    border-bottom: 80px solid #221E1C;
  }
  section.homeImageFold h3 {
    font-size: 40px;
    line-height: 46px;
  }
  section.homeImageFold p {
    font-size: 17px;
  }
  section.secproject.secprojectHome:after {
    top: -80px;
    border-bottom: 80px solid #221E1C;
  }
  section.secVideo h3 {
    font-size: 40px;
    line-height: 46px;
  }
  section.secVideo .item h4 {
    font-size: 20px;
    line-height: 22px;
  }
  section.secVideo .item p {
    font-size: 17px;
  }
  section.secVideo .video {
    top: 40px;
  }
  section.SecAwall .bg {
    padding: 0px 0 50px 0;
  }
  section.SecAwall .bg:after {
    top: -90px;
  }
  section.SecAwall .bg h3 {
    font-size: 40px;
    line-height: 46px;
    padding-top: 20px;
  }
  section.SecAwall .bg p {
    font-size: 17px;
  }
  section.secExpectations {
    text-align: center;
  }
  section.secExpectations h3 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  section.secExpectations p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  section.secExpectations .item {
    margin-bottom: 60px;
  }
  section.secExpectations .item .contProfile {
    justify-content: center;
  }
  section.secExpectations .moreInfo {
    padding-top: 40px;
  }
  section.secExpectations .moreInfo .text {
    text-align: center;
  }
}
section.services {
  padding: 40px 0;
}
section.services h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
}
section.services p {
  margin-bottom: 40px;
  max-width: 450px;
}
section.services .item {
  background-size: cover;
  background-position: center;
  height: 600px;
  border-radius: 24px;
  position: relative;
}
section.services .item:after {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.services .item .info {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  z-index: 1;
}
section.services .item .info h4 {
  font-size: 22px;
  line-height: 28px;
  max-width: 80%;
}
section.services .item .info p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}
section.services .item .info span.icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  display: block;
  line-height: 30px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-bottom: 10px;
  font-size: inherit;
}
section.services .item .info span.icon img {
  display: inline-block;
  width: auto;
}
section.services .itemLine {
  padding-left: 20px;
  position: relative;
  margin: 20px 0 40px 0;
}
section.services .itemLine:after {
  background-color: #E0263A;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
}
section.services .itemLine h4 {
  font-size: 26px;
  font-family: "Cera Medium";
  line-height: 26px;
}
section.services .itemLine p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

section.secBusiness {
  padding: 40px 0 60px 0;
}
section.secBusiness h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
}
section.secBusiness p {
  margin-bottom: 40px;
  max-width: 450px;
}
section.secBusiness .item {
  margin-bottom: 30px;
}
section.secBusiness .item span.img {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all ease-in 0.3s;
}
section.secBusiness .item span.img:hover {
  transform: scale(1.01);
}
section.secBusiness .item span.img:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.secBusiness .item span.img img {
  max-width: 100%;
  min-width: 100%;
}
section.secBusiness .item h4 {
  font-size: 22px;
  line-height: 28px;
  max-width: 80%;
}
section.secBusiness .item p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 90%;
}
section.secBusiness .item span.icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  display: block;
  line-height: 30px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-bottom: 10px;
  font-size: inherit;
}
section.secBusiness .item span.icon img {
  display: inline-block;
  width: auto;
}

section.secProjects {
  background-color: #1F0818;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
section.secProjects span.img {
  display: block;
}
section.secProjects span.img img {
  width: 100%;
}
section.secProjects .text {
  padding: 15px 15px 20px 15px;
}
section.secProjects .text h4 {
  font-size: 36px;
  font-family: "Cera Bold";
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.secProjects .text p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 80%;
}

section.logos {
  background-color: #F1E0D9;
  padding: 60px 0 50px 0;
  margin: 80px 0;
  position: relative;
}
section.logos:before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #F1E0D9;
  border-right: 100vw solid transparent;
}
section.logos:after {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #F1E0D9;
  border-left: 100vw solid transparent;
}
section.logos h4 {
  color: #1C1918;
  font-family: "Cera Bold";
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 20px;
}
section.logos p {
  color: #1C1918;
  font-size: 17px;
  line-height: 22px;
  margin: 0 auto 40px;
  max-width: 500px;
  text-align: center;
}
section.logos .owl-carousel {
  max-width: 900px;
  margin: 0 auto;
}
section.logos .owl-carousel .owl-stage-outer {
  padding: 10px;
}
section.logos .owl-carousel .owl-item {
  transition: all linear 0.2s;
}
section.logos .owl-carousel .owl-item:hover {
  transform: scale(1.01);
}
section.logos .owl-carousel .img {
  padding: 0px 10px;
  text-align: center;
}
section.logos .owl-carousel .img img {
  max-width: 100%;
  width: auto;
  max-height: 30px;
  display: initial;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  section.secProjects {
    text-align: center;
  }
  section.secProjects .text h4 {
    font-family: "Cera Medium";
    font-size: 30px;
    line-height: 30px;
  }
  section.secProjects .text p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.secOurServices {
    height: 360px;
  }
  section.services {
    padding-bottom: 20px;
  }
  section.services h3 {
    font-size: 37px;
    line-height: 37px;
    font-family: "Cera Medium";
  }
  section.services .item {
    margin-bottom: 20px;
  }
  section.services .item .info h4 {
    font-size: 18px;
    line-height: 23px;
  }
  section.secBusiness h3 {
    font-size: 37px;
    line-height: 37px;
    font-family: "Cera Medium";
  }
  section.secBusiness p.subtitle {
    margin-bottom: 5px;
  }
  section.secBusiness .item {
    margin-bottom: 0px;
  }
  section.secBusiness .item h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
section.secproject {
  text-align: center;
  padding: 60px 0;
  position: relative;
}
section.secproject.secDiagonal {
  padding-top: 80px;
}
section.secproject.secDiagonal:after {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #221E1C;
  border-left: 200vw solid transparent;
}
section.secproject.secDiagonal2 {
  padding-top: 80px;
}
section.secproject.secDiagonal2:after {
  position: absolute;
  top: -150px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid #221E1C;
  border-right: 200vw solid transparent;
}
section.secproject .contProject {
  margin-bottom: 60px;
}
section.secproject .contProject .imgSymbol {
  display: block;
  margin-bottom: 20px;
}
section.secproject .contProject .imgSymbol img {
  max-width: 100%;
}
section.secproject .contProject h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 20px;
}
section.secproject .contProject p {
  font-size: 17px;
  line-height: 22px;
  margin: 0 auto 40px;
  max-width: 600px;
}
section.secproject .contProject .btn {
  margin-bottom: 40px;
}
section.secproject .contProject span.imgProduct {
  display: block;
}
section.secproject .contProject span.imgProduct img {
  transition: all ease-in 0.3s;
  max-width: 100%;
}
section.secproject .contProject span.imgProduct img:hover {
  transform: scale(1.05);
}
section.secproject h4 {
  font-size: 18px;
}
section.secproject p.bigtext {
  font-size: 30px;
  font-family: "Cera Bold";
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto;
}
section.secproject .contItems {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
section.secproject .item {
  align-self: stretch;
  background-color: #493F3D;
  border-radius: 24px;
  display: flex;
  text-align: left;
  padding: 20px;
  margin-bottom: 20px;
  transition: all ease-in 0.3s;
}
section.secproject .item:hover {
  transform: scale(1.05);
}
section.secproject .item .itemContent {
  width: 100%;
}
section.secproject .item span.icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  display: block;
  line-height: 30px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-bottom: 20px;
}
section.secproject .item h4 {
  font-size: 20px;
  line-height: 22px;
}
section.secproject .item p {
  font-size: 15px;
  line-height: 21px;
  max-width: 90%;
  margin: 0;
}
section.secproject.bggradient {
  background: rgb(35, 31, 30);
  background: linear-gradient(180deg, rgb(35, 31, 30) 0%, rgb(62, 54, 52) 100%);
}
section.secproject.bggradient2 {
  background: rgb(35, 31, 30);
  background: linear-gradient(180deg, rgb(35, 31, 30) 0%, rgb(62, 54, 52) 100%);
}

section.AWallProject {
  padding: 40px 0;
  position: relative;
}
section.AWallProject.secLine {
  position: relative;
}
section.AWallProject.secLine:after {
  content: "";
  background-image: url("../images/bgdiagonal.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: 1504px;
  width: 120%;
  z-index: -1;
}
section.AWallProject .text h3 {
  font-size: 30px;
  font-family: "Cera Bold";
  line-height: 36px;
  margin-bottom: 20px;
}
section.AWallProject .text p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 600px;
}
section.AWallProject span.imgProduct {
  display: block;
  position: relative;
  right: -50px;
}
section.AWallProject .owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}
section.AWallProject .owl-carousel .owl-item img {
  width: auto;
  max-width: 200%;
}

section.secprojectGradient {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 120px 0 20px 0;
}
section.secprojectGradient .text h3 {
  font-size: 54px;
  font-family: "Cera Medium";
  line-height: 54px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.secprojectGradient .text p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 600px;
}
section.secprojectGradient .item {
  margin-bottom: 40px;
}
section.secprojectGradient .item span.icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  display: block;
  line-height: 30px;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-bottom: 10px;
}
section.secprojectGradient .item h4 {
  font-family: "Cera Medium";
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
section.secprojectGradient .item p {
  font-size: 16px;
  line-height: 22px;
}

.carouselProjects .divItem {
  text-align: left;
}
.carouselProjects .divItem span.icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  display: block;
  line-height: 30px;
  height: 32px;
  text-align: center;
  width: 32px;
  top: 0;
  font-size: inherit;
  margin-bottom: 20px;
}
.carouselProjects .divItem span.icon img {
  display: inline-block;
  width: auto;
}
.carouselProjects .divItem h4 {
  font-size: 20px;
  line-height: 22px;
}
.carouselProjects .divItem p {
  font-size: 15px;
  line-height: 21px;
  max-width: 90%;
  margin: 0;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  section.AWallProject {
    text-align: center;
  }
  section.AWallProject span.imgProduct {
    right: auto;
  }
  section.AWallProject span.imgProduct img {
    max-width: 100%;
  }
  section.AWallProject .text p {
    margin: 0 auto 20px;
  }
  section.AWallProject .text p:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.secproject.secDiagonal {
    padding-top: 60px;
    padding-bottom: 0;
  }
  section.secproject.secDiagonal .contProject {
    margin-bottom: 0;
  }
  section.secproject .contProject h3 {
    font-size: 37px;
    line-height: 37px;
    font-family: "Cera Medium";
  }
  section.AWallProject {
    padding-top: 60px;
  }
  section.AWallProject .text {
    padding-left: 20px;
  }
  section.AWallProject .text h3 {
    font-size: 26px;
    line-height: 31px;
    font-family: "Cera Medium";
  }
  section.AWallProject .text p {
    margin-bottom: 40px;
  }
  section.AWallProject span.imgProduct {
    right: -20px;
  }
  section.secprojectGradient {
    text-align: center;
    padding: 80px 0 20px 0;
  }
  section.secprojectGradient .text h3 {
    font-size: 37px;
    line-height: 37px;
    font-family: "Cera Medium";
  }
  section.secprojectGradient .item span.icon {
    margin: 0 auto 10px;
  }
  section.secprojectGradient .item h4 {
    margin: 0 auto 10px;
    max-width: 400px;
  }
  section.secprojectGradient .item p {
    max-width: 400px;
    margin: 0 auto;
  }
}
section.secAbout {
  background-color: #211F1E;
  position: relative;
  padding: 80px 0;
}
section.secAbout:after {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #211F1E;
  border-left: 200vw solid transparent;
}
section.secAbout .tagcolor {
  background: linear-gradient(#211F1E, #211F1E) padding-box, linear-gradient(to right, #E0263A, #C0A827) border-box;
  margin-bottom: 10px;
}
section.secAbout span.img {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
section.secAbout span.img img {
  max-width: 100%;
  min-width: 100%;
}
section.secAbout .text {
  padding-left: 40px;
}
section.secAbout .text h4 {
  font-size: 36px;
  font-style: italic;
  line-height: 44px;
  letter-spacing: -2px;
  margin-bottom: 20px;
  padding-top: 25px;
}
section.secAbout .text p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 0px;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 4px;
  border-radius: 2px;
  display: inline-block;
  background: #766C69;
  margin: 0 3px;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #E0263A;
  width: 30px;
}
.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-carousel span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-carousel .owl-nav button:focus {
  outline: none;
}

section.secOutTeam {
  background-color: #332D2B;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
section.secOutTeam:after {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #332D2B;
  border-left: 200vw solid transparent;
}
section.secOutTeam .divInfo {
  text-align: left;
}
section.secOutTeam .divInfo h4 {
  font-size: 36px;
  font-style: italic;
  line-height: 44px;
  letter-spacing: -2px;
  margin-bottom: 20px;
  padding-top: 25px;
}
section.secOutTeam .divInfo p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 0px;
}
section.secOutTeam span.photo {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
section.secOutTeam span.photo img {
  max-width: 100%;
  min-width: 100%;
}
section.secOutTeam h3 {
  font-size: 46px;
  font-family: "Cera Bold";
  line-height: 46px;
  letter-spacing: -2px;
  text-align: center;
  margin: 0 auto 40px;
  padding-top: 80px;
  max-width: 900px;
}
section.secOutTeam p {
  font-size: 17px;
  line-height: 22px;
  margin: 0 auto 20px;
  max-width: 600px;
}
section.secOutTeam span.img {
  border-radius: 24px;
  display: block;
  margin: 0 5px;
}
section.secOutTeam span.img img {
  max-width: 100%;
}

section.secWorkWithUs {
  background-color: #393230;
  position: relative;
  padding: 80px 0 60px 0;
}
section.secWorkWithUs:after {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #393230;
  border-left: 200vw solid transparent;
}
section.secWorkWithUs .separatorSymbol {
  margin-bottom: 60px;
}
section.secWorkWithUs .text h3 {
  font-size: 54px;
  font-family: "Cera Bold";
  line-height: 54px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
section.secWorkWithUs .text p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
  max-width: 400px;
}
section.secWorkWithUs span.img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
section.secWorkWithUs span.img img {
  max-width: 100%;
  min-width: 100%;
}

/* Responsive
============================================================ */
@media (max-width: 991px) {
  section.secAbout {
    text-align: center;
  }
  section.secAbout .text {
    padding-left: 0;
  }
  section.secAbout span.img {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  section.secOutTeam .divInfo {
    text-align: center;
  }
  section.secOutTeam .divInfo p {
    margin-bottom: 30px;
  }
  section.secOutTeam span.photo {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  section.secOutTeam h3 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  section.secAbout {
    padding: 40px 0;
    text-align: center;
  }
  section.secAbout span.img {
    margin-bottom: 20px;
  }
  section.secAbout span.img img {
    max-width: 90%;
    min-width: 0;
  }
  section.secAbout .text h4 {
    font-size: 30px;
    line-height: 35px;
  }
  section.secAbout .text p {
    margin-bottom: 20px;
  }
  section.secOutTeam {
    padding-top: 40px;
  }
  section.secOutTeam h3 {
    font-size: 36px;
    font-family: "Cera Medium";
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  section.secOutTeam .divInfo h4 {
    font-size: 30px;
    line-height: 35px;
  }
  section.secOutTeam .divInfo p {
    margin-bottom: 20px;
  }
  section.secWorkWithUs {
    text-align: center;
  }
  section.secWorkWithUs .text h3 {
    font-size: 37px;
    line-height: 37px;
    font-family: "Cera Medium";
  }
  section.secWorkWithUs .text p {
    margin: 0 auto 20px;
  }
  section.secWorkWithUs .btn {
    margin-bottom: 30px;
  }
}
section.hero.heroContact h3 {
  margin-bottom: 0;
}
section.hero.heroContact .col-md-6 {
  position: relative;
}
section.hero.heroContact .form {
  background-color: #191716;
  border-radius: 16px;
  padding: 60px 40px;
  position: absolute;
  max-width: 550px;
  width: 100%;
  right: 15px;
}
section.hero.heroContact .form .form-group {
  margin-bottom: 30px;
}
section.hero.heroContact .form .form-group textarea {
  min-height: 50px;
  line-height: 1;
}
section.hero.heroContact .form .form-group .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #D0BFB8;
  font-size: 23px;
  font-family: "Cera Regular";
  color: #A5A4A4;
  opacity: 1;
  padding: 0;
  resize: none;
}
section.hero.heroContact .form .form-group .form-control:focus {
  box-shadow: none;
  color: #A5A4A4;
}
section.hero.heroContact .form .form-group .form-control option {
  color: #A5A4A4;
}
section.hero.heroContact .form .form-group .form-control::-moz-placeholder {
  color: #A5A4A4;
}
section.hero.heroContact .form .form-group .form-control::placeholder {
  color: #A5A4A4;
}
section.hero.heroContact .form .form-group label {
  color: #665B57;
  font-size: 18px;
  line-height: 20px;
  padding-top: 10px;
  width: 100%;
}
section.hero.heroContact .form .btn {
  margin-top: 60px;
  min-width: 120px;
}
section.hero.heroContact .form .select2-container .select2-selection--single, section.hero.heroContact .form .select2-container--default, section.hero.heroContact .form .select2-selection--single .select2-selection__rendered {
  min-height: 40px !important;
  padding-top: 0 !important;
  width: 100% !important;
  text-align: left !important;
}
section.hero.heroContact .form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 24px;
  font-family: "Cera Regular";
  color: #A5A4A4;
  padding-top: 0px;
  padding-left: 0;
}
section.hero.heroContact .form span.select2-selection.select2-selection--single {
  background: none !important;
  border: none;
  border-bottom: 1px solid #D0BFB8 !important;
  border-radius: 0;
}
section.hero.heroContact .form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-width: 10px 8px 0 8px;
  margin-top: 4px;
  background-color: transparent;
  background-image: url(../images/arrow-bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 14px;
}
section.hero.heroContact .form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-width: 0 8px 10px 8px;
  background-image: url(../images/arrow-top.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 14px;
}
section.hero.heroContact .form input.select2-search__field {
  display: none;
}
section.hero.heroContact .form span.select2-search.select2-search--dropdown {
  padding: 0;
}
section.hero.heroContact .form .select2-results__option--selectable, section.hero.heroContact .form .select2-results__option--disabled {
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 24px;
  font-family: "Cera Regular";
  color: #A5A4A4;
}
section.hero.heroContact img.fail-img, section.hero.heroContact p.fail-msg, section.hero.heroContact img.successful-img, section.hero.heroContact p.successful-msg, section.hero.heroContact .container-spinner {
  display: none;
}
section.hero.heroContact .form-fail.content-form {
  min-height: 300px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
section.hero.heroContact .form-fail img.fail-img {
  width: 90px;
  max-width: 100%;
  margin: auto;
  display: block;
  margin-top: 30px;
}
section.hero.heroContact .form-fail p.fail-msg {
  max-width: 100% !important;
  display: block;
  font-size: 36px;
  font-family: "Cera Bold";
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0px;
  color: #4D4542;
  padding: 30px 15px;
  margin: 0;
}
section.hero.heroContact .form-fail form {
  display: none;
}
section.hero.heroContact .form-successful.content-form {
  min-height: 300px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
section.hero.heroContact .form-successful form {
  display: none;
}
section.hero.heroContact .form-successful img.successful-img {
  width: 90px;
  max-width: 100%;
  margin: auto;
  display: block;
  margin-top: 30px;
}
section.hero.heroContact .form-successful p.successful-msg {
  max-width: 100% !important;
  display: block;
  font-size: 36px;
  font-family: "Cera Bold";
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0px;
  color: #4D4542;
  padding: 30px 15px;
  margin: 0 auto;
}
section.hero.heroContact .form-load.content-form {
  min-height: 300px;
}
section.hero.heroContact .form-load img.fail-img, section.hero.heroContact .form-load p.fail-msg, section.hero.heroContact .form-load img.successful-img, section.hero.heroContact .form-load p.successful-msg {
  display: none !important;
}
section.hero.heroContact .form-load form {
  display: none;
}
section.hero.heroContact .form-load .container-spinner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 16px;
}
section.hero.heroContact .content-spinner svg {
  width: 82px;
  max-width: 100%;
}
section.hero.heroContact .form-load .container-spinner .content-spinner {
  display: block;
  margin: auto;
}
section.hero.heroContact .content-form {
  position: relative;
}
section.hero.heroContact .content-form form .msg-valid {
  color: #E0263A !important;
  font-size: 14px !important;
  line-height: 1;
  margin-top: 5px !important;
  text-align: left;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #A5A4A4;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #A5A4A4;
  opacity: 1;
}

section.secContact {
  background-color: #2C2725;
  padding: 40px 0;
}
section.secContact .item {
  margin-bottom: 30px;
}
section.secContact .item:last-child {
  margin-bottom: 0;
}
section.secContact .item .tagcolor {
  background: linear-gradient(#2C2725, #2C2725) padding-box, linear-gradient(to right, #E0263A, #C0A827) border-box;
  margin-bottom: 10px;
}
section.secContact .item p a {
  display: block;
  font-family: "Cera Medium";
  font-size: 44px;
  line-height: 44px;
}

.select2-dropdown {
  border: 1px solid #D0BFB8 !important;
}
.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 24px;
  font-family: "Cera Regular" !important;
  background-color: #E0263A !important;
  color: #FFFFFF !important;
}
.select2-dropdown span.select2-results {
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 24px;
  font-family: "Cera Regular";
  color: #A5A4A4;
}
.select2-dropdown .select2-search--dropdown {
  display: none !important;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  section.hero.heroContact {
    padding-bottom: 30px;
    text-align: center;
  }
  section.hero.heroContact .form {
    position: relative;
    padding: 30px;
    left: 0;
  }
  section.hero.heroContact .form .form-group .form-control {
    font-size: 24px;
  }
  section.hero.heroContact .form .form-group label {
    text-align: left;
  }
  section.secContact {
    text-align: center;
  }
  section.secContact .item p a {
    font-size: 30px;
    line-height: 30px;
  }
  .form-fail p.fail-msg, .form-successful p.successful-msg {
    font-size: 24px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__option--selectable, .select2-results__option--disabled {
    font-size: 25px !important;
  }
  .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable, .select2-dropdown span.select2-results {
    font-size: 25px !important;
  }
}
.linkUnderlineRed {
  font-family: "Cera Medium";
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.linkUnderlineRed:after {
  background-color: #E0263A;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

form .form-control {
  color: #1D2A3D;
  border-radius: 12px;
}
form .form-label, form .form-check-label {
  color: #747B8A;
  margin-bottom: 3px;
  font-size: 15px;
}
form .form-check-input:checked {
  background-color: #00B8BA;
  border-color: #00B8BA;
}

.btn {
  font-size: 13px;
  border-radius: 0;
  font-family: "Cera Bold";
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-primary {
  background-color: #E0263A;
  border: none;
  color: #FFFFFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #E8182F;
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.btn.btn-secondary {
  background-color: #FFFFFF;
  border: none;
  color: #121212;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  opacity: 0.8;
}
.btn.btn-borderwhite {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-borderwhite:hover, .btn.btn-borderwhite:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.btn.btnBorder {
  background-color: transparent;
  border: 1px solid #E0263A;
  color: #FFFFFF;
  border-radius: 8px;
  font-family: "Cera Regular";
  text-transform: none;
  font-size: 16px;
}
.btn.btnBorder img {
  height: 20px;
  margin-right: 5px;
  position: relative;
  left: -5px;
  top: -2px;
}
.btn.btnBorder:hover, .btn.btnBorder:focus {
  background-color: #000000;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #E4EBF1;
  background-image: none;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00B8BA;
  border-color: #00B8BA;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #747B8A;
}

/* Responsive
============================================================ */
@font-face {
  font-family: "Cera Bold";
  src: url("../fonts/Cera-Bold.eot");
  src: url("../fonts/Cera-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cera-Bold.woff2") format("woff2"), url("../fonts/Cera-Bold.woff") format("woff"), url("../fonts/Cera-Bold.ttf") format("truetype"), url("../fonts/Cera-Bold.svg#Cera-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Regular";
  src: url("../fonts/Cera-Regular.eot");
  src: url("../fonts/Cera-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cera-Regular.woff2") format("woff2"), url("../fonts/Cera-Regular.woff") format("woff"), url("../fonts/Cera-Regular.ttf") format("truetype"), url("../fonts/Cera-Regular.svg#Cera-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Light";
  src: url("../fonts/Cera-Light.eot");
  src: url("../fonts/Cera-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Cera-Light.woff2") format("woff2"), url("../fonts/Cera-Light.woff") format("woff"), url("../fonts/Cera-Light.ttf") format("truetype"), url("../fonts/Cera-Light.svg#Cera-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Medium";
  src: url("../fonts/Cera-Medium.eot");
  src: url("../fonts/Cera-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Cera-Medium.woff2") format("woff2"), url("../fonts/Cera-Medium.woff") format("woff"), url("../fonts/Cera-Medium.ttf") format("truetype"), url("../fonts/Cera-Medium.svg#Cera-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?m7cata");
  src: url("../fonts/icomoon.eot?m7cata#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?m7cata") format("truetype"), url("../fonts/icomoon.woff?m7cata") format("woff"), url("../fonts/icomoon.svg?m7cata#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #211D1C;
  padding: 40px 0 30px 0;
  color: #FFFFFF;
  margin-top: 240px;
}
footer:before {
  background-image: url("../images/tactical.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 152px;
  width: 1614px;
  position: absolute;
  top: -152px;
  left: 50%;
  right: 0;
  z-index: -1;
  margin-left: -807px;
}
footer h2.logo {
  margin-bottom: 20px;
}
footer h2.logo a {
  display: block;
}
footer h2.logo a img {
  max-width: 100%;
}
footer p.text {
  margin-bottom: 20px;
  line-height: 22px;
  max-width: 90%;
}
footer h4 {
  font-family: "Cera Medium";
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer nav.menu a {
  display: block;
  font-family: "Cera light";
  line-height: 20px;
  padding: 3px 0;
}
footer .copyright {
  color: #9F9E9D;
  font-size: 14px;
  margin-top: 40px;
  padding-top: 90px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
footer .copyright:after {
  background-image: url("../images/linefooter.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 1px;
  width: 1440px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-width: 100%;
}
footer .copyright:before {
  background-image: url("../images/symbolfooter.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 31px;
  width: 46px;
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -23px;
}
footer .copyright a {
  display: inline-block;
}
footer .socialmedia a {
  font-size: 23px;
  margin-right: 12px;
  transition: all linear 0.2s;
}
footer .socialmedia a:last-child {
  margin-right: 0;
}
footer .socialmedia a:hover {
  color: #E0263A;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  footer {
    position: relative;
    text-align: center;
    margin-top: 70px;
  }
  footer p.text {
    max-width: 100%;
  }
  footer:before {
    height: 40px;
    top: -40px;
    width: 440px;
    margin: 0;
    max-width: 100%;
    background-size: contain;
    margin-left: -220px;
  }
  footer .socialmedia {
    margin-bottom: 25px;
  }
}
@media (max-width: 478px) {
  footer h4 {
    margin-bottom: 10px;
  }
  footer nav.menu {
    margin-bottom: 20px;
  }
}
/* General Classes
============================================================ */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a:visited, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none;
}

.clearfix:after,
html:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contcenter {
  text-align: center !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.p5.row {
  margin-left: -5px;
  margin-right: -5px;
}

.p5 [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.p5 .row {
  margin-left: -5px;
  margin-right: -5px;
}

/* #Site Styles
================================================== */
body {
  background: #221E1C;
  color: #FFFFFF;
  font-family: "Cera Regular";
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  position: relative;
  min-width: 375px;
}

html,
body {
  overflow-x: hidden;
}

main {
  background: #221E1C;
  position: relative;
  z-index: 2;
  margin-bottom: 750px;
}

/* Responsive
============================================================ */
@media (max-width: 767px) {
  .ptm0 {
    padding-top: 0 !important;
  }
  main {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=main.min.css.map */