@font-face {
  font-family: "HelvCond-Bold";
  src: url("fonts/HelveticaCondensedBold.eot?") format("eot"), url("fonts/HelveticaCondensedBold.woff2") format("woff2"), url("fonts/HelveticaCondensedBold.woff") format("woff"), url("fonts/HelveticaCondensedBold.ttf") format("truetype"), url("fonts/HelveticaCondensedBold.svg#HelvCond-Bold") format("svg");
}
@font-face {
  font-family: "HelvCond-Medium";
  src: url("fonts/HELVETICACDMED.eot?") format("eot"), url("fonts/HELVETICACDMED.woff2") format("woff2"), url("fonts/HELVETICACDMED.woff") format("woff"), url("fonts/HELVETICACDMED.ttf") format("truetype"), url("fonts/HELVETICACDMED.svg#HelvCond-Medium") format("svg");
}
@font-face {
  font-family: "Arial-Regular";
  src: url("fonts/arial.eot?") format("eot"), url("fonts/arial.woff2") format("woff2"), url("fonts/arial.woff") format("woff"), url("fonts/arial.ttf") format("truetype"), url("fonts/arial.svg#Arial-Regular") format("svg");
}
@font-face {
  font-family: "Arial-Italic";
  src: url("fonts/ArialNarrowItalic.eot?") format("eot"), url("fonts/ArialNarrowItalic.woff2") format("woff2"), url("fonts/ArialNarrowItalic.woff") format("woff"), url("fonts/ArialNarrowItalic.ttf") format("truetype"), url("fonts/ArialNarrowItalic.svg#Arial-Italic") format("svg");
}
@font-face {
  font-family: "Teacher";
  src: url("fonts/Teacher.eot?") format("eot"), url("fonts/Teacher.woff2") format("woff2"), url("fonts/Teacher.woff") format("woff"), url("fonts/Teacher.ttf") format("truetype"), url("fonts/Teacher.svg#Teacher") format("svg");
}
@font-face {
  font-family: "Gothic";
  src: url("fonts/gothic.eot?") format("eot"), url("fonts/gothic.woff2") format("woff2"), url("fonts/gothic.woff") format("woff"), url("fonts/gothic.ttf") format("truetype"), url("fonts/gothic.svg#Gothic") format("svg");
}
/* line 1, ../sass/partials/_structures.scss */
#menu .menu-body .links .ul_ .li_ i, .projects-name .section-body .project-footer .footer-section .left .ul_ .li_ i, .about .floating-box .about-text .table .ul_ .li_ i, .contact .section-body.footersection .info, .contact .section-body.footersection .info .ul .social .ul_ .li_ i {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: table;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1, ../sass/partials/_buttons.scss */
.normal-btn {
  color: #D10024;
  border: 1px solid #D10024;
  text-transform: uppercase;
  display: table;
  float: right;
  border-radius: 5px;
  cursor: pointer;
  font-family: HelvCond-Bold;
  font-size: 15px;
  padding: 4px 7px;
  line-height: 1px;
}
/* line 14, ../sass/partials/_buttons.scss */
.normal-btn i {
  margin-left: 5px;
  font-size: 16px;
}
/* line 20, ../sass/partials/_buttons.scss */
.normal-btn.left {
  float: left;
}
/* line 23, ../sass/partials/_buttons.scss */
.normal-btn.left i {
  margin-right: 5px;
  margin-left: 0px;
}
/* line 30, ../sass/partials/_buttons.scss */
.normal-btn.white {
  background-color: #FFFFFF;
  color: #000;
  border: none;
  padding-right: 0px;
}
/* line 36, ../sass/partials/_buttons.scss */
.normal-btn.white i {
  opacity: 0;
  margin-right: -3px !important;
}

/* line 1, ../sass/partials/_general.scss */
body {
  border: 0px;
  margin: 0px;
}

/* line 6, ../sass/partials/_general.scss */
a, a:hover, a:focus {
  text-decoration: none;
  color: #000;
}

/* line 11, ../sass/partials/_general.scss */
.hover {
  cursor: pointer;
}

/* line 16, ../sass/partials/_general.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 21, ../sass/partials/_general.scss */
input, select, textarea {
  outline: none;
}

/* line 26, ../sass/partials/_general.scss */
.bkg-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 37, ../sass/partials/_general.scss */
.clear-bot:after {
  content: '';
  display: block;
  clear: both;
}

/* line 44, ../sass/partials/_general.scss */
.text-right {
  text-align: right;
}

/* line 48, ../sass/partials/_general.scss */
.general-navigation {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: table;
  font-size: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 60, ../sass/partials/_general.scss */
.general-navigation.left {
  left: 0px;
  margin-left: -30px;
}
/* line 65, ../sass/partials/_general.scss */
.general-navigation.right {
  right: 0px;
  margin-right: -30px;
}

/* line 1, ../sass/partials/_body.scss */
.Gaia {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px 20px;
  background-image: url("../images/bkg.png");
}

/* line 10, ../sass/partials/_body.scss */
.header {
  margin-top: 10px;
  position: relative;
  z-index: 10;
  padding: 0px 70px;
}
/* line 16, ../sass/partials/_body.scss */
.header .logo {
  display: table;
}
/* line 20, ../sass/partials/_body.scss */
.header .navb {
  float: right;
  cursor: pointer;
}

/* line 27, ../sass/partials/_body.scss */
.copyright {
  position: absolute;
  bottom: 5px;
  right: 70px;
  font-family: Gothic;
  font-size: 12px;
}
/* line 34, ../sass/partials/_body.scss */
.copyright a {
  font-family: Teacher;
}

/* line 41, ../sass/partials/_body.scss */
#main-header.active {
  opacity: 0;
  visibility: hidden;
}

/* line 48, ../sass/partials/_body.scss */
.top-header {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
/* line 54, ../sass/partials/_body.scss */
.top-header select {
  text-transform: capitalize;
}

/* line 59, ../sass/partials/_body.scss */
.main-section {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 70px;
}

/* line 67, ../sass/partials/_body.scss */
.body-main {
  position: relative;
  height: 100%;
}
/* line 71, ../sass/partials/_body.scss */
.body-main .section-body {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

/* line 1, ../sass/partials/_menu.scss */
#menu {
  background-color: rgba(0, 0, 0, 0.81);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 0px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 19, ../sass/partials/_menu.scss */
#menu.active {
  opacity: 1;
  visibility: visible;
}
/* line 24, ../sass/partials/_menu.scss */
#menu .menu-header {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
}
/* line 30, ../sass/partials/_menu.scss */
#menu .menu-header .header {
  padding: 0px 90px;
}
/* line 36, ../sass/partials/_menu.scss */
#menu .square_x {
  position: relative;
  width: 33px;
  height: 33px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}
/* line 44, ../sass/partials/_menu.scss */
#menu .square_x i {
  color: #FFFFFF;
}
/* line 47, ../sass/partials/_menu.scss */
#menu .square_x i:after {
  content: '';
  position: absolute;
  display: block;
}
/* line 55, ../sass/partials/_menu.scss */
#menu .square_x i.vert:after {
  top: 0px;
  left: 50%;
  border-right: 1px solid #fff;
  height: 100%;
}
/* line 64, ../sass/partials/_menu.scss */
#menu .square_x i.horz:after {
  top: 50%;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
/* line 85, ../sass/partials/_menu.scss */
#menu .menu-body .links {
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
/* line 92, ../sass/partials/_menu.scss */
#menu .menu-body .links .li a {
  color: #FFFFFF;
}
/* line 98, ../sass/partials/_menu.scss */
#menu .menu-body .links .ul_ {
  text-align: center;
}
/* line 101, ../sass/partials/_menu.scss */
#menu .menu-body .links .ul_ .li_ {
  background-color: #FFFFFF;
  color: #000;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

/* line 1, ../sass/partials/_video.scss */
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

/* line 14, ../sass/partials/_video.scss */
.controls {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
/* line 19, ../sass/partials/_video.scss */
.controls:after {
  content: '';
  display: block;
  clear: both;
}
/* line 25, ../sass/partials/_video.scss */
.controls a {
  display: block;
  float: left;
  color: #FFFFFF;
}
/* line 30, ../sass/partials/_video.scss */
.controls .video-icon {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 58, ../sass/partials/_video.scss */
.controls .video-icon.play.active i:before {
  content: "\f04c";
}
/* line 66, ../sass/partials/_video.scss */
.controls .video-icon.mute.active i:before {
  content: "\f026";
}

/* line 3, ../sass/partials/_projects.scss */
.projects .main-box {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 7, ../sass/partials/_projects.scss */
.projects .main-box.full {
  height: 100%;
}
/* line 11, ../sass/partials/_projects.scss */
.projects .main-box.half {
  height: 50%;
}
/* line 15, ../sass/partials/_projects.scss */
.projects .main-box.space-bottom {
  padding-bottom: 10px;
}
/* line 19, ../sass/partials/_projects.scss */
.projects .main-box .box {
  height: 100%;
  position: relative;
  cursor: pointer;
}
/* line 26, ../sass/partials/_projects.scss */
.projects .main-box .box:hover .shadow {
  opacity: 0;
}
/* line 32, ../sass/partials/_projects.scss */
.projects .main-box .box .shadow {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 46, ../sass/partials/_projects.scss */
.projects .main-box .box .shadow .text {
  position: absolute;
  bottom: 0px;
}
/* line 50, ../sass/partials/_projects.scss */
.projects .main-box .box .shadow .text .submit {
  background-color: #D10024;
  border-radius: 5px;
  color: #FFFFFF;
  display: table;
  font-size: 15px;
  padding: 2px 7px;
  text-transform: capitalize;
}
/* line 60, ../sass/partials/_projects.scss */
.projects .main-box .box .shadow .text .title {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
/* line 73, ../sass/partials/_projects.scss */
.projects .table {
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 78, ../sass/partials/_projects.scss */
.projects .table .tr {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/* line 88, ../sass/partials/_projects.scss */
.projects .table .tr .td {
  float: left;
  width: 100%;
}

/* line 1, ../sass/partials/_projects_name.scss */
.projects-name {
  padding: 0px;
}
/* line 5, ../sass/partials/_projects_name.scss */
.projects-name .section-body {
  padding: 0px;
}
/* line 8, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 13, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background .gallery {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 27, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background .gallery.active {
  opacity: 1;
  visibility: visible;
}
/* line 33, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background .twentytwenty-wrapper,
.projects-name .section-body .background .twentytwenty-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100% !important;
  position: relative;
}
/* line 42, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background .twentytwenty-wrapper img,
.projects-name .section-body .background .twentytwenty-container img {
  width: 100%;
  height: 100%;
}
/* line 48, ../sass/partials/_projects_name.scss */
.projects-name .section-body .background .show {
  width: 100%;
  height: 100%;
}
/* line 55, ../sass/partials/_projects_name.scss */
.projects-name .section-body .twentytwenty-before-label,
.projects-name .section-body .twentytwenty-after-label {
  text-transform: uppercase;
}
/* line 60, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
/* line 73, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer.active .arrow {
  margin-bottom: 25px !important;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
/* line 81, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top {
  display: table;
  position: relative;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
/* line 88, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 93, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .arrow {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  margin-bottom: -15px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
/* line 104, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .arrow div {
  display: table;
  margin: auto;
  background-color: #FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 25px;
  min-width: 1px;
  padding: 3px 8px;
  cursor: pointer;
}
/* line 126, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .button a {
  float: left;
}
/* line 131, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination {
  float: right;
  margin-top: 0px;
}
/* line 135, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation_ {
  opacity: 1;
  visibility: visible;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
/* line 143, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 60px;
  border-radius: 60px;
  position: relative;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
/* line 155, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation:last-child {
  margin-right: 0px;
}
/* line 159, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation.right {
  float: right;
}
/* line 162, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation.right div {
  padding-left: 5px;
}
/* line 168, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation.left div {
  padding-right: 5px;
}
/* line 173, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .top .pagination .navigation div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
/* line 189, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section {
  padding: 15px 70px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 193, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left {
  float: left;
  width: 40%;
}
/* line 197, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left .ul_ {
  float: right;
}
/* line 200, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left .ul_ .li_ {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 216, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left .title {
  color: #D10024;
  font-family: HelvCond-Bold;
  font-size: 25px;
}
/* line 222, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left .text {
  font-size: 13px;
  font-family: Arial-Regular;
}
/* line 226, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .left .text p {
  margin: 0;
}
/* line 232, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .right {
  float: right;
  width: 55%;
}
/* line 236, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .right .ul {
  float: left;
}
/* line 239, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .right .ul .li {
  width: 138px;
  height: 73px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 2px;
}
/* line 250, ../sass/partials/_projects_name.scss */
.projects-name .section-body .project-footer .footer-section .right .ul .li:hover:before, .projects-name .section-body .project-footer .footer-section .right .ul .li.active:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(209, 0, 36, 0.6);
}

/* line 3, ../sass/partials/_about.scss */
.about .gallery {
  width: 65%;
  height: 80%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 10, ../sass/partials/_about.scss */
.about .gallery .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 24, ../sass/partials/_about.scss */
.about .gallery .img.active {
  opacity: 1;
  visibility: visible;
}
/* line 35, ../sass/partials/_about.scss */
.about .floating-box {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 60%;
  float: right;
}
/* line 42, ../sass/partials/_about.scss */
.about .floating-box .about-text {
  padding: 0px 0px 20px 20px;
  position: relative;
  height: 100%;
}
/* line 47, ../sass/partials/_about.scss */
.about .floating-box .about-text:before {
  content: '';
  position: absolute;
  border-left: 2px solid #FFFFFF;
  left: 0px;
  bottom: -70px;
  height: 60%;
}
/* line 56, ../sass/partials/_about.scss */
.about .floating-box .about-text:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  left: -70px;
  bottom: 0px;
  width: 60%;
}
/* line 65, ../sass/partials/_about.scss */
.about .floating-box .about-text .table {
  background-color: #FAFAFA;
  padding: 40px 20px 20px;
  margin-bottom: 0px;
  position: relative;
  height: 100%;
}
/* line 72, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .header {
  text-transform: uppercase;
  color: #000;
  font-size: 60px;
  font-family: HelvCond-Bold;
  position: absolute;
  top: 0px;
  margin-top: -40px;
  right: 0;
  margin-right: 40px;
  padding: 0px;
  white-space: nowrap;
}
/* line 86, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .text {
  font-size: 14px;
  font-family: Arial-Regular;
  text-align: justify;
  height: 100%;
  overflow: hidden;
}
/* line 95, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .outsideurl {
  float: left;
}
/* line 98, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .outsideurl a {
  color: #777777;
  font-family: Arial-Italic;
  float: left;
}
/* line 105, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .ul_ {
  float: right;
  padding-right: 6px;
}
/* line 109, ../sass/partials/_about.scss */
.about .floating-box .about-text .table .ul_ .li_ {
  border: 1px solid #D10024;
  border-radius: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #D10024;
}
/* line 130, ../sass/partials/_about.scss */
.about .floating-box .float-footer {
  padding: 0px 20px;
  display: table;
  width: 100%;
}
/* line 135, ../sass/partials/_about.scss */
.about .floating-box .float-footer > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 142, ../sass/partials/_about.scss */
.about .floating-box .float-footer .pagination .navigation {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 60px;
  border-radius: 60px;
  position: relative;
  float: left;
  margin-right: 40px;
}
/* line 154, ../sass/partials/_about.scss */
.about .floating-box .float-footer .pagination .navigation.left div {
  padding-right: 5px;
}
/* line 160, ../sass/partials/_about.scss */
.about .floating-box .float-footer .pagination .navigation.right div {
  padding-left: 5px;
}
/* line 165, ../sass/partials/_about.scss */
.about .floating-box .float-footer .pagination .navigation div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 1, ../sass/partials/_team.scss */
.team {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 7, ../sass/partials/_team.scss */
.team .body-main {
  height: auto;
  width: 100%;
}
/* line 40, ../sass/partials/_team.scss */
.team .header {
  background-color: #FAFAFA;
  height: 93px;
  z-index: 1;
}
/* line 45, ../sass/partials/_team.scss */
.team .header .title {
  text-transform: uppercase;
  color: #000;
  font-size: 60px;
  font-family: HelvCond-Bold;
  position: absolute;
  top: 0px;
  margin-top: -55px;
  right: 0px;
  margin-right: 40px;
  padding: 0px;
}
/* line 61, ../sass/partials/_team.scss */
.team .normal-btn {
  margin-top: 20px;
}
/* line 64, ../sass/partials/_team.scss */
.team .normal-btn.left {
  float: left;
}
/* line 71, ../sass/partials/_team.scss */
.team .pagination {
  margin: 0px;
  max-width: 95%;
}
/* line 76, ../sass/partials/_team.scss */
.team .pagination .navigation {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 60px;
  border-radius: 60px;
  position: relative;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
/* line 88, ../sass/partials/_team.scss */
.team .pagination .navigation:last-child {
  margin-right: 0px;
}
/* line 92, ../sass/partials/_team.scss */
.team .pagination .navigation.right {
  float: right;
}
/* line 95, ../sass/partials/_team.scss */
.team .pagination .navigation.right div {
  padding-left: 5px;
}
/* line 101, ../sass/partials/_team.scss */
.team .pagination .navigation.left div {
  padding-right: 5px;
}
/* line 108, ../sass/partials/_team.scss */
.team .pagination div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
/* line 121, ../sass/partials/_team.scss */
.team .blocks {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
/* line 126, ../sass/partials/_team.scss */
.team .blocks .box {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 131, ../sass/partials/_team.scss */
.team .blocks .box .img {
  border: 1px solid #E6E6E6;
}
/* line 134, ../sass/partials/_team.scss */
.team .blocks .box .img img {
  width: 100%;
}
/* line 142, ../sass/partials/_team.scss */
.team .blocks .box .text .title {
  color: #D10024;
  font-family: HelvCond-Bold;
  font-size: 20px;
}
/* line 148, ../sass/partials/_team.scss */
.team .blocks .box .text .caption {
  font-family: HelvCond-Medium;
  font-size: 18px;
}

/* line 3, ../sass/partials/_news.scss */
.news .main-box {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 7, ../sass/partials/_news.scss */
.news .main-box.full {
  height: 100%;
}
/* line 11, ../sass/partials/_news.scss */
.news .main-box.half {
  height: 50%;
}
/* line 15, ../sass/partials/_news.scss */
.news .main-box.space-bottom {
  padding-bottom: 10px;
}
/* line 19, ../sass/partials/_news.scss */
.news .main-box .header {
  text-transform: uppercase;
  color: #000;
  font-size: 60px;
  font-family: HelvCond-Bold;
  position: absolute;
  top: 0px;
  margin-top: -40px;
  right: 0px;
  margin-right: 40px;
  padding: 0px;
}
/* line 32, ../sass/partials/_news.scss */
.news .main-box .box {
  height: 100%;
  position: relative;
  cursor: pointer;
}
/* line 37, ../sass/partials/_news.scss */
.news .main-box .box .shadow {
  background-color: #FAFAFA;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 49, ../sass/partials/_news.scss */
.news .main-box .box .shadow .text {
  text-transform: capitalize;
  color: #000;
}
/* line 53, ../sass/partials/_news.scss */
.news .main-box .box .shadow .text .title {
  font-size: 30px;
  float: left;
  font-family: HelvCond-Bold;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
}
/* line 64, ../sass/partials/_news.scss */
.news .main-box .box .shadow .text .title:after {
  content: '';
  border-bottom: 2px solid #D10024;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 74, ../sass/partials/_news.scss */
.news .main-box .box .shadow .text .arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto;
  display: table;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 91, ../sass/partials/_news.scss */
.news .main-box .box:hover .shadow {
  background-color: #D10024;
}
/* line 94, ../sass/partials/_news.scss */
.news .main-box .box:hover .shadow .text {
  color: #FFFFFF;
}
/* line 97, ../sass/partials/_news.scss */
.news .main-box .box:hover .shadow .text .title {
  color: #FFFFFF;
}
/* line 100, ../sass/partials/_news.scss */
.news .main-box .box:hover .shadow .text .title:after {
  border-bottom-color: #FFFFFF;
}
/* line 109, ../sass/partials/_news.scss */
.news .main-box .box.main {
  background-color: #FAFAFA;
  cursor: default;
  overflow: hidden;
}
/* line 116, ../sass/partials/_news.scss */
.news .main-box .box.main .astable {
  height: 100%;
  display: table;
  margin: auto;
}
/* line 121, ../sass/partials/_news.scss */
.news .main-box .box.main .astable .astd {
  display: table-cell;
  vertical-align: middle;
}
/* line 127, ../sass/partials/_news.scss */
.news .main-box .box.main .caption {
  font-family: HelvCond-Medium;
  text-align: justify;
  margin: auto;
  display: table;
  text-transform: capitalize;
  position: relative;
  padding: 15px;
}
/* line 136, ../sass/partials/_news.scss */
.news .main-box .box.main .caption:before {
  content: '';
  border: 1px solid #000;
  width: 100%;
  position: absolute;
  left: 35%;
  top: 0px;
}
/* line 145, ../sass/partials/_news.scss */
.news .main-box .box.main .caption:after {
  content: '';
  border: 1px solid #000;
  height: 68%;
  position: absolute;
  bottom: 45%;
  right: 0px;
}
/* line 155, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .foot:before {
  content: '';
  border: 1px solid #000;
  width: 100%;
  position: absolute;
  right: 60%;
  bottom: 0px;
}
/* line 164, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .foot:after {
  content: '';
  border: 1px solid #000;
  height: 100%;
  position: absolute;
  top: 80%;
  left: 0px;
}
/* line 174, ../sass/partials/_news.scss */
.news .main-box .box.main .caption p {
  margin: 0px;
  line-height: 27px;
  text-align: justify;
}
/* line 179, ../sass/partials/_news.scss */
.news .main-box .box.main .caption p:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* line 187, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .first {
  font-size: 39px;
}
/* line 191, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .second {
  font-size: 32px;
}
/* line 195, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .red {
  font-size: 36px;
  color: #D10024;
}
/* line 200, ../sass/partials/_news.scss */
.news .main-box .box.main .caption .bold {
  font-family: HelvCond-Bold;
}
/* line 212, ../sass/partials/_news.scss */
.news .table {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-top: 30px;
}
/* line 218, ../sass/partials/_news.scss */
.news .table .tr {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/* line 228, ../sass/partials/_news.scss */
.news .table .tr .td {
  float: left;
  width: 100%;
}

/* line 1, ../sass/partials/_contact.scss */
.contact {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 6, ../sass/partials/_contact.scss */
.contact .section-body {
  height: 50%;
  position: relative;
  padding: 0px;
}
/* line 11, ../sass/partials/_contact.scss */
.contact .section-body.footersection {
  padding-right: 70px;
  padding-left: 70px;
}
/* line 15, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
/* line 20, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation .normal-btn {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
/* line 28, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation .normal-btn.active {
  visibility: visible;
  opacity: 1;
}
/* line 34, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation .left {
  float: left;
}
/* line 37, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation .left i {
  margin-right: 5px;
  margin-left: 0px;
}
/* line 43, ../sass/partials/_contact.scss */
.contact .section-body.footersection .navigation .right {
  float: right;
}
/* line 48, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info {
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
/* line 56, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.active {
  visibility: visible;
  opacity: 1;
}
/* line 61, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul {
  position: relative;
  display: block;
}
/* line 65, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .locations {
  padding: 15px;
  background-color: #FAFAFA;
}
/* line 69, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .locations .row {
  margin: 0;
}
/* line 78, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .social > div {
  margin-top: 15px;
}
/* line 82, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .social .email {
  text-align: center;
  font-family: HelvCond-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 89, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .social .ul_ {
  text-align: center;
}
/* line 92, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .social .ul_ .li_ {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 106, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .social .ul_ .li_:hover {
  color: #FFFFFF;
  border-color: #D10024;
  background-color: #D10024;
}
/* line 115, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li {
  position: relative;
  cursor: pointer;
  float: left;
  font-family: HelvCond-Medium;
  font-size: 16px;
}
/* line 123, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li > div {
  margin: auto;
}
/* line 129, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li:first-child > div {
  margin-left: 0px;
}
/* line 135, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li:last-child > div {
  margin-right: 0px;
}
/* line 140, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li > div {
  position: relative;
  display: table;
  margin-right: 50px;
}
/* line 146, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li .header {
  font-family: HelvCond-Bold;
  font-size: 30px;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  right: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  padding: 0;
}
/* line 158, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li .text {
  position: relative;
  display: table;
}
/* line 164, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info .ul .li.active .header, .contact .section-body.footersection .info .ul .li:hover .header {
  color: #D10024;
}
/* line 175, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .form_ {
  padding-top: 10px;
}
/* line 178, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .form_ .header {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-family: HelvCond-Bold;
  position: absolute;
  top: 0px;
  margin-top: -20px;
  right: 0px;
  margin-right: 20px;
  padding: 0px;
}
/* line 192, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .input_ {
  margin-bottom: 10px;
  padding: 0px 20px;
}
/* line 197, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .file {
  position: relative;
}
/* line 200, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .file .filename {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 60px;
}
/* line 210, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .file .upload-button {
  text-transform: uppercase;
  background-color: #D10024;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: table;
  margin: auto;
  padding: 9px;
  font-family: HelvCond-Bold;
}
/* line 225, ../sass/partials/_contact.scss */
.contact .section-body.footersection .info.form-section .file input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* line 245, ../sass/partials/_contact.scss */
#map-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 1, ../sass/partials/_form.scss */
.input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 14px;
  padding: 9px 10px;
  font-family: HelvCond-Medium;
}

/* line 10, ../sass/partials/_form.scss */
.error {
  background-color: rgba(209, 0, 36, 0.2);
}

/* line 14, ../sass/partials/_form.scss */
.submit {
  background-color: #D10024;
  font-family: HelvCond-Bold;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 0px;
  outline: none;
  text-align: center;
}

/* line 1, ../sass/partials/_scrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 6, ../sass/partials/_scrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 11, ../sass/partials/_scrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #FFFFFF;
}
