/*
Theme Name: AccessPress Staple Pro
Theme URI: http://accesspressthemes.com/wordpress-themes/accesspress-staple-pro/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: AccessPress Staple Pro is a premium multipurpose WordPress theme that has been developed for all kinds of websites, niches, and projects. A theme with flexible design and easy to navigate layouts, this WordPress theme is perfect for all purposes, be it cooperative websites, business sites, travel companies, photography websites or creative agencies..
Version: 3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: accesspress-staple-pro
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, featured-image-header,  theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 AccessPress Staple Pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 Links
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
@import "css/fonts.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
    display: block;
}

ol, 
ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, 
th, 
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
}

blockquote, 
q {
    quotes: "" "";
}

a:focus {
    outline: 0 none;
}

a:hover, 
a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body, 
button, 
input, 
select, 
textarea {
    color: #444;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #555;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 15px;
  padding-left: 32px;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 64px;
  left: 0;
  position: absolute;
  top: -28px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: none repeat scroll 0 0 #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, 
kbd, 
tt, 
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: outside none disc;
}

ol {
    list-style: outside none decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 10px;
}

td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
}

#wp-calendar a {
    color: #0fc8ed;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.navigation .nav-links a, 
.bttn, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: none repeat scroll 0 0 #0fc8ed;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.navigation .nav-links a:hover, 
.bttn:hover, button, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: none repeat scroll 0 0 #0a87a1;
    color: #ffffff !important;
}

input[type="checkbox"], 
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"] {
    border: 1px solid #ccc;
    color: #666;
    height: 36px;
    width: 100%;
    border-radius: 3px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
textarea:focus {
    border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
    border: medium none;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    border: 1px solid #ccc;
    color: #666;
    height: 125px;
    max-width: 100%;
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #0fc8ed;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:visited {
}

a:hover, 
a:focus, 
a:active {
    color: #0A87A1;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after, 
.site-header:before, .site-header:after, 
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.ak-container:after, .ak-container:before {
    content: "";
    display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after, 
.ak-container:after {
    clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

h1.entry-title {
    background: url("images/title-bg.png") repeat-x scroll left bottom;
    color: #666;
    width: 100%;
}

.entry-title a {
    color: #666;
}

.hentry {
    margin: 0 0 15px;
}

/*.byline, 
.updated {
    display: none;
}*/

.single .byline, 
.group-blog .byline, 
.posted-on {
    display: inline;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-right: 15px;
}

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry, 
.search article.hentry, 
.archive article.hentry, 
.tag article.hentry, 
.category article.hentry {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

article.hentry .entry-footer > span {
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    background: url("images/title-bg.png") repeat-x scroll left bottom;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 0;
}

#title_bread_wrap {
    background: none repeat scroll 0 0 #efefef;
    margin-bottom: 30px;
    padding: 15px 0;
}

#title_bread_wrap h1.entry-title {
    margin-bottom: 0;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.single .entry-meta {
    margin-top: 10px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #01aefd;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous, 
.nav-links .nav-next {
    float: left;
    width: 50%;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    float: left;
    width: 20%;
}

.archive-thumbnail {
    margin-bottom: 20px;
}

.entry-exrecpt {
    float: right;
    width: 60%;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: left;
}

.archive-wrap .archive-btn {
    float: left;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}

.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

#comments h2.comments-title {
    background: none repeat scroll 0 0 #0fc8ed;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    background: none repeat scroll 0 0 #0fc8ed;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: -20px 0 15px -20px;
    padding: 10px 20px;
}

#commentform label {
    display: inline-block;
    width: 120px;
    color: #353535;
}

.comment-form p {
    color: #353535;
}

textarea#comment {
    height: 150px;
    width: 60%;
}

.comments-area ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    background: none repeat scroll 0 0 #fcfcfc;
    border-top: 2px solid #0fc8ed;
    margin-bottom: 20px;
    padding: 15px;
}

.comment-author img {
    margin-right: 15px;
    vertical-align: text-top;
}

.comment-author {
    float: left;
}

.comment-author .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01aefd;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: none repeat scroll 0 0 #efefef;
    color: #ccc;
    margin-top: 70px;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    color: #fff;
    font-style: italic;
}

#cancel-comment-reply-link:before {
    color: #fff;
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 5px 0 20px;
}

.logged-in-as a {
    color: #353535;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: medium none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd, 
.site-main .gallery figcaption {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/*--------------------------------------------------------------
Common css
--------------------------------------------------------------*/
embed, 
iframe, 
object {
    max-width: 100%;
}

body {
    font-weight: 400;
    background: #ffffff;
}

#page {
    background: none repeat scroll 0 0 #ffffff;
}

body.boxed-layout {
    margin: 0 auto;
    position: relative;
    width: 1240px;
    overflow: visible;
}

body.boxed-layout #outer-wrap{
    overflow: visible;
}

.ak-container {
    margin: 0 auto;
    width: 1178px;
}

.menu-toggle {
    display: none;
}

.sticky {
}

.bypostauthor {
}

.bx-wrapper * {
    direction: ltr;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#masthead {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 2px solid #0fc8ed;
    position: relative;
    z-index: 99;
}

.no-slider {
    background: none repeat scroll 0 0 #353535 !important;
    border-bottom: 3px solid #0fc8ed;
}

.home #masthead {
    background: none repeat scroll 0 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

.home #masthead.no_slider {
    background: #353535;
    position: relative;
    z-index: 999;
}

.home #masthead.classic {
    position: static;
    background: #ffffff;
}


#masthead.header-center:after {
    border-top: 1px solid #eeeeee;
    bottom: 60px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

#masthead.header-center{
    position: relative !important;
}

#masthead.header-center.transparent{
    position: absolute !important;
}

.site-branding {
    float: left;
    line-height: 58px;
}

.tagline {
    line-height: 0;
}

.logo-center .tagline {
    line-height: 0;
    margin-bottom: 15px;
}

.site-branding h1 {
    color: #353535;
    font-size: 26px;
    margin-bottom: 8px;
    margin-top: 2px;
}
.home #masthead.no_slider .site-branding h1 {
    color: #fff;
}

.site-branding.no_tagline h1 {
    margin-top: 18px;
}

.site-branding.logo-center {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.site-branding.logo-right {
    float: right;
    line-height: 58px;
}

/*--------------------------------------------------------------
Left Menu css 
--------------------------------------------------------------*/

.left_menu #nav{
    display: block;
}

.left_menu #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
}
.left_menu #nav:not(:target) {
    z-index: 1;
    height: 0;
}
.left_menu #nav:target .close-btn {
    display: block;
}
.left_menu #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
}
.left_menu #nav .block {
    position: relative;
    padding: 0;
}
.left_menu #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.left_menu #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left_menu #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
}
.left_menu #nav li a {
    padding: 0.85714em 2.14286em;
}

.js-ready .left_menu #nav {
    height: 100%;
    width: 30%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.js-ready .left_menu #nav .block {
    background: transparent;
}
.js-ready .left_menu #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.js-ready .left_menu #nav .close-btn:focus, .js-ready .left_menu #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.js-ready .left_menu #nav {
    left: -70%;
}
.js-ready .left_menu #inner-wrap {
    left: 0;
}

.js-nav .left_menu #inner-wrap {
    left: 70%;
}

.csstransforms3d.csstransitions.js-ready .left_menu #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready .left_menu #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.csstransforms3d.csstransitions.js-nav .left_menu #inner-wrap {
    -webkit-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
}

.left_menu .menu-wrap {
    display: none;
}

.left_menu .responsive-header {
    display: block;
}

.left_menu #nav-open-btn.nav-btn {
    background: none repeat scroll 0 0 #0fc8ed;
    display: block;
    float: right;
    font: 0px/0 a;
    height: 45px;
    margin: 12px 0 10px;
    width: 38px;
}

.home.left_menu #masthead {
    position: static;
}

.toggle-pad {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    height: 5px;
    margin: 0 auto 5px;
    width: 77%;
}

.toggle-pad:first-child {
    margin-top: 8px;
}

.left_menu #nav .close-btn {
    background: none repeat scroll 0 0 #0fc8ed;
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    height: 24px;
    left: 10px;
    line-height: 22px;
    opacity: 1 !important;
    text-align: center;
    text-indent: 0;
    top: -40px;
    width: 25px;
}

.left_menu #nav {
    background: none repeat scroll 0 0 #0fc8ed !important;
    padding-top: 50px;
}

.left_menu #nav ul {
    margin-left: 0;
}

.left_menu #nav ul.sub-menu {
    text-indent: 20px;
}

.left_menu #nav li a {
    position: relative;
    font-weight: 300;
    font-size: 14px;
}

.left_menu #nav ul.sub-menu > li a:after {
    background: none;
}

.left_menu #nav li:focus > a, #nav li:hover > a, 
.left_menu #nav li.current-menu-item > a, 
.left_menu #nav li.current-menu-ancestor > a {
    background:#0A87A1;
}

#nav .menu .left-toggle {
    background: none repeat scroll 0 0 #2dc3ea;
    height: 42px;
    line-height: 43px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav .menu li.current-menu-ancestor .left-toggle,
#nav .menu li.current-menu-item .left-toggle,
#nav .menu li:hover > .left-toggle{
    background: #0A87A1;
}

#nav .menu .left-toggle:after{
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 24px;
}

#nav .menu .sub-menu .left-toggle::after {
  left: -10px;
}

#nav .menu .left-toggle.active:after{
    content: "\f107";
}

#nav .sub-menu{
    display: none; 
}

/*--------------------------------------------------------------
header social
--------------------------------------------------------------*/

.header-social {
    background: none repeat scroll 0 0 #ecf0f1;
    padding: 5px 0;
}

.header-social .ak_footer_social {
    float: right;
    line-height: 45px;
}

.header-social .aps-group-horizontal {
    display: inline-block;
}

.header-social .aps-social-icon-wrapper {
    text-align: right;
}

.ak-header-text {
    display: inline-block;
    color: #141414;
}

.top-info {
    font-weight: 400;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}

.top-info a{
    color: #141414;
}

.top-info i {
  margin-right: 5px;
}

.top-info:hover,.top-info a:hover{
    color:#0FC8ED;
} 

.ak_header_social {
    display: inline-block;
    float: right;
}

.responsive-form {
    position: absolute;
    left: 50px;
    top: -50px;
    width: 90%;
}

.responsive-form .search-field,
.responsive-form .search-field:focus,
.responsive-form .search-field:active {
    border: medium none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin-top: 7px;
    padding: 0 80px 0 10px;
    width: 95%;
    -webkit-appearance:none;
}

.responsive-form .responsive-search-btn {
    height: 36px;
    position: absolute;
    right: 18px;
    top: 7px;
    background: #0A87A1;
    -webkit-appearance:none;
    border-radius: 0;
}

#nav li a{
    color: #ffffff;
}
/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

#site-navigation {
    float: right;
}

#site-navigation ul {
    list-style: outside none none;
    margin: 0;
}

#site-navigation ul.nav-menu > li {
    float: left;
    line-height: 60px;
    position: relative;
    white-space: nowrap;
    display: block;
}

#site-navigation ul.nav-menu > li a {
    border: medium none;
    color: #131313;
    display: block;
    font-weight: 300;
    padding: 0 9px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation ul.nav-menu > li:hover, 
#site-navigation ul.nav-menu > li.current-menu-item,
#site-navigation ul.nav-menu > li.current-menu-ancestor,
#site-navigation ul.nav-menu > li.current-menu-parent,
#site-navigation ul.nav-menu > li.current_page_parent {
    background: none repeat scroll 0 0 #0a87a1;
    display: block;
}

#site-navigation ul.nav-menu > li a:after {
    border: medium none;
}

#site-navigation ul.nav-menu > li:hover a,
#site-navigation ul.nav-menu > li.current-menu-item a,
#site-navigation ul.nav-menu > li.current-menu-ancestor a,
#site-navigation ul.nav-menu > li.current-menu-parent a,
#site-navigation ul.nav-menu > li.current_page_parent a,
#site-navigation ul.sub-menu li a{
    color: #ffffff;
}

#site-navigation ul.nav-menu > li:hover > a:after, 
#site-navigation ul.nav-menu > li.current-menu-item > a:after, 
#site-navigation ul.nav-menu > li.current-menu-ancestor > a:after,
#site-navigation ul.nav-menu > li.current-menu-parent > a:after,
#site-navigation ul.nav-menu > li.current_page_parent > a:after {
    background: none repeat scroll 0 0 #096e83;
    border: medium none;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-navigation ul ul {
    background: none repeat scroll 0 0 #0fc8ed;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 130%;
    z-index: 99999;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    text-align: left;
}

#site-navigation ul li {
    position: relative;
}

#site-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul li a:after {
    background: none repeat scroll 0 0 #eeeeee;
    border: medium none;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}
/*
.main-navigation ul ul li a:hover:after, .main-navigation ul ul li.current-menu-item a:after {
    background: none repeat scroll 0 0 #096e83 !important;
}*/

.main-navigation ul ul  {
    min-width: 150px;
    padding: 0;
    line-height: 40px;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li.current-menu-item a{
    background: #0BA1BF;
}

.menu-main-menu-container > ul ul li:hover > ul {
    display: block;
    height: auto;
    opacity: 1;
    top: 99px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
}

.menu-center #site-navigation {
    display: inline-block;
    float: none;
}

.menu-wrap.menu-center {
    line-height: 10px;
    text-align: center;
}

.menu-wrap.menu-right {
    float: left;
}

.home .transparent #site-navigation ul.nav-menu > li a {
    color: #ffffff;
}

/*--------------------------------------------------------------
Search css
--------------------------------------------------------------*/

.search-icon .ak-search {
    background: none repeat scroll 0 0 rgba(53, 53, 53, 0.9);
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.search-icon {
    color: #131313;
    float: right;
    line-height: 56px;
    padding-left: 10px;
}

.search-icon i {
    cursor: pointer;
}

.menu-wrap .search-field {
    display: block;
    height: 50px !important;
    left: 50%;
    margin: -25px auto 0 -490px;
    position: absolute;
    top: 50%;
    width: 980px !important;
    font-size: 26px;
}

.search-close {
    font-size: 40px;
    padding-right: 40px;
    padding-top: 30px;
    text-align: right;
    color: #ffffff;
}

.menu-wrap .search-submit {
    font-size: 30px !important;
    font-weight: 700 !important;
    height: 60px;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    position: absolute !important;
    top: 65%;
    width: 200px;
}

.menu-center .search-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.home .transparent .search-icon {
    color: #ffffff;
}

/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/

.home .site-content {
    position: relative;
}

#main-slider .bx-wrapper {
    position: relative;
}

#main-slider .slides {
    text-align: center;
}

#main-slider .caption-wrapper {
    height: auto;
    left: 0;
    margin-top: -110px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
}

#main-slider .slider-caption {
    color: #ffffff;
}

#main-slider .small-caption {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

#main-slider .caption-title,
#main-slider .slider-content > p > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #ffffff;
    display: inline-block;
    font-size: 82.78px;
    line-height: 73px;
    margin-bottom: 0;
    padding-bottom: 7px;
}

#main-slider .caption-title span,
#main-slider .caption-title span.orange {
    color: #0fc8ed;
    border: none;
}

#main-slider .caption-description,
.slider-conten {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
}

#main-slider .slider-btn {
    border: 1px solid #0fc8ed;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 202px;
}

#main-slider .slider-btn:hover {
    background: #0fc8ed;
}

#main-slider .bx-controls-direction {
    height: 55px;
    left: 0;
    margin-top: -21px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

#main-slider .bx-prev, 
#main-slider .bx-next {
    background-size: 15px auto !important;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 55px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    margin-top: -27px;
}

#main-slider .bx-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center;
    left: -100px;
}

#main-slider .bx-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    right: -100px;
}

#main-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#main-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}

#main-slider .bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 50px;
    text-align: center;
}

#main-slider .bx-pager-item a {
    background: url("images/pager.png") no-repeat scroll 90% -17px;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 13px;
    margin-bottom: 5px;
    outline: medium none;
    text-align: right;
    width: 100%;
}

#main-slider .bx-pager-item a:hover, 
#main-slider .bx-pager-item a.active {
    background: url("images/pager.png") no-repeat scroll 90% 0;
}

.bx-pager-item {
    display: inline-block;
    height: 20px;
    width: 20px;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/

.section-gap {
    padding: 90px 0 !important;
    position: relative;
}

.staple-section:after {
  background: inherit;
  bottom: -40px;
  content: "";
  height: 80px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 80px;
  z-index: 1;
}

.about {
    padding: 90px 0;
    position: relative;
    background: #ffffff;
}

.page-header {
    text-transform: capitalize;
}

.home-title {
    color: #0fc8ed;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: capitalize;
}

.home-description {
    color: #3d3d3d;
    margin-bottom: 72px;
    text-align: center;
}

.about .about-img {
    text-align: center;
}

.pricing-table-desc.home-description {
    margin-bottom: 20px;
    text-align: center;
}

/*--------------------------------------------------------------
Our services
--------------------------------------------------------------*/
.our-services {
    background: none repeat scroll 0 0 #f8f8f8;
    padding: 90px 0;
    position: relative;
}

.service-block-wrapper {
    margin-left: -2%;
}

.service-block {
    float: left;
    margin: 0 0 2% 2%;
    text-align: center;
    width: 23%;
}

.services-desc {
    margin-bottom: 20px;
}

.our-services .service-icons {
    color: #3e3e3e;
    font-size: 65px;
    height: 203px;
    line-height: 203px;
    text-align: center;
    width: 100%;
}

.service-icons > a {
    display: block;
    font-size: 24px; 
}

.our-services .service-title {
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
}

.service-btn {
    margin-top: 20px;
}

/*--------------------------------------------------------------
Pricing Table
--------------------------------------------------------------*/

.pricing-table {
    padding: 90px 0;
    position: relative;
    background: #ffffff;
}

.price-table {
    float: left;
    margin-left: 2%;
    text-align: center;
    width: 23%;
}

.price-table-wrapper{
    margin-left: -2%;
}

.pricing-table .small-pricing-table{
    margin-top: 35px;
}

.pricing-table .table1 {
    background: none repeat scroll 0 0 #20b6d4;
}

.pricing-table .table2 {
    background: none repeat scroll 0 0 #4aae27;
}

.pricing-table .table3 {
    background: none repeat scroll 0 0 #e71829;
}

.pricing-table .table4 {
    background: none repeat scroll 0 0 #0a87a1;
}

.pricing-table .table1 .title-price {
    background: #4dc4dc;
}

.pricing-table .title-price{
    position: relative;
}

.pricing-table .title-price:after {
  border-left: 138px solid transparent;
  border-right: 138px solid transparent;
  border-top: 60px solid #4dc4dc;
  bottom: -60px;
  content: "";
  left: 0;
  position: absolute;
}

.pricing-table .big-pricing-table .title-price {
    padding-top: 70px;
}

.pricing-table .table2 .title-price{
    background: #6ebe50;
}

.pricing-table .table2 .title-price:after{
    border-top: 60px solid #6ebe50;
}

.pricing-table .table3 .title-price {
    background: #ec4551;
}

.pricing-table .table3 .title-price:after{
    border-top: 60px solid #ec4551;
}

.pricing-table .table4 .title-price {
    background: #3b9fb3;
}

.pricing-table .table4 .title-price:after{
    border-top: 60px solid #3b9fb3;
}


.pricing-table .title-price {
    color: #ffffff;
    font-size: 42px;
    padding-top: 30px;
}

.pricing-table .big-pricing-table .price {
    font-size: 52px;
    line-height: 90px;
}

.pricing-table .pricing-type {
    display: block;
    line-height: 33px;
    text-transform: uppercase;
}

.price .dollar {
    display: inline-block;
    font-size: 28px;
    margin-right: 3px;
    position: relative;
    top: -13px;
}

.pricing-table .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 90px 18px 50px;
}

.pricing-table .big-pricing-table .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 100px 18px 80px;
}

.pricing-table .table-content li {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}

.pricing-table .table-content li:first-child {
    border-top: medium none;
}

.pricing-table .table1 .product-link {
    background: none repeat scroll 0 0 #4dc4dc;
}

.pricing-table .big-pricing-table .product-link {
    padding: 20px 0;
}

.pricing-table .table2 .product-link {
    background: none repeat scroll 0 0 #6ebe50;
}

.pricing-table .table3 .product-link {
    background: none repeat scroll 0 0 #ec4551;
}

.pricing-table .table4 .product-link {
    background: none repeat scroll 0 0 #3b9fb3;
}

.pricing-table .product-link {
    padding: 30px 0;
}

.pricing-table .product-link a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}

.pricing-table .table1 .product-link a {
    background: none repeat scroll 0 0 #20b6d4;
    border-bottom: 2px solid #1ca0ba;
}

.pricing-table .table2 .product-link a {
    background: none repeat scroll 0 0 #4aae27;
    border-bottom: 2px solid #419922;
}

.pricing-table .table3 .product-link a {
    background: none repeat scroll 0 0 #e71829;
    border-bottom: 2px solid #cc1524;
}

.pricing-table .table4 .product-link a {
    background: none repeat scroll 0 0 #0a87a1;
    border-bottom: 2px solid #09778d;
}

.pricing-table .product-link span {
    display: inline-block;
    padding: 0 10px;
}

.pricing-table .product-link span {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}

.pricing-table .table1 .product-link span {
    background: none repeat scroll 0 0 #1ca0ba;
}

.pricing-table .table2 .product-link span {
    background: none repeat scroll 0 0 #419922;
}

.pricing-table .table3 .product-link span {
    background: none repeat scroll 0 0 #cc1524;
}

.pricing-table .table4 .product-link span {
    background: none repeat scroll 0 0 #09778d;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Awesome
--------------------------------------------------------------*/

.awesome-feature {
    background: none repeat scroll 0 0 #ecf1f2;
    padding: 90px 0;
}

.awesome-feature .aw-left, 
.awesome-feature .aw-right {
    float: left;
    padding-right: 30px;
    position: relative;
    text-align: right;
    width: 50%;
}

.awesome-feature .aw-right {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

.awesome-feature .aw-left .aw-content {
    display: inline-block;
    float: left;
    width: 85%;
}

.awesome-feature .aw-left .awesome-icons {
    float: right;
    width: 15%;
    overflow: hidden;
}

.awesome-feature .aw-right .aw-content {
    display: inline-block;
    float: right;
    width: 85%;
}

.awesome-feature .aw-right .awesome-icons {
    float: left;
    width: 15%;
    overflow: hidden;
}

.awesome-icons > span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 2px #e5e5e5;
    color: #3c4761;
    display: block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
    overflow: hidden;
}

.awesome-feature .aw-left .awesome-icons span {
    float: right;
}

.awesome-feature .aw-right .awesome-icons span {
    float: left;
}

.awesome-feature .aw-left .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -4px;
    top: 50%;
}

.awesome-feature .aw-right .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.awesome-feature .aw-title {
    color: #000000;
    font-weight: 500;
}

.awesome-feature .aw-excerpt {
    color: #000000;
    margin-top: 8px;
}

.awesome-feature .aw-wrapper {
    margin-bottom: 36px;
}

.awesome-feature .awesome-icons {
    margin-top: 20px;
}

.awesome-feature .aw-left:after {
    background: none repeat scroll 0 0 #e0e5e6;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.awesome-icons a img:hover, .awesome-icons a i:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.awesome-icons a img, .awesome-icons a i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    overflow: hidden;
    width: 100%;
    margin:0 auto;
    height: 100%;
    border-radius: 100%;
}

.team-hover-icon .fa.fa-link {
    color: #fff;
}

/*--------------------------------------------------------------
Icon Set
--------------------------------------------------------------*/

.icon_set {
    padding: 50px 0;
    background: #eeeeee;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/

.portfolio.staple-section {
    background: none repeat scroll 0 0 #15161c;
    padding: 120px 0 0 !important;
    text-align: center;
}

.portfolio .port-desc {
    color: #ffffff;
}

.portfolio .port-desc {
    background: url("images/portfolio-sepr.png") no-repeat scroll center bottom;
    margin-bottom: 50px;
    padding-bottom: 48px;
}

.portfolio #portfolio-grid .port-wrap {
    display: inline-block;
    float: none;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
}

.portfolio .portfolio-content {
    left: -1px;
    position: absolute;
    top: 0;
    background: #0fc8ed;
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.portfolio .portfolio-content .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    display: block;
}

.portfolio .portfolio-content .read-more:hover {
    color: #0fc8ed;
}

.portfolio #portfolio-grid .port-wrap:hover .portfolio-content {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .portfolio-content .port-title {
    color: #ffffff;
    font-weight: 700;
}

.portfolio .portfolio-content .port-content {
    color: #ffffff;
    line-height: 18px;
}

.portfolio .portfolio-content-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.portfolio #portfolio-grid .port-wrap .portfolio-image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}

.portfolio #portfolio-grid .port-wrap:hover .portfolio-image {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/*--------------------------------------------------------------
Stat counter
--------------------------------------------------------------*/
.stat-counter {
    background: none repeat scroll 0 0 #0a87a1;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.statcounters {
    display: block;
    float: left;
    margin-left: 0;
    width: 25%;
}

/*.statcounter-1 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-2 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-3 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-4 {
    display: inline-block;
    margin-left: 80px;
}*/

.btn-wrapper .btn, 
.btn-wrapper a {
    border: 1px solid #0fc8ed;
    border-radius: 2px;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 202px;
    text-decoration: none;
}

.btn-wrapper .btn:hover, 
.btn-wrapper a:hover {
    background: #0fc8ed;
    text-decoration: none;
    color: #ffffff;
}

.btn-wrapper {
    text-align: center;
}

.statcounters {
    margin-top: 65px;
}

.statcounter-circle {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}

.coutner-title > h2 {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
}

.stat-counter-title {
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 400;
}

.stat-counter-desc {
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.inner-circle > h2 {
    background: #fff;
    color: #7f8c8d;
    font-size: 30px;
    border-radius: 100%;
    font-weight: 300;
    width: 160px;
    height: 160px;
    padding-top: 60px;
    margin: 0 auto;
}

.inner-circle {
    border: 8px solid #41a2b6;
    border-radius: 100%;
    margin: 0 auto;
    height: 180px;
    padding: 2px;
    width: 180px;
}

.stat-fa {
    margin-top: 20px;
}

.statcounters i:hover {
    -webkit-transform: translate(5px, -9px);
    -moz-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
}

.statcounters i {
    -webkit-transform: translate(0px) scale(1);
    -moz-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.blogs {
    padding-bottom: 70px;
    padding-top: 95px;
    background: #ffffff;
}

.blogs .blog-title {
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
}

.blog-desc {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

.blog-single-title {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.blog-video-thumb-home{
    padding-bottom: 10px;
}

.blog-in-wrap {
    display: inline-block;
    margin-left: 30px;
    width: 347px;
    position: relative;
    top: 0;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    cursor:pointer;
}

.blog-in-wrap:hover {
    top: -20px;
}

.blog-in-wrap:hover .blog-image{
    opacity: 0.8;
}
.blog-wrap {
    margin-bottom: 45px;
}

.blog-content {
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
}

.blog-content > span {
    display: block;
    margin-top: 5px;
}

.music-fallback {
  border: 1px solid #f6f6f6;
  color: #0fc8ed;
  height: 195px;
  margin-bottom: 5px;
  padding: 15px 30px 0 0;
  text-align: center;
  width: 346px;
}
.music-fallback i {
    font-size: 160px;
}

.blog-image {
  margin-bottom: 20px;
  vertical-align: top;
}

.blog-date {
    background: none repeat scroll 0 0 #0fc8ed;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 16px;
    margin-top: 8px;
    padding: 5px;
    text-align: center;
    width: 40px;
}

.blog-title-comment {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

.blog-author {
    float: left;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
}

.blog-author a{
    color: #131313;
}

.blog-author a:hover{
    color: #0fc8ed;
}

.blog-comment {
    float: right;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
}

.blog-author .fa.fa-user {
    margin-right: 10px;
}

.blog-comment .comments-link > a {
    color: #000;
    font-size: 13px;
    line-height: 23px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.blog-thumbnail .blog-image{
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); 
}

.blog-thumbnail .blog-image:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
}

/*--------------------------------------------------------------
Client Logo
--------------------------------------------------------------*/

.clients-logo a {
    display: inline-block;
    margin-left: 20px;
    opacity: 0.54;
    width: 180px;
}

.clients-logo a:hover {
    opacity: 1;
}

.clients-logo {
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: #ffffff;
}

.clients-logo .clients-logo-wrapper {
    margin-left: -20px;
}

.clients-logo .bx-controls a {
    background: url("images/thin-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    font: 0px/0 a;
    height: 42px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 25px;
}

.clients-logo .bx-controls a.bx-next {
    background-position: -52px 0;
    left: auto;
    right: 0;
}

.clients-logo .ak-container {
    position: relative;
}

.static .client-slider {
    float: left;
    margin-left: 30px;
    width: 165px;
    height: 146px;
}

.clients-logo .clients-logo-wrapper.static {
    margin-left: -30px;
    padding-top: 30px;
}

.call-to-action {
    background:#333333;
    padding: 60px 0;
    position: relative;
}

.call-to-action .title, .call-to-action .call-to-action-desc {
    color: #ffffff;
}

.cta-link {
    text-align: center;
}

.cta-link > a {
    background: none repeat scroll 0 0 #0FC8ED;
    border-bottom: 3px solid #0A87A1;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    width: 258px;
}

.cta-link > a:hover {
    background: #0A87A1;
    color: #ffffff;
}

.call-to-action .call-to-action-desc {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
Our Team
--------------------------------------------------------------*/
.team-block-wrapper{
    margin-left: -2%;
    text-align: center;
}

.team-block {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    margin-left: 2%;
    margin-top: 30px;
    width: 22.5%;
    vertical-align: top;
}

.team-image > img {
    width: 100%;
}

.our-team-member {
    padding: 60px 0;
    text-align: center;
    background: #ffffff;
}

.team-image {
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.team-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    height: 100%;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.team-image:hover > .team-hover {
    opacity: 1;
}

.team-hover-icon {
    background: none repeat scroll 0 0 #0fc8ed;
    border-radius: 100%;
    color: #ffffff;
    height: 42px;
    left: 50%;
    line-height: 42px;
    margin-left: -21px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 42px;
}

.team-image:hover .team-hover-icon {
    margin-top: -21px;
    top: 36%;
    z-index: 999;
}

.team-hover-text {
    bottom: -20px;
    color: #ffffff;
    left: 50%;
    margin-left: -50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

.team-image:hover .team-hover-text {
    bottom: 8%;
    margin-top: -10px;
}

.our-team-member .team-name {
    font-weight: 700;
    margin: 15px 0 0;
    text-align: left;
}

.team-block-wrapper .team-designation {
    color: #0fc8ed;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.team-block-wrapper.type-grid .team-designation {
  text-align: center;
}

.team-hover-icon:hover {
    background: #0a87a1;
}

/*--------------------------------------------------------------
Team member Inner
--------------------------------------------------------------*/
.team-img-right {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #0FC8ED;
}

.team-single-title, 
.team-single-designation {
    background: none repeat scroll 0 0 #0fc8ed;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 5px;
    text-align: center;
}

.team-single-designation {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 0 0 5px;
}

.team-img-right img {
    padding: 5px;
}

/*--------------------------------------------------------------
Team Member Grid
--------------------------------------------------------------*/

.team-member-grid .cat-event-list {
    border: medium none;
    float: left;
    margin-left: 1%;
    width: 32.33%;
}

.team-member-grid {
    margin-left: -1%;
}

.team-member-grid .team-block {
    margin-left: 0;
    margin-top: 0;
}

.team-member-grid .entry-content {
  margin-top: 0;
}

.team-member-grid .entry-title {
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/

.testimonial {
/*    background: url("images/testimionial-bg.jpg") no-repeat scroll center top;*/
    color: #ffffff;
    font-weight: 300;
    line-height: 1.8;
    padding: 100px 0 40px;
    position: relative;
    text-align: center;
}

.testimonial-title {
    font-weight: 700;
    margin:10px 0;
}

.testimonial .bx-pager-item a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100%;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 11px;
    width: 11px;
}

.testimonial .bx-pager-item {
    display: inline-block;
    margin-left: 5px;
}

.testimonial .bx-pager-item a:hover, 
.testimonial .bx-pager-item a.active {
    background: none repeat scroll 0 0 #0fc8ed;
}

.title-test {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}

.sub-title-test {
    color: #c1c1c1;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.sub-title-test span {
    color: #0fc8ed;
}

.testimonial .bx-controls.bx-has-pager {
    margin-top: 0;
    padding-bottom: 57px;
}

.testimonial .tm-slider {
  line-height: 1.8;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 40px;
}

.home #colophon {
    margin-top: 0;
}
.top-footer {
    padding: 55px 0 15px;
    background: #ecf0f1;
}

.footer-block {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.footer-block .textwidget {
    color: #000000;
    font-size: 14px;
}

.footer-column-4 .footer-block {
    margin-left: 2%;
    width: 23%;
}

.footer-column-3 .footer-block {
    margin-left: 1%;
    width: 32.33%;
}

.footer-column-2 .footer-block {
    margin-left: 1%;
    width: 49%;
}

.footer-block-1.footer-block {
    margin-left: 1%;
}

.footer-block-1 .widget {
    color: #d1d1d1;
    line-height: 24px;
}

.footer-block-1 i.fa {
    font-size: 15px;
    margin-right: 5px;
    width: 16px;
}

.footer-block .widget-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-block a {
    color: #000000;
}

.footer-block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-block li {
    line-height: 1.7;
    list-style: outside none none;
    margin-bottom: -1px;
}

.site-info {
    background: none repeat scroll 0 0 #04313b;
}

.copyright {
    color: #d1d1d1;
    float: left;
    font-size: 14px;
    line-height: 60px;
}

.copyright a {
    color: #d1d1d1;
}

.ak_footer_social {
    float: right;
    line-height: 60px;
}

.ak_footer_social a {
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.ak_footer_social a.facebook {
    background: none repeat scroll 0 0 #1f69b3;
}

.ak_footer_social a.twitter {
    background: none repeat scroll 0 0 #43b3e5;
}

.ak_footer_social a.gplus {
    background: none repeat scroll 0 0 #d84734;
}

.ak_footer_social a.youtube {
    background: none repeat scroll 0 0 #df2126;
}

.ak_footer_social a.pinterest {
    background: none repeat scroll 0 0 #ff3635;
}

.ak_footer_social a.linkedin {
    background: none repeat scroll 0 0 #1a7696;
}

.ak_footer_social a.flickr {
    background: none repeat scroll 0 0 #e1e2dd;
}

.ak_footer_social a.vimeo {
    background: none repeat scroll 0 0 #7fdde8;
}

.ak_footer_social a.instagram {
    background: none repeat scroll 0 0 #c8c5b3;
}

.ak_footer_social a.tumblr {
    background: #395976;
}

.ak_footer_social a.rss {
    background: none repeat scroll 0 0 #fbc95d;
}

.ak_footer_social a.github {
    background: none repeat scroll 0 0 #383838;
}

.ak_footer_social a.stumbleupon {
    background: none repeat scroll 0 0 #e94c29;
}

.ak_footer_social a.skype {
    background: none repeat scroll 0 0 #09c6ff;
}

.ak_footer_social .social-icons span {
    cursor: pointer;
    display: inline-block;
}

.ak_footer_social .social-icons i {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*--------------------------------------------------------------
SublteBounce css 
--------------------------------------------------------------*/

@-webkit-keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

}

 @keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

}

.subtleBounce {
    -webkit-animation-name: subtleBounce;
    animation-name: subtleBounce;
}

/*--------------------------------------------------------------
Right Sidebar
--------------------------------------------------------------*/

.right-sidebar #primary {
    float: left;
    width: 73%;
}

.right-sidebar #secondary-right {
    float: right;
    width: 25%;
}

/*--------------------------------------------------------------
Lefy Sidebar
--------------------------------------------------------------*/

.left-sidebar #primary {
    float: right;
    width: 73%;
}

.left-sidebar #secondary-left {
    float: left;
    width: 25%;
}

/*--------------------------------------------------------------
Both Sidebar
--------------------------------------------------------------*/

.both-sidebar #secondary-left {
    float: left;
    width: 28%;
}

.both-sidebar #primary {
    float: right;
    width: 70%;
}

.both-sidebar #secondary-right {
    float: right;
    width: 22%;
}

.left-sidbar-right {
    float: left;
    width: 76%;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.sidebar .widget-title {
    color: #353535;
    border-bottom: 1px solid #c7c7c7;
}

.sidebar .widget-title span {
    border-bottom: 2px solid #0fc8ed;
    bottom: -1px;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}

.sidebar .search-field, 
.sidebar .widget_archive select {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .widget_archive select {
    height: 40px;
}

.sidebar ul {
    list-style: outside none none;
    margin: 0;
}

#calendar_wrap caption {
    background: none repeat scroll 0 0 #0fc8ed;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.widget_categories a {
    color: #353535;
    font-weight: 400;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row {
    margin-bottom: 25px;
}

.span1, .span2, .span3, .span4, .span5, .span6 {
    float:left;
}

.col {
    margin-left: 3%;
}

.col:first-child {
    margin-left:0;
}

.span1 {
    width: 14.1666666667%;
}

.span2 {
    width: 31.3333333333%;
}

.span3 {
    width: 48.5%;
}

.span4 {
    width: 65.6666666667%;
}

.span5 {
    width: 82.8333333333%;
}

.span6 {
    width: 100%;
    margin-left: 0;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/

.error404 .entry-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.number404 {
    background: none repeat scroll 0 0 #0fc8ed;
    border-radius: 150px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 150px;
    line-height: 130px;
    margin-top: 20px;
    perspective: 500px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
    width: 150px;
    margin-bottom: 40px;
}

.number404 span {
    backface-visibility: visible;
    bottom: 35px;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.error-404.not-found {
    text-align: center;
}

.number404.animated {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:Infinite;
    -moz-animation-iteration-count:Infinite;
    animation-iteration-count:Infinite;
}


/*--------------------------------------------------------------
Single Page
--------------------------------------------------------------*/

.single #secondary-right {
    float: right;
    width: 25%;
}

.single #primary {
    float: left;
    width: 73%;
}

.cat-event-excerpt > div {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
Portfoilo Inner Page
--------------------------------------------------------------*/
#portfolio-grid.column-3 .portfolios {
    width: 33.33%;
}

#portfolio-grid.column-4 .portfolios {
    width: 25%;
}

#portfolio-grid.column-5 .portfolios {
    width: 20%;
}

.portfolio-listing.grid #portfolio-grid .port-wrap {
    display: inline-block;
    float: none;
/*    margin-left: -2px;
    margin-right: -2px;*/
    margin-top: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
}

.portfolio-listing.grid .portfolio-content {
    left: 0;
    position: absolute;
    top: 0;
    background: #0fc8ed;
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.portfolio-listing.grid .portfolio-content .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    display: block;
}

.portfolio-listing.grid .portfolio-content .read-more:hover {
    color: #0fc8ed;
}

.portfolio-listing.grid #portfolio-grid .port-wrap:hover .portfolio-content {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.portfolio-listing.grid .portfolio-content .port-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.portfolio-listing.grid .portfolio-content .port-content {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
}

.portfolio-listing.grid .portfolio-content-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.portfolio-listing.grid #portfolio-grid .port-wrap .portfolio-image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}

.portfolio-listing.grid #portfolio-grid .port-wrap:hover .portfolio-image {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}


/*--------------------------------------------------------------
Portfolio List View
--------------------------------------------------------------*/

.portfolio-listing.list .portfolio-image {
    float: left;
    height: auto;
    margin-right: 2%;
    width: 22%;
}

.portfolio-listing.list .portfolios {
    float: none;
    margin-bottom: 1%;
    position: relative;
    width: 100%;
}

.portfolio-listing.list .portfolio-archive {
    border-bottom: 1px solid #c7c7c7;
    margin: 10px 0;
    padding: 5px 0 20px;
}

.portfolio-listing.list .port-content {
    margin-bottom: 10px;
}

.portfolio-listing.list .portfolio-content {
    float: left;
    width: 75%;
}

.portfolio-listing.list .port-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}

.portfolio-listing.list .portfolios-inner {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.portfolio .portfolio-listing {
  text-align: center;
  margin-bottom: 24px;
}
/*--------------------------------------------------------------
Boxed Layout
--------------------------------------------------------------*/

.boxed-layout #page {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 12px #999;
    margin: 0 auto;
    width: 1240px;
}

.both-sidebar .business-hours a {
    font-size: 12px;
}

/*--------------------------------------------------------------
Header Social Icon
--------------------------------------------------------------*/

.ak_header_social .social-icons a {
    color: #ffffff;
    display: inline-block;
    margin: 0 2px;
    font-size: 16px;
}

.ak_header_social .social-icons a:hover {
    color: #F1573E;
}

.ak_header_social .social-icons {
    text-align: right;
}

/*--------------------------------------------------------------
Team Memmber Inner
--------------------------------------------------------------*/
.cat-event-image {
    float: left;
    margin-right: 20px;
}


.cat-event-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
Ak Top
--------------------------------------------------------------*/
#ak-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    bottom: 60px;
    z-index: 99;
}

#ak-top:hover {
    background: #0fc8ed;
}

#ak-top i {
    display: block;
    font-size: 30px;
}


/*--------------------------------------------------------------
Contact us
--------------------------------------------------------------*/
.wpcf7-form > p {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
Woocommerce styles
--------------------------------------------------------------*/

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    overflow: hidden;
}

.woocommerce ul.products,
.woocommerce-page ul.products{
    margin-left: -2%;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    font-weight: 400;
}

.woocommerce ul.products li.product h3 {
    background: none repeat scroll 0 0 #666666;
    bottom: 36px;
    color: #ffffff !important;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    right: -280px;
}

.woocommerce ul.products li.product:hover h3{
    right: 0;
    opacity: 1;
    visibility: visible;
}

.woocommerce .price-cart {
    background: none repeat scroll 0 0 #666666;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding: 0;
    position: absolute;
    width: 100%;
}

.woocommerce .price-cart:after {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #0FC8ED;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after{
    width: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
    background: none;
    float: right;
    margin-top: 0;
    position: relative;
    z-index: 9;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before{
    content: "\f07a";
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover{
    background: #0A87A1;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    width: 45%;
    z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .price ins{
    font-weight: 400;
}

.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
    top: 0; 
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: #0FC8ED;
}

.woocommerce .widget_price_filter .price_slider {
    margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: #0A87A1;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background: none repeat scroll 0 0 #0FC8ED;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: #0A87A1;
    color: #ffffff;
}

.woocommerce-product-search .search-field {
    border-radius: 0;
    border-right: medium none;
    height: 34px;
    margin-right: -4px;
    width: 70% !important;
}

.woocommerce-product-search {
    margin: 15px 0;
}

.woocommerce .products .star-rating {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -12px;
    left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.woocommerce ul.products li.product:hover .star-rating{
    top: 25px;
    opacity: 1;
    visibility: visible;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    border-radius: 0;
    bottom: auto;
    line-height: 25px;
    margin: 0;
    min-height: 35px;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    width: auto;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    background: #0FC8ED;
}


.woocommerce span.onsale {
    left: 0;
    opacity: 1;
    right: auto;
    visibility: visible;
    width: 90px;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-weight: 600;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-top-color: #0FC8ED;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select{
    border-color: #0FC8ED;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
    color: #0FC8ED;
}

.woocommerce .price_label {
    position: relative;
    top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    position: relative;
    z-index: 9;
}

.woocommerce .product-categories .children {
    padding-left: 20px;
}

.woocommerce .product-categories li a {
    padding-left: 15px;
    position: relative;
}

.woocommerce .quantity .qty {
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 4px 2px;
    width: 60px;
    height: 35px;
}

.woocommerce .product-categories > li > a:before,
.woocommerce .product-categories .children a:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: -6px;
    font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before{
    content: "\f105";
}

.woocommerce .star-rating {
    margin: 5px 0;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    border-radius: 0;
}

.woocommerce div.product p.price del {
    float: left;
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating, 
.woocommerce div.product p.price {
    margin-bottom: 10px;
}

.woocommerce a.remove,
.woocommerce .widget_layered_nav_filters ul li a:before,
/*.woocommerce div.product p.price, 
.woocommerce div.product span.price*/{
    color: #0FC8ED !important;
}

.woocommerce a.remove:hover{
    background: #0FC8ED !important; 
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt[disabled]:disabled, 
.woocommerce input.button.alt[disabled]:disabled:hover{
    background: #0A87A1;
    color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border: 1px solid #eee;
    border-top: none;
    border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child, 
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child, 
.woocommerce table.shop_table tfoot th:first-child {
    border-left: medium none;
}

.order-total > th, .order-total > td {
    border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
    border-bottom: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
    line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    font-size: 16px;
    padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: 1px none;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before{
    color: #0FC8ED;
}

.single-product .quantity {
    height: 36px;
}

.single-product .qty {
    height: 36px !important;
}

.single-product .minus, .single-product .plus {
    height: 19px !important;
}
.woocommerce .related ul.products li.product,
.woocommerce .upsells ul.products li.product {
    margin: 0 2.5% 2.992em 0;
}

/******* responsive menu **********/
#nav {
    display: none;
}

.responsive-header {
    display: none;
}

.search-results article {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
    Portfolio Home page
--------------------------------------------------------------*/
.portfolio-listing .button-group {
    margin-left: -15px;
}

.portfolio-listing .button-group li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #0fc8ed;
    margin-left: 15px;
    color: #131313;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio .portfolio-listing .button-group li{
    color: #ffffff;
}

.portfolio-listing .button-group li:hover,
.portfolio-listing .button-group li.is-checked{
    background: #0fc8ed;
    color: #ffffff;
}

.portfolio #portfolio-grid .port-wrap{
    width: 100%;
}

.portfolio .portfolios{
    width: 33.33%;
    z-index: 999;
}

.portfolio #portfolio-grid {
    z-index: 9;
}

/*--------------------------------------------------------------
    Single Portfolio Page
--------------------------------------------------------------*/

.single-portfolio .portfolio {
  background: none repeat scroll 0 0;
  text-align: left;
  padding: 0;
}

/*--------------------------------------------------------------
    Call to action video page
--------------------------------------------------------------*/

.cta-video-section-wrap .cta-video .cta-wrap-left:after {
    background: url("images/video-shadow.png") no-repeat scroll left bottom;
    bottom: 4px;
    content: "";
    height: 48px;
    left: -78px;
    position: absolute;
    width: 887px;
}

.cta-video-section-wrap .cta-video .cta-wrap-right {
    float: left;
    text-align: left;
    width: 34%;
}

.cta-video-section-wrap .cta-video .cta-wrap-left {
    float: left;
    margin-right: 42px;
    position: relative;
}

.cta-video-section-wrap .cta-video .cta-desc {
    margin: 15px 0;
    text-align: left;
}

.cta-video-section-wrap .cta-video .cta-wrap-right .main-title {
    margin-top: 42px;
    text-align: left;
}

.cta-video-section-wrap .cta-video-btn {
    background: none repeat scroll 0 0 #0fc8ed;
    border-bottom: 3px solid #0a87a1;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.cta-video-section-wrap {
    padding: 75px 0 50px;
    background: #ffffff;
}


/*--------------------------------------------------------------
    Call to action Form
--------------------------------------------------------------*/

.call-to-action-form {
    background: none repeat scroll 0 0 #1b1b1b;
    color: #ffffff;
    padding: 85px 0;
}

.call-to-action-form .cta-content-wrap, 
.call-to-action-form .cta-form-wrap .cta-form {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.call-to-action-form .cta-form-wrap {
    margin-left: -2%;
}

.call-to-action-form .cta-title {
    margin-bottom: 15px;
}

.call-to-action-form .bttn{
    display: none;
}

.suscribe-form-wrap .your-name, 
.suscribe-form-wrap .your-email {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
}

.suscribe-form-wrap .suscribe-input {
    margin-left: -3%;
}

.suscribe-btn input{
    border: 2px solid #0fc8ed;
    border-radius: 2px;
    color: #000000 !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 20px;
    margin-top: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    background: none;
}

.call-to-action-form .suscribe-btn input{
    color: #ffffff !important;
}
.suscribe-btn input:hover{
    border: 2px solid #0A87A1;
}

.suscribe-form-wrap .your-name input, .suscribe-form-wrap .your-email input {
    background: none repeat scroll 0 0 #242424;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    height: 49px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

.call-to-action-form .cta-form {
  margin-top: 10px;
}


/*--------------------------------------------------------------
    Call to Action footer
--------------------------------------------------------------*/
.footer-cta .banner-text {
    float: left;
    width: 75%;
}

.footer-cta .banner-btn {
    float: right;
    width: 25%;
}

.footer-cta {
    padding: 30px 0 15px;
    background: #ffffff;
}

.footer-cta .cta-banner .main-title {
    font-size: 32px;
    text-align: left;
    font-weight: 300;
}

.footer-cta .cta-desc_simple {
    color: #0fc8ed;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    text-align: left;
}

.banner-btn .btn {
    background: none repeat scroll 0 0 #0fc8ed;
    border-bottom: 2px solid #0A87A1;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 49px;
    line-height: 49px;
    margin: 30px auto 25px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 198px;
}

.banner-btn .btn:hover {
    background: none repeat scroll 0 0 #0A87A1;
    border-bottom: 2px solid #0fc8ed;
}

.banner-btn .btn i {
    margin-right: 8px;
}

/*--------------------------------------------------------------
    Google Map section
--------------------------------------------------------------*/

#ap-map-canvas {
    height: 400px;
}

.google-map img {
    max-width: none;
}

.aps-each-icon a{
    z-index: 0;
}

.google-map.staple-section {
    padding: 0 !important;
}



/*--------------------------------------------------------------
Blog Grid 
--------------------------------------------------------------*/

.blog-archive-wrap {
    position: relative;
    cursor: pointer;
}

.blog-title a{
    color: #141414;
    text-align: left;
}

.blog-title a:hover{
    color: #0fc8ed;
}

.blog-title {
  margin-bottom: 20px;
  text-align: left;
}

.read-overlay{
    position: absolute;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
}
.blog-archive-wrap .blog-title a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px #353535;
    margin-bottom: 5px;
    display: block;
}

.blog-archive-wrap .blog-content-wrap{
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -10px;
    z-index: 1;
    padding: 0 15px;
 }

.blog-archive-wrap .read-blog {
    border: 3px solid #ffffff;
    color: #ffffff;
    display: none;
    font-size: 21px;
    height: 55px;
    left: 50%;
    line-height: 52px;
    margin-left: -70px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 140px;
}

.blog-archive-wrap .read-blog:hover{
    color: #ffffff;
    border: 3px solid #25A4C8;
    background: #25A4C8;
}

.blog-archive-wrap .entry-meta {
    color: #f3f3f3;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 1px #353535;
}

.blog-archive-wrap .entry-meta a {
    color: #e0e5e4;
    margin-right: 5px;
}

.blog-archive-wrap:hover .read-blog{
    display: block;
}
.blog-archive-wrap:hover .read-overlay{
    background: rgba(0,0,0,0.8);
    opacity: 1;
}

.blog-archive-wrap:hover .blog-title,
.blog-archive-wrap:hover .entry-meta {
    display: none;
}

.blog-grid-view {
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 49%;
}

.blog-grid-view-wrapper{
    margin-left: -1%;
}

.blog-thumbnail {
    margin: 10px 0 20px;
    position: relative;
}

.blog-author i {
    margin-right: 5px;
}
/*--------------------------------------------------------------
    BLOG CIRCULAR
--------------------------------------------------------------*/

.blog-circular_image .blog-thumbnail,
.blog-circular_alternative_image .blog-thumbnail {
    float: left;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.blog-circular_image .blog-thumbnail:after, 
.blog-circular_alternative_image .blog-thumbnail:after {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #0fc8ed;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -5px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 100%;
} 

.blog-circular_image .blog-thumbnail:hover:after, 
.blog-circular_alternative_image .blog-thumbnail:hover:after{
    opacity: 1;
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.blog-circular_image .blog-thumbnail img,
.blog-circular_alternative_image .blog-thumbnail img {
    border-radius: 100%;
}

.meta-btn-wrap .posted-on, 
.meta-btn-wrap .blog-author, 
.meta-btn-wrap .blog-cat {
    display: inline-block;
    line-height: 31px;
    margin-right: 15px;
    vertical-align: top;
}


.meta-btn-wrap .posted-on i, 
.meta-btn-wrap .blog-author i, 
.meta-btn-wrap .blog-cat i{
    margin-right: 5px;
}

.meta-btn-wrap .entry-meta {
    display: inline-block;
    width: 85%;
}
.meta-btn-wrap .bttn {
    float: right;
}

.meta-btn-wrap {
    border: 1px solid #eee;
    margin: 20px 0;
    padding: 5px;
    position: relative;
    border-left: none;
    border-right: none;
}

.meta-btn-wrap .entry-footer{
    margin-top: 0;
}

.meta-btn-wrap .bttn {
    margin-top: -16.5px;
    position: absolute;
    right: 0;
    top: 50%;
}

.blog-thumbnail.blog-audio {
    margin-top: 8px;
    width: 270px;
}

.blog-circular_image .blog-thumbnail.blog-audio:after, 
.blog-circular_alternative_image .blog-thumbnail.blog-audio:after,
.blog-circular_image .blog-thumbnail.blog-video-thumb:after, 
.blog-circular_alternative_image .blog-thumbnail.blog-video-thumb:after{
    display: none;
}

/*--------------------------------------------------------------
    BLOG Medium
--------------------------------------------------------------*/
.blog-square_image .blog-thumbnail,
.blog-square_alternative_image .blog-thumbnail {
    float: left;
    margin: 0 20px 0 0;
}

.blog-square_image .blog-thumbnail:after,
.blog-square_alternative_image .blog-thumbnail:after{
    box-shadow: 0 0 0 2px #0fc8ed;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -5px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 100%;
}

.blog-square_image .blog-thumbnail.blog-audio:after,
.blog-square_alternative_image .blog-thumbnail.blog-audio:after,
.blog-square_image .blog-thumbnail.blog-video-thumb:after,
.blog-square_alternative_image .blog-thumbnail.blog-video-thumb:after{
    display: none;
}


.blog-square_image .blog-thumbnail:hover:after,
.blog-square_alternative_image .blog-thumbnail:hover:after{
    opacity: 1;
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.alternate_wrap .blog-circular_alternative_image .blog-thumbnail,
.alternate_wrap .blog-square_alternative_image .blog-thumbnail {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

/*--------------------------------------------------------------
    Faqs
--------------------------------------------------------------*/
.faqs {
    border: 1px solid #0fc8ed;
    margin-bottom: 15px;
    padding: 0 15px;
    cursor: pointer;
}

.faq-question {
    border-left: 1px solid #0fc8ed;
    margin-left: 25px;
    padding: 5px 10px;
    position: relative;
    font-weight: 600;
}

.faq-question.active:before,
.faq-question:before {
    content: "-";
    font-family: serif;
    font-size: 20px;
    left: -27px;
    position: absolute;
    top: 0;
}

.faq-question:before {
    content: "+";
}

.faq-answer{
    margin-left: 25px;
    padding: 5px 10px;
    border-left: 1px solid #0fc8ed;
    display: none;
}

/*--------------------------------------------------------------
    Testimonial Inner
--------------------------------------------------------------*/
.tm-inner-wrapper {
    background: none repeat scroll 0 0 #eff1f2;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    margin-left: 8%;
    padding: 20px 15px 20px 80px;
    position: relative;
    width: 90%;
}

.testimonial-inner-image {
    border: 2px solid #cccccc;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: -9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    transition: border 0.5s ease;
    width: 17%;
}

.testimonial-inner-image:hover{
    border: 2px solid #0FC8ED;
}

.title-inner-testimonials {
    color: #0fc8ed;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 12px 0 0;
}

.testimonial_inner_designation {
    font-size: 13px;
    font-style: italic;
}

/*--------------------------------------------------------------
Team List View
--------------------------------------------------------------*/
.team-block-wrapper.type-list  .team-block{
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    margin: 0 0 20px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.team-block-wrapper.type-list{
    margin-left: 0;
    text-align: left;
}

.team-block-wrapper.type-list .team-block .team-image {
    float: left;
    height: auto;
    margin-right: 2%;
    width: 22%;
}

.portfolio-listing.list .portfolio-archive {
    border-bottom: 1px solid #c7c7c7;
    margin: 10px 0;
    padding: 5px 0 20px;
}

.portfolio-listing.list .port-content {
    margin-bottom: 10px;
}

.team-block-wrapper.type-list .team-text-wrap{
    float: left;
    width: 75%;
}

.team-block-wrapper.type-list .team-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.team-block-wrapper.type-list .team-designation {
    margin-bottom: 15px;
}

/*Gutenberg page/post align image style*/

.wp-block-gallery{
    margin: 0;
}

@media (min-width: 750px) {

   .no-sidebar .alignfull {
       margin-left: calc(50% - 50vw);
       margin-right: calc(50% - 50vw);
       width: auto;
       max-width: 1000%;
   }

   .no-sidebar .alignwide {
       margin-left: calc(25% - 25vw);
       margin-right: calc(25% - 25vw);
       width: auto;
       max-width: 1000%;
   }
}