/**
* @template:  Nerve

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Portfolio
		+ Numbers
        + Products
		+ Services
		+ TeamHeader
		+ Team
		+ Ready
		+ Price
		+ Blog
		+ Contact
		+ Brands
		+ Footer
		+ Blog Page
		+ Responsive
		
*/
@import url(main.css);

/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
html{
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #202125;
    font-weight: 400;
}

.section-padding {
    padding: 70px 0;
}

p {
    color: #202125;
    line-height: 1.8;
    font-size: 14px;
    word-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.sm-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-head {
    margin-bottom: 100px;
}

.section-head h6 {
    font-size: 10px;
    letter-spacing: 4px;
    color: #45BA8D;
    margin-bottom: 15px;
}

.section-head h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.button-top {
    position: fixed;
    bottom: -200px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: #888;
    z-index: 99999999;
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.button-top:hover {
    opacity: .8;
}

.button-show {
    bottom: 20px;
}

.butn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #45BA8D;
    border-radius: 30px;
    padding: 10px 30px;
    background: #45BA8D;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.butn span {
    position: relative;
    z-index: 2;
}

.butn:hover span {
    color: #45BA8D;
}

.butn:hover:after,
.butn:hover:before {
    height: 55%;
}

.butn:after,
.butn:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 0;
}

.butn:before {
    top: 0%;
}

.butn:after {
    bottom: 0%;
}

.butn-lx {
    font-size: 16px;
    padding: 10px 30px;
}

.icon {
    color: #45BA8D !important;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
    padding: 20px 0 30px;
    background: none;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar-default .navbar-nav > li > a {
    margin: 0 !important;
    color: #eee !important;
    padding: 0 !important;
}

.navbar-default .navbar-nav > li {
    font-size: 14px;
    margin: 25px 20px 0;
    padding: 5 10px;
    background: none;
    cursor: pointer;
    position: relative;
}

.navbar-default .navbar-nav > li .active {
    color: #45BA8D !important;
    background: none;
}

.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    min-height: 60px;
    line-height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav-scroll .logo {
    padding-top: 5px;
}

.nav-scroll .navbar-nav > li > a {
    color: #111 !important;
}

.logo {
    width: 90px;
    float: left;
    padding-top: 15px;
}

.navbar-light .navbar-nav > li > a {
    color: #222 !important;
    font-weight: 700 !important;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
}

.header .owl-carousel {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header .item {
    height: 100vh !important;
    width: 100%;
}

.header .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 4;
}

.header .item .v-middle {
    z-index: 7;
    margin-top: 15px;
}

.header .slide-1,
.header .slide-2,
.header .slide-3 {
    background-size: cover !important;
}

.header .caption {
    text-align: center;
    padding-top: 30px;
    color: #fff;
}

.header .caption h4 {
    font-size: 65px;
    font-weight: 100;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header .caption h1 {
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header .caption p {
    color: #eee;
    font-weight: 300;
    font-size: 17px;
    word-spacing: 2px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header .caption .butn {
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header .owl-nav {
    position: absolute;
    bottom: 5vh;
    left: 0;
    width: 100%;
}

.header .owl-nav .owl-next {
    right: 0;
}

.header .owl-nav .owl-prev {
    left: 0;
}

.header .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: 200 !important;
    position: absolute;
    top: -30px;
    z-index: 9;
}

.header .owl-theme .owl-nav [class*=owl-] i {
    font-size: 10px;
}

.header .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5vh;
}

.header .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
    width: 7px;
    height: 7px;
    margin: 0 3px;
}

.header .owl-dots .owl-dot span:hover {
    background: transparent !important;
    border-color: #45BA8D;
}

.header .owl-dots .active span {
    background: #45BA8D !important;
}

.light .caption {
    text-align: left;
    color: #222;
}

.light .caption p {
    color: #777;
}

.light .item:after {
    background: rgba(255, 255, 255, 0.4);
}

.colorful .item:after {
    display: none;
}

#canvas-basic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero {
    padding-bottom: 0;
}

.hero .intro {
    margin-bottom: 40px;
}

.hero h6 {
    color: #57833E;
    margin-bottom: 20px;
}

.hero .intro p {
    font-weight: 600;
}

.hero .feat {
    margin-bottom: 30px;
}

.hero .feat .item {
    padding: 0 15px;
}

.hero .feat .item:hover .icon {
    color: #45BA8D;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hero .feat .item .icon {
    font-size: 50px;
    margin-bottom: 30px;
    color: #ccc;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.hero .feat .item h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
}

.hero .quote {
    background-image: url(../img/4.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.hero .quote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.hero .quote .container {
    position: relative;
    z-index: 7;
}

.hero .quote p {
    color: #eee;
    font-size: 24px;
    margin-bottom: 15px;
}

.hero .quote i {
    color: #999;
    padding: 0 5px;
    font-size: 18px;
}

.hero .quote span {
    color: #45BA8D;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}

.portfolio .filtering span {
    padding: 8px 20px;
    background: #f5f5f5;
    margin: 0 5px;
    color: #777;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.portfolio .filtering span:after,
.portfolio .filtering span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #45BA8D;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio .filtering .active {
    color: #45BA8D;
}

.portfolio .filtering .active:after {
    bottom: 0;
    top: calc(100% - 1px);
    opacity: 1;
}

.portfolio .filtering .active:before {
    top: 0;
    opacity: 1;
}

.portfolio .items {
    padding: 0 15px;
    margin-bottom: 30px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio .item-img:hover h6,
.portfolio .item-img:hover .icons {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio .item-img h6 {
    position: relative;
    margin-bottom: 15px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio .item-img span {
    font-style: italic;
    color: #777;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.portfolio .load {
    margin: 30px auto 0;
    border: 1px solid #eee;
    padding: 12px 30px;
    color: #555;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio .load:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers {
    padding: 80px 0;
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.numbers:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: .8;
    z-index: 1;
}

.numbers .container {
    position: relative;
    z-index: 3;
}

.numbers .item {
    text-align: center;
    color: #fff;
}

.numbers .item .icon {
    display: block;
    font-size: 40px;
    color: #45BA8D;
}

.numbers .item .numb {
    font-size: 40px;
    font-weight: 800;
}

.numbers .item h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.numbers img {
    width: 40px;
    height: 40px;
}
/* -------------------------------------------------------
                     Products
-------------------------------------------------------- */
.products{
    background-color: #3f5d2e;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 2em;
    color: white;
}

.products .container{
    position: relative;
    padding-bottom: 2em;
}

.products .col{
    width: 50%;
    float: left;
    padding-left: 1.5em;
    padding-top: 3em;
    padding-right: 1.5em;
}
.products .item{
    text-align: center;
    height: 23em;
    border-radius: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0em 10px 16px rgba(0, 0, 0, 0.30) 
}

.products .item:hover{
    opacity: .8;
}
.products .icon{
    height: 8em;
    display: flex;
    align-items: center;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
}
.products img{
    width: 13em;
    margin-left: auto;
    margin-right:auto;
}

.products .edocss img{
    width: 22em;
}
.products .content{
    margin-left: auto;
    margin-right: auto;
    width: 90%;

}
.products p {
    text-align: left;
    min-width: 10em;
    color: white;
    
}
.products .description {
    font-size: 17px;
    font-weight: 600;
}
.products .description-small {
    font-size: 13px;
    font-weight: 600;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services {
    overflow: hidden;
    padding-top: 2em;
}

.services .row {
    padding: 0;
}

.services ul span {
    font-weight: 600;
}


.services .col-md-4 {
    background-color: #F9F9F9;
    border-radius: 3em;
    min-height: 35em;
    padding: 1.5em;
    margin: .5em;
    max-width: 26.5em;
    box-shadow: .5em .2em 1em .3em #b9ccba;

}

.services .item:hover .icon {
    color: #45BA8D;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

}

.services .item .icon {
    font-size: 45px;
    color: #ccc;
    padding-bottom: .4em;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin:0 6%;
}

.services .card-header {
    margin:0 20%;
    text-align: center;
}

.services .item h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.services img {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.services h4 {
    padding-bottom: .5em;
}

/* -------------------------------------------------------
                     TeamHeader 
-------------------------------------------------------- */
.teamHeader.lazy{
    background-image: url(../img/TeamPhoto1Blur.png);
}
.teamHeader {
    background-image: url(../img/TeamPhoto1.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.teamHeader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.teamHeader .container {
    position: relative;
    z-index: 7;
    color: #fff;
}

.teamHeader .item p {
    padding: 30px 0 20px;
    font-size: 20px;
    word-spacing: 2px;
    color: #eee;
    position: relative;
    font-weight: 600;
}


.teamHeader .item .cle-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    overflow: hidden;
}

.teamHeader .item .cle-img img {
    border-radius: 50%;
}

.teamHeader .item h5 {
    color: #57833E;
    font-weight: 600;
    letter-spacing: 0;
}

.teamHeader .item h6 {
    color: #57833E;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 20px;
}

.teamHeader .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #eee;
    margin: 2px;
    height: 6px;
    width: 6px;
}

.teamHeader .owl-theme .owl-dots .owl-dot.active span,
.teamHeader .owl-theme .owl-dots .owl-dot:hover span {
    background: #eee;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */


.team {
    padding: 2em 0 3em 0;
}

.team .container {
    width: 90%;
    margin: auto;
}

.team .col-xs-2 {
    padding: 0;
    margin: 1em 0 3em 0;
    width: 20%;
    height: 16em;
}

.team .card {
    border-radius: 3em;
    max-width: 65%;
    margin: auto;
    padding-top: 1em;
    height: 100%;
    

}

.team .card img {
    border-radius: 9em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0.5em 0.2em 1.5em 0.8em #97c499;

}

.team .card h6 {
    padding-top: 1em;
    font-weight: 600;

}

.team .section-head {
    margin-bottom: 0;
}


/* -------------------------------------------------------
                     Ready 
-------------------------------------------------------- */
.ready {
    background-image: url(../img/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}

.ready:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}

.ready .container {
    position: relative;
    z-index: 7;
    color: #fff;
}

.ready h4 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
}

.ready h4 span {
    font-weight: 600;
}

.ready p {
    color: #eee;
    margin-bottom: 30px;
    font-size: 18px;
}

.ready p span {
    color: #45BA8D;
}

/* -------------------------------------------------------
                     Price 
-------------------------------------------------------- */
.price .item {
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 0 15px;
    overflow: hidden;
    z-index: 8;
}

.price .item .type {
    padding: 30px 0;
}

.price .item .type h6 {
    font-size: 18px;
    font-weight: 600;
}

.price .item .mount {
    padding: 30px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.price .item .mount h2 {
    font-weight: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.price .item .mount h2 span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -20px;
}

.price .item .mount .per {
    display: block;
}

.price .item .featruse {
    padding: 30px 0;
}

.price .item .featruse p {
    margin-bottom: 10px;
}

.price .item .featruse p:last-child {
    margin-bottom: 0;
}

.price .item .purchase {
    padding: 30px 0;
    border-top: 1px solid #f4f4f4;
}

.price .item .purchase .butn {
    width: 80%;
    margin: auto;
    background: #212121 !important;
    border-color: #212121;
}

.price .item .purchase .butn:hover span {
    color: #212121 !important;
}

.price .active {
    border: 1px solid #45BA8D;
}

.price .active .mount h2 {
    color: #45BA8D;
}

.price .active .purchase .butn {
    background: #45BA8D !important;
    border-color: #45BA8D;
}

.price .active .purchase .butn:hover span {
    color: #45BA8D;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog {
    background: #f5f5f5;
}

.blog .item {
    -webkit-box-shadow: 0px 0px 80px #f0f0f0;
    box-shadow: 0px 0px 80px #f0f0f0;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.blog .item .img-post {
    position: relative;
    overflow: hidden;
}

.blog .item .img-post:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.blog .item .img-post img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.blog .item .img-post .vid {
    width: 80px;
    height: 80px;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.blog .item .cont-post {
    padding: 30px 15px;
    background: #fff;
}

.blog .item .cont-post .tag {
    font-weight: 600;
    margin-bottom: 20px;
    color: #45BA8D;
}

.blog .item .cont-post h6 {
    color: #444;
    font-size: 18px;
}

.blog .item .cont-post .info {
    font-size: 12px;
    font-style: italic;
    color: #aaa;
    margin-top: 15px;
}

.blog .item .cont-post .info span {
    margin: 0 5px;
}

.blog .item .cont-post p {
    margin-top: 30px;
    color: #aaa;
}

.blog .text-over {
    position: relative;
}

.blog .text-over .cont-post {
    position: absolute;
    top: 7%;
    left: 5%;
    width: 90%;
    height: 86%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.blog .text-over .cont-post h6 {
    line-height: 1.6;
}

/* -------------------------------------------------------
                     Brands 
-------------------------------------------------------- */
.brands {
    padding: 50px 0;
}

.brands .container {
    padding: 5em 0;
}

.brands h4 {
    padding-bottom: 2em;
}

/* -------------------------------------------------------
                     Careers 
-------------------------------------------------------- */

.careers {
    background-image: url(../img/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding:  8em 0 12em;
    position: relative;
    overflow: hidden;
}

.careers .row {
    padding: 5em 0 6em 0;
}

.careers:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}

.careers .container {
    position: relative;
    z-index: 7;
    color: #fff;
    width: 100%;
    margin: 0;
}

.careers h6 {
    padding: 1em;
    font-weight: 600;
    color: #fff;
    font-size: 2em;
}

.careers h6 span {
    font-size: .7em;
}

.careers p {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    padding:0 1em
}
.careers h3 {
    color: #57833E;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact {
    position: relative;
    overflow: hidden;
}

.contact .info {
    padding: 5em 0;
    background-image: url(../img/02.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.contact .info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    z-index: 1;
}

.contact .info .item {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: left;
}

.contact .info .item .icon {
    font-size: 40px;
    color: #45BA8D;
    padding: 15px 15px 15px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contact .info .item .cont {
    display: inline-block;
    margin-left: 15px;
}

.contact .info .item h6 {
    margin-bottom: 10px;
    font-size: 11px;
}

.contact .info .item h5 {
    font-weight: 480;
    font-size: 14px;
    word-spacing: .5px;
}

.contact .contact-form {
    padding: 80px 50px;
}

.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 5px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.contact .form textarea {
    height: 160px;
    max-width: 100%;
    max-height: 160px;
}

.contact .form input[type="submit"] {
    border: 1px solid #45BA8D;
    background: #45BA8D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    margin-bottom: 0;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.contact .form input[type="submit"]:hover {
    background: transparent !important;
    color: #45BA8D;
}

.contact .content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 5em 0;
}

.contact .content h4 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;

}

.contact .content h4 span {
    font-weight: 600;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
    background: #121212;
    padding: 70px 0;
}

footer p {
    float: left;
    color: #aaa;
    word-spacing: 2px;
    font-size: 15px;
}

footer .social-icon {
    float: right;
}

footer .social-icon span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    margin: 2px;
}

/* -------------------------------------------------------
                     Blog Page 
-------------------------------------------------------- */
.sub-header {
    height: 70vh;
}

.sub-header h6 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.sub-header span {
    font-style: italic;
    margin: 0 3px;
}

.posts {
    background: #f9f9f9;
}

.posts .post .item {
    text-align: center;
    margin-bottom: 50px;
}

.posts .post .item .video-post {
    width: 100%;
    height: 450px;
}

.posts .post .item .video-post iframe {
    width: 100%;
    height: 100%;
}

.posts .post .item .cont-post {
    background: #fff;
    padding: 30px;
}

.posts .post .item .cont-post .tag {
    color: #45BA8D;
    margin-bottom: 15px;
}

.posts .post .item .cont-post h6 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    line-height: 1.5;
}

.posts .post .item .cont-post .info {
    margin-bottom: 30px;
}

.posts .post .item .cont-post .info span {
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.posts .post .item .cont-post .info span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.posts .post .item .cont-post .info span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    position: absolute;
    right: -5px;
    top: 10px;
}

.posts .post .item .cont-post .info span:last-child:after {
    display: none;
}

.posts .post .item .cont-post p {
    position: relative;
    padding-left: 60px;
    text-align: left;
}

.posts .post .item .cont-post p span {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 0;
}

.posts .post .item .cont-post .active {
    margin: 30px auto;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 20px #eee;
    box-shadow: 0px 0px 20px #eee;
    border-left: 5px solid #45BA8D;
    color: #777;
    font-size: 18px;
    border-radius: 5px;
}

.posts .post .item .cont-post .social-icon span {
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
}

.posts .post .side-title {
    text-align: center;
}

.posts .post .side-title h6 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.posts .post .side-title h6:before,
.posts .post .side-title h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 10px;
}

.posts .post .side-title h6:before {
    left: -50px;
}

.posts .post .side-title h6:after {
    right: -50px;
}

.posts .post .comm {
    padding: 30px;
    background: #fff;
    margin-bottom: 50px;
}

.posts .post .comm .comm-item {
    margin-bottom: 50px;
}

.posts .post .comm .comm-item .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background: #eee;
}

.posts .post .comm .comm-item .comnts {
    margin-left: 70px;
}

.posts .post .comm .comm-item .comnts h6 {
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.posts .post .comm .comm-item .comnts span {
    font-style: italic;
    font-size: 12px;
    color: #888;
    margin-right: 15px;
    margin-bottom: 15px;
}

.posts .post .comm .comm-item .comnts span i {
    margin-right: 5px;
}

.posts .post .comm .comm-reply {
    margin-left: 70px;
}

.posts .post .lev-comm {
    padding: 30px;
    background: #fff;
    margin-bottom: 50px;
}

.posts .post .lev-comm input,
.posts .post .lev-comm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 15px;
    font-size: 12px;
}

.posts .post .lev-comm textarea {
    height: 140px;
    max-width: 100%;
    max-height: 140px;
}

.posts .post .lev-comm input[type="submit"] {
    background: #45BA8D;
    border-color: #45BA8D;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.posts .post .lev-comm input[type="submit"]:hover {
    opacity: .8;
}

.posts .post .numb span {
    padding: 5px 10px;
    border: 1px solid #888;
    margin: 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.posts .post .numb span:hover {
    background: #45BA8D;
    border-color: #45BA8D;
    color: #fff;
}

.posts .post .numb .active {
    border-color: #45BA8D;
    background: #45BA8D;
    color: #fff;
}

.posts .sidbar .widget {
    text-align: center;
    margin-bottom: 50px;
    background: #fff;
    position: relative;
    padding: 30px 15px;
}

.posts .sidbar .widget .side-title h6 {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.posts .sidbar .widget .side-title h6:before,
.posts .sidbar .widget .side-title h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 10px;
}

.posts .sidbar .widget .side-title h6:before {
    left: -50px;
}

.posts .sidbar .widget .side-title h6:after {
    right: -50px;
}

.posts .sidbar .side-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}

.posts .sidbar .side-about img {
    margin-bottom: 15px;
}

.posts .sidbar .side-about p {
    color: #777;
    font-style: italic;
}

.posts .sidbar .side-follow span {
    margin: 0 4px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.posts .sidbar .side-last {
    text-align: left;
}

.posts .sidbar .side-last img {
    width: 100px;
}

.posts .sidbar .side-last .info {
    padding-top: 15px;
    display: inline-block;
    margin-left: 10px;
}

.posts .sidbar .side-last .info h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.posts .sidbar .side-last .info span {
    font-size: 10px;
    font-style: italic;
    margin: 0 2px;
    color: #aaa;
}

.posts .sidbar .side-tags span {
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #eee;
    margin: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.posts .sidbar .side-tags span:hover {
    background: #45BA8D;
    border-color: #45BA8D;
    color: #fff;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
    * {
        background-position: 50% 0%;
    }

    .navbar-default .logo {
        margin-left: 20px;
    }

    .navbar-default .navbar-toggle {
        background: none !important;
        margin-top: 15px !important;
        border: none !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-nav li a {
        color: #111 !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding-bottom: 0 !important;
    }

    .navbar-default .navbar-collapse {
        text-align: center;
        border: none;
        border-top: 1px solid rgba(12, 12, 12, 0.04);
        background: #fff;
        margin-top: 5px;
        padding-bottom: 15px;
    }

    .nav-scroll .navbar-toggle .icon-bar {
        background: #111;
    }

    .header h1 {
        font-size: 35px !important;
    }

    .light .caption {
        padding-left: 15px;
    }

    .block .numbers .item {
        margin-bottom: 50px !important;
    }

    .portfolio .filtering span {
        margin: 10px 2px;
    }

    footer .social-icon,
    footer p {
        float: none;
        text-align: center;
        margin: 15px auto;
    }
    
    .careers h3 {
        margin:  0 10% !important;
    }
    .team .col-xs-2 {
        width: 33.33333%;
    }
    .team .col-xs-2 .card {
        max-width: 80%;
    }

}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        margin: 25px 15px 0;
    }

    .header h1 {
        font-size: 40px !important;
    }

    .header h4 {
        font-size: 30px !important;
    }

    .portfolio .items {
        width: 100%;
    }

    .blog .maso {
        width: 100%;
    }

    .contact .info [class*=col-] {
        width: 100%;
        margin-bottom: 50px;
    }

    .block .skills .skills-progress {
        width: 100% !important;
    }

    .hero .item,
    .price .item,
    .numbers .item,
    .blog .item {
        margin-bottom: 50px !important;
    }

    .services .col-md-4 {
        min-width: 90%;
        max-height: 50px;
        margin: 1em auto;
    }

    .products .col{
        width: 100%;
    }

    .products .item{
        min-height: 0;
        height: auto;
    }

    .products .edocss img{
        width: 18em;
    }
    
    .careers h3 {
        margin:  0 5em;
    }
    
    .team .col-xs-2 {
        min-width: 25%;
        margin: 2em 0;
    }
    
    .team .clear-fix {
        clear: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .services .col-md-4 {
        max-width: 22em;
        height: 40em;
    }
    
    .careers h3 {
        margin:  0 8em;
    }
}

.lazy{
    background-image: none;
}

/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
