body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:focus {
  color: #2c98f0;
  text-decoration: none !important;
}
a:hover {
  color: #2c98f0;
  text-decoration: none !important;
}
a:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
@media not all and (hover: hover) and (pointer: fine) {
  a {
    color: #2c98f0;
  }
}
a .logo {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  margin-bottom: -10px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
/* For icon alone*/
ion-icon {
  position: relative;
  display: inline-block;
  /*min-width: 15px;*/
  pointer-events: none;
  vertical-align: middle;
  padding-bottom: 3px;
  line-height:1.5;
}
/* For icon within a button*/
a i ion-icon {
  padding-bottom: 2px;
}
.icondown > ion-icon {
  --ionicon-stroke-width: 44px;
}
p {
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
::-webkit-selection {
  color: #fff;
  background: #2c98f0;
}
::-moz-selection {
  color: #fff;
  background: #2c98f0;
}
::selection {
  color: #fff;
  background: #2c98f0;
}
.maintextcolor {
  color: rgba(0, 0, 0, 0.7);
}
.text-justified {
  text-align: justify;
}
.helpcursor {
  cursor: help;
}
.nscursor {
  cursor: ns-resize;
}
.site-narrow-content {
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  .site-narrow-content {
    padding: 0;
  }
}
.scrollTopBtn {
  position: fixed;
  bottom: -200px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 10px;
  border: none;
  outline: none;
  overflow: hidden;
  background-color: #f2f3f7;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.scrollTopBtn i {
  color: #555;
}
@media (hover: hover) and (pointer: fine) {
  .scrollTopBtn:hover {
    background-color: #2c98f0;
  }
  .scrollTopBtn:hover i {
    color: #fff;
  }
}
.scrollTopBtn-show {
  bottom: 20px;
}
.no-gutters {
  margin: 0;
  padding: 0;
}
#site-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .container-wrap {
    max-width: 870px;
  }
}
.container-wrap .background {
  content: "";
  display: block;
  position: fixed;
  right: calc((100% - 1170px) / 2);
  width: 870px;
  height: 100%;
  background-image: url("/images/background/bkg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -2 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#site-aside {
  padding-top: 3em;
  padding-bottom: 1em;
  float: left;
  /*float: right;
  right: calc( (100% - 1170px) / 2 + 870px );*/
  width: 300px;
  min-height: 715px;
  height: 100vh;
  position: fixed;
  overflow-y: hidden;
  z-index: 1001;
  background: #f2f3f7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1170px) {
  #site-aside {
	/*right: calc( (100% - 870px) / 2 + 870px );
	-moz-transform: translateX( calc((870px - 100vw) / 2) );*/
    padding-bottom: 0;
    -moz-transform: translateX( calc((870px - 100vw) / 2 - 300px) ); 
    -webkit-transform: translateX( calc((870px - 100vw) / 2 - 300px) );
    -ms-transform: translateX( calc((870px - 100vw) / 2 - 300px) );
    -o-transform: translateX( calc((870px - 100vw) / 2 - 300px) );
    transform: translateX( calc((870px - 100vw) / 2 - 300px) );
  }
}
@media screen and (max-width: 870px) {
  #site-aside {
	/*right: calc(0px - 100%);*/
	-moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
#site-aside .author-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 0%;
  transform: rotate(-1deg) skewY(-1deg);
  box-shadow: 5px 5px 5px #8a8a8a;
}
#site-aside #site-logo {
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: .5em;
  display: block;
  width: 100%;
}
#site-aside #site-logo a {
  display: block;
  text-align: center;
  color: #000;
  padding-right: .3em;
}
#site-aside .position {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#site-aside .position-line-sep {
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  margin-bottom: 3px;
  margin-left: 110px;
  margin-right: 110px;
  display: block;
}
#site-aside .position a {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  #site-aside .position a:hover {
    color: #2c98f0;
  }
}
#site-aside #site-main-menu {
  display: block;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 3em;
}
#site-aside #site-main-menu .collapse {
  display: block !important;
}
#site-aside #site-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1170px) {
  #site-aside #site-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#site-aside #site-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-aside #site-main-menu ul li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#site-aside #site-main-menu ul li a:after, #tab-menu a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #2c98f0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (hover: hover) and (pointer: fine) {
  #site-aside #site-main-menu ul li a:hover, 
  #tab-menu a:hover {
    text-decoration: none;
    color: black;
  }
  #site-aside #site-main-menu ul li a:hover:after, 
  #tab-menu a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#site-aside #site-main-menu ul li.active a, 
#tab-menu a.active {
  color: #2c98f0;
}
#site-aside #site-main-menu ul li.active a:after, 
#tab-menu a.active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#site-aside .site-footer {
  font-size: 15px;
  text-align: center;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1170px) {
  #site-aside .site-footer {
    padding-bottom: 1em;
  }
}
#site-aside .site-footer p {
  line-height: normal;
}
#site-aside .site-footer a {
  color: rgba(0, 0, 0, 0.5);
}
#site-aside .site-footer ul {
  display: block;
  padding: 0;
  margin: 0 0 2em;
}
#site-aside .site-footer ul li {
  margin: 0px;
  display: inline;
  list-style: none;
}
#site-aside .site-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
#site-aside .site-footer ion-icon {
  min-width: 15px;
}
#site-aside .site-footer ul li a:active:focus {
  color: rgba(0, 0, 0, 0.7);
}
#site-aside .site-footer ul li a:hover {
  text-decoration: none;
  outline: none;
  color: #2c98f0;
}
#site-main {
  width: calc(100% - 300px);
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1170px) {
  #site-main {
    width: 100%;
    /*padding: 0 1em;*/
  }
  .container-wrap .background {
    right: calc((100% - 870px) / 2);
  }
}
@media screen and (max-width: 870px) {
  #site-main {
    padding: 0 1em;
  }
  .container-wrap .background {
    width: calc(100% - 2em);
	right: 1em;
  }
}
body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #site-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 300px;
  background: #f2f3f7;
  z-index: 999;
  position: fixed;
}
@media screen and (max-width: 870px) {
  body.offcanvas #site-main,
  body.offcanvas .container-wrap .background/*, 
  body.offcanvas .site-nav-toggle*/ {
    top: 0;
    -moz-transform: translateX( calc(300px - 1em) ); 
    -webkit-transform: translateX( calc(300px - 1em) );
    -ms-transform: translateX( calc(300px - 1em) );
    -o-transform: translateX( calc(300px - 1em) );
    transform: translateX( calc(300px - 1em) );
  }
}
@media screen and (min-width: 870px) and (max-width: 1170px) {
  body.offcanvas #site-aside {
    -moz-transform: translateX( calc((870px - 100vw) / 2) );
    -webkit-transform: translateX( calc((870px - 100vw) / 2) );
    -ms-transform: translateX( calc((870px - 100vw) / 2) );
    -o-transform: translateX( calc((870px - 100vw) / 2) );
    transform: translateX( calc((870px - 100vw) / 2) );
  }
  body.offcanvas #site-main,
  body.offcanvas .container-wrap .background/*, body.offcanvas .site-nav-toggle*/ {
    -moz-transform: translateX( calc((870px - 100vw) / 2 + 300px) ); 
    -webkit-transform: translateX( calc((870px - 100vw) / 2 + 300px) );
    -ms-transform: translateX( calc((870px - 100vw) / 2 + 300px) );
    -o-transform: translateX( calc((870px - 100vw) / 2 + 300px) );
    transform: translateX( calc((870px - 100vw) / 2 + 300px) );
    }
}
#site-home {
  width: 100%;
  height: 100vh;
  /*float: left;
  clear: both;*/
}
#site-home .flexslider {
  background-color: transparent; 
  border: none;
  z-index: 1;
  /*margin-bottom: 0;*/
}
#site-home .flexslider .slides {
  position: relative;
  /*overflow: visible;*/
}
#site-home .flexslider .slides li {
  position: relative;
}
#site-home .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 20px;
  float: left;
  width: auto;
}
@media screen and (max-width: 1170px) {
  #site-home .flexslider .flex-control-nav {
    top: 100px;
    bottom: auto;
  }
}
#site-home .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#site-home .flexslider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#site-home .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #2c98f0;
}
#site-home .flexslider .flex-direction-nav {
  display: none;
}
#site-home .flexslider .slider-text {
  display: table;
  opacity: 0;
  z-index: 9;
}
#site-home .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 2.5em;
  position: relative;
}
#site-home .flexslider .slider-text > .slider-text-inner h2, 
#site-home .flexslider .slider-text > .slider-text-inner h3 {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Playfair Display", Georgia, serif;
}
#site-home .flexslider .slider-text > .slider-text-inner h2 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
}
#site-home .flexslider .slider-text > .slider-text-inner h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Quicksand", Arial, sans-serif;
}
#site-home .flexslider .slider-text > .slider-text-inner h3 a {
  color: rgba(44, 152, 240, 0.8);
  border-bottom: 1px solid rgba(44, 152, 240, 0.7);
}
#site-home .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 1170px) {
  #site-home .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
#site-home .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 0;
}
#site-home .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}
.site-about, .site-skills, .site-education, .site-experience, .site-work, .site-contact {
  padding-top: 5em;
  padding-bottom: 4em;
  clear: both;
  width: 100%;
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 1170px) {
  .site-about, .site-skills, .site-education, .site-experience, .site-work, .site-contact {
    padding-top: 5em;
    padding-bottom: 4em;
  }
} 
.site-contact {
  padding-bottom: 2em;
}
@media screen and (max-width: 1240px) {
  .site-contact {
    padding-bottom: 5em;
  }
}
.site-separation {
  height: 300px;
  /*height: 0;
  overflow: hidden;
  padding-top: calc(1/3*100%);*/
  background: rgba(0,0,0,.1);
  position: relative;
}
.site-separation .box-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-separation .box-video video {
  height: 70%;
  max-height: 300px;
  width: auto;
  max-width: 80%;
}
.site-separation .name-video {
  display: block;
  position: absolute;
  bottom: 3%;
  right: 3%;
  /*max-width: 20%;*/ 
  text-align: right;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.author-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}
.site-heading span {
  display: block;
}
@media screen and (max-width: 1170px) {
  .site-heading {
    margin-bottom: 3em;
  }
}
.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
}
.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}
.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}
.about-desc p {
  text-align: justify;
}
.about-desc ul {
  margin-bottom: 1.5em;
}
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}
.panel-heading a:focus {
  color: #333333 !important;
  border: 1px solid #333333 !important;
  background: rgba(44, 152, 240, 0.5) !important;
}
@media (hover: hover) and (pointer: fine) {
  .panel-heading a:hover {
    color: #333333 !important;
    border: 1px solid #333333 !important;
    background: rgba(44, 152, 240, 0.5) !important;
  }
}
.panel-heading a, .panel-heading a:active {
  padding: 20px 45px 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", Arial, sans-serif;
  border: 1px solid #2c98f0;
  background-color: #2c98f0;
  color: #fff;
  outline: none;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.panel-heading a:after {
  content: "\2013";
  position: absolute;
  right: 20px;
  font-size: 22px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -13px;
}
.panel-heading a.collapsed:after {
  content: "+";
}
.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.panel-degree {
  display: inline-block;
  font-weight: bold;
  width: 15%;
  min-width: 90px;
}
@media screen and (max-width: 515px) {
  .panel-degree {
    display: block;
  }
}
.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}
.panel-body p {
  text-align: justify;
}
.panel-body > div {
  margin-bottom: 1.5em;
}
.panel-body ul {
  margin-bottom: 0;
}
.panel-body div:last-of-type {
  margin-bottom: 0;
}
.panel-body .panel-body-btn {
  margin-bottom: 12.5px;
}
.panel-body .panel-body-btn a {
  display: inline;
  margin-right: 10px;
}
.panel-body .panel-body-btn .btn {
  margin-bottom: 10px;
}
.panel-body .panel-body-btn a:last-child {
  margin-right: 0;
}
.location-title {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.location-name {
  display: inline-block;
  position: relative;
}
.panel-body .panel-body-location a {
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}
.panel-body .panel-body-location a:active, .panel-body .panel-body-location a:focus {
  color: #2c98f0;
}
@media (hover: hover) and (pointer: fine) {
  .panel-body .panel-body-location a:hover {
    color: #2c98f0;
  }
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px;
}
.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  font-size: 20px;
  float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
  background: #2e93e6;
} /*ec5453*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
  background: #459de6;
} /*f9bf3f*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
  background: #5ca8e6;
} /*a84cb8*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
  background: #73b2e6;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
  background: #fff;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  width: 100%;
  /*display: inline-block;*/
  font-size: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
  color: #000;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span.date {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-right: .5em;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  position: relative;
  display: block;
  margin-top: -3px;
  float: right;
  font-size: 16px;
  color: #000;
  font-weight: 200;
}
@media (hover: hover) and (pointer: fine) {
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:hover {
    color: #2c98f0;
  }
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:active, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:focus {
  color: #2c98f0;
}
@media screen and (max-width: 850px) {
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span.date {
    display: block;
    padding-bottom: 7px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    display: block;
    margin-bottom: 50px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    display: block;
    padding-top: 7px;
    float: left;
    width: 100%;
  }
}
.services {
  margin-bottom: 30px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-bottom: 2px solid #1789e6;
}
.services .icon2 {
  display: block;
  margin-bottom: 20px;
}
.services .icon2 i {
  font-size: 30px;
  color: #2e93e6;
}
.services h3 {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.services {
  margin-bottom: 5em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1170px) {
  .services {
    margin-bottom: 4em;
  }
}
.services .icon {
  position: relative;
  top: -22.5px;
  left: 0;
  right: 0;
  width: 100px;
  height: 50px;
  display: table;
  margin: 0 auto;
  background: #1789e6;
}
.services .icon:before, .services .icon:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
}
.services .icon:before {
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 30px 50px;
  border-color: transparent transparent #1789e6 transparent;
}
.services .icon:after {
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #1789e6 transparent transparent transparent;
}
.services .icon i {
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}
.services .desc {
  margin-top: 40px;
}
.services .desc h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.qr-code-small {
  height: 25px;
  width: 25px;
  margin-bottom: 5px;
}
.qr-code {
  height: 230px;
  width: 230px;
}
img:hover:active:focus {
  text-decoration: none !important;
}
.site-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.site-feature-qr {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #div-qr-code {
    display: none;
  }
  #qr-code-small {
    display: block !important;
  }
}
.site-feature-qr.site-feature-qr-xs {
  left: 0;
}
.site-feature .site-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: table;
  text-align: center;
  background: #f2f3f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.site-feature-qr .site-icon-qr {
  position: relative;
  margin: 0 auto 14px;
  width: 250px;
  height: 250px;
  padding: 10px;
  display: block;
  background: #f2f3f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.site-feature .site-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #2c98f0;
  font-size: 60px;
  height: 50px;
}
.site-feature .site-icon-qr i {
  vertical-align: middle;
  color: #2c98f0;
}
.site-feature .site-icon i ion-icon {
  padding-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .site-feature .site-icon i {
    font-size: 40px;
  }
}
.site-feature .site-text {
  padding-left: 80px;
  width: 100%;
}
.site-feature-qr .site-text-qr {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-feature-qr .site-text-qr {
    width: 250px;
  }
}
.site-feature.site-feature-sm .site-text {
  margin-top: 12px;
}
.site-feature.site-feature-sm .site-icon i {
  color: #2c98f0;
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .site-feature.site-feature-sm .site-icon i {
    font-size: 28px;
  }
}
.site-feature.site-feature-sm .site-icon.social i {
  font-size: 21px;
}
@media screen and (max-width: 1200px) {
  .site-feature.site-feature-sm .site-icon.social i {
    font-size: 24px;
  }
}
.work-menu {
  margin-bottom: 5px;
}
.work-menu span a {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 10px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work-menu span a:first-child {
  margin-left: 0;
}
#tab-menu a {
  margin-left: 30px;
  margin-right: 30px;
}
#tab-menu a:first-child {
  margin-left: 0;
}
#tab-menu a:last-child {
  margin-right: 0;
}
#tab-menu a span.right-icon {
  margin-right: calc(-47px + 4.24px);
  position: absolute;
  top: 43%;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: arrow 1.5s infinite;
  animation: arrow 1.5s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#tab-menu a span.right-icon:nth-of-type(1) {
  right: 0px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#tab-menu a span.right-icon:nth-of-type(2) {
  right: 10px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;  
}
#tab-menu a span.right-icon:nth-of-type(3) {
  right: 20px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;  
}
#tab-menu a span.left-icon {
  margin-left: -47px;
  position: absolute;
  top: 43%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow 1.5s infinite;
  animation: arrow 1.5s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#tab-menu a span.left-icon:nth-of-type(1) {
  left: 0px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#tab-menu a span.left-icon:nth-of-type(2) {
  left: 10px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#tab-menu a span.left-icon:nth-of-type(3) {
  left: 20px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#tab-menu a:hover span.right-icon,
#tab-menu a:hover span.left-icon {
  border-color: #2c98f0;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#scroll-horizon-container {
  padding: 15px 0;
  width: 100%;
  position: relative;
  overflow-x: scroll;
  display: flex;
  scroll-snap-type: x mandatory; /* Chrome Canary */
  scroll-snap-type: mandatory; /* Firefox */
  -ms-scroll-snap-type: mandatory; /* IE/Edge */
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  -webkit-scroll-snap-type: mandatory; /* Safari */
  -webkit-scroll-snap-destination: 0% 0%;
  -webkit-overflow-scrolling: touch;
} /* important for iOS */
#scroll-horizon-container::-webkit-scrollbar {
  display: none;
} /* Hide scrollbar for Chrome, Safari and Opera */
#scroll-horizon-container .scroll-horizon-child {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-coordinate: 0% 0%; /* older (Firefox/IE) */
  -webkit-scroll-snap-coordinate: 0% 0%;
} /* older (Safari) */
.tabdesc {
  padding: 0px 30px;
  margin-bottom: 25px;
}
.tabdesc p {
  text-align: justify;
  margin-bottom: 1em;
}
.tabdesc .tabdescbtn a:last-child {
  margin-right: 0;
}
.tabdesc .tabdescbtn a {
  display: inline;
  margin-right: 1.5em;
}
.tabdesc .tabdescbtn .btn {
  margin-bottom: 10px;
}
.project {
  position: relative;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 290px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
}
.project .desc {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c98f0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 412.5px) {
  .project .desc {
    position: relative;
  }
}
.project .desc .con {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 68px;
  display: block;  
  /*position: relative;*/
}
.project .desc .con h3 {
  text-align: left;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.project .desc .con h3 a {
  color: #fff;
}
.project .desc .con p a {
  color: rgba(255, 255, 255, 0.7);
}
.project .desc .con h3 a:hover, .project .desc .con p a:hover {
  color: #000;
}
#tab-3-content .project .desc .con h3 {
  margin-bottom: 8px;
}
.project .desc .con h4 {
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.project .desc .con h3, 
.project .desc .con h4 {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.project .desc .con span {
  /*position: relative;*/
  text-align: justify;
  font-weight: 500;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.project .desc .con span ul {
  padding-inline-start: 30px;
}
@media screen and (max-width: 1170px) {
  .project .desc h3 {
    font-style: 28px;
  }
  .project .desc h4 {
    font-style: 24px;
  }
  .project .desc .con span {
    font-style: 14px;
  }
}
.project:hover .desc,
.project:focus .desc {
  opacity: 1;
}
.project:hover .desc h3,
.project:hover .desc h4,
.project:focus .desc h3,
.project:focus .desc h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.project:hover .desc span,
.project:focus .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
modalbtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
}
modalbtn:focus .desc {
  opacity: 1;
}
/*.project .desc modalbtn {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.project:hover .desc modalbtn,
.project:focus .desc modalbtn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/
downbtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
downbtn a {
  position: relative;
  margin-left: 10px;
}
downbtn a:first-child {
  margin-left: 0px;
}
downbtn a ion-icon {
  padding-bottom: 2px;
}
/*.project .desc downbtn {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.project:hover .desc downbtn,
.project:focus .desc downbtn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/
#site-gmap {
  width: 100%;
  height: 300px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
  #map {
    height: 100px;
  }
}
.boxcode {
  display: inline-block;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 15px !important;
  margin-right: 10px;
  color: #333333;
  border: 1px solid #DEDEDE;
  background: #f2f3f7;
}
.boxcode:first-of-type {
  margin-left: 10px;
}
.boxcode:last-of-type {
  margin-right: 0;
}
.boxcode a {
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .boxcode a:hover {
    color: #2c98f0;
  }
}
@media screen and (max-width: 1132px) {
  .boxcode {
    margin-bottom: 10px !important;
  }
}
.btn {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-virtual:focus {
  outline: none;
}
.btn-virtual:focus > .btn {
  color: #333333 !important;
  border: 1px solid #333333 !important;
  background: rgba(44, 152, 240, 0.5) !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn-white:hover {
    color: #333333 !important;
    border: 1px solid #333333;
    background: rgba(44, 152, 240, 0.5) !important;
  }
}
.btn-white, .btn-white:active {
  color: #2c98f0 !important;
  border: 1px solid #2c98f0;
  background: transparent !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue:hover {
    color: #333333 !important;
    border: 1px solid #333333 !important;
    background: rgba(44, 152, 240, 0.5) !important;
  }
}
.btn-blue, .btn-blue:active {
  color: #fff !important;
  border: 1px solid #2c98f0 !important;
  background: #2c98f0 !important;
}
.btn-modal, .btn-link {
  color: #fff;
  border: 1px solid #fff;
  background: #2c98f0 !important;
}
.btn-link {
  padding: 7px 15px !important;
}
.btn-modal:focus, .btn-modal:hover, .btn-link:focus, .btn-link:hover {
  color: #333333 !important;
  border: 1px solid #333333 !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.site-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #000;
}
.site-nav-toggle.dark.active i::before, .site-nav-toggle.dark.active i::after {
  background: #000;
}
@media (hover: hover) and (pointer: fine) {
  .site-nav-toggle:hover {
    outline: none;
    border-bottom: none !important;
  }
}
.site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000; /*#2c98f0*/
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000; /*#2c98f0*/
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.site-nav-toggle.dark i::before, .site-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-nav-toggle i::before {
  top: -7px;
}
.site-nav-toggle i::after {
  bottom: -7px;
}
@media (hover: hover) and (pointer: fine) {
  .site-nav-toggle:hover i::before {
    top: -10px;
  }
  .site-nav-toggle:hover i::after {
    bottom: -10px;
  }
}
.site-nav-toggle.active i {
  background: transparent;
}
.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.site-nav-toggle {
  position: fixed;
  left: -5px;
  top: 0px;
  z-index: 1009;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1170px) {
  .site-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}
.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 1170px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}
.row-bottom-padded-md {
  padding-bottom: 3em;
}
@media screen and (max-width: 1170px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}
.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 1170px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}
.row-pt-md {
  margin-top: 0em;
  padding-top: 3em;
}
.col-padding {
  padding: 10px !important;
}
.js .animate-box {
  opacity: 0;
}
.cfsection {
  cursor: alias;
}
/* FancyBox: iFrame
   =========================*/
/* control size */
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  background: #191919;
  max-width: 995.5px;
  max-height: calc(85vh - 0px);
}
/* FancyBox: animated modal
   =========================*/
.animated-modal {
  display: none;
  border-radius: 4px;
  padding: 0 0 0px 0;
  transform: translateY(-50px);
  transition: all .7s;
  max-width: 995.5px;
  max-height: calc(85vh - 0px);
}
.animated-modal .fancybox-close-small {
  top: 15px;
  right: 15px;
}
.animated-modal .content-header {
  padding: 30px;
}
.animated-modal .content-scroll {
  overflow: auto;
  max-height: calc(100vh - 400px);
  padding: 0 30px 0 30px;
  margin-bottom: 25px;
}
.animated-modal .content-header h2 {
  margin-bottom: 0;
  color: #2c98f0;
}
.animated-modal .content-scroll p, .animated-modal .content-scroll li {
  text-align: justify;
  font-weight: 420;
  color: rgba(0, 0, 0, 0.9);
}
.animated-modal .content-scroll li {
  margin-left: 20px;
}
.animated-modal .content-scroll a {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
}
.animated-modal .content-scroll a:active, .animated-modal .content-scroll a:focus {
  color: #2c98f0;
}
@media (hover: hover) and (pointer: fine) {
  .animated-modal .content-scroll a:hover {
    color: #2c98f0;
  }
}
@media not (hover: hover) and (pointer: fine) {
  .animated-modal .content-scroll a {
    color: #2c98f0;
  }
}
.animated-modal .content-scroll div {
  margin-bottom: 1.5em;
}
.animated-modal .content-scroll p {
  margin-bottom: 0.7em;
}
.animated-modal .content-scroll li {
  margin-bottom: 0.5em;
}
.animated-modal .content-scroll li > p {
  margin-bottom: 0.5em;
}
.animated-modal .content-scroll a {
  margin-bottom: 0;
}
.animated-modal .content-scroll div > p:last-child, 
.animated-modal .content-scroll div > li:last-child {
  margin-bottom: 0;
}
.animated-modal .content-scroll li > p:last-child {
  margin-bottom: 0;
}
.animated-modal .content-scroll div:last-of-type {
  margin-bottom: 0;
}
.animated-modal .content-footer {
  float: right;
  font-size: 13px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 30px 10px 0;
}
.animated-modal .content-footer-used {
  margin-bottom: 0;
}
.animated-modal .content-header h2, 
.animated-modal .content-scroll div, 
.animated-modal .content-footer {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}
/* Final state */
.fancybox-slide--current .animated-modal, 
.fancybox-slide--current .animated-modal .content-header h2, 
.fancybox-slide--current .animated-modal .content-scroll div,
.fancybox-slide--current .animated-modal .content-footer {
  transform: translateY(0);
  opacity: 1;
}
/* Reveal content with different delays */
.fancybox-slide--current .animated-modal .content-header h2 {
  transition-delay: .1s;
}
.fancybox-slide--current .animated-modal .content-scroll div {
  transition-delay: .3s;
}
.fancybox-slide--current .animated-modal .content-footer {
  transition-delay: .4s;
}
@media screen and (max-width: 479px) {
  .animated-modal, 
  .fancybox-slide--iframe .fancybox-content {
    max-width: calc(95vw - 0px);
  }
}
@media screen and (min-width: 480px) and (max-width: 1170px) {
  .animated-modal,
  .fancybox-slide--iframe .fancybox-content {
    max-width: calc(85vw - 0px);
  }
}
/* FancyBox: gallery
   =========================*/
/* Increase space around image */
.fancybox-slide--image {
  padding: 50px;
}
/* Add shadow around image, but hide it while zooming */
.fancybox-image {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 25px;
  transition: box-shadow .2s;
}
.fancybox-is-scaling .fancybox-image {
  box-shadow: none;
}
/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item, 
.fancybox-can-pan .fancybox-item {
  display: none !important;
}
/* Style navigation elements */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-nav-out {
  width: 0%;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
/* GoogleMap: PopUp
   =========================*/
#popupGmapcontent {
  font-size: 18px;
}
/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 200px;
}

#gmap-box {
  overflow:hidden;
  /*clip-path: polygon(0 16%, 100% 16%, 100% 100%, 0% 100%);*/
}
