@import url('font-awesome.min.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('animate.css');
@import url('jquery.fancybox.css');
@import url('style.css');
@import url('fonts.css');
@import url('responsive.css');

/* global css here */
body {
    font-family: 'Frutiger LT Std';
    font-size: 18px;
    color: #2F2F2F;
    overflow-x: hidden;
    line-height: 28px;
    font-weight: normal;
}

a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #009CDB;
}

*:focus {
    outline: none;
}

p {
    line-height: 28px;
    margin-bottom: 28px;
}

a:hover,
a:focus {
    color: #2F2F2F;
    text-decoration: none;
}

img,
.form-group label {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-moz-selection {
    background: #CE543A;
    color: #fff;
}

::selection {
    background: #CE543A;
    color: #fff;
}

.list-inline {
    margin: 0;
}

ul,
li {
    margin: 0;
    list-style: none;
    padding: 0;
}

button {
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
nav {
    font-family: 'Dinamit';
    margin: 0;
}

/* h4 {
    font-size: 24px;
    line-height: 36px;
} */
h4 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

/* h2 {
    font-size: 48px;
    line-height: 48px;
} */
/* h3 {
    font-size: 24px;
    line-height: 30px;
} */
h4 {
    font-size: 18px;
    line-height: 23px;
}

.hero-para {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
}

.intro-para {
    font-size: 18px;
    line-height: 28px;
}

.f-quote {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: .17px;
}

.hero-link {
    font-size: 16px;
    line-height: 19px;
}

.sec-header {
    font-size: 48px;
    line-height: 48px;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.sec-testi .owl-carousel,
.sec-testi .owl-stage-outer {
    -webkit-transition: height 500ms ease-in-out 0s;
    transition: height 500ms ease-in-out 0s;
}

.uppercase {
    text-transform: uppercase;
}

.red {
    color: #CE543A;
}

.pd100 {
    padding-bottom: 100px;
}

@media(max-width:1199px) {}

@media(max-width:991px) {}

@media(max-width:767px) {
    h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .pd100 {
        padding-bottom: 0;
    }

    .sec-header {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        font-size: 18px;
        line-height: 28px;
    }

    .f-quote {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
    }
}