<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  AccesspressRay Pro
Theme URI:   https://accesspressthemes.com/wordpress-themes/accesspress-ray-pro/
Author:      AccessPress Themes
Author URI:  https://accesspressthemes.com/
Description: AccessPress Ray PRO is smart and flexible multipurpose premium WordPress theme. It is feature-rich and flexible with a lot of theme options. It is clean and beautifully designed responsive theme, which can be used by any business. It has many beautifully animated content areas that are built for scrolling with strong call to action sections which helps you convert your website visitors into leads. AccessPress Ray PRP is woo-commerce, bbpress, buddypress compatible theme and is translation ready. Few of the major features include: different page layout like portfolio, testimonial, gallery, blog, social media integration, extensive theme options panel.
Version:     1.4.5
License:     GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags:        custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header
Text Domain: accesspressray-pro
AccesspressRay Pro WordPress Theme, Copyright 2014 https://accesspressthemes.com
AccesspressRay Pro is distributed under the terms of the GNU GPL
AccesspressRay Pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

@import url('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;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    
    box-sizing: border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: 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;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #141414;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #141414;
    font-weight: 300;
}
p {
    margin-bottom: 20px;
}
b,
strong {
    font-weight: bold;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    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: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li &gt; ul,
li &gt; ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    vertical-align: middle;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}
th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}
td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    
    vertical-align: middle;
}
.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none;
    color: #27a4c8;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #27a4c8;
}
.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #27a4c8;
    color: #ffffff;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}
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: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #25A4C8;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
a:visited {} a:hover,
a:focus,
a:active {
    color: #353f47;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */

.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;
    /* Above WP toolbar */
}
/*--------------------------------------------------------------
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;
}
/*--------------------------------------------------------------
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;
}
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}
/* Search widget */

.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}
h1.entry-title a {
    color: #666;
}
.hentry {
    margin: 0 0 15px;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
.cat-links {
    margin-right: 10px;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
.edit-link .post-edit-link {
    background: #293037;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}
.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 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}
article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}
article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}
article.hentry .entry-footer &gt; span {
    margin-right: 15px;
    font-size: 13px;
}
.page-header .page-title {
    color: #666;
    background: url(images/title-bg.png) repeat-x left bottom;
    padding-bottom: 15px;
}
.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}
.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: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}
.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 {
    width: 50%;
    float: left;
}
.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 {
    width: 38%;
    float: left;
}
.entry-exrecpt {
    width: 60%;
    float: right;
}
.short-content {
    margin-bottom: 10px;
}
.short-content + .bttn {
    float: right;
}
.entry-footer {
    margin-top: 10px;
}
.full-width {
    float: none;
    width: 100%;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#comments h2.comments-title {
    font-style: italic;
    margin: 15px 0;
    font-weight: 300;
    font-size: 22px;
    background: #23A38F;
    display: inline-block;
    padding: 8px 15px;
    color: #FFF;
}
#comments h3 {
    margin: 0 0 10px;
    line-height: 1;
    color: #FFF;
    background: #25A4C8;
    display: inline-block;
    padding: 10px 20px;
    margin: -20px 0 15px -20px;
}
#commentform label {
    width: 120px;
    display: block;
}
textarea#comment {
    width: 100%;
    height: 150px;
}
/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-area ol.children {
    margin: 0 0 0 15px;
}
.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #2093b3;
    border-top: 2px solid #23A38F;
}
.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}
.comment-author {
    float: left;
}
.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}
.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}
.comment-author .fn .url:hover {
    background: #23A38F;
    color: #FFF;
}
.comment-author .says {
    display: none;
}
.commentmetadata {
    float: right;
    font-weight: normal;
    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: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    color: #141414;
}
#commentform .form-submit {
    margin-bottom: 0;
}
#cancel-comment-reply-link {
    font-style: italic;
    color: #FFF;
}
#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #FFF;
}
.logged-in-as a {
    color: #27a4c8;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.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: 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: 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 {}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;    
    position: relative;
}
body.boxed-layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px #c7c7c7;
    -moz-box-shadow: 0 0 10px #c7c7c7;
    box-shadow: 0 0 10px #c7c7c7;
    background-color: #ffffff;
}
.ak-container {
    width: 1170px;
    margin: 0 auto;
}
.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.roboto-light a {
    color: #ffffff;
}
.roboto-light a:hover {
    color: #ffffff;
}
/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/

#slider-banner {
    overflow: hidden;
    position: relative;
}
/*All the css of the banner slider is includes in css/jquery.bxslider.css */

#slider-banner .overlay {
    background: url(images/overlay2.png) repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.multi-border {
    display: none;
}
.home .multi-border {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.home .multi-border &gt; ul {
    list-style-type: none;
    margin: 0;
}
.home .multi-border li {
    content: "";
    float: left;
    height: 4px;
    width: 20%;
}
.home .multi-border li.dark-green {
    background: none repeat scroll 0 0 #23a38f;
}
.home .multi-border li.yellow {
    background: none repeat scroll 0 0 #b7c11e;
}
.home .multi-border li.cream {
    background: none repeat scroll 0 0 #eff1c2;
}
.home .multi-border li.orange {
    background: none repeat scroll 0 0 #f0563d;
}
.home .multi-border li.light-green {
    background: none repeat scroll 0 0 #00a651;
}
.slider-caption {
    background: none;
    text-align: center;
}
#slider-banner .scroll-down {
    background: url(images/scroll-down.png) no-repeat;
    bottom: 57px;
    display: inline-block;
    left: 50%;
    height: 22px;
    margin: 0 auto 0 -22px;
    position: absolute;
    text-indent: -9999px;
    width: 44px;
    z-index: 100;
}
.slider_type1 #sequence .animate-out .model {
    opacity: 0;
    right: 30%;
    text-align: right;
    transition-duration: 0.5s;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header.site-header {
    border-top: 5px solid #25A4C8;
    background: #FFF;
}
.menu-toggle {
    display: none;
}
.site-branding.main-logo {
    float: left;
    padding: 10px 0;
    line-height: 60px;
}
.logo-center .site-branding.main-logo {
    float: none;
    text-align: center;
}
.main-logo h1 {
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.main-logo .tagline {
    color: #23a38f;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}
.header-wrap .main-navigation {
    float: right;
}
.header-wrap.logo-center .main-navigation {
    float: none;
    text-align: center;
}
.header-wrap .search-icon {
    float: right;
}
.header-wrap .search-icon {
    border-left: 1px solid #ececec;
    cursor: pointer;
    padding: 0 18px;
}
.logo-center.header-wrap .search-icon {
    border: none;
}
.header-wrap .search-icon &gt; .fa.fa-search {
    font-size: 20px;
    line-height: 87px;
    color: #666;
}
.logo-center.header-wrap .search-icon &gt; .fa.fa-search {
    line-height: 50px;
}
.full-screen-search .ak-search {
    background: none repeat scroll 0 0 rgba(37, 164, 200, 0.5);
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.full-screen-search .searchform .s {
    background: #ffffff;
    border: medium none;
    float: left;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    height: 100%;
    padding: 5px 70px 5px 10px;
    vertical-align: middle;
}
.full-screen-search .searchsubmit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #24a4c8;
    float: right;
    font-size: 36px;
    height: 32px;
    padding: 0;
    width: 32px;
    position: absolute;
    right: 20px;
    top: 16px;
}
.full-screen-search .fa.fa-search {
    color: #24a4c8;
}
.full-screen-search .close-btn {
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 0;
    cursor: pointer;
}
.full-screen-search .searchform {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    height: 70px;
    left: 50%;
    margin-left: -45%;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 90%;
}
.header-wrap ul {
    margin: 0;
    list-style: none;
}
#site-navigation .menu {
    float: left;
}
.logo-center #site-navigation .menu {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}
#site-navigation ul li {
    position: relative;
}
#site-navigation .menu &gt; ul &gt; li {
    float: left;
}
#site-navigation .menu &gt; ul &gt; li &gt; a {
    border-left: 1px solid #ececec;
    color: #141414;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 86px;
    padding: 0 14px;
    text-transform: uppercase;
}
.logo-center #site-navigation .menu &gt; ul &gt; li &gt; a {
    line-height: 50px;
}
.logo-center #site-navigation .menu &gt; ul &gt; li &gt; a {
    border-left: none;
}
#site-navigation .menu &gt; ul &gt; li:hover &gt; a:before,
#site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a:before,
#site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a:before,
#site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a:before,
#site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a:before {
    background: #127F9E;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}
#site-navigation .menu &gt; ul &gt; li:hover &gt; a,
#site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a,
#site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a,
#site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a,
#site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a {
    color: #3b8aa3;
}
.logo-center #site-navigation .menu &gt; ul &gt; li:hover &gt; a:before,
.logo-center #site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a:before,
.logo-center #site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a:before,
.logo-center #site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a:before {
    display: none;
}
/*-------------------------------------------------
	SOCIAL ICON 
---------------------------------------------------*/

.social-block-header {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.social-block-header .contact-info {
    color: #7c7c7c;
    font-size: 13px;
    display: inline;
}
.social-block-header .contact-info i {
    font-size: 20px;
}
.social-block-header .contact-info .fa-envelope {
    font-size: 14px;
    margin-right: 5px;
}
.social-right {
    float: right;
}
.social-left {
    float: left;
}
.social-block-header .contact-info.phone {
    border-right: 1px solid #efefef;
    display: inline-block;
    line-height: 45px;
    margin-right: 15px;
    padding-right: 15px;
}
.social-right a {
    color: #141414;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 30px;
    position: relative;
    top: 1px;
    border-bottom: 1px solid transparent;
}
.social-right a:hover {
    border-bottom: 1px solid #3B8AA3;
    color: #219EC2;
}
.top-info {
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    margin-right: 16px;
}
.top-info i {
    display: inline-block;
    margin-right: 5px;
}
/*-------------------------------------------
	SECOND HEADER CSS 
-------------------------------------------*/

.tagline {
    line-height: 0;
}
.site-header.style2 {
    border-top: medium none;
}
.style2 #main-header {
    background: none repeat scroll 0 0 #FFFFFF;
}
.style2 .site-branding {
    float: left;
    line-height: 72px;
}
.style2 #site-navigation .menu &gt; ul &gt; li &gt; a {
    border: medium none;
    color: #141414;
    font-size: 14px;
    line-height: 77px;
    padding: 0 10px;
}
.style2 #site-navigation .menu &gt; ul &gt; li &gt; a:hover,
.style2 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor a:hover,
.style2 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a {
    color: #3b8aa3;
}
.style2 #site-navigation .menu &gt; ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.style2 .ak-search {
    display: none;
}
.style2 #site-navigation .menu &gt; ul &gt; li:hover &gt; a:before,
.style2 #site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a:before,
.style2 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a:before,
.style2 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a:before,
.style2 #site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a:before {
    background: none repeat scroll 0 0;
}
.style2 .right-header {
    float: right;
}
.style2 #site-navigation .menu {
    display: inline-block;
}
.style2 .header-wrap .search-icon {
    float: right;
    border-left: none;
    cursor: pointer;
    padding: 0;
}
.style2 .search-icon &gt; a {
    border-left: 1px solid #dbdbdb;
    color: #141414;
    display: block;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 24px;
    padding-left: 15px;
}
.logo-center.style2 .search-icon &gt; a {
    margin-top: 13px;
}
/*-------------------------------------------
	THIRD HEADER CSS 
-------------------------------------------*/

.site-header.style3 {
    border-top: medium none;
}
.home #masthead.style3 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #27a4c8;
}
.style3 .site-branding {
    float: left;
    line-height: 72px;
}
.style3 .ak-container {
    border-bottom: 1px solid #bec5c2;
    border-bottom: 1px solid rgba(190, 197, 194, 0.11);
}
.style3 #site-navigation .menu &gt; ul &gt; li &gt; a {
    color: #141414;
    font-size: 14px;
    line-height: 77px;
    padding: 0 10px;
    position: relative;
    top: 1px;
    border: none;
    border-bottom: 1px solid transparent;
}
.style3 #site-navigation .menu &gt; ul &gt; li &gt; a:hover,
.style3 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor a:hover,
.style3 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a {
    color: #3b8aa3;
    border: none;
    border-bottom: 1px solid #3b8aa3;
}
.style3 #site-navigation .menu &gt; ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.style3 .ak-search {
    display: none;
}
.style3 #site-navigation .menu &gt; ul &gt; li:hover &gt; a:before,
.style3 #site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a:before,
.style3 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a:before,
.style3 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a:before,
.style3 #site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a:before {
    background: none repeat scroll 0 0;
}
.style3 .right-header {
    float: right;
}
.style3 #site-navigation .menu {
    display: inline-block;
}
.style3 .search-icon {
    display: block;
    float: right;
}
.style3 .ak-search {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 77px;
    z-index: 9999;
}
.style3 .searchform .s {
    background: none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 13px;
    height: 32px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 160px;
}
.style3 .searchform .searchsubmit {
    background: none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #ccc;
    float: right;
    font-size: 14px;
    height: 32px;
    padding: 0;
    width: 32px;
}
.style3 .searchform {
    border: 1px solid #ccc;
    height: 34px;
    width: 200px;
}
.style3 .searchform .searchsubmit .fa.fa-search {
    color: #ccc;
}
.style3 .search-icon &gt; a {
    border-left: 1px solid #7c7c7c;
    color: #7c7c7c;
    display: block;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 24px;
    padding-left: 15px;
}
.logo-center.style3 .search-icon &gt; a {
    margin-top: 13px;
}
.style3 #site-navigation .menu ul ul {
    margin-left: 0;
}
.style3 #site-navigation .menu ul ul ul {
    left: 100%;
    margin-left: 0;
}
/*-------------------------------------------
	FOURTH HEADER CSS 
-------------------------------------------*/

.site-header.style4 {
    border-top: medium none;
}
.style4 #main-header {
    background: none repeat scroll 0 0 #27a4c8;
    border-top: 1px solid #3B8AA3;
}
.style4 .site-branding {
    float: left;
    line-height: 72px;
}
.style4 #site-navigation .menu &gt; ul &gt; li &gt; a {
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    line-height: 77px;
    padding: 0 10px;
}
.style4 #site-navigation .menu &gt; ul &gt; li &gt; a:hover,
.style4 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor a:hover,
.style4 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a {
    color: #353535;
}
.style4 #site-navigation .menu &gt; ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.style4 .ak-search {
    display: none;
}
.style4 #site-navigation .menu &gt; ul &gt; li:hover &gt; a:before,
.style4 #site-navigation .menu &gt; ul &gt; li.current_page_item &gt; a:before,
.style4 #site-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a:before,
.style4 #site-navigation .menu &gt; ul &gt; li.current_page_ancestor &gt; a:before,
.style4 #site-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a:before {
    background: none repeat scroll 0 0;
}
.style4 .right-header {
    float: right;
}
.style4 #site-navigation .menu {
    display: inline-block;
}
.style4 .search-icon {
    float: right;
    border-left: none;
    cursor: pointer;
    padding: 0;
}
.style4 .ak-search {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 77px;
    z-index: 9999;
}
.style4 .searchform .s {
    background: none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 13px;
    height: 32px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 160px;
}
.style4 .searchform .searchsubmit {
    background: none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #ccc;
    float: right;
    font-size: 14px;
    height: 32px;
    padding: 0;
    width: 32px;
}
.style4 .searchform {
    border: 1px solid #ccc;
    height: 34px;
    width: 200px;
}
.style4 .searchform .searchsubmit .fa.fa-search {
    color: #ccc;
}
.style4 .search-icon &gt; a {
    border-left: 1px solid #dbdbdb;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 24px;
    padding-left: 15px;
}
.logo-center.style4 .search-icon &gt; a {
    margin-top: 13px;
}
/***** logo center css *****/

.logo-center .site-branding {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 15px;
}
.logo-center .search-icon {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-top: 10px;
}
.logo-center .right-header,
.logo-center .header-wrap .main-navigation {
    float: none;
    text-align: center;
}
.logo-center #site-navigation .menu {
    display: inline-block !important;
    float: none;
}
/*-------------------------------------------
	Sub menu
-------------------------------------------*/

#site-navigation .menu ul ul {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #25A4C8;
    border-top: 1px solid #25A4C8;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 140%;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 99999;
}
#site-navigation .menu &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#site-navigation .menu li ul.sub-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    top: -2px;
}
#site-navigation .menu ul ul li {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 !important;
    text-align: left;
}
#site-navigation .menu ul ul li:last-child {
    border-bottom: none;
}
#site-navigation .menu ul ul li a {
    color: #141414;
    display: block;
    font-weight: 300;
    min-width: 220px;
    padding: 10px 15px;
    position: relative;
}
#site-navigation .menu ul ul li &gt; a:hover:before,
#site-navigation .menu ul ul li.current_page_item &gt; a:before {
    background: #3b8aa3;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
#site-navigation .menu ul ul li &gt; a:hover,
#site-navigation .menu ul ul li.current_page_item &gt; a {
    color: #3b8aa3;
}
#site-navigation .menu ul ul ul {
    top: -2px;
    left: 100%;
}
/*-----------------------------
TOP-FOOTER
-------------------------------*/

.hide {
    display: none;
}
footer {
    background: none repeat scroll 0 0 #ffffff;
}
#top-footer {
    background: #229ec1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 30px 0;
}
#top-footer a {
    color: #FFF;
}
#top-footer .footer {
    float: left;
}
#top-footer .footer .widget {
    margin-bottom: 0;
    margin-right: 25px;
    padding-right: 25px;
}
#top-footer .footer4 .widget {
    margin-right: 0;
    background: none;
    padding-right: 0;
}
#top-footer .footer #text-6.widget {
    border: none;
}
#top-footer .footer1,
#top-footer .footer2,
#top-footer .footer3,
#top-footer .footer4 {
    width: 25%;
}
#top-footer .footer .widget-title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#top-footer .textwidget ul {
    margin: 0
}
#top-footer .textwidget ul li {
    line-height: 18px;
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
}
#top-footer .textwidget ul li:before {
    content: "\f058 ";
    font-family: FontAwesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
}
#top-footer .footer p {
    margin-bottom: 10px;
}
#top-footer input,
#top-footer textarea {    
    border: none;
    border-radius: 0;
    color: #666666;
    height: 36px;
    padding: 10px;
    width: 100%;
}
#top-footer textarea {
    height: 90px;
    resize: none;
}
#top-footer input[type="submit"] {
    border: none;
    background: #1A86A5;
    height: 36px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 20px;
    vertical-align: middle;
    color: #ffffff !important;
    -webkit-appearance: none;
}
.newsletter {
    margin-top: 20px;
}
#top-footer input.newsletter-email {
    background: none repeat scroll 0 0 #1b87a6;
    color: #ffffff;
    width: 83%;
    font-size: 13px;
}
.newsletter p {
    display: inline;
    margin: 0;
}
#top-footer input.newsletter-submit {
    width: 16%;
    text-transform: capitalize;
    padding: 0;
}
/*-----------------------------
STICKY HEADER
-------------------------------*/

.sticky-header {
    transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    position: static;
    top: -350px;
}
.sticky-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -ms-transform: translateY(0);
    /* IE 9 */
    
    -webkit-transform: translateY(0);
    /* Chrome, Safari, Opera */
    
    transform: translateY(0);
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.sticky-header.fixed .site-branding {
    line-height: 50px;
}
.style1 .sticky-header.fixed .site-branding {
    line-height: 30px;
}
.sticky-header.fixed #site-navigation .menu &gt; ul &gt; li &gt; a,
.sticky-header.fixed .header-wrap .search-icon &gt; .fa.fa-search {
    line-height: 57px;
}
.sticky-header.fixed .search-icon &gt; a {
    margin-top: 15px;
}
.logo-center .sticky-header.fixed .search-icon &gt; a {
    margin-top: 5px;
}
/*-----------------------------
MIDDLE-FOOTER
-------------------------------*/

footer #middle-footer {
    background: #1a86a5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    border-left: 1px solid #ffffff;
    color: #ffffff;
    margin-left: 8px;
    padding-left: 8px;
    line-height: 10px;
    display: block;
}
.footer-menu ul li a:hover {
    color: #141414;
}
.footer-menu ul li:first-child a {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
}
.footer-menu ul li .children {
    display: none;
}
.footer-menu .sub-menu {
    display: none;
}
/*-----------------------------
BOTTOM-FOOTER
-------------------------------*/

footer #bottom-footer {
    background: none repeat scroll 0 0 #15657c;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 13px;
}
.footer-wrap a {
    color: #ffffff;
}
.footer-wrap a:hover {
    color: #1B87A6;
}
.footer-logo a {
    margin-bottom: 5px;
    display: block;
}
.footer-socials {
    margin: 8px 0 14px;
}
.footer-socials a {
    display: inline-block;
    background: #ffffff;
    color: #15657c;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin: 0 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.footer-socials a:hover {
    background: #27a4c8;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tagcloud a {
    font-size: 13px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    margin: 0 2px 4px 0;
    display: inline-block;
    line-height: 1;
}
.sidebar .tagcloud a {
    background: #27a4c8;
    color: #FFF;
}
/*-----------------------------
ABOUT-SECTION
-------------------------------*/

.home-section {
    padding: 68px 0;
    background: #ffffff;
}
.main-title,
.main-title a {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #141414;
}
#about-section {    
    background: url(images/cta-bg.jpg) no-repeat scroll top center;
    background-size: cover;
    height: auto;
    padding: 85px 0 75px;
    text-align: center;
}
#about-section .main-title a {
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 21px;
}
#about-section .welcome-detail {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}
/*-----------------------------
CALL TO ACTION FORM
-------------------------------*/

#about-section .widget {
    margin-bottom: 0;
}
.cta-suscribe-form .cta-form .cta-title {
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 11px;
    text-shadow: 1px 1px 2px #141414;
}
#about-section .cta-form {
    margin: 0 auto;
    width: 75%;
}
#about-section.home-section.cta-suscribe-form {
    padding: 50px 0;
}
#about-section .cta-form .cta-desc {
    margin-bottom: 25px;
}
.suscribe-form-wrap {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.cta-form .ajax-loader {
    display: none;
}
.cta-desc {
    text-align: center;
    margin-bottom: 15px;
}
.cta-btn {
    margin: 0 auto 20px;
    display: block;
    width: 12%;
    text-align: center;
}
.cta-suscribe-form .cta-form .wpcf7-validation-errors {
    color: #fff;
}
.suscribe-input .your-email input {
    float: right;
}
.suscribe-input .your-name,
.suscribe-input .your-email {
    float: left;
    width: 48%;
    text-align: left;
}
.suscribe-input .your-email {
    float: right;
}
.suscribe-input input {
    background: none repeat scroll 0 0 #e6e4e3;
    display: block;
    font-weight: 400;
    color: #8e8e8e;
    font-size: 13px;
    -webkit-appearance: none;
}
.suscribe-btn input {
    background: none repeat scroll 0 0 #27a4c8;
    border: medium none;
    color: #ffffff !important;
    font-size: 14px;
    height: 42px;
    margin-top: 13px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    -webkit-appearance: none;
}
.suscribe-btn input[type="submit"]:hover {
    background: #2394B4;
}
.welcome-detail {
    font-size: 27px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
}
.call-to-action.home-section .bttn {
    font-size: 24px;
    font-weight: 300;
    line-height: 0;
    padding: 25px 35px;
}
.call-to-action-text {
    position: relative;
}
.call-to-action-text:after {
    border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 25px;
    bottom: -50px;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;
}
/*-----------------------------
CALL TO ACTION VIDEO
-------------------------------*/

.cta-video-section {
    background: #f2f2f2;
    margin-top: 60px;
}
.cta-video-section-wrap {
    padding-bottom: 0;
}
.cta-video-section-wrap .cta-video .cta-wrap-left {
    position: relative;
    top: -58px;
    float: left;
    margin-right: 42px;
}
.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-right .main-title {
    font-size: 38px;
    line-height: 42px;
    margin-top: 42px;
    text-align: left;
    text-transform: uppercase;
}
.cta-video-section-wrap .cta-video .cta-desc {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
    text-align: left;
}
.cta-video-section-wrap .cta-video-btn {
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 222px;
}
/*--------------------------------------------------------------
	CALL TO ACTION BANNER
--------------------------------------------------------------*/

.footer-cta.home-section {
    padding: 30px 0 15px;
}
.footer-cta .banner-text {
    float: left;
    width: 75%;
}
.footer-cta .banner-btn {
    float: right;
    width: 25%;
}
.footer-cta .cta-banner .main-title {
    font-size: 32px;
    text-align: left;
}
.footer-cta .cta-desc_simple {
    color: #27a4c8;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}
.banner-btn .btn {
    background: none repeat scroll 0 0 #27a4c8;
    border-bottom: 2px solid #1d84a1;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 49px;
    line-height: 49px;
    margin: 30px auto 25px;
    text-align: center;
    width: 198px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn .btn:hover {
    background: none repeat scroll 0 0 #1d84a1;
    border-bottom: 2px solid #27a4c8;
}
.banner-btn .btn i {
    margin-right: 8px;
}
/*--------------------------------------------------------------
Team Section css
--------------------------------------------------------------*/

.team-section .main-title {
    text-transform: uppercase;
}
.team-section .sub-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}
/*-----------------------------
EVENTS-SECTION
-------------------------------*/

.events-section {
    text-align: center;
}
.events-section .main-title {
    text-transform: uppercase;
}
.blog-desc {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
}
.events-section .event-list {
    background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    position: relative;
    width: 377px;
}
.event-thumbnail a {
    position: relative;
    display: block;
    overflow: hidden;
}
.events-section .event-list .event-thumbnail img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.events-section .event-list .event-thumbnail .event-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.events-section .overlay-blog {
    background: none repeat scroll 0 0 rgba(39, 164, 200, 0.65);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 300;
    font-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 250px;
}
.events-section .event-list .event-thumbnail .event-img:hover .overlay-blog {
    opacity: 1;
}
.events-section .event-list .event-date {
    color: #ffffff;
    height: 90px;
    left: 24px;
    padding: 35px 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
    background: #f2f2f2;
}
.events-section .event-list .event-date-day {
    color: #4b4b4b;
    display: block;
    font-size: 30px;
    line-height: 23px;
}
.events-section .event-list .event-date-month {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #4b4b4b;
}
.events-section .event-list .event-detail {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 20px 20px 18px;
    text-align: left;
    background: #f2f2f2;
}
.events-section .event-list .event-title {
    margin-bottom: 6px;
}
.events-section .event-list .event-title a {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
}
.events-section .event-list .event-title a:hover {
    color: #27a4c8;
}
.events-section .event-list .read-more-btn {
    background: none repeat scroll 0 0 #27a4c8;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 31px;
    line-height: 31px;
    margin-top: 22px;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 128px;
    font-weight: 400;
}
.events-section .event-list .read-more-btn:hover {
    background: none repeat scroll 0 0 #2090b0;
    color: #ffffff;
}
.read-more-btn:hover .read-icon-wrap {
    background: none repeat scroll 0 0 #27a4c8;
}
.read-more-btn .read-icon-wrap {
    background: none repeat scroll 0 0 #2090b0;
    height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
}
.events-section .bx-wrapper .bx-pager {
    text-align: left;
}
.events-section .bx-wrapper .bx-controls-direction a {
    height: 44px;
    margin-top: -28px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 22px;
    z-index: 9999
}
.events-section .bx-wrapper .bx-prev {
    background: url(images/events-controls.png) no-repeat scroll 0 0;
    left: -50px;
}
.events-section .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.events-section .bx-wrapper .bx-next {
    background: url(images/events-controls.png) no-repeat scroll right 0;
    right: -50px;
}
.events-section .bx-wrapper .bx-next:hover {
    background-position: right 0;
}
.event-list-wrapper .lSSlideOuter .lSPager.lSpg {
    text-align: left;
}
.event-list-wrapper .lSSlideOuter .lSPager.lSpg li {
    padding: 0;
}
.events-section .bx-wrapper .bx-pager.bx-default-pager a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg &gt; li a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    height: 11px;
    margin: 0 0 0 6px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 11px;
    border-radius: 0;
}
.events-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.events-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg &gt; li.active a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg &gt; li:hover a {
    background: #27a4c8;
}
.event-list .author {
    float: left;
    padding: 10px 20px 0;
}
.event-list .author i {
    padding-right: 5px;
}
.event-list .comments-link {
    float: right;
    padding: 10px 20px 0;
}
.event-list .comments-link a {
    float: right;
    color: #141414;
}
.event-list a:hover,
.event-list span:hover {
    color: #27a4c8;
}
.events-section .view-all {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: right;
    position: relative;
    z-index: 1000;
    float: right;
}
/*-----------------------------
AWESOME ICON
-------------------------------*/

.icon-section {    
    background: #ffffff;
}
.icon-section .main-title {
    text-align: left;
}
.icon-section .textwidget {
    font-size: 22px;
    font-weight: 300;
    line-height: 45px;
}
/*-----------------------------
CLIENTS-SAY
-------------------------------*/

.clients-say-section {
    text-align: center;
}
.clients-say-section .main-title {
    color: #2e313d;
    font-size: 30px;
    margin-bottom: 40px;
}
.clients-say-section .testimonial-slider-wrap .bx-wrapper .bx-pager {
    bottom: -60px;
    right: auto;
    text-align: center;
    width: 100%;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    height: 15px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 15px;
}
.clients-say-section .testimonial-wrap {
    margin: 0 auto;
    width: 1100px;
}
.clients-say-section .testimonial-slide {
    color: #111111;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    /* width: 100% !important;*/
}
.clients-say-section .testimonial-thumbnail {
    border-radius: 90px;
    height: 103px;
    margin: 0 auto 29px;
    overflow: hidden;
    width: 103px;
    position: relative;
}
.clients-say-section .testimonial-thumbnail-wrap {
    position: relative;
    border-radius: 100%;
    height: 103px;
    margin: 0 auto;
    position: relative;
    width: 103px;
    margin: 20px auto 35px;
}
.clients-say-section .testimonial-thumbnail-wrap:after {
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 2px #ededed;
    left: -15px;
    padding: 15px;
    top: -15px;
}
.testimonial-slide .testimonial-excerpt {
    font-size: 24px;
    line-height: 33px;
}
.clients-say-section .testimoinal-client-name {
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 33px;
    margin-top: 20px;
}
.clients-say-section .tesimonial-designation {
    font-size: 16px;
}
.clients-say-section .bx-wrapper {
    padding-bottom: 20px;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #27a4c8;
}
.clients-say-section .bx-wrapper .bx-controls-direction a {
    background: url(images/testimonila-controls.png) no-repeat scroll 0 0;
    height: 29px;
    margin-top: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 60px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 15px;
    z-index: 9999;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 440px;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -17px 0;
    right: 440px;
}
.testimonials-desc {
    margin: 0 0 40px;
}
.clients-say-section .main-title {
    text-transform: uppercase;
}
/******** client say 3-column *********/

.clients-say-section .three-column-testimonail .testimonial-slide {
    color: #111111;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    position: relative;
    min-height: 270px;
}
.three-column-testimonail .testimonial-list {
    background: none repeat scroll 0 0 #ffffff;
    padding: 20px;
    border-radius: 3px;
}
.three-column-testimonail .testimonial-list .testimonial-excerpt {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 40px;
    padding-top: 25px;
    position: relative;
    text-align: left;
}
.three-column-testimonail .testimonial-list .testimonial-excerpt:before {    
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 20px;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    color: #25A4C8;
}
.clients-say-section .three-column-testimonail .testimoinal-client-name {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 120px;
    text-align: left;
}
/*-----------------------------
	CLIENT LOGO
-------------------------------*/

#clients-logo .bx-wrapper .bx-controls-direction a {
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 40px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    text-indent: 0;
}
#clients-logo .bx-wrapper .bx-controls-direction a i {
    color: #444444;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 100%;
    opacity: 1;
}
#clients-logo .bx-wrapper .bx-prev {
    left: 0px;
}
#clients-logo .bx-wrapper .bx-next {
    right: 0px;
}
#clients-logo .bx-wrapper:hover .bx-prev {
    left: -55px;
    opacity: 1;
}
#clients-logo .bx-wrapper:hover .bx-next {
    right: -55px;
    opacity: 1;
}
#clients-logo .bx-wrapper {
    margin: 40px auto !important;
}
.logo-slider img {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.logo-slider img:hover {
    opacity: 1;
}
#clients-logo .ak-container {
    position: relative;
    overflow: hidden;
}
.client-desc,
.testimonials-desc {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 26px 0 60px;
    text-align: center;
}
#clients-logo .main-title {
    text-transform: uppercase;
}
/*-----------------------------
BUSINESS-ACTIVITIES
-------------------------------*/

.business-section {
    background: #27a4c8;
}
.business-section .widget-title {
    font-size: 36px;
    font-weight: 300;
    padding-top: 5px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bussiness-slider .ap-slider-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 40px;
    content: #4b4b4b;
}
.business-section .business-image img {
    float: left;
}
.business-section .business-content {
    clear: both;
    margin-top: 14px;
}
.business-section .widget,
.business-section .gallery {
    margin-bottom: 0;
}
.business-section .business-wrapper {
    float: left;
    margin-left: 2%;
    width: 60%;
    background: #ffffff;
}
.business-activities-wrapper {
    margin-left: -2%;
}
.business-section .business-wrapper.bussiness-slider {
    width: 36%;
    padding: 0 15px 20px;
}
.business-section .main-title {
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    text-transform: uppercase;
}
/*-----------------------------
FEATURED-POST
-------------------------------*/

.featured-section {
    background: #27a4c8;
}
.featured-section .main-title {
    color: #ffffff;
    font-size: 32px;
}
.featured-section .sub-desc,
.cta-suscribe-form .cta-form .cta-desc {
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.featured-section .featured-post-wrapper {
    margin-left: -20px;
    text-align: center;
}
.featured-section .featured-post {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px 20px;
    width: 277px;
    display: block;
}
.featured-section .featured-content {
    padding: 15px 20px 15px;
}
.featured-post .featured-icon {
    background: #147D6D;
    margin: 0;
    text-align: center;
    font-size: 60px;
    line-height: 180px;
}
.featured-post .view-more {
    background: none;
    color: #25A4C8;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    position: relative;
    border: 1px solid #25A4C8;
}
.featured-post .view-more:hover {
    background: #25A4C8;
    color: #ffffff;
}
.featured-post h2.featured-title {
    line-height: 24px;
}
.featured-post h2.featured-title a {
    font-size: 18px;
    font-weight: 600;
    color: #141414;
}
.featured-post h2.featured-title a:hover {
    color: #27a4c8;
}
.featured-image img:hover {
    opacity: 0.70;
    background: none;
}
/*-----------------------------
CENTER SECTION
-------------------------------*/

.center-section .main-title {
    text-align: left;
}
.center-section .widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}
.center-section .textwidget {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 24px;
}
.center-section .center-image {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 4px #c7c7c7;
    padding: 7px;
}
.bold-title {
    font-weight: 700;
}
/*-----------------------------
CONTACT-GOOGLE-MAP
-------------------------------*/
#google-map {
    position: relative;
    min-height: 648px;
}
#google-map img {
    max-width: none;
}
#ap-map-canvas {
    min-height: 648px;
}
.google-section-wrap {
    left: 50%;
    margin-left: -585px;
    position: absolute;
    top: 0;
}
#google-map iframe {
    width: 100%;
    vertical-align: middle;
}
.googlemaps br,
.googlemaps small {
    display: none;
}
#google-map .ak-contact-address {
    background: #ffffff;
    float: right;
    margin-top: 60px;
    width: 478px;
    z-index: 10;
}
#google-map .main-title {
    background: #27a4c8;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 23px;
    margin: 0;
}
.google-section-wrap .cont_desc {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 12px;
}
.map-contact .your-name {
    float: left;
    width: 48%;
}
.map-contact .your-email {
    float: right;
    width: 48%;
}
.map-contact input,
.map-contact textarea {
    border: none;
    border-bottom: 1px solid #27a4c8;
    color: #141414;
    font-size: 14px;
    margin-bottom: 12px;
    background: #f2f2f2;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.map-contact input:focus,
.map-contact textarea:focus,
.suscribe-input input:focus {
    border: 1px solid #27a4c8;
    -moz-box-shadow: 0 0 2px #27a4c8;
    -webkit-box-shadow: 0 0 2px #27a4c8;
    box-shadow: 0 0 2px #27a4c8;
}
.map-contact textarea {
    resize: none;
    height: 85px;
    width: 100%;
}
.map-contact .quiz-238 {
    display: inline-block;
    width: 70%;
}
.map-contact input[type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 29px;
    text-transform: uppercase;
    width: 25%;
    -webkit-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}
.map-contact input[type="submit"]:hover {
    background: #229EC1;
    color: #ffffff;
    border: 1px solid #229EC1;
}
.captcha .wpcf7-quiz-label {
    font-size: 14px;
}
.contact-map-wrap {
    padding: 23px;
}
.contact_all_wrap {
    background: none repeat scroll 0 0 #27a4c8;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px;
}
.address-wrap,
.mail-wrap {
    float: left;
    width: 50%;
}
.contact_all_wrap i {
    display: block;
    float: left;
    margin-right: 8px;
    padding-top: 4px;
    width: auto;
}
.contact-address &gt; span {
    float: left;
    width: 88%;
}
.contact_all_wrap a {
    color: #e6e6e6;
    display: inline-block;
    width: 88%;
    word-wrap: break-word;
}
.contact_all_wrap .bold {
    font-weight: 700;
}
.contact-info-map {
    margin-bottom: 17px;
}
#google-map .ak-contact-address .socials {
    margin-top: 12px;
    text-align: center;
}
#google-map .ak-contact-address .socials a {
    border-radius: 90px;
    color: #27a4c8;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin-right: 3px;
    margin-bottom: 5px;
    text-align: center;
    width: 28px;
    top: 0;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    position: relative;
    background: #ffffff;
}
#google-map .ak-contact-address .socials a:hover {
    top: -5px;
}
/*-----------------------------
INNER-PAGES
-------------------------------*/

#content {
    padding: 0 0 30px;
    background: #FFF;
}
#primary {
    float: left;
    width: 68%;
}
.sidebar {
    float: right;
    width: 29%;
}
#primary.fullwidth {
    width: 100%;
}
/*-----------------------------
RIGHT-SIDEBAR
-------------------------------*/

.sidebar aside {
    margin-bottom: 30px;
}
.sidebar h1.widget-title {
    background: none repeat scroll 0 0 #f1f2f3;
    border-left: 5px solid #01aefd;
    font-size: 22px;
    line-height: 24px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.sidebar .event-list {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidebar .event-list .event-thumbnail {
    float: left;
    position: relative;
    width: 30%;
}
.sidebar .event-list .event-thumbnail img {
    display: block;
}
.sidebar .event-list .event-detail {
    float: right;
    width: 65%;
}
.sidebar .event-list .event-detail a {
    color: #23a38f;
}
.sidebar .event-thumbnail .event-date {
    font-size: 13px;
    padding: 5px 0;
    width: 50px;
}
.sidebar .event-thumbnail .event-date {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}
.sidebar .event-date .event-date-day {
    display: block;
    margin-bottom: 3px;
}
.sidebar .event-date .event-date-month {
    display: block;
    font-weight: 400;
}
.sidebar .widget-title {
    padding: 23px 10px 5px 0;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    color: #666666 !important;
    margin-bottom: 5px;
    font-weight: 600;
}
/*-----------------------------
LEFT-SIDEBAR
-------------------------------*/

.left-sidebar #primary {
    float: right;
    width: 68%;
}
.left-sidebar.sidebar {
    float: left;
    width: 29%;
}
/*** SEARCH-ASIDE ***/

.sidebar .widget_search .searchsubmit {
    background: none repeat scroll 0 0 #27a4c8;
    border: medium none;
    height: 36px;
    width: 12%;
    vertical-align: top;
}
.sidebar .widget_search input[type="text"] {
    width: 87%;
    float: left;
}
.sidebar .widget_search input[type="text"]:focus,
.sidebar .widget_search input[type="text"]:active {
    border: 1px solid #27a4c8;
}
.sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0 5px 16px;
    margin-left: 5px;
    position: relative;
}
.sidebar ul li:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 6px;
}
.sidebar ul li:hover:before {
    color: #27a4c8;
}
.sidebar ul li:last-child {
    border-bottom: none;
}
.sidebar ul li a {
    color: #666;
    font-weight: 300;
}
.sidebar ul li a:hover {
    color: #27a4c8;
}
/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/

.both-sidebar #primary-wrap {
    float: left;
    width: 76%;
}
.both-sidebar #primary-wrap #primary {
    float: right;
    width: 70%;
}
.both-sidebar #primary-wrap .left-sidebar.sidebar {
    float: left;
    width: 28%;
}
.both-sidebar .right-sidebar {
    float: right;
    width: 22%;
}
.both-sidebar .sidebar .widget_search input[type="text"] {
    width: 83%;
}
.both-sidebar .sidebar .widget_search .searchsubmit {
    width: 15%;
}
/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/

.no-sidebar #primary {
    width: 100%;
    float: none;
}
/*-----------------------------
INNER-PAGES-TESTIMONIALS
-------------------------------*/

.cat-testimonial-list {
    margin-bottom: 30px;
    width: 48%;
    float: left;
    margin-right: 4%;
}
.cat-testimonial-list:nth-child(odd) {
    margin-right: 0;
}
.cat-testimonial-list .cat-testimonial-excerpt {
    position: relative;
}
.cat-testimonial-list h1.entry-title {
    color: #23a38f;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
}
.cat-testimonial-image {
    margin-bottom: 10px;
}
.cat-testimonial-image img {
    width: 100%;
}
/*-----------------------------
INNER-PAGES-PORTFOLIO
-------------------------------*/

ul.button-group {
    margin: 0 0 15px;
    list-style: none;
}
ul.button-group li {
    float: left;
    margin-right: 1px;
    cursor: pointer;
    background: #EEE;
    padding: 8px 10px;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;
}
ul.button-group li.is-checked,
ul.button-group li:hover {
    color: #25A4C8;
}
ul.button-group li.no-link {
    cursor: auto;
    background: #293037;
    color: #FFF;
}
.cat-portfolio-list {
    float: left;
    position: relative;
    width: 50%;
}
.cat-portfolio-list .portofolio-layout {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    padding-top: 42%;
    text-align: center;
    top: 0;
    width: 100%;
}
.cat-portfolio-list .portofolio-layout:hover {
    background: rgba(0, 0, 0, 0.75);
}
.cat-portfolio-list .portofolio-layout:before,
.cat-portfolio-list .portofolio-layout:after {
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.cat-portfolio-list .portofolio-layout:hover:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.cat-portfolio-list .portofolio-layout:hover:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.cat-portfolio-list .portofolio-layout h1 {
    color: #ffffff !important;
    border: medium none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cat-portfolio-list .portofolio-layout .cat-portfolio-excerpt {
    color: #ffffff;
    border: medium none;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding: 0 40px;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cat-portfolio-list .portofolio-layout:hover .portfolio-title {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.cat-portfolio-list .portofolio-layout:hover .cat-portfolio-excerpt {
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
#portfolio-grid.column-2 .cat-portfolio-list {
    width: 49%;
    margin-bottom: 1%;
    margin-left: 1%;
}
#portfolio-grid.column-2 .cat-portfolio-list .cat-portfolio-image img {
    width: 100%;
    height: auto;
}
#portfolio-grid.column-3 .cat-portfolio-list {
    margin-bottom: 1%;
    margin-left: 1%;
    width: 32.33%;
}
#portfolio-grid {
    margin-left: -1%;
}
#portfolio-grid.column-4 .cat-portfolio-list {
    margin-bottom: 1%;
    margin-left: 1%;
    width: 24%;
}
#portfolio-grid.column-5 .cat-portfolio-list {
    margin-bottom: 1%;
    margin-left: 1%;
    width: 19%;
}
.portfolio_list #portfolio-grid .cat-portfolio-list {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100% !important;
}
.portfolio-listing.portfolio_list .portfolios-inner a .cat-portfolio-image img {
    width: 30%;
    float: left;
    border: 1px solid #EEE;
}
.portfolio_list .cat-portfolio-list .portofolio-layout {
    background: none;
    padding: 0;
    position: static;
    width: 68%;
    float: right;
    text-align: left;
}
.portfolio_list .cat-portfolio-list .portofolio-layout:hover:after,
.portfolio_list .cat-portfolio-list .portofolio-layout:hover:before {
    border: none;
}
.portfolio_list .cat-portfolio-list .portofolio-layout:hover .portfolio-title,
.portfolio_list .cat-portfolio-list .portofolio-layout:hover .cat-portfolio-excerpt {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio_list .cat-portfolio-list .portofolio-layout .cat-portfolio-excerpt {
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 30px;
    padding: 0;
    font-style: normal;
}
.portfolio_list .cat-portfolio-list .portofolio-layout h1.portfolio-title {
    font-size: 16px !important;
    color: #666666 !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.portfolio_list .bttn {
    margin-top: 20px;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0.5%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
Shortcodes Css
--------------------------------------------------------------*/

.testimonial-wrap {
    margin-bottom: 20px;
}
.testimonial-block {
    background: #EEE;
    padding: 15px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 70px;
    margin-right: 2%;
    position: relative;
}
.testimonial-block:after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: #EEE transparent transparent #EEE;
}
.testimonial-block .testimonial-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: 10px;
}
.testimonial-block .testimonial-image img {
    width: 100%;
    height: auto;
}
.testimonial-block .testimonial-image.round {
    border-radius: 100%;
}
.testimonial-block .client-detail {
    position: absolute;
    top: 100%;
    left: 100px;
    max-width: 80%;
    margin-top: 15px;
}
.testimonial-block .client-detail .client-name {
    font-style: normal;
    font-weight: bold;
}
.team-block {
    border: 1px solid #DDD;
    padding: 12px;
}
.team-block .team-image {
    margin-bottom: 20px;
    text-align: center;
}
.team-block .team-image.round {
    /*	border-radius: 500px;*/
    
    overflow: hidden;
}
.team-block .member-name {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: normal;
    font-weight: 700;
}
.team-block .designation {
    font-size: 14px;
    margin-bottom: 5px;
}
.team-block .team-content {
    font-size: 14px;
    line-height: 20px;
}
.team-section .textwidget {
    font-size: 21px;
    line-height: 30px;
}
.social-shortcode {
    font-size: 16px;
    margin: 15px 0;
    text-align: left;
    clear: both;
}
.social-shortcode a {
    height: 34px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px 5px 0;
    background: #e5e5e5;
    color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.social-shortcode a:hover {
    background: #1FA2C7;
    color: #FFF !important;
}
.divider {
    display: block;
    margin: 30px auto;
}
.ap-spacing {
    background: none;
}
.accordion-wrap {
    border-top: 2px solid #01AEFD;
    border-bottom: 5px solid #01AEFD;
    border-radius: 3px 3px 6px 6px;
}
.ap_accordian {
    border: 1px solid #CCC;
    border-bottom: 0;
}
.ap_accordian .ap_accordian_title {
    padding: 8px 12px;
    background: #EEE;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}
.ap_accordian .ap_accordian_title .fa {
    margin-right: 10px;
    color: #333;
}
.ap_accordian .ap_accordian_title:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 12px;
    height: 20px;
    width: 20px;
    background: #333;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -9px;
}
.ap_accordian .ap_accordian_title.active:after {
    content: "\f106";
}
.ap_accordian .ap_accordian_content {
    padding: 10px;
    display: none;
    border-top: 1px solid #DDD;
}
.ap_toggle {
    /*border-bottom: 1px solid #DDD; */
    
    border: none;
    margin-bottom: 5px;
}
.ap_toggle .ap_toggle_title {
    background: none repeat scroll 0 0 #25A4C8;
    border-bottom: 6px solid #067FA0;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 0 6px 45px;
    position: relative;
    text-transform: uppercase;
}
.ap_toggle .ap_toggle_title:after {
    background: url(images/toogle-arrow.png) no-repeat scroll center center #067FA0;
    border: 1px solid #067FA0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    height: 17px;
    left: 15px;
    line-height: 15px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 17px;
}
.ap_toggle .ap_toggle_title.active:after {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ap_toggle .ap_toggle_content {
    border-top: 1px dotted #CCC;
    padding: 10px 15px;
}
.ap_toggle.close .ap_toggle_content {
    display: none;
}
.ap_call_to_action {
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
}
.ap_call_to_action h1,
.ap_call_to_action h2,
.ap_call_to_action h3,
.ap_call_to_action h4,
.ap_call_to_action h5,
.ap_call_to_action h6,
.ap_call_to_action p {
    margin: 0 !important;
}
.ap_call_to_action.center {
    text-align: center;
}
.ap_call_to_action .ap_call_to_action_content {
    float: left;
}
.ap_call_to_action.center .ap_call_to_action_content {
    float: none;
}
.ap_call_to_action .ap_call_to_action_button {
    float: right;
    background: #1BA0C6;
    padding: 10px 20px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
}
.ap_call_to_action.center .ap_call_to_action_button {
    float: none;
    margin-top: 15px;
}
.ap_drop_cap {
    border-radius: 100%;
    float: left;
    vertical-align: top;
    line-height: 1;
    margin-right: 8px;
}
.ap-list {
    list-style: none;
    margin: 0 0 20px 0;
}
.ap-list li {
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0 14px;
    padding: 5px 0 5px 24px;
    background-image: url(images/list-icons/list-icon6.gif);
}
.ap-list.ap-list1 li {
    background-image: url(images/list-icons/list-icon1.gif);
}
.ap-list.ap-list2 li {
    background-image: url(images/list-icons/list-icon2.gif);
    background-position: 0 14px;
}
.ap-list.ap-list3 li {
    background-image: url(images/list-icons/list-icon3.gif);
    background-position: 0 14px;
}
.ap-list.ap-list4 li {
    background-image: url(images/list-icons/list-icon4.gif);
    background-position: 0 14px;
}
.ap-list.ap-list5 li {
    background-image: url(images/list-icons/list-icon5.gif);
    background-position: 0 14px;
}
.ap-list.ap-list6 li {
    background-image: url(images/list-icons/list-icon6.gif);
    background-position: 0 14px;
}
/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.ap_column {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}
.ap_column {
    margin-left: 2%;
    padding: 0 0%;
}
.ap-row .ap_column:first-child {
    margin-left: 0;
}
.ap-span1 {
    width: 15.0%;
}
.ap-span2 {
    width: 32.0%;
}
.ap-span3 {
    width: 49.0%;
}
.ap-span4 {
    width: 66.0%;
}
.ap-span5 {
    width: 83.0%;
}
.ap-span6 {
    margin-left: 0;
    width: 100%;
}
body #_atssh {
    height: 0px !important;
    width: 0px !important;
}
/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/

.error-404 {
    background: url(images/404.png) no-repeat;
    height: 373px;
    width: 302px;
    margin: 0 auto;
    position: relative;
}
.error-404 .breeze-404 {
    font-size: 60px;
    position: absolute;
    left: 80px;
    top: 180px;
    line-height: 1;
}
.error-404 .breeze-error {
    font-size: 16px;
    position: absolute;
    left: 215px;
    top: 308px;
    line-height: 1;
}
.not-found .page-content {
    text-align: center;
    font-size: 20px;
}
/*----------------------------------------------------------------------
Portfolio
-----------------------------------------------------------------------*/

.portfolio-listing.portfolio_grid .portfolios {
    border: 1px solid #EEE;
    float: left;
    position: relative;
    overflow: hidden;
}
.portfolio-listing.portfolio_grid .portfolios img {
    width: 100%;
    height: auto;
}
.portfolio-listing.portfolio_grid .column-2 .portfolios {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 2%;
}
.portfolio-listing.portfolio_grid .column-3 .portfolios {
    width: 32.333%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.portfolio-listing.portfolio_grid .column-4 .portfolios {
    width: 24%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.portfolio-listing.portfolio_grid .column-5 .portfolios {
    width: 19%;
    margin-bottom: 1%;
    margin-left: 1%;
}
#portfolio-grid {
    margin-left: -1%;
}
#portfolio-grid.column-2 {
    margin-left: -2%;
}
.portfolio-listing.portfolio_grid .portfolios-bg {
    position: absolute;
    background-color: #04A3ED;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    opacity: 0.8;
    transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
}
.portfolio-listing.portfolio_grid .portfolios:hover .portfolios-bg {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ea2e;
}
.portfolio-listing.portfolio_grid .portfolio-short-desc {
    position: absolute;
    left: 0;
    top: 20%;
    text-align: center;
    width: 100%;
}
.portfolio-listing.portfolio_grid .portfolio-short-desc .portfolio-title {
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    color: #FFF !important;
    padding: 0 10px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    /* IE 9 */
    
    -webkit-transform: translateX(-100%);
    /* Opera, Chrome, and Safari */
}
.portfolio-listing.portfolio_grid .portfolio-short-desc .portfolio-title a {
    color: #FFF !important;
}
.portfolio-listing.portfolio_grid .portfolio-excerpt {
    font-weight: 300;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 10px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    /* IE 9 */
    
    -webkit-transform: translateX(100%);
    /* Opera, Chrome, and Safari */
}
.portfolio-listing.portfolio_grid .portfolios:hover .portfolio-excerpt {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    /* IE 9 */
    
    -webkit-transform: translateX(0);
    /* Opera, Chrome, and Safari */
    
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
}
.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-link,
.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-image {
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    margin: 0 2px;
    display: inline-block;
    opacity: 0;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    /* IE 9 */
    
    -webkit-transform: translateY(30px);
    /* Opera, Chrome, and Safari */
    
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-image {
    transition: all 0.1s ease 0.1s;
    -moz-transition: all 0.1s ease 0.1s;
    -webkit-transition: all 0.1s ease 0.1s;
}
.portfolio-listing.portfolio_grid .portfolios:hover a.portfolio-link {
    opacity: 1;
    transition: all 0.2s ease 0.5s;
    -moz-transition: all 0.2s ease 0.5s;
    -webkit-transition: all 0.2s ease 0.5s;
    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    
    -webkit-transform: translateY(0);
    /* Opera, Chrome, and Safari */
}
.portfolio-listing.portfolio_grid .portfolios:hover a.portfolio-image {
    opacity: 1;
    transition: all 0.2s ease 0.6s;
    -moz-transition: all 0.2s ease 0.6s;
    -webkit-transition: all 0.2s ease 0.6s;
    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    
    -webkit-transform: translateY(0);
    /* Opera, Chrome, and Safari */
}
.portfolio-listing.portfolio_grid .bttn {
    display: none;
}
.portfolio-listing.portfolio_list .portfolios-bg {
    display: none;
}
.portfolio-listing.portfolio_list #portfolio-grid {
    margin-left: 0 !important;
}
.portfolio-listing.portfolio_list .portfolios {
    margin-bottom: 30px;
}
.portfolio-listing.portfolio_list .portfolios img {
    width: 30%;
    float: left;
    border: 1px solid #EEE;
}
.portfolio-listing.portfolio_list .portfolio-short-desc {
    width: 67%;
    float: right;
}
.portfolio-listing.portfolio_list .portfolio-short-desc a.portfolio-image,
.portfolio-listing.portfolio_list .portfolio-short-desc a.portfolio-link {
    display: none;
}
.portfolio-listing.portfolio_list .portfolio-short-desc .portfolio-excerpt {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.faq-listing .faqs {
    margin-bottom: 5px;
}
.faqs .faq-question {
    background: none repeat scroll 0 0 #aaaaaa;
    border-bottom: 6px solid #878787;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 0 6px 45px;
    position: relative;
    text-transform: uppercase;
}
.faqs .faq-question:after {
    background: url("images/toogle-arrow.png") no-repeat scroll center center #878787;
    border: 1px solid #6c6c6c;
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    height: 17px;
    left: 15px;
    line-height: 15px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 17px;
}
.faqs .faq-question.active:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}
.faqs .faq-answer {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px 15px 0;
}
.faq_hide .faq-answer {
    display: none;
}
#latest-events h1 {
    color: white !important;
}
/*--------------------------------------------------------------
Blog Grid 
--------------------------------------------------------------*/

.blog-archive-wrap {
    position: relative;
    cursor: pointer;
}
.blog-title a {
    color: #141414;
}
.blog-title a:hover {
    color: #27a4c8;
}
.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_alternate_image .blog-thumbnail {
    float: left;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.blog-circular_image .blog-thumbnail:after,
.blog-circular_alternate_image .blog-thumbnail:after {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #27a4c8;
    -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_alternate_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_alternate_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 Medium
--------------------------------------------------------------*/

.blog-medium_image .blog-thumbnail,
.blog-alternate_medium_image .blog-thumbnail {
    float: left;
    margin: 0 20px 0 0;
}
.blog-medium_image .blog-thumbnail:after,
.blog-alternate_medium_image .blog-thumbnail:after {
    box-shadow: 0 0 0 2px #27a4c8;
    -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-medium_image .blog-thumbnail:hover:after,
.blog-alternate_medium_image .blog-thumbnail:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.alternate_wrap .blog-circular_alternate_image .blog-thumbnail,
.alternate_wrap .blog-alternate_medium_image .blog-thumbnail {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
/*--------------------------------------------------------------
	AK TOP
--------------------------------------------------------------*/

#ak-top {
    background: #ccc;
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    height: 36px;
    line-height: 10px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 36px;
}
#ak-top:hover {
    background: #27a4c8;
}
#ak-top i {
    font-size: 30px;
    -webkit-animation: flow-down 2s linear 3s infinite;
    /* Chrome, Safari, Opera */
    
    animation: flow-down 2s linear 3s infinite;
    /* Standard syntax */
    
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}
/* Standard syntax */

@keyframes flow-down {
    0% {
        top: 0px;
        opacity: 0.8;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0.8;
    }
}
/*--------------------------------------------------------------
	Inner page banner
--------------------------------------------------------------*/

.page_header_wrap {
    background: none repeat scroll 0 0 #eeeeee;
    margin-bottom: 30px;
    padding: 10px 0;
}
h1.entry-title {
    font-size: 28px;
    font-weight: 400;
}
#accesspreslite-breadcrumbs {
    font-size: 12px;
}
/*--------------------------------------------------------------
	Contact layout 1
--------------------------------------------------------------*/

.name-email-wrap .name,
.name-email-wrap .email {
    display: inline-block;
    float: left;
    width: 49%;
}
.contact-form-wrap .input {
    position: relative;
    display: block;
}
.name-email-wrap .email {
    float: right;
}
.contact-form-wrap i {
    border-left-style: solid;
    border-left-width: 1px;
    color: #cccccc;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    padding-left: 3px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 3px;
    width: 29px;
}
.contact-form-wrap textarea,
.contact-form-wrap input {
    padding: 5px 40px 5px 5px;
    width: 100%;
    -webkit-appearance: none;
}
.contact-form-wrap .submt input {
    margin: 12px 0;
    padding: 0 20px;
    text-align: center;
    width: auto;
    -webkit-appearance: none;
}
.name-email-wrap {
    margin-bottom: 10px;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
    border: 1px solid #27a4c8;
    -moz-box-shadow: 0 0 2px #27a4c8;
    -webkit-box-shadow: 0 0 2px #27a4c8;
    box-shadow: 0 0 2px #27a4c8;
}
/*--------------------------------------------------------------
	Testimonial grid view
--------------------------------------------------------------*/

.testimonial-grid a {
    color: #141414;
}
.testimonial-grid {
    margin-bottom: 2%;
}
/*--------------------------------------------------------------
	Testimonial second layout
--------------------------------------------------------------*/

.testimonial-second-layout {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.testimonial-second-layout .ap-client-image {
    display: block;
    margin-right: 3%;
    position: static;
    width: 20%;
    float: left;
}
.testimonial-second-layout .ap-client-testimonial {
    width: 77%;
    float: left;
    border: none;
    padding: 0;
    padding-left: 15px;
}
.testimonial-second-layout .ap-client-name {
    color: #25a4c8;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.testimonial-second-layout .ap-client-message {
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.testimonial-second-layout .ap-client-message:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 18px;
    left: -24px;
    position: absolute;
    top: 0;
}
.testimonial-second-layout .ap-client-designation {
    color: #808080;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}
.ap-clients-designation {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}
/*--------------------------------------------------------------
	Slick nav css
--------------------------------------------------------------*/

#site-navigation .slicknav_menu {
    display: none;
    background: none;
}
.slicknav_btn {
    background: url(images/menu.png) no-repeat center #27a4c8;
    cursor: pointer;
    display: block;
    float: none;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0;
    width: 48px;
    border-radius: 0;
}
.slicknav_menu .slicknav_icon {
    display: none;
}
.slicknav_nav a {
    color: #141414;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    text-transform: uppercase;
    border: none;
    margin: 0;
}
.slicknav_nav a:hover,
.slicknav_nav li.current-menu-item &gt; a,
.slicknav_nav li.current_page_ancestor &gt; a,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow,
.slicknav_nav .slicknav_row:hover a,
.slicknav_nav li.current_page_ancestor .slicknav_row a {
    background: none repeat scroll 0 0;
    color: #27a4c8;
}
.style4 .slicknav_nav a:hover,
.style4 .slicknav_nav li.current-menu-item &gt; a,
.style4 .slicknav_nav li.current_page_ancestor &gt; a,
.style4 .slicknav_nav .slicknav_row:hover,
.style4 .slicknav_nav .slicknav_row:hover .slicknav_arrow,
.style4 .slicknav_nav .slicknav_row:hover a,
.style4 .slicknav_nav li.current_page_ancestor .slicknav_row a {
    background: none repeat scroll 0 0;
    color: #ffffff;
}
.slicknav_nav li {
    border-bottom: 1px solid #ddd;
}
.slicknav_nav li:hover,
.slicknav_nav li.current_page_ancestor,
.slicknav_nav li.current-menu-item {
    border-bottom: 1px solid #27a4c8;
}
.style4 .slicknav_nav li:hover,
.style4 .slicknav_nav li.current_page_ancestor,
.style4 .slicknav_nav li.current-menu-item {
    border-bottom: 1px solid #ffffff;
}
.slicknav_nav .slicknav_row {
    margin: 0;
    padding: 0;
    display: block;
}
.slicknav_nav ul {
    margin: 0;
}
#fontlinks {
    display: none;
}
.switch &gt; a:hover {
    color: #ffffff;
}
/*
===========================
woocommerce css for the site
===========================
*/
.woocommerce .page_header_wrap h1.entry-title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
}
.woocommerce .woocommerce-result-count {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.woocommerce .woocommerce-result-count:before {
	content: '';
	position: absolute;
	width: 225px;
	height: 1px;
	background:#ebebeb;
	bottom: -15px;
}
.woocommerce .woocommerce-ordering .orderby {
	border: 1px solid #ebebeb;
    padding: 10px 16px;
    width: 194px;
    margin-left: 14px;
}
.woocommerce .woocommerce-ordering .orderby option {
	font-size: 13px;
	color: #000;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
	right: 0;
}
.woocommerce span.onsale {
	border-radius: 0;
	width: auto;
	height: 40px;
	line-height: 1;
	background: red;
	padding: 14px 10px;
	top: 0;
}
.woocommerce span.onsale:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 0;
	border-color: transparent #f00 transparent transparent;
	top: 0;
	right: 100%;
}
.woocommerce span.onsale:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 15px;
	border-color: transparent transparent #f00 transparent;
	right: 100%;
	bottom: 0;
}
/*
==================
add to cart hover
==================
*/
.woocommerce ul.products li .product-img-holder {
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li .product-img-holder a.add_to_cart_button {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #27a4c8;
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    top: -45px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    max-width: 130px;
    font-size: 14px;
    padding-left: 30px; 
    padding-top: 12px;
}
.woocommerce ul.products li .product-img-holder:hover a.add_to_cart_button {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}
.woocommerce ul.products li .product-img-holder a.add_to_cart_button:hover {
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	color: #fff !important;
}
.woocommerce ul.products li .product-img-holder a.add_to_cart_button:before {
	content: '\f07a';
	position: absolute;
	font-family: FontAwesome;
	font-size: 14px;
	color: #fff;
	left: 13px;
}
/*
=============
product-info-holder css
=============
*/
.woocommerce ul.products li .product-info-holder {
	text-align: center;
}
.woocommerce ul.products li .product-info-holder h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.woocommerce ul.products li .product-info-holder a:hover h3 {
	color: #27a4c8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.woocommerce ul.products li .price-star-wrap {
	border-top: 1px solid #eee;
	padding: 7px 0;
}
.woocommerce ul.products li .price-star-wrap .price,
.woocommerce ul.products li .price-star-wrap .star-rating {
	display: inline-block;
	vertical-align: middle;
}
.woocommerce ul.products li .price-star-wrap .price {
	margin: 0 0 0 15px
	;
}
.woocommerce ul.products li .price-star-wrap .star-rating {
	text-align: right;
	margin-bottom: 0
}
.woocommerce ul.products li .price-star-wrap .price {
	text-align: left;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
	margin: 0 2px;
}
/*
=================
=================
*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	position: relative;
}
.woocommerce #content div.product div.images .onsale, 
.woocommerce div.product div.images .onsale, 
.woocommerce-page #content div.product div.images .onsale, 
.woocommerce-page div.product div.images .onsale {
	left: auto;
	right: 0;
}
/*
==================
single page css
==================
*/
.woocommerce .entry-summary button.button.alt {
	background: #27a4c8;
	border-radius: 0;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #27a4c8;
	font-size: 13px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.woocommerce .entry-summary button.button.alt:hover {
	background: none;
	color: #27a4c8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.woocommerce .star-rating span:before {
	color: #27a4c8;
}
/*
=================
woocommerce div.product .woocommerce-tabs ul.tabs css
=================
*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
	margin-bottom: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	left: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	right: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow:none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px 20px 10px;
	border: 1px solid #d3ced2;
	border-top: 0;	
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 24px;
	color: #27a4c8;
	font-weight: 400;
}
/*
========================
button
========================
*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	border-radius: 0;
	background: #27a4c8;
	font-weight: 400;
	color: #fff;
	border: 1px solid #27a4c8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s; 
	padding: 0 20px;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: none;
	color: #27a4c8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
/*
=======================
.woocommerce .widget_price_filter .ui-slider .ui-slider-range css
=======================
*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #27a4c8;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #7bd8f3;
}
/*
========================
.woocommerce a.added_to_cart css
========================
*/
.woocommerce a.added_to_cart {
	padding: 5px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #27a4c8;
    color: #fff;
    transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.woocommerce a.added_to_cart:hover {
	opacity: 0.8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
/*
=========================
.woocommerce .woocommerce-message 
=========================
*/
.woocommerce .woocommerce-message {
	border-top-color: #27a4c8;
}
.woocommerce .woocommerce-message:before {
	color: #27a4c8;
}
.woocommerce div.product form.cart .variations label {
	text-transform: uppercase;
	font-weight: 400;
}</pre></body></html>