#pricing {
    border-color: #1d739e;
    background: url(../img/slide-bg.jpg)!important;
    color: #fff;
}
#pricing span.h2 {
    color: #fff;
}
#maintenance {
    border-top: 0px;
    padding-top: 86px;
    background-color: #0185cd;
}
#maintenance p.lead {
    color: #fff;
}
#maintenance h1 {
    color: #b2f0ff!important;
}
#company {
	background-color: #accddc;
}
#company p.lead {
	color: #404040;
}
#company {
    background-image: url(../img/top-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:transparent;
}
.feature {
    overflow: hidden;
    position: relative;
}
#pool-bg {
    background-image: url('../img/line-bottom.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
nav.main-nav.fixed ul.daratzis-nav li a {
    color: #000;
}
.slides-navigation a {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 10px;
    outline: none !important;
    text-decoration: none !important;
}
#home {
	padding-top:0px;
}
.slide-message {
    position: absolute !important;
    z-index: 9;
    left: 0px;
    right: 0px;
}
.slides-navigation.fixed, .slides-pagination.fixed {
    display: none;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#contact {
    background-color: #0099ec;
}
.bx-viewport {
    height: 350px !important;
}
.buy-theme {
    z-index: 9999;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    cursor: pointer;
}
.buy-theme .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    background-color: #3891da;
    color: #fff;
    text-align: center;
    z-index: 2;
}
.buy-theme:before, .buy-theme:after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #3891da;
    opacity: 0;
    animation: animationWave cubic-bezier(0,.54,.53,1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.buy-theme:before {
    animation-delay: 0.5s;
}
.buy-theme:after {
    animation-delay: 0.3s;
}
@keyframes animationWave{
  0% {
      opacity: 0.4;
      transform:  scale(1);
  }
  100% {
    transform:  scale(2);
    opacity: 0;
  }
}
@media (min-width:768px) {
    .buy-theme {
        display: none;
    }
}
@media (max-width:768px) {
	ul.daratzis-nav {
	    position: fixed;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.9);
	    height: 100%;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    transform: scale(0);
	    -webkit-transform: scale(0);
	    transition:0.5s all ease-in-out;
	    -webkit-transition:0.5s all ease-in-out;
	}
	ul.daratzis-nav li {
	    float: left;
	    width: 100%;
	    margin-right: inherit;
	    margin: 10px 5px;
	}
	nav.main-nav ul.daratzis-nav li a {
	    color: #000;
	}
	ul.daratzis-nav .languages li {
	    width: 50%;
	    margin: 0px;
	}
	.mobile-btn-toggle {
	    position: fixed;
	    background-color: #fff;
	    font-size: 32px;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    color: #000;
	    line-height: 48px;
	    right: 20px;
	    top: 20px;
	    z-index:9999;
	}
	.mobile-btn-toggle .fa-times {
	    display: none;
	}
	.main-nav.active .mobile-btn-toggle .fa-bars {
	    display: none;
	}
	.main-nav.active .mobile-btn-toggle .fa-times {
	    display: block;
	    line-height: 50px;
	}
	.main-nav.active ul.daratzis-nav {
	    transform: scale(1);
	}
	.main-nav.active .mobile-btn-toggle {
	    background-color: #000;
	    color: #fff;
	    transition: 0.3s all ease-in-out;
	}
}