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

body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #2eb186;
}

hr.light {
    border-color: #fff;
}

a {
    color: #2eb186;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #2eb186;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
    background-color: #2eb186 !important;
}

.bg-grey {
    background: #f2f3f3 !important;
}

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

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

section {
    padding: 8rem 0;
}

.section-heading {
    margin-top: 0;
    font-weight: 700;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

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;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #2eb186;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

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

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #2eb186;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #2eb186 !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 {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #2eb186;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #2eb186;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #212529;
    }
    #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: #2eb186;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/header.jpg");
    background-position: center center;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

header.masthead p {
    font-weight: 300;
    color: #fff;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 50px;
    }
}

.service-box {
    max-width: 400px;
}

/*.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}*/

.portfolio-box .portfolio-box-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: #2eb186e6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    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: 24px!important;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px!important;
}

.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: #2eb186 !important;
}

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

.btn-xl {
    padding: 1rem 2rem;
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #333 !important;
}

.btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

img{
    max-width: 100%;
    height: auto;
}
.section-heading {
    font-weight: 700;
}
.video-item {
    background: #f3f3f3;
}
.video-item video {
    width: 100%;
    height: auto;
}
.video-item video span{
    font-size: 20px;
    font-weight: 600;
    color: #2eb186;
}
.v-container {
    position: relative;
}
.v-icon-container {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 25px);
    font-size: 80px;
    color: #fff;
}
.v-icon-container a i {
    color: #fff!important;
}
.video-text{
    text-align: center;
    background: #2eb186;
    color: #fff;
    padding: 30px 10px;
    margin-top: -7px;
}
.video-text h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.video-text p{
    font-size: 14px;
    margin: 0;
}
.service-box img{
    margin-bottom: 15px;
    height: 80px;
}
.service-box h3{
    font-size: 22px;
    font-weight: 600;
}
.service-box p{
    font-size: 15px;
}
section.footer{
    padding: 60px 0;
}
section.footer p{
    font-size: 15px;
    margin: 0;
}

.color-pic{
    width: 100%;
    height: 180px;
}
.color-text{
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.fonts-item{
    background: #fff;
    padding: 50px 30px;
    border-radius: 2px;
}
.fonts-item h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
}
.fonts-item .font-title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.fonts-item a{
    display: inline-block;
    background: #2eb186;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.3s;
}
.fonts-item a:hover{
    text-decoration: none;
    background: #333;
    color: #fff;
}
#mainNav .navbar-nav>li.nav-item.button-top>a.nav-link{
    background: #2eb186;
    border-radius: 3px;
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item.button-top>a.nav-link, 
#mainNav.navbar-shrink .navbar-nav>li.nav-item.button-top>a.nav-link{
    color: #fff;
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item.button-top>a.nav-link:focus:hover, 
#mainNav.navbar-shrink .navbar-nav>li.nav-item.button-top>a.nav-link:hover{
    color: #fff!important;
}
.logo img{
    width: auto;
    height: 46px;
}

.button-custom a {
    background: #2eb186!important;
    border: 2px solid #2eb186!important;
}

.button-custom a:hover {
    border-color: #2eb186!important;
}


.masthead {
    position: relative;
}

.masthead .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.8;
}

.photo-item {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
}



/* ------------------------------------------- */
/* Slider */
/* ------------------------------------------- */
.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.8;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100vh;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.text-animated h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hr-container {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated .button-custom {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: #2EB186;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    color: #2EB186;
    background: #fff;
}

/*Slide-Dots*/

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.bg-area {
    background: #F6F6F6;
}

.bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 0px!important;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}

.white-popup .mfp-close {
    top: -38px!important;
    right: -15px!important;
    opacity: 1!important;
    color: #9e9e9e!important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.white-popup .video-item {

}

.white-popup .video-item .video {

}

.white-popup .mfp-close:hover {
    color: #fff!important;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
    .slider-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}



@media only screen and (max-width: 991px) {
    #mainNav .navbar-nav>li.nav-item.button-top>a.nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}