/* FONTS
====================================*/
@font-face {
  font-family: "Big Caslon";
  src: url(../fonts/big-caslon-medium.woff) format("woff");
}

@font-face {
  font-family: "Abril Fatface Regular";
  src: url(../fonts/AbrilFatface-Regular.otf) format("otf");
}

/* GENERAL
====================================*/
body {
  height: 100%;
  color: #1e1e1e;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  body {
    overflow-x: auto;
  }
}

/* link */
a {
  color: #1e1e1e;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #6993BD;
}

/* Button */
.btn {
  height: 50px;
  padding: 0 40px;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 13px;
}

.btn-primary {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #050505;
  border-color: #050505;
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* Form controls */
.form-control {
  font-family: 'Abril Fatface', cursive;
  color: #1e1e1e;
  border-color: transparent transparent #dadada transparent;
  background: #ffffff;
}

.form-control::placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control:focus {
  color: #1e1e1e;
  box-shadow: none;
  border-color: transparent transparent #1e1e1e transparent;
  background: #ffffff;
}

.form-control:focus::placeholder {
  color: #1e1e1e;
}

.form-control:focus:-ms-input-placeholder {
  color: #1e1e1e;
}

.form-control:focus::-ms-input-placeholder {
  color: #1e1e1e;
}

/* Top text */
.top-text p {
  max-width: 820px;
  font-size: 24px;
  color: #ffffff;
}

/* Top text home */
.top-text-home p {
  max-width: 672px;
  font-size: 14px;
  color: #ffffff;
}

/* Quote */
.quote {
  font-family: 'Abril Fatface', cursive;
}

.quote p {
  max-width: 740px;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.quote span {
  height: 60px;
  font-size: 60px;
  color: #525961;
}

.quote-attribution {
  max-width: 300px !important;
}

.quote-attribution span {
  height: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

/* SECTION
====================================*/
.section {
  padding: 60px 0;
}

@media screen and (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .section {
    padding: 120px 0;
  }
}

.section.section-gray {
  background-color: #F6F7F9;
}

.section-light-gray {
  background: #F6F6F6;
}

.section-dark-blue {
  background: #141c25;
}

.section-white {
  background: #ffffff;
}

/* SECTION HEADING
====================================*/
.section-heading {
  font-family: 'Abril Fatface', cursive;
}

.section-heading h2 {
  font-size: 16px;
  color: #999999;
}

.section-heading h3 {
  font-size: 32px;
  color: #1e1e1e;
}

.section-heading a{
   width: 30px;
   height: 34px;
   cursor: default;
}

.section-heading a.active{
   cursor: pointer;
}

.section-heading a [class*=icono-]{
   color: #999;
   opacity: 0.3;
}

.section-heading a.active [class*=icono-]{
   color: #6993BD;
   opacity: 1;
}

[class*=icono-]{
   display: inline-block;
   vertical-align: middle;
   position: relative;
   font-style: normal;
   color: #999;
   text-align: left;
   text-indent: -9999px;
   direction: ltr;
}

[class*=icono-]:after,
[class*=icono-]:before {
   content: '';
   pointer-events: none;
}

.icono-caretRight,
.icono-caretLeft{
   width: 12px;
   height: 20px;
   margin: 7px 0;
}

.icono-caretRight:before,
.icono-caretRight:after,
.icono-caretLeft:before,
.icono-caretLeft:after{
   width: 14px;
   height: 2px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto 0;
   right: 2px;
   box-shadow: inset 0 0 0 32px;
   -webkit-transform-origin: right;
   transform-origin: right;
}

.icono-caretRight:before,
.icono-caretLeft:before{
   transform: rotate(45deg);
}

.icono-caretRight:after,
.icono-caretLeft:after{
   transform: rotate(-45deg);
}

.icono-caretLeft{
   transform: rotate(180deg);
}

/* NAV SECTION
====================================*/
.nav-section {
  background: white;
}

.nav-section .logo {
  width: 60px;
  height: 60px;
  z-index: 99;
}

@media screen and (min-width: 1200px) {
  .nav-section .logo {
    position: absolute;
  }
}

.nav-section .nav-section-top {
  height: 60px;
}

.nav-section .brand-text-wrapper {
  transition: max-width .7s, flex .7s;
}

@media screen and (min-width: 1400px) {
  .nav-section .brand-text-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.nav-section .brand-text {
  font-family: "Big Caslon";
  font-weight: normal;
  text-decoration: none;
  transition: padding .7s;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-section .brand-text {
    padding-left: 3rem;
  }
}

.nav-section .brand-text span:nth-child(2) {
  color: #999999;
}

.nav-section .brand-text:hover {
  color: #1e1e1e;
}

.nav-section .nav-wrapper {
  padding-right: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1240px) {
  .nav-section .nav-wrapper {
    padding-right: 1rem;
  }
}

.nav-section .nav-link {
  font-size: 11.5px;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  transition: color .3s, border .3s;
}

.nav-section .nav-link i {
  position: relative;
}



.nav-section .nav-link:hover,
.nav-section .nav-link.active {
  color: #1e1e1e;
  border-color: #6993BD;
}

.nav-section .nav-link:hover i,
.nav-section .nav-link.active i {
  color: #6993BD;
}

.nav-section .btn {
  height: 60px;
  background-color: #6993BD;
  border-color: #6993BD;
}

@media screen and (min-width: 1200px) {
  .nav-section .btn {
    position: ;
  }
}

.nav-section .btn:hover, .nav-section .btn:not(:disabled):not(.disabled):active {
  background-color: #4a7aa9;
  border-color: #4a7aa9;
}

.nav-section-bottom {
  height: 60px;
  background: #1c2833;
}

@media screen and (max-width: 1199px) {
  .nav-section-bottom .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-section-bottom .container {
    padding-left: 61px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .nav-section-bottom .container .row {
    margin: 0;
  }
}

.nav-section-bottom .info-wrapper {
  transition: max-width .7s, flex .7s;
}

@media screen and (min-width: 1400px) {
  .nav-section-bottom .info-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.nav-section-bottom .info {
  transition: padding .7s;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-section-bottom .info {
    padding-left: 3rem;
  }
}

.nav-section-bottom .info span {
  line-height: 5px;
}

.nav-section-bottom .info span:nth-child(1) {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: white;
}

.nav-section-bottom .info span:nth-child(2) {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  color: #a0adb3;
}

.nav-section-bottom .nav-link {
  font-weight: 500;
  font-size: 12px;
  color: #a0adb3;
  border-bottom: solid 2px transparent;
  transition: color .3s, border .3s;
}

.nav-section-bottom .nav-link.active,
.nav-section-bottom .nav-link:hover {
  color: white;
  border-color: #6993BD;
}

/* HOME PAGE
====================================*/
/* Header */
header {
  background: transparent url(../img/HomeHeaderImage_CC2.jpg) top center;
  background-size: cover;
}

.header-content {
  padding: 120px 0 100px;
}

@media screen and (min-width: 992px) {
  .header-content {
    padding: 160px 0 200px;
  }
}

@media screen and (min-width: 1200px) {
  .header-content {
    padding: 200px 0 220px;
  }
}

@media screen and (min-width: 1400px) {
  .header-content {
    padding: 375px 0 240px;
  }
}

.header-content > span:nth-child(1) {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 3px;
}

.header-content > span:nth-child(1)::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  top: 30px;
  left: 50%;
  position: absolute;
  background: #b99867;
}

.header-content h1 {
  font-family: "Big Caslon";
  font-size: 40px;
}

.header-content p {
  max-width: 720px;
  font-weight: 500;
  font-size: 14px;
  color: #a3b3c7;
}

.home-text p {
  color: #a3b3c7;
  font-size: 15px;
  line-height: 2;
}

.header-content > span:last-child {
  max-width: 200px;
  font-weight: 500;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5) transparent rgba(255, 255, 255, 0.5) transparent;
}

.header-content > span:last-child .trace {
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.header-footer {
  bottom: 0;
  font-weight: 500;
}

.header-footer p {
  background: white;
  font-size: 12px;
}

.header-footer p span:last-child {
  letter-spacing: -1px;
}

.header-footer .first-word {
  color: #6993BD;
}

/* Portfolio */
.portfolio-item {
  width: calc(100% - 30px);
  margin-left: 15px;
  padding: 15px;
  opacity: 0;
  top: 0;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  color: white;
  background: rgba(105, 147, 189, 0.8);
  transition: opacity .3s;
}

.portfolio-item:hover {
  opacity: 1;
}

.portfolio-item h4 {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
}

.portfolio-item span {
  font-size: 13px;
}

.portfolio-item-inner {
  background: rgba(105, 147, 189, 0.65);
}

/* Contact */
.contact .btn {
  font-weight: 500;
  letter-spacing: 2px;
  background: #1e1e1e;
}

.contact .btn:hover {
  background: black;
}

#contact-form #name-error,
#contact-form #email-error,
#contact-form #phone-error,
#contact-form #message-error {
  color: red;
}

/* ABOUT PAGE
====================================*/
@media screen and (min-width: 576px) {
  .about-page .top-text {
    text-align: justify;
  }
}

.process h2 {
  font-family: 'Abril Fatface', cursive;
  font-size: 48px;
}

.process h2 + span {
  font-weight: 500;
  letter-spacing: 1px;
  color: #999999;
}

.process h3 {
  font-size: 18px;
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .process h3 {
    font-size: 20px;
  }
}

.process p {
  font-weight: 500;
  font-size: 14px;
}

.about-text p {
  color: #a3b3c7;
  font-size: 15px;
  line-height: 2;
}

.about-text p strong {
  font-weight: 700;
}

/* SERVICES PAGE
====================================*/
@media screen and (min-width: 576px) {
  .services-page .top-text {
    text-align: justify;
  }
}

.services {
  max-width: 820px;
}

.services .container {
  border-top: solid 4px #F2F2F2;
  border-bottom: solid 2px #cccccc;
}

.services h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}

.services td {
  font-size: 18px;
  font-weight: 500;
}

/* PRODUCTION PAGE
====================================*/
.project-page {
  background: #141C24;
}

.project-page .text-3D p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #a3b3c7;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .project-page .text-3D p {
    max-width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .project-page .text-3D p {
    max-width: 50%;
  }
}

.project-header {
  background: #19212c;
}

.project-header h2 {
  font-size: 20px;
}

.project-header .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #879299;
  border-bottom: solid 1px #303843;
}

.project-header .project-number {
  font-size: 71px;
  font-weight: 500;
  line-height: 60px;
}

.project-header .project-client,
.project-header .project-year {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .project-header .project-client,
  .project-header .project-year {
    font-size: 14px;
  }
}

.project-header .project-title {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .project-header .project-title {
    font-size: 20px;
  }
}

.project-header .project-brief {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* DIRECTOR PAGE
====================================*/
.director-page {
  background: #141C24;
}

@media screen and (min-width: 576px) {
  .director-page .top-text {
    text-align: justify;
  }
}

.director-page .storyboarding {
  font-family: 'Open Sans', sans-serif;
}

.director-page .storyboarding p {
  color: #a3b3c7;
  font-size: 15px;
  line-height: 2;
}

.director-page .storyboarding p img {
  width: 100%;
  max-width: 672px;
}

@media screen and (min-width: 992px) {
  .director-page .storyboarding p span:nth-child(3) {
    padding-left: 400px;
  }
}

.director-page .text-3D p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #a3b3c7;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .director-page .text-3D p {
    max-width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .director-page .text-3D p {
    max-width: 50%;
  }
}

/* CONTACT PAGE
====================================*/
.contact-blocks {
  max-width: 1000px;
}

.contact-blocks .col-md-4.border {
  border-width: 1px 0 1px 0 !important;
}

@media screen and (min-width: 768px) {
  .contact-blocks .col-md-4.border {
    border-width: 0 1px 0 1px !important;
  }
}

.contact-block {
  height: 220px;
  font-weight: 700;
}

.contact-block p {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .contact-block p {
    font-size: 13px;
  }
}

.contact-block .info {
  color: #999999;
}

.contact-image {
  height: 500px;
  background: transparent url(../img/Contact-01_optimized.jpg) center center;
  background-size: cover;
}

/* TO TOP BUTTON
====================================*/
.to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  color: #1e1e1e;
  border: solid 1px #1e1e1e;
  transition: color .3s, border .3s;
}

.dark-page .to-top {
  color: #999;
  border-color: #999;
}

.to-top i {
  transition: color .3s;
}

.to-top:hover {
  text-decoration: none;
  border: solid 1px #6993BD;
}

.to-top:hover i {
  color: #6993BD;
}

.to-top.visible {
  right: 20px;
}

/* FOOTER
====================================*/
footer {
  padding: 40px 0;
  background: #1c2833;
}

@media screen and (min-width: 992px) {
  footer {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1200px) {
  footer {
    padding: 80px 0;
  }
}

footer a:hover {
  text-decoration: none;
}

footer .copyright {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #999999;
}

.footer-brand {
  font-family: "Big Caslon";
  font-size: 16px;
  color: white;
}

.footer-brand:hover {
  color: white;
}

.footer-brand span:nth-child(2) {
  color: #999999;
}

.social-links .nav-link {
  width: 34px;
  height: 34px;
  color: #999999;
  border: solid 1px #999999;
  background: transparent;
  transition: color .3s, border .3s;
}

.social-links .nav-link i {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13px;
}

.social-links .nav-link:hover {
  color: #6993BD;
  border-color: #6993BD;
}

/* LOADER
==================================*/
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 999999;
}

.cp-spinner {
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  margin: -24px 0 0 -24px;
  top: 50%;
  left: 50%;
}

.cp-skeleton {
  border-radius: 50%;
  border-top: solid 6px #6993BD;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  animation: cp-skeleton-animate 1s linear infinite;
}

.cp-skeleton:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #6993BD;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotateZ(-30deg);
}

.cp-skeleton:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 6px transparent;
  border-right: solid 6px #6993BD;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotateZ(30deg);
}

@keyframes cp-skeleton-animate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

/* NAVIGATION
================================*/
.navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: initial;
  align-items: initial;
  width: 100%;
  min-height: 60px;
  padding: 0;
  position: relative;
  line-height: initial;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: background 0.3s;
}

@media (min-width: 1200px) {
  .navigation {
    height: 60px;
  }
}

.navigation *,
.navigation *:before,
.navigation *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.navigation.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 19998;
}

.navigation.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  will-change: opacity;
  z-index: 19998;
}

.navigation > .container {
  display: -ms-flexbox;
  display: flex;
}

/* MOBILE HEADER
================================*/
.navigation-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .navigation-header {
    display: none;
  }
}

/* OVERLAY PANEL
================================*/
.overlay-panel {
  width: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -999999;
  transition: opacity 0.8s;
}

.overlay-panel.is-visible {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 19999;
}

.overlay-panel.is-invisible {
  opacity: 0;
}

@media (min-width: 1200px) {
  .overlay-panel.is-visible {
    display: none !important;
  }
}

/* NAVIGATION LOGO
================================*/
.navigation-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-logo a img {
  height: 30px;
  display: block;
}

@media (min-width: 576px) {
  .navigation-logo a img {
    height: 48px;
  }
}

.navigation-logo-top .navigation-body .navigation-logo img {
  width: auto;
  height: auto;
}

.navigation-header .navigation-logo {
  padding: 0 1rem;
}

.navigation-logo.navigation-item a img {
  width: auto;
  height: auto;
}

.navigation-body-header .navigation-logo img {
  height: 30px;
}

/* NAVIGATION BUTTON TOGGLER
================================*/
.navigation-button-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 60px;
  cursor: pointer;
}

.navigation-button-toggler .hamburger-icon {
  width: 20px;
  height: 2px;
  display: inline-block;
  font-style: normal;
  color: #1e1e1e;
  box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
}

/* NAVIGATION BODY
================================*/
.navigation-body {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 20000;
  transition: left 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1), right 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1);
}

@media (min-width: 500px) {
  .navigation-body {
    width: 320px;
  }
}

@media (min-width: 1200px) {
  .navigation-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    left: auto;
    overflow: visible;
    z-index: auto;
    background-color: transparent;
    transition: all 0s ease 0s;
  }
}

.navigation-body.offcanvas-right {
  left: auto;
  right: -100%;
}

@media (min-width: 1200px) {
  .navigation-body.offcanvas-right {
    right: auto;
  }
}

.navigation-body.is-visible {
  left: 0;
  transition: left 0.8s, right 0.8s;
}

.navigation-body.offcanvas-right.is-visible {
  right: 0;
  left: auto;
}

@media (min-width: 1200px) {
  .navigation-body.offcanvas-right.is-visible {
    right: auto;
  }
}

.navigation-body.is-invisible {
  left: -100%;
}

.navigation-body.offcanvas-right.is-invisible {
  right: -100%;
}

.navigation-body.scroll-momentum {
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  .navigation-centered .navigation-body {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-justified .navigation-body {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation-logo-top .navigation-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.navigation-body-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-bottom: solid 1px #e9ecef;
}

@media (min-width: 1200px) {
  .navigation-body-header {
    border: none;
  }
  .navigation-centered .navigation-body-header {
    padding: 0;
  }
  .navigation-logo-top .navigation-body-header {
    padding-top: 20px;
  }
}

.navigation-body-close-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding-bottom: 2px;
  line-height: initial;
  text-align: center;
  font-size: 25px;
  color: #1e1e1e;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .navigation-body-close-button {
    display: none;
  }
}

.navigation-body-section {
  width: 100%;
  padding: 16px;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .navigation-body-section {
    width: auto;
    display: inline-block;
  }
}

.navigation-body-section + .navigation-body-section {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .navigation-body-section + .navigation-body-section {
    padding-top: 16px;
  }
}

/* NAVIGATION MENU
================================*/
.navigation-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  display: inline-block;
  float: left;
}

@media (min-width: 1200px) {
  .navigation-menu {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation .navigation-menu {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navigation-logo-top .navigation-menu {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Navbar item */
.navigation-item {
  width: 100%;
  margin: 0;
  float: left;
  display: inline-block;
}

@media (min-width: 1200px) {
  .navigation-item {
    width: auto;
  }
}

/* Navbar link */
.navigation-link {
  width: 100%;
  padding: 13px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1e1e1e;
  border-bottom: solid 1px #e9ecef;
  transition: color 0.3s;
}

.navigation-link:visited {
  color: #1e1e1e;
}

@media (min-width: 1200px) {
  .navigation-item:last-child .navigation-link {
    border-top: none;
    border-bottom: none;
  }
}

.navigation-item:not(.navigation-brand-text):hover .navigation-link,
.navigation-item:not(.navigation-brand-text):focus .navigation-link,
.navigation-item:not(.navigation-brand-text).is-active .navigation-link {
  text-decoration: none !important;
  color: #6993BD;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .navigation-link {
    height: 100%;
    padding: 10px 16px;
    line-height: 60px;
    border: none;
  }
}

.navigation-menu.navigation-social-menu + .navigation-menu:not(.navigation-social-menu) .navigation-item:first-child .navigation-link {
  border-top: solid 1px #e9ecef;
}

@media (min-width: 1200px) {
  .navigation-menu.navigation-social-menu + .navigation-menu:not(.navigation-social-menu) .navigation-item:first-child .navigation-link {
    border-top: none;
  }
}

.navigation-link i {
  width: 28px;
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 0;
}

.navigation-link i[class*=fa] {
  font-size: 21px;
}

@media (min-width: 1200px) {
  .navigation-link i {
    width: auto;
  }
}

.navigation-link i + span {
  padding-left: 8px;
}

.navigation-icon-item .navigation-link {
  padding: 13px 16px;
}

@media (min-width: 1200px) {
  .navigation-icon-item .navigation-link {
    width: 100%;
    margin: 0;
    padding: 25px 25.6px;
    border-left: solid 1px #e9ecef;
  }
}

@media (min-width: 1200px) {
  .navigation-icon-item .navigation-link span:not(.submenu-indicator) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navigation-icon-item .navigation-link .navigation-badge {
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .navigation-icon-item .navigation-link i {
    width: 20px;
    height: 26px;
    margin: 0;
    line-height: 26px;
    text-align: center;
    float: left;
    font-size: 25.6px;
  }
  .navigation-icon-item .navigation-link i[class*=fa] {
    width: auto;
    font-size: 21px;
  }
}

.navigation-avatar-item .navigation-link {
  font-size: 12px;
  font-weight: bold;
}

.navigation-avatar-item .navigation-link img {
  width: 48px;
  border: solid 2px #6993BD;
  border-radius: 50%;
}

.navigation-avatar-item .navigation-link span {
  margin-left: 8px;
}

.navigation-body-section + .navigation-menu:not(.navigation-social-menu) > .navigation-item:first-child > .navigation-link {
  border-top: solid 1px #e9ecef;
}

@media (min-width: 1200px) {
  .navigation-body-section + .navigation-menu:not(.navigation-social-menu) > .navigation-item:first-child > .navigation-link {
    border-top: none;
  }
}

/* SUBMENU INDICATOR
================================*/
.submenu-indicator {
  width: 46px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20000;
}

@media (min-width: 1200px) {
  .submenu-indicator {
    width: 6px;
    height: 6px;
    margin-left: 6px;
    float: right;
    position: relative;
  }
  li:not(.navigation-icon-item) span:not(.navigation-badge) + .submenu-indicator,
  li:not(.navigation-icon-item) i + span + .navigation-badge + .submenu-indicator {
    margin-left: 0;
  }
}

.submenu-indicator:after {
  height: 6px;
  width: 6px;
  margin: -3px 0 0 -3px;
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #1e1e1e #1e1e1e transparent;
  transform: rotate(45deg);
  transition: border 0.3s, transform 0.3s;
}

.navigation-item:hover > .navigation-link > .submenu-indicator:after,
.navigation-item:focus > .navigation-link > .submenu-indicator:after,
.navigation-item.is-active > .navigation-link > .submenu-indicator:after {
  border-color: transparent #6993BD #6993BD transparent;
}

.submenu-indicator.is-active:after {
  transform: rotate(-135deg);
}

@media (min-width: 1200px) {
  .submenu-indicator.is-active:after {
    transform: rotate(45deg);
  }
}

/* NAVIGATION DROPDOWN
================================*/
.navigation-dropdown {
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  position: static;
  display: block;
  z-index: 20001;
  background-color: #fcfdfd;
  transition: max-height 2s cubic-bezier(0, 1, 0, 1);
}

.navigation-dropdown.is-visible {
  max-height: 2500px;
  transition: max-height 5s ease-out;
}

@media (min-width: 1200px) {
  .navigation-dropdown {
    width: 180px;
    margin-top: 40px;
    position: absolute;
    display: inline-block;
    opacity: 0;
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.05);
    transition: opacity 0.3s linear, max-height 0s linear 0.6s, margin 0.3s;
  }
  .navigation-dropdown.is-visible {
    margin-top: 0;
    opacity: 1;
    overflow: visible;
    transition: opacity 0.3s linear, max-height 0s linear, margin 0.3s;
  }
  .navigation-item > .navigation-dropdown {
    border-top: solid 1px #e9ecef;
  }
}

.navigation-dropdown .navigation-dropdown {
  left: 100%;
}

.navigation-dropdown .navigation-dropdown-left {
  right: 100%;
  left: auto;
}

.navigation-dropdown-item {
  width: 100%;
  margin: 0;
  float: left;
  display: inline-block;
}

.navigation-dropdown-link {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #1e1e1e;
  border-bottom: solid 1px #e9ecef;
  transition: color 0.3s, background 0.3s;
}

.navigation-dropdown-link:visited {
  color: #1e1e1e;
}

.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link,
.navigation-dropdown-item.is-active > .navigation-dropdown-link {
  text-decoration: none !important;
  color: #6993BD;
  background-color: #f5f6f8;
}

.navigation-dropdown-link {
  padding: 14px 19px;
}

.navigation-dropdown-link + ul .navigation-dropdown-link {
  padding-left: 32px;
}

.navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link {
  padding-left: 48px;
}

.navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link {
  padding-left: 48px;
}

.navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link {
  padding-left: 64px;
}

.navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link + ul .navigation-dropdown-link {
  padding-left: 128px;
}

@media (min-width: 1200px) {
  .navigation-dropdown-link {
    padding-left: 19px !important;
    border-bottom: none;
  }
}

.navigation-dropdown-link > .submenu-indicator {
  right: 0;
  top: 0;
  position: absolute;
}

.navigation-dropdown-item:hover > .navigation-dropdown-link > .submenu-indicator:after,
.navigation-dropdown-item:focus > .navigation-dropdown-link > .submenu-indicator:after,
.navigation-dropdown-item.is-active > .navigation-dropdown-link > .submenu-indicator:after {
  border-color: transparent #6993BD #6993BD transparent;
}

@media (min-width: 1200px) {
  .navigation-dropdown-link > .submenu-indicator {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .navigation-dropdown-link > .submenu-indicator:after {
    transform: rotate(-45deg);
  }
  .navigation-dropdown-link > .submenu-indicator.submenu-indicator-left:after {
    transform: rotate(135deg);
  }
}

/* UTILITIES
 ================================*/
.align-to-right {
  margin-left: auto !important;
}

.align-to-left {
  margin-right: auto !important;
}
.margin-top {
  margin-top: 1rem !important;
}
@media (min-width: 1200px) {
  .margin-top {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .hide-on-portrait {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-on-landscape {
    display: none !important;
  }
}
@media (max-width: 770px) {
  .header-content{
    margin-top: 40px;
  }
  .img-responsive{
    width: 140px;
    
  }
  .newclass{
     display: flex;
     justify-content: center;
     align-items: center;
     
  }


}
