/*-------------------------------------------------------------------------------------
Theme Name:	Cardin
Theme URI: 	http://pentathemes.com/cardin/
Version:	1.0
Author: PentaThemes
-------------------------------------------------------------------------------------*/
/**
*****************************************
@File: Cardin Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


01. GENERAL STYLE
    ** Typograhy
    ** Background and Adjustments
    ** Margin and Paddings
    ** Borders
    ** Buttons
    ** Titles Style
    ** Pagination
    ** Progress Bar
    ** Page Loader
    ** Owl Carousal
    ** Icon Boxes
    ** Image Boxes
    ** Partners
    ** Counters
    ** Team
    ** Testimonials
    ** Pricing
    ** Portfolio
    ** News Boxes
02. NAVIGATION STYLES 
03. OTHER SECTIONS STYLE
    ** Main Header
    ** Main Banner
    ** Slider
    ** FAQ
    ** 404
    ** Login/Signup
    ** Call to Action Section
    ** Portfolio Section
    ** Blog Section
    ** Services
    ** About
    ** Home Featured
    ** Team Slider
    ** Portfolio Single
    ** Contact
    ** Quote
    ** Footer
04. RESPONSIVE STYLE
*****************************************
**/
/*===================================================================================
01. GENERAL STYLES
=====================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,400,600,800');
html {
    height: 100%;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #616771;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    background: #ffffff;
}
/*-----------------------
Typography
-----------------------*/

p.lead {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #a2a2a2;
}

.text-dark {
    color: #4A4A4A;
}

.text-light {
    color: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #333c4e;
}
strong{
    font-weight: 800;
}
img {
    max-width: 100%;
    height: auto;
}
img.exposed-image{
    border-radius: 5px;
    -webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
    box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
}
.fix {
    overflow: hidden
}
.primary-color{
    color: #4cb050;
}
.error {
    color: #a94442;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #37404d;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.heading-thin {
    font-weight: 400 !important;
}

.heading-thick {
    font-weight: 700 !important;
}

.heading-medium {
    font-weight: 500 !important;
}

.heading-thin span {
    font-weight: 700 !important;
}

.heading-thick span {
    font-weight: 400 !important;
}

.heading-light {
    color: #ffffff !important;
}

.heading-black {
    color: #000000 !important;
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.3s ease;
}
blockquote.theme-blockquote,
blockquote.theme-blockquote footer{
    color: #ffffff;
}
/*-----------------------
Background and Adjustments
-----------------------*/
section {
    position: relative;
}
.bg-black {
    background-color: #000000;
}

.bg-gray {
    background-color: #eeeeee;
}

.bg-white {
    background-color: #ffffff;
}
.bg-dark {
    background: #37404d;
}
.overlay-white {
    background: rgba(255, 255, 255, 0.7);
}
.dark-image-bg{
    background: url('../images/blackbg.jpg') center center no-repeat;
    background-size: cover;
}
.white-image-bg{
    background: url('../images/whitebg.jpg') center center no-repeat;
    background-size: cover;
}
.overlay-black {
    background: rgba(1, 1, 1, 0.7);
}

.ls-1 {
    letter-spacing: 1px;
}
.ls-2 {
    letter-spacing: 2px;
}
.float_left {
    float: left;
}

.float_right {
    float: right;
}


/*-----------------------
Margin And Padding
-----------------------*/

.no-padding {
    padding: 0px !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.p-100 {
    padding: 100px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-10 {
    padding: 10px 0px
}

.ptb-20 {
    padding: 20px 0px
}

.ptb-30 {
    padding: 30px 0px
}

.ptb-40 {
    padding: 40px 0px
}

.ptb-50 {
    padding: 50px 0px
}

.ptb-60 {
    padding: 50px 0px
}

.ptb-70 {
    padding: 70px 0px
}

.ptb-80 {
    padding: 80px 0px
}

.ptb-90 {
    padding: 80px 0px
}

.ptb-100 {
    padding: 100px 0px
}

.no-margin {
    margin: 0px !important;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.m-40 {
    margin: 40px;
}

.m-50 {
    margin: 50px;
}

.m-60 {
    margin: 60px;
}

.m-70 {
    margin: 70px;
}

.m-80 {
    margin: 80px;
}

.m-90 {
    margin: 90px;
}

.m-100 {
    margin: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-900 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-900 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-900 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}
/*-----------------------
Borders
-----------------------*/

.no-border {
    border: none !important;
}

.bs1 {
    border: 1px solid;
}

.bbs1 {
    border-bottom: 1px solid;
}

.bts1 {
    border-top: 1px solid;
}

.bls1 {
    border-left: 1px solid;
}

.brs1 {
    border-right: 1px solid;
}

.bd1 {
    border: 1px dotted;
}

.bbd1 {
    border-bottom: 1px dotted;
}

.btd1 {
    border-top: 1px dotted;
}

.bld1 {
    border-left: 1px dotted;
}

.brd1 {
    border-right: 1px dotted;
}

.bh1 {
    border: 1px dashed;
}

.bbh1 {
    border-bottom: 1px dashed;
}

.bth1 {
    border-top: 1px dashed;
}

.blh1 {
    border-left: 1px dashed;
}

.brh1 {
    border-right: 1px dashed;
}

.bc-dark {
    border-color: #333333;
}

.bc-light {
    border-color: #dddddd;
}
/*-----------------------
buttons
-----------------------*/
.btn-theme-primary{
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-theme-primary:hover{
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);

}
.btn-theme-primary-border{
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 10px 20px;
}
.btn-theme-primary-border:hover,
.btn-theme-primary-border:active,
.btn-theme-primary-border:focus{
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.btn-theme-white{
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 10px 20px;
}
.btn-theme-white:hover,
.btn-theme-white:active,
.btn-theme-white:focus{
    background: #ffffff;
    color: #000000;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.btn-theme-white-border{
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
    border:2px solid #ffffff;
}
.btn-theme-white-border:hover,
.btn-theme-white-border:active,
.btn-theme-white-border:focus{
    background: #ffffff;
    color: #4cb050;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.btn-theme-black{
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-theme-black:hover,
.btn-theme-black:active,
.btn-theme-black:focus{
    background: #000000;
    color: #ffffff;
}
.btn-theme-black-border{
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
    border:2px solid #000000;
}
.btn-theme-black-border:hover,
.btn-theme-black-border:active,
.btn-theme-black-border:focus{
    background: #000000;
    color: #ffffff;
}
.btn-rounded{
    border-radius: 30px;
}
.btn-readmore{
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    font-size: 12px;
}
.btn-readmore:hover,
.btn-readmore:active,
.btn-readmore:focus{
    color: #ffffff;
}
.btn-download{
    text-transform: uppercase;
    height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    padding: 15px 0px;
}
.btn-download:hover,
.btn-download:active,
.btn-download:focus{
    color: #ffffff;
}
/*-----------------------
titles style
-----------------------*/
.main-title{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.main-title h2{
    margin-bottom: 15px;
}
.main-title span.divider{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    margin: 0 auto;
    position: relative;
}
.main-title span.divider:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #bfbfbf;
    margin-left: -25px;
    margin-top: -10px;
    z-index: -1;
}
.main-title h6{
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #bfbfbf;
    font-weight: 400;
}
.sub-title{
    position: relative;
    margin-bottom: 20px;
}
.sub-title h4{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sub-title .seperator{
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 5px;
}
/*-----------------------
Pagination
-----------------------*/

.pagination > li.active a{
    color: #fff;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*-----------------------
PROGRESS BAR
-----------------------*/
.progress-bars p{
    text-transform: uppercase;
}
.progress {
    overflow: visible;
    margin-bottom: 26px;
    height: 4px;
}
.progress .progress-bar {
    position: relative;
    border-radius: 4px;
    width: 0%;
    -webkit-transition: width 4.50s ease;
    -moz-transition: width 4.50s ease;
    -o-transition: width 4.50s ease;
    transition: width 4.50s ease;  
}
.progress .progress-bar span {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    right: -1.4em;
    border-radius: 2px;
    background-color: #37404d;
}
.progress .progress-bar span:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px;
    margin-left: -5px;
    height: 4px;
    border-bottom-color: #37404d;
}
/*-----------------------
accordion style
-----------------------*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
}

.panel-title {
    font-size: 16px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eee;
    padding: 0;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*-----------------------
Page Loader
-----------------------*/

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #000000;
}
#page-loader .spinner {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
}


#page-loader .double-bounce1, 
#page-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#page-loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*-----------------------
Owl Carousal
-----------------------*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url('../assets/owl-carousel/grabbing.png') 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 8px;
    margin: 5px 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url('../assets/owl-carousel/AjaxLoader.gif') no-repeat center center
}

.imgServices {
	background: url('../images/settings.png') 0 0;
	z-index: 9999;
}

/*-----------------------
icon boxes
-----------------------*/
.icon-box-content,
.icon-box-image{
    padding: 15px 0px;
}
.icon-box-icon{
    width: 60px;
    height: 60px;
    display: block;

    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
}
.icon-box-icon.icon-box-icon-solid{
    color: #ffffff;
}
.icon-box-icon.icon-box-icon-rounded{
    border-radius: 50%;
}
.icon-box-icon.icon-box-icon-border{
    background: transparent;
}
/* Icon Box 1*/
.icon-box-one{
    text-align: center;
    position: relative;
    margin: 20px 0px;
}
.icon-box-one .icon-box-image{
    margin-bottom: 15px;
}
.icon-box-one .icon-box-icon{
    margin: 0 auto;
    margin-bottom: 20px;
}
.icon-box-one h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}
/* Icon Box 2 */
.icon-box-two{
    position: relative;
    margin: 20px 0px; 
}
.icon-box-two .icon-box-image {
    height: 62px;
    width: 62px;
    margin: 0px;
}
.icon-box-two h5{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
/* Icon Box 3*/
.icon-box-three{
    position: relative;
    margin: 20px 0px; 
}
.icon-box-three .icon-box-image{
    margin-bottom: 10px;
}
.icon-box-three h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}
/*-----------------------
Image Boxes
-----------------------*/
/* Image Box 1*/
.image-box-one{
    position: relative;
    margin: 20px 0px;

}
.image-box-one.image-box-shadow{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.48);
}

.image-box-one .image-box-content{
    padding: 15px 0px;
}
.image-box-one.image-box-shadow .image-box-content{
    padding: 15px;
}
.image-box-one .image-holder{
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 220px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.image-box-one .image-holder img {
    max-width: 100%;
    vertical-align: top;
}
.image-box-one .image-holder i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.image-box-one .image-holder:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-box-one .image-holder:hover img {
    opacity: 0.3;
}
.image-box-one .image-box-content h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

/*-----------------------
Partners
-----------------------*/
.partners .item{
    padding: 5px;
}
.partners .item img{
    opacity: 0.7;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.partners .item img:hover{
    opacity: 1;
}
/*-----------------------
Counters
-----------------------*/
.counter-item{
    margin: 20px 0px;
}
.counter-item .conter-icon{
    margin-bottom: 10px; 
}
.counter-item .conter-icon span{
    font-size: 50px;
}
.counter-item h3{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.counter-item h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
/*-----------------------
Team 
-----------------------*/
.team-member{
    margin: 20px 0px;
}
.team-img-wrap {
    position: relative;
    display: block;
}
.team-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.team-social-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}
.team-social-nav a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 1px;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: opacity 350ms 200ms, background 350ms 0ms;
    transition: opacity 350ms 200ms, background 350ms 0ms;
    line-height: 40px;
}
.team-member-info {
    padding: 1em;
    background: #e1e6ea;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}
.team-member-info h3 {
    margin: 0 0 .25em;
    font-size: 18px;
    text-transform: uppercase;
}
.team-member-info small {
    color: #a5b4c0;
    text-transform: uppercase;
}

.team-member:hover .team-social-nav {
    opacity: 1;
}
.team-member:hover .team-social-nav a {
    opacity: 1;
}
.team-member:hover .team-social-nav a:hover {
    background: #20242a;
}

.team-member:hover .team-member-info small,
.team-member:hover .team-member-info h3 {
    color: #ffffff;
}

/*-----------------------
Testimonials 
-----------------------*/

.testimonials-wrapper {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px 0px;
}
.testimonials-wrapper i {
    font-size: 28px;
    margin-right: 8px;
}
.testimonials-wrapper p {
    margin: 0 0 15px 0;
}
.testimonials-wrapper .details-wrapper .user-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.testimonials-wrapper .details-wrapper .user-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.testimonials-wrapper .details-wrapper .user-details {
    display: inline-block;
    vertical-align: middle;
}
.testimonials-wrapper .details-wrapper .user-details h3 {
    margin: 0 0 3px 0;
    font-size: 16px;
}
.testimonials-wrapper .details-wrapper .user-details h4 {
    margin: 0;
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

/*-----------------------
Pricing 
-----------------------*/

.pricing-table {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
}
.pricing-table img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.pricing-table .plan {
    margin: 0;
    width: 25%;
    position: relative;
    float: left;
    overflow: hidden;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #1a1a1a;
}
.pricing-table .plan:hover i,
.pricing-table .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pricing-table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.pricing-table header {
    line-height: 70px;
    color: #ffffff;
}
.pricing-table .plan-title {
    position: relative;
    margin: 20px 0;
    padding: 25px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pricing-table .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #156dab transparent transparent;
}
.pricing-table .plan-cost {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 20px;
    text-align: right;
}
.pricing-table .plan-price {
    font-weight: 600;
    font-size: 2em;
}
.pricing-table .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.pricing-table .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}
.pricing-table .plan-features li {
    padding: 8px 20px;
}
.pricing-table .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}
.pricing-table .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}
.pricing-table .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.pricing-table .featured {
    margin-top: -10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.pricing-table .featured header {
    line-height: 90px;
}
.pricing-table .featured .plan-select {
    padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
    .pricing-table .plan {
        width: 50%;
    }
    .pricing-table .plan-title,
    .pricing-table .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .pricing-table .plan-select,
    .pricing-table .featured .plan-select {
        padding: 20px;
    }
    .pricing-table .featured {
        margin-top: 0;
    }
    .pricing-table .featured header {
        line-height: 70px;
    }

}
@media only screen and (max-width: 550px) {
    .pricing-table .plan {
        width: 100%;
    }
}

/*-----------------------
Portfolio 
-----------------------*/
.portfolio-item{
    margin: 20px 0px; 
    border: 1px solid #ddd;
    overflow: hidden;
}
.portfolio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    min-width: 230px;
    max-width: 100%;
    width: 100%;
}
.portfolio *,
.portfolio *:before,
.portfolio *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.portfolio:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.portfolio img {
    max-width: 100%;
    vertical-align: top;
}
.portfolio .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio a {
    margin: 2px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.portfolio a i {
    display: block;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
}
.portfolio a i:hover {
    color: #ffffff;
    cursor: pointer;
}
.portfolio:hover:before {
    opacity: 0.5;
}
.portfolio:hover a{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio:hover a:nth-child(2){
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio:hover a:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.portfolio-content{
    padding: 10px;
}
.portfolio-content h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 10px;
}
.portfolio-content h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4cb050;
}
/*-----------------------
News Boxes
-----------------------*/
.news-box {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin: 20px 0px;
    max-width: 100%;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.news-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news-box img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    opacity: 0.75;
}

.news-box .news-content {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
}

.news-box .date {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.news-box .date span {
    display: block;
    line-height: 14px;
}

.news-box .date .month {
    font-size: 11px;
}

.news-box h3,
.news-box p {
    margin: 0;
    padding: 0;
}
.news-box h3{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}
.news-box .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(76, 176, 80, 0.75);
    font-size: 65px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.news-box .hover a{
    color: #ffffff;
    z-index: 1;
}
.news-box .hover a:hover,
.news-box .hover a:active,
.news-box .hover a:visited{
    color: #ffffff;
}
.news-box:hover .hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.news-box:hover .news-content {
    opacity: 0;
}

.news-box:hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*===================================================================================
02. NAVIGATION STYLES
=====================================================================================*/
nav.navbar.bootsnav{
    z-index: 999;
}
nav.navbar.bootsnav ul.nav > li > a{
    letter-spacing: 1px;
    font-weight: 600 !important;
    color: #616771 !important;
    font-size: 13px !important;

}
nav.navbar.bootsnav.navbar-theme ul.nav > li > a{
    padding: 20px 15px !important;
    color: #ffffff !important;
}
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }

    nav.navbar .navbar-brand img.logo{
        width: 150px;
    }

    nav.navbar .navbar-brand{
        margin-top: 5px;
    }

    nav.navbar .navbar-brand img.logo{
        width: 150px;
    }

    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: none !important;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }

    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }

    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*===================================================================================
03. OTHEER SECTION STYLES
=====================================================================================*/
/*-----------------------
Main Header
-----------------------*/
header.main-header .top-header{
    background: url('../images/top-bg.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}
header.main-header .top-header .welcome-holder{
    padding: 12px 0px 8px 0px;
    text-align: left;
}
header.main-header .top-header .time-holder{
    padding: 12px 0px 8px 0px;
    text-align: right;
}
header.main-header .logo-holder{
    padding: 20px 0px;
}
header.main-header .header-contact{
    padding: 20px 0px;
}
header.main-header .header-contact h6{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #a2a2a2;
    margin-top: 5px;
    line-height: 18px;
}
header.main-header .header-contact h4{
    font-size: 18px;
}
header.main-header .header-contact .contact-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
}

/*-----------------------
Main Banner
-----------------------*/

section.main-banner .banner-title{
    padding: 70px 0px;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
}
section.main-banner .banner-title h2{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;

}
section.main-banner .banner-title h5{
    font-weight: 400;
}
section.main-banner .breadcrumb-holder{
    padding-top: 5px;
    height: 50px;
    background: #eeeeee;
}
section.main-banner .breadcrumb-holder ul.breadcrumb{
    background: transparent;
}
/*-----------------------
Slider
-----------------------*/

section.main-slider{
    position: relative;
}
section.main-slider .bx-wrapper{
    border: 0px;
}
section.main-slider .slider-text {
    position: absolute;
    z-index: 99;
    text-align: center;
    bottom: 35%;
    width: 100%;  
}
section.main-slider .slider-text h2{
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
section.main-slider .slider-text h5{
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
section.main-slider .bx-wrapper .bx-pager {
    bottom: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
section.main-slider .bx-wrapper .bx-pager a {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 5px;
    margin: 0 4px;
    opacity: 0.3;
    outline: 0 none;
    text-indent: -9999px;
    width: 18px;
}
section.main-slider .bx-wrapper .bx-pager a:hover,
section.main-slider .bx-wrapper .bx-pager a:active,
section.main-slider .bx-wrapper .bx-pager a:focus,
section.main-slider .bx-wrapper .bx-pager a.active{
    opacity: 1;
    background: #fff;
}
/*-----------------------
FAQ
-----------------------*/
.faq-item .faq-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
}


/*-----------------------
404
-----------------------*/
.not-found{
    margin: 20px 0px;
    text-align: center;
}
.not-found h2{
    font-size: 100px;
    margin-bottom: 20px;
}
.not-found h5{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
/*-----------------------
Login/Signup
-----------------------*/
section.auth .form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
section.auth .form-signin .form-signin-heading, 
section.auth .form-signin .checkbox
{
    margin-bottom: 10px;
}
section.auth .form-signin .checkbox
{
    font-weight: normal;
}
section.auth .form-signin .form-control
{
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}
section.auth .form-signin .form-control:focus
{
    z-index: 2;
    box-shadow: none;
}
section.auth .form-signin input[type="email"],
section.auth .form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
section.auth .form-signin input[type="password"]
{
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section.auth .account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
section.auth .profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
section.auth .need-help
{
    margin-top: 10px;
}
section.auth .new-account
{
    display: block;
    margin-top: 10px;
}

/*-----------------------
Call to Action Section
-----------------------*/

section.call-to-action .action-content h2{
    font-weight: 300;
    margin-bottom: 20px;
}
section.call-to-action .action-content p{
    font-size: 16px;
    letter-spacing: 0.5;
    line-height: 32px;
    margin-bottom: 20px;
}
section.call-to-action.action-light{
    background: #fff;
}

section.call-to-action.action-gradient .action-content h2,
section.call-to-action.action-gradient .action-content p,
section.call-to-action.action-dark-image .action-content h2,
section.call-to-action.action-dark-image .action-content p{
    color: #ffffff;
}
section.call-to-action.action-light-image{
    background: url('../images/call-bg1.jpg') center center no-repeat;
    background-size: cover;
}
section.call-to-action.action-dark-image{
    background: url('../images/call-bg2.jpg') center center no-repeat;
    background-size: cover;
}
section.call-to-action .action-button{
    margin-top: 30px;
    text-align: right;
}

/*-----------------------
Portfolio Section
-----------------------*/

section.portfolio-section .portfolio-filter{
    text-align: center;
    margin-bottom: 30px;
}
section.portfolio-section .portfolio-filter ul li a{
    padding: 8px 12px;
    border:1px solid #ddd;
    color: #616771;
    letter-spacing: 1px;
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 50px;
}

section.portfolio-section .portfolio-slider .item{
    margin: 20px 0px;
}


/*-----------------------
Blog Section
-----------------------*/

/* Blog Sidebar */

section.blog .sidebar .sidebar-title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
section.blog .sidebar .search-box .form-control{
    border-radius: 0px;
    min-height: 45px;
    border-right: none !important;
    border: 1px solid #ddd;
}
section.blog .sidebar .search-box .form-control:focus{
    box-shadow: none;
    border: 1px solid #ddd;
}
section.blog .sidebar .search-box .btn-search{
    border-radius: 0px;
    min-height: 45px;
    background: transparent;
    border: 1px solid #ddd;
    border-left: none !important;
    font-size: 18px;
}
section.blog .sidebar .recent-entries .post-item{
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
section.blog .sidebar .recent-entries .post-item:last-child{
    border-bottom: 0px;
}
section.blog .sidebar .recent-entries .post-thumb{
    width: 80px;
    height: 80px;
    padding-right:10px;
}
section.blog .sidebar .recent-entries h5.post-title{
    font-weight: 600;
    line-height: 28px;
}
section.blog .sidebar .recent-entries h5.post-title a,
section.blog .sidebar .recent-entries h5.post-title a:hover,
section.blog .sidebar .recent-entries h5.post-title a:active{
    color: #616a73;
}
section.blog .sidebar .recent-entries p.post-date{
    color: #adadad;
}
section.blog .sidebar .categories .list-group .list-group-item{
    font-weight: 700;
}

section.blog .sidebar .categories .list-group .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
section.blog .sidebar .categories .list-group .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}
section.blog .sidebar .tags .tag-items li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
section.blog .sidebar .tags .tag-items li a{
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #616a73;
}


/* Blog Single */

section.blog .blog-content-holder{
    margin: 20px 0px; 
}
section.blog .blog-image{
    margin-bottom: 20px;
}
section.blog .blog-title{
    margin: 20px 0px;
}
section.blog .blog-title h3{
    font-size: 24px;

}
section.blog .blog-meta ul{
    margin: 0px;
    padding: 0px;
}
section.blog .blog-meta{
    margin-bottom: 50px;
}
section.blog .blog-meta ul li{
    float: left;
    margin-right: 20px;
}
section.blog .blog-meta ul li span
{
    color:#adadad;
}
section.blog .blog-content{
    clear: both;
}
section.blog .blog-header{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
section.blog .card-action {
    overflow: hidden;
    padding: 15px;
    border: 1px solid #dddddd;
    margin-top: 20px;
}
section.blog .card-author img,section.blog .card-author-content {
    display: inline-block;
    vertical-align: middle;
}
section.blog .card-author-bio {
    padding-left: 70px;
}
section.blog .card-author img {
    border-radius: 50%;
    margin-right: 0.6em;
}
section.blog .comment-list{
    padding: 15px;
    border: 1px solid #dddddd;
}
section.blog .comment-list .row {
    margin-bottom: 0px;
}
section.blog .comment-date{
    font-weight: 600;
}
section.blog .comment-list figure.thumbnail {
    border: none;
}
section.blog .comment-list .panel {
    border-radius: 0px;
}
section.blog .comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
section.blog .comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    section.blog .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    section.blog .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    section.blog .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    section.blog .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #ddd;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    section.blog .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: #ddd;
        border-width: 16px;
        background: #ddd;
    }
    /*Background color effect*/
    section.blog .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #ddd;
        border-width: 15px;
    }
}
section.blog .comment-list .comment-post {
    margin-top: 6px;
}
section.blog .comment-form{
    padding: 15px;
    border: 1px solid #dddddd;
}
section.blog .comment-form .form-control {
    border-radius: 0;
    min-height: 40px;
}
section.blog .comment-form .form-control:focus {
    box-shadow: none;
}



/*-----------------------
Services
-----------------------*/
.service-menu .nav-pills>li.active>a,.service-menu .nav-pills>li.active>a:hover,.service-menu .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}
.service-menu .nav-pills>li>a {
    border-radius: 0px;
}
.service-menu a {
    color: #334550;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.service-menu a:hover {
    color: #000;
    text-decoration: none;
}
.service-menu .nav-stacked> li:first-child {
    border-top: 1px solid #dadada;
}
.service-menu .nav-stacked> li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
/*-----------------------
About
-----------------------*/


section.about-info .about-message{
    margin: 20px 0px;
}
section.about-info .about-message .person-message{
    padding: 20px;
    position: relative;
}
section.about-info .about-message .person-message .quote-icon{
    position: absolute;
    width:60px;
    height: 60px;
    background: #ffffff;
    text-align: center;
    display: block;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);  
    top: -30px;
}
section.about-info .about-message .person-message .quote-icon span{
    font-size: 30px;
    line-height: 50px;
}
section.about-info .about-message .person-message p{
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;

}

/*-----------------------
Home Featured
-----------------------*/
section.home-featured{
    position: relative;
    background: url('../images/home-info-bg.jpg') no-repeat center center;
    background-size: cover;
}

section.home-featured .home-intro{
    position: relative;
}
section.home-featured .home-intro .home-info{
    padding: 80px 0px 40px 0px;
}
section.home-featured .home-intro .home-info h3{
    margin-bottom: 20px;
}
section.home-featured .home-intro .home-info p{
    color: #ffffff;
}
section.home-featured .home-counter{
    padding: 40px 0px 80px 0px;
}
section.home-featured .home-image{
    position: absolute;
    bottom: 0px;
    right: 300px;
}
/*-----------------------
Team Slider
-----------------------*/

section.team .team-slider .item{
    margin: 5px;
}
/*-----------------------
Portfolio Single
-----------------------*/
section.single-portfolio .portfolio-meta-item{
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
}
section.single-portfolio .portfolio-meta-item h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
}
section.single-portfolio .portfolio-meta-item .icon{
    font-size: 40px;
    margin-bottom: 10px;
}
/*-----------------------
Contact
-----------------------*/
.contact-holder{
    position: relative;
    margin-top: -150px;
}
.contact-holder .contact-form{
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
    box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
}
.contact-holder .contact-form .form-control{
    border-radius: 0;
    min-height: 40px;
}
.contact-holder .contact-form .form-control:focus {
    box-shadow: none;
}
.google-map {
    min-height: 450px;
}

/*-----------------------
Quote
-----------------------*/
.quote-image{
    margin-top: 20px;
    position: relative;
}
.request-holder{
    position: relative;
    margin-top: -80px;
}
.request-holder .quote-from{
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
    box-shadow: 2px 0px 68px 6px rgba(0,0,0,0.3);
}
.request-holder .quote-from .form-control{
    border-radius: 0;
    min-height: 40px;
}
.request-holder .quote-from .form-control:focus {
    box-shadow: none;
}
/*-----------------------
Footer
-----------------------*/
footer.main-footer{
    background: #1a1a1a;
}
footer.main-footer .footer-copyright, 
footer.main-footer .footer-social-holder{
    margin: 20px 0;
    text-align: center;   
}
footer.main-footer ul.footer-social{
    display: inline-table;
}
footer.main-footer ul.footer-social li{
    display: inline;
    margin: 0 10px;
}
footer.main-footer ul.footer-social li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #4cb050;
    border-radius: 50%;
    color: #4cb050;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
footer.main-footer .footer-widget{
    margin: 20px 0px;
}
footer.main-footer .footer-widget .footer-widget-title h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
footer.main-footer .footer-widget img{
    margin-bottom: 10px;
}
footer.main-footer .footer-widget ul li a{
    color: #616771;
}
footer.main-footer .newsletter-box .form-control{
    background: #292929;
    border: 1px solid #292929;
    border-radius: 0px;
    min-height: 42px;
}
footer.main-footer .newsletter-box .form-control:focus{
    box-shadow: none;
}
/*===================================
04. RESPONSIVE STYLES
===================================*/
/* Larger Devices*/
@media only screen and (max-width: 1599px) {
    section.home-featured .home-image{
        right: 150px;
    }

}
/* Larger Devices*/
@media only screen and (max-width: 1399px) {
    section.home-featured .home-image{
        right: 100px;
    }

}
/* Large Devices*/
@media only screen and (max-width: 1199px) {
    section.main-slider .slider-text h2{
        font-size: 50px;
    }
    section.main-slider .slider-text h5{
        font-size: 20px;
    }
    section.home-featured .home-image{
        right: 50px;
    }

}
/* Medium Devices*/
@media only screen and (max-width: 991px) {
    section.main-slider .slider-text h2{
        font-size: 40px;
    }
    section.main-slider .slider-text h5{
        font-size: 15px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background-color: transparent;
        color: #ffffff;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
        color: #fff !important;
        text-transform: uppercase;
    }
    section.home-featured .home-image{
        display: none;

    }
    section.home-featured .counter-item{
        text-align: center;
    }
    section.home-featured .home-intro .home-info{
        text-align: center;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    section.main-slider .slider-text h2{
        font-size: 30px;
    }
    section.main-slider .slider-text h5{
        font-size: 10px;
    }
    section.main-slider .slider-text{
        bottom: 25%;
    }
    header.main-header .top-header .welcome-holder{
        text-align: center;
    }
    .request-holder,.contact-holder {
        margin-top: 0px;
    }
    section.call-to-action .action-button{
        text-align: left;
        margin-top: 0px;
        padding-bottom: 40px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 550px) {
    section.main-slider .slider-text{
        display: none;
    }
}
