/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
	font-size:16px;
}
a {
    color: #ff9900;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #ff9900;
    outline: none;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", Arial;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 10px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
.back-to-top {
    bottom: 15px;
}
}
.page-item a:link, .page-item a:visited{
	color:#999;
}
.page-item a:hover, .page-item a:active{
	color:#ff9900;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 10px 0;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(51, 51, 51, 0.8);
}
<strong>#header.header-scrolled</strong> {
    background: rgba(51, 51, 51, 0.8);
    padding: 10px 0;
    height: 90px;
    transition: all 0.5s;
}
#header #logo {
    float: left;
}

@media (min-width: 1024px) {
#header #logo {
    padding-left: 60px;
}
}
#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #18d26e;
}
#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
#header #logo h1 {
    font-size: 28px;
}
#header #logo img {
    max-height: 70px;
    width: auto;
}
}
.nav-menu-container a{
	color:#fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #fff;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item::before {
    content: '';
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .xsphoto1{
    background-position: center center;
    background-image: url(../img/intro-carousel/s6.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto2{
    background-position: center center;
	background-image: url(../img/intro-carousel/s2.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto3{
    background-position: center center;	
	background-image: url(../img/intro-carousel/s3.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto4{
    background-position: center center;
	background-image: url(../img/intro-carousel/s4.jpg);
    background-repeat: no-repeat;	
}
#intro .xsphoto5{
    background-position: center center;
	background-image: url(../img/intro-carousel/s5.jpg);	
    background-repeat: no-repeat;
}

@media (min-width:992px){
#intro .xsphoto1{
    background-position: center center;
    background-image: url(../img/intro-carousel/1.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto2{
    background-position: center center;
	background-image: url(../img/intro-carousel/2.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto3{
    background-position: center center;	
	background-image: url(../img/intro-carousel/3.jpg);
    background-repeat: no-repeat;
}
#intro .xsphoto4{
    background-position: center center;
	background-image: url(../img/intro-carousel/4.jpg);
    background-repeat: no-repeat;	
}
#intro .xsphoto5{
    background-position: center center;
	background-image: url(../img/intro-carousel/5.jpg);	
    background-repeat: no-repeat;
}
}
#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-content {
    text-align: center;
	padding:25px;
  position: relative;
  top: -100px;
}
#intro h2 {
    color: #000;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
#intro h2 {
    font-size: 28px;
}
}
#intro p {
    width: 70%;
    margin: 0 auto 30px auto;
    color: #000;
    font-size: 19px;
    font-family: "Oswald", Arial;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.95);
}

@media (min-width: 1024px) {
#intro p {
    width: 100%;
    font-size: 21px;
}
}
#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
}
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}
#intro .carousel-indicators li {
    cursor: pointer;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (min-width: 1024px) {
#nav-menu-container {
    padding-right: 60px;
}
}

@media (max-width: 768px) {
#nav-menu-container {
    display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
    padding: 18px 8px 15px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Abel", Arial;
    font-weight: normal;
    font-size: 19px;
    text-transform: uppercase;
    outline: none;
}
.nav-menu a:visited{
	color: #fff;
}
.nav-menu li:link > a, .nav-menu > .menu-visited > a {
    color: #fff;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #ff9900;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #ff9900;
}
.nav-menu ul ul {
    margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
#mobile-nav-toggle {
    display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: normal;
    font-family: "Abel", Arial;
}
#mobile-nav ul li a:hover {
    color: #ff9900;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #18d26e;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
}
@media (min-width:996px){
.section-header h3 {
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
}
}
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background: #666;
    bottom: 1px;
    left: calc(50% - 20px);
}
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}
/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}
/* Featured Services Section
--------------------------------*/
#featured-services {
    background: #000;
}
#featured-services .box {
    padding: 30px 20px;
}
#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
    color: #18d26e;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}
#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}
#featured-services h4 a {
    color: #fff;
}
#featured-services h4 a:hover {
    color: #18d26e;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
/* About Us Section
--------------------------------*/
#about {
    background: url(../img/about-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0px 0;
    position: relative;
	background-size:cover;
}
#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 9;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
#about .about-col .img {
    position: relative;
}
#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#about .about-col:hover .icon {
    background-color: #fff;
}
#about .about-col:hover i {
    color: #18d26e;
}
#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #18d26e;
}
#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
#about .counters{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	padding:30px;
	width:300px;
	height:300px;
	border-radius:300px;
	background-color: #ef551f;
	opacity: 0.8;
}
#about .counters h3 {
    font-family: "Anton", Arial;
    font-weight: normal;
    font-size: 54px;
    display: block;
    color: #fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-top:40px;
	padding-bottom:0px;
}
#about .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Abel", Arial;
    font-size: 30px;
    color: #fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#about .bt_arrow{
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:45px;
	font-size:64px;
	text-align:center;
	color:#000;
}
#about .about-1 {
	background-color:#eeeded;
	margin-top:100px;
	padding-top:50px;
	padding-bottom:50px;
}
#about .about-1 .about-text{
    background-color: rgba(239, 85, 31, 1);
    color: #fff;
    font-size: 15px;
    font-family: "Abel", Arial;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
    background-image: url(../img/square.png);
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 19px;
}
#about .about-2 {
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:50px;
	background-image: url(../img/about-2.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: cover;
	min-height:450px;
}
#about .about-2 .about-box{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    background-image: url(../img/square2.png);
    background-repeat: no-repeat;
    background-position: top right;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width:768px){
#about .about-2 .about-box{
    background-color: #fff;
    padding: 70px;
    background-image: url(../img/square2.png);
    background-repeat: no-repeat;
    background-position: top right;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}
}
#about .about-2 .about-box h2{
    font-family: "Anton",Arial;
    font-size: 36px;
    color: #ef551f;
    text-transform: uppercase;
}
#about .about-2 .about-box h3{
	font-family: "Oswald",Arial;
	font-size:28px;
	color:#666;
    text-transform: uppercase;
}
#about .about-2 .about-box .about-text2{
    color: #333;
    font-size: 16px;
    font-family: "Abel", Arial;
    text-align: justify;
    line-height: 19px;
}
@media (min-width:1200px){
#about .about-1 .about-text{
    background-color: rgba(239, 85, 31, 1);
    color: #fff;
    font-size: 16px;
    font-family: "Abel", Arial;
    padding: 50px;
    text-align: justify;
    background-image: url(../img/square.png);
    background-repeat: no-repeat;
    background-position: top right;
}
}
#about .count
{
  color: rgba(255, 255, 255, 1);
}

/* Services Section
--------------------------------*/
#services {
    background: url(../img/service-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
    min-height: 850px;
	clear:both;
}
#services .box {
    margin-bottom: 30px;
}
#services .icon {
    float: left;
}
#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}
#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services .title a {
    color: #111;
}
#services .box:hover .title a {
    color: #18d26e;
}
#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}
#services .service-wrap {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
#services .service-item {
    position: relative;
    top: 40px;
    padding: 0px;
}
#services .service-item figure {
    background: #fff;
    position: relative;
    margin: 0;
}
#services .service-item figure:hover img {
    opacity: 1;
    transition: 0.3s;
    width: 100%;
    height: auto;
}
#services .service-item figure .link-preview, #services .service-item figure .link-details {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s;
}
#services .service-item figure .link-preview i, #services .service-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}
#services .service-item figure .link-preview:hover, #services .service-item figure .link-details:hover {
    background: #18d26e;
}
#services .service-item figure .link-preview:hover i, #services .service-item figure .link-details:hover i {
    color: #fff;
}
#services .service-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}
#services .service-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
#services .service-item figure:hover .link-preview {
    visibility: visible;
    left: calc(50% - 44px);
}
#services .service-item figure:hover .link-details {
    visibility: visible;
    right: calc(50% - 44px);
}
#services .service-item .service-info {
    background: #fff;
    text-align: left;
    padding: 30px;
    background-image: url(../img/square2.png);
    background-repeat: no-repeat;
    background-position: top right;
}
#services .service-item .service-info h4 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin-bottom: 18px;
    padding-bottom: 0;
    font-family: "Abel", Arial;
    text-transform: uppercase;
}
#services .service-item .service-info h4 a {
    color: #333;
}
#services .service-item .service-info h4 a:hover {
    color: #18d26e;
}
#services .service-item .service-info p {
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-size: 17px;
    font-family: "Abel", Arial;
    line-height: 24px;
    text-align: justify;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}
#clients img:hover {
    opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #18d26e;
}

/* News Section
--------------------------------*/
#news {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
    margin-bottom: 50px;
    background-color: #fff;
    clear: both;
}
@media (min-width:1200px){
#news {
	width:100%;
    padding: 60px 0;
    margin-bottom: 50px;
	background-color:#fff;
	clear:both;
}
}
#news .news_box{
	padding:15px;
	margin-bottom:15px;
}
#news .news_box a:link, a:visited{
	color:#333;
}
#news .news_box a:hover, a:active{
	color:#ff9900;
}
#news .news_box .news_img{
	width:100%;
	height:auto;
	min-height:280px;
	background-size:cover;
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,.45);
}
#news .news_box .news_img .post_time{
	background-color:#333;
	color:#fff;
	font-family: "Oswald", Arial;
	font-size:23px;
	text-align:left;
	width:80px;
	padding:10px;
	position:relative;
	left:0px;
	top:35px;
}
#news .news_box .post_info{
	width:100%;
	padding:20px;
	box-shadow: 0 0 15px rgba(0,0,0,.45);
}
#news .news_box .post_info .post_title{
    font-family: "Abel", Arial;
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
#news .news_box .post_info .post_con{
	font-family: "Abel", Arial;
    font-size: 19px;
    line-height: 21px;
    padding: 0px;
}
#news .btn-white{
	border:1px solid #333;
	font-family: "Anton", Arial;
	font-size: 19px;
}
#news_sub{
    background-color:#EBE9E9;
    padding-top: 130px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    min-height: 900px;
	margin:0px;
}
@media (min-width:1200px){
#news_sub{
    background-color:#EBE9E9;
    padding-top: 150px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    min-height: 900px;
	margin:0px;
}
}
#news_sub .news_box{
	padding:15px;
	margin-bottom:15px;
}
#news_sub .news_box a:link, #news_sub .news_box a:visited{
	color:#333;
}
#news_sub .news_box a:hover, #news_sub .news_box a:active{
	color:#ff9900;
}
#news_sub .news_box .news_img{
	width:100%;
	height:auto;
	min-height:280px;
	background-size:cover;
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,.45);
}
#news_sub .news_box .news_img .post_time{
	background-color:#333;
	color:#fff;
	font-family: "Oswald", Arial;
	font-size:23px;
	text-align:left;
	width:80px;
	padding:10px;
	position:relative;
	left:0px;
	top:35px;
}
#news_sub .news_box .post_info{
	width:100%;
	padding:20px;
	box-shadow: 0 0 15px rgba(0,0,0,.45);
}
#news_sub .news_box .post_info .post_title{
    font-family: "Abel", Arial;
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
#news_sub .news_box .post_info .post_con{
	font-family: "Abel", Arial;
    font-size: 19px;
    line-height: 21px;
    padding: 0px;
}
#news_sub .btn-white{
	border:1px solid #333;
	font-family: "Anton", Arial;
	font-size: 19px;
}
#news_sub .news_table{
	border:1px solid #333;
	background-color:#fff;
	clear:both;
}
#news_sub .news_table th{
	padding:8px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #333;	
}
#news_sub .news_table tr{
	padding:8px;
	border:1px solid #333;	
}
#news_sub .news_table td{
	padding:8px;
	border:1px solid #333;	
}
/* Products Section
--------------------------------*/
#products {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
@media (min-width:1200px){
#products {
    padding: 60px 0;
    margin-bottom: 50px;
}
}
#products .section-header {
    margin-bottom: 40px;
}
#products .products-item {
    text-align: center;
}
#products .products-item .products-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#products .products-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
#products .products-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}
#products .products-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#products .products-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#products .products-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
#products .products-item p {
    width: 80%;
}
}
#products .owl-nav, #products .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#products .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#products .owl-dot.active {
    background-color: #18d26e;
}
#products .wp {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding-top: 30px;
}
#products .column {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    padding: 80px 0;
    cursor: pointer;
    height: 500px;
}
#products .column .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    height: 355px;
    background-position: bottom center;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}
#products .column:hover .bg {
    height: 435px;
    top: -40px;
    z-index: 1;
    box-shadow: 0 0 87px rgba(0,0,0,.25);
}
#products .column .text {
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
	overflow:hidden;
}
#products .column .text h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: -10px;
    font-weight: normal;
}
@media (min-width:1200px) {
	#products .column .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    height: 500px;
    background-position: bottom center;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}
#products .column:hover .bg {
    height: 585px;
    top: -40px;
    z-index: 1;
    box-shadow: 0 0 87px rgba(0,0,0,.25);
}
#products .column .text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 30px;
	overflow:hidden;
}
#products .column .text h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
}
#products .button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 15px 25px;
    padding-left: 60px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    background: #a03a96;
    background: linear-gradient(left, #a03a96, #f5245d);
    background: -webkit-linear-gradient(left, #a03a96, #f5245d);
    background: -moz-linear-gradient(left, #a03a96, #f5245d);
    background: -ms-linear-gradient(left, #a03a96, #f5245d);
    background: -o-linear-gradient(left, #a03a96, #f5245d);
}
}

#products .column .text .button-wrap {
    display: block;
    opacity: 0;
    margin-bottom: -60px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1), opacity 1s .2s cubic-bezier(.165, .84, .44, 1);
}
#products .column:hover .text .button-wrap {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: -20px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1), opacity 1s .2s cubic-bezier(.165, .84, .44, 1);
}
#products .button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 15px 25px;
    padding-left: 60px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    background: #a03a96;
    background: linear-gradient(left, #a03a96, #f5245d);
    background: -webkit-linear-gradient(left, #a03a96, #f5245d);
    background: -moz-linear-gradient(left, #a03a96, #f5245d);
    background: -ms-linear-gradient(left, #a03a96, #f5245d);
    background: -o-linear-gradient(left, #a03a96, #f5245d);
}
#products .button:hover {
    padding-left: 30px;
    padding-right: 85px;
    transform: scale(.9);
}
#products .button img {
    position: absolute;
    top: 50%;
    left: -20px;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    ;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#products .button:hover img {
    left: calc(100% - 80px);
    transform: translateY(-50%) scale(.8);
    -webkit-transform: translateY(-50%) scale(.8);
    -moz-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    -o-transform: translateY(-50%) scale(.8);
}
#products .button input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
#products .button.black {
    background: #000 !important
}
#products .wp a:visited span{
	color:#ff9900;
}
/* prod_new Section
--------------------------------*/
#prod_new {
    padding-bottom: 60px;
	margin-top:-30px;
}
@media (min-width:1200px){
#prod_new {
    padding-bottom: 60px;
	margin-top:0px;
}
}
#prod_new img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
}
#prod_new .owl-nav, #prod_new .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#prod_new .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#prod_new .owl-dot.active {
  background-color: #ff9900;
}
.prod_header{
	border-radius: 30px;
	background-color:#ff9900;
	padding:15px;
	color:#fff;
	float:left;
	clear:right;
}
/* Contact Section
--------------------------------*/
#contact {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
    background-image: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
#contact a{
	color:##ff9900;
}
#contact .contact-info {
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
	position:relative;
}
#contact .contact-info h3 {
    font-size: 21px;
	font-family:"Anton", Arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}
#contact a:hover h3 {
    font-size: 24px;
	font-family:"Anton", Arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #ff9900;
	transition: 0.4s;
}
#contact .contact-1, #contact .contact-2, #contact .contact-3 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    padding: 25px;
    background-color: #fff;
	border:5px solid #333;
    height: 200px;
    width: 200px;
}
#contact a:hover .contact-1, #contact a:hover .contact-2, #contact a:hover .contact-3 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    padding: 25px;
    background-color: #fff;
	border:5px solid #ff9900;
    height: 210px;
    width: 210px;
	transition: 0.4s;
    background-position: -15px 80px;
}
#contact .contact-1{
    background-image: url(../img/icon-request.png);
    background-repeat: no-repeat;
    background-position: center 65px;
}
#contact .contact-2{
    background-image: url(../img/icon-inquiry.png);
    background-repeat: no-repeat;
    background-position: center 65px;
}
#contact .contact-3{
    background-image: url(../img/icon-fb.png);
    background-repeat: no-repeat;
    background-position: center 65px;
}
#contact .contact-map{
	background-color:#fff;
	margin-top:30px;
	margin-bottom:30px;
	padding:0px;
	color:#333;
    background-image: url(../img/square2.png);
    background-repeat: no-repeat;
    background-position: top right;
}
#contact .contact-map h4{
    font-size: 21px;
    text-decoration: underline;
	font-family:"Anton", Arial;
}
#contact .contact-map p{
	font-size:17px;
	font-family:"Abel", Arial;
}
.form{
    background-color: #EBE9E9;
    padding-top: 150px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    min-height: 900px;	
}
.form #sendmessage {
    color: #ff9900;
    border: 1px solid #ff9900;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form #errormessage {
    color: #ff9900;
    display: none;
    border: 1px solid #ff9900;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.form #sendmessage.show, .form #errormessage.show, .form .show {
    display: block;
}
.form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
.form input, .form textarea {
    padding: 10px 14px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 15px;
}
.form button[type="submit"] {
    background: #ff9900;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
.form button[type="submit"]:hover {
    background: #333;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #333;
    padding: 0px 0 20px 0;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    background: #111;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #18d26e;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #18d26e;
    width: 60px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 20px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
#prod_sub{
    background-color:#EBE9E9;
    padding-top: 130px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    min-height: 900px;
}
@media (min-width:1200px){
#prod_sub{
    background-color:#EBE9E9;
    padding-top: 150px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    min-height: 900px;
}
}
#prod_sub .pbox{
    padding: 10px;
	margin-bottom:15px;
}
#prod_sub .pbox .pimg{
	padding:0px;
	box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.2);
}
#prod_sub .pbox .ptitle{
	font-family:"Oswald", Arial;
	font-size:18px;
	line-height:21px;
	margin:20px;
	text-aling:left;
}
#prod_sub .pbox .ptitle a:link, #prod_sub .pbox .ptitle a:visited {
    text-decoration: none;
    color: #666;
}
#prod_sub .pbox .ptitle a:hover, #prod_sub .pbox .ptitle a:active {
    text-decoration: none;
    color: #ff9900;
}
#prod_sub .btn-get-started {
  font-family: "Anton", Arial;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #333;
}

#prod_sub .btn-get-started:hover {
  background: #000;
  color: #fff;
}
