/*!
 * Start Bootstrap - Grayscale v4.0.0-beta (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #222;
  	text-align: center;
  	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

html {
    width: 100%;
    height: 100%
}

hr {
    max-width: 200px;
    border-width: 5px;
    border-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 25px 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px
}

@media (min-width:768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #42dca3
}

a:hover {
    text-decoration: none;
    color: #1d9b6c;
    outline:0;
}

a:focus{
    outline:0;
}

#mainNav {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #000
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 1px solid #fff
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a.navbar-brand{
    font-size: 1.75em;
}


#mainNav a {
    color: #fff
}

#mainNav a:hover {
    color: #42dca3
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

#mymap { 
    height: 550px;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        -moz-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: 0 0
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #222;
    }
    #mainNav.navbar-shrink a.navbar-brand {
        font-size: 1.25em;
        color: #42dca3;
    }
    #mainNav .nav-link.active {
        outline: 0;
        background-color: #1d9b6c
    }
    #mainNav .nav-link.active:hover {
        color: #fff
    }
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle
}

.masthead .intro-body .brand-heading {
    font-size: 50px
}

.masthead .intro-body .intro-text {
    font-size: 18px
}

@media (min-width:768px) {
    .masthead {
        height: 100%;
        padding: 0
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px
    }
    .masthead .intro-body .intro-text {
        font-size: 26px
    }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 38px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%!important;
    background: 0 0
}

.btn-circle:focus,
.btn-circle:hover {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1)
}

.content-section {
    padding-top: 150px;
    padding-bottom: 150px
}

.submit-section {
    color: #fff;
    /*background: url(../img/submit-bg.jpg) no-repeat center center scroll;*/
    background-color: #fff;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover*/
}


@media (min-width:992px) {
    .content-section {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

.btn {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 6px
}


.btn-default {
    color: #42dca3;
    border: 1px solid #42dca3;
    background-color: transparent
}

.btn-default:focus,
.btn-default:hover {
    color: #000;
    border: 1px solid #42dca3;
    outline: 0;
    background-color: #42dca3
}

ul.banner-social-buttons {
    margin-top: 0
}

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0
    }
}

footer {
    padding: 50px 0
}

footer p {
    font-size: 14px;
    margin: 0
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}

::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

/* Go-Down Button */
#go-down {
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	opacity: 0.75;
}


#go-down:hover {
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-down i {
	width: 27px;
	text-align: center;
}
#go-down:hover i {
	color: #fff;
}
#go-down:hover i {
	animation-name: fadeOutDown;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutDown;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutDown;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

/* Contact section */

section#contact {
    background-color: #222;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 256px
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact .text-danger {
    color: #e74c3c
}

/* Partner section */

.py-5{
    background-color: #fff
}

/* Circle */

.box-icon .circle {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 30px;
    display: table;
    margin: 0 auto;
    /*background-color: #fff;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid;
}
.box-icon .circle {
    float: none;
}

.box-icon .circle:hover {
    background-color: #42dca3;
}


.box-icon .circle:hover i {
    color: #fff;
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    text-decoration: none;
    -webkit-animation-name: swing;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;

}
/* Icon */
.box-icon i {
    width: 20px;
    height: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.box-icon a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Waypoints */
.appear {
    opacity: 0;
}
.animated {
    opacity: 1;
}