body,
html {
  width: 100%;
  height: 100%;
}

body {
  /*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

a.nav-link
{
    margin-top: 1.3rem;
    text-align: center;
}
@media (max-width: 720px) 
{
    a.nav-link  
    {
        margin-top: 0;
        text-align: left;
    }
}

.bg-introduction {
  padding-top: 10rem;
  padding-bottom: 0;
  background-image: url("../img/bg_introduction_new.jpg");
  background-position: top center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 720px) 
{
    .bg-introduction  {
        padding-top: 0;
        background: none;
    }
    .bg-introduction .row{
        margin-top: -100px;
    }
}
.bg-features {
  padding-top: 3.5em;
  background-image: url("../img/bg_features_new.jpg");
  background-position: top center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-title {
    float: left; 
    font-size: 28px; 
    color: #000000; 
    line-height: 1.3; 
    text-align: left;
}
.modal-description {
    font-size: 24px; 
    color: #007bbf; 
    text-align: left; 
    padding-top: 25px;
}
.modal-subtitle {
    font-size: 20px; 
    color: #676767; 
    text-align: left;
}
.modal-body .row:nth-child(4) .modal-subtitle {
    padding-top: 60px;
}
@media (max-width: 720px) 
{
    .bg-features  {
        background: none;
        padding-bottom: 0;
    }
    .bg-features .icons {
        text-align: center; 
        margin: 0 auto; 
        padding: 0 0 35px 0;
   }
    .modal-title {
        font-size: 24px;
    }
    .modal-description {
        font-size: 18px;
    }
    .modal-subtitle {
        font-size: 16px; 
    }
    .modal-body .row:nth-child(4) .modal-subtitle {
        padding-top: 30px;
    }
}
.bg-why {
  min-height: 1120px !important;
  padding-top: 130px;
  background-image: url("../img/bg_why_short.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 720px) 
{
    .bg-why  {
        background: #0083ca;
        padding-top: 30px;
    }
}
.bg-why2 {
  padding-top: 74px; 
  padding-bottom: 0;
  background-image: url("../img/bg_why2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 720px) 
{
    .bg-why2  {
        background: none;
        padding-top: 20px;
        padding-bottom: 0;
    }
}
.bg-why3 {
  padding-top: 0;
  min-height: 370px !important;
  background-image: url("../img/bg_why3.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 720px) 
{
    .bg-why3  {
        background: none;
    }
}
.bg-faq {
	min-height: 1280px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("../img/bg_faq.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 720px) 
{
    .bg-faq  {
        background: none;
        padding-top: 50px;
        min-height: initial !important;
    }
}
.bg-video {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  margin: 0 auto;
}
.vjs-big-play-button {
    width: 100px !important;
    height: 100px !important;
    background-image: url('../img/icon_video_play.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100px 100px !important;
    background-position: 10% calc(50% - 1px) !important;
    background-color: transparent !important;
    content: "" !important;
    border: 0 !important;
    font-size: 5em !important;
    color: #ffffff !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
}
.vjs-icon-play::before, .video-js .vjs-big-play-button .vjs-icon-placeholder::before, .video-js .vjs-play-control .vjs-icon-placeholder::before {
	content: "" !important;
}
.faq-accordion
{
    padding: 250px 5% 10px 5%;
}

@media (max-width: 720px) 
{
    .faq-accordion  {
        padding: 20px 0px;
    }
}
.bg-glance {
  padding-top: 0;
  background-image: url("../img/bg_glance.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.bg-glance .container
{
    text-align: center; 
    margin: 0 auto; 
    padding: 50px 10% 70px 10%;
}
.bg-glance .col-6:nth-child(even) {
    padding-right: 9%;
}
.bg-glance .col-6:nth-child(odd) {
    padding-left: 9%;
}
.bg-glance .row
{
    padding-top: 1rem;
}
.bg-glance .border
{
    padding: 2rem !important;
    margin: 0rem 1rem;
}
.bg-glance .border-primary
{
    border: 2px solid #0083ca !important;
    color: #0083ca;
    font-size: 1.1rem;
}
.bg-glance .rounded
{
    border-radius: .45rem !important;
}
@media (max-width: 720px) 
{
    .bg-glance  {
        background: none;
        padding-bottom: 0;
    }
    .bg-glance .col-6
    {
        padding: 0 !important;
    }
    .bg-glance .border
    {
        padding: 1rem !important;
    }
    .bg-glance .container
    {
        text-align: center; margin: 0 auto; 
        padding: 2rem 1rem;
    }
}
.bg-contact {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact-grey
{
    color: #757a7b; 
    font-size: 22px; 
    text-align: center; 
    margin-bottom: 0.5rem;
}
.contact-blue
{
    color: #0083ca; 
    font-size: 24px; 
    text-align: center; 
    margin-bottom: 0.5rem;
}
@media (max-width: 720px) 
{
    .contact-grey  {
        font-size: 16px;
    }
    .contact-grey  {
        font-size: 18px;
    }
}

.bg-dark {
  background-color: #0083ca !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
  overflow: hidden;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #0083ca;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0083ca;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0083ca;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}


@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #0083ca;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.top {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/top.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 992px) {
  header.top {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
}


header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
  cursor: pointer;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #1d72af;
  border-color: #1d72af;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


.mt-5, .my-5
{
	margin: 2rem auto 0rem auto !important;
}

.modal-content
{
	border: 4px solid #0083ca !important;
	border-radius: .8rem;
}
.modal-body
{
	padding: 1.8rem 2.8rem;
}
.modal-dialog
{
	max-width: 70% !important;
    display: inline-block;
}
.modal-dialog-centered
{
}

.card
{
    border: 0 !important;
}
.card-header
{
    border: 0 !important;
    background-color: transparent !important;
}
.card-body
{
    color: #0083ca !important;
}
#accordion .card .btn-link
{
    color: #5d6162 !important;
    padding-left: 0 !important;
}
#accordion .card .btn
{
    text-transform: none !important;
    white-space: normal !important;
    text-align: left !important;
}

.optional
{
    width: 100%;
    color: #5d6162;
    background-color: #ffffff;
    font-size: 14px;
    padding: 20px 10%;
}

.footer
{
    width: 100%;
    color: #ffffff;
    background-color: #0083ca;
    font-size: 14px;
    padding: 20px 10%;
}

.to-top{
	color: #000000;
	padding-top:1.8em;
	display:inline-block;/* or block */
	position:relative;
	border-color: #000000;
	text-decoration:none;
	transition:all .3s ease-out;
	cursor: pointer;
	text-decoration: none;
	float: right;
	margin-right: 2em;
	font-size: .8em;
}
.to-top:before{
	content:'▲';
	font-size: 1.05em;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-.7em;
	border:solid .13em #000000;
	border-radius:10em;
	width:1.4em;
	height:1.4em;
	line-height:1.3em;
	border-color:inherit;
	transition:transform .5s ease-in;
	line-height: 1.1em;
}
.to-top:hover{
	color: #0083ca;
	border-color: #0083ca;
	text-decoration: none;
}
.to-top:hover:before{
	transform: rotate(360deg);
}


#background-wrap {
    bottom: 0;
	left: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}
@-webkit-keyframes animateArrowRight {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateArrowRight {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateArrowRight {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.y2 {
	-webkit-animation: animateArrowRight 3s linear infinite;
	-moz-animation: animateArrowRight 3s linear infinite;
	animation: animateArrowRight 3s linear infinite;
}
.y3 {
	-webkit-animation: animateArrowRight 5s linear infinite;
	-moz-animation: animateArrowRight 5s linear infinite;
	animation: animateArrowRight 5s linear infinite;
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
	margin-top: -30px;
}

/* OBJECTS */
.arrow_right
{
    background: url('../img/arrow_right.png');
    width: 149px;
    height: 24px;
    position: relative;
}
.cloud {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}


.arrow {
    color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 104px;
  height: 77px;
  background-image: url('../img/bounce_arrow.png');
  background-size: contain;
}

.bounce {
	-webkit-animation: bounceArrow 2s infinite;
	-moz-animation: bounceArrow 2s infinite;
	animation: bounceArrow 2s infinite;
}


@-webkit-keyframes bounceArrow {
	0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
	40% {
	    -webkit-transform: translateY(-30px);
	    -moz-transform: translateY(-30px);
	    transform: translateY(-30px);
    }
	60% {
	    -webkit-transform: translateY(-15px);
	    -moz-transform: translateY(-15px);
	    transform: translateY(-15px);
	}
}
@-moz-keyframes bounceArrow {
	0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
	40% {
	    -webkit-transform: translateY(-30px);
	    -moz-transform: translateY(-30px);
	    transform: translateY(-30px);
    }
	60% {
	    -webkit-transform: translateY(-15px);
	    -moz-transform: translateY(-15px);
	    transform: translateY(-15px);
	}
}
@keyframes bounceArrow {
	0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0);
    }
	40% {
	    -webkit-transform: translateY(-30px);
	    -moz-transform: translateY(-30px);
	    transform: translateY(-30px);
    }
	60% {
	    -webkit-transform: translateY(-15px);
	    -moz-transform: translateY(-15px);
	    transform: translateY(-15px);
	}
}
