

/*-----------------------------------------------------------------------------------

  Version: 1.0.0

CSS INDEX
-----------------------------------------------------------------------------------*/


/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********************************
 Typography Style
******************************** */

body {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}


/***************************
loader
*****************************/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/lg.messenger-typing-preloader.gif") 50% 50% no-repeat #f5f5f5;
}

.scrolltotop {
    color: #fff;
    background-color: rgba(54, 54, 54, 1);
    padding: 6px 12px;
    position: fixed;
    line-height: 1;
    right: 15px;
    bottom: 10px;
    text-decoration: none;
    display: none;
    font-size: 24px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
}

.scrolltotop:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



/* *************************
header-area
*************************** */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 50px;
}
.mr-auto, .mx-auto {
    margin-right: 0!important;
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    color: #cfcdcc;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 25px;
}




/* *********************************
banner-area
******************************** */
.banner-area {
    background: url(../img/mellaomartini-site-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.banner-text h1{
    color: #d8dade;
    font-size: 50px;
    line-height: 1.2;
}

.banner-arrow {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-right: 5%;
    margin-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.arrow-down i {
    font-size: 90px;
    font-weight: bold;
    color: #cfcdcc;
}

.arrow-down p{
    color: #cfcdcc;
    font-size: 15px;
}

.whatsup img {
    height: 80px;
}


/* ***************************
client-area
****************************** */
.client-area {
    background: #a22a2e;
    overflow: hidden;
}

.client-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 15px 0;
}

.client-con h2{
    color: #c56e66;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.client-con  p{
    color: #cfcdcc;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.client-img img {
    width: 100%;
}



/* ******************************
nose-servoces
******************************** */
.nose-servoces {
    background: url(../img/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.servies-text h3{
    font-size: 50px;
    line-height: 1.2;
    color: #a6a4aa;
}



/* **************************
product-slider
***************************** */
.bars  {
    margin: 0 auto;
}
.slider h2{
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
}
.slider.slide1{
    background: #d89c79;
    margin: 0 -15px;
}
.slider.slide2 {
    background: #d27f5a;
    margin: 0 -15px;
}
.slider.slide3{
    background: #88a173;
    margin: 0 -15px;
}

.slider.slide1 h2{
    background: #863133;
    display: block;
    width: 100%;
    padding: 10px 40px;
}
.slider.slide2 h2{
    background: #b0433b;
    display: block;
    width: 100%;
    padding: 10px 40px;
}
.slider.slide3 h2{
    background: #779b6a;
    display: block;
    width: 100%;
    padding: 10px 40px;
}

.slider-img  img {
    height: 100%;
    width: 100%;
}
.slider .itemns {
    width: 80%;
    padding: 32px 40px;
    margin-top: 1px;
}

.owl-next i{
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 20%;
    right: 15%;
}
.owl-prev {
    display: none;
}

.owl-dots {
    display: none;
}

.sliderimg1 {
    position: relative;
    margin-bottom: -6px;
    width: 100%;
}

.sliderimg1::after {
    display: block;
    content: '';
    clear: both;
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(134, 49, 51, 0.6);
}
.sliderimg2 {
    position: relative;
    margin-bottom: -6px;
    width: 100%;
}

.sliderimg2::after {
    display: block;
    content: '';
    clear: both;
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(176, 67, 59, 0.6);
}
.sliderimg3 {
    position: relative;
    margin-bottom: -6px;
    width: 100%;
}

.sliderimg3::after {
    display: block;
    content: '';
    clear: both;
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(119, 155, 106, 0.6);
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}


.information-area {
    overflow: hidden;
    background: #a6a4aa;
}

.info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 15px 0;
}


.info-text h2{
    width: 100%;
    color: #a22a2f;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.info-text h5{
    width: 100%;
    color: #a22a2f;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.info-text p{
    width: 100%;
    color: #434040;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.btns a{
    text-decoration: none;
    display: inline-block;
    color: #434040;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 6px 30px;
    border-radius: 6px;
}

.btns {
    margin-top: 60px;
}


.info-img img{
    width: 100%;
}


.history-area {
    height: 400px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.history-text h2{
    color: #a22a2e;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}


.history-text p{
    color: #383838;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}


/*
.work-station .items img{
    height: 260px;
}
*/

.work-station .items {
    position: relative;
}

/* .overly {
    
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overly h4{
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
} */




.owl-carousel .owl-nav.disabled {
    display: block;
}

.work-station .owl-next i {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 15px;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.work-station .owl-prev {
    display: block !important;
}
.work-station .owl-prev i {
    display: block !important;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 15px;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}



.footer-area {
    padding: 60px 0;
}

.footer-text h3 {
    color: #a22a2e;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-text p{
    color: #434040;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}



.footer-con p{
    color: #434040;
    font-size: 15px;
    line-height: 1.5;
}

.contact0list {
    margin: 20px 0;
}

.footer-text {
    margin-bottom: 30px;
}

.containers {
    width: 100%;
    padding: 0 10%;
}
.containers-fluid {
    width: 100%;
    padding-left: 10%;
}