/* ------------------------------------------------------------------
Template Name: PROJECT - Corporate Business Template
Version: 1.0
Author: EcologyTheme
Template URI: http://ecologytheme.com/theme/project
License URI: https://themeforest.net/user/ecologytheme/portfolio
Tags: project, corporate. one page html5, creative template
------------------------------------------------------------------- */
/*
[Table of contents]
--------------------
1.  Base Styles
2.  Header
3.  Intro / .intro
4.  About / .about
5.  Creative Concept / .creative-concept
6.  Services / .services
7.  Portfolio / .portfolio
8.  Testimonial / .testimonial 
9.  Pricing Table / .pricing-table 
10. Blog / .blog
11. Team / .team
12. Video / .video
14. Footer
15. Helper Classes
------------------------------------------------------------------- */
/* ===================
   Base styles
   =================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
figure{
    margin: 0;
}
textarea {
    resize: vertical;
}
a{
    transition: .3s ease;
}
a:focus, a:active, a:hover{
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    color:#282828;
}
p{
    color:#727272;
    font-size: 15px;
    line-height: 25px;
	font-weight:300;
}
body{
	font-family:"Roboto", sans-serif;
}
a:focus{outline: 0;}
*:focus{outline:none;}

/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:99999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('../../images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}

/* =========================
   Header
   ========================= */
header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
header nav {
    padding: 25px 0;
    margin-bottom: 0 !important;
	border-radius:0;
}
header  nav .navbar-brand {
    padding: 0;
}

header .sticky-wrapper nav .navbar-brand-dark{
	margin-left: -15px;
	padding:0;
}

header .sticky-wrapper nav .navbar-brand {
	display:none;
}

header .is-sticky nav .navbar-brand {
	display:block;
}

header .is-sticky nav .navbar-brand-dark {
	display:none;
}







header nav .navbar-header {
    margin-top: 5px;
}
header nav ul.nav {
    margin-top: 15px !important;
}
header nav ul.nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 0 10px;
}
header nav ul.nav li a:hover {
    color: #004972;
    background: none;
}
header nav ul.nav li a:focus {
    background: none;
    outline: none;
}
header nav ul.nav li a:active {
    background: none;
    outline: none;
}
header nav ul.nav li.active > a {
    color: #004972;
    border-bottom: 2px dotted #004972;
}
header nav ul.nav li:last-child {
    position: relative;
}
header nav ul.nav li:last-child a {
    padding-bottom: 20px;
	padding-right:0;
}
header nav ul.nav li:last-child a:hover + form {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form {
    position: absolute;
    width: 200px;
    background: #004972;
    padding: 5px;
    right: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header nav ul.nav li:last-child form input {
    float: left;
    width: 150px;
    display: block;
    height: 40px;
    border: none;
    padding: 0 10px;
}
header nav ul.nav li:last-child form button {
    float: left;
    width: 40px;
    display: block;
    height: 40px;
    border: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header nav ul.nav li:last-child form button:hover {
    background: #004972;
    color: #fff;
}
header nav ul.nav li:last-child form:before {
    border-bottom: 20px solid #004972;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    right: 8px;
    top: -19px;
}
header nav ul.nav li:last-child form:hover {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form:focus {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form:active {
    visibility: visible;
    opacity: 1;
}

.sticky-wrapper nav ul.nav li a{
	color:#ffffff;
}



.is-sticky nav ul.nav li a{
	color:#000000 !important ;
}


.sticky-wrapper.is-sticky nav {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 3px #ddd;
	transition: all 0.3s ease 0s;
	border-radius:0;
}
.sticky-wrapper nav {
	transition: all 0.3s ease 0s;
}

/* Dropdown Menu */
header nav ul li{
	position:relative;
	padding: 0 12px;
}
header nav ul li ul{
	left: 0;
	padding: 0px;
	position: absolute;
	min-width: 200px;
	background: #fff;
	box-shadow:0 3px 10px #ddd;
	border-top: 2px solid #004972;
	transition:.2s ease;
	visibility:hidden;
	opacity:0;
	top:50px;
}
header nav ul li:hover ul{
	visibility:visible;
	opacity:1;
	top:45px;
}
header nav ul li ul li{
	border-bottom: 1px solid #eee;
	list-style-type:none;
	padding:10px 12px;
}
header nav ul li ul li{
	position:relative;
}
header nav ul li ul li ul{
	margin-left: 201px;
	position: absolute;
	top: 0;
	min-width: 200px;
	visibility:hidden;
	opacity:0;
}
header nav ul li:hover ul li ul{
	visibility:hidden;
	opacity:0;
}
header nav ul li ul li:hover ul{
	margin-top:-35px;
	visibility:visible;
	opacity:1;
}

header nav ul li ul li a{
	color:#3b3b3b !important;
}


header nav ul li:hover ul li a {
    color: #333333;
}
header nav ul li:hover a{
    color: #004972;
}
header nav ul li li:hover a{
	color: #004972;
}

/* Mega Menu */
header nav ul li ul.megamenu-container {
  border: 0 none;
  margin: 0;
  padding: 0;
}
header nav ul li ul.megamenu-container li{
	padding:0;
}
header nav ul li .mega-menu{
	position:absolute;
	width:637px;
	left:-300px;
	top:50px;
	background:#fff;
	padding:30px 15px 30px 15px;
	box-shadow:0 3px 10px #ddd;
	border-top: 2px solid #004972;
	transition:.2s ease;
	visibility:hidden;
	opacity:0;
}
header nav ul li:hover .mega-menu{
	top:0;
	visibility:visible;
	opacity:1;
}
header nav ul li .mega-menu span{
	width:200px;
	float:left;
}
header nav ul li .mega-menu span a{
	display:block;
	color:#000;
	font-weight:400;
	position:relative;
	left:12px;
	padding-left:12px;
}
header nav ul li .mega-menu span a:before{
	position:absolute;
	content:"\f105";
	font-family:"FontAwesome", sans-serif;
	left:0;
	font-weight:300;
}
header nav ul li .mega-menu span a:first-child{
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
	font-weight:600;
	left:0;
}
header nav ul li .mega-menu span a:first-child:before{
	position:absolute;
	content:"";
	width:150px;
	height:1px;
	left:12px;
	background:#ddd;
	bottom:0;
}
header nav ul li .mega-menu span:last-child a:first-child:before{
	content:none;
}







/*=======
  Intro
  =======*/
.intro {
    position: relative;
}
.intro #intro-carousel .carousel-inner .item figure {
    position: relative;
}
.intro #intro-carousel .carousel-inner .item figure img {
    width: 100%;
}
.intro #intro-carousel .carousel-inner .item figure figcaption {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;

}
.intro #intro-carousel .carousel-inner .item figure figcaption h1 {
    font-size: 60px;
    font-family: "Raleway", sans-serif;
    /*width: 800px;*/
    font-weight: 300;
    color: #ffffff;
	text-transform:uppercase;
}

.intro #intro-carousel .carousel-inner .item figure figcaption h1 span:first-child {
    color: #004972;
    font-weight: 600;
}
.intro #intro-carousel .carousel-inner .item figure figcaption h1 span:last-child {
    font-weight: 600;
    color: #282828;
}

.intro #intro-carousel .carousel-inner .item figure figcaption p {
 color: #ffffff;
 font-size:24px;
 line-height:36px;


}
.intro #intro-carousel .carousel-inner .item figure figcaption a {
    background: #004972;
    color: #fff;
    font-size: 25px;
    padding: 15px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:hover {
    text-decoration: none;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:before {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:hover:before {
    width: 100%;
}
.intro #intro-carousel .left-slide,
.intro #intro-carousel .right-slide {
    bottom: 150px;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    right: 125px;
    z-index: 20;
    color: #282828;
	width:60px;
	height:35px;
}
.intro #intro-carousel .left-slide:hover,
.intro #intro-carousel .right-slide:hover {
    color: #004972;
}
.intro #intro-carousel .left-slide {
    margin-right: 70px;
}
.intro #intro-carousel .left-slide:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#ffffff;
	left:0;
	top:12px;
	transition:.3s ease;
}
.intro #intro-carousel .left-slide:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.intro #intro-carousel .right-slide:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#ffffff;
	right:0;
	top:12px;
	transition:.3s ease;
}
.intro #intro-carousel .right-slide:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.intro #intro-carousel .left-slide:hover:before{
	background:#004972;
}
.intro #intro-carousel .left-slide:hover:after{
	border-color:#004972;
}
.intro #intro-carousel .right-slide:hover:before{
	background:#004972;
}
.intro #intro-carousel .right-slide:hover:after{
	border-color:#004972;
}

.intro .intro-bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: transparent url(../../images/bot-triangle.png) no-repeat scroll center bottom;
    height: 220px;
}
.intro-bottom > a{
	position:relative;
	display:inline-block;
	width:30px;
	height:45px;
}
.intro-bottom > a::before {
	border: 3px solid #004972;
	border-radius: 15px;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left:0;
	top:0;
}
.intro-bottom > a::after {
	border-bottom: 3px solid #004972;
	color: #004972;
	content: "";
	font-family: "FontAwesome",sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 22px;
	left: 0;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Section Heading Style */
.section-number {
    border: 1px solid #004972;
    border-radius: 100px;
    color: #004972;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    margin-left: 50px;
    text-align: center;
    width: 40px;
    position: relative;
    font-family: "Raleway", sans-serif;
}
.section-number:before {
    background: #004972 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -50px;
    position: absolute;
    top: 20px;
    width: 50px;
}
.section-number:after {
    background: #004972 none repeat scroll 0 0;
    content: "";
    height: 252px;
    left: -50px;
    position: absolute;
    top: -232px;
    width: 1px;
}

.creative-concept .section-number:after{
	height: 74px !important;
	top: -53px !important;	
}


h2.section-heading {
    font-size: 45px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;
}

/* =========================
   About Section
   ========================= */
.about {
    position: relative;
    padding: 116px 0;
}
.about i {
    color: #004972;
    font-size: 28px;
}
.about h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
    font-weight: 400;
	text-transform:uppercase;
}
.about a {
    font-size: 15px;
    text-transform: uppercase;
    color: #004972;
    font-weight: 400;
}

/* =========================
   Creative Concept
   ========================= */
.creative-concept {
    position: relative;
    background: #F3F3F3;
    padding: 116px 0 0 0;
}
.creative-concept .concept-text p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}
.creative-concept .concept-image {
    margin-top: -200px;
}
.creative-concept .concept-image img {
    width: 100%;
}

.creative-concept .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url(../../images/top-triangle.png) no-repeat scroll center bottom;
    height: 250px;
}

.creative-concept .shape-bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url(../../images/bot-triangle.png) no-repeat scroll center bottom;
    height: 220px;
}



/* =========================
   Service Section
   ========================= */
.services {
    padding: 116px 0;
}
.services .service-box {
    text-align: center;
}
.services .service-box i {
    font-size: 28px;
    color: #004972;
}
.services .service-box h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
    font-weight: 400;
}
.services .service-box a {
    text-transform: uppercase;
    color: #004972;
    font-weight: 400;
}
.services .service-box:first-child {
    margin-bottom: 85px;
}

/* =========================
   Portfolio Section
   ========================= */
.portfolio {
    background: #f3f3f3;
    position: relative;
    padding: 116px 0;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item figure {
    position: relative;
}
.portfolio .portfolio-item figure:hover figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.portfolio .portfolio-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(255, 72, 72, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.portfolio .portfolio-item figure figcaption div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.portfolio .portfolio-item figure figcaption div a {
    font-size: 25px;
    color: #fff;
}
.portfolio .portfolio-item figure figcaption div p {
    font-size: 25px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    padding: 0 15px;
    margin-top: 10px;
}
.portfolio .portfolio-more {
    text-align: right;
}

/* =========================
   Testimonial Section
   ========================= */
.testimonial {
    padding: 116px 0 195px 0;
}
.testimonial #testimonial-carousel .owl-wrapper-outer {
    border-left: 1px solid #004972;
    border-bottom: 1px solid #004972;
    padding-bottom: 40px;
}
.testimonial #testimonial-carousel .client-image img {
    display: block;
    margin: 0 auto;
}
.testimonial #testimonial-carousel .client-content .client-info {
    position: relative;
    margin-top: 30px;
}
.testimonial #testimonial-carousel .client-content .client-info p.c-signature {
    font-family: 'Sacramento', cursive;
    font-size: 40px;
}
.testimonial #testimonial-carousel .client-content .client-info h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.testimonial #testimonial-carousel .client-content .client-info h3 {
    font-size: 15px;
    color: #004972;
    margin-top: 0;
}
.testimonial #testimonial-carousel .client-content .client-info ul.c-rating {
    position: absolute;
    right: 0;
    top: 45px;
}
.testimonial #testimonial-carousel .client-content .client-info ul.c-rating li {
    padding: 0;
    font-size: 20px;
    color: #004972;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 40px;
    left: 35%;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination .owl-page {
    border: 3px solid #282828;
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    width: 11px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination .owl-page.active {
    background: #004972;
    border-color: #004972;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    bottom: -80px;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
    width:60px;
	height:35px;
	position:relative;
}

.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    margin-right: 20px;
	width:60px;
	height:35px;
	position:relative;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	left:0;
	top:12px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #282828;
	border-bottom:5px solid #282828;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	right:0;
	top:12px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #282828;
	border-bottom:5px solid #282828;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:hover:before{
	background:#004972;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:hover:after{
	border-color:#004972;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:hover:before{
	background:#004972;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:hover:after{
	border-color:#004972;
}

/* =========================
   Pricing Table
   ========================= */
.pricing-table {
    background: #f3f3f3;
    position: relative;
    padding: 116px 0;
}
.pricing-table .single-plan .pricing-wrapper {
    border: 1px solid #727272;
    background: #fff;
    border-radius: 10px;
    padding: 40px 60px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head {
    text-align: center;
    margin-bottom: 50px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head h4 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head span {
    font-size: 20px;
    font-weight: 300;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency {
    margin-bottom: 50px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p {
    text-align: center;
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p sup {
    font-size: 40px;
    font-weight: normal;
    left: 10px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p sub {
    font-size: 22px;
    font-weight: normal;
    right: 17px;
    bottom: 0;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content ul li p span {
    float: right;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase {
    text-align: center;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #727272;
    color: #fff;
    font-size: 25px;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover {
    text-decoration: none;
    color: #fff;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #004972;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover:before {
    width: 100%;
    color: #fff;
}
.pricing-table .single-plan:hover .pricing-wrapper {
    border: 1px solid #004972;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #004972;
}
.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}
.pricing-table .featured-plan .pricing-wrapper {
    border: 1px solid #004972;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #004972;
}
.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper {
    border: 1px solid #727272;
    box-shadow: none;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #727272;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #004972;
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper {
    border: 1px solid #004972;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #004972;
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}

/* =========================
   Blog Section
   ========================= */
.blog {
    padding: 116px 0;
}
.blog .single-post h3 {
    margin: 40px 0 15px 0;
}
.blog .single-post h3 a {
    font-size: 20px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 400;
}
.blog .single-post h3 a:hover {
    color: #004972;
}
.blog .single-post a.read-more-btn {
    background: #727272;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    font-weight: normal;
}
.blog .single-post a.read-more-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.blog .single-post a.read-more-btn:hover {
    text-decoration: none;
    color: #fff;
}
.blog .single-post a.read-more-btn:before {
    background: #004972;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.blog .single-post a.read-more-btn:hover:before {
    width: 100%;
    color: #fff;
}
.blog .single-post:first-child {
    margin-bottom: 60px;
}

/* =========================
   Our Team
   ========================= */
.team {
    background: #f3f3f3;
    position: relative;
    padding: 116px 0 195px 0;
}
.team #team-carousel .team-single figure {
    position: relative;
	overflow:hidden;
}
.team #team-carousel .team-single figure figcaption {
    background: rgba(255, 72, 72, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    visibility: hidden;
    opacity: 0;
}
.team #team-carousel .team-single figure figcaption h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 10px 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption h3 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption ul {
    text-align: center;
    margin: 50px 0;
}
.team #team-carousel .team-single figure figcaption ul li {
    margin-right: 20px;
}
.team #team-carousel .team-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.team #team-carousel .team-single figure figcaption ul li a {
    font-size: 25px;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption .skills {
    padding: 0 40px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single {
    margin-bottom: 20px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four {
    height: 6px;
    background: #cacaca;
    border-radius: 5px;
    position: relative;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 78%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 70%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 68%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 90%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 88%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 50%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 48%;
}
.team #team-carousel .team-single figure:hover figcaption {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.team #team-carousel .team-single .member-info {
    position: relative;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    top: 0;
}
.team #team-carousel .team-single .member-info h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0 10px 0;
    font-family: "Raleway", sans-serif;
}
.team #team-carousel .team-single .member-info h3 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.team #team-carousel .team-single:hover .member-info {
    top: -100px;
    visibility: hidden;
    opacity: 0;
}
.team #team-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    bottom: -80px;
    z-index: 10;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
	position:relative;
	width:60px;
	height:35px;
}

.team #team-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
	position:relative;
    margin-right: 20px;
	width:60px;
	height:35px;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	left:0;
	top:12px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #282828;
	border-bottom:5px solid #282828;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	right:0;
	top:12px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #282828;
	border-bottom:5px solid #282828;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:hover:before{
	background:#004972;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:hover:after{
	border-color:#004972;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:hover:before{
	background:#004972;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:hover:after{
	border-color:#004972;
}
/* =========================
   Video Section
   ========================= */
.video {
    padding: 116px 0;
}
.video .video-wrapper iframe {
    border: 0;
    display: block;
    margin: 0 auto;
}

/* =========================
   Contact Section
   ========================= */
.contact {
    background: #f3f3f3;
    position: relative;
    padding: 116px 0;
}
.contact form div input {
    display: block;
    width: 50%;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #004972;
    border-left: 0;
    background: none;
    padding: 10px 0;
    box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
}
.contact form div input:focus {
    border-color: #727272;
    box-shadow: none;
}
.contact form div input:active {
    border-color: #727272;
    box-shadow: none;
}
.contact form div input::-moz-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div input::-webkit-input-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div input[type="text"] {
    margin-bottom: 50px;
}
.contact form div input[type="email"] {
    float: right;
}
.contact form div textarea {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #004972;
    border-left: 0;
    background: none;
    padding: 60px 0 10px;
    box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    resize: none;
    height: 100px;
    margin-top: 20px;
}
.contact form div textarea::-moz-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div textarea:active {
    padding: 10px 0;
}
.contact form div textarea:focus {
    padding: 10px 0;
	border-color:#727272;
}
.contact form div button[type="submit"] {
    background: #004972;
    color: #fff;
    font-size: 25px;
    padding: 10px 35px;
    margin-top: 80px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 3px;
    float: right;
}
.contact form div button[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
}
.contact form div button[type="submit"]:before {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.contact form div button[type="submit"]:hover:before {
    width: 100%;
    color: #fff;
}

/* =========================
   Footer
   ========================= */
footer {
    position: relative;
}

footer .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url(../../images/top-triangle.png) no-repeat scroll center bottom;
    height: 250px;
}

footer .footer-widget-area{
	background:#f5f5f5;
	padding:125px 0;
}
footer .footer-widget-area .footer-widget .widget-content p{
	font-size:15px;
	font-weight:300;
	line-height:24px;
}
footer .footer-widget-area .footer-widget .widget-content .footer-logo{
	margin-bottom:20px;
}
footer .footer-widget-area .footer-widget .widget-content .footer-logo + p a{
	color:#004972;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-links li a{
	display:block;
	position:relative;
	padding:5px 0;
	color:#727272;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-links li a:hover{
	color:#004972;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-links li a i{
	position:absolute;
	right:0;
	transition:.3s ease;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-links li a:hover i{
	right:-5px;
}
footer .footer-widget-area .footer-widget h2.title{
	margin:0 0 20px 0;
	padding-bottom:20px;
	font-size:22px;
	position:relative;
    font-weight: 400;
}
footer .footer-widget-area .footer-widget h2.title:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#004972;
	left:0;
	bottom:0
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-left, footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right{
	display:table-cell;
	vertical-align:top;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-left{
	padding-right:10px;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-left a img{
	width:60px;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right h6{
	margin:0 0 4px 0;
	font-size:14px;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right h6 a{
	color:#333;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right h6 a:hover{
	color:#004972;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right p{
	font-size:12px;
	margin-bottom:0;
}
footer .footer-widget-area .footer-widget .widget-content .blog-post-meta .post-right p i{
	display:inline-block;
	padding-right:5px;
}
footer .footer-widget-area .footer-widget .widget-content .portfolio-grid{
	margin-left:-6px;
	margin-right:-6px;
}
footer .footer-widget-area .footer-widget .widget-content .portfolio-grid .col-md-6.col-xs-4{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-social{
	margin-top:15px;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-social li a {
	border: 1px solid #ccc;
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	padding-top: 6px;
	text-align: center;
	width: 35px;
	color:#727272;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-social li a:hover{
	background:#004972;
	border-color:#004972;
	color:#fff;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-address li{
	padding:5px 0;
	color:#727272;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-address li a{
	color:#727272;
}
footer .footer-widget-area .footer-widget .widget-content ul.footer-address li i{
	display:inline-block;
	width:20px;
	color:#004972;
}

footer .footer-bottom{
	background:#004972;
}
footer p.copyright-text {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}


/* ==================================================================
                          [- Contact Page -]
   ================================================================== */
.page-header{
    padding: 100px 0 0 0;
    margin: 0;
    background: url(../../images/slider/ambiental.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header h2{
    background: #004972 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    margin: 90px 0 0 -10px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.page-header ol.breadcrumb{
    border:0 none;
    background: none;
    text-align: right;
    border-radius: 0;
    margin: 95px 0 0 0;
}
.page-header ol.breadcrumb li a{
    color: #004972;
}
.google-map .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.google-map .container-fluid .row{
    margin-left: 0;
    margin-right: 0;
}
.google-map .container-fluid .row .col-sm-9, .google-map .container-fluid .row .col-sm-3{
    padding-left: 0;
    padding-right: 0;
}
#map{
    width: 100%;
    height: 300px;
}
.google-map .map-address{
    height: 300px;
    background: url(http://placehold.it/800x500);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.google-map .map-address:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,26,73,0.9);
    left: 0;
    top: 0;
    z-index: -1;
}
.google-map .map-address h3{
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.google-map .map-address h3:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #004972;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.google-map .map-address ul li{
    font-size: 18px;
}
.contact-main{
    padding: 100px 0;
}
.contact-main h2.title{
    margin: 0 0 30px 0;
}
.contact-main ul.contact-address-list{
    margin-top: 30px;
}
.contact-main ul.contact-address-list li{
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
}
.contact-main ul.contact-address-list li i{
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 30px;
    text-shadow:
    -1px -1px 0 #323232,  
     1px -1px 0 #323232,
     -1px 1px 0 #323232,
      1px 1px 0 #323232;
    color: #fff;
}
.contact-main ul.contact-address-list li strong{
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.contact-main ul.contact-address-list li span{
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.contact-form form input, .contact-form form textarea{
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
    display: block;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.contact-form form textarea{
    height: 150px;
}
.contact-form form button[type="submit"]{
    background: none;
    border: 2px solid #004972;
    border-radius: 3px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #004972;
    font-weight: 500;
    transition: .3s ease;
}
.contact-form form button[type="submit"]:hover{
    background: #004972;
    color: #fff;
}

/* ==================================================================
                          [- Service Page -]
   ================================================================== */
.service-about{
	padding:100px 0;
}
.service-about h3.about-title{
	margin:0 0 20px 0;
}
.service-about h3.about-title strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.service-list{
	background:#F0F0F0;
	padding:100px 0;
}
.section-header h2{
	margin:0 0 20px 0;
	padding-bottom:20px;
	position:relative;
}
.section-header h2:before{
	position:absolute;
	content:"";
	width:100px;
	height:2px;
	background:#004972;
	bottom:0;
	left:0;
}
.service-list .service-block{
	background:#fff;
	margin-bottom:30px;
}
.service-list .service-block .service-block-icon, .service-list .service-block .service-block-content{
	display:table-cell;
	vertical-align:top;
}
.service-list .service-block .service-block-icon {
	border-right: 1px solid #f0f0f0;
	padding: 20px 15px;
	transition:.3s ease;
}
.service-list .service-block .service-block-icon i{
	display: inline-block;
	font-size: 30px;
	text-align: center;
	width: 65px;
	height: 65px;
	padding-top: 18px;
	border-radius: 100px;
	background:#fff;
	color:#004972;
	border:1px solid #004972;
	transition:.3s ease;	
}
.service-list .service-block:hover .service-block-icon{
	background:#004972;
	border-color:#004972;
}
.service-list .service-block:hover .service-block-icon i{
	background:#fff;
	color:#004972;
}
.service-list .service-block .service-block-content{
	padding:20px;
}
.service-list .service-block .service-block-content h3{
	margin:0 0 15px 0;
	font-size:18px;
}
.service-list .service-block .service-block-content p{
	margin-bottom:0;
}
.service-list .service-block .service-block-content p a{
	color:#004972;
}
.clients{
	padding:100px 0;
}
.clients .clients-brand-img img{
	background:#f7f7f7;
}
.service-calltoaction{
	background:#004972;
	padding:20px 0;
	color:#fff;
}
.service-calltoaction .service-calltocontent{
	position:relative;
	padding-left:80px;
}
.service-calltoaction .service-calltocontent i{
	display:inline-block;
	position:absolute;
	left:0;
	top:5px;
}
.service-calltoaction .service-calltocontent h2{
	color:#fff;
	margin:0 0 10px 0;
}
.service-calltoaction .service-calltocontent p{
	color:#fff;
	margin:0;
}
.service-calltoaction .service-calltobutton a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  padding: 15px 40px;
}
.service-calltoaction .service-calltobutton a:hover{
	background:#fff;
	color:#004972;
	border-color:#004972;
}

/* ==================================================================
                          [- About Page -]
   ================================================================== */
.about-quote{
	padding:100px 0;
	background:#004972;
}
.about-quote h4{
	font-style:italic;
	text-align:center;
	font-size:24px;
	line-height:1.8em;
	margin:0;
	color:#fff;
}
.our-services{
	background:#F9F9F9;
}
.vmv-statement{
	background: url(../../images/slider/slide-3.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.vmv-statement .statement-box{
	padding:20px;
	min-height:331px;
}
.vmv-statement .statement-box:first-child{
	background:#004972;
}
.vmv-statement .statement-box:last-child{
	background:#222222;
}
.vmv-statement .statement-box h3{
	color:#fff;
	margin:0 0 15px 0;
}
.vmv-statement .statement-box p{
	color:rgba(255,255,255,0.8);
	margin-bottom:0;
}
.history-timeline{
	padding:100px 0;
}
.history-timeline .text-center .btn.btn-primary {
  background: #004972 none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  padding: 10px 20px;
}
.history-timeline .timeline{
	position:relative;
	padding:20px 0;
}
.history-timeline .timeline:before{
	position:absolute;
	content:"";
	width:3px;
	height:100%;
	background:#eee;
	left:50%;
	top:0;
	margin-left:-1.5px;
}

.timeline > li {
    clear: left;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.history-timeline .timeline li.timeline-inverted{
	float:right;
	clear:right;
	width:50%;
}
.history-timeline .timeline li:nth-child(2){
	margin-top:60px;
}
.history-timeline .timeline li .timeline-badge{
	position:absolute;
	top:15px;
	right:-12px;
	width:25px;
	height:25px;
	font-size:1.4em;
	text-align:center;
}
.history-timeline .timeline li .timeline-badge > a {
  color: #C4C4C4;
  transition:.3s ease;
}
.history-timeline .timeline li .timeline-badge > a:hover, .history-timeline .timeline li:hover .timeline-badge > a{
	color:#004972;
}
.history-timeline .timeline li .timeline-badge .tooltip{
	display:block;
	width:100px;
}
.history-timeline .timeline li .timeline-panel{
	width:95%;
	border:1px solid #eee;
	padding:20px;
	transition:.3s ease;
	position:relative;
}
.history-timeline .timeline li .timeline-panel:before{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	content: "";
	height: 20px;
	position: absolute;
	right: -11px;
	top: 18px;
	transform: rotate(-45deg);
	width: 20px;
	transition:.3s ease;
}
.history-timeline .timeline li.timeline-inverted .timeline-badge {
	left: -13px;
}
.history-timeline .timeline li.timeline-inverted .timeline-panel{
	float:right;
}
.history-timeline .timeline li.timeline-inverted .timeline-panel::before {
	left: -11px;
	transform: rotate(135deg);
}
.history-timeline .timeline li:hover .timeline-panel{
	border-color:#BFBFBF;
}
.history-timeline .timeline li:hover .timeline-panel::before{
	border-color:#BFBFBF;
}
/* ==================================================================
                          [- Portfolio Page -]
   ================================================================== */
.portfolio-gallery{
	padding:100px 0;
}
.portfolio-gallery .portfolio-image{
	margin-bottom:30px;
}
.portfolio-gallery .portfolio-image figure{
	position:relative;
	transition:.3s ease;
	overflow:hidden;
}
.portfolio-gallery .portfolio-image figure::before {
	background: rgba(246,36,89,0.8);
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity:0;
	transition:.3s ease;
}
.portfolio-gallery .portfolio-image figure:hover::before{
	height:100%;
	opacity:1;
}
.portfolio-gallery .portfolio-image figure figcaption{
	text-align:center;
	position:absolute;
	top:150%;
	width:100%;
	transform:translateY(-50%);
	color:#fff;
	opacity:0;
	transition:.8s ease;
}
.portfolio-gallery .portfolio-image figure:hover figcaption{
	top:50%;
	opacity:1;
}
.portfolio-gallery .portfolio-image figure figcaption ul li{
	display:inline-block;
	margin-right:10px;
}
.portfolio-gallery .portfolio-image figure figcaption ul li:last-child{
	margin-right:0;
}
.portfolio-gallery .portfolio-image figure figcaption ul li a {
	border: 1px solid #fff;
	border-radius: 100px;
	display: block;
	height: 45px;
	padding-top: 12px;
	width: 45px;
	color:#fff;
}
.portfolio-gallery .portfolio-image figure figcaption ul li a:hover{
	background:#fff;
	color:#004972;
}
.portfolio-gallery .portfolio-image figure figcaption h4{
	color:#fff;
}
.portfolio-pagination{
	text-align:center;
}
.portfolio-pagination ul li a {
	border: 1px solid #ddd;
	display: block;
	padding: 10px 15px;
	color:#ddd;
}
.portfolio-pagination ul li a:hover, .portfolio-pagination ul li.active a:hover{
	border-color:#004972;
	background:#004972;
	color:#fff;
}
.portfolio-pagination ul li.active a{
	border-color:#222;
	color:#222;
}

/* ==================================================================
                          [- Blog Page -]
   ================================================================== */
.blog-wrapper{
    padding: 100px 0;
}
.blog-wrapper article{
    margin-bottom: 60px;
}
.blog-wrapper article .post-meta{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    background: #fcfcfc;
}
.blog-wrapper article .post-meta .format{
    padding: 20px 0;
    font-size: 25px;
    color:#004972;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
} 
.blog-wrapper article .post-meta .date{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.blog-wrapper article .post-meta .date i{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.blog-wrapper article .post-meta .comments{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.blog-wrapper article .post-meta .comments i{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.blog-wrapper article .post-content .post-title h2{
    margin: 25px 0 15px 0;
}
.blog-wrapper article .post-content .post-title h2 a{
    color: #282828;
    text-transform: uppercase;
}
.blog-wrapper article .post-content .post-title h2 a:hover{
    color: #004972;
}
.blog-wrapper article .post-content .post-excerpt p{
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.blog-wrapper article .post-content .post-meta-bottom{
    margin-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.blog-wrapper article .post-content .post-meta-bottom ul{
    margin-bottom: 0;
    display: inline-block;
}
.blog-wrapper article .post-content .post-meta-bottom ul li{
    display: inline;
    margin-right: 15px;
}
.blog-wrapper article .post-content .post-meta-bottom ul li a{
    text-transform: uppercase;
    color: #282828;
}
.blog-wrapper article .post-content .post-meta-bottom ul li a:hover{
    color: #004972;
}
.blog-wrapper article .post-content .post-meta-bottom .post-read-more-btn{
    color: #004972;
}
.blog-wrapper article .post-content .quote-post blockquote {
    background: #004972 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    padding: 30px;
    font-style: italic;
}
.blog-wrapper article .post-content .quote-post blockquote i{
    font-size: 60px;
    float: left;
    opacity: .4;
    margin-right: 15px;
}
.blog-wrapper article .post-content .post-video iframe{
    border: 0 none;
    width: 100%;
}
.blog-wrapper article .post-content .post-audio iframe{
    border: 0 none;
    width: 100%;
    border-radius: 0;
}
.blog-pagination{
    text-align: center;
}
.blog-pagination ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 4px;
    color: #ddd;
}
.blog-pagination ul li a:hover{
    color: #004972;
    border-color: #004972;
}
.blog-pagination ul li.active a{
    background: #004972;
    color: #fff;
    border-color: #004972;
}
/* Sidebar Style */
.sidebar-widget .widget-single{
    margin-bottom: 50px;
}
.sidebar-widget .widget-single .widget-content form.search-widget{
    position: relative;
}
.sidebar-widget .widget-single .widget-content form.search-widget input{
    width: 100%;
    height: 40px;
    border:1px solid #eee;
    padding: 0 15px;
    transition: .3s ease;
}
.sidebar-widget .widget-single .widget-content form.search-widget button{
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 38px;
    border: 0 none;
    transition: .3s ease;
}
.sidebar-widget .widget-single .widget-content form.search-widget input:focus{
    border-color: #004972;
}
.sidebar-widget .widget-single .widget-content form.search-widget input:focus + button{
    background: #F62459;
    color: #fff;
}
.sidebar-widget .widget-single h2.widget-title{
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
.sidebar-widget .widget-single h2.widget-title:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #004972;
    bottom: 0;
}
.sidebar-widget .widget-single .widget-content .category-widget ul li{
    margin-bottom: 10px;
}
.sidebar-widget .widget-single .widget-content .category-widget ul li i{
    display: inline-block;
    margin-right: 10px;
    color: #004972;
}
.sidebar-widget .widget-single .widget-content .category-widget ul li a{
    color: #727272;
}
.sidebar-widget .widget-single .widget-content .category-widget ul li a:hover{
    color: #004972;
}
.sidebar-widget .widget-single .widget-content .question-box{
    background: #F8F9FD;
    padding: 20px;
}
.sidebar-widget .widget-single .widget-content .question-box a.request-btn{
    display: block;
    padding: 15px;
    background: #004972;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.sidebar-widget .widget-single .widget-content .question-box a.request-btn i{
    display: inline-block;
    margin-right: 10px;
}
.sidebar-widget .widget-single .widget-content .recent-post-widget .recent-post-single{
    margin-bottom: 20px;
}
.sidebar-widget .widget-single .widget-content .recent-post-widget .recent-post-single h3{
    margin: 0 0 5px 0;
    line-height: 20px;
}
.sidebar-widget .widget-single .widget-content .recent-post-widget .recent-post-single h3 a{
    font-size: 15px;
    color: #282828;
}
.sidebar-widget .widget-single .widget-content .recent-post-widget .recent-post-single h3 a:hover{
    color: #004972;
}
.sidebar-widget .widget-single .widget-content .tags ul li a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin: 0 0 10px 0;
    color: #727272;
}
.sidebar-widget .widget-single .widget-content .tags ul li a:hover{
    color: #004972;
    border-color: #004972;
}

/* ==================================================================
                        [- Blog Details Page -]
   ================================================================== */
.blog-single-post article img.post-thumb{
    width: 100%;
}
.blog-single-post article .article-meta{
    border-top: 2px solid #004972;
    margin-bottom: 20px;
}
.blog-single-post article .article-meta .article-date{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px;
    background: #004972;
    color: #fff;
}
.blog-single-post article .article-meta .article-date span{
    display: block;
    font-size: 25px;
    font-weight: 700;
}
.blog-single-post article .article-meta .article-title{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.blog-single-post article .article-meta .article-title h2{
    font-size: 17px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
}
.blog-single-post article .article-meta .article-title ul li{
    position: relative;
}
.blog-single-post article .article-meta .article-title ul li:before{
    position: absolute;
    content: "/";
    right: 0;
    top:0;
}
.blog-single-post article .article-meta .article-title ul li:last-child:before{
    content: none;
}
.blog-single-post article .article-meta .article-title ul li a{
    color: #727272;
    padding-right: 10px;
}
.blog-single-post article .article-meta .article-title ul li a:hover{
    color:#004972;
}
.blog-single-post article blockquote{
    border:1px solid #eee;
    padding: 30px 20px 20px 20px;
    text-align: center;
    margin: 30px 0;
    position: relative;
}
.blog-single-post article blockquote::before {
    content: "";
    font-family: "FontAwesome";
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    background: #fff;
    width: 40px;
    left: 50%;
    padding-top: 7px;
    margin-left: -20px;
    
}
.blog-single-post article blockquote cite{
    display: block;
    position: relative;
    color: #282828;
    margin-top: 15px;
}
.blog-single-post article .article-bottom-meta{
    padding: 20px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin: 45px 0;
}
.blog-single-post article .article-bottom-meta ul{
    margin-bottom: 0;
}
.blog-single-post article .article-bottom-meta ul li{
    display: inline;
    margin-right: 5px;
}
.blog-single-post article .article-bottom-meta ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    border:1px solid #ddd;
    color: #727272;
}
.blog-single-post article .article-bottom-meta ul li a:hover{
    color: #fff;
    border-color: #004972;
    background: #004972;
}
.blog-single-post article .article-bottom-meta p{
    text-align: right;
    margin-bottom: 0;
    margin-top: 7px;
}
.blog-single-post article .article-bottom-meta p i{
    color: #004972;
}
.blog-single-post article .article-bottom-meta p a{
    color: #282828;
}
.blog-single-post article .article-bottom-meta p a:hover{
    color: #004972;
}
.blog-single-post .comment-area .comment-title{
    margin: 20px 0 0 0;
}
.blog-single-post .comment-area .comment-title h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb, .blog-single-post .comment-area .comments-inner .comment-single .author-comment{
    display: table-cell;
    vertical-align: top;
}
.blog-single-post .comment-area .comments-inner .comment-single{
    padding-top: 40px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb{
    padding-right: 20px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li{
    display: inline;
    margin-right: 10px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:first-child{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 18px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:first-child:before{
    position: absolute;
    content: "|";
    right: 0;
    top: -2px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:last-child{
    float: right;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:last-child a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #727272;
    text-align: center;
    padding-top: 6px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb img{
    width: 80px;
}
.blog-single-post .comment-area .comments-inner .comment-single .comment-reply{
    margin: 40px 0 0 90px;
}

.blog-single-post .comment-form-area h2.comment-form-title{
    margin: 50px 0 40px 0;
}
.blog-single-post .comment-form-area h2.comment-form-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.blog-single-post .comment-form-area form .form-group label{
    display: block;
    font-weight: 400;
}
.blog-single-post .comment-form-area form .form-group input, .blog-single-post .comment-form-area form .form-group textarea{
    width: 100%;
    border-top:0 none; 
    border-bottom:1px solid #eee; 
    border-left:0 none; 
    border-right: 0 none;
    padding: 5px 0;
    box-shadow: none;
    margin-bottom: 20px;
    transition: .3s ease;
}
.blog-single-post .comment-form-area form .form-group input:focus, .blog-single-post .comment-form-area form .form-group textarea:focus{
    border-bottom-color: #004972;
}
.blog-single-post .comment-form-area form .form-group textarea{
    height: 150px;
}
.blog-single-post .comment-form-area form .form-group button{
    background: #004972;
    border: 0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}


/* ==================================================================
                        [- Shop Page -]
   ================================================================== */
.shop-area{
    padding: 100px 0;
}
.shop-area .shop-top{
    margin-bottom: 50px;
}
.shop-area .shop-top p{
    display: inline-block;
    margin-bottom: 0;
}
.shop-area .shop-top select {
    background: rgba(0, 0, 0, 0) url("../../images/select-btn.png") no-repeat scroll 95% center / 20px auto;
    border: 1px solid #eee;
    padding: 10px 40px 10px 10px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor: pointer;
}
.shop-area .product-column .single-product{
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.shop-area .product-column .single-product figure{
    position: relative;
    overflow: hidden;
    border:1px solid #f5f5f5;
}
.shop-area .product-column .single-product figure:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(246,36,89,.8);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
}
.shop-area .product-column .single-product figure:hover:before{
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.shop-area .product-column .single-product figure figcaption{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .8s ease;
}
.shop-area .product-column .single-product figure:hover figcaption{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.shop-area .product-column .single-product figure figcaption ul{
    margin-bottom: 0;
}
.shop-area .product-column .single-product figure figcaption ul li a{
    border: 1px solid #fff;
    padding: 8px 15px;
    display: inline-block;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius:3px;
}
.shop-area .product-column .single-product figure figcaption ul li a:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.shop-area .product-column .single-product .product-bottom{
    text-align: center;
    padding: 15px 0 0 0;
}
.shop-area .product-column .single-product .product-bottom h4{
    margin: 0 0 10px 0;
}
.shop-area .product-column .single-product .product-bottom h4 a{
    color: #333;
}
.shop-area .product-column .single-product .product-bottom h4 a:hover{
    color: #004972;
}
.shop-area .product-pagination{
    text-align: center;
    padding-top: 20px;
}
.shop-area .product-pagination ul{
    margin-bottom: 0;
}
.shop-area .product-pagination ul li{
    display: inline;
}
.shop-area .product-pagination ul li a{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #333;
}
.shop-area .product-pagination ul li.active a{
    background: #004972;
    color: #fff;
    border-color:#004972;
}
.shop-area .product-pagination ul li a:hover{
    border-color:#004972;
}


/* ==================================================================
                        [- Product Details Page -]
   ================================================================== */
.product-details{
    padding: 100px 0;
}
.product-details .product-info{
    margin-bottom: 50px;
}
.product-details .product-info > h2 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.product-details .product-info span.p-price{
    font-weight: 700;
    display: block;
    font-size: 24px;
    color: #004972;
    margin-bottom: 20px;
}
.product-details .product-info .product-activity{
    margin-top: 20px;
    padding: 30px 0 40px 0;
    border-top: 1px solid #eee;
}
.product-details .product-info .product-activity form div.quantity, .product-details .product-info .product-activity form button, .product-details .product-info .product-activity form .wishbtn{
    display: inline-block;
}
.product-details .product-info .product-activity form div.quantity > input {
    padding: 10px 0 10px 10px;
    width: 60px;
    border:1px solid #eee;
    transition: .3s ease;
}
.product-details .product-info .product-activity form div.quantity > input:hover{
    border-color: #777;
}
.product-details .product-info .product-activity form.cart button[type="submit"]{
    background: #004972;
    border:0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
    transition: .3s ease;
}
.product-details .product-info .product-activity form.cart button[type="submit"]:hover{
    background: #000;
}
.product-details .product-info .product-activity form.cart .wishbtn a{
    color: #fff;
    background: #004972;
    padding: 10px 15px;
    display: inline-block;
    margin-left: 6px;
}
.product-details .product-info .product-activity form.cart .wishbtn a:hover{
    background: #000;
}
.product-details .product-info .product-category p, .product-details .product-info .product-category ul, .product-details .product-info .product-tags p, .product-details .product-info .product-tags ul{
    display: inline-block;
}
.product-details .product-info .product-category{
    margin-bottom: 10px;
}
.product-details .product-info .product-category p, .product-details .product-info .product-tags p{
    min-width: 130px;
    color: #333;
    font-weight: 600;
}
.product-details .product-info .product-category ul, .product-details .product-info .product-tags ul{
    margin-bottom: 0;
}
.product-details .product-info .product-category ul li, .product-details .product-info .product-tags ul li{
    display: inline;
    position: relative;
    padding-right: 10px;
    margin-right: 0px;
}
.product-details .product-info .product-category ul li:before, .product-details .product-info .product-tags ul li:before{
    position: absolute;
    content: "/";
    right: 0;
}
.product-details .product-info .product-category ul li:last-child:before, .product-details .product-info .product-tags ul li:last-child:before{
    content: none;
    padding-right: 0;
    margin-right: 0;
}
.product-details .product-info .product-category ul li a, .product-details .product-info .product-tags ul li a{
    color: #777;
}
.product-details .product-info .product-category ul li a:hover, .product-details .product-info .product-tags ul li a:hover{
    color: #333;
}
.product-details .product-tabs ul.nav li a {
    font-size: 16px;
    color: #777;
}
.product-details .product-tabs ul.nav li a:hover{
    color: #004972;
}
.product-details .product-tabs ul.nav li.active a{
    color: #333;
}
.product-details .product-tabs .tab-content .tab-pane{
    padding: 50px 0;
}
.product-details .product-tabs .tab-content .tab-pane p{
    font-weight: 300;
}
.product-details .product-tabs .tab-content .tab-pane ul li{
    font-size: 15px;
    font-weight: 300;
}

/* Review Style */
.product-details .product-tabs .tab-content .tab-pane .review-area .review-title h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb, .product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review{
    display: table-cell;
    vertical-align: top;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single{
    padding-top: 40px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb{
    padding-right: 20px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li{
    display: inline;
    margin-right: 10px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:first-child, .product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(2){
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 18px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:first-child:before, .product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:nth-child(2):before{
    position: absolute;
    content: "|";
    right: 0;
    top: -2px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .review-reply .author-review .review-meta ul li:nth-child(2):before{
    content: none;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child{
    float: right;
    position: relative;
    top: -7px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul{
    display: inline-block;
    margin-right: 15px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul li{
    display: inline-block;
    padding-right: 0;
    margin-right: 5px;
    position: inherit;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child ul li:last-child{
    margin-right: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-review .review-meta ul li:last-child a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #727272;
    text-align: center;
    padding-top: 6px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .author-thumb img{
    width: 80px;
}
.product-details .product-tabs .tab-content .tab-pane .review-area .review-inner .review-single .review-reply{
    margin: 40px 0 0 90px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating{
    margin-bottom: 25px;
}
.fa-2x {
    font-size: 18px;
    margin-right: 5px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating span{
    display: block;
    margin-bottom: 10px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating p{
    margin-bottom: 0;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area .form-rating p i:hover{
    color: red;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area h2.review-form-title{
    margin: 50px 0 40px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details .product-tabs .tab-content .tab-panet .review-form-area h2.review-form-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group label{
    display: block;
    font-weight: 400;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group input, .product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea{
    width: 100%;
    border-top:0 none; 
    border-bottom:1px solid #eee; 
    border-left:0 none; 
    border-right: 0 none;
    padding: 5px 0;
    box-shadow: none;
    margin-bottom: 20px;
    transition: .3s ease;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group input:focus, .product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea:focus{
    border-bottom-color: #004972;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group textarea{
    height: 150px;
}
.product-details .product-tabs .tab-content .tab-pane .review-form-area form .form-group button{
    background: #004972;
    border: 0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.related-products h2{
    margin: 0 0 50px 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.related-products .product-column .single-product{
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.related-products .product-column .single-product figure{
    position: relative;
    overflow: hidden;
    border:1px solid #f5f5f5;
}
.related-products .product-column .single-product figure:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: rgba(246,36,89,.8);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
}
.related-products .product-column .single-product figure:hover:before{
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.related-products .product-column .single-product figure figcaption{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .8s ease;
}
.related-products .product-column .single-product figure:hover figcaption{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.related-products .product-column .single-product figure figcaption ul{
    margin-bottom: 0;
}
.related-products .product-column .single-product figure figcaption ul li a{
    border: 1px solid #fff;
    padding: 8px 15px;
    display: inline-block;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius:3px;
}
.related-products .product-column .single-product figure figcaption ul li a:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.related-products .product-column .single-product .product-bottom{
    text-align: center;
    padding: 15px 0 0 0;
}
.related-products .product-column .single-product .product-bottom h4{
    margin: 0 0 10px 0;
}
.related-products .product-column .single-product .product-bottom h4 a{
    color: #333;
}
.related-products .product-column .single-product .product-bottom h4 a:hover{
    color: #004972;
}
/* Product Details Sidebar */
.pd-sidebar h2{
    text-align: center;
    background: #004972;
    margin: 0 0 30px 0;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.pd-sidebar .sidebar-single-product{
    margin-bottom: 30px;
}
.pd-sidebar .sidebar-single-product .product-np, .pd-sidebar .sidebar-single-product .product-thumb{
    display: table-cell;
    vertical-align: top;
}
.pd-sidebar .sidebar-single-product .product-np{
    width: 70%;
}
.pd-sidebar .sidebar-single-product .product-np h4{
    margin: 0 0 15px 0;
}
.pd-sidebar .sidebar-single-product .product-np span{
    color: #004972;
    font-size: 20px;
}
.pd-sidebar .sidebar-single-product .product-np h4 a{
    color: #333;
}
.pd-sidebar .sidebar-single-product .product-thumb{
    width: 30%;
}


/*==============================
	404 Page
================================*/
.error-404{
	padding:150px 0;
	text-align:center;
}
.error-404 h1 {
  font-size: 80px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color:#333;
}
.error-404 h1 span{
	color:#777;
	font-size:40px;
}
.error-404 span{
	font-size:16px;
	font-weight:400;
}
.error-404 form{
	margin-top:20px;
}
.error-404 form input{
	border:1px solid #ddd;
	height:40px;
	padding: 0 15px;
	margin-right:-4px;
}
.error-404 form button{
	background:#004972;
	border:1px solid #004972;
	height:40px;
	width:40px;
	color:#fff;
	
}

/*==============================
	Login Page
================================*/
.login{
	padding:100px 0;
}
.login form label{
	display:block;
	color:#777;
	font-weight:500;
	margin-bottom:10px;
}
.login form input{
	width:100%;
	height:45px;
	padding:0 15px;
	border:1px solid #ddd;
	margin-bottom:10px;
	box-shadow:none;
}
.login form button{
	background:#004972;
	color:#fff;
	border:0 none;
	padding:10px 25px;
	text-transform:uppercase;
	font-weight:500;
}
.login p {
	margin-top:20px;
	margin-bottom:0;
}
.login p a{
	color:#004972;
}

/*==============================
	Signup Page
================================*/
.signup{
	padding:100px 0;
}
.signup form label{
	display:block;
	color:#777;
	font-weight:500;
	margin-bottom:10px;
}
.signup form input{
	width:100%;
	height:45px;
	padding:0 15px;
	border:1px solid #ddd;
	margin-bottom:10px;
	box-shadow:none;
}
.signup form input[type="checkbox"]{
	width:auto;
	height:auto;
	margin:0;
}
.signup form button{
	background:#004972;
	color:#fff;
	border:0 none;
	padding:10px 25px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:10px;
}
.signup p {
	margin-bottom:20px;
}
.signup p a{
	color:#004972;
}
.signup form .form-group a{
	color:#004972;
}





/* =================
   Helper classes
   ================= */
/* Primary Button */
.primary-button {
	background: #004972;
	color: #fff;
	font-size: 25px;
	padding: 10px 35px;
	margin-top: 30px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.primary-button i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.primary-button:hover {
	text-decoration: none;
	color: #fff;
}
.primary-button:before {
	background: #282828 none repeat scroll 0 0;
	color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
	transition: .3s ease;
	border-radius: 3px;
}
.primary-button:hover:before {
	width: 100%;
	color: #fff;
}

.no-padding{
	padding-left:0;
	padding-right:0;
}

/* Fade Effect */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/* Hiidden Class */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.produtos-item{
	border:solid 1px #ccc;
	padding:10px;
	margin-bottom:20px;
	
}


.filtros ul li{
	display:inline;
	text-align:right;
	margin-right:10px;

}

