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

@font-face {
    font-family: "Atzur";
    src: url("font/Atzur.woff") format('woff'),
        url("font/Atzur.woff2") format('woff2'),
        url("font/Atzur.ttf") format('ttf');
}

@font-face {
    font-family: "Atzur";
    src: url("/font/Atzur-bold.woff") format('woff'),
    url("/font/Atzur-bold.woff2") format('woff2'),
    url("font/Atzur-bold.ttf") format('ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Atzur";
    src: url("font/Atzur-BoldItalic.woff") format('woff'),
    url("font/Atzur-BoldItalic.woff2") format('woff2'),
    url("font/Atzur-BoldItalic.ttf") format('ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Atzur";
    src: url("font/Atzur-Italic.woff") format('woff'),
    url("font/Atzur-Italic.woff2") format('woff2'),
    url("font/Atzur-Italic.ttf") format('ttf');
    font-style: italic;
}

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

body {
    font-family: 'Atzur', Arial, sans-serif;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #0f3d33;
}

hr.light {
    border-color: white;
}

a {
    color: #1a3838;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:focus, a:hover {
    color: #0f3d33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Atzur', Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

p.swt-spot {
    font-size: 25px;
    line-height: 1;
}

p.swt-spot strong{
    color: white;
}

@media (min-width: 992px) {
    p.swt-spot {
        font-size: 31px;
    }

}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

.bg-primary {
    background-color: #0d382e !important;
}

.bg-dark {
    color: white;
    background-color: #222222 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 80px 0;
}

.section-heading {
    margin-top: 0;
}

section.menu {

}

::-moz-selection {
    color: white;
    background: #222222;
    text-shadow: none;
}

::selection {
    color: white;
    background: #222222;
    text-shadow: none;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #222222;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: #0f3d33;
    height: 120px;
    font-family: 'Atzur', 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: #0f3d33;
    font-family: 'Atzur', Arial, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: white;
}

#mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background-color: #0f3d33;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #0f3d33;
    background-color: #1f4b4b;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: white !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: #0f3d33;
        /*height:60px;*/
    }

    #mainNav .navbar-brand {
        color: rgba(255, 0, 3, 0.7);
        height: 100%;
        width: 100%;
    }

    #mainNav .navbar-brand img {
        height: 100px;
        /* background-color: rgba(255, 255, 255, 0.5);*/
        padding: 5px;
    }

    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        /*color: white;*/
    }

    #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: white;*/
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: #0f3d33;
        height: 120px;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 16px;
        color: #0f3d33;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        height: 100px;
    }

    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #0f3d33;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: white;
    }

    #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: #0f3d33;
    }
}

@media (max-width: 992px) {

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: #0f3d33;
        height: 70px;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        height: 50px;
    }

    #mainNav .navbar-brand img {
        height: 50px;
    }

    #mainNav .navbar-brand {
        border-color: rgba(34, 34, 34, 0.05);
        height: 70px;
    }
}

header.masthead {
    margin-top: 70px;
    position: relative;
    width: 100%;
    min-height: auto;
    max-height: 400px;
    text-align: center;
    color: black;
    /*background-image: url("../img/header.png");*/
    background-position: center;
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.masthead img{
    height: 100% !important;
}
header.masthead .header-content {
    position: relative;
    width: 100%;
    bottom: 10%;
    padding: 150px 15px 100px;
    text-align: center;
}

header.masthead .header-content .header-content-inner h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

header.masthead .header-content .header-content-inner hr {
    margin: 30px auto;
}

header.masthead .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.86);
}

@media (min-width: 576px){
    header.masthead {
        min-height: 300px;
        margin-top: 70px;
    }
    header.masthead .container{
        max-width: 780px;
    }
}

@media (min-width: 768px) {
    header.masthead {
        min-height: 461px;
        margin-top: 70px;
    }

    header.masthead .header-content {
        position: absolute;
        bottom: 10%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header.masthead .header-content .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    header.masthead .header-content .header-content-inner h1 {
        font-size: 50px;
    }

    header.masthead .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    header.masthead .container{
        max-width: 978px;
    }

}


@media (min-width: 992px) {
    header.masthead {
        min-height: 450px;
        margin-top: 120px;
    }

    header.masthead .container{
        max-width: 978px;
    }
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.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: white;
    background: rgba(39, 74, 74, 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: 'Atzur', 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;
    }
}

.call-to-action {
    padding: 50px 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #0f3d33 !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    border-color: white;
    background-color: white;
}

.btn-default.focus, .btn-default:focus {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #e6e6e6;
}

.btn-default:hover {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6;
}

.btn-default.active, .btn-default:active,
.open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #d4d4d4;
}

.btn-default.active, .btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: white;
    background-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

.btn-primary {
    color: white;
    border-color: #0f3d33;
    background-color: #0f3d33;
}

.btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #1a3838;
    background-color: #204848;
}

.btn-primary:hover {
    color: white;
    border-color: #1a3838;
    background-color: #204848;
}

.btn-primary.active, .btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #1a3838;
    background-color: #204848;
}

.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 > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: white;
    border-color: #1a3838;
    background-color: #204848;
}

.btn-primary.active, .btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #1a3838;
    background-color: #204848;
}

.btn-primary .badge {
    color: #0f3d33;
    background-color: white;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Atzur', Arial, sans-serif;
}

.btn-xl {
    padding: 15px 30px;
}



@media (min-width: 576px){
    #menu .container {
        max-width: 950px;
        margin-top: -73px;
        margin-bottom: -69px;
    }
}

@media (min-width: 1200px) {
    #menu .container {
        max-width: 800px;
    }
}
/*Carousel*/

.carl{
    height:500px;
}


.carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-indicators li{
    background-color: #0f3d33;
}

.carousel-indicators .active{
    background-color:  rgba(15, 61, 51, 0.62);;
}

.fruit{
    margin: -5px;
}