

/* Start Slider Area
    .slider_area::before {
  background: #001D38;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .9;
}

==================================================*/
.slider-bg-1 {
    background: url(../../img/banner/slider-mho-1.jpg);
}
.slider-bg-2 {
    background: url(../../img/banner/slider-to-1.jpg);
}
.slider-bg-3 {
    background: url(../../img/banner/slider-tpo-1.jpg);
}

.single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    display: table;
    width: 100%;
    opacity: .8;
}

.slider-inner-banner {
    display: table-cell;
    vertical-align: middle;
}

.slider-inner-banner h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}

.slider-inner-banner h1 {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
}

.get-started-btn {
    margin-top: 40px;
    padding: 15px 35px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
}
/* End Slider Area */

/* Start Bemax Area
==================================================*/
.section-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
}

.section-title h4:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content:
    "";
    background: #adadad;
}
.item-icon i {
    width: 50px;
    height: 50px;
    background: #4272d7;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #4272d7;
    -webkit-transition: .3s;
    transition: .3s;
}

.item-icon i:hover {
    background: transparent;
    color: #4272d7;
}
.item-content {
    padding-left: 20px;
    margin-top: -4px;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-bemax-item {
    margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
.project-bg-1 {background-image: url(../img/project_01.jpg);}
.project-bg-2 {background-image: url(../img/project_02.jpg);}
.project-bg-3 {background-image: url(../img/project_03.jpg);}
.project-bg-4 {background-image: url(../img/project_04.jpg);}
.project-bg-5 {background-image: url(../img/project_05.jpg);}
.project-bg-6 {background-image: url(../img/project_06.jpg);}
.project-bg-7 {background-image: url(../img/project_07.jpg);}

.latest-project-area .section-title h4 {
    color: #fff;
}

/* Start Brand Area
==================================================*/
.brand-carousel.owl-slider .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-carousel.owl-slider.owl-drag .owl-item {
    text-align: center;
}
.brand-item {
    display: table;
    width: 100%;
    position: relative;
    height: 50px;
}

.brand-item-inner {
    display: table-cell;
    vertical-align: middle;
}

#scrollUp {
    background: #d35525;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 0%;
    font-size: 25px;
    color: #fff;
}





