<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

[Main Stylesheet]

Project: BulkDomain - Responsive HTML5 WHMCS Hosting Template
Version: 1.0
Author : themelooks.com

[Table of contents]

1. GENERAL STYLES
    - 1-1 CUSTOM BUTTONS
    - 1-2 SECTION TITLE
    - 1-3 BACK TO TOP BUTTON
    - 1-4 COLOR SWITCHER

2. NAVIGATION AREA
    - 2-1 PRIMARY AREA
    - 2-2 SECONDARY AREA

3. BANNER AREA

4. CALL TO ACTION AREA

5. FEATURE AREA

6. SERVICE AREA

7. PRICING AREA
    - X-1. PRICING TABLE

8. SUBSCRIBE AREA

9. BLOG AREA

10. COUNTER AREA

11. FEEDBACK AREA

12. BRANDS AREA

13. QUICK CONTACT AREA

14. FOOTER AREA
    - 14-1 FOOTER WIDGET TITLE
    - 14-2 ABOUT WIDGET
    - 14-3 USEFUL LINKS WIDGET
    - 14-4 FOOTER RECENT POSTS WIDGET
    - 14-5 TWITTER WIDGET
    - 14-6 PAYMENT METHODS
    - 14-7 SOCIAL LINKS
    - 14-8 COPYRIGHT

15. GENERAL PAGE STYLES
    - 15-1 PAGE HEADER
    - 15-2 PAGE HEADER SLIDER

16. VPS HOSTING PAGE
    - 16-1 VPS PRICING AREA

16. SHARED HOSTING PAGE
    - 16-1 EXTRA FEATURE AREA

17. DEDICATED HOSTING PAGE
    - 17-1 DEDICATED PRICING AREA

18. DOMAIN PAGE
    - 18-1 DOMAIN PRICING AREA

19. ABOUT PAGE
    - 19-1 ABOUT DESCRIPTION
    - 19-2 TEAM
    - 19-3 HISTORY

20. DATACENTER PAGE
    - 20-1 MAP2

21. AFFILIATE PAGE
    - 21-1 COUNTER

22. LOGIN PAGE
    - 22-1 LOGIN AREA

23. SIGNUP PAGE
    - 23-1 SIGNUP AREA

24. FAQ PAGE
    - 24-1 FAQ AREA

25. BLOG PAGE
    - 25-1 CONTENT
    - 25-2 SIDEBAR

26. BLOG DETAILS PAGE

27. CONTACT PAGE
    - 27-1 CONTACT ADDRESS
    - 27-2 CONTACT FORM
    - 27-3 CONTACT ACTIONS
    - 27-4 MAP

28. 404 PAGE

29. HELPER CLASSES
    - 29-1 RESET-GUTTER
    - 29-2 RESET-MARGIN
    - 29-3 RESET-PADDING
    - 29-4 VERTICAL-CENTERING
    - 29-5 VERTICAL ALIGN

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html, body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

p:last-child {
    margin-bottom: 0;
}

.owl-carousel {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-grab {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/* 1-1 CUSTOM BUTTONS */
.btn-custom {
    color: #fff;
    background-color: #7dc01d;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
    background-color: #222;
    box-shadow: none;
    outline: 0;
}
.btn-custom-reverse {
    color: #fff;
    background-color: #222;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}
.btn-custom-reverse:hover,
.btn-custom-reverse:focus {
    color: #fff;
    background-color: #7dc01d;
    box-shadow: none;
    outline: 0;
}
.btn-custom.btn-lg,
.btn-custom-reverse.btn-lg {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* 1-2 SECTION TITLE */
.section-title {
    margin-bottom: 70px;
    text-align: center;
}
.section-title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 25px;
    color: #222222;
    font-size: 30px;
    text-transform: uppercase;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #7dc01d;
}
.section-title h2 span {
    display: block;
    color: #888989;
    font-size: 14px;
    font-weight: 700;
}

/* 1-3 BACK TO TOP BUTTON */
.back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
.back-to-top.show,
.back-to-top.alwaysShow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.back-to-top button {
    padding: 6px 15px;
    border: none;
    color: #fff;
    background-color: #5B9A00;
    font-size: 22px;
    outline: 0;
}

/* 1-4 COLOR SWITCHER */
#open-switcher,
#close-switcher {
    position: fixed;
    top: 200px;
    left: 0px;
    padding: 15px;
    color: #fff;
    background: #7DC01D;
    cursor: pointer;
    z-index: 4;
}
#close-switcher {
    color: #fff;
    background: #7DC01D;
    display: none;
    left: 200px;
    box-shadow: 10px 5px 46px 8px rgba(0,0,0,.14), 10px 0px 26px -6px rgba(0,0,0,.2);
}
#switcher-color {
    position: fixed;
    top: 200px;
    left: -202px;
    width: 200px;
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
    z-index: 3;
}
#switcher-wrapper {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#switcher-wrapper h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
#switcher-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#switcher-wrapper ul li.color-1 {
    background: #7dc01d;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-2 {
    background: #FF6C3A;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-3 {
    background: #FF9800;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-4 {
    background: #ff5252;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-5 {
    background: #673AB7;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-6 {
    background: #03a9f4;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-7 {
    background: #cddc39;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-8 {
    background: #009688;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-9 {
    background: #e91e63;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.color-10 {
    background: #888;
    border: 1px solid #fff;
}
#switcher-wrapper ul li.active {
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #ddd;
}
#switcher-wrapper ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 5px 5px 5px 1px;
    cursor: pointer;
}
#switcher-wrapper p {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

/*------------------------------------*\
    2. NAVIGATION AREA
\*------------------------------------*/
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    -webkit-transition: padding-top .25s ease-in, background-color .25s ease-in-out;
            transition: padding-top .25s ease-in, background-color .25s ease-in-out;
    z-index: 5;
}
#navigation.sticky {
    background-color: #4B4B4B;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.contact-bar {
    position: relative;
    padding: 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-bar:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}
.contact-bar .social-icons .nav {
    border: none;
}
.contact-bar .social-icons .nav li a {
    padding: 10px 25px 0 0;
    border: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.contact-bar .social-icons .nav li a:hover {
    color: #7DC01D;
    background-color: transparent;
}
#navigation .navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: #222;
}
#navigation .navbar-toggle {
    border: none;
    margin-right: 5px;
}
#navigation .navbar-toggle .icon-bar {
    background-color: #7DC01D;
}
#navigation a.navbar-brand {
    display: block;
    padding: 17px 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
#navigation a.navbar-brand span {
    color: #7dc01d;
}

#navigation .navbar .nav li a {
    text-transform: uppercase;
    -webkit-transition: border-color .25s, padding-bottom .25s ease-in;
            transition: border-color .25s, padding-bottom .25s ease-in;
}
#navigation .navbar .nav li a:hover,
#navigation .navbar .nav li a:focus,
#navigation .navbar .nav li.open a,
#navigation .navbar .nav li.open a:hover,
#navigation .navbar .nav li.open a:focus,
#navigation .navbar .nav li .dropdown-menu &gt; li &gt; a {
    background-color: transparent;
}
#navigation .navbar .nav &gt; li &gt; a {
    margin-left: 5px;
    padding-top: 21px;
    padding-bottom: 14px;
    border-bottom: 3px solid transparent;
    font-weight: 400;
}
#navigation .navbar .nav &gt; li &gt; .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #222;
}
#navigation .navbar .nav &gt; li:hover &gt; .dropdown-menu {
    display: block;
}
#navigation .navbar .nav .dropdown-menu &gt; li &gt; a {
    color: #fff;
    padding: 12px 15px 10px;
    border-bottom: 3px solid transparent;
}

.dashboard-links {
    float: right;
}
.dashboard-links a.btn {
    width: 90px;
    padding: 7px 0;
}
.dashboard-links .btn-group .login {
    background-color: #7dc01d;
}
.dashboard-links .btn-group .signup {
    color: #7dc01d;
    background-color: #fff;
    margin-left: 0;
}
.dashboard-links .or {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    font-size: 12px;
    line-height: 12px;
}
.dashboard-links .or:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background-color: #5B9A00;
    z-index: -1;
}

/*------------------------------------*\
    3. BANNER AREA
\*------------------------------------*/
#banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#banner:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}

#banner &gt; .container,
#banner &gt; .container &gt; .row,
#banner &gt; .container &gt; .row &gt; div {
    height: 100%;
}

.banner-content {
    position: relative;
    margin-top: 110px;
    padding: 30px 30px 185px;
    z-index: 0;
}
.banner-content:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
    z-index: -1;
}

.banner-content .title {
    color: #fff;
    text-align: center;
}
.banner-content .title h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
}
.banner-content .title h2 span {
    color: #7DC01D;
}
.banner-content .title p {
    margin: 0;
    font-size: 21px;
}

#domainSearchForm {
    margin: 30px 0 0;
}
#domainSearchForm .form-control {
    width: 100%;
    border: none;
}
#domainSearchForm textarea.form-control {
    height: 172px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    resize: none;
}
#domainSearchForm .submit-btn {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    cursor: pointer;
}
#domainSearchForm button.submit-btn:hover,
#domainSearchForm button.submit-btn:focus {
    color: #7dc01d;
    background-color: #fff;
}

.extensions {
    margin: -5px 0 2px;
}
.extensions input {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    display: none;
}
.extensions label {
    width: 10%;
    margin: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color .25s;
            transition: color .25s;
}
.extensions input:checked + label {
    color: #7dc01d;
}
.extensions label:before {
    content: "\f096";
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.extensions input:checked + label:before {
    content: "\f046";
    margin-right: 6px;
}

.extension-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 30px;
}
.extension-slider .item .img {
    margin: 0 15px 10px;
    background-color: #fff;
    overflow: hidden;
}
.extension-slider .item img {
    width: auto;
    margin: 0 auto;
}
.extension-slider .item div {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.extension-slider .item div strong {
    font-weight: 500;
}

/*------------------------------------*\
    4. CALL TO ACTION AREA
\*------------------------------------*/
#callToAction {
    padding: 50px 0;
    background-color: #7dc01d;
}
#callToAction &gt; .container &gt; .row &gt; div {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#callToAction &gt; .container &gt; .row {
    display: table;
    width: 100%;
    margin: 0;
    height: 100%;
}
#callToAction .heading {
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
}
#callToAction a.btn {
    padding: 10px 40px;
    float: right;
    color: #7dc01d;
    background-color: #fff;
}
#callToAction a.btn:hover,
#callToAction a.btn:focus {
    background-color: #222;
}

/*------------------------------------*\
    5. FEATURE AREA
\*------------------------------------*/
#feature {
    padding: 100px 0;
}
#feature.bg-smokewhite {
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.feature-item {
    margin-bottom: 70px;
}
.feature-item:nth-last-child(1),
.feature-item:nth-last-child(2),
.feature-item:nth-last-child(3),
.feature-item:nth-last-child(4) {
    margin-bottom: 0;
}
.feature-item .icon {
    float: left;
    width: 40px;
    height: 40px;
    color: #7DC01D;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.feature-item .content {
    margin-left: 60px;
}
.feature-item .heading {
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 18px;
}

.feature-item .desc {
    color: #6a7483;
    line-height: 20px;
}

/*------------------------------------*\
    6. SERVICE AREA
\*------------------------------------*/
#service {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    z-index: 0;
}
#service:before {
    content: " ";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    width: 50%;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    z-index: -1;
}
.service-slider .item {
    position: relative;
    background-color: #f5f5f5;
}
.service-slider .item:before {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #222;
}
.service-slider .item .row {
    display: table;
    height: 100%;
}
.service-slider .item .row &gt; div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.service-slider .item .image img {
    width: 100%;
}

.service-slider .item .content {
    padding: 100px 0 100px 50px;
}

.service-slider .content h2 {
    color: #7dc01d;
    margin: 0;
}
.service-slider .content h2 span {
    display: block;
    font-size: 22px;
    text-indent: 1px;
    font-weight: 500;
    color: #fff;
}
.service-slider .content p {
    color: #fff;
}
.service-slider .content &gt; p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-slider .content .price {
    overflow: hidden;
    margin-top: 25px;
}
.service-slider .content .price p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    float: left;
}
.service-slider .content .price p span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.service-slider .content .price p span em {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}
.service-slider .content i.fa-check {
    color: #7dc01d;
}
.service-slider .content .price a.btn {
    margin-left: 30px;
    min-width: 150px;
}
.service-slider .content .price a.btn:hover {
    color: #7dc01d;
    background-color: #fff;
}

#service .bx-wrapper {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}
#service .bx-pager {
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1170px;
    margin: 0px auto;
    padding: 0 10px;
    text-align: left;
}
#service .bx-pager-item {
    display: block;
    margin: 10px 0;
}
#service .bx-pager-link {
    background-color: transparent;
    border: 1px solid #7DC01D;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
#service .bx-pager-link.active,
#service .bx-pager-link:hover,
#service .bx-pager-link:focus {
    background-color: #7DC01D;
}

/*------------------------------------*\
    7. PRICING AREA
\*------------------------------------*/
#pricing {
    padding: 100px 0;
}
/* X-1. PRICING TABLE */
.pricing-table .head {
    position: relative;
    padding: 50px 15px 110px;
    background-color: #222;
    border-bottom: 7px solid #7DC01D;
    text-align: center;
}
.pricing-table .head .title {
    color: #fff;
    margin-top: 0 ;
}

.pricing-table .head .price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 53px;
    border-radius: 50%;
    color: #fff;
    background-color: #7DC01E;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 0;
}
.pricing-table .head .price:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 170px;
    height: 170px;
    background-color: rgba(119, 183, 28, 0.55);
    border-radius: 50%;
    z-index: -1;
}
.pricing-table .head .price span {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.pricing-table .head .desc {
    color: #929292;
    font-weight: 400;
}

.pricing-table .body {
    padding-top: 95px;
    border: 1px solid #e9e9e9;
    text-align: center;
}
.pricing-table .body .features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-table .body .features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-weight: 400;
}

.pricing-table .body .buy-now {
    padding: 30px 0;
}
.pricing-table .body .buy-now .btn {
    height: auto;
    padding: 10px 40px;
}

/* X-2. PRICING DEATILS */
.pricing-details {
    padding: 100px 0 0;
}
.pricing-details .title {
    margin-bottom: 70px;
    text-align: center;
}
.pricing-details .title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 25px;
    color: #222222;
    font-size: 30px;
    text-transform: uppercase;
}
.pricing-details .title h2:before {
    content: " ";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #7dc01d;
}

.pricing-details-item .heading {
    min-height: 42px;
}
.pricing-details-item .heading h3 {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #e9e9e9;
    color: #fff;
    background-color: #7DC01D;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
}

.pricing-details-item.head .content,
.pricing-details-item.body .content {
    border-top: 1px solid #e9e9e9;
}
.pricing-details-item.head .content ul,
.pricing-details-item.body .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-details-item.head .content li {
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    color: #fff;
    background-color: #36393d;
    font-size: 16px;
}
.pricing-details-item.head .content li:nth-child(odd) {
    background: #41444a;
}

.pricing-details-item.body .content li {
    border: 0;
    font-size: 16px;
    padding: 10px 20px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.pricing-details-item.body .content .action-btn {
    padding: 20px 0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e9e9e9;
    text-align: center;
}
.pricing-details-item.body:nth-child(2) .content .action-btn {
    border-left: 1px solid #e9e9e9;
}

/*------------------------------------*\
    8. SUBSCRIBE AREA
\*------------------------------------*/
#subscribe {
    padding: 100px 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#subscribe:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}
#subscribe h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 38px;
}
#subscribe p {
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
#subscribeForm .input-box {
    width: 382px;
    padding: 8px 0 8px 12px;
    margin: 25px 0;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0;
}
#subscribeForm .input-box.error {
    border-color: #ff5252;
}
#subscribeForm .input-box.valid {
    border-color: #7dc01d;
}
#subscribeForm .submit-button {
    display: block;
    width: 160px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    background-color: #7dc01d;
    border: none;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .35s;
    transition: .25s;
    outline: 0;
    text-transform: uppercase;
}
#subscribeForm .submit-button:hover {
    background-color: #222;
}

/*------------------------------------*\
    9. BLOG AREA
\*------------------------------------*/
#blog {
    padding: 100px 0;
    overflow: hidden;
}
.post-item {
    padding-bottom: 60px;
    position: relative;
}
.post-item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background-color: #e9e9e9;
}
.post-item:last-child {
    padding-bottom: 0;
}

.post-item &gt; .row {
    display: table;
    height: 100%;
}
.post-item &gt; .row &gt; div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.post-image img {
    width: 100%;
}

.post-meta {
    width: 50%;
}
.post-item:nth-child(even) .post-meta {
    margin-left: 50%;
}
.post-meta .date,
.post-meta .comments {
    height: 75px;
    padding: 10px 0;
    background-color: #222;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
}
.post-meta .comments {
    background-color: #7dc01d;
    padding-top: 15px;
}
.post-meta .date i.fa {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.post-meta .comments span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.post-content .title {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.post-content .summery {
    margin-top: 20px;
    font-weight: 400;
}
.post-content a.read-more-btn {
    margin-top: 20px;
    padding: 10px 20px;
}

/*------------------------------------*\
    10. COUNTER AREA
\*------------------------------------*/
#counter {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#counter:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}
.counter-text {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.counter-number-holder {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.counter-number-holder i.fa {
    color: #7DC01D;
}

/*------------------------------------*\
    11. FEEDBACK AREA
\*------------------------------------*/
#feedback {
    padding: 100px 0;
}
.clients-holder {
    width: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.clients-holder:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 1;
}
.clients-holder:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
}
.clients-slider {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    z-index: 0;
}
.clients-slider .item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 10px 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: width .25s, height .25s, margin .25s;
            transition: width .25s, height .25s, margin .25s;
    cursor: pointer;
}
.clients-slider .owl-item.active .item {
    width: 100px;
    height: 100px;
    margin: 0;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.clients-slider .owl-stage-outer {
    overflow: visible;
}
.clients-slider .owl-item {
    float: none;
    display: inline-block;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.clients-slider .owl-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.clients-slider .owl-item .item img {
    -webkit-transform-style: flat;
            transform-style: flat;
}

.feedback-slider {
    cursor: default;
}
.feedback-item {
    max-width: 750px;
    margin: 40px auto 0;
}
.feedback-comment {
    margin-bottom: 40px;
    padding: 0 15px;
}
.feedback-comment p {
    color: #222;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}
.feedback-info {
    color: #222;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

/*------------------------------------*\
    12. BRANDS AREA
\*------------------------------------*/
#brands {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#brands:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}
.brands-slider .owl-stage &gt; .owl-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.brands-slider .item {
    padding: 0 15px;
}
.brands-slider .item img {
    width: auto;
    margin: 0 auto;
}

/*------------------------------------*\
    13. QUICK CONTACT AREA
\*------------------------------------*/
#quickContact {
    color: #fff;
    background-color: #7DC01D;
    border-bottom: 1px solid #14191B;
}
#quickContact a {
    display: block;
    padding: 30px 0;
    border-right: 1px solid #222;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out, color .25s;
            transition: background-color .25s ease-in-out, color .25s;
}
#quickContact .row &gt; div:first-child a {
    border-left: 1px solid #222;
}
#quickContact a:hover {
    background-color: #222;
    color: #7DC01D;
}
#quickContact i.fa {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
}

/*------------------------------------*\
    14. FOOTER AREA
\*------------------------------------*/
.footer-widgets {
    padding: 50px 0;
    background-color: #222;
}
.footer-widgets .bottom {
    border-top: 1px solid #111;
    margin-top: 50px;
}

/* 14-1 FOOTER WIDGET TITLE */
.footer-widgets .title {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}
.footer-widgets .title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #7dc01d;
}

/* 14-2 ABOUT WIDGET */
.footer-widgets .about {
    color: #fff;
    font-weight: 400;
}
.footer-widgets .about address {
    margin: 30px 0 0;
}

/* 14-3 USEFUL LINKS WIDGET */
.footer-widgets .useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widgets .useful-links ul li {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color .25s, border-color .25s;
            transition: color .25s, border-color .25s;
}
.footer-widgets .useful-links ul li:last-child {
    margin-bottom: 0;
}
.footer-widgets .useful-links ul li:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.footer-widgets .useful-links ul li i.fa {
    margin-right: 10px;
}
.footer-widgets .useful-links ul li a {
    font-weight: 400;
    color: inherit;
}

/* 14-4 FOOTER RECENT POSTS WIDGET */
.footer-widgets .recent-post-item {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}
.footer-widgets .recent-post-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.footer-widgets .recent-post-item .image {
    max-width: 70px;
    max-height: 70px;
    float: left;
    margin-right: 15px;
}
.footer-widgets .recent-post-item .content {
    margin-left: 85px;
}
.footer-widgets .recent-post-item .heading {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.footer-widgets .recent-post-item .heading a:hover,
.footer-widgets .recent-post-item .heading a:focus {
    color: #7DC01D;
}
.footer-widgets .recent-post-item .summery {
    margin-bottom: 0;
    color: #9C9C9C;
    font-weight: 400;
}
.footer-widgets .recent-post-item .meta {
    margin-bottom: 0;
    font-weight: 400;
}
.footer-widgets .recent-post-item .meta a:hover {
    text-decoration: underline;
}

/* 14-5 TWITTER WIDGET */
.footer-widgets .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets .twitter li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.footer-widgets .twitter li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.footer-widgets .twitter li:before {
    content: "\f099";
    color: #7DC01D;
    font-family: fontAwesome;
    display: inline-block;
    font-size: 30px;
    float: left;
    padding: 5px 10px 0 0;
}
.footer-widgets .twitter p {
    color: #fff;
    margin-left: 50px;
    margin-bottom: 0;
}
.footer-widgets .twitter a {
    word-wrap: break-word;
    color: #7DC01D;
    font-weight: 300;
}
.footer-widgets .twitter a:hover {
    border-bottom: 1px solid #7DC01D;
}

/* 14-6 PAYMENT METHODS */
.footer-widgets .payment-methods {
    color: #fff;
    margin: 50px 0 0;
}
.footer-widgets .payment-methods img {
    margin-left: 20px;
    height: 24px;
}

/* 14-7 SOCIAL LINKS */
.footer-widgets .social-links {
    float: right;
    margin: 45px 0 0;
}
.footer-widgets .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.footer-widgets .social-links ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.footer-widgets .social-links ul li a {
    display: block;
    width: 35px;
    padding: 6px 0;
    border: 1px solid #888;
    color: #888;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}
.footer-widgets .social-links ul li a:hover,
.footer-widgets .social-links ul li a:focus {
    color: #fff;
    border-color: #7DC01D;
    background-color: #7DC01D;
}

/* 14-8 COPYRIGHT */
.copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #303030;
}
.copyright p {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.copyright p a {
    display: inline-block;
    font-weight: 500;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.copyright p a:hover {
    color: #7dc01d;
}

/*------------------------------------*\
    16. VPS HOSTING PAGE
\*------------------------------------*/
/* 16-1 VPS PRICING AREA */
#vpsPricing {
    padding: 180px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
#vpsPricing:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
}
#vpsPricing .section-title h2 {
    color: #fff;
}
.vps-slider-holder {
    padding: 80px 60px 40px;
    background-color: #222;
}
.vps-slider-holder2 {
    padding: 80px 60px 40px;
    background-color: #222;
}
.vps-ruler {
    background: url('img/ruler.png') center top;
    display: table;
    height: 10px;
    margin: 45px auto 0;
    width: 100%;
    opacity: .2;
    filter: alpha(opacity=20);
}

#vpsSlider {
    height: 6px;
    border: none;
    border-radius: 0;
}
#vpsSlider .ui-slider-handle {
    top: -25px;
    color: #7DC01D;
    background-color: transparent;
    font-size: 48px;
    border: none;
    text-align: center;
    outline: 0;
    cursor: pointer;
}
#vpsSlider .ui-slider-handle:before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 22px;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
#vpsSlider .ui-slider-range {
    background-color: #7dc01d;
    border-radius: 0;
}

#vpsSlider2 {
    width: 75%;
    height: 6px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    position: relative;
}
#vpsSlider2:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: -127px;
    width: 127px;
    height: 6px;
    background-color: #7DC01D;
}
#vpsSlider2:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -127px;
    width: 127px;
    height: 6px;
    background-color: #fff;
}
#vpsSlider2 .ui-slider-handle {
    top: -25px;
    color: #7DC01D;
    background-color: transparent;
    font-size: 48px;
    border: none;
    text-align: center;
    outline: 0;
    cursor: pointer;
}
#vpsSlider2 .ui-slider-handle:before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 22px;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
#vpsSlider2 .ui-slider-range {
    background-color: #7dc01d;
    border-radius: 0;
}

.vps-item-feature {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.vps-item-feature:last-child {
    border: none;
}
.vps-item-feature-name,
.vps-item-feature-value {
    display: block;
    padding: 10px 0;
}
.vps-item-feature-name {
    border-bottom: 1px solid #7dc01d;
    font-weight: 700;
}
.vps-item-feature-value {
    font-size: 20px;
}
.vps-total-price {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.vps-total-price span {
    font-size: 42px;
    font-weight: 700;
}
#vpsPricing .action {
    text-align: center;
    margin-top: 60px;
}
#vpsPricing .action a {
    margin: 0 10px;
    min-width: 150px;
}
#vpsPricing .action a.deatils-link,
#vpsPricing .action a.order-link:hover,
#vpsPricing .action a.order-link:focus {
    color: #7DC01D;
    background-color: #fff;
}
#vpsPricing .action a.deatils-link:hover,
#vpsPricing .action a.deatils-link:focus {
    color: #fff;
    background-color: #7dc01d;
}

.vps-slider-stage {
    margin-top: 30px;
}
.vps-slider-stage .stage {
    display: table-cell;
    width: 1%;
    text-align: center;
}
.vps-slider-stage .stage h4 {
    color: #fff;
}

/*------------------------------------*\
    16. SHARED HOSTING PAGE
\*------------------------------------*/
/* 16-1 EXTRA FEATURE AREA */
#extraFeature {
    padding: 100px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.extra-feature-content {
    margin-top: 25px;
}
.extra-feature-content .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.extra-feature-content .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.extra-feature-content .item .icon {
    float: left;
    margin-right: 25px;
    margin-top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #838383;
    color: #838383;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.extra-feature-content .item .icon i.fa {
    font-size: 26px;
    font-weight: 800;
    margin-top: 12px;
    margin-left: 2px;
}
.extra-feature-content .item .content .title {
    text-transform: capitalize;
}
.extra-feature-content .item .content .desc {
    color: #6a7483;
}

/*------------------------------------*\
    17. DEDICATED HOSTING PAGE
\*------------------------------------*/
/* 17-1 DEDICATED PRICING AREA */
#dedicatedPricing {
    padding: 100px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
#dedicatedPricing.domains-page {
    background-color: #f8f8f8;
    border-top: 1px solid #e9e9e9;
}
.dedicated-pricing-tab-filter {
    margin-bottom: 50px;
}
.dedicated-pricing-tab-filter .nav {
    border: none;
    text-align: center;
}
.dedicated-pricing-tab-filter .nav &gt; li {
    display: inline-block;
    float: none;
    margin: 0;
}
.dedicated-pricing-tab-filter .nav &gt; li &gt; a {
    min-width: 170px;
    margin: 0 2px;
    padding: 15px;
    border: none;
    border-radius: 0;
}
.dedicated-pricing-tab-filter .nav &gt; li &gt; a:hover,
.dedicated-pricing-tab-filter .nav &gt; li.active &gt; a {
    color: #fff;
    background-color: #7DC01D;
}
.dedicated-pricing-tab-filter .nav &gt; li.active &gt; a,
.dedicated-pricing-tab-filter .nav &gt; li.active &gt; a:hover,
.dedicated-pricing-tab-filter .nav &gt; li.active &gt; a:focus {
    border: none;
}
#dedicatedPricing table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
#dedicatedPricing table thead {
    background-color: #7dc01d;
    color: #fff;
}
#dedicatedPricing table thead th {
    padding: 15px 0 15px 15px ;
}
#dedicatedPricing table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#dedicatedPricing table th,
#dedicatedPricing table td {
    padding: 10px 15px;
}
#dedicatedPricing table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#dedicatedPricing table tbody td {
    background-color: #fff;
}
#dedicatedPricing table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

/*------------------------------------*\
    18. DOMAIN PAGE
\*------------------------------------*/
/* 18-1 DOMAIN PRICING AREA */
#domainPricing {
    padding: 100px 0;
}
#domainPricing.domains-page {
    background-color: #f8f8f8;
    border-top: 1px solid #e9e9e9;
}
.pricing-tab-filter {
    margin-bottom: 70px;
}
.pricing-tab-filter .nav {
    border: none;
    text-align: center;
}
.pricing-tab-filter .nav &gt; li {
    display: inline-block;
    float: none;
    margin: 0;
}
.pricing-tab-filter .nav &gt; li &gt; a {
    min-width: 170px;
    margin: 0 2px;
    padding: 15px;
    border: none;
    border-radius: 0;
}
.pricing-tab-filter .nav &gt; li &gt; a:hover,
.pricing-tab-filter .nav &gt; li.active &gt; a {
    color: #fff;
    background-color: #7DC01D;
}
.pricing-tab-filter .nav &gt; li.active &gt; a,
.pricing-tab-filter .nav &gt; li.active &gt; a:hover,
.pricing-tab-filter .nav &gt; li.active &gt; a:focus {
    border: none;
}
#domainPricing table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
#domainPricing table thead {
    background-color: #7dc01d;
    color: #fff;
}
#domainPricing table thead th {
    padding: 15px 0;
}
#domainPricing table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#domainPricing table th,
#domainPricing table td {
    padding: 10px;
    text-align: center;
}
#domainPricing table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#domainPricing table tbody td {
    background-color: #fff;
}
#domainPricing table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
#domainPricing table tbody td:first-child {
    font-weight: 700;
    font-size: 18px;
}

/*------------------------------------*\
    19. ABOUT PAGE
\*------------------------------------*/
/* 19-1 ABOUT DESCRIPTION */
.about-description {
    padding: 100px 0;
}
.about-description .row {
    display: table;
}
.about-description .row &gt; div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.about-desc-img img {
    width: 100%;
}

/* 19-2 TEAM */
#team {
    padding: 100px 0;
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: #e9e9e9;
}
.team-item figcaption {
    position: relative;
}
.team-item figure img {
    max-width: 210px;
    margin: 0 auto;
}
.team-item figcaption .name {
    margin: 0;
    padding: 15px 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.team-item figcaption .name a {
    color: #222;
    -webkit-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.team-item figcaption .name a:hover {
    color: #7dc01d;
}
.team-item figcaption .role {
    color: #737373;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}
.team-social-links {
    margin-top: 20px;
    text-align: center;
}
.team-social-links ul {
    display: inline-block;
    font-size: 0;
    float: none;
}
.team-social-links ul li a {
    font-size: 15px;
    color: #acacac;
    padding: 0px 15px;
    -webkit-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
}
.team-social-links ul li a:hover,
.team-social-links ul li a:focus {
    background-color: transparent;
    color: #7DC01D;
}

/* 19-3 HISTORY */
#history {
    padding: 100px 0 60px;
    background-color: #f0f0f0;
}
.timeline {
	list-style: none;
	padding: 0;
    margin: 0;
	position: relative;
	font-weight: 300;
}
.timeline:before {
	top: 0;
	bottom: 20px;
	position: absolute;
	content: " ";
	width: 2px;
	background: #ffffff;
	left: 50%;
	margin-left: -1.5px;
}
.timeline &gt; li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
	content: " ";
	display: table;
}
.timeline &gt; li:after {
	clear: both;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
	content: " ";
	display: table;
}
.timeline &gt; li:after {
	clear: both;
}
.timeline &gt; li &gt; .timeline-panel {
	float: left;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	position: relative;
}
.timeline &gt; li:nth-child(odd) &gt; .timeline-panel {
    margin-right: 30px;
}
.timeline &gt; li:nth-child(even) &gt; .timeline-panel {
    margin-left: 30px;
}
.timeline &gt; li &gt; .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #dcdcdc;
	border-right: 0 solid #dcdcdc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline &gt; li &gt; .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline &gt; li &gt; .timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
	float: right;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body &gt; p,
.timeline-body &gt; ul {
	padding: 10px 15px;
	margin-bottom: 0;
}
.timeline-footer {
	padding: 5px 15px;
	background-color: #ff5252;
    color: #fff;
    font-weight: 700;
}
.timeline-footer p {
	margin-bottom: 0;
}
.timeline-footer &gt; a {
	cursor: pointer;
	text-decoration: none;
}
.timeline &gt; li.timeline-inverted {
	float: right;
	clear: right;
}
.timeline &gt; li:nth-child(2) {
	margin-top: 60px;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-badge {
	left: -12px;
}
.no-float {
	float: none !important;
}

/*------------------------------------*\
    20. DATACENTER PAGE
\*------------------------------------*/
/* X-1 MAP */
#map2 {
    height: 400px;
}

/*------------------------------------*\
    21. AFFILIATE PAGE
\*------------------------------------*/
/* 21-1 COUNTER */
.aCounter {
    padding: 100px 0;
    background-color: #7dc01d;
    text-align: center;
}
.aCounter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #01ABEF;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.aCounter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.aCounter-text {
    margin-bottom: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.aCounter-number-holder {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.aCounter-number-holder .counter-number {
    font-size: 36px;
}
.affiliate-signup-btn-holder {
    text-align: center;
    margin-top: 60px;
}
.affiliate-signup-btn-holder a {
    width: 140px;
    padding: 10px 0;
    text-transform: uppercase;
}

/* 21-2. AFFILIATE PRICING */
#aPricing {
    padding: 100px 0;
}
.a-pricing-item .head {
    padding: 50px 15px;
    background-color: #222;
    border-bottom: 7px solid #7DC01D;
    text-align: center;
}
.a-pricing-item .head .title {
    color: #fff;
    margin-top: 0 ;
}

.a-pricing-item .head .price {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.a-pricing-item .head .price span {
    font-size: 24px;
    font-weight: 800;
    color: #7DC01D;
}

.a-pricing-item .head .desc {
    color: #929292;
    font-weight: 400;
}

/*------------------------------------*\
    22. LOGIN PAGE
\*------------------------------------*/
/* 22-1 LOGIN AREA */
#login {
    padding: 100px 0;
}
#loginForm {
    padding: 30px;
    background-color: #f0f0f0;
    max-width: 360px;
    margin: 0 auto;
}
#loginForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 25px 0 20px;
}
#loginForm p.help-block a {
    color: #2e3138;
    font-size: 14px;
    font-weight: 700;
}
#loginForm p.help-block a:hover {
    color: #7dc01d;
}
#loginForm p.help-block a i.fa {
    margin-right: 5px;
}
#loginForm label {
    font-weight: 400;
}
#loginForm input.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    min-height: 38px;
}
#loginForm input.error {
    border-color: #ff5252;
}
#loginForm input.valid {
    border-color: #7dc01d;
}
#loginForm .submit-button {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #7dc01d;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
#loginForm .submit-button:hover {
    color: #7dc01d;
    background-color: #222;
}

/*------------------------------------*\
    23. SIGNUP PAGE
\*------------------------------------*/
/* 23-1 SIGNUP AREA */
#signup {
    padding: 100px 0;
}
#signupForm {
    padding: 30px;
    background-color: #f0f0f0;
}
#signupForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 8px 0 20px;
}
#signupForm p.help-block a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
}
#signupForm p.help-block a:hover {
    color: #7dc01d;
}
#signupForm label {
    font-weight: 400;
}
#signupForm input.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    min-height: 38px;
}
#signupForm input.error {
    border-color: #ff5252;
}
#signupForm input.valid {
    border-color: #7dc01d;
}
#signupForm .submit-button {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #7dc01d;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
#signupForm .submit-button:hover {
    color: #7dc01d;
    background-color: #222;
}

/*------------------------------------*\
    24. FAQ PAGE
\*------------------------------------*/
/* 24-1 FAQ AREA */
#faq {
    padding: 100px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
#faq.bg-white {
    background-color: #fff;
    border: none;
}
.faq-categories h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.faq-categories h3:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #7dc01d;
    bottom: 0px;
}
.faq-categories ul {
    margin-top: 25px;
}
.faq-categories ul li a {
    background-color: #222;
    color: #fff;
    margin-top: 6px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
            transition: color .25s, background-color .25s;
}
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    background-color: #7dc01d;
}
.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 20px;
    border-color: transparent transparent transparent #7dc01d;
    -webkit-transition: right 0s;
            transition: right 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
    right: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: right .25s, opacity 0s ease .15s;
            transition: right .25s, opacity 0s ease .15s;
}
.faq-content .panel-group {
    margin-bottom: 0;
}
.accordion .panel {
    border-radius: 0;
}
.accordion .panel-heading {
    padding: 0;
}
.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #7dc01d;
}
.accordion .panel-heading a.collapsed {
    background-color: #222;
}
.accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: hidden;
}
.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff;
}
.accordion .panel-heading a.collapsed h4 i.fa-minus {
    color: #7dc01d;
}
.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067";
}

/*------------------------------------*\
    25. BLOG PAGE
\*------------------------------------*/
#blogPage {
    padding: 100px 0;
    overflow: hidden;
}

/* 25-1 CONTENT */
#blogPage .post-item {
    margin-bottom: 55px;
    padding-bottom: 60px;
    position: relative;
}
#blogPage .post-item:before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin-left: 0;
}
#blogPage .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#blogPage .post-item:last-child:before {
    display: none;
}
#blogPage .post-item .post-item-img img {
    width: 100%;
}

#blogPage .post-video.local {
    background-color: #090709;
}
#blogPage .post-audio.local audio {
    width: 100%;
}

#blogPage .post-image img {
    width: 100%;
}

#blogPage .post-image,
#blogPage .post-item-img,
#blogPage .post-audio,
#blogPage .post-video {
    margin-bottom: 35px;
}
#blogPage .post-meta {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 0 30px;
}
#blogPage .post-meta .date,
#blogPage .post-meta .comments {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 75px;
    padding: 0;
    background-color: #222;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
}
#blogPage .post-meta .date {
    font-size: 18px;
}
#blogPage .post-meta .comments {
    background-color: #7dc01d;
    font-size: 18px;
}
#blogPage .post-meta .date i.fa {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin: 0 10px 0 0;
}
#blogPage .post-meta .comments span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
#blogPage .post-content .title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
#blogPage .post-content .summery {
    margin-top: 20px;
    font-weight: 400;
}
#blogPage .post-content a.read-more-btn {
    margin-top: 20px;
}

.post-item-content blockquote {
    color: #7DC01D;
    border-color: #7DC01D;
    font-weight: 400;
    font-style: italic;
}
.post-item-content li {
    color: #7DC01D;
    font-weight: 400;
}

/* 25-2 SIDEBAR */
.blog-page-sidebar .widget.search .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: auto;
    padding: 10px 12px;
}
.blog-page-sidebar .widget.search .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #222;
    color: #fff;
    cursor: pointer;
    padding: 0px 15px;
}
.blog-page-sidebar .widget.search .input-group-addon:hover {
    background-color: #7dc01d;
}

.blog-page-sidebar .widget {
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.blog-page-sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: none;
}

.blog-page-sidebar .widget-title {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-page-sidebar .widget-title:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #7dc01d;
    bottom: 0px;
}

.blog-page-sidebar .widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.blog-page-sidebar .widget.recent-items .left-col img {
    border-color: #e9e9e9;
}
.blog-page-sidebar .widget.recent-items a.footer-thumb-link {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.blog-page-sidebar .widget.recent-items a.footer-thumb-link:hover {
    color: #7dc01d;
}
.blog-page-sidebar .widget.recent-items .footer-thumb-text {
    color: #999;
}
.blog-page-sidebar .widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300;
}

.blog-page-sidebar .widget.categories ul,
.blog-page-sidebar .archives ul,
.blog-page-sidebar .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-page-sidebar .widget.categories li,
.blog-page-sidebar .widget.tags li,
.blog-page-sidebar .archives li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer;
}
.blog-page-sidebar .widget.tags li {
    display: inline-block;
    padding: 20px 25px 0 0;
}
.blog-page-sidebar .widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px;
}
.blog-page-sidebar .widget.categories li a,
.blog-page-sidebar .widget.tags li a,
.blog-page-sidebar .widget.archives li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #666;
}
.blog-page-sidebar .widget.categories li:hover a,
.blog-page-sidebar .widget.tags li:hover a,
.blog-page-sidebar .widget.archives li:hover a {
    color: #7dc01d;
}

.blog-page-sidebar #tweets2 {
    margin-top: 25px;
}
.blog-page-sidebar .widget.latest-tweets-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-page-sidebar .widget.latest-tweets-widget li {
    margin-bottom: 20px;
}
.blog-page-sidebar .widget.latest-tweets-widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.blog-page-sidebar .widget.latest-tweets-widget li:before {
    content: "\f099";
    color: #7dc01d;
    font-family: fontAwesome;
    display: inline-block;
    font-size: 30px;
    float: left;
    padding: 5px 10px 0 0;
}
.blog-page-sidebar .widget.latest-tweets-widget p {
    color: #303030;
    margin-bottom: 0;
}
.blog-page-sidebar .widget.latest-tweets-widget a {
    word-wrap: break-word;
    color: #7dc01d;
    font-weight: 300;
}
.blog-page-sidebar .widget.latest-tweets-widget a:hover {
    border-bottom: 1px solid #7dc01d;
}

/*------------------------------------*\
    26. BLOG DETAILS PAGE
\*------------------------------------*/
.full-post &gt; .row {
    display: block;
}
.full-post &gt; .row &gt; div {
    display: block;
    float: left;
}
.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700;
}
.full-post .category-link {
    color: #737373;
    font-weight: 500;
    margin-left: 10px;
}
.full-post .category-link:hover {
    color: #7DC01D;
}
.full-post:hover a.btn-custom {
    background-color: transparent;
}
.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #7dc01d;
}
.full-post .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.full-post .tags li {
    display: inline-block;
}
.full-post .tags li a {
    color: #737373;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
}
.full-post .tags li strong {
    margin-right: 15px;
}
.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px;
}
.full-post .post-author-metadata a {
    color: #222;
    margin-left: 15px;
    font-weight: 500;
}
.full-post .post-author-metadata a:hover {
    color: #7dc01d;
}

.post-social-links {
    margin-top: 20px;
}
.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.post-social-links li {
    display: inline-block;
    margin-left: 2px;
}
.post-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
}
.post-social-links li a:hover {
    color: #fff;
    border: 1px solid #7dc01d;
    background: #7dc01d;
}

.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.post-comments ul li {
    margin: 25px 0;
}
.comment-thumb a {
    overflow: hidden;
    color: #7dc01d;
    font-weight: 500;
}
.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.comment-meta {
    margin-top: 15px;
    margin-left: 15px;
}
a.comment-reply {
    background: #7dc01d;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
}
a.comment-reply:hover,
a.comment-reply:focus {
    color: #fff;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in;
            transition: background-color .25s ease-in-out, color .25s ease-in;
}
.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.post-comment-form {
    padding-top: 50px;
    margin-top: -26px;
}
.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #7dc01d;
    border-color: #7dc01d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .25s;
            transition: .25s;
}
.post-comment-form-group .form-control.submit-btn:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}
.post-comment-form-group .form-control.error {
    border-color: #ff5252;
}
.post-comment-form-group .form-control.valid {
    border-color: #7dc01d;
}

/*------------------------------------*\
    27. CONTACT PAGE
\*------------------------------------*/
#contact {
    padding: 100px 0;
    background: #f5f5f5;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: #e9e9e9;
}

/* 27-1 CONTACT ADDRESS */
.contact-address h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #7dc01d;
    bottom: 0px;
}
.contact-address address {
    margin-top: 30px;
}
.contact-address address p {
    margin-bottom: 30px;
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa, .contact-address address p span {
    display: table-cell;
    vertical-align: middle;
}
.contact-address address p i.fa {
    font-size: 20px;
    width: 35px;
    padding: 5px 0;
    text-align: center;
}
.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #222;
    border: 1px solid #222;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
}
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #7dc01d;
    background: #7dc01d;
}

/* 27-2 CONTACT FORM */
#contactForm {
    padding-left: 50px;
    font-weight: 400;
}
#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-color: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    height: auto;
    min-height: 38px;
}
#contactForm textarea.form-control {
    border-color: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
    font-weight: 400;
}
#contactForm input.error,
#contactForm textarea.error {
    border-color: #ff5252;
}
#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #7dc01d;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    outline: 0;
}

/* 27-3 CONTACT ACTIONS */
#contactActions {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
#contactActions:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
}
.ca-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #7DC01D;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.ca-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.ca-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.ca-holder p {
    color: #fff;
}
.ca-holder a.btn {
    width: 140px;
    padding: 10px 0;
}
.ca-holder a.btn:hover,
.ca-holder a.btn:focus {
    color: #7DC01D;
    background-color: #fff;
}

/* 27-4 MAP */
#map {
    height: 400px;
}

/*------------------------------------*\
    15. GENERAL PAGE STYLES
\*------------------------------------*/
/* 15-1 PAGE HEADER */
#pageHeader {
    padding: 160px 0 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
#pageHeader:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
}
#pageHeader .section-title {
    margin-bottom: 0;
}
#pageHeader .section-title h2 {
    color: #fff;
}
#pageHeader .section-title h2 span {
    color: #ccc;
}
#pageHeader .description p {
    color: #fff;
    margin: 50px 0 0;
}

#pageHeader .breadcrumb-holder {
    margin-top: 50px;
}
#pageHeader .breadcrumb-holder .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
}
#pageHeader .breadcrumb-holder .breadcrumb&gt;.active {
    color: #7dc01d;
}
#pageHeader .breadcrumb-holder .breadcrumb li a {
    -webkit-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
#pageHeader .breadcrumb-holder .breadcrumb li a:hover {
    color: #7DC01D;
}

/* 15-2 PAGE HEADER SLIDER */
#pageHslider {
    height: 100%;
    min-height: 710px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#pageHslider:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.8);
}
#pageHslider.bg-white {
    background-color: #fff;
}
.pageHslider-slider {
    height: 100%;
}
.pageHslider-slider .owl-stage-outer,
.pageHslider-slider .owl-stage,
.pageHslider-slider .owl-item,
.pageHslider-slider .owl-item .item,
.pageHslider-slider .owl-item .item &gt; .container,
.pageHslider-slider .owl-item .item &gt; .container &gt; .row,
.pageHslider-slider .owl-item .item &gt; .container &gt; .row &gt; div {
    height: 100%;
}

.pageHslider-item-content {
    color: #fff;
}
.pageHslider-item-content h2 {
    margin: 0;
    color: #7DC01D;
    font-weight: 700;
}
.pageHslider-item-content h2 span {
    display: block;
    font-size: 22px;
    text-indent: 1px;
    font-weight: 500;
    color: #fff;
}
.pageHslider-item-content &gt; p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.pageHslider-item-content .price {
    overflow: hidden;
    margin-top: 25px;
}
.pageHslider-item-content .price p {
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.pageHslider-item-content .price p span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.pageHslider-item-content .price p span em {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}

.pageHslider-item-content .price a {
    padding: 15px 25px;
    background-color: #7DC01D;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in;
            transition: background-color .25s ease-in-out, color .25s ease-in;
}
.pageHslider-item-content .price a:hover {
    color: #7DC01D;
    background-color: #fff;
}

.pageHslider-slider .header-item-img img {
    width: 100%;
}

.pageHslider-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    font-size: 0;
    text-align: center;
    z-index: 1;
}
.pageHslider-slider .owl-dot {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #acacac;
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
            transition: padding-right .25s;
    display: inline-block;
    margin: 0 5px;
}
.pageHslider-slider .owl-dot.active {
    padding-right: 20px;
    background-color: #7DC01D;
}

/*------------------------------------*\
    28. 404 PAGE
\*------------------------------------*/
#f0f {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
    height: 100%;
}
#f0f:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
    z-index: -1;
}
#f0f &gt; .container,
#f0f &gt; .container &gt; .row,
#f0f &gt; .container &gt; .row &gt; div {
    height: 100%;
}
#f0f .section-title {
    margin: 0;
}
#f0f .section-title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 120px;
}
#f0f .section-title h2:before {
    display: none;
}
#f0f .description p {
    color: #fff;
    margin: 20px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
#f0f a.btn {
    padding: 10px 30px;
}

/*------------------------------------*\
    29. HELPER CLASSES
\*------------------------------------*/
/* 29-1 RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter &gt; [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 29-2 RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}

/* 29-3 RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/* 29-4 VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom;
}</pre></body></html>