body{
    margin:0;
    padding: 0;
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    font-size: 14px;
    color:#777;
    background-color: #0b0b0b;

}
a{ 
    color: #777; 
    text-decoration: none; 
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover,a:focus,a:active{
    color:#3dc0f6;
    text-decoration: none;
}
b{
    color:#3dc0f6;    
}

/******************typography**************************/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-weight: 700;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    line-height: 20px;
}
iframe {
    width:100%;
    overflow: hidden;
}
.entry-video iframe,
.entry-video object,
.entry-video embed {
    width: 100%;
    height: 100%;
}

.no-space{
    padding: 0px;
    border: 1px solid #FFF;
}

/************************margins for given margin in columns**********************/
#wrapper .margin-btm0{
    margin-bottom: 0px;
}
.margin-btm10{
    margin-bottom: 10px;
}
.margin-btm20{
    margin-bottom:20px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.margin-btm60{
    margin-bottom: 60px;
}
.margin-btm80{
    margin-bottom: 80px;
}
.space20,.space40,.space60{
    clear: both;
    width: 100%;
}
.space20{
    height: 20px;
}
.space40{
    height: 40px;
}
.space60{
    height: 60px;
}

/**********************************************bootstrap .btn overrides**************************************/
.btn{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/***************buttons*******************/
.btn-theme{
    background-color: transparent;
    color:#3dc0f6;
    border:2px solid #3dc0f6;

}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
    background-color: #3dc0f6;
    color:#fff;
    border-color:#3dc0f6;
}

.btn-theme-bg{
    background-color: #333;
    color:#fff;
    border:1px solid #333;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    border-radius: 2px;
}
.btn-theme-bg:hover,.btn-theme-bg:focus,.btn-theme-bg:active{
    background-color: #3dc0f6;
    border:1px solid #3dc0f6;
    color:#fff;
}
/*TOP BAR*/
#header-top-bar {
    background-color: #3dc0f6;
     color: #fff;
}
#header-top-bar a{
    color: #fff;
}
#header-top-bar ul{
    margin: 0px;
    padding: 0px;
}
#header-top-bar ul li{
    padding: 0px 3px;
}
#header-top-bar ul li i{
    margin-bottom:  0px;
    background: none;
    font-size: 18px;
}
#header-top-bar .header-top-title{
    display: none;
}
/*BOOTSTRAP NAV*/
.navbar-trans {
    background-color: #2A2B29;
background-image: url('../../../uploads/2015/02/tpbg.jpg');

height:30px;
    margin-bottom: 0px;
    -webkit-transition: background .5s ease-in-out, padding-top .5s ease-in-out, padding-top .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding-top .5s ease-in-out, padding-top .5s ease-in-out;
    transition: background .5s ease-in-out, padding-top .5s ease-in-out, padding-top .5s ease-in-out;
}
.navbar-trans.sticky-menu {
    background-color: #2A2B29;
background-image: url('../../../uploads/2015/02/tpbg.jpg');
height:30px;
    padding: 6px 0px 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-inverse {
    border: 0;
    border-radius: 0;
   color: #fff;

}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
padding-top:15px;
}
.navbar-inverse .navbar-nav>li.current-menu-item>a,  .navbar-inverse .navbar-nav>li.current-menu-item>a:hover,  .navbar-inverse .navbar-nav>li.current-menu-item>a:focus,  .navbar-inverse .navbar-nav>li>a:hover,  .navbar-inverse .navbar-nav>li>a:focus,  .navbar-inverse .navbar-nav>li.open>a,  .navbar-inverse .navbar-nav>li.open>a:hover,  .navbar-inverse .navbar-nav>li.open>a:focus {
    color:#fff!important;    
text-decoration:underline;
}
.navbar-inverse .navbar-nav .dropdown-menu li a,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:active {
    background-color: #3dc0f6;

    color: #fff;
}
.navbar .navbar-header a.navbar-brand {
    padding-top: 8px;
text-align:right;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #2a2b29;
    color: #fff;
}
/*=========---------------------------------------- Forms -------------------------------=========*/

select,
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #3dc0f6;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*****************SERVICE BOX1*******************/
.services-box1{
    text-align: center;
    padding: 15px;
    border:1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.services-box1 .service-box-front {
    transform: rotateY(0deg);
    z-index: 1;    
}
.services-box1 .service-box-back ,.services-box1 .service-box-front {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s;
}
.services-box1 .service-box-back {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-180deg);
    width: 100%;
    z-index: -1;
    color: #fff;
}
.services-box1 .service-box-back h4{
    padding: 25px 10px 10px;
    color: #fff;
}
.services-box1 .service-box-back p{
    padding: 10px 15px;
    color: #fff;
}
.services-box1:hover .service-box-back {
    transform: rotateY(0deg);
    z-index: 1;
    background: #3dc0f6;
    height: 100%;
    cursor: pointer;
    opacity: .8;
}
.services-box1:hover .service-box-front {
    transform: rotateY(180deg);
    z-index: -1;
}
.services-box1 i{
    width:64px;
    height:64px;
    line-height:64px;
    font-size:30px;   
    text-align:center;
    color:#3dc0f6;
    margin-bottom: 15px;
    border:2px solid #3dc0f6;
    margin-bottom: 20px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    -o-border-radius: 50%; 
    border-radius: 50%; 
}
.services-box1 h4{
    color:#333;
    font-size: 23px;
    font-weight: 400;
}
.services-box1 p{
    text-align: justify;
}

/************************BREADCRUMB*******************/
.breadcrumb-wrapper {
    background-color: #fff;
    padding: 20px 0px;

    border-bottom: 1px solid #d2d3d4;
    border-top: 1px solid #d2d3d4;
}
.breadcrumb-wrapper h1 {
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
.breadcrumb {
    background-color: transparent;
    margin: 6px 0 0;
    padding: 0;
float:left;
width:200px;
}
.breadcrumb li, .breadcrumb li a {
    color: #333333;
}
.breadcrumb li:last-child {
    font-weight: 600;
}
/**********************PORTFOLIO*******************/
.latest-work{
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.latest-work .work-desc{
    text-align: center;
}
.work-desc{
    padding: 20px 0;    
}
.work-desc h3{
    font-size: 18px;
}
.work-desc p{
    font-size: 13px;
}
#grid .mix{
    display: none;
    opacity: 0;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style-type: none;
}
.portfolio-filters li{
    display: inline-block;
    padding: 10px 18px;
    background-color: #000;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    color:#fff;
    -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;
}

.portfolio-filters li:hover,.portfolio-filters li.active{
    background-color:#3dc0f6;
    color:#fff;
}
/*************************image hover*******************************/

.image-wrapper{
    position: relative;
    overflow: hidden;
    display: block;
}
.image-overlay {
    text-align: center;
    opacity: 0;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-overlay .control-icon {
    position: absolute;
    top: 38%;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}
.blog-list .image-overlay .control-icon {
    top: 40%;
}
.image-overlay .control-icon a i {
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 35px;
    background: #3dc0f6;
}
.image-wrapper:hover .image-overlay {
    opacity: 1;
}
/******************************************latest news and blogs**************************/

.latest-post{
    padding: 20px 15px 10px;
    border: 1px solid #eee;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.latest-post-desc h3{
    font-size: 20px;
    padding-top: 18px;
}
.latest-post-meta{
    margin-bottom: 10px;
    display: block;
}

/*BLOG*/
.blog-desc{
    padding:20px 0px;
}
.meta-separator{
    padding: 0 5px;
}
.blog-desc h3{
    font-size: 18px;
}
.releted-post .blog-desc h3{
    font-size: 15px;
}
.blog-desc p,.meta-separator{
    font-size: 13px;
}
.blog-desc .lead{
    font-size: 18px;
}
.blog-meta {
    float: left;
}
.blog-meta span{
    padding-left: 10px;
}
.blog-desc .post-tags a{
    background-color: #777;
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 7px;
    display: inline-block;
}
.blog-desc .post-tags a:hover{
    background-color: #3dc0f6;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 7px;
}

/*COMMENTS*/
.comment-form-wrapper{
    margin-top: 30px;
}
.comment-list{
    margin:20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.comment-list p{
    overflow: hidden;
}
.comment-list img{
    width:64px;
    height: 64px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    float: left;
    margin-right: 15px;
}
form.comment-form input{
    height: 45px;
}
.comment-form input[type="submit"]{
    float: right;
    margin-right: 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    background-color: #3dc0f6;
    border: 1px solid #3dc0f6;
    color: #fff;

}
/*******************contact***************/
.google_map{
    margin-bottom: 25px;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{
    height: 43px;
    background-color: #f4f4f2;
}

.wpcf7-form textarea{
    background-color: #f4f4f2;
}
.wpcf7-submit.btn-theme-bg{
    padding: 10px 16px;
	float:right;
}
div.wpcf7-validation-errors{
    border: 2px solid #3dc0f6;
}


/*************social icons********************/
.widget .social-list li{
    padding: 0 4px;
    border-bottom: none;
}
.social-list li a i{
    display: inline-block;
    text-align: center;
    width:32px;
    height: 32px;
    line-height: 32px;
    color:#fff;
    margin-bottom: 10px;
}
.social-list li a i.facebook{
    background-color: #3276b1;
}
.social-list li a i.linkedin:hover{
    background-color: #000;
}
.social-list li a i.linkedin{
    background-color: #3276b1;
}
.social-list li a i.facebook:hover{
    background-color: #000;
}
.social-list li a i.twitter{
    background-color: #21a5dc;
}
.social-list li i.twitter:hover{
    background-color: #000;
}
.social-list li i.google-plus{
    background-color:#c9302c;
}
.social-list li i.google-plus:hover{
    background-color: #000;
}
.social-list li i.pinterest{
    background-color:#cb2027;
}
.social-list li i.pinterest:hover{
    background-color: #000;
}
.social-list li i.instagram{
    background-color:#3F729B;
}
.social-list li i.instagram:hover{
    background-color: #000;
}
/********sidebar *************/
.sidebar{
    margin-bottom: 15px;
}
.sidebar-box{
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 25px;
}
.b-search-form .form-control{
    margin-bottom: 0px;
    height: 30px;
}
.b-search-form .form-inline .input-group{
    width: 100%;
}
.sidebar-box .col-heading{
    margin-bottom: 15px;
}
.sidebar-box .col-heading h3{
    font-size: 15px;
}

/*Bootstrap pagination*/
.col-md-12.pagination-wrap {
    clear:both;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    z-index: 2;
    color: #fff;
    background-color: #3dc0f6;
    border-color: #3dc0f6;
    cursor: default;
}
.pagination li a{
    color: #333;
}
.pagination li a:hover{
    color: #3dc0f6;
}

/***********VTABS*****/
.panel-default {
    border-color: #eee;
    margin-bottom: 5px;
}
.panel-default>.panel-heading {
    color: #333;
    border-color: #eee;
    cursor: pointer;    
}
.panel-heading span:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.panel-heading.collapsed span:after {
    content: "\f067";
    float: right;
}
/* THEME REQUIRED CLASSS*****************/
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin:15px auto;
}
.bypostauthor {}
.wp-caption { 
    max-width: 100%;
    border:1px solid #ccc;
    background:#eee;
    padding:5px;
}
.wp-caption .wp-caption-text {
    text-align:center;
    margin-top:5px;
    margin-bottom: 5px;
}
.wp-caption img { 
    margin-bottom: 10px!important;
    display: block;
}
.gallery-caption { 
    margin-left: 0; 
    margin-bottom: 10px;
    padding: 0px 10px;
}
.sticky .entry-date {
    display: none;
}
.gmnoprint img {
    max-width: none !important;
}

/**********WIDGETS*************/
.widget ul {
    list-style: none;
    padding-left: 15px;
}
.widget ul li{
    padding: 5px 0;
    border-bottom: 1px solid #e0dede;
}
.widget ul li a{
    display: block;
    color:#777;    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.widget ul li a:hover{
    color:#3dc0f6;
}
.widget li:last-child{
    border-bottom: none;
}
.widget .recent-work{
    padding: 1px;
}
.widget .tagcloud a{
    background-color: #333;
    border-radius: 2px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 8pt !important;
    line-height: 22px;
    margin: 3px 0 0;
    padding: 5px 7px;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
}
.widget .tagcloud a:hover {
    background-color: #3dc0f6;
}
footer .widget ul li{
    border-bottom: 1px solid #555;    
}
footer .widget ul li a{
    color:#eee;
    font-size: 13px;
}


/*******************************col heading***********************/
.col-heading{
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}
.col-heading h3{
    color:#000;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.col-heading span.col-line{
    width:54px;
    height: 1px;
    background-color: #3dc0f6;
    display: block;
    margin: 5px 0px;
}
/**************headings**************/
.section-heading{
    margin-bottom: 60px;
}
.section-heading h1{
    color:#000;
    font-weight: 500 ;
    margin-top: 0px;
}
.section-heading span.heading-line{
    display: block;
    width:100px;
    height: 1px;
    background-color: #3dc0f6;
    margin: auto;
}

/***************************SERVICE PAGE********************/
.what-do-inner i{
    width:50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #3dc0f6;
    color:#3dc0f6;
    font-size: 30px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out; 
}
.what-do-inner:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); 
    -o-transform: rotateY(360deg);
    background-color: #3dc0f6;
    color:#fff;
}
.what-do-inner h3{
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
/*progress bar*/
h3.heading-progress {
    font-size: 14px;
    margin-bottom: 6px;
}
.progress {
    height: 25px;
}
.progress-bar {
    line-height: 25px;
    background-color:#3dc0f6;
}
/*************TEAM*************/
.team-member {
    background: #fff;
    cursor: pointer;
    margin-bottom:10px;
}
.team-member h5 {
    color: #3dc0f6;
}
.team-member:hover {
    background-color: #3dc0f6;
    color: #fff;
}
.team-member-desc span{
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.team-member:hover img {
    opacity: .7;
}
.team-member .team-member-desc {
    padding: 10px;
}
.team-member ul li i {
    font-size: 18px;
}
.team-member:hover i,  .team-member:hover h5 {
    color: #fff;
}
/********************tabs***********************/

.tabs-wrap {
    border: 1px solid #eee;
}
.nav-tabs {
    border-bottom: 1px solid #eee;
}
.tabs-wrap .nav-tabs li a {
    border-left:  1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 -1px;
    overflow: hidden;
    padding: 12px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.tabs-wrap .nav-tabs li.active a:hover,
.tabs-wrap .nav-tabs li.active a:focus,
.tabs-wrap .nav-tabs li.active a:active,
.tabs-wrap .nav-tabs li.active a,
.tabs-wrap .nav-tabs li.active a:hover{
    border-bottom: 3px solid #3dc0f6;
    color: #3dc0f6;
}
.tabs-wrap .tab-content {
    background: none repeat scroll 0 0 #fff;
    padding: 15px 8px;
}
.tab-content p {
    overflow: hidden;
}
/***************************pricing tables***************************/
.price-box{
    border:1px solid #eee;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.price-box:hover{
    margin-top: -7px;
}
.price-box h4{
    font-weight: 400;
    font-size: 30px;
    padding: 30px 0;
    background-color: #555;
    color: #fff;
}
.price-digit{
    font-size: 43px;
    padding: 20px 0;
    margin-bottom: 0px;
    color:#000;
    border-bottom: 1px solid #d5d5d5;
}
.price-digit span{
    font-size: 14px;
    font-weight: 400;
    color:#777;
}
.price-desc{
    padding:20px 7px;
}
.popular{
    display: inline-block;
    padding: 4px 8px;
    background-color: #3dc0f6;
    color:#fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    text-transform: uppercase;
}
.popular-plan h4{
    background-color: #3dc0f6;
    color:#fff;
}
.price-join-btn {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.price-desc ul {
    padding-left: 0px;
    list-style: none;
}
.price-desc li {
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.price-desc li:last-child {
    border-bottom: none;
}
/****************testimonials***********************/
.quote-text {
    background-color: #f4f4f2;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #3dc0f6;
    -moz-box-shadow: 0 2px 0 #3dc0f6;
    box-shadow: 0 2px 0 #3dc0f6;
}
.quote-text:before {
    border: solid 14px transparent;
    z-index: 3;
    border-top-color: #f4f4f2;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}
.quote-text:after {
    border: solid 4px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: #3dc0f6;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}
.quote-text:before, .quote-text:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.3 !important;
}
.quote-author strong {
    font-size: 14px;
    display: block;
}

/*****highlight section shadow *********/
.highlight-sec:before {
    display: block;
    content: "";
    height: 18px;
    position: absolute;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.5);
    bottom: -23px;
}
/******************SERVICE LIST********************/

.services-list{
    margin-bottom: 30px;
}
.services-list h3{
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
}
.services-list i{
    color:#3dc0f6;
    width:50px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:1px solid #3dc0f6;
    font-size: 25px;
    margin-right: 10px;
}
.services-list p{
    overflow: hidden;
    font-size: 14px;
}

.work-with{
    overflow: hidden;
    position: relative;
    padding: 25px 0;
    background-color: #f9f9f9;
    text-align: center;
    border-left: 3px solid #3dc0f6;
    border-top: 1px solid #eee;
}
.work-with h3{
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}
.work-with p{
    margin-bottom: 0px;
}
/**************EXTRA************/
.fullwidth-section{
    width: 100%;
    color: #fff;
    text-align: center;
}
.fullwidth-section .about-counter{
    background: none;
}
.about-counter {
    background-color: #f4f4f2;
    padding: 5px;
}
.about-counter h2 {
    color: #3dc0f6;
    font-size: 40px;
}
.portfolio-extended{
    padding: 0px;
}
.mc4wp-form input[type="submit"],.mc4wp-form input[type="submit"]:hover{
    background-color: #3dc0f6;
    color: #fff;
}
/************************************quote********************/
.quote-items .quote {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.quote-items .quote i {
    color: #3dc0f6;
    font-size: 25px;
    vertical-align: top;
    margin: 0 5px;
}
.quote-items .quote-author {
    font-size: 20px;
    font-weight: 600;
}
/**************************footers*****************************************/
#footer{
    padding-top: 2px;
    margin-top: 5px;
    padding-bottom: 5px;
    background-color: #3c4140;
    color:#eee;
}
.footer-btm{
    padding: 7px 0;    
    background-color: #292d2b;

}
.footer-btm p{
    margin: 5px;
    color:#FFF;
    font-weight: bold;
}

@media(max-width:768px) {
    .navbar-trans{
        background-color: #fff;
        padding: 6px 0px 0px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
        box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);  
    }
    .navbar-inverse .navbar-toggle {
        background-color: #333;
    }
    .navbar-inverse .navbar-nav>li.current-menu-item>a,  .navbar-inverse .navbar-nav>li.current-menu-item>a:hover,  .navbar-inverse .navbar-nav>li.current-menu-item>a:focus,  .navbar-inverse .navbar-nav>li>a:hover,  .navbar-inverse .navbar-nav>li>a:focus,  .navbar-inverse .navbar-nav>li.open>a,  .navbar-inverse .navbar-nav>li.open>a:hover,  .navbar-inverse .navbar-nav>li.open>a:focus {
        background-color: #3dc0f6;
        color:#fff;
    }
    .tabs-wrap  .nav-tabs li {
        float: none;        
        width: 100%;
    }
    .tabs-wrap .nav-tabs li a {
        border: 1px solid #eee;
    }
    .quote-items .quote {
        font-size: 25px;
    }
    .quote-items .quote i {
        font-size: 15px;
    }
    .fullwidth-section h2{
        font-size: 20px;
    }
    .fullwidth-section h3{
        font-size: 16px;
    }
}
@media(min-width:768px){
    .navbar-inverse .navbar-nav .dropdown-menu li a{
        color:#fff;
        padding: 12px 18px;
        line-height: 16px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 13px;
        
    }  
    .navbar-inverse .navbar-nav  .dropdown-menu li:last-child a{
        border-bottom: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus,  .navbar-inverse .navbar-nav .dropdown-menu > li > a:active {
        background-color:#f6f6f6;
        color:#fff;
        border-left-color: #3dc0f6;
    }
    .classic-fullwidth .blog-desc,.classic-fullwidth .work-desc{
        padding: 5px 0;
    }
}
@media(max-width:360px) {    
    .quote-items .quote {
        font-size: 16px;
    }
    .fullwidth-section h2{
        font-size: 16px;
    }
    .fullwidth-section h3{
        font-size: 14px;
    }
}
.page-id-10 #breadcrumb-wrapper {
    display: none;
}