/**
* Template Name: Shield
* Template URL: https://templatemag.com/shield-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
  height: 100%;
}

body {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.col-md-4 {
  padding-bottom: 20px;
}

.row {
  margin-right: 0px;
  margin-left: -15px;
}

.modal-header {
  background: #3498db;
}

.modal-header h4 {
  color: white;
}

.modal-footer {
  background: #2b2b2b;
}

.navbar-default {
  border-color: transparent;
  background-color: #dadada;
}

.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #16a085;
  color: white;
}

hr {
  position: relative;
  border: none;
}

hr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #ccc;
}

a img {
  background: white;
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  font-family: "Raleway";
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 258px;
  width: 258px;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Monaco";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote,
blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- ";
}

/* Images */

.overflow-image {
  margin-top: -65px;
}

/* Links */

a {
  color: #3498db;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap-EN {
  /* background: url(../img/header_background.jpg) no-repeat center top; */
  padding-top: 50px;
  /* text-align: center; */
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap {
  background: url(../img/header_background.jpg) no-repeat center top;
  padding-top: 50px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  color: #ffffff;
  margin-top: 90px;
  padding-bottom: 30px;
  letter-spacing: 8px;
  font-size: 100px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
  margin-left: 15px;
  text-shadow: 1px 1px 1px #000;
}

#greywrap {
  background: #f5f5f5;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#greywrap .callout {
  margin-bottom: 20px;
}

#greywrap p {
  margin-left: 30px;
  margin-right: 30px;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#greywrap .icon {
  font-size: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}

#footerwrap {
  background: #2b2b2b;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h4 {
  color: white;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
  padding-top: 25px;
}

/* Section Dividers */

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #e6eaed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 45px;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

.textdivider h1 {
  padding-top: 70px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 25px;
}

/* Section Dividers Backgrounds */

.divider1 {
  background-image: url("../img/bg/divider1.jpg");
}

.divider2 {
  background-image: url("../img/bg/divider2.jpg");
}

.divider3 {
  background-image: url("../img/bg/divider3.jpg");
  margin-top: 0px;
}

.divider4 {
  background-image: url("../img/bg/divider4.jpg");
}

.divider5 {
  background-image: url("../img/bg/divider5.jpg");
}

.divider6 {
  background-image: url("../img/bg/boston.jpeg");
}

.divider7 {
  background-image: url("../img/bg/divider7.jpg");
}
/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
  display: block;
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 168px;
  cursor: pointer;
  padding: 90px 20px 50px 20px;
  border: none;
  background: #333;
}

.service-trigger:before {
  width: 100%;
  top: 50px;
  color: #3498db;
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
}

.service-active .service-trigger {
  background: #222;
}

.service-active p {
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}

.service-content {
  padding: 15px 20px;
  background: #e6eaed;
  display: block;
  height: auto;
}

.service-content p:last-child {
  margin: 0;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: #3498db;
}

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
}

/* Caption Style */

.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.mask figure:hover img,
.mask figure.cs-hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
  background: #2b2b2b;
  padding-right: 0px;
  padding-left: 0px;
}

.blog-bg h4 {
  color: #dadada;
  padding-top: 0px;
}

.blog-bg h5 {
  color: #dadada;
  font-size: 11px;
}

.blog-content {
  padding-top: 10px;
  background: #f2f2f2;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
  body .header {
    background-attachment: scroll;
  }
}

/*ipad portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 769px) {
  #headerwrap h1 {
    font-size: 80px;
  }
  #headerwrap p {
    font-size: 30px;
    line-height: 38px;
  }
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form label {
  color: #999;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #3498db;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #3eacf5;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  text-align: center;
  height: 51px;
}

#copyrights p {
  margin-bottom: 11.5px;
  margin-top: 11.5px;
  color: #fff;
}

#copyrights a {
  color: #ea871f;
}

.credits {
  color: #999;
}

a {
  color: #ea871f;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.feature {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-top: 8px;
  margin-bottom: -3px;
}

.logoText {
  font-size: 27px;
  margin-top: -5px;
  color: #666666;
  font-weight: 500;
}

.bannerMainText {
  font-size: 39px;
  text-shadow: 1px 1px 2px #000000;
  word-spacing: 25px;
  color: white;
  font-weight: 400;
}

#bannerSecondText {
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
  padding-top: 14px;
}

.header {
  font-size: 39px;
  color: #333;
  font-weight: 200;
}
.headerWithBg {
  text-shadow: 1px 1px 2px #000000;
  font-size: 42px;
  color: white;
  font-weight: 300;
}
/*-----------------------------------------------------------------------------------*/
/* 2 - HOVER EFFECT
/*-----------------------------------------------------------------------------------*/
.hover-effect {
  position: relative;
  overflow: hidden;
}

.hover-effect .img-responsive {
  width: 100%;
}

.hover-effect .hover-caption,
.hover-effect .hover-overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  opacity: 0;
  padding: 20px;
}

.hover-effect .hover-caption {
  top: 15px;
  text-align: left;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hover-effect:hover .hover-caption {
  opacity: 1;
  z-index: 5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hover-effect .hover-overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
  opacity: 1;
  color: #fff;
}

.hover-effect .hover-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #222;
}

.hover-effect .hover-caption.transparent {
  background-color: transparent;
}

.hover-effect .hover-caption,
.hover-effect .hover-caption p small {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.hover-effect:hover .hover-overlay {
  opacity: 0;
  top: 100px;
}

.hover-effect h4 {
  letter-spacing: 5px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.smoothie {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vertical-align-bottom {
  bottom: 0px;
  position: absolute;
}
.item-category-span {
  clear: left;
  background-color: #f64747;
  color: #fff;
  padding: 1px 7px 0;
  display: block;
  float: left;
  margin: -10px 0 20px;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 19px;
}
/*-----------------------------------------------------------------------------------*/
/* Blog BUTTONS
/*-----------------------------------------------------------------------------------*/
.btn {
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 0px;
  font-weight: 800;
  border-width: 2px;
  letter-spacing: 4px;
  font-weight: 400;
}

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

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #30363d;
  border-color: #30363d;
}

.btn-primary:hover {
  background-color: #222;
  border-color: #222;
}

.btn-primary.btn-outlined {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-primary.btn-outlined.active,
.active .btn-primary.btn-outlined,
.active .btn-primary.btn-outlined:focus {
  background-color: #f64747;
  border: 3px solid #f64747;
  color: #fff;
}
.mb20 {
  margin-bottom: 20px;
}
.vertical-align-top {
  position: absolute;
  top: 15px;
}
.item-category-span {
  clear: left;
  background-color: #ea871f;
  color: #fff;
  padding: 1px 7px 0;
  display: block;
  float: left;
  margin: -10px 0 20px;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 19px;
}

/*-----------------------------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------------------------*/
.blog-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 44px;
  letter-spacing: 2px;
  font-weight: 700;
}

.white-wrapper {
  background-color: #fff;
}

.section-inner {
  padding-top: 60px;
  padding-bottom: 10px;
}

.item-metas .meta-item {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.item-metas .meta-item i {
  font-size: 17px;
  position: relative;
  top: 3px;
}

.item-metas .meta-item span {
  font-weight: 700;
}

.post-details {
  padding: 0 10px 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

.post-text-board {
  margin: 0px;
  padding: 0px;
  min-height: 1em;
}

@media all and (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #ea871f;
  color: white;
}

.nav-tabs > li > a {
  background-color: #eeeeee;
}

.package-name {
  font-size: 24px;
  margin-top: 25%;
}

.package-price {
  font-size: 24px;
  margin-top: 22%;
}

.package-price-second {
  margin-top: -5%;
  font-size: medium;
}

/*-----------------------------------------------------------------------------------*/
/* Carousel
/*-----------------------------------------------------------------------------------*/
.carousel {
  width: 100%;
}
.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

.carousel-control {
  opacity: 0;
  width: 5%;
}

/*ring button*/
.ring_button {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.0px;
  font-weight: 600;
  color: #f5f5f5;
  background: #ea871f;
  border: none;
  border-radius: 1000px;
  box-shadow: #FFA500;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

ring_button::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(100% + 12px);
  min-height: calc(100% + 12px);
  border: 6px solid #FFA500;
  box-shadow: 0 0 50px rgb(255,255,0);
  box-shadow:#FCCF3E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.ring_button:hover, .ring_button:focus {
  color: #f5f5f5;
  transform: translateY(-6px);
}

ring_button:hover::before, ring_button:focus::before {
  opacity: 1;
}

ring_button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 6px solid #FFA500;
  position: absolute;
  /*z-index: -1;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

ring_button:hover::after, ring_button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
/*intensifies button*/
@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

.intensifies_button {
  width: 80px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ea871f;
  outline: none;
  transition: 1s ease-in-out;
}

.svgbutton {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.intensifies_button:hover {
  transition: 1s ease-in-out;
  background: #f2af58;
}

.intensifies_button:hover svg {
  stroke-dashoffset: -480;
}

.nav-btn-margin-top {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-btn-background {
  background-color: #ea871f;
}

.nav-btn-margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-btn-margin-right {
  margin-right: 10px;
}

.nav-logo {
  display: flex;
}

.intensifies_button_1 {
  width: 180px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #2b2b2b;
  outline: none;
  transition: 1s ease-in-out;
}

.intensifies_button_1:hover {
  transition: 1s ease-in-out;
  background: #555;
}

.intensifies_button_1:hover svg {
  stroke-dashoffset: -480;
}


.nav-btn-background {
  background-color: #2b2b2b;
}


.nav-logo {
  display: flex;
}

.navbar-right {
  float: right!important;
}

/*
Login Box
*/
.loginBox {
  background-color: rgba(0,0,0,0.5);
  margin: auto;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 430px;
}



/*
  EN Only sytles
*/
.webcoderskull {
  font-size: 0.5em;
}

.svg-header {
  position: absolute;
  width: 100%;
  height: 650px;
  /*background: #000;*/
  background: url(../img/logo_with_name.png) no-repeat top, url(../img/bg/boston.jpeg) no-repeat center top;
  background-attachment: relative;
  background-position: 50% 36%, center center;
  /*background-size: auto;*/
  background-size: auto, auto;
  font: 8em/1 Arial;
  text-shadow: 0 0 3px #FF0D3C, 0 0 8px #ffff00;
}

.webcoderskull-1 {
  fill: none;
  stroke: white;
  stroke-dasharray: 3.5% 14%;
  stroke-width: 1.6px;
  -webkit-animation: stroke-offset 3s linear forwards reverse;
  animation: stroke-offset 3s linear forwards reverse;
}

.webcoderskull-1:nth-child(1) {
  stroke: #ea871f;
  stroke-dashoffset: 3.5%;
}
.webcoderskull-1:nth-child(2) {
  stroke: #fff200;
  stroke-dashoffset: 7%;
}
.webcoderskull-1:nth-child(3) {
  stroke: #fff4c2;
  stroke-dashoffset: 10.5%;
}
.webcoderskull-1:nth-child(4) {
  stroke: #FBCA78;
  stroke-dashoffset: 14%;
}
.webcoderskull-1:nth-child(5) {
  stroke: #ff6700;
  stroke-dashoffset: 17.5%;
}

/*.webcoderskull-1:nth-child(1) {
  stroke: #582707;
  stroke-dashoffset: 3.5%;
}
.webcoderskull-1:nth-child(2) {
  stroke: #FFE548;
  stroke-dashoffset: 7%;
}
.webcoderskull-1:nth-child(3) {
  stroke: #A7bed3;
  stroke-dashoffset: 10.5%;
}
.webcoderskull-1:nth-child(4) {
  stroke: #c6E2e9;
  stroke-dashoffset: 14%;
}
.webcoderskull-1:nth-child(5) {
  stroke: #ff6700;
  stroke-dashoffset: 17.5%;
}*/

@-webkit-keyframes stroke-offset {

  to {
    stroke-dashoffset: 17.5%;
    stroke-dasharray: 0 43.25%;
  }
}

@keyframes stroke-offset {

  to {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 43.25%;
  }
}
