﻿/**
Theme Name: Classy Multipurpose HTML5 Template
Theme URI: 
Description: Classy Multipurpose HTML5 Template!
Author: CraftDzine
Author URI: http://demo.craftdzine.com/
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
blog, bootstrap, bootstrap HTML5 template, bootstrap responsive theme, business, clean, corporate, creative, css3, finance, html5, portfolio, responsive 
Version: 1.0
*/


/**
1. CSS RESET 
2. GENERAL STYLE
3. HEADER STYLE
4. PAGE HEADING BREADCRUMB
5. ARROW STYLE
6. BUTTON STYLE
7. TITLE STYLE 
 ...TITLE STYLE 1
 ...TITLE STYLE 1 

8. ARROW STYLE
 ...ARROW STYLE 1
 ...ARROW STYLE 2
9. PAGINATION STYLE
10. HOME CAROUSEL STYLE
11. SERVICE STYLE
12. WHY CHOOSE US
13. PARALLAX STYLE
14. COUNTER STYLE
15. ICON LIST STYLE
16. WIDGETS STYLE
17. TAGS STYLE
18. PROGRESS BAR
19. PRICEING TABLE
20. BACKGROUND STYLE
21. 404 PAGE STYLE
22. VIDEO STYLE
23. CBP PROTFOLIO
24. ACCORDION STYLE
25. TABLE STYLE
26. SINGLE PAGE STYLE
27. PARALLAX VIDEO STYLE
28. RESPONSIVE STYLE
29. FOOTER STYLE

*/

/**
1. CSS RESET 

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }
/*------------------------------------------------*/
/*--------------[GENERAL STYLE]------------------*/
/*------------------------------------------------*/
body {
    line-height: 1.5em;
    color: #787878;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 auto;
    background: #f4f4f4;
}
.wrapper{
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a, a:active, a:link, img {
    outline: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #787878;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #72c02c;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr:last-child, .progress:last-child, .buttons p:last-child, .image-block-content:last-child {
    margin: 0;
}
b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: inherit;
}
p {
    line-height: 1.875em;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.5em;
}
h1 { font-size: 30px; letter-spacing: 1px;}
h2 { font-size: 24px; letter-spacing: 1px;}
h3 { font-size: 22px; letter-spacing: 1px;}
h4 { font-size: 18px; letter-spacing: 1px;}
h5 { font-size: 16px; letter-spacing: 1px;}
h6 { font-size: 14px; letter-spacing: 1px;}

label {
    color: inherit;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.overflow-h {
    overflow: hidden;
}
ul.list-inline {
    margin-left: 0;
}
.home-main-contant-style{
    padding: 80px 0;
}
.home-main-contant-style2{
    padding-top: 80px;
}
.home-main-contant-style3{
    padding-bottom: 80px;
}
.main-contain{
    padding: 80px 0;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.mt30{
    margin-top: 30px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mr5{
    margin-right: 5px;
}
.mr15{
     margin-right: 15px;   
}
.pbt30{
    padding: 25px 0;
}
.bg-gray {
    background: #f8f9f9;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background-color: #222;
}
.bg-theme {
    background-color: #72c02c;
}

.main-theme-color1{
    background: #72c02c;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*------------------------------------------------*/
/*--------------[HEADER STYLE]--------------------*/
/*------------------------------------------------*/
.header {
    position: relative;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    background: #222;
    width: 100%;
    height: 94px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header.header-prepare, .header.header-light.header-prepare {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header.header-dark.header-prepare {
    background-color: rgba(54, 54, 54, 0.95);
    border-bottom: 0px none;
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 64px;
}

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .logo a {
    width: 115px;
    margin-top: 23px;
    /*margin-bottom: 15px;*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header-fixed .nav-menu ul.nav-menu-wrap > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
}
.header.header-prepare .logo a img.header-logo,
.header .logo a img.logo-dark {
    opacity: 0;
}

.header .logo a img.header-logo,
.header.header-prepare .logo a img.logo-dark,
.header.header-light .logo a img.logo-dark {
    opacity: 1;
}

.header.header-dark.header-prepare .logo a img.logo-dark,
.header.header-dark .logo a img.logo-dark {
    opacity: 0;
}

.header.header-dark.header-prepare .logo a img.header-logo,
.header.header-dark .logo a img.header-logo {
    opacity: 1;
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 132px;
    display: block;
    margin-top: 35px;
    /*margin-bottom: 28px;*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.logo a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.nav-menu {
    position: static;
    float: right;
    display: block;
}

.nav-menu.active {
    display: block;
}

.nav-menu ul.nav-menu-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul.nav-menu-wrap li {
    display: inline-block;
    list-style: none;
    text-align: left;
}

.nav-menu ul.nav-menu-wrap > li > a {
    color: #fff;
}

.header-light .nav-menu ul.nav-menu-wrap > li > a {
    color: #787878;
}
.nav-menu ul.nav-menu-wrap li a {
    font-family: inherit;
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    font-family: "Raleway",sans-serif;
}

.nav-menu ul.nav-menu-wrap > li > a {
    padding: 41px 15px;
}

.header .nav-menu ul.nav-menu-wrap > li.active a,
.header .nav-menu ul.nav-menu-wrap > li a.active,
.header .nav-menu ul.nav-menu-wrap > li:hover > a,
.header .nav-menu ul.nav-menu-wrap > li > a:hover,
.header.header-dark .nav-menu ul.nav-menu-wrap > li.active a,
.header.header-dark .nav-menu ul.nav-menu-wrap > li a.active,
.header.header-dark .nav-menu ul.nav-menu-wrap > li:hover > a,
.header.header-dark .nav-menu ul.nav-menu-wrap > li > a:hover,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-wrap li a.current,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-wrap li.current a {
    color: #72c02c;
}

.header.header-light .nav-menu ul.nav-menu-wrap > li:hover > a,
.header.header-light .nav-menu ul.nav-menu-wrap > li > a:hover,
.header.header-prepare .nav-menu ul.nav-menu-wrap li a.current,
.header.header-prepare .nav-menu ul.nav-menu-wrap li.current a {
    color: #72c02c;
}

/* Mobile bar icon */
.nav-mobile.nav-bar-icon {
    display: none;
}

.nav-bar-icon {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}

.header-fixed .nav-bar-icon {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-bar-icon a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 19px 0;
}

.nav-bar-icon.active a, .nav-bar-icon a.active,
.nav-bar-icon:hover a, .nav-bar-icon a:hover {
    color: #17a697;
}

.nav-bar-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background-color: #787878;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.nav-bar-icon > span:before,
.nav-bar-icon > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #787878;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

header .nav-bar-icon > span,
header .nav-bar-icon > span:before,
header .nav-bar-icon > span::after,
header.header-dark .nav-bar-icon > span,
header.header-dark .nav-bar-icon > span:before,
header.header-dark .nav-bar-icon > span::after,
header.header-dark.header-prepare .nav-bar-icon > span,
header.header-dark.header-prepare .nav-bar-icon > span:before,
header.header-dark.header-prepare .nav-bar-icon > span::after {
    background-color: #fff;
}

header.header-light .nav-bar-icon > span,
header.header-light .nav-bar-icon > span:before,
header.header-light .nav-bar-icon > span::after,
header.header-prepare .nav-bar-icon > span,
header.header-prepare .nav-bar-icon > span:before,
header.header-prepare .nav-bar-icon > span::after {
    background-color: #787878;
}


.nav-bar-icon > span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.nav-bar-icon > span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
}

.nav-bar-icon.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-bar-icon.active > span:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-bar-icon.active > span:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.nav-menu > ul li {
    position: relative;
}

.sub-menu-dropdown-list.dropdown {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub-menu-dropdown-list {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: rgba(32, 33, 32, 0.95);
    padding: 0;
    width: 215px;
}

.sub-menu-dropdown-list li, .why-choose-img img, .image-block img {
    width: 100%;
}

.sub-menu-dropdown-list > li > a {
    padding: 13px 15px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1.8px !important;
}

.sub-menu-dropdown-list > li:hover > a {
    background: #72c02c;
    color: #fff;
}

.sub-menu-dropdown-list i {
    float: right;
}
/*------------------------------------------------*/
/*--------------[PAGE HEADING BREADCRUMB]-----------*/
/*------------------------------------------------*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    font-family: "Raleway";
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #72c02c;
}

/*------------------------------------------------*/
/*-------------[BUTTON STYLE]----------------*/
/*------------------------------------------------*/
.btn.btn-product {
    background: #72c02c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn.btn-product {
    font-size: 16px;
    padding: 15px 25px;
    background: #a0ce4e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}
.btn, button {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-custom {
    width: auto;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border:0;
    border-radius: 5px;
}

.btn-custom:last-child {
    margin-right: 0;
}
.btn-custom {
    background-color: #72c02c ;
}
.btn-custom.border-btn:hover {
    background-color: #72c02c ;
}
.btn-custom.border-btn:hover {
    color: #fff;
    opacity: 1;
}
.btn-custom.border-btn {
    background-color: transparent;
    border: 1px solid #72c02c;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #72c02c ;
}
.btn-custom.btn-large.border-btn.call-to-action-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-custom.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-custom.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-custom.btn-gray {
    background-color: #444;
}

.btn-custom.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.cd-ext-large {
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-large {
    font-size: 14px;
    padding: 20px 80px;
}

.btn-medium {
    font-size: 14px;
    padding: 15px 60px;
}

.btn-small {
    padding: 10px 40px;
}

.btn-mini {
    padding: 5px 20px;
}

.btn-large.border-btn {
    padding: 20px 80px;
}

.btn-medium.border-btn {
    padding: 15px 60px;
}

.btn-small.border-btn {
    padding: 10px 40px;
}

.btn-mini.border-btn {
    padding: 5px 20px;
}


/*------------------------------------------------*/
/*-----------------[TITLE STYLE 1]---------------*/
/*------------------------------------------------*/
.widget-title {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.widget-title h2 {
    background-color: #72c02c;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
    position: relative;
}
.ta-border {
    background-color: #72c02c;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*------------------------------------------------*/
/*--------------[TITLE STYLE 2]-----------*/
/*------------------------------------------------*/
.cd-home-title::after {
    background-color: #72c02c;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.cd-home-title {
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.cd-home-title p {
    font-size: inherit;
}
.cd-home-title h2 {
    font: 26px/36px "raleway", sans-serif;
    font-weight: 400;
    margin-bottom:0;
    text-transform: capitalize;
}
/*------------------------------------------------*/
/*--------------[ARROW STYLE 1]-----------*/
/*------------------------------------------------*/
.bg-block-style > a {
    background: #72c02c none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 30px 0;
    text-align: center;
}
.bg-block-style > a, .bg-block-style > a span i {
    transition: all 0.25s ease-in-out 0s;
}
.bg-block-style > a span {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: underline;
}
.bg-block-style > a:hover {
    text-decoration: none;
}
/*------------------------------------------------*/
/*--------------[ARROW STYLE 2]-----------*/
/*------------------------------------------------*/
.heading-title.heading-arrow-bottom::after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #72c02c;
    bottom: -35px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 0;
}
.cd-heading-arrow.heading-title {
    border-radius: 0;
}
.heading-title.heading-arrow-top, .heading-title.heading-arrow-bottom {
    background-color: #72c02c;
    color: #fff;
}
.cd-heading-arrow {
    border-radius: 3px;
    position: relative;
    z-index: 10;
    padding: 50px 0;
}
.wel-theme-title {
   font-family: raleway;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

/*------------------------------------------------*/
/*--------------[PAGINATION STYLE]-----------*/
/*------------------------------------------------*/
.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.pagination > li > a, .pagination > li > span{
    color: #787878;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #72c02c;
    border-color:#ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    background-color: #72c02c;  
    color: #fff;

}
/*------------------------------------------------*/
/*--------------[HOME CAROUSEL STYLE]-----------*/
/*------------------------------------------------*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.color-black{
    color: #687074;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    text-shadow: none;
    padding: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.carousel-caption > h2 {
    font-family: "raleway";
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: #72c02c ;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, margin-top 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
    color: #fff;
    font-size: 20px;
    line-height: 2.500em;
    font-weight: 300;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
    margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
    margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
    opacity: 1;
    margin-top: 0px;
}
.carousel-inner > .beactive {
    display: block;
}
.carousel-control {
    width: 80px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/banner/arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
    left: -100px;
}
.carousel-control.right {
    background-image: url(../img/banner/arrow-right.png) !important;
    right: -100px;
}
.header.transp + .carousel .carousel-control {
    margin-top: -10px !important;
}
.header.transp.center-content + .carousel .carousel-control {
    margin-top: 22px !important;
}

.carousel:hover .carousel-control.left {
    left: 0;
}
.carousel:hover .carousel-control.right {
    right: 0;
}

#mega-slider .item::before {
    background: rgba(5, 5, 5, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*------------------------------------------------*/
/*--------------[STYLE 2]-----------*/
/*------------------------------------------------*/
#intro {
    position: relative;
}
.bg-image::after {
    background: rgba(32, 32, 32, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.bg-image {
    background: rgba(0, 0, 0, 0) url("../img/banner/slide-1.jpg") no-repeat fixed center center / cover ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.intro-content-inner > h5, .intro-content-inner > h1 {
    color: #fff;
}

/*Search Block*/
.search-block {
	padding: 100px 0;
	text-align: center;
	position: relative;
	background: url(../img/banner/slide-1.jpg) 50% 0 repeat fixed;		
}

.search-block:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.search-block h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;	
}

.search-block .input-group {
	margin-bottom: 10px;
}

.search-block .form-control {
	border: none;
	height: 48px;
	font-size: 16px;
	font-weight: 200;
}
.search-block form.cd-checkbox {
	border: none;
}

.search-block form.page-search-form .radio,
.search-block form.page-search-form .checkbox {
	margin: 0 3% 0 4%;
}

.search-block form.page-search-form .checkbox {
	color: #fff;
	font-weight: 200;
}

.search-block form.page-search-form .radio i,
.search-block form.page-search-form .checkbox i {
	top: 6px;
	width: 15px;
	height: 15px;
	border: none;
}

.search-block .cd-checkbox .checkbox {
    float: left;
    margin-right: 30px;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/*------------------------------------------------*/
/*-------------[SERVICE STYLE]----------------*/
/*------------------------------------------------*/
img.image-md {
    height: 100px;
    width: 100px;
}
h2.title-v3-md {
    font-size: 20px;
    line-height: 24px;
}

.service-box-style1 .service-block {
    background: #fff none repeat scroll 0 0;
    padding: 30px 10px;
}
.service-block-light, .service-block-default {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
}
i.icon-lg {
    font-size: 31px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    width: 60px;
    color: #72c02c;
}
h2.heading-sm{
    font-size: 16px;
}
.service-block-default p, .service-block-default h2 {
    color: inherit;
}
.service-box-style1 p::after {
    background: #72c02c none repeat scroll 0 0;
    bottom: -15px;
    content: " ";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.service-box-style1 p {
    margin-bottom: 50px;
    position: relative;
}
.service-box-style1 ul {
    padding: 0 15px;
}
.service-box-style1 li:first-child {
    border-top: medium none;
    padding-top: 0;
}
.service-box-style1 li {
    border-top: 1px dotted #72c02c;
    font-size: 14px;
    margin: 8px 0;
    padding-top: 8px;
}
.service-box-style1 li:hover {
    color: #72c02c;
}

/*------------------------------------------------*/
/*--------------[WHY CHOOSE US]-----------*/
/*------------------------------------------------*/
.headline-left .headline-brd::after {
    background: #72c02c  none repeat scroll 0 0;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.headline-left .headline-brd {
    color: inherit;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    font: 26px/36px "raleway", sans-serif;
    text-transform: capitalize;
}
.lists-item li {
    margin-bottom: 10px;
}
.lists-item i {
    color: #72c02c ;
    display: inline-block;
    font-size: 13px;
    margin-right: 7px;
}

/*------------------------------------------------*/
/*-------------[PARALLAX STYLE]----------------*/
/*------------------------------------------------*/
.parallax-block::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-block {
    background: rgba(0, 0, 0, 0) url("../img/banner/slide-4.jpg") repeat fixed 50% 0;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.parallax-block-text {
    padding: 0 80px;
    position: relative;
    z-index: 1;
}
.parallax-block-text p {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}
.color-green {
    color: #72c02c;
}
.parallaxBg {
  padding: 40px 0;
  background: url(../img/16.png) repeat;
}

.parallaxBg .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.parallaxBg .checked-list li {
  color: #888;
  margin-bottom: 5px;
}

.parallaxBg .checked-list i {
  color: #72c02c;
  margin-right: 5px;
}
.parallaxBg img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}
/*------------------------------------------------*/
/*-------------[COUNTER STYLE]----------------*/
/*------------------------------------------------*/
.counter-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block {
    background: rgba(0, 0, 0, 0) url("../img/img17.png") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.counter-item i {
    font-size: 50px;
    color: #fff;
}

.secondary-color, .counter-item > h4{
    color: #fff;
    line-height:30px;
    padding-top: 20px;
}

/*------------------------------------------------*/
/*-------------[ICON LIST STYLE]----------------*/
/*------------------------------------------------*/
.icon_lists .fa-hover a {
    border-radius: 0;
    color: inherit;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.icon_lists .fa-hover a .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}
.icon_lists .fa-hover a:hover {
    background-color: #72c02c ;
    color: #FFFFFF;
    text-decoration: none;
}
.icon_lists .fa-hover a:hover .fa {
    font-size: 24px;
    vertical-align: -3px;;
}
.icon_lists .fa-hover a:hover .text-muted {
    color: #BBE2D5;
}
/*------------------------------------------------*/
/*-------------[WIDGETS STYLE]----------------*/
/*------------------------------------------------*/
.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #72c02c;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}
.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts > li:before,
.widget .recent-posts > li:after {
    content: " ";
    display: table;
}

.widget .recent-posts > li:after {
    clear: both;
}

.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
    opacity: 0.7;
}

/* --- [ Category Widget ] --- */

.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0;
    padding-top: 0;
}
.icons-list > li:last-child {
    padding-bottom: 0;
}
.icons-list a {
    color: #999999;
}

.icons-list a:hover,
.icons-list a:focus {
    color: #72c02c;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}
/*------------------------------------------------*/
/*-------------[TAGS STYLE]----------------*/
/*------------------------------------------------*/

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #72c02c;
    color: #ffffff;
}

/*------------------------------------------------*/
/*-------------[PROGRESS BAR ]----------------*/
/*------------------------------------------------*/
.progressbar-title{
    font-size: 14px;
    color: inherit;
    text-transform: capitalize;
}
.progress{
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-icon{
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -14px;
    right: 0;
    background: #fff;
    border-width: 3px;
    border-style: solid;
}
.progress-value{
    color: #848484;
    position: absolute;
    top: -35px;
    right: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
/*------------------------------------------------*/
.chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 170px;
  font-size:30px;
  font-weight:300;
  z-index: 2;
  color: inherit;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 20px;
}

.team-skills .skills h6 {
    margin-top:30px;
    font-weight:600;
    color: inherit;
}

/*------------------------------------------------*/
/*-------------[PRICEING TABLE]----------------*/
/*------------------------------------------------*/
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.pricingTable .pricingTable-header{
    padding-bottom: 25px;
}
.pricingTable .active{
    background-color: #72c02c;
    color: #fff;
    position: relative;
}
.pricingTable .best{
    width: 80px;
    height: 80px;
    background: #72c02c;
    border-radius: 50%;
    padding: 25px 20px 20px;
    font-size: 13px ;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.pricingTable .heading{
    background-color:#fff;
    border-bottom: 1px solid #d0d0d0;
    color: #393939;
    display: block;
    padding: 15px 10px;
}
.pricingTable .heading h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.pricingTable .price-value {
    color: #474747;
    margin: 10px auto 0;
    padding: 20px 10px 0;
    display: block;
    font-size: 25px;
    line-height: 2.188em;
}
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .active .price-value{
    color: #fff;
}
.pricingTable .subtitle{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #fff;
}
.pricingContent ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #72c02c;
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
    top:0;
    transition:all 0.5s ease 0s;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.pricingTable .btn-block:hover{
    top: -5px;
}
.pricingTable .btn-block:hover:before{
    content: "";
    background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    position: absolute;
    top: 102%;
    left:5%;
    width: 90%;
}

/*------------------------------------------------*/
/*--------------[BACKGROUND STYLE]-----------*/
/*------------------------------------------------*/
.cd-background{
    align-items: center;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    justify-content: center;  
}
.cd-bg-1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #02aab0, #00cdac) repeat scroll 0 0;
}

.cd-bg-2{
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #43cea2, #185a9d) repeat scroll 0 0;
}
.cd-bg-3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #005c97, #363795) repeat scroll 0 0;
}
.cd-bg-4 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1d4350, #a43931) repeat scroll 0 0;
}
.cd-bg-5 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #eecda3, #ef629f) repeat scroll 0 0;
}

.cd-bg-6 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #fc00ff, #00dbde) repeat scroll 0 0;
}
.cd-bg-7 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1e130c, #9a8478) repeat scroll 0 0;
}
.cd-bg-8 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff512f, #dd2476) repeat scroll 0 0;
}
.main-title{
    color: #fff;
    font-size: 4.236em;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}
.sub-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: none;
}
/*------------------------------------------------*/
/*--------------[404 PAGE STYLE]-----------*/
/*------------------------------------------------*/
.error-template {text-align: center;}
.error-actions {margin-top:30px;}
.error-actions .btn { margin-right:10px; }

/*------------------------------------------------*/
/*--------------[VIDEO STYLE]-----------*/
/*------------------------------------------------*/
.media-block .video-block {
    height: 0;
    padding: 50%;
    position: relative;
}
.video-block iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-home i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.video-home h1 {
    font-weight: 400;
    font-size: 20px;
}
.video-home {
    padding: 60px 0;
    background-color: #72c02c;
}
.home-media-block{
    color: #fff;
}
.video-home a:hover, .video-home a:focus {
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------------*/
/*--------------[CBP PROTFOLIO]-----------*/
/*------------------------------------------------*/
.cbp-l-grid-projects-title, .cbp-l-grid-projects-desc {
    font-family: inherit;
    font-weight: 400;
    text-align: center;
}
.cbp-1-title-bg{
    background: #fff;
    padding: 15px;

}
.cbp-l-grid-blog-title{
    margin-top: 0!important;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #ffffff!important;
    color: inherit!important;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active{
     border-color: #72c02c!important;
    color: inherit!important;  
}
.main-contain.dip-style .cbp-mode-slider .cbp-wrapper{
    cursor: auto;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap{
    background-color: rgba(0, 0, 0, 0.9)!important;  
}
.cbp-l-testimonials-title-block{
    font: 26px/36px "raleway", sans-serif !important;
}
.cbp-l-grid-slider-team-name{
    font: 15px/36px "raleway", sans-serif !important;
}
.standard-single-comments-list {
    margin-bottom: 70px;
}
.media .media-object {
    border-radius: 50%;
}

.media .media-body {
    position: relative;
    width: 100%;
}
.media .media-body .standard-comments-body {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
.media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
    color: #687074;
}
.media .media-body .media-heading a {
    color: #687074;
}
.media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
}
.media .media-body span a {
    color: #adb9bf;
}
.media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #72c02c;
    color: #fff;
   
}
.standard-comments-form div {
    margin-bottom: 30px;
}
.cbp-l-filters-list .cbp-filter-item{
      border-color: #72c02c!important;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{
    background-color: #72c02c!important;
}
/*------------------------------------------------*/
/*--------------[ACCORDION STYLE]-----------*/
/*------------------------------------------------*/
.panel-group{
    margin-bottom: 0;
}
.cd-accordion .panel:last-child {
    margin-bottom: 0;
}
.cd-accordion .panel{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
.cd-accordion .panel-heading{
    border-radius: 0px;
    background-color:#fff;
    padding:0;
}
.cd-accordion .panel-title a{
    display: block;
    color: #72c02c;
    font-size: 15px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #72c02c;
}
.cd-accordion .panel-title a.collapsed{
    border-top:0;
}
.cd-accordion .panel-title a:hover,
.cd-accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
.cd-accordion .panel-title a:before,
.cd-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#72c02c;
    position: absolute;
    top:20px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
.cd-accordion .panel-title a.collapsed:before{
    content: "\f067";
}
.cd-accordion .panel-body{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 25px;
    background:#fff;
    padding: 5px 27px 15px;
    border-top: 0px none;
}
.alert.alert-danger:last-child {
    margin: 0;
}

/*------------------------------------------------*/
/*--------------[TABLE STYLE]-----------*/
/*------------------------------------------------*/
table {
    font-family: inherit;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

/*------------------------------------------------*/
/*--------------[SINGLE PAGE STYLE]-----------*/
/*------------------------------------------------*/
.single-contact-option i, .single-social-icon i {
    border: 3px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 95px;
    line-height: 90px;
    transition: all 0.3s ease 0s;
    width: 95px;
}
.single-contact-option i {
    background: #222 none repeat scroll 0 0;
    margin-bottom: 30px;
}
.single-contact-option:hover i, .single-social-icon a:hover i {
    background: #72c02c none repeat scroll 0 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px #72c02c;
}
.single-contact-option h6 {
    color: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-contact-option p {
    color: inherit;
    line-height: 26px;
    margin: 0;
}
/*------------------------------------------------*/
/*--------------[PARALLAX VIDEO STYLE]-----------*/
/*------------------------------------------------*/
.parallax_video_box .parallax_video_wrap {
    display: block;
}
.parallax_video_wrap {
    height: 750px;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}
.parallax_video_wrap .parallax_video {
    left: 0;
    top: 0;
}


/*------------------------------------------------*/
/*--------------[RESPONSIVE STYLE]-----------*/
/*------------------------------------------------*/

@media (max-width: 767px) {
    .flat-service,.service-box-style1 .service-block{
        margin-bottom: 30px;
    }
    .carousel-caption{
        display: none;
    }
}


@media all and (min-width: 1025px) {

    /*header nav style*/
    .header.header-prepare .nav-menu ul.nav-menu-wrap > li > a {
        color: #787878;
    }

    .header.header-prepare .nav-menu ul.nav-menu-wrap > li:hover > a,
    .header.header-prepare .nav-menu ul.nav-menu-wrap > li > a:hover {
        color: #72c02c;
    }

    .header.header-dark.header-prepare .nav-menu ul.nav-menu-wrap > li > a {
        color: #fff;
    }

    .header.header-dark.header-prepare .nav-menu ul.nav-menu-wrap > li:hover > a,
    .header.header-dark.header-prepare .nav-menu ul.nav-menu-wrap > li > a:hover {
        color: #72c02c;
    }
}

@media all and (max-width: 1024px) {
    
        .header {
        height: 64px;
    }

    .header-inner {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        display: table;
        width: 100%;
    }

    .header .logo a {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 96px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    .nav-menu ul.nav-menu-wrap li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: static;
        left: 0;
        top: 100%;
        float: none;
        display: none;
        width: 100%;
        background: rgba(34,34,34,0.85);
        overflow-y: auto;
        z-index: 999;
    }

    .nav-bar-icon, .nav-mobile.nav-bar-icon, .header-fixed .nav-bar-icon {
        display: inline-block;
        float: right;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .nav-menu ul.nav-menu-wrap li a, .header-fixed .nav-menu ul.nav-menu-wrap li a {
        padding: 15px 12px;
        border-top: 1px solid #444;
    }


    /* Dropdown */
    .sub-menu-dropdown-list.dropdown, .sub-menu-dropdown-list {
        top: 100%;
        position: relative;
        left: 0;
        width: 100%;
    }

    .sub-menu-dropdown-list a {
        padding-left: 30px !important;
    }

    .sub-menu-dropdown-list > li > .sub-menu-dropdown-list > li > a {
        padding-left: 45px !important;
    }

    .sub-menu-dropdown-list li .sub-menu-dropdown-list li > .sub-menu-dropdown-list > li > a {
        padding-left: 60px !important;
    }

    .header .nav-menu ul.nav-menu-wrap li a.current,
    .header .nav-menu ul.nav-menu-wrap li.current a,
    .header.header-light .nav-menu ul.nav-menu-wrap > li:hover > a,
    .header.header-light .nav-menu ul.nav-menu-wrap > li > a:hover,
    .header.header-prepare .nav-menu ul.nav-menu-wrap li a.current,
    .header.header-prepare .nav-menu ul.nav-menu-wrap li.current a {
        color: #fff;
    }

    .header-light .nav-menu ul.nav-menu-wrap > li > a {
        color: rgba(255,255,255,0.60);
    }
}


@media (min-width: 991px) and (max-width: 1199px) {
  .parallaxBg img.img-over {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .parallaxBg img.img-over {
    position: static;
  }
}
@media screen and (max-width:990px){
    .pricingTable, .why-choose-img img{
        margin-bottom: 30px;
    }
        .parallaxBg img.img-over{
        margin-top: 30px;
    }
}
@media screen and (max-width:767px){
    .pricingTable{
        margin: 0 0 30px 0;
    }
    .pricingTable .best{
        right: -12px;
    }
}

@media (max-width: 990px) {
    .home-about-text2,.clients-block, .col-style1,.product-quantity,.single-contact-option,.single_feature, .footer .widget,.products.grid-product,.service-box1  {
        margin-bottom: 30px;
    }
}


/*------------------------------------------------*/
/*--------------[FOOTER STYLE]-----------*/
/*------------------------------------------------*/

.footer {
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 60px 0 0;
}

.footer .widget-title {
    border-color: #333333;
}

.footer .copyright {
    border-top: 1px solid #333333;
    padding: 20px 0;
}
.footer .bottom-line:before {
    border-bottom: 2px solid #333333;
}

.footer .widget .recent-posts > li {
    border-color: #333333;
}
.footer *, .footer .icons-list a {
    color: #fff;
}

.footer a:hover,
.footer a:focus {
    text-decoration: none;
    color: #72c02c;
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .list-inline > li a {
    text-decoration: none;
}
.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-icons > li {
    display: inline-block;
}
.social-icons > li > a i {
    color: #222;
}
.social-icons > li a:hover i{
    color: #fff;
}
.social-icons > li > a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 15px 8px 0 0;
    text-align: center;
    width: 32px;
    border-radius: 50%;
}
.social-icons > li > a:hover{
  background: #72c02c;
}