﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	position:relative;
}
.container{
/*	background:#F99;*/
}
.header{
    width: 100%;
    padding: 0rem;
    background:#fff;
}
.logo h2{
    color: #f77;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 45px;
    letter-spacing: 0px;
    margin-top: 15px;
}
.navbar-inverse {
    background-color:#fff;
    border-color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgb(255, 119, 119);
}
.navbar-inverse .navbar-toggle {
    border-color: #f77;
}
.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 45%;
    margin-bottom: 0px;
    background-color: rgba(255, 119, 119, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #f77;
}


/* NAVIGATION */

.navbar-inverse .navbar-nav>li>a {
    color: #ff7777;
    font-family: 'Acme', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
nav {
    /* width: 80%; */
    /* margin: 0 auto; */
    background: #fff;
    padding: 4px 0;
    /* box-shadow: 0px 5px 0px #dedede; */
    margin-top: 5px;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #fff;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #aaa;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #f77;
    border-radius: 100%;
  }
  100% {
    background: #f77;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
	color:#fff;
  }
}

/*-------------------------------------------BANNER SLIDER--------------------------------------*/
.bs-slider{
    overflow: hidden;
    max-height:570px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;    
}
.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
.slide-text h1 {
    font-size: 30px;
    line-height: 3rem;
    margin-bottom: 10px;
    margin-top: -30px;
}
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
}
/*--------------------------------------WELCOME-PART--------------------------------------*/
.welcome{
	width:100%;
	padding:2rem;
	background:#fff;
}
.welcome-text h1{
	color: #ff7777;
    font-family: 'Oleo Script', cursive;
    text-align:center;
    font-size: 37px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 40px;
	
}
.welcome-text h2{
	text-align:center;
    font-size: 24px;
    font-family: 'Acme', sans-serif;
    color: #585858;
    letter-spacing: 0px;
    margin-top: 18px;
	line-height: 1.4;
}
.welcome-text p{
    font-family: 'Lustria', serif;
    font-size: 20px;
    text-align: justify;
    line-height: 1.4;
    margin-top: 18px;
}
.flex-box{
	width:100%;
	padding:1rem;
	background:#f77;
}
.flex-box h2{
    text-align: center;
    font-size: 28px;
    font-family: 'Oleo Script', cursive;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 7px;
    line-height: 1.4;
    margin-bottom: 2px;
}
/*--------------------*/
/*-------------------------------------PRODUCT PAGE---------------------------------*/
.product-page{
	width:100%;
	padding:2rem;
	background:#fff;
}
.product-page h1{
	color: #ff7777;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    font-size: 37px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 40px;
}
.product-page h2{
	text-align: center;
    font-size: 24px;
    font-family: 'Acme', sans-serif;
    color: #585858;
    letter-spacing: 0px;
    margin-top: 18px;
    line-height: 1.4;
}
.ihover-container {
    border: 4px solid white;
    box-shadow: 2px 2px 5px silver;
    height: 240px;
    position: relative;
    width: 100%;
	margin-top:30px;
}

.image {
  background-image:url(../img/service/home-service-2.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.image2 {
  background-image:url(../img/service/home-service-6.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.image3 {
  background-image:url(../img/service/home-service-1.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.image4 {
  background-image:url(../img/service/mediacll.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.image5 {
  background-image:url(../img/service/electroo.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.image6 {
  background-image:url(../img/service/home-service-4.jpg);
  background-position:center;
  background-size:cover;
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
.imageInfo {
  background-color:black;
  color: white;
  height:100%;
  opacity:0.8;
  position:absolute;
  width:100%;
  z-index:0;
}

.imageOut {
  -webkit-animation-name: imageOut;
  -webkit-animation-duration:0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function:linear;
  
  -moz-animation-name: imageOut;
  -moz-animation-duration:0.5s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function:linear;
  
   animation-name: imageOut;
   animation-duration:0.5s;
   animation-fill-mode: forwards;
   animation-timing-function:linear;
}

@-webkit-keyframes imageOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

@-moz-keyframes imageOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

@keyframes imageOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

.imageIn {
  -webkit-animation-name: imageIn;
  -webkit-animation-duration:0.5s;
  -webkit-animation-timing-function:linear;
  
  -moz-animation-name: imageIn;
  -moz-animation-duration:0.5s;
  -moz-animation-timing-function:linear;
  
   animation-name: imageIn;
   animation-duration:0.5s;
   animation-timing-function:linear;
}

@-webkit-keyframes imageIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

@-moz-keyframes imageIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

@keyframes imageIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

.descriptionIn {
  -webkit-animation-name: descriptionIn;
  -webkit-animation-duration:0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function:linear;
  
  -moz-animation-name: descriptionIn;
  -moz-animation-duration:0.5s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function:linear;
  
   animation-name: descriptionIn;
   animation-duration:0.5s;
   animation-fill-mode: forwards;
   animation-timing-function:linear;
}

@-webkit-keyframes descriptionIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

@-moz-keyframes descriptionIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

@keyframes descriptionIn {
  from {transform: scale(0.6, 0.6)}
  to {transform: scale(1, 1)}
}

.descriptionOut {
  -webkit-animation-name: descriptionOut;
  -webkit-animation-duration:0.5s;
  -webkit-animation-timing-function:linear;
  
  -moz-animation-name: descriptionOut;
  -moz-animation-duration:0.5s;
  -moz-animation-timing-function:linear;
  
   animation-name: descriptionOut;
   animation-duration:0.5s;
   animation-timing-function:linear;
}

@-webkit-keyframes descriptionOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

@-moz-keyframes descriptionOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

@keyframes descriptionOut {
  from {transform: scale(1, 1)}
  to {transform: scale(0.6, 0.6)}
}

.imageTitle {
  display: block;
  font-family: Arial;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  left: 5%;
  top: 5%;
}

.imageDescription {
  display:block;
  font-family: Arial;
  font-style: italic;
  position: absolute;
  left: 40%;
  top: 85%;
}
.button2 {
    border: 2px solid #ff7777;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #ff7777;
    display: inline-block;
    margin-top: 35px;
	font-family:'Acme', sans-serif;
	font-size: 15px;
    letter-spacing: 1px;
    /* position: relative; */
    margin-bottom: 30px;
	position:relative;
	top:5px;
    /* bottom: 40px; */
    transition: all 0.20s linear 0s !important;
    -o-transition: all 0.20s linear 0s !important;
    -ms-transition: all 0.20s linear 0s !important;
    -moz-transition: all 0.20s linear 0s !important;
    -webkit-transition: all 0.20s linear 0s !important;
}
.btn-primary {
    color: #fff;
    background-color: #ff7777;
    border-color: #ff7777;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    box-shadow: inset 5px 5px 13px -5px rgba(69,69,69,1);
}
/*-----------------------------------------PARRALEX-------------------------------------*/
.parralex{
	width:100%;
	min-height:400px;
	background:url(../img/parralex.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.parralex h1{
    color: #ffffff;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-top: 105px;
}
.parralex h2{
	text-align: center;
    font-size: 25px;
    font-family: 'Acme', sans-serif;
    color: #585858;
    letter-spacing: 0px;
    margin-top: 18px;
    line-height: 1.4;
	color:#fff;
}
/*------------------------------------solution--------------------------*/
.solution{
	width:100%;
	padding:2rem;
	background:#fff;
}
.solution h1{
	color:#ff7777;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    font-size: 37px;
    letter-spacing: 0px;
    font-weight: 100;
    margin-top:40px;
}
.solution p{
    font-family: 'Lustria', serif;
    font-size: 20px;
    text-align: justify;
    line-height: 1.3;
    margin-top: 18px;
    position: relative;
    top: 7px;
}
/*------------------------------------CLIENS-----------------------------------*/
.parralex-2{
	width:100%;
	padding:2rem;
	background:url(../img/parralex-2.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.parralex-2 h1{
    color: #ffffff;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-top: 30px;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #ff7777;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 50px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background:none repeat scroll 0 0 #ff7777;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 50px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    /* background-color: #fff; */
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.media-carousel img
{
    width: 100%;
    height: 125px;
	margin-top: 15px;
}
/* End carousel */

/*--------------------------------------FOOTER---------------------------------*/
.footer{
	width:100%;
	padding:1rem;
    background: #4c4646;
}
.footcontact h1{
    color: #ffffff;
    font-family: 'Oleo Script', cursive;
    text-align: left;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 100;
}
.footcontact h2{
	text-align: left;
    font-size: 24px;
    font-family: 'Acme', sans-serif;
    color: #585858;
    letter-spacing: 0px;
    margin-top: 18px;
    line-height: 1.4;
}

.footcontact-adress{
	margin-top: 28px;
}
ul{
	list-style-type: none;
}
.footcontact ul li i.fa.fa-map-marker {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.footcontact ul li i.fa.fa-phone {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.footcontact ul li i.fa.fa-mobile {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.footcontact ul li i.fa.fa-at {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.footcontact p{
	margin-top: 10px;
    color: #fff;
    font-family: 'Lustria', serif;
    font-size: 16px;
    text-align: left;
    margin-left: 22px;
	position: relative;
    top: 7px;
}
.product h1{
    color: #ffffff;
    font-family: 'Oleo Script', cursive;
    text-align: left;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 100;
}
.product p{
    margin-top: 24px;
    color: #fff;
    font-family: 'Lustria', serif;
    font-size: 16px;
    text-align: left;
    /* margin-left: 22px; */
    position: relative;
    top: 7px;
}
.social h1{
    color: #ffffff;
    font-family: 'Oleo Script', cursive;
    text-align:left;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 100;
}
.social .fa.fa-facebook {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    /*margin-left: -30px;*/
	margin-top:5px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.social .fa.fa-pinterest-p {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    line-height: 35px;
	margin-top: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.social .fa.fa-twitter {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    line-height: 35px;
    text-align: center;
	margin-top: 5px;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.social p{
    color: #fff;
    float: left;
    margin-top: 16px;
    line-height: 1.5;
}
a {
    color: #ff7777;
    text-decoration: none;
}

/*-------------------------------------------------OUR PRODUCTS--------------------------------------------------*/
.banner{
    width: 100%;
    background: url(../img/product-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
	min-height:400px;
}
.banner h1{
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Fresca', sans-serif;
    margin-top: 12%;
    letter-spacing: 1px;
}
.banner p{
	font-weight: 400;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 30px;
    font-family: -webkit-pictograph;
}

/*---------------------------------------------CONTACT US----------------------------------------------------------------*/
.banner-2{
	width:100%;
	background:url(../img/contact-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
	min-height:400px;	
}
.banner-2 h1{
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Fresca', sans-serif;
    margin-top: 12%;
    letter-spacing: 1px;
}
.banner-2 p{
	font-weight: 400;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 30px;
    font-family: -webkit-pictograph;
}
.contactus{
	width:100%;
    padding:2rem;
	background:#fff;
}
.contactus h1{
	color: #ff7777;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    font-size: 37px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 40px;
}
.address p{
    margin-top: 20px;
    color: #555;
    font-family: 'Lustria', serif;
    font-size: 20px;
    text-align: left;
    margin-left: 22px;
    position: relative;
    top: 0px;
}
.address ul li i.fa.fa-map-marker {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.address ul li i.fa.fa-phone {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.address ul li i.fa.fa-mobile {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 30px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.address ul li i.fa.fa-at {
    height: 35px;
    width: 35px;
    background: #ff7777;
    line-height: 35px;
    text-align: center;
    margin-left: -30px;
    color: #FFF;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.contactsocial .fa.fa-facebook {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    margin-left: -30px;
	margin-top:5px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.contactsocial .fa.fa-pinterest-p {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    line-height: 35px;
	margin-top: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.contactsocial .fa.fa-twitter {
    height: 35px;
    width: 35px;
    background: #ff7777;
	margin-right:5px;
    line-height: 35px;
    text-align: center;
	margin-top: 5px;
    color: #FFF;
    border-radius: 50%;
	font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*---------------------------------------------SERVICE---------------------------------*/
.service{
	width:100%;
	padding:2rem;
	background:#fff;
}
.service h1 {
    color: #ff7777;
    font-family: 'Oleo Script', cursive;
    font-size:32px;
    letter-spacing: 1px;
    font-weight: 100;
	text-align:center;
}
/*---nav and pill-------*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ff7777;
    border-radius: 5px;
    text-align: center;
    color: #ff7777;
    margin-bottom: 25px;
	margin-top:20px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #ff7777;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #ff7777;

}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
    background: #f77;
    color: #fff;
    border: none;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.service img{
	border:1px solid #000;
	padding:6px;
	border-radius: 5px;
}
.service p{
	text-align: center;
    font-size: 15px;
    font-family: initial;
	margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
	.service p{
		font-size: 13px;
	}
}
.footer-bottom{
    background: #4c4646;
    padding: 1rem;
}
.footer-bottom p{
        text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 7px;
}
a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #f77;
}

