html {
    font-size: 100%;
}
body {
    color: #808080;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    overflow-x: hidden;
    text-align: center;
}
*, *::before, *::after {
    box-sizing: border-box;
}
i {
    vertical-align: middle;
}
ul, ol {
    padding-left: 0;
}
li {
    list-style: outside none none;
}
*::-moz-selection {
    background: #7bcc42 none repeat scroll 0 0;
    color: #fff;
}
*::-moz-selection {
    background: #7bcc42 none repeat scroll 0 0;
    color: #fff;
}
a {
    color: #7bcc42;
    transition: all 700ms ease 0s;
}
a, a:hover {
    text-decoration: none;
}
a:hover {
    color: #7ba042;
}
p {
    margin: 0;
}
.full-width {
    margin: auto;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1, h2 {
    font-family: "Montserrat","sans-serif";
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
.buttons {
/*    margin-bottom: 100px; jjg */
    margin-top: 45px;
    text-align: center;
}
.button {
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
}
.custom-button {
    border: medium none;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    padding: 13px 35px;
    text-align: center;
    text-transform: uppercase;
}
.red-btn {
    background: #db5a4a none repeat scroll 0 0;
}
.pit-btn {
    background: #7bcc42 none repeat scroll 0 0;
}
.green-btn {
    background: #787878 none repeat scroll 0 0;
}
.blue-btn {
    background: #3ab0e2 none repeat scroll 0 0;
}
.yellow-btn {
    background: #e7ac44 none repeat scroll 0 0;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.blue-btn:hover {
    background: #1288b9 none repeat scroll 0 0;
    color: #fff;
}
.red-btn:hover {
    background: #db5a4a none repeat scroll 0 0;
    color: #fff;
}
.pit-btn:hover {
    background: #7ba042 none repeat scroll 0 0;
    color: #fff;
}
.green-btn:hover {
    background: #3c3c3c none repeat scroll 0 0;
    color: #fff;
}
.yellow-btn:hover {
    background: #d8951e none repeat scroll 0 0;
    color: #fff;
}
.red-bg {
    background: #db5a4a none repeat scroll 0 0;
}
.pit-bg {
    background: #7bcc42 none repeat scroll 0 0;
}
.green-bg {
    background: #34d293 none repeat scroll 0 0;
}
.blue-bg {
    background: #3ab0e2 none repeat scroll 0 0;
}
.yellow-bg {
    background: #e7ac44 none repeat scroll 0 0;
}
.dark-bg {
    background: #404040 none repeat scroll 0 0;
}
.white-bg {
    background: #ffffff none repeat scroll 0 0;
}
.red-text {
    color: #db5a4a;
}
.pit-text {
    color: #7bcc42;
}
.green-text {
    color: #34d293;
}
.blue-text {
    color: #3ab0e2;
}
.yellow-text {
    color: #f7d861;
}
.dark-text {
    color: #404040;
}
.white-text {
    color: #ffffff;
}
.white-border-bottom::before {
    background: #f5f5f5 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 25%;
    margin: auto;
    position: absolute;
    width: 50%;
    z-index: 1;
}
.dark-border-bottom::before {
    background: #404040 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 25%;
    margin: auto;
    position: absolute;
    width: 50%;
    z-index: 1;
}
.red-border-bottom::before {
    background: #db5a4a none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.pit-border-bottom::before {
    background: #7bcc42 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.grey-border-bottom::before {
    background: #808080 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: -1;
}
.pit-border-bottom::before {
    background: #7bcc42 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: -1;
}
.green-border-bottom::before {
    background: #34d293 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.blue-border-bottom::before {
    background: #3ab0e2 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.yellow-border-bottom::before {
    background: #f7d861 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.input-box {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    display: inline-block;
    min-height: 46px;
    padding: 9px 9px 9px 15px;
    text-align: left;
    text-transform: none;
    width: 274px;
}
.textarea-box {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    display: inline-block;
    min-height: 250px;
    padding: 9px 9px 9px 15px;
    text-align: left;
    text-transform: none;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    border: medium none;
    box-shadow: none;
    outline-color: #7bcc42;
}
.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
    padding-top: 100px;
}
.section-header {
    padding-bottom: 75px;
    text-align: center;
}
.section-header h2 {
    display: inline-block;
    line-height: 40px;
    padding-bottom: 10px;
    position: relative;
}
.section-header h6 {
    font-size: 20px;
}
.preloader {
    background-color: #fefefe;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.status {
    background-image: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.header {
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
    min-height: 775px;
    overflow: hidden;
    position: relative;
}
.navbar {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
    overflow: hidden;
    text-align: left;
}
#main-nav {
    min-height: 75px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#main-nav.fixed {
    position: fixed;
    top: 0;
}
.navbar-inverse .navbar-nav > li {
    display: inline;
    margin-right: 20px;
    margin-top: 20px;
}
.navbar-inverse .navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #404040;
    line-height: 35px;
    padding: 0;
}
.navbar-brand {
    height: 76px;
    line-height: 45px;
    padding-top: 23px;
    position: relative;
}
.current a {
    color: #7bcc42;
    outline: medium none;
    position: relative;
}
.current::before {
    background: #7bcc42 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #7bcc42;
    outline: medium none;
}
.navbar-toggle {
    background-color: #808080;
    border: 0 none;
    margin-top: 23px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #7bcc42;
    opacity: 1;
}
.intro {
    color: #fff;
    line-height: 65px;
    margin-top: 25%;
    text-align: center;
    z-index: 0;
}
.bottom-message-section {
    margin-top: 14%;
    position: relative;
}
.short-text {
    color: rgba(255, 255, 255, 0.7);
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}
.focus {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 100px;
}
.focus-box {
    margin-bottom: 75px;
}
.focus-box .service-icon {
    border: 10px solid #ececec;
    border-radius: 50%;
    height: 145px;
    margin: auto auto 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 145px;
}
.red, .green, .blue, .yellow {
    transition: all 0.2s ease-in-out 0s;
}
.red:hover .service-icon {
    border: 10px solid #db5a4a;
}
.pit:hover .service-icon {
    border: 10px solid #7bcc42;
}
.green:hover .service-icon {
    border: 10px solid #34d293;
}
.blue:hover .service-icon {
    border: 10px solid #3ab0e2;
}
.yellow:hover .service-icon {
    border: 10px solid #f7d861;
}
.focus-box h5 {
    color: #404040;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.focus-box p {
    font-size: 14px;
}
.other-focuses {
    background: rgba(0, 0, 0, 0) url("../images/lines.png") repeat-x scroll center center;
    margin-bottom: 25px;
}
.other-focuses .section-footer-title {
    background: #fff none repeat scroll 0 0;
    color: #404040;
    font-weight: bold;
    padding: 0 15px;
}
.other-focus-list {
    margin-bottom: -17px;
    padding-top: 5px;
}
.other-focus-list ul li {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.other-focus-list ul li:last-child {
    margin-right: 0;
}
.other-focus-list ul li i {
    margin-right: 8px;
}
.separator-one {
    background: rgba(52, 210, 147, 0.8) none repeat scroll 0 0;
    padding: 100px 0;
}
.separator-one .green-btn {
    background: #14a168 none repeat scroll 0 0;
}
.separator-one .green-btn:hover {
    background: #007345 none repeat scroll 0 0;
}
.separator-one .text {
    color: #fff;
    line-height: 34px;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 0;
}
.works {
    background: #ffffff none repeat scroll 0 0;
    min-height: 800px;
    padding-bottom: 100px;
}
.cbp-rfgrid {
    list-style: outside none none;
    margin: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.cbp-rfgrid li {
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 0.4s linear 0s;
    width: calc(100% / 4);
}
.cbp-rfgrid li a, .cbp-rfgrid li a img {
    cursor: pointer;
    display: block;
    max-width: 100%;
    transform: scale(1, 1);
    transition: all 0.4s linear 0s;
}
.cbp-rfgrid li a:hover img {
    transform: scale(1.05, 1.07);
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}
.cbp-rfgrid li a .project-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    padding-top: 25%;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    transition: all 0.25s ease 0s;
}
.cbp-rfgrid li a .project-info .project-details {
    opacity: 0;
    position: relative;
    top: -29px;
    transition: all 0.25s ease 0s;
    width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
    opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
    opacity: 1;
    top: 0;
}
.cbp-rfgrid li a:hover .button {
    bottom: -50px;
    opacity: 1;
}
@media screen and (max-width: 1190px) {
.cbp-rfgrid li {
    width: calc(100% / 4);
}
}
@media screen and (max-width: 1024px) {
.cbp-rfgrid li {
    width: calc(100% / 3);
}
}
@media screen and (max-width: 768px) {
.cbp-rfgrid li {
    width: calc(100% / 2);
}
}
@media screen and (max-width: 480px) {
.cbp-rfgrid li {
    width: 100%;
}
}
@media screen and (max-width: 300px) {
.cbp-rfgrid li {
    width: 100%;
}
}
#back-button {
    border-radius: 4px;
    display: none;
    margin: 10px;
    padding: 13px 35px;
    text-align: center;
    text-transform: uppercase;
}
#back-button i {
    margin-right: 10px;
}
#loader {
    display: none;
    min-height: 930px;
    position: relative;
}
#loader .loader-icon {
    background: #fff url("../images/loading.gif") no-repeat scroll center center / 30px 30px;
    border-radius: 5px;
    height: 44px;
    left: 50%;
    margin: -22px;
    position: fixed;
    top: 50%;
    width: 44px;
    z-index: 10000;
}
.about-us {
    background: #272727 none repeat scroll 0 0;
    color: #fff;
    padding-bottom: 100px;
}
.about-us .big-intro {
    font-size: 60px;
    font-weight: 300;
    line-height: normal;
    margin-top: -15px;
    text-align: right;
}
.med-intro {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-top: -15px;
    text-align: right;
}
.about-us p {
    color: #939393;
    text-align: justify;
}
.about-us .column {
    margin-bottom: 78px;
}
.skills {
    text-align: left;
}
.skills .skill {
    clear: both;
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
}
.skills .skill .skill-count {
    display: inline-block;
    float: left;
    height: 64px;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-top: 3px;
}
.skills li:last-child {
    margin-bottom: 0;
}
.skills .skill .skill1, .skill2, .skill3, .skill4 {
    font-size: 16px;
}
.skill1, .skill2, .skill3, .skill4 {
    visibility: hidden;
}
.skills .skill h6 {
    font-weight: 700;
    text-transform: uppercase;
}
.skills .skill p {
    color: #8f8f8f;
    line-height: 20px;
}
.our-clients {
    background: rgba(0, 0, 0, 0) url("../images/lines-dark.png") repeat-x scroll center center;
    margin-bottom: 40px;
}
.our-clients .section-footer-title {
    background: #272727 none repeat scroll 0 0;
    color: #fff;
    padding: 0 15px;
}
.our-clients h5 {
    font-weight: 700;
}
.client-list {
    margin-bottom: -17px;
    padding-top: 5px;
}
.client-list ul li {
    display: inline-block;
    margin-right: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}
.client-list ul li img {
    max-width: 130px;
    opacity: 0.8;
    transition: all 0.55s ease 0s;
}
.client-list ul li img:hover {
    opacity: 1;
}
.client-list ul li:last-child {
    margin-right: 0;
}
.client-list ul li i {
    margin-right: 8px;
}
.stats {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    clear: both;
    padding: 100px 0 60px;
}
.stat {
    margin-bottom: 40px;
}
.stat .icon-top {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
}
.stat .stat-text {
    display: inline-block;
    position: relative;
}
.stat h3 {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
}
.stat h6 {
    color: #d1d1d1;
    margin-top: 15px;
}
.our-team {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 66px;
    padding-top: 100px;
}
.team-member {
    border-radius: 4px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}
.team-member .details {
    font-size: 13px;
    height: 270px;
    left: 0;
    line-height: 20px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: -200px;
    transition: all 1500ms ease 0s;
    width: 100%;
}
.team-member .member-details {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
.team-member:hover .details {
    background: #333 none repeat scroll 0 0;
    color: white;
    opacity: 1;
    top: 0;
}
.team-member .profile-pic {
    border-radius: 50%;
    height: 174px;
    margin: auto auto 25px;
    overflow: hidden;
    width: 174px;
}
.team-member .profile-pic img {
    height: 100%;
    width: 100%;
}
.team-member h5 {
    color: #404040;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.team-member .position {
    font-size: 13px;
    margin-top: 15px;
}
.team-member .social-icons {
    margin-bottom: 25px;
}
.team-member .social-icons ul li {
    display: inline-block;
    line-height: 32px;
    margin: 6px;
}
.team-member .social-icons ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #808080;
    font-size: 18px;
}
.team-member .social-icons ul li a:hover {
    color: #7bcc42;
}
.features {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 51px;
    text-align: left;
}
.features .feature {
    margin-bottom: 55px;
}
.features .feature-icon {
    float: left;
    font-size: 55px;
    margin-right: 25px;
    margin-top: 10px;
}
.features .feature h5 {
    color: #404040;
    font-weight: bold;
    line-height: 28px;
}
.features .feature p {
    font-size: 14px;
}
.packages {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding-bottom: 50px;
}
.package {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    margin-bottom: 50px;
    margin-top: 25px;
    padding-bottom: 15px;
}
.package-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    height: 57px;
    line-height: 57px;
}
.package-header h5 {
    font-weight: bold;
    text-transform: uppercase;
}
.price {
    color: #fff;
    font-weight: 400;
    height: 100px;
    line-height: 120px;
}
.price h4 {
    display: inline;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}
.price h4 .dollar-sign {
    font-size: 17px;
    vertical-align: super;
}
.price .price-meta {
    color: #9f9f9f;
    line-height: normal;
    text-transform: uppercase;
}
.package ul li {
    border-bottom: 1px dotted #dadada;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
}
.package ul li:last-child {
    border-bottom: 0 none;
}
.best-value .package {
    margin-top: 0;
}
.best-value .package-header {
    height: 82px;
    padding-top: 17px;
}
.best-value .package-header h4 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
}
.best-value .package-header .meta-text {
    font-size: 13px;
    line-height: normal;
}
.best-value .package-header {
    height: 72px;
}
.package ul li i {
    font-size: 13px;
    margin-right: 5px;
}
.order {
    background: #d8ccba none repeat scroll 0 0;
    color: #404040;
}
.package .order-now {
    background: #404040 none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    display: block;
    line-height: 45px;
    max-width: 100%;
    transition: all 700ms ease 0s;
}
.package .order-now:hover {
    background: #7bcc42 none repeat scroll 0 0;
}
.products {
    background: rgba(0, 0, 0, 0) url("../images/product-bg.png") repeat scroll 50% 0;
}
.products .color-overlay {
    background: rgba(39, 144, 176, 0.96) none repeat scroll 0 0;
    margin-top: -100px;
    padding-bottom: 70px;
    padding-top: 100px;
}
.item-1 {
    background-image: url("../images/products/1.jpg");
}
.item-2 {
    background-image: url("../images/products/2.jpg");
}
.item-3 {
    background-image: url("../images/products/3.jpg");
}
.item-4 {
    background-image: url("../images/products/4.jpg");
}
.item-5 {
    background-image: url("../images/products/5.jpg");
}
.item-6 {
    background-image: url("../images/products/6.jpg");
}
.item-7 {
    background-image: url("../images/products/7.jpg");
}
.item-8 {
    background-image: url("../images/products/8.jpg");
}
.item {
    backface-visibility: hidden;
    background-size: 100% auto;
    border-radius: 4px;
    display: block;
    height: 260px;
    margin: auto auto 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}
.item-overlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease-in-out 0s;
    width: 100%;
}
.item-content {
    bottom: 0;
    position: absolute;
    transform: translate(0px, 100%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.item:hover .item-content {
    transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out 0s;
}
.item-top-content {
    position: relative;
}
.item-top-content-inner {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}
.item-add-content {
    opacity: 0;
    padding: 0 15px 15px;
    transition: all 0.3s ease-in-out 0s;
}
.item:hover .item-add-content {
    opacity: 1;
}
.item-add-content-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dadada;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 10px;
}
.item-top-title {
    text-align: left;
}
.item-top-title h5 {
    color: #404040;
    font-weight: 700;
}
.item-product {
    float: left;
    width: 70%;
}
.item-product-price {
    float: right;
    text-align: right;
    width: 30%;
}
.subdescription {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
}
.item-product-price {
    font-size: 1em;
    font-weight: 700;
    position: relative;
}
.item-product-price .subdescription {
    color: #808080;
}
.old-price {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #808080;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 10px;
    margin-top: -11px;
    position: absolute;
    right: -2px;
    transform: rotate(-30deg);
    width: 30px;
}
.item-content {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
}
.item-add-content {
    color: #808080;
    font-weight: 400;
}
.item-add-content .section {
    margin-bottom: 10px;
}
.item-add-content .section:last-of-type {
    margin-bottom: 0;
}
.item-add-content p {
    font-size: 14px;
}
.newsletter {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding-bottom: 62px;
    padding-top: 62px;
}
.newsletter h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.newsletter .subscription {
    margin-top: 15px;
}
.newsletter .custom-button {
    margin-top: 7px;
}
.testimonial {
    background: #dbbf56 none repeat scroll 0 0;
    padding-bottom: 90px;
}
#client-feedbacks .feedback-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    margin: 13px;
    padding: 25px;
    text-align: left;
    z-index: 5;
}
.feedback-box .message {
    color: #909090;
    font-size: 15px;
}
.feedback-box .client {
    height: 73px;
    margin-top: 30px;
    position: relative;
}
.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}
.feedback-box .client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}
.feedback-box .client-info .client-name {
    color: #404040;
    font-family: "Homemade Apple",serif;
}
.feedback-box .client-info .client-company {
    font-size: 13px;
    margin-top: -3px;
}
.feedback-box .client-image {
    border: 3px solid #f6f6f6;
    border-radius: 50%;
    float: right;
    height: 73px;
    overflow: hidden;
    width: 73px;
}
.customNavigation {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #886e0e none repeat scroll 0 0;
    border-radius: 50%;
}
.customNavigation a {
    -moz-user-select: none;
}
.purchase-now {
    background: #7bcc42 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}
.purchase-now h3 {
    line-height: 40px;
    margin-top: 14px;
    text-align: left;
}
.purchase-now .red-btn {
    background: #db5a4a none repeat scroll 0 0;
    float: right;
}
.purchase-now .red-btn:hover {
    background: #bf3928 none repeat scroll 0 0;
}
.contact-us {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding-bottom: 95px;
}
.contact-us .input-box, textarea {
    margin: auto auto 20px;
    width: 100%;
}
.contact-us .custom-button {
    float: right;
}
.success, .error {
    display: none;
}
footer {
    background: #272727 none repeat scroll 0 0;
}
.company-details {
    color: #939393;
    padding-bottom: 67px;
    padding-top: 67px;
}
.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}
.copyright {
    background: #171717 none repeat scroll 0 0;
    padding-bottom: 68px;
    padding-top: 60px;
}
.social li {
    display: inline-block;
    margin: 5px;
}
.social li a {
    color: #939393;
    font-size: 18px;
}
.social li a:hover {
    color: #7bcc42;
}
.single-project {
    margin-bottom: 25px;
    text-align: left;
}
.single-project .project-image {
    float: left;
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
}
.single-project h3 {
    border-bottom: 1px dotted #dadada;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.single-project .project-description {
    margin-bottom: 25px;
}
.single-project .button {
    margin-left: 0;
}
.single-project .project-information {
    margin-bottom: 10px;
}
.single-project .project-information ul li {
    border-bottom: 1px dotted #dadada;
    margin-top: 10px;
    padding-bottom: 5px;
}
.single-project .project-information ul li span {
    font-weight: 700;
    margin-right: 5px;
}
