/** CSS Reset **/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: none; } table { border-collapse: collapse; border-spacing: 0; }

/* CSS Document */
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic                     */
/*   02 - Header & Navigation                 */
/*   03 - Sliders                             */
/*   04 - Services                            */
/*   05 - Portfolio                           */
/*   06 - Features                            */
/*   07 - Clients                             */
/*   08 - Our Team                            */
/*   09 - Testimonials                        */
/*   10 - Blog                                */
/*   11 - About Us                            */
/*   12 - About Me                            */
/*   13 - FAQ                                 */
/*   14 - Achievements                        */
/*   15 - Contact                             */
/*   16 - Sidebar                             */
/*   17 - 404 Error                           */
/*   18 - Shortcodes                          */
/*   19 - Footer 	                      */


/* ------------------------------------------ */
/*	01 General & Basic Styles Styles
/* ------------------------------------------ */
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font: 14px/24px 'Open Sans', sans-serif;
    color: #777;
    background: #fafafa;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color: #000; font-weight: normal;}

h1 { 
    font-size: 40px; 
    font-style: normal;
    font-weight: 300;
    margin: 10px 0;
}

h2 { 
    font-size: 35px; 
    line-height: 35px;
    font-style: normal;
    font-weight: 300;
    margin: 10px 0;
}

h3 { 
    font-size: 27px; 
    line-height: 30px;
    font-style: normal;
    margin: 10px 0;
}

h4 { 
    font-size: 22px; 
    line-height: 25px;
    font-style: normal;
    margin: 10px 0;
}

h5 { 
    font-size: 18px; 
    line-height: 23px;
    font-style: normal;
    margin: 10px 0;
}

h6 { 
    font-size: 16px; 
    line-height: 21px;
    font-style: normal;
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #4c4c4c;
    outline: none !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

p {
    font-family: 'Open Sans';
    color: #888;
    font-size: 0.95em;
    line-height: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}

/* Margins Styles */
.margin-top-30 {margin-top: 30px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-top-bottom-30 {margin: 30px 0;}

.margin-top-60 {margin-top: 60px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-top-bottom-60 {margin: 60px 0;}

.container {
    z-index: 2;
    position: relative;
}

.page-content {
    padding: 40px 0 60px;
    position: relative;
}

.required {
    color: #ED2C3A;
    margin-left: 2px;
}

.meta {
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: italic;
    color: #c9c9c9;
}

/* Intro Styles */
.intro {
    padding: 30px 0;
}

.intro p {
    color: #fff;
}

.intro .button {
    margin-top: 30px;
}

/* Dark Section Styles */
.dark {
    /*background-color: #242730;*/
    background-color: #006351;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.section-slogan {
    color: #fff;
}

.dark .bordered:after {
    background-color: #fff;
}

/* Page Banner Styles */
.page-banner {
    padding: 10px 0 15px;
    background: #f5f6f8;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    margin-top: 73px;
    text-align: center;
}

.page-banner ul.path {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: -5px 0 0 -18px;
    font-size: 13px;
}

.page-banner ul.path li {
    display: inline-block;
}

.page-banner ul.path li:first-child:before {
    content: "";
}

.page-banner ul.path li:before {
    content: '/';
    margin: 0 12px 0 8px;
    color: #bbb;
}

/* Word Rotate Styles */
.word-rotate-items span {
    display: inline-block;
    text-align: left;
}
span.word-rotate {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
}
span.word-rotate-items {
    position: relative;
    top: 0;
    width: 100%;
}

/* Shadow Styles */
.shadow {
    background: url('../img/shadow.png') center no-repeat;
    width: 100%;
    height: 41px;
    position: absolute;
    top: 104px;
}

.shadow-on {
    z-index: 2;
}

/* Parallax Styles */
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed !important;
}

/* Titles Styles */
.title {
    padding-bottom: 8px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #eee;
}

.title span {
    padding-bottom: 9px;
    border-width: 0 0 1px 0;
    border-style: solid;
    position: relative;
}

.title span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
}

.section-title {
    margin: 0 0 30px 0;
    position: relative;
}

.section-slogan {
    font-size: 14px;
    width: 50%;
    margin: 5px auto 50px;
    color: #999;
    font-style: italic;
}

/* Bordered Styles */
.bordered {
    padding: 0 0 13px 0;
}

.bordered:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 1px;
    left: 50%;
    background-color: #3c464f;
    margin-left: -34px;
    font-weight: 300;
}

.head-line {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

/* Overleys Styles */
.overley-frame {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overley-frame:hover .overley {
    background: #000 url('../img/grid.png');
    opacity: 0.8;
}

.overley-frame img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overley-frame:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overley ul {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    text-align: center;
}

.overley ul li {
    display: inline;
    margin: 0 4px;
}

.overley .fa {
    opacity: 0;
    font-size: 12px;
    color: #fff;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.overley:hover .fa {
    opacity: 1;
    font-size: 20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* Background Overley Styles */
.bo-0 {
    background: #000 url('../img/grid.png');
    opacity: 0.6;
}

.bo-1 {
    background: #00afd1 url('../img/grid.png');
    opacity: 0.5;
}

.bo-2 {
    background: rgba(0,0,0,0.3) url('../img/grid.png');
}

.bo-3 {
    background: #03181D url('../img/grid.png');
    opacity: 0.6;
}

.background-overley {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

/* Separate Styles */
.separate-circle {
    background: url('../img/separate-circle.png') no-repeat;
    width: 250px;
    height: 19px;
    margin: 5px auto;
    position: relative;
}

.separate-circle-inn {
    position: absolute;
    top: 2px;
    left: 121px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

/* Button Styles */
.button-large {
    padding: 8px 35px;
    font-size: 14px;
}

.button-medium {
    padding: 5px 15px;
    font-size: 12px;
}

.button-small {
    padding: 2px 10px;
    font-size: 10px;
}

.button,
.button-solid {
    display: table;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: none;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    background-color: #006351 !important;
    color: #fff !important;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-solid:hover {
    background: none;
    text-shadow: 0 0 0;
}

.button:hover,
.button-solid {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* ------------------------------------------ */
/*	02 Header & Navigation Styles
/* ------------------------------------------ */
/* Top-Bar Styles */
.top-bar {
    width: 100%;
    line-height: 30px;
    background-color: #f5f6f8;
    border-bottom: 1px solid #ececec;
    color: #acacac;
    border-top-width: 3px;
    border-top-style: solid;
}

.top-bar ul.contact-details {
    text-align: left;
}

.top-bar ul.contact-details li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.top-bar ul.contact-details li .fa {
    margin-right: 5px;
}

.top-bar ul.social-list {
    text-align: right;
}

.top-bar ul.social-list li {
    display: inline-block;
    /*border-right: 1px solid #cecece;*/
}

.top-bar ul.social-list li a {
    display: block;
    width: 36px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    line-height: 18px;
}

/*.top-bar ul.social-list li:first-child {
    border-left: 1px solid #cecece;
}*/

/* Header Styles */
.header {
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.sticky {  
    position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;  
    z-index: 100;
    border-top: 0;
}

.sticky-nav {
    z-index: 100;
    border-top: 0;
    border-radius: 0;
    background-color: #fafafa;
    border-bottom: 3px solid #024C3F;
}

.header .logo {
    position: absolute;
    top: 10px;
}

.header .logo img {
    width: 120px;
    border: 3px solid #006351;
}

.header .navbar {
    margin-bottom: 0;
    background-color: #006351;
}

.header .navigation ul li.active a {
    color: #fff !important;
    background-color: #024C3F;
}

.header .navigation ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    padding: 20px 25px;
}

.header .navigation ul li a:focus,
.header .navigation ul li a:active,
.header .navigation ul li a:hover,
.header .navigation ul li a {
    background: none;
}

.header .navigation ul.dropdown-menu li {
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 14px;
}

.header .navigation ul.dropdown-menu li:last-of-type {
    border: 0 none;
}

.header .navigation ul.dropdown-menu li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 7px;
    margin-left: 2px;
}

.header .navigation ul.dropdown-menu li a {
    padding: 8px 30px 5px 10px;
    font-size: 14px;
}

.header .navigation ul li a:hover {
    color: #fff !important;
    background-color: #024C3F;
}

.header .navigation ul.dropdown-menu li a:hover {
    background: none;
    border: 0 none;
}

/* Dropdown Styles */
.header .navbar-nav li .dropdown-menu {
    background-color: #fafafa;
    margin-top: 11px;
    padding-top: 0;
}

/* Mega-Menu Styles */
.header .nav.mega-menu-static,
.header .dropup.mega-menu-static,
.header .dropdown.mega-menu-static,
.header .collapse.mega-menu-static {
    position: static;
}

.header .mega-menu .mega-menu-content .col-md-3 {
    padding: 20px 30px;
}

.header .navigation .sub-menu li a {
    padding-left: 0 !important;
}

.sub-menu li a {
    font-size: 14px !important;
}

.sub-menu li {
    margin: 5px 0 !important;
}

/* ------------------------------------------ */
/*	 Main-Slider Styles
/* ------------------------------------------ */
.slider {
    margin-top: 73px;
    position: relative;
}

.slider .slide-content {
    position: absolute;
    margin: 0 auto;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 170px 0 109px;
}

/* ------------------------------------------ */
/*	videoSlider Styles
/* ------------------------------------------ */
.videoSlider {
    max-height: 464px;
    margin-top: 105px;
}

.videoSlider .slide-content {
    padding: 109px 0;
}

.videoSlider video {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

/* ------------------------------------------ */
/*	parallaxSlider Styles
/* ------------------------------------------ */
.parallaxSlider {
    margin-top: 105px;
}

.parallaxSlider .slide-content {
    padding: 109px 0 109px;
}

/* ------------------------------------------ */
/*	Slider Styles
/* ------------------------------------------ */
.slide-heading-1 {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 15px 0;
    display: table;
    letter-spacing: 2px;
}

.slide-heading-1-border {
    border-color: #fff;
    border-style: solid;
    border-width: 3px 0 3px 0;
}

.slide-heading-4 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
}

.slide-paragraph {
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 80%;
}

.slide-features {
    margin: 30px auto 0;
    text-align: center;
}

.slide-features li {
    line-height: 63px;
    display: inline-block;
    margin: 0 15px 0 15px;
}

.slide-features .slide-icon-feat {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
}

.slide-features .slide-icon-feat:after {
    content: "";
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -7px;
    left: -7px;
}

.slide-features .slide-icon-feat .fa {
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* ------------------------------------------ */
/*	04 Services Styles
/* ------------------------------------------ */
.services .services-v1 .service-icon:after {
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: -11px;
    left: -11px;
}

.services .services-v1 .service-box h5 {
    font-weight: 500;
    color: #1E2024;
    margin: 5px 0 5px 0;
}

.services .services-v1 .service-box p {
    margin: 10px 0 20px 0;
    text-align: center;
}

.services .services-v1 .service-box .fa {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.services .services-v1 .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin-bottom: 25px;
    position: relative;
}

.services .services-v1 .service-icon-item {
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.services .services-v1 .service-box:hover .service-icon {
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Service v2 Styles */
.services-v2 .service-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    position: relative;
}

.services-v2 .service-icon:after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: -6px;
    left: -6px;
}

.services-v2 .service-box:hover .service-icon {
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services-v2 .service-content {
    padding-left: 65px;
    margin-bottom: 20px;
}

.services-v2 .service-content h5 {
    text-align: left;
    margin-top: 0;
}

.services-v2 .service-content p {
    text-align: left;
}

/* Services v3 Styles */
.services-v3 .service-box {
    margin-bottom: 30px;
}

.services-v3 .service-icon .fa {
    color: #454545;
    font-size: 40px;
    margin-right: 20px;
    float: left;
}

.services-v3 .service-content span {
    display: block;
    padding-left: 60px;
}

.services-v3 .service-content h5 {
    display: inline-block;
    margin: 0;
}

.services-v3 .service-content p {
    margin-top: 10px;
}

/* ------------------------------------------ */
/*	05 Portfolio Styles
/* ------------------------------------------ */
.portfolio .portfolio-list li img {
    width: 100%;
}

.portfolio .portfolio-list .portfolio-item h6 {
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio-list .col-md-6,
.portfolio-list .col-md-4,
.portfolio-list .col-md-3 {
    padding: 10px;
}

.portfolio .container-fluid .portfolio-list .col-md-3,
.portfolio .container-fluid .portfolio-list .col-md-4,
.portfolio .container-fluid .portfolio-list .col-md-6 {
    padding: 1px;
}

/* Portfolio Filter Styles */
.portfolio ul.portfolio-filter {
    margin-top: 20px;
    padding: 0 0 25px 0;
}

.portfolio ul.portfolio-filter li {
    display: inline-block;
    margin: 0 5px;
}

.portfolio ul.portfolio-filter li a {
    display: table;
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: none;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio ul.portfolio-filter li.active a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.portfolio ul.portfolio-filter li a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.portfolio .overley ul li {
    position: relative !important;
    opacity: 1 !important;
}

/* Single Project Styles */
.project-content {
    margin-bottom: 20px;
    padding: 0;
    padding-right: 15px;
}

.project-share {
    margin-top: 20px;
}

.project-share a {
    background: #eee;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.project-share a:hover {
    opacity: 0.8;
}

.project-share a:nth-child(1) {
    background-color: #507CBE;
    color: #fff;
}

.project-share a:nth-child(2) {
    background-color: #63CDF1;
    color: #fff;
}

.project-share a:nth-child(3) {
    background-color: #F16261;
    color: #fff;
}

.project-info {
    padding: 0 0 0 20px;
}

.project-info ul li strong {
    margin-right: 5px;
}

.recent-projects .recent-projects-item {
    margin: 10px 5px 0;
}

/* ------------------------------------------ */
/*	06 Features Styles
/* ------------------------------------------ */
.features p.features-text {
    font-size: 16px;
}

.features ul.features-list {
    padding: 0 20px 0 0;
    list-style: none;
}

.features ul.features-list li {
    margin-bottom: 30px;
}

.features ul.features-list li:last-child {
    margin-bottom: 34px;
}

.features ul.features-list li:hover .icon{
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);

    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.features .features-left .icon {
    float: right;
    margin-left: 35px;
}

.features .features-left h5 {
    text-align: right;
}

.features .features-left p {
    text-align: right;
    padding-right: 90px;
}

.features .features-right .icon {
    float: left;
    margin-right: 35px;
}

.features .features-right h5 {
    text-align: left;
}

.features .features-right p {
    text-align: left;
    padding-left: 90px;
}

.features .features-left ul.features-list li .icon {
    right: 10px;
}

.features .features-right ul.features-list li .icon {
    left: 10px;
}

.features ul.features-list li .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 14px;
}

.features ul.features-list li .icon:after {
    content: "";
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -7px;
    left: -7px;
}

.features ul.features-list li h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

.features ul.features-list li p {
    font-size: 0.9em;
}

.features ul.features-list li .fa {
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.features .img-features {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 40px auto 0;
}

.features .button {
    float: left;
    margin: 0 0 0 95px;
}

/* ------------------------------------------ */
/*	07 Clients Styles
/* ------------------------------------------ */
.clients {
    background-color: #f5f5f5;
    padding: 40px 0 25px;
    border-top: 1px solid #D7D7D7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.clients .section-slogan,
.clients .section-title {
    color: #fff;
}

.clients .bordered:after {
    background-color: #fff;
}

.client-list {
    text-align: center;
}

.client-list img {
    display: inline-block;
    margin: 0 30px;
}


/* ------------------------------------------ */
/*	08 Our Team Styles
/* ------------------------------------------ */
.team .team-box {
    text-align: center;
}

.team .team-box img {
    width: 200px;
    height: 200px;
    padding: 3px;
    display: inline-block;
    border: 1px solid transparent;
}

.team .team-box h6 {
    margin-bottom: 0;
}

.team .team-box p {
    margin-top: 10px;
}

.team ul.team-social {
    margin-top: 10px;
    text-align: center;
}

.team ul.team-social li {
    display: inline-block;
    margin: 0 10px;
}

/* ------------------------------------------ */
/*	09 Testimonials Styles
/* ------------------------------------------ */
.testimonials .bordered:after {
    background-color: #fff;
}

.testimonials .section-slogan,
.testimonials .section-title,
.testimonials h1, 
.testimonials h6,
.testimonials h5,
.testimonials h6 {
    color: #fff;
}

.testimonials .testimonial-content {
    padding: 0 30px;
    margin: 0 20px;
    float: left;
}

.testimonials .testimonial-author {
    margin: 10px 0 0 0;
}

.testimonials .testimonial-author h5 {
    margin: 0;
}

.testimonials .testimonial-author img {
    padding: 3px;
    border: 1px solid transparent;
}

.testimonials .testimonial-content {
    border-radius: 15px;
    position: relative;
}

.testimonials .testimonial .fa {
    position: relative;
    color: #fff;
    font-size: 30px;
    top: 20px;
    left: 20px;
    float: left;
}

.testimonials .testimonial-content p {
    color: #fff;
    padding: 30px 40px 0 40px;
    text-align: center;
    font-style: italic;
}

/* ------------------------------------------ */
/*	10 Blog Styles
/* ------------------------------------------ */
.blog .blog-post {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #e9e9e9;
}

.blog .post-body {
    position: relative;
    padding-left: 60px;
}

.blog .post-media {
    position: relative;
    margin-bottom: 20px;
}

.blog .post-type {
    position: absolute;
    top: 3px;
    left: 0;
    padding: 10px 14px;
    color: #fff;
    font-size: 18px;
}

.blog .blog-post .blog-post-author .fa,
.blog .blog-post .blog-post-date-v2 .fa,
.blog .blog-post .blog-post-category .fa,
.blog .blog-post .blog-post-comments .fa {
    padding-right: 3px;
}

.blog .blog-post .blog-post-author,
.blog .blog-post .blog-post-date-v2,
.blog .blog-post .blog-post-comments,
.blog .blog-post .blog-post-category {
    padding-right: 10px;
}

.blog .post-content {
    margin-top: 10px;
}

.blog .post-content p {
    margin-bottom: 15px;
}

.blog .post-readmore {
    margin-top: 5px;
    float: left;
}

.blog .post-content .post-img-left {
    float: left;
    margin-right: 20px;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 3px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.blog .post-content .post-img-right {
    float: right;
    margin-left: 20px;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 3px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.blog .post-nav {
    margin: 35px 0 10px 0;
}

.blog .nextpost {
    padding: 5px 20px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    border-width: 1px;
    border-style: solid;
}

.blog .nextpost .fa {
    padding: 3px 0 5px 15px;
    margin-left: 10px;
    font-size: 20px;
    border-left-width: 1px;
    border-left-style: solid;
}

.blog .prevpost {
    padding: 5px 20px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    border-width: 1px;
    border-style: solid;

}

.blog .prevpost .fa {
    padding: 3px 15px 5px 0;
    margin-right: 10px;
    font-size: 20px;
    border-right-width: 1px;
    border-right-style: solid;
}

.blog .post-social {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0 5px 0;
}

.blog ul.post-tags {
    float: right;
}

.blog ul.post-tags li {
    display: inline-block;
    margin-right: 5px;
}

.blog ul.post-share {
    float: left;
}

.blog ul.post-share li {
    display: inline-block;
    padding: 0 5px;
}

.blog .post-author {
    padding: 20px 0 0;
}

.blog .post-author img {
    margin-top: 3px;
    margin-right: 20px;
    float: left;
}

.img-thumbnail {
    width: auto;
}

/* Comments Styles */
.comments ul.comments-list li.reply-comment {
    margin-left: 95px;
}

.comments ul.comments-list li {
    padding: 30px 0;
    border-bottom: 1px dotted #e9e9e9;
    position: relative;
}

.comments ul.comments-list li .comment-reply {
    display: inline-block;
    font-size: 11px;
    padding: 0 10px;
    border: 1px solid #00afd1;
    border-radius: 10px;
    margin-left: 10px;
    position: absolute;
    top: 127px;
    left: 9px;
}

.comments ul.comments-list li .comment-date {
    margin: 0 0 15px 0;
    color: #999;
    display: inline-block;
    font-style: italic;
    font-size: 13px;
}

.comments ul.comments-list li h5 {
    display: block;
    margin: 0;
}

.comments ul.comments-list li img {
    float: left;
    margin: 0 20px 0 0;
}

.comments ul.comments-list li p {
    padding-left: 111px;
}


/* Leave-Comment Styles */
.leave-comment {
    margin-bottom: 30px;
    padding: 20px 0;
}

.leave-comment h5 {
    margin-bottom: 10px;
    padding: 0 0 15px;
}

.leave-comment label {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.leave-comment input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    height: 35px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 10px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

.leave-comment input[type="submit"] {
    background: none;
    margin-top: 5px;
}

.leave-comment textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #eee;
    outline: none;
    padding: 8px 10px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

.leave-comment .name-missing, 
.leave-comment .email-missing, 
.leave-comment .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    font-size: 12px;
}

/* Video Player Styles */
.video-container {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Background Styles */
.video {
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-wrap video {
    width: 100%;
}

.video-wrap {
    height: 250px;
    margin: 0 0;
}

.video-content {
    position: absolute;
    width: 100%;
}

.video-wrap h1 {
    color: #fff;
    font-weight: 500;
}

.video-wrap p {
    color: #fff;
}

/* Audio Player Styles */
.audio-container {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 19%;
}
.audio-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Blockquote Styles */
blockquote {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: left;
    border-right: 0;
    font-style: italic;
    border-left-width: 5px;
    border-left-style: solid;
}

.blockquote:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    /*text-rendering: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}

.blockquote:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    /*text-rendering: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

blockquote.blockquote {
    padding: 0 30px;
    text-align: left;
    border-left: 0 none;
    position: relative;
    font-style: italic;
}

/* From Blog Styles */
.from-blog .blog-post {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    overflow: hidden;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.from-blog .blog-post-meta .blog-post-type {
    position: relative;
    top: -25px;
    left: 20px;
    z-index: 2;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 25px;
}

.from-blog .blog-post-meta .blog-post-type .fa {
    font-size: 18px;
}

.from-blog .blog-post-meta .blog-post-comments,
.from-blog .blog-post-meta .blog-post-date {
    position: relative;
    top: -10px;
    margin-right: 15px;
}

.from-blog .blog-post-content {
    padding: 0 20px;
    position: relative;
    top: -15px;
}

.from-blog .blog-post-content h5 {
    font-weight: 500;
}

.from-blog .blog-post-content .blog-post-readmore:hover {
    text-decoration: underline;
}

.from-blog .blog-post-content .blog-post-readmore {
    float: right;
}

.from-blog .blog-post-content .blog-post-readmore:after {
    content: "\f178";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

/* ------------------------------------------ */
/*	12 About Us Styles
/* ------------------------------------------ */
.about-us.silver {
    background: #F1F1F1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.about-us-leader img {
    padding: 3px;
    border: 1px solid transparent;
}

.about-us-leader h5 {
    margin-bottom: 0;
}

.about-us .progress-bars {
    margin-top: 20px;
}

.about-us-leader span {
    display: block;
}

.about-us ul.about-us-team {
    margin-top: 32px;
    text-align: center;
}

.about-us ul.about-us-team h6 {
    margin-bottom: 0px;
}

.about-us ul.about-us-team li {
    display: inline-block;
    margin: 0 20px;
}

.about-us ul.about-us-team li span {
    display: block;
}

.about-us ul.about-us-team li img {
    width: 100px;
    height: 100px;
    padding: 3px;
    border: 1px solid #eee;
}

/* ------------------------------------------ */
/*	11 About Me Styles
/* ------------------------------------------ */
.about-me .section-title {
    font-size: 22px;
}

.about-me .about-me-info {
    padding-bottom: 20px;
}

.about-me .team {
    padding: 0 0 75px;
}

.about-me .col-md-3 {
    margin-bottom: -55px;
}

.about-me .about-me-award {
    text-align: center;
}

.about-me .about-me-skill h6 {
    margin-bottom: 30px;
}

.about-me .about-me-img img {
    padding: 3px;
    border: 1px solid transparent;
}

.about-me .about-me-img h5 {
    margin-bottom: 0;
}

.about-me .about-me-img span {
    display: block;
}

.about-me .about-me-award .fa {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.about-me .about-me-projects {
    padding-bottom: 60px;
}

.about-me .about-me-projects .col-md-3 {
    padding: 5px;
}

/* ------------------------------------------ */
/*	13 FAQ Styles
/* ------------------------------------------ */
/* FAQ Contacts Styles */
.faq .faq-contacts {
    margin: 50px 0 0;
}

.faq .faq-contacts li {
    display: block;
    margin-bottom: 25px;
}

.faq .faq-contacts li .fa {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    font-size: 24px;
    border-width: 1px;
    border-style: solid;
}

.faq .faq-contacts li p {
    display: inline-block;
}

/* FAQ Support Styles */
.faq .support-box {
    text-align: center;
    padding: 30px 20px;
    margin: 50px 0 0;
    border-width: 1px;
    border-style: solid;
}

.faq .support-box h6 {
    font-weight: bold;
}

.faq .support-box p {
    margin-bottom: 10px;
}

.faq .toggle {
    margin: 0 0 10px;
    position: relative;
    clear: both;
}

.faq .toggle label {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border-left: 3px solid rgba(33, 147, 161, 0.77);
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.faq .toggle label:-moz-selection {
    background: none;
}

.faq .toggle label i.fa-minus {
    display: none;
}

.faq .toggle label i.fa-plus {
    display: inline;
}

.faq .toggle label:hover {
    background: #f5f5f5;
}

.faq .toggle label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding: 5px 20px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.faq .toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.faq .toggle .toggle-content {
    display: none;
}

.faq .toggle.active i.fa-minus {
    display: inline;
}

.faq .toggle.active i.fa-plus {
    display: none;
}

.faq .toggle.active label {
    background: #F4F4F4;
    border-color: rgba(33, 147, 161, 0.77);
}

.faq .toggle.active label:before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

.faq .toggle.active p {
    white-space: normal;
}

.faq .toggle p.preview-active {
    height: auto;
    white-space: normal;
}

/* ------------------------------------------ */
/*	14 Achievments Styles
/* ------------------------------------------ */
.achievments {
    padding: 50px 0 50px;
    position: relative;
}

.achievments strong {
    color: #fff;
}

.achievments .counters label {
    color: #fff;
}

/* ------------------------------------------ */
/*	15 Contact Styles
/* ------------------------------------------ */
.contact {
    padding: 20px 0 50px;
}

.googlemaps-one-page {
    margin: 5px 0 25px !important;
}

/* Contact Form Styles */
.contact .contact-form label {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.contact .contact-form input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    height: 35px;
    outline: none;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
}

.contact .contact-form input[type="submit"] {
    background: none;
    margin-top: 5px;
}

.contact .contact-form textarea {
    width: 100%;
    height: 230px;
    resize: none;
    outline: none;
    padding: 8px 10px;
    border-width: 1px;
    border-style: solid;
}

.contact-form .name-missing, 
.contact-form .email-missing, 
.contact-form .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    font-size: 12px;
}

/* Contact Info Styles */
.contact-info ul {
    padding: 0 0 0 15px;
    list-style: none;
    margin: 5px 0 25px 0;
    font-size: 12px;
}

.contact-info ul li {
    margin-bottom: 8px;
}

.contact-info ul li .fa {
    padding-right: 8px;
}

.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: 85px 0 30px 0;
    width: 100%;
}

.small-map .google-map{
    margin-top: 30px;
    height: 310px;
}

/* ------------------------------------------ */
/*	16 Sidebar Styles
/* ------------------------------------------ */
.sidebar .search {
    margin-bottom: 30px;
}
.search .search-button {
    display: inline-block;
    width: 38px;
    height: 34px;
    border: none;
    color: #fff;
    line-height: 23px;
    text-align: center;
    outline: none;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}

/* Recent-Post Styles */
.sidebar .recent-posts {
    margin-bottom: 30px;
}

.sidebar .recent-posts ul.recent-post-list li {
    display: block;
    padding: 12px 0 14px 0;
    border-bottom: 1px dotted #e9e9e9;
}

.sidebar .recent-posts ul.recent-post-list li:last-child {
    border: 0 none;
}

.sidebar .recent-posts ul.recent-post-list li a {
    margin-bottom: 0;
    font-size: 14px;
}

.sidebar .recent-posts ul.recent-post-list li small {
    position: relative;
    top: -5px;
    padding-left: 60px;
    display: block;
    color: #bbb;
    font-size: 12px;
}

.sidebar .recent-posts ul.recent-post-list li .recent-post-icon {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.sidebar .recent-posts img {
    width: 50px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 3px;
}

/* Categories Styles */
.sidebar .categories {
    margin-bottom: 30px;
}

.sidebar .categories ul.categories-list li:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    /*text-rendering: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar .categories ul.categories-list li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted #e9e9e9;
}

.sidebar .categories ul.categories-list li a {
    display: inline-block;
    padding-left: 1px;
}

.sidebar .categories ul.categories-list li a:last-child {
    border: 0 none;
}

/* Archives Styles */
.sidebar .archives {
    margin-bottom: 30px;
}

.sidebar .archives .archives-list li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted #e9e9e9;
}

.sidebar .archives .archives-list li a {
    display: inline-block;
    padding-left: 5px;
}

.sidebar .archives .archives-list a:last-child {
    border: 0 none;
}

.sidebar .archives .archives-list li:before {
    content: "\f073";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    /*text-rendering: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tags Styles */
.sidebar .tags {
    margin-bottom: 30px;
}

.sidebar .tags .tags-list {
    padding: 10px 0 0 0;
}

.sidebar .tags .tags-list li {
    display: inline-block;
    margin: 0 5px 15px 0;
}

.sidebar .tags .tags-list li a {
    line-height: 24px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.sidebar .tags .tags-list li a:hover {
    color: #fff !important;
}

/* ------------------------------------------ */
/*	17 404 Error Page Styles
/* ------------------------------------------ */
.error-page {
    padding: 135px 0 100px;
    text-align: center;
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.error-page h5 {
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #aaa;
    margin-bottom: 35px;
}

/* ------------------------------------------ */
/*	18 Shortcodes Styles
/* ------------------------------------------ */
/* Tabs, Tabs-Top Styles */
.tabs {
    border-radius: 5px;
    margin-bottom: 35px;
}

.nav-tabs {
    margin: 0;
    border-bottom-color: #EEE;
}

.nav-tabs li {
    display: inline-block;
    float: none;
}

.nav-tabs li a, 
.nav-tabs li a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #EEE;
    cursor: pointer;
    margin-right: 0;
    border-top: 3px solid #D1D1D1;
}

.tab-content {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 25px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 1px solid #EEE;
    color: #CCC;
    border-radius: 5px 5px 0 0;
    border-top-width: 3px;
    border-top-style: solid;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

/* Tabs Bottom Styles */
.tabs.tabs-bottom .tab-content {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -3px;
}

.tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    border-bottom: 3px solid #D1D1D1;
    border-top-color: transparent;
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 1px solid #EEE;
    border-top-color: transparent;
    border-radius: 0 0 5px 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

/* Vertical Styles */
.tabs-vertical {
    display: table;
    width: 100%;
    border-top: 1px solid #EEE;
}

.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top;
}

.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
}

.tabs-vertical .nav-tabs li {
    display: block;
    margin-bottom: 2px;
}

.tabs-vertical .nav-tabs li a {
    border-radius: 0;
    display: block;
    padding-top: 10px;
}

/* Vertical - Left Side Styles */
.tabs-left .nav-tabs li {
    margin-right: -1px;
}

.tabs-left .nav-tabs li:first-child a {
    border-radius: 5px 0 0 5px;
    border-top: 0 none;
}

.tabs-left .nav-tabs li:first-child a:hover {
    border-top: 0 none;
}

.tabs-left .nav-tabs li:last-child a {
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #EEE;
}

.tabs-left .nav-tabs li:last-child a:hover {
    border-top: 1px solid #EEE;
}


.tabs-left .nav-tabs li a {
    border: 1px solid #EEE;
    border-left: 3px solid #D1D1D1;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.tabs-left .nav-tabs li a:hover {
    border: 1px solid #EEE;
    border-left: 3px solid #D1D1D1;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.tabs-left .nav-tabs li.active a,
.tabs-left .nav-tabs li.active a:hover,
.tabs-left .nav-tabs li.active a:focus {
    border-right-color: #FFF;
    border-left-width: 3px;
    border-left-style: solid;
}

/* Vertical - Right Side Styles */
.tabs-right .nav-tabs li {
    margin-left: -1px;
}

.tabs-right .nav-tabs li:first-child a {
    border-radius: 0 5px 5px 0;
    border-top: 0 none;
}

.tabs-right .nav-tabs li:first-child a:hover {
    border-top: 0 none;
}

.tabs-right .nav-tabs li:last-child a {
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #EEE;
}

.tabs-right .nav-tabs li:last-child a:hover {
    border-top: 1px solid #EEE;
}


.tabs-right .nav-tabs li a {
    border: 1px solid #EEE;
    border-right: 3px solid #D1D1D1;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.tabs-right .nav-tabs li a:hover {
    border: 1px solid #EEE;
    border-right: 3px solid #D1D1D1;

    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.tabs-right .nav-tabs li.active a,
.tabs-right .nav-tabs li.active a:hover,
.tabs-right .nav-tabs li.active a:focus {
    border-left-color: #FFF;
    border-right-width: 3px;
    border-right-style: solid;
}

/* Buttons Styles */
ul.theme-buttons li {
    display: inline-block;
    margin-right: 10px;
}

/* Progress Bar Styles */
.progress {
    border-radius: 25px;
    height: 10px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}

.progress-bar-secondary1 {
    background-color: #4dc6e1;
}

.progress-bar-secondary2 {
    background-color: #62cacd;
}

.progress-bar-secondary3 {
    background-color: #5bd4b5;
}

.progress-bar-secondary4 {
    background-color: #5dd490;
}

.progress-bars.secundary .progress{ 
    height: 15px;
}

.progress-bar {
    box-shadow: none;
    position: relative;
    border-radius: 25px;
}

.progress-bar-tooltip {
    position: absolute;
    padding: 4px 8px;
    background-color: #333;
    color: #FFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}

.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}

/* Progress Circle Styles */
.circular-bar {
    margin-bottom: 25px;
    min-height: 210px;
}

.circular-bar .knob {
    visibility: hidden;
}

.circular-bar strong {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.circular-bar label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
}

.circular-bar-content {
    margin-bottom: 70px;
    margin-top: -125px;
    text-align: center;
}

/* Counters Styles */
.counters strong {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
}

/*  Typography Styles */
.typography {
    padding: 50px 0 40px;
}

.typography .tooltip-bold {
    font-weight: bold;
}

.headings {
    margin-bottom: 40px;
}

/* Accordion Styles */
.panel-default .panel-heading {
    background: none;
}

.panel-title a {
    font-size: 14px;
}

.panel-group.secundary .panel-title a {
    color: #fff;
}

.panel-heading {
    padding: 7px 15px;
    border-color: #e9e9e9;
}

/* Lists Styles */
.list {
    margin: 15px 0 30px;
}

.list li,
.list li {
    margin-bottom: 5px;
}

.list .fa,
.list .fa {
    margin-right: 5px;
}

/* Alerts Styles */
.alerts .alert {
    margin: 25px 0;
}

/* Form Images Styles */
.form-images img {
    margin: 0 60px;
}

/* Tables Styles */
.table thead {
    font-weight: bold;
}

.table thead tr th {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}


.table tbody tr td {
    border-top-width: 1px;
    border-top-style: solid;
}

.table.secundary thead tr th, 
.table.secundary {
    text-align: center;
}

.table.secundary thead {
    color: #fff;
}

.table.secundary tbody tr td {
    border-right-width: 1px;
    border-right-style: solid;
}

.table.secundary tbody tr td:last-child {
    border-right: 0 none;
}

/* Drop Caps Styles */
.drop-caps {
    margin-bottom: 30px;
}

.drop-caps p:first-letter {
    float: left;
    font-size: 45px;
    line-height: 40px;
    padding: 4px;
    margin-right: 10px;
    margin-top: 5px;
}

.drop-caps-background p:first-letter {
    float: left;
    font-size: 45px;
    line-height: 40px;
    padding: 4px;
    margin-right: 10px;
    margin-top: 5px;
    color: #fff !important;
}

.drop-caps-border p:first-letter {
    float: left;
    font-size: 45px;
    line-height: 40px;
    padding: 4px;
    margin-right: 10px;
    margin-top: 5px;
    border-width: 2px;
    border-style: solid;
}

/* Pricing Table Styles */
.pricing-table {
    position: relative;
}

.pricing-col {
    margin: 30px 0;
}

.pricing-table .pricing-col {
    border: 1px solid #D7D7D7;
    text-align: center;
    padding: 0 30px 0;
}

.pricing-table .pricing-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 10px solid #fafafa;
    padding-top: 40px;
}

.pricing-table .current .pricing-circle:after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: -10px;
    left: -10px;
}

.pricing-col:hover .pricing-circle:after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: -10px;
    left: -10px;
}

.pricing-table .pricing-currency,
.pricing-table .pricing-value,
.pricing-table .pricing-time {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.pricing-table .pricing-currency {
    font-size: 18px;
}

.pricing-table .pricing-value {
    font-size: 40px;
}

.pricing-table .pricing-time {
    display: block;
    font-size: 16px;
}

.pricing-table .pricing-list .fa {
    padding-right: 3px;
}

.pricing-table .pricing-plan {
    margin-top: 110px;
}

.pricing-table .pricing-body .pricing-list {
    margin: 30px 0 0px 0;
}

.pricing-table .pricing-body .pricing-list li {
    margin-bottom: 15px;
}

.pricing-table .pricing-body .button {
    background-color: #fafafa;
    position: relative;
    bottom: -15px;
}

/* ------------------------------------------ */
/*	19 Footer Styles
/* ------------------------------------------ */
.footer {
    background-color: #222;
    padding: 50px 0 0 0;
    border-top-width: 4px;
    border-top-style: solid;
}

.footer h6 {
    color: #fff;
}

/* Footer Contact Info Styles */
.footer .footer-contact-info {
    list-style: none;
    margin-bottom: 20px;
}

.footer .footer-contact-info li {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer .footer-contact-info li .fa {
    width: 15px;
    padding-right: 17px;
}

.footer .footer-contact-info li strong {
    font-size: 14px;
    padding-right: 3px;
}

.footer .footer-social li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #414141;
    color: #989898;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
.footer .footer-social li a .fa {
    color: #fff !important;
}

.footer-about-company p {
    margin-bottom: 7px;
}

.footer-about-company a.about-company-rm:after {
    content: "\f178";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

.footer-about-company a.about-company-rm {
    margin-bottom: 10px;
    display: inline-block;
}

.footer-latest-posts li h6 a {
    font-size: 14px;
    margin-bottom: 0;
    color: #ccc;
}

.footer-latest-posts li h6 {
    margin-bottom: 0;
    margin-top: 4px;
}

.footer-latest-posts .img-thumbnail {
    background-color: #333;
    border-color: #333;
}

.footer-latest-posts li img {
    float: left;
    margin-right: 13px;
    width: 82px;
    height: 75px;
}

.footer-latest-posts li {
    margin-bottom: 24px;
    display: table;
}

.footer-tags {
    margin-bottom: 20px;
}

.footer-tags li {
    background-color: #414141;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
}

.footer-tags li a {
    font-size: 13px;
    color: #fff !important;
}

.footer .search-button {
    color: #fff;
    outline: none !important;
}

.footer .footer-newsletter p {
    margin-bottom: 11px;
}

/* Copyright Styles */
.footer .copyright {
    margin-top: 45px;
    padding: 10px 15px 30px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ccc;
    border-top: 1px solid rgba(255,255,255,.07);
}

.copyright-menu {
    text-align: right;
}

.copyright-menu li {
    display: inline-block;
    margin-left: 15px;
}

.copyright-menu li a {
    color: #ccc;
}