/*
Theme Name: Business Point
Theme URI: https://www.prodesigns.com/wordpress-themes/downloads/business-point/
Author: Tuan Bui
Author URI: https://www.facebook.com/ben.buimanhtuan/
Description: Edited by Tuan Bui - 0907980602. Business Point is responsive multipurpose business theme. It can be used for business, corporate, portfolio, digital agency, landing page, blog, entertainment and all informative websites. It is ultimate flexible with loads of nice options and features. We have applied our best experience so that you can create high-quality websites for business companies of any scale using this theme.
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-point
Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business Point is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom

--------------------------------------------------------------*/
@font-face {
    font-family: 'Calibri';
    src: url('../includes/css/fonts/Calibri.eot');
    src: url('../includes/css/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../includes/css/fonts/Calibri.woff2') format('woff2'),
        url('../includes/css/fonts/Calibri.woff') format('woff'),
        url('../includes/css/fonts/Calibri.ttf') format('truetype'),
        url('../includes/css/fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent; transition: all .3s linear;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #404040;
    font-size: 14px;
    line-height: 1.5;
}

body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-family: "Roboto",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #185c98;
    font-family: "Oxygen",sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3{
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    padding: 2px 4px;
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: 1px solid #eee;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.comment-reply-link,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
    background: #185c98 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


button:hover,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #0f98ff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"]{
    padding: 6px 0 6px 9px;
         -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:6px 6px 6px 9px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #185c98 ;
    text-decoration: inherit;
}

a:hover
{
    color:#0f98ff;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

input::placeholder { opacity: 0.6;}
textarea::placeholder { opacity: 0.6;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#main-nav {
    display: block;
    background-color: #f7f5eb;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.enabled-sticky-primary-menu #main-nav.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-navigation { margin-left: 20px; }
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color: #f5f1ea;
    box-shadow: 0px 1px 3px 1px rgba(171,171,171,1);
    border: solid 1px #d6d6d6;
    color: #212529;
    left: -9999px;
    margin: 0;
    min-width: 300px;
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: opacity 0.5s ease-in-out 0s;
    z-index: -9999;
}

.main-navigation ul ul ul {
    left:100%;
    top: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;

}
.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation ul li a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px 8px 20px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li a:hover {
    background-color: #e9e7db;
    box-shadow: 0px -2px 0px #185c98 inset;
}

.main-navigation ul ul a {
    border-bottom: 1px solid #d6d6d6;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
    font-size: 16px;
    color: #000000;
    height: auto;
    padding: 8px 20px;
    text-align: left;
    width: 100%;
    line-height: 20px;
    text-transform: none;
}

.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.home.page .slider-enabled.header-collapse ul li a{
    font-weight: normal;
}

.main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

.sub-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sub-navigation ul ul {
    background-color: #185c98;
    margin: 0;
    display: none;
    transition: opacity 0.5s ease-in-out 0s;
    z-index: 100;
    position: relative;
}
.sub-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
    width: 100%;
    overflow: hidden;
}
.sub-navigation ul ul ul ul  {
    display: none;
}
.sub-navigation ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
    line-height: 20px;
    position: relative;
    width: 100%;
    background-color: #185c98;
    overflow: hidden;
}
.sub-navigation ul li.current-menu-item > a, .sub-navigation ul li.current-post-parent > a{
    background-color: #172061; color: #ffffff;
}
.sub-navigation ul li a:hover {
    background-color: #172061; color: #ffffff;
}
.sub-navigation ul ul a {
    border-left: medium none;
    border-right: medium none;
    font-size: 12px;
    height: auto;
    padding: 3px 20px;
    text-align: left;
    width: 100%;
    line-height: 20px;
    background-color: #185c98;
}
.sub-navigation ul ul ul a { padding: 3px 30px;}
.sub-navigation ul ul ul ul a { padding: 3px 40px;}
.sub-navigation ul li.menu-item-has-children ul.sub-menu li > a{
    color: #ffffff;
}
.sub-navigation ul li.menu-item-has-children ul.sub-menu li > a:hover{
    background-color: #172061;
}
.sub-navigation ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
    color: #ffffff;
}
.sub-navigation ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:hover{
    background-color: #172061;
}
.sub-navigation ul li.menu-item-has-children a,
.sub-navigation ul li.page_item_has_children a {
    padding-right: 32px;
}
.sub-navigation .click-more {
    position: absolute; 
    width: 30px; 
    height: 100px;
    top:0; right: 0; 
    z-index: 10;  
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.sub-navigation .click-more:hover { opacity: 0.6 }
.sub-navigation .theiaStickySidebar { z-index: 9999; }


#mobile-trigger {
  display: none;
}
#mobile-menu {
  display: none;
}

/*comment and post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
    float: left;
    padding:0px;
    width: auto;
    line-height: 1.5;
}

#infinite-handle span {
    background: #185c98;
}

#infinite-handle span {
    font-size: 1.5;
    font-size: 15px;
    color: #fff;
}
#infinite-handle{
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

 #infinite-handle span:hover {
    background: #185c98;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;

}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
    content: "\f100";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #121212;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px;
    color: #121212;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.nav-links .nav-previous a,
.nav-links .nav-next a{
    background: transparent; 
    color: #121212;
    border:0;
    padding: 14px 0px;
    border-radius: 3px;
    line-height: 1.1;
    display: block;
    font-size: 18px;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    background: transparent;
    color: #185c98;
}

.comment-navigation .nav-next a:hover:after,
.comment-navigation .nav-previous a:hover:before,
.nav-links .nav-previous a:hover:before,
.nav-links .nav-next a:hover:after {
    color: #185c98;
}

.nav-links{
    border-top: medium none;
    padding: 20px 0;
    overflow: hidden;
}

.nav-links .page-numbers {
    border: 1px solid;
    padding: 5px 10px;
}

.nav-links .page-numbers.current,.nav-links a.page-numbers:hover {
    background: #185c98 none repeat scroll 0 0;
    border-color: #185c98 ;
    color: #ffffff;
}
.nav-links .page-numbers.dots {
    border: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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: 1.5em;
}
.wp-block-image.is-resized.alignleft{
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.wp-block-image.is-resized.alignright{
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignnone{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;

}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::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,
#home-page-widget-area::after,
#home-page-widget-area::before,
#featured-slider::after,
#featured-slider::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */

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

.section-title {
    width: 100%;
    text-align: center;
}

.widget-title {
    width: 100%;
    color: #1f4e79;
    display: block;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 10px;
    background-color: #f7f5eb;
}

.widget-title a { 
  display: inline-block;
  color: #c02a29;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.widget-title .sub-title { font-size: 20px; margin-top:20px; display: inline-block; text-transform: none;}
.widget-title a:hover,.widget-title a:focus, .widget-title a:active {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*---------------------------------------
CALL TO ACTION INTRODUCE SECTION
----------------------------------------*/
#cta-section {
    text-align: justify;
    padding: 10px 0;
    border-bottom: 1px solid #eaf6ff;
}

#cta-section h3 {
    color: #185c98;
    background: none;
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
#cta-section h3 a {}
#cta-section p {
    margin-bottom: 10px;
    font-size: 17px;
}
#cta-section img {
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #000;
}
#cta-section .cta-group { width: 100%; margin-bottom: 10px; margin-top: 10px; border-radius: 20px; float: left; background-color: rgba(255,255,255,.7); padding: 15px;}
#cta-section .cta-content1 img,#cta-section .cta-content3 img{ float: left; margin-right: 30px;}
#cta-section .cta-content2 img{ float: right; margin-left: 30px;}
#cta-section .read-more{
    margin-top: 25px; text-align: center;
}
#cta-section hr {margin-top: 30px; margin-bottom: 30px;}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-meta > span,
.entry-footer > span,
.single-post-meta > span {
    margin: 0 10px 0 0;
}

.entry-meta > span a, .single-post-meta > span a, .entry-footer > span a {
    color: #686868;
    font-style: italic;
}

.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.page-content { padding:15px 0 30px 0;  }
.entry-meta > span::before,
.entry-footer > span::before,
.single-post-meta > span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
    color:#185c98;
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

.entry-footer { margin-bottom: 15px; }
.entry-footer span {
    margin-right: 15px;
}

.entry-footer span.author.vcard {
    margin-right: 0px;
}

span.comments-link::before {
    content: "\f086";
}

.entry-meta .posted-on::before,
.single-post-meta .posted-on::before {
    content: "\f073 ";
}

.entry-footer > .cat-links::before {
    content: "\f07c";
}

.entry-meta .byline::before,
.single-post-meta .byline::before {
    content: "\f007";
}

.entry-footer .edit-link::before{
    content: "\f044";
}

.entry-footer .tags-links::before{
    content: "\f02c";
}


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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0;
}
.authorbox {
    background:#e6ffff;
    border: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}

.authorbox .author-bio-posts-content {
    margin-top: 10px;
}

.authorbox .author-bio-posts-content p {
    margin: 0;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

#respond {
    clear: both;
    display: block;
    float: left;
    width: 97%;
}

#commentform label {
    display: inline-block;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area form#commentform p {
    float: left;
    width: 33.33%;
}

.comments-area form#commentform p.comment-form-cookies-consent,
.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comments-area form#commentform p.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 6px;
    float: left; 
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
    padding: 0 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list .comment{
    margin-bottom: 15px;
}

ol.comment-list .comment:first-child {
    margin-bottom: 0px;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 5px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 0px;
}

.comment-list .comment-content ul,
.comment-list .comment-content ul li  {
    list-style: disc;
}

.comment-list .comment-content ol,
.comment-list .comment-content ol li  {
    list-style: decimal;
}

.comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 10px 30px 10px 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 10px;
}

.comment-reply-link {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 1px 15px 3px;
    border-radius: 2px;
}

a.comment-reply-link:hover {
    color: #fff;
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    float: left;
    font-weight: normal;
    margin: 25px 0 15px 0px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#commentform label {
    display: inline-block;
}

#commentform  input[type="submit"] {
    padding: 14px 45px;
    border-radius: 3px;
    line-height: 1.1;
    border:1px solid #185c98;
}

#commentform  input[type="submit"]:hover {
    background: transparent;
    color: #185c98;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    line-height: 0;
    padding: 0px 5px 5px 0px;
}

.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;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.site-layout-boxed #page {
    box-shadow: 0 0 1px #999999;
    width: 1255px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#primary.page-single #main .page, #primary.page-single #main .post  { 
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    float: none;
 }
#primary.page-single-full-width #main .page, #primary.page-single-full-width #main .post { width: 100% !important; padding-left:0 !important; padding-right: 0 !important;  }

.v-center{
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.button {
    background: #c02a29;
    color: #ffffff;
    display: inline-block;
    padding:10px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px; 
    line-height: 1.1;
    text-transform: uppercase;
}

.button:hover {
    background: #f83735 none repeat scroll 0 0; color: #ffffff;
}

.button,
.button:hover {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*--------------------------------------------------------------
##  Header Style
--------------------------------------------------------------*/

.custom-logo-link,
.site-logo-link,
#site-identity {
    float: left;
}

.custom-logo-link, .site-logo-link {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*.custom-logo-link img, .site-logo-link img{ width: 220px; height: 70px; }*/

.site-info a{
    color: #fff;
}

.site-header {
    position: relative;
}

#masthead {
    float: left;
    z-index: 999;
    position: relative;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.site-title > a {
    color: #222;
}
.site-title {
    color: #282828;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 8px;
}
.site-branding {
    float: left;
    margin-left: 20px;
}
.is-sticky .logo-contact { display: none; }
.search-icon { font-size: 23px; 
    color: #185c98; 
    cursor: pointer; 
    float: right; 
    margin: 8px 20px 0 10px;
}
.search-icon:hover { color: #0f98ff; }
.in-menu-search {
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 100%; 
    display: none; }
.in-menu-search .search-form { width: 20%; }

.site-description {
    color: #222;
    font-size: 15px;
    font-style: inherit;
    margin-bottom: 0px;
    font-weight: 400;
}

.home.page-template-home .slider-enabled .site-title > a,
.home.page-template-home .slider-enabled .site-title,
.home.page-template-home .slider-enabled .site-description,
.home.page-template-default .site-title > a,
.home.page-template-default .site-title,
.home.page-template-default .site-description,
.home.blog .site-title a,
.home.blog .site-description {
	color: #282828;
}

#masthead.header-collapse{
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

#masthead.header-collapse .site-title > a,
#masthead.header-collapse .site-description {
	color: #282828;
}
.head-wrap { position: relative; background-color: #2e3192;}

.right-head {
    float: right;
    padding-top: 20px;
}

.social-links {
    float: right;
}

.search-box {
    float: right;
    position: relative;
}

.search-box > a {
    background: #185c98 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 6.2px 8.7px;
}

.search-box > a i {
    font-size: 17px;
}

.search-box > a:hover {
    color: #fff;
    background-color: #185c98;
}

.search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    top: 45px;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 10px;
    position: absolute;
    right: 7%;
    width: 300px;
    z-index: 9999;
}

.search-box .search-box-wrap {
    right: 3%;
    width: 300px;
}

.search-form {
    float: right;
    position: relative;
    width: 60%;
}

.search-form input.search-field {
    padding: 2px 5px;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px rgb(171 171 171);
}

.search-submit {
    background: #ffffff url(includes/images/search1.png) no-repeat center center !important;
    border-radius: 4px;
    position: absolute;
    right: 1px;
    top: 1px;
    text-indent: -9999px;
    height: 28px;
    width: 28px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.search-submit:hover { background: #cccccc url(includes/images/search1.png) no-repeat center center !important; }

.search-text { float: right; margin:2px 0 0 10px; color: #ffffff;}

/*--------------------------------------------------------------
## Top header Style
--------------------------------------------------------------*/

.top-header {
    float: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #185c98;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-left span {
    color: #fff;
    margin-right: 15px;
    line-height: 1;
}

.top-left span i {
    color: #fff;
    margin-right: 10px;
}

.top-left span a {
    color: #fff;
}

.top-left span a:hover {
    color: #0f98ff;
}

.top-menu-content .menu {
    float: left;
    list-style: none;
    margin:0;
}

.top-menu-content .menu li {
    display: inline-block;
    line-height: 1;
}

.top-menu-content .menu li a{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    padding: 0px 15px;
    line-height: 1;
    position: relative;
}

.top-menu-content .menu li a:hover {
    color: #ff8b8b;
}


.top-header .widget {
    padding: 0;
}

.top-header .business_point_widget_social li {
    margin:0;
}

.top-header .business_point_widget_social li a {
    height: auto;
    width: auto;
    border:0;
    line-height: 1;
    padding: 0px 15px;
    position: relative;
    transform: none !important;
}

.top-header .business_point_widget_social ul li a::before {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    transform: none !important;
}

.top-header .business_point_widget_social li a:hover {
    background: transparent !important;
    border:0px;
}

.top-menu-content .menu li a:after,
.top-header .business_point_widget_social li a:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #fff;

    -webkit-transform: rotate(35deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(35deg); /* IE 9 */
          transform: rotate(35deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.top-menu-content .menu li:last-child a:after ,
.top-header .business_point_widget_social li:last-child a:after{
    display: none;
}

/*--------------------------------------------------------------
## Bottom social Style
--------------------------------------------------------------*/
.bottom-menu-content {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #185c98; }
.bottom-menu-content .menu {
    float: left;
    list-style: none;
    margin:0;
}

.bottom-menu-content .menu li {
    display: inline-block;
    line-height: 1;
}

.bottom-menu-content .menu li a{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    padding: 0px 15px;
    line-height: 1;
    position: relative;
}

.bottom-menu-content .menu li a:hover {
    color: #ff8b8b;
}

.bottom-menu-content .menu li a:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #fff;

    -webkit-transform: rotate(35deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(35deg); /* IE 9 */
          transform: rotate(35deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.bottom-menu-content .menu li:last-child a:after{
    display: none;
}

/*--------------------------------------------------------------
## Main slider Style
--------------------------------------------------------------*/

#featured-slider,
#main-slider .cycle-slide img {
    float: left;
    width: 100%;
}


#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.overlay-enabled .cycle-slide{
    position: relative;
}

.overlay-enabled .cycle-slide:before{
    background: rgba(0,0,0,0.45);
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;

}

#main-slider article {
    width: 100%;
}

#main-slider.cycle-slide {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative; 
    display:table;
    width:100%;
    z-index:5;
    padding-top:130px;
    padding-bottom: 130px;
}

#main-slider .cycle-caption{
    width:50%;
    text-align: left;
    z-index: 999;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 66%;
}

#main-slider .cycle-slide .cycle-caption{

    opacity:0;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    text-align: left;
}

#main-slider .cycle-slide .cycle-caption .caption-wrap {
    width: 100%;
    text-align: center;
} 

#main-slider .cycle-slide .cycle-caption .caption-wrap p{
    margin-bottom: 0px;
    font-size: 15px;
}

#main-slider  .cycle-slide.cycle-slide-active .cycle-caption {
    opacity:1;
    
}

#main-slider .cycle-caption h1,
#main-slider .cycle-caption h2,
#main-slider .cycle-caption h3{
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    position:relative;
    width:100%;

}

#main-slider .cycle-caption .slider-meta {
    font-size: 17px;
    margin-bottom: 0px;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    max-width: 100%;
}

.slider-cta {
    padding-top: 50px;
}

#main-slider .cycle-slide .cycle-caption .caption-wrap .button {
    margin-top: 10px;
}

/*slider pager box*/
#main-slider .pager-box {
    background-color: #185c98;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 10px;
    margin: 3px 5px;
    width: 10px;
    z-index: 99;
    
}

#main-slider .cycle-pager {
    bottom: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #fff;
    height: 14px;
    width: 14px;
    border:5px solid #185c98;
}

#main-slider .pager-box,
#main-slider .pager-box.cycle-pager-active {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
} 

/*Slider cycle next / previous*/

#main-slider .cycle-prev,
#main-slider .cycle-next {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    position: absolute;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    text-align: center;
    width: auto;
    height: auto;
    z-index: 99999;
    background-color: transparent;
    opacity:0;
}

#main-slider .cycle-prev {
    left: -30px;
}

#main-slider .cycle-next {
    right: -30px;
}

#main-slider .cycle-prev i,
#main-slider .cycle-next i{
    font-size:70px;
    color:#fff;
    line-height:30px;
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover{
   color: #fff;
}

#main-slider:hover .cycle-prev,
#main-slider:hover .cycle-next {
    opacity:1;
}

#main-slider:hover .cycle-prev {
    left: 30px;
}

#main-slider:hover .cycle-next {
    right: 30px;
}

#main-slider .cycle-prev:hover i{
    color: #185c98;
}

#main-slider .cycle-next:hover i{
    color: #185c98;
}

#main-slider:hover .cycle-prev,
#main-slider:hover .cycle-next,
#main-slider .cycle-prev,
#main-slider .cycle-next {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


/*--------------------------------------------------------------
## Main Content Style
--------------------------------------------------------------*/

#primary {
    width: 70%;
    float: left;
}

#content {
    /*padding: 20px 0 0 0px;*/
    clear: both;
}

.home-widgets-disabled #content {
    display: none;
}

.home.page-template-home #content,
.page-template-home #content {
    padding: 0;
}

#featured-content {
    padding: 40px 0 0;
    clear: both;
}

#primary article {
    float: left;
    width: 100%;
}

.home.home-content-not-enabled #content {
    padding: 0;
}

#featured-content{
    float: left;
    width: 100%;
}

.entry-title {
    padding-bottom: 15px;
}

h1.page-title {
    background: #0f98ff none repeat scroll 0 0;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#primary article .entry-meta .cat-links:before {
    display: none;
}

/*--------------------------------------------------------------
## Sidebar Style
--------------------------------------------------------------*/
.sidebar {
    width:30%;
    padding-left:15px;
    padding-right: 15px;
}

.sidebar .widget-title {
    padding-bottom: 15px;
}

#sidebar-primary {
    float: right;
}

.sidebar a.read-more {
    font-size: 13px;
}

.sidebar a.read-more::before {
    font-size: 10px;
}

#sidebar-secondary {
    float: left;
}

.sidebar .widget {
    padding: 20px;
    border:1px solid #ddd;
    margin: 0 0 20px;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}

.widget-area ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.widget-area ul li {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

.sidebar a {
    color: #121212;
}
.widget-area ul ul ul ul ul > li {
    padding-left: 0;
}

.widget-area ul ul ul ul ul > li::before {
    left:-20px;
}
.sidebar .search-form input.search-field {
    padding: 12px 4% 11px 10px;
    width: 100%;
    margin: 0;
    height: auto;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 0px;
     -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sidebar .search-field {
    float: left;
    margin-right: 5px;
    width: 57%;
}

.widget_calendar caption {
    background: #185c98 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.sidebar .widget-title, .entry-title {
    border-bottom: 3px double;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
## Footer Style
--------------------------------------------------------------*/

#footer-widgets {
    color: #b2b2b2;
    overflow: hidden;
    padding: 20px 0 0 0;
    background-color: #2a2a2a;
}

#footer-widgets .widget-column .container {
    width: 100%;
}

#footer-widgets .widget-title {
    color: #b2b2b2;
    font-size: 18px;
    font-weight:400;
    margin-bottom: 7px;
    padding-bottom: 10px;
    position: relative;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets a,
#footer-widgets .textwidget p {
    color: #d2d2d2;
}
#footer-widgets a:hover { color: #185c98; }
#footer-widgets ul li {
    padding: 2px 0 3px 0px;
    position: relative;
}
#footer-widgets h2 { color: #185c98; }

.widget-area ul li::before {
    top: 1px;
}
#footer-widgets .widget-column {
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    width: 50%;
}

.widget-column .widget {
    margin-top: 15px;
    padding: 0;
}

#footer-widgets .widget.business_point_widget_social {
    margin-top: 0px;
}

/*Footer Navigation*/

#footer-navigation {
    float: left;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#footer-navigation li a {
    display: block;
    padding: 5px 0;
    margin-right: 15px;
}

#footer-navigation ul {
    margin: 0;
}

#colophon { color: #8d8d8d;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background-color: #3a3a3a; }

/*Scrollup Style*/

.scrollup {
    background-color: #ff3d3d;
    border-radius: 0;
    bottom: 10px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 0 5px 0;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 999;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.7;
    -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(45deg); /* IE 9 */
          transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.scrollup:hover {
    background-color: #ff7171;
    opacity: 1;
}

.scrollup i {
    font-size: 28px;
    color: #fff;
    -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(-45deg); /* IE 9 */
          transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
}

/*--------------------------------------------------------------
##  layout sidebar
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns #sidebar-primary {
    float: right;
    width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

.full-width { width: 100%; }

/*--------------------------------------------------------------
## Inner Pages Style
--------------------------------------------------------------*/

/*Basic Breadcrumb */

#breadcrumb {
    float: left;
    width: 100%;
}

#breadcrumb {
    background: #185c98;
    padding: 5px 20px;
    color: #fff;
}
#breadcrumb a {
    color: #ffffff;
}
#breadcrumb a:hover {
    color: #cacaca;
}
#breadcrumb .container > div {
    overflow: hidden;
}
.breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
}
.breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}
.breadcrumb-trail li::after {
    content: "/";
    margin-left: 10px;
}
.breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}
/*Error 404 Page*/

section.error-404, section.no-results {
    text-align: center;
    padding-top: 20px;
}
section.error-404 .search-form, section.no-results .search-form{
    margin:0 auto; width: 47%; float: none;
}
section.error-404 .search-form .search-submit, 
section.no-results .search-form .search-submit {
    background: #ffffff url(includes/images/search1.png) no-repeat center center !important;
}
section.error-404 .search-form .search-submit:hover, 
section.no-results .search-form .search-submit:hover {
    background: #cccccc url(includes/images/search1.png) no-repeat center center !important;
}
#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

/*contact form 7*/

.wpcf7-form {
   width:100%;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}

/*--------------------------------------------------------------
## Extra css for Pro
--------------------------------------------------------------*/

/* Global layout sidebar */

#home-page-widget-area {
    padding: 0px;
    clear: both;
}

.widget {
    margin: 0px;
}

.business_point_widget_featured_page img {
    border: 1px solid #ddd;
    padding: 5px;
}
/*--------------------------------------------------------------
## service widget / page css
--------------------------------------------------------------*/
.business_point_widget_services .services-list { background-color: #eaeaea; }
.business_point_widget_services .inner-wrapper { width: 100%; margin:0 auto; padding: 20px 0;}
.business_point_widget_services .services-item {
    display: inline-block;
    padding: 10px 20px;
    transition: background-color 0.5s ease-out 0s;
    text-align: center;
    vertical-align: top;
    width: 24.7%;
}

.business_point_widget_services .services-item .service-icon {
    text-align: center;
    display: inline-block;
}
.business_point_widget_services .services-item .service-icon img{ max-width: 90px; max-height: 90px; }

.business_point_widget_services .services-item:hover .service-icon {

}

.business_point_widget_services .services-item .service-icon,
.business_point_widget_services .services-item:hover .service-icon{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.services-item-title {
    display: block;
    color: #185c98;
    padding-top: 5px;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    clear: both;
}
.services-item > p {
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top:10px;
    font-size: 17px;
}

.services-item .services-item-title a {
    display: inline-block;
    font-size: 20px;
}

.business_point_widget_services .services-column-4 .services-item {
    width: 25%;
}

.business_point_widget_services .services-column-3 .services-item {
    width: 33.33%;
}

.business_point_widget_services .services-column-2 .services-item {
    width: 50%;
}

.business_point_widget_services .services-column-1 .services-item {
    width: 100%;
}

/*--------------------------------------------------------------
## call to action widgets style
--------------------------------------------------------------*/
.business_point_widget_call_to_action{ z-index: 99; }
.business_point_widget_call_to_action .widget-title { color: #185c98; 
    background: none; 
    margin-bottom: 10px; 
    font-weight: bold;
    font-size: 16px;
}
.business_point_widget_call_to_action .call-to-action-content p{
    color: #185c98; margin-bottom: 0; font-weight: bold;
}
.business_point_widget_call_to_action .call-to-action-content { 
    position: absolute;
    top: 5%;
    left:-50%;
    right: -50%;
}
.business_point_widget_call_to_action .cta-content-wrap {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border: 3px solid #185c98;
    width: 40%;
}

.business_point_widget_call_to_action {
    margin: 30px 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 999;
}

.bg_enabled.business_point_widget_call_to_action::before {
    background: rgba(37, 38, 39, 0.78);
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    left: 0;
}

.bg_enabled.business_point_widget_call_to_action {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.business_point_widget_call_to_action img { display: block; width: 100%; }
a.button {
    display: inline-block;
}

.business_point_widget_call_to_action .call-to-action-buttons {
	position: absolute; bottom: 5%;
    left:-50%; right: -50%;
}

.business_point_widget_call_to_action .call-to-action-buttons .button {
    text-transform: uppercase; border: 1px solid #ffffff;
}

.business_point_widget_call_to_action .call-to-action-buttons .button:hover {
    background: #262626 none repeat scroll 0 0;
}

/*--------------------------------------------------------------
## some facts widgets style
--------------------------------------------------------------*/
.bg_enabled.business_point_widget_facts::before {
    background: rgba(37, 38, 39, 0.78);
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    left: 0;
}

.bg_enabled.business_point_widget_facts {
    background: #185c98 none repeat scroll 0 0;
    padding: 75px 0px;
    text-align: center;
    z-index: 999;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


.business_point_widget_facts .widget-title {
    border: medium none;
    color: #fff;
}

.business_point_widget_facts .fact-full .counter-item {
    width: 100%;
    float: left;
}

.business_point_widget_facts .fact-half .counter-item {
    width: 50%;
    float: left;
}

.business_point_widget_facts .fact-third .counter-item {
    width: 33%;
    float: left;
}

.business_point_widget_facts .fact-fourth .counter-item {
    width: 25%;
    float: left;
}

.business_point_widget_facts .counter-item span.count-icon {
    width: 100%;
    display: block;
    text-align: center;
}

.business_point_widget_facts .counter-item span.count-icon i {
    color: #fff;
    font-size: 40px;
}

.business_point_widget_facts .counter-item span.count {
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 18px 0 14px 0;
    line-height: 24px;
}

.business_point_widget_facts .counter-item span.count-text {
    color: #185c98;
    display: block;
    font-size: 18px;
    text-align: center;
}

/*--------------------------------------------------------------
## Our Team widgets style
--------------------------------------------------------------*/

.pt-team-item {
    text-align: center;
}

.pt-team-item .pt-team-title {
    color: #185c98;
    font-size: 18px;
    font-weight: 400;
}

.pt-team-items-wrap {
    margin-left: 0px;
    margin-right: 0px;
}

.pt-team-item .pt-team-content-wrap {
    position: relative;
}

.pt-team-item  .pt-team-social {
    position: absolute;
    top:-30px;
    margin-top: 0px;
    opacity: 0;
}

.pt-team-item:hover .pt-team-social {
    top:-50px;
    opacity: 1;
}

.widget-area ul.pt-team-social li,
ul.pt-team-social li {
    margin-right:15px; 
    padding:0;
}

.widget-area ul.pt-team-social li:last-child,
ul.pt-team-social li:last-child {
    margin-right: 0px;
}

.pt-team-social li a {
    background: #fff;
    -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(45deg); /* IE 9 */
          transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.pt-team-social li a::before{
    color: #185c98;
    -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: rotate(-45deg); /* IE 9 */
          transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
}

.pt-team-item  .pt-team-social,
.pt-team-item:hover .pt-team-social {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# Portfolio widgets style
--------------------------------------------------------------*/

.pt_theme_addon_widget_portfolio {
	width: 100%;
}

.pt-portfolio-item-wrap {
    margin-left: 0px;
    margin-right: 0px;
}

.pt-portfolio .filter-list {
    text-align: left;
    margin-bottom: 30px;
}

.home .pt-portfolio .filter-list {
    text-align: center;
}

.widget-area .pt-portfolio ul.filter-list li {
    padding:0;
}

.widget-area .pt-portfolio ul.filter-list li:first-child {
    margin-left: 0px;
}

.widget-area ul.filter-list li {
    display: inline-block;
}

.pt-portfolio-item .pt-portfolio-text-wrap .pt-portfolio-title {
    color: #185c98;
    font-size: 18px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Testimonial widgets style
--------------------------------------------------------------*/

.pt_theme_addon_widget_testimonials {
    background: #ededed;
    float: left;
    width: 100%;
}

.pt-testimonials .pt-testimonial-item:focus {
    outline:none;
}

.pt-testimonials .slick-prev,
.pt-testimonials .slick-next{
    font-size: 0;
    padding: 0px;
    top:0;
    display: none !important;
} 

.pt-testimonials .slick-prev:before,
.pt-testimonials .slick-next:before {
    font-size: 20px;
    font-family: "FontAwesome";
    color: #fff;
    line-height: 35px;
}

.pt-testimonials .slick-prev:before {
    content:"\f104";
}

.pt-testimonials .slick-next:before {
    content:"\f105"
}

.pt-testimonials {
    text-align: center;
}

.pt-testimonials .pt-testimonial-item-wrap {
    width: 70%;
    display: inline-block;
    float: none;
}

.pt-testimonial-item .pt-testimonial-title {
    font-size: 18px;
    color: #185c98;
    font-weight: 400;
}

.pt-testimonial-item figure{
    overflow: hidden;
     margin-top:10px;
     margin-bottom: 20px;
}

.slick-dots,
.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: #185c98;
    padding:0;
    font-size: 0;
    height: 6px;
    width: 6px;
}

.widget-area ul.slick-dots li {
    padding:0;
    margin:3px 5px;
}

.slick-dots li.slick-active button{
    background: #fff;
    height: 10px;
    width: 10px;
    border:3px solid #185c98;
}

.page-template-default.page .pt-testimonials .pt-testimonial-item-wrap,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item-wrap,
.page-template-no-border-page .pt-testimonials .pt-testimonial-item-wrap{
    width: 100%;
}

.page-template-default.page .pt-testimonials,
.page-template-full-width-page .pt-testimonials,
.page-template-no-border-page .pt-testimonials {
    text-align: left;
}

.page-template-default.page .pt-testimonials .pt-testimonial-item,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item,
.page-template-no-border-page .pt-testimonials  .pt-testimonial-item{
    width: 50%;
    float: none;
    display: inline-block;
    margin-left: -3px;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-full-width-page .pt-testimonials .pt-testimonial-item,
.page-template-no-border-page .pt-testimonials  .pt-testimonial-item {
    width: 33.33%;
}

.page-template-default.page .pt-testimonials .pt-testimonial-item .pt-testimonial-caption,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item .pt-testimonial-caption,
.page-template-no-border-page .pt-testimonials  .pt-testimonial-item .pt-testimonial-caption {
    padding-top: 20px;
    border-top:1px solid #ddd;
}

.page-template-default.page .pt-testimonials .pt-testimonial-item:first-child .pt-testimonial-caption,
.page-template-default.page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item:first-child .pt-testimonial-caption,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption,
.page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption,
.page-template-no-border-page .pt-testimonials .pt-testimonial-item:first-child .pt-testimonial-caption,
.page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption,
.page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption {
    padding-top: 0px;
    border-top:0px;
}


/*--------------------------------------------------------------
# Features widgets style
--------------------------------------------------------------*/
.business_point_widget_features{
    background: #185c98 none repeat scroll 0 0;
    padding: 100px 0 30px 0;
    z-index: 999;
    margin: 0!important;
}

.business_point_widget_features .widget-title{
    color: #fff;
}

.business_point_widget_features .widget-title span::before,
.business_point_widget_features .widget-title span::after {
    background-color: #fff;
}

.business_point_widget_features .feature-image {
    float: left;
    padding: 0 50px 10px 0;
    width: 50%;

}

.business_point_widget_features .feature-image img {
    float: right;
}

.business_point_widget_features .features-list {
    float: right;
    padding: 0 0 10px 20px;
    width: 50%;
}

.business_point_widget_features .features-list .features-item {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.business_point_widget_features .features-list .features-icon{
    float: left;
    width: 15%;
}

.business_point_widget_features .features-list .features-icon i{
    font-size: 40px;
    color: #fff;
    line-height: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.business_point_widget_features .features-list .features-detail{
    float: left;
    width: 85%;
}

.business_point_widget_features .features-list .features-detail h3,
.business_point_widget_features .features-list .features-detail p{
    color: #fff;
    margin-bottom: 2px;
}

/*--------------------------------------------------------------
### Advaneced recent post widget style
--------------------------------------------------------------*/

.business_point_widget_advanced_recent_posts .advanced-recent-posts-item {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-item:first-child {
    margin: 0;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-title {
    font-size: 16px;
    margin-bottom:0;
}

.business_point_widget_advanced_recent_posts .advanced-recent-posts-date {
    font-style: italic;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

#home-page-widget-area::after,
#home-page-widget-area::before,
.widget::after,
.widget::before {
    display: table;
    clear: both;
    content: "";
}

#footer-widgets .advanced-recent-posts-item {
    border-top: 1px solid #3c3c3c;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-top: 5px;
}

#footer-widgets .advanced-recent-posts-item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px!important;
    border: 1px solid #bababa;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 22px;
}

/*--------------------------------------------------------------
### Latest News post widget style
--------------------------------------------------------------*/

.business_point_widget_latest_news{
    width: 100%;
}
.business_point_widget_latest_news .latest-news-item {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    vertical-align: top;
    margin-left: -3px;
    width: 33.33%;
}

.business_point_widget_latest_news .short-des { color: #185c98; margin-bottom: 20px; font-size: 16px;}

.business_point_widget_latest_news .latest-news-item img {
    margin: 0;
}

.business_point_widget_latest_news .latest-news-title > a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.business_point_widget_latest_news .latest-news-title .the_date {
    font-size: 13px; color: #999; font-style: normal;
}
.business_point_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
}
.child_cat_listing .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.8);
}
.business_point_widget_latest_news .read-more-wrap{
    text-align: center; margin-bottom: 20px;
}
.business_point_widget_latest_news .read-more{
    text-align: center;
}

.business_point_widget_latest_news .latest-news-thumb {
    overflow: hidden;
	margin-bottom:0px;
	position:relative;
}

.business_point_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    margin-bottom: 0;
    width: 100%;
}

.business_point_widget_latest_news .latest-news-title {
    line-height: 22px;
    margin-bottom:15px;
}
.child_cat_listing .latest-news-title {
    font-family: 'Times New Roman', serif;
}
.business_point_widget_latest_news .download-file a:hover { background-color: #0f98ff; border: 1px solid #0f98ff; color: #ffffff; }
.child_cat_listing .latest-news-text-wrap { text-align: center; }
.child_cat_listing .latest-news-title > a { font-weight: bold; font-size: 18px;}
.child_cat_listing .latest-news-item:nth-child(4) { margin-left: 16.67%; }
.business_point_widget_latest_news .news-type p {
    margin-bottom:10px;
}

.business_point_widget_latest_news .latest-news-col-2 .latest-news-item {
    width: 50%;
}

.business_point_widget_latest_news .latest-news-col-3 .latest-news-item {
    width: 33.33%;
}

.business_point_widget_latest_news .latest-news-col-4 .latest-news-item {
    width: 25%;
}

.business_point_widget_latest_news .latest-news-meta > span {
    font-size: 12px;
}

.business_point_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
}

.business_point_widget_latest_news .latest-news-col-3 .latest-news-meta > span {
    font-size: 15px;
}

.business_point_widget_latest_news .latest-news-meta > span::before {
    content: "";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 12px;
    height: auto;
    line-height: 1.7;
    margin-right: 7px;
}

.business_point_widget_latest_news .latest-news-meta > span.latest-news-date::before {
    content: "\f073";
}

.business_point_widget_latest_news .latest-news-meta > span.latest-news-comments::before {
    content: "\f086";
}

.business_point_widget_latest_news .small-items-wrap {
    width: 100%;
}

.business_point_widget_latest_news .customer-type .latest-news-thumb img{ border-radius: 50%; }
.business_point_widget_latest_news .customer-type .latest-news-thumb { text-align: center; }
.latest-news-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.business_point_widget_latest_news .large-item .latest-news-item {
    width: 100%;
}

.business_point_widget_latest_news .latest-news-thumb a {
    display: inline-block;
}

.latest-news-widget .latest-news-wrapper {
    position: relative;
}

.latest-news-widget .latest-news-text-wrap {
    padding-top: 15px;
}

.latest-news-widget .customer-type .latest-news-text-wrap {
    text-align: center;
}

.latest-news-widget .latest-news-text-wrap .latest-news-date {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}


/*--------------------------------------------------------------
## contact widgets style
--------------------------------------------------------------*/
.bg_enabled.business_point_widget_contact::before {
    background: rgba(37, 38, 39, 0.78);
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    left: 0;
}

.business_point_widget_contact{
    background: #185c98 none repeat scroll 0 0;
    padding: 75px 0px;
    text-align: left;
    z-index: 999;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


.business_point_widget_contact .widget-title,
.business_point_widget_contact .contact-wrapper form label,
.contact-right p,
.business_point_widget_contact .contact-right ul li h6,
.business_point_widget_contact .contact-right ul li h5,
.business_point_widget_contact .contact-right ul li h4,
.business_point_widget_contact .contact-right ul li i,
.business_point_widget_contact .contact-right ul li a {
	color:#fff;
}

.business_point_widget_contact .contact-right ul li:before {
	display:none;
}

.business_point_widget_contact .contact-right ul li {
	padding-left:0px;
}

.business_point_widget_contact .contact-right ul li h6,
.business_point_widget_contact .contact-right ul li h5,
.business_point_widget_contact .contact-right ul li h4{
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}

.business_point_widget_contact .contact-wrapper form label {
	text-align:left;
}

.business_point_widget_contact .contact-wrapper form input,
.business_point_widget_contact .contact-wrapper form textarea {
	margin-top:5px;
}

.business_point_widget_contact .contact-wrapper form input[type="text"], 
.business_point_widget_contact .contact-wrapper form input[type="email"], 
.business_point_widget_contact .contact-wrapper form input[type="url"],
.business_point_widget_contact .contact-wrapper form input[type="tel"],  
.business_point_widget_contact .contact-wrapper form input[type="password"], 
.business_point_widget_contact .contact-wrapper form input[type="search"] {
	padding:10px;
}

.contact-left,
.contact-right {
	float:left;
	width:50%;
}

.contact-left {
	padding-right:15px;
}

.contact-right {
	padding-left:15px;
}

.contact-right iframe {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.business_point_widget_contact .contact-right ul li i {
	margin-right:8px;
}

.business_point_widget_contact .contact-wrapper form input[type="submit"] {
	border:1px solid #fff;
	color:#fff;
	
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.business_point_widget_contact .contact-wrapper form input[type="submit"]:hover {
	background-color:#fff;
	border-color:#fff;
	color:#185c98;
	
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.bg_enabled.business_point_widget_contact .contact-wrapper form input[type="submit"]:hover {
	border-color:#185c98;
}

.business_point_widget_contact .widget-title span::before,
.business_point_widget_contact .widget-title span::after {
	background-color: #fff;
}

.bg_enabled.business_point_widget_contact .widget-title span::before,
.bg_enabled.business_point_widget_contact .widget-title span::after {
	background-color: #185c98;
}


/*sidebar and footer widget area style*/

#footer-widgets .business_point_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .business_point_widget_latest_news .latest-news-widget .latest-news-item{
    margin-bottom: 15px;
    width: 100%;
}
/*--------------------------------------------------------------
### Our Team widget style
--------------------------------------------------------------*/
.business_point_widget_teams .our-team-item {
    float: left;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

.business_point_widget_teams .thumb-summary-wrap {
    position: relative;
}

.business_point_widget_teams .our-team-summary {
    background:rgba(51, 51, 51, 0.51) none repeat scroll 0 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    display: none;
    padding: 20px 15px 0;
    position: absolute;
}

.business_point_widget_teams .our-team-thumb img {
    width: 100%;
}

.business_point_widget_teams .our-team-text-wrap {
    background:#185c98 ;
    margin: -10px auto 10px;
    max-width: 100%;
    padding: 5px;
    position: relative;
    z-index: 999;
}

.business_point_widget_teams .our-team-title {
    margin: 0;
}

.business_point_widget_teams .our-team-title > a {
    color: #ffffff;
}

.business_point_widget_teams .team-designation {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 7px;
}

.business_point_widget_teams .our-team-col-1 .our-team-item {
    width: 100%;
}

.business_point_widget_teams .our-team-col-2 .our-team-item {
    width: 50%;
}

.business_point_widget_teams .our-team-col-3 .our-team-item {
    width: 33.33%;
}

.business_point_widget_teams .our-team-col-4 .our-team-item {
    width: 25%;
}

/*--------------------------------------------------------------
### Clients  widget style
--------------------------------------------------------------*/

.pt-clients {
	text-align: center;
}


/* Blog page starts */
.page-template-full-width-page #primary {
    width: 100%;
}

#primary .post,
#primary .page,
.single  #primary .post .content-wrap,
.single  #primary .post .content-wrap .content-wrap-inner{
    float: left;
    width: 100%;
}

#primary .post .content-wrap,
#primary .post .content-wrap .content-wrap-inner,
#primary .page .content-wrap,
#primary .page .content-wrap .content-wrap-inner{
    float: none;
}

#primary .post .content-wrap .content-wrap-inner,
#primary .page .content-wrap .content-wrap-inner {
    background: #fff;
}

.search-results  #primary article .content-wrap .content-wrap-inner {
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
}

.search-results  #primary article {
    padding: 20px;
    border:1px solid #ddd;
}

#primary .post,
#primary .page {
    margin-bottom: 20px;
    padding: 20px;
    border:1px solid #ddd;
}

.page-template-no-border-page #primary .page {
    padding: 0px;
    border:0px;
} 

.page-template-no-border-page #primary {
    width: 100%;
}

#primary .post .entry-title {
    font-size: 16px;
    letter-spacing: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
#primary.page-single .post .entry-title { font-size: 20px; }
#primary .page .entry-title {
    font-size: 16px;
    letter-spacing: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    margin-bottom: 15px;
}

#primary .post .entry-meta,
#primary .post .entry-content,
#primary .post .entry-footer {
    font-size: 13px;
}

#primary .post .entry-footer {
    margin-bottom: 15px;
}
#primary .post .entry-meta {
    margin-bottom: 7px;
}
#primary .post .the_date {
    font-size: 13px; color: #999; font-style: normal;
}
#primary .post .entry-content {
    margin-top: 10px;
}
#primary .post .entry-content p {
    line-height: 1.7;
}
#primary .featured-thumb1 { width: 100%; text-align: center;}
#primary .featured-thumb1 iframe{ display: table; margin: 0 auto; }
#primary .featured-thumb2 { width: 100%; text-align: center; position: relative; }
#primary .featured-thumb2 img { width: 100%; }
#primary .featured-thumb3 { width: 100%; text-align: center; position: relative; margin-bottom: 20px;}
.global-layout-no-sidebar #main .post .featured-thumb1.customer { float: left; margin-right: 30px;  width: auto; overflow: hidden;}
#primary .post .featured-thumb,
#primary .post .featured-thumb a,
#primary .page .featured-thumb,
#primary .page .featured-thumb a,
.search-results  #primary article .featured-thumb,
.search-results  #primary article .featured-thumb a {
    float: left;
    line-height: 1;
}

#primary .post .featured-thumb img,
#primary .page .featured-thumb img,
.search-results  #primary article .featured-thumb img {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}

.single #primary .post .featured-thumb img {
    margin-right: 0px;
}

#primary .post .content-wrap {
    background: #fff;
    text-align: left;
}

#primary .post .content-wrap.content-no-image {
    position: static;
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

#primary .post .featured-thumb,
.search-results #primary article  .featured-thumb{
    position: relative;
}
.global-layout-no-sidebar #main .post .featured-thumb {
    overflow: hidden;
    width: 100%; 
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center; 
}
.global-layout-no-sidebar #main .post .featured-thumb img { margin:0; }
.global-layout-no-sidebar #main .post .customer { text-align: center; }
.global-layout-no-sidebar #main .post .customer a{ float: none; }
.global-layout-no-sidebar #main .post .customer img { float: none; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.global-layout-no-sidebar #main .post .customer-content { text-align: center; }
#primary .post .featured-thumb .youtube,
.search-results #primary article  .featured-thumb .youtube{
    background: transparent url(includes/images/youtube.png) no-repeat top;
    width: 60px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
#primary  .entry-footer .posted-on::before{
    content: "\f274";
}

#primary  .entry-meta .cat-links a {
    color: #999;
    font-style: normal;
    font-size: 15px;
}

#primary  .entry-footer a {
    color: #999;
    font-style: normal;
    text-transform: capitalize;
}

#sidebar-primary .widget .widget-title,
#primary .page-header .page-title{
    color: #000000;
    border-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    border-bottom:2px solid #185c98;
    line-height: 1;
}
#sidebar-primary .widget .widget-title{
    font-size: 18px;
}
.search-results  #primary article .entry-title {
    margin-bottom: 5px;
}

#primary .page-header .page-title {
    background: transparent;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    border-bottom: 2px solid #185c98;
    line-height: 1;
}

#primary .page .entry-content ul li i {
    margin-right: 10px;
}

#sidebar-primary .widget ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}

#sidebar-primary .widget ul li:last-child {
    border-bottom: 0;
}

#primary .taxonomy-description { width: 100%;
    margin: 0 auto;
    position: relative;
    float: none; }

.page-single-product .post .left-side { float: left; width: 49%;}
.page-single-product .post .right-side { float: right; width: 48%;}
.page-single-product .download-area { background: #185c98; color: #ffffff; }
.page-single-product .download-area .downit { width: 400px; padding-top: 20px; margin: 0 auto; }
.page-single-product .download-area .downit .listdown { width: 100%; margin-bottom: 20px; float: left;  }
.page-single-product .download-area .downit a { background: #ffffff; color: #000000; text-transform: none; border:1px solid #000; border-radius: 0;     padding: 5px 10px;
    font-weight: normal; float: right; font-size: 13px; line-height: 1.1; margin-left: 10px;}
.page-single-product .download-area .downit a:hover { background: #cecece; color: #000000;}
#primary.page-single-product .post .entry-title { color: #185c98; font-weight: bold; margin-bottom: 15px; font-size: 18px; }
#primary .product-detail { margin-bottom: 20px; }
#primary .product-detail .entry-content { position: relative; padding: 0 10px; }
#primary .product-detail .content-product { position: relative; }
#primary .product-detail .gradient {position: absolute; width: 1000px; height: 70px;  bottom:0;left:0;background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,212,255,0) 100%);}
#primary .product-detail .read-more { margin: 0 auto; text-align: center; display: block; margin-top: 20px; padding: 3px 7px;} 
.page-single-product .post .table-info { width: 100%; overflow: auto; }
.page-single-product .post .table-info table { border:1px solid #000000; text-align: center; line-height: 20px; }
.page-single-product .post .table-info table td { padding: 2px; border:1px solid #000000; font-size: 13px;}
.page-single-product .post .table-info table p { margin-bottom: 0; }
.page-single-product .post .table-info table .title td{ background-color: #185c98; font-size:14px; color: #ffffff; font-weight: bold; }
.page-single-product .product-slider { margin-bottom: 20px; }
.page-single-product .product-slider .slick-prev, .page-single-product .product-slider .slick-next { 
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 49%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
    box-shadow: none;
    opacity: 0.6;
}
.page-single-product .product-slider .slick-prev:hover, .page-single-product .product-slider .slick-next:hover  { opacity: 1; }
.page-single-product .product-slider .slick-prev { left: 5px; }
.page-single-product .product-slider .slick-next { right: 5px; }

.page-single-product .product-slider .slick-prev:before,
.page-single-product .product-slider .slick-next:before {
    font-size: 50px;
    font-family: "FontAwesome";
    color: #000000;
    line-height: 35px;
}
.page-single-product .product-slider .slick-prev:before {
    content:"\f104";
}
.page-single-product .product-slider .slick-next:before {
    content:"\f105"
}
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}
.slick-dots
{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button {margin: 0 5px; border-radius: 10px;}
.slider-nav img {border:1px solid #67b8ef;}
.slider-nav .slick-current img {border:1px solid #000000;}

.page-single-product .post .product-tab { width: 100%; }
.page-single-product .post .product-tab #tabs {
   width: 100%;
   margin: 0;
   background-color: #f8f8f8;
}
.page-single-product .post .product-tab #tabs li {
    width: 100%; 
    list-style: none;
    text-align: center;
}
.page-single-product .post .product-tab #tabs li a {
    float: left;
    width: 33.33%;
    font-weight: bold; 
    color: #ffffff;;
    padding: 10px;
    display:block; 
    background-color: #185c98;
    border:1px solid #c5c5c5;
    text-decoration:none;
}
.page-single-product .post .product-tab #tabs li a.inactive{
    background: #0f98ff;
}
.page-single-product .post .product-tab #tabs li a.inactive:hover {
    background: #2299f5;
}
.page-single-product .post .product-tab .tab-container {
    clear:both;
    width:99.99%;
    border:1px solid #c5c5c5;
    padding: 20px;
}

/*--------------------------------------------------------------
# Post navigation  Styles
--------------------------------------------------------------*/

.post-navigation,
.post-navigation .nav-links,
.post-navigation  .nav-previous,
.post-navigation  .nav-next {
    float: left;
    width: 100%;
}

.post-navigation  .nav-previous,
.post-navigation  .nav-next,
.post-navigation  .nav-previous:hover,
.post-navigation  .nav-next:hover {
    background: transparent;
    width: 50%;
}

.post-navigation  .nav-previous {
    padding-left: 0px;
    text-align: left;
}

.post-navigation  .nav-next {
    padding-right: 0px;
    text-align: right;
    float: right;
}

.post-navigation  .nav-previous a,
.post-navigation  .nav-next a {
    color: #121212;
}

.post-navigation  .nav-previous:hover a,
.post-navigation  .nav-next:hover a,
.post-navigation  .nav-previous:hover:before,
.post-navigation  .nav-next:hover:after{
    color: #185c98;
}

.post-navigation  .nav-previous:before,
.post-navigation  .nav-next:after{
    color: #185c98;
}


#footer-widgets .business_point_widget_social ul li {
    border-bottom: 0px;
}

#primary  .entry-footer .byline::before {
    content: "\f2c0";
    margin-right: 5px;
}

.single-wrap .featured-thumb {
    max-width: 100% !important;
    width: 100%;
}

.single-wrap .featured-thumb img {
    width: 100%;

}

.single-wrap .single-inner {
    display: block;
    width: 100%;
    padding: 0px;
}

.single-wrap .single-inner-content {
    background: #fff;
    position: relative;
    float: left;
    padding: 20px 0px;
    width: 100%;
}

.single-wrap.single-no-image .single-inner-content {
    margin-top: 0px;
    max-width: 100%;
} 

.single-wrap .single-inner-content .entry-header {
    text-align: left;
}

#primary .single-wrap  .entry-title {
    margin: 10px 0px;
}

blockquote{
    display: block;
    width: 100%;
    border-left: 5px solid #185c98;
    padding: 5px 20px;
    margin: 15px 0px;
}

blockquote p{
    margin-bottom: 0px;
}

.post-navigation,
.post-navigation .nav-links,
{
    float: left;
    width: 100%;
}
.pagination {
    display: table;
    margin:0 auto;
}
.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-next {
    float: right;
}

#primary .sticky {
    text-align: center;
}

#primary .sticky .content-wrap.content-no-image {
    margin-top: 0px;
    width: 100% !important;
    border: 0 !important;
}

#primary .sticky .content-wrap.content-with-image {
    border: 0 !important;
}

#primary .sticky .content-wrap .entry-title a:before {
    color: #999;
    content:"\f08d";
    font-size: 20px;
    font-family: "FontAwesome";
    margin-right: 10px;
    transform: rotate(-25deg);
    display: inline-block;
}

/* Blog Page ends */

/*--------------------------------------------------------------
 Mean Menu Css
--------------------------------------------------------------*/
/*-------------------------------------- 
14.0 Mean Menu  Css Styles
----------------------------------------*/
.mean-container .mean-bar {
    background: transparent;
    box-shadow: none;
    z-index: 999;

}

.mean-container a.meanmenu-reveal span{
    background: #185c98;
}

.mean-container .mean-nav ul li a  {
    background: #185c98;
}

.mean-container a.meanmenu-reveal {
    color: #185c98;
    top: 0;
}

.mean-container .mean-nav {
    margin-top: 57px;
}

.mean-container .mean-nav ul li a {
    text-shadow: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    z-index: 999;
}

.mean-container .mean-nav ul li a {
    color: #fff !important;
    width: 100%;
}

/* ======== NO SIDE BAR =========== */

.site-content{overflow: hidden;}
.global-layout-no-sidebar #main .post, 
.global-layout-no-sidebar #main .page, 
.global-layout-no-sidebar #main article.product{
    border: none; 
    padding: 0;
}

/* == Align wide == */
.global-layout-no-sidebar .entry-content > *.alignwide,
.global-layout-no-sidebar .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.global-layout-no-sidebar #main .post, .global-layout-no-sidebar #main .page {
    width: 33.3%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;
}
.global-layout-no-sidebar .page-single #main .post{ width: 100%; padding: 0; }
.global-layout-no-sidebar .page-single-product #main .post { width: 100%; padding: 20px 0 0 0; float: right; }
.global-layout-no-sidebar .page-single-product .sidebar-product {float: left; width: 17%; margin-bottom: 20px;}

.form-order1 { float: left; width: 48%; margin-right: 4%;  }
.form-order2, .form-order2-1 { float: left; width: 48%; }
.form-order1 input, .form-order2 input { margin-bottom: 10px; }
.form-order2 .wpcf7-textarea { height: 173px; }
.form-order2-1 .wpcf7-textarea { height: 204px; }
.wpcf7 .order-submit, .wpcf7 .wpcf7-recaptcha { display: table; margin: 0 auto; margin-top: 10px; padding-left: 70px; }
.wpcf7-form-control-wrap { text-align: center; }
#featured-slider article .mobile-img { display: none; }
#featured-slider article .desktop-img { display: block; }
.business_point_widget_call_to_action .mobile-img { display: none; }
.business_point_widget_call_to_action .desktop-img { display: block; }

.left-contact-layout { float: left; width: 38%; padding: 28px 20px 7px 20px; background: #185c98; color: #ffffff; margin-bottom:40px; }
.left-contact-layout a, .left-contact-layout h2, .left-contact-layout h3, .left-contact-layout h4{ color: #ffffff; margin-bottom:25px;}
.left-contact-layout p { margin-bottom: 20px; }
.right-contact-layout { float: right; width: 58%; margin-bottom:40px;}
.right-contact-layout .contact-input-style .wpcf7-form-control-wrap { float: left; width: 49%; margin-bottom: 10px; }
.right-contact-layout .contact-input-style .your-email, .right-contact-layout .contact-input-style .your-subject { margin-left: 2%; }
.right-contact-layout .contact-input-style .your-message{ width: 100% !important; }
.right-contact-layout .order-submit, .right-contact-layout .wpcf7-recaptcha {margin-top: 3px !important;}
.more-contact-layout { width: 100%; background-color:#f2f2f2; color: #185c98; margin-top: 20px; margin-bottom: 20px; }
.more-contact-layout a, .more-contact-layout h2, .more-contact-layout h3, .more-contact-layout h4 { color: #185c98; }
.more-contact-layout .container { padding: 30px 20px 15px 20px; }

.table-backround {background-color: #4472c4; color: #ffffff; font-size: 18px;}

.title-background {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url('includes/images/background1.jpg') center center;
    background-size: cover;
    width: 100%;}
.title-background h2 { text-align: center; }
.title-background a { 
  /*background: #185c98;padding: 10px;*/
    color: #ffffff;
    display: inline-block;
    margin:20px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    border-radius: 5px;
    text-transform: uppercase; }

.title-background-nolink {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url('includes/images/background2.jpg') center center;
    background-size: cover;
    width: 100%; text-align: center; margin-bottom: 20px;}
.title-background-nolink h2, .title-background-nolink h1 { 
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin:20px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    border-radius: 5px;
    text-transform: uppercase; }

.comment-list .comment-meta .says { padding-left: 5px; }

.full-pic-quote { width: 100%; }
.full-pic-quote .left-content {float: left; width: 50%;}
.full-pic-quote .left-content-show { background-color: #666666;color: #ffffff;}
.full-pic-quote .left-content-show h5 { color: #ffffff; }
.full-pic-quote .left-content-show h2 { background-color: #4d4d4d; color: #ff5858; padding: 20px;
    margin: 0; display: block; width: 100%; text-align: center; }
.full-pic-quote .left-content-show .left-inside { padding: 20px; }

.full-pic-quote .right-content {float: right; width: 50%;  background-color: #666666;color: #ffffff;}
.full-pic-quote .right-content h5 { color: #ffffff; }
.full-pic-quote .right-content h2 { background-color: #4d4d4d; color: #35a7ff; padding: 20px;
    margin: 0; display: block; width: 100%; text-align: center; }
.full-pic-quote .right-content .right-inside { padding: 20px; }
.full-pic-quote .right-content .wpcf7-form label { margin-bottom: 10px;
    float: left;
    width: 100%; }
.full-pic-quote .right-content input.wpcf7-submit { border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #fff; }
.full-pic-quote .right-content .wpcf7-not-valid-tip { color: #ffb900; }

/*--------------------------------------------------------------
##  Media Queries
--------------------------------------------------------------*/

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1260px) {
    .site-layout-boxed #page,
    .container {
        width: 97%;
    }

    .sidebar .search-form input.search-field {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .sidebar input[type="submit"] {
        display: block;
        float: left;
    }

    .comments-area form#commentform p {
        float: left;
        width: 100%;
    }

    #comments input {
        width: 100%;
    }

    #comments input#submit {
        width: auto;
    }

    #main-slider .cycle-caption {
        visibility: visible;
    }
    #main-slider .cycle-caption {
        opacity: 1;

    }

    .comments-area form#commentform p.comment-form-cookies-consent input[type="checkbox"] {
        width: auto;
    }

    .comments-area form#commentform p.comment-form-cookies-consent label {
        display: block; 
    }

}

@media screen and (max-width: 1170px) {

}

@media screen and (max-width: 1050px) {

     /* Mean MEnu css */

    #main-nav {
        display: none;
    }

    .mean-container .main-navigation ul li.menu-item-has-children > a::after,
    .mean-container .main-navigation ul li.page_item_has_children > a::after {
        display: none;
    }

    .mean-container .mean-nav{
        overflow: hidden;
    }
    .main-navigation { margin-left: 0; }
    .main-navigation ul li ul{
        position: relative;
        top:0;
        left:0 !important;
        opacity: 1;
        border: none;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        z-index: 99999999;
        height: 56px;
        width: 56px;
        line-height:52px;
        color: #fff !important;
        background: transparent;
        box-shadow: none;
        padding: 0 !important;
        border-left: 1px solid rgba(255,255,255,0.5) !important;

    }

    .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li a.mean-expand:hover  {
        background: transparent;
    }
    .mean-container .mean-nav ul ul li a.mean-expand { height: 48px; }
    .mean-container  .main-navigation ul li.menu-item-has-children > a, 
    .mean-container  .main-navigation ul li.page_item_has_children > a {
        padding-right: 40px;
    }

    .mean-container .mean-nav ul li li a {
        width: 100%;
        opacity: 1;
    }

    .mean-container .mean-nav ul li li li a {
    width: 100%;
    }

    .mean-container .main-navigation ul li.menu-item-has-children ul.sub-menu li a{
    color: #fff;
    }

    .mean-container .mean-nav ul li a:hover {
         background: #185c98;
    }

    /* Mean Menu css ends */
    .global-layout-no-sidebar .page-single-product #main .post { width: 100%; }
    .global-layout-no-sidebar .page-single-product .sidebar-product { display: none;}

    .site-branding {
        position:relative;
        z-index:99999999;
    }
    .custom-logo-link, .site-logo-link { margin-top: 7px;
     margin-bottom: 0; }
    .is-sticky .logo-contact { display: block; }
    .search-icon { display: none; }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    /*

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
    */
    #sidebar-primary .widget .widget-title{
        font-size: 18px;
    }

    /*Main slider*/

    #main-slider .cycle-caption {
        padding: 15px;
    }

    #main-slider .cycle-slide {
        width: 100%;
    }

    #main-slider .cycle-caption {
        padding:15px;
    }

    #main-slider .cycle-next {
        right: 20px;
    }

    #main-slider .cycle-prev {
        left: 20px;
    }

    #main-slider .cycle-caption h3,
    #main-slider .cycle-caption h2,
    #main-slider .cycle-caption h1 {
        font-size: 35px;
    }


    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    .main-navigation ul  ul {
        top: 40px;
    }

    .main-navigation ul ul a {
        padding-bottom: 5px;
        padding-top: 5px;
    }

/*--------------------------------------------------------------
 responsive css
--------------------------------------------------------------*/

	#featured-content article{
        padding: 15px;
    }

    .business_point_widget_latest_news .latest-news-meta .latest-news-comments {
        clear: both;
        display: block;
        float: none;
    }

    .business_point_widget_testimonials .testimonial-widget {
        margin: 0;
    }

    .top-right{
        width: 100%;
        text-align: center;
    }

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 991px){

    .single-wrap .single-inner {
        padding:0;
    }

    .single-wrap .single-inner-content {
        margin-top: 0px;
    }

    .search-results  #primary article .featured-thumb, 
    .search-results  #primary article .featured-thumb a,
    .search-results  #primary article .featured-thumb img {
        width: 100%;
    }

    .sidebar form.search-form input[type="submit"],
    .search-no-results .sidebar form.search-form input[type="submit"]{
        width: 100%;
        position: relative;
    }

    #footer-widgets .footer-active-2 p{ float: none !important; padding-top: 0 !important; }

}

@media only screen and (max-width:900px) {

  body{
        padding-top: 0;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 87px;
    }

    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    .logged-in #mobile-trigger {
        top: 45px;
    }   

    #mobile-trigger i {
        background-color: #185c98 ;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }
    .site-layout-boxed #page {
        margin-top: 70px;
    }

    .business_point_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
		margin-bottom:15px;
    }
    .business_point_widget_teams .our-team-summary {
        display: none!important;
    }
    .business_point_widget_services .services-column-4 .services-item {
        width: 50%;
    }

    .site-layout-boxed #page {
        padding-top: 0;
    }

    #site-identity {
        clear: inherit;
        float: left;
    }
	
	/* media css main-slider */	
	#main-slider .item .caption h3 {
		font-size:45px;		
	}
	
	#main-slider .item .caption .slider-meta {
		font-size:20px;		
	}
	
	.business_point_widget_features .features-list .features-detail {
		padding-left:20px;		
	}

    .business_point_widget_latest_news .latest-news-item {
        margin-bottom: 18px;
    }

    .page-single .container .page {
        width: 97%;
    }

    #primary.page-single #main .page, #primary.page-single #main .post { width: 100%; }

    #primary .taxonomy-description { width: 100%; padding:10px 0; }

    .business_point_widget_services .inner-wrapper { width: 100%; }

}

@media screen and (max-width: 850px){

    .post-navigation  .nav-previous, 
    .post-navigation  .nav-next {
        width: 100%;
    }

    .post-navigation  .nav-previous a, 
    .post-navigation  .nav-next a { 
        float: left;
    }

    .left-contact-layout { width: 100%; }
    .right-contact-layout { width: 100%; padding: 0; }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
/*
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size:16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
*/    
    #primary .post .content-wrap {
        position: static;
        width: 100%;
        top: unset;
        transform: none;
    }

    #primary .post .featured-thumb {
        max-width: 100%;
    }

    .global-layout-no-sidebar #main .post, .global-layout-no-sidebar #main .page { width: 100% !important; 
        padding: 20px 0 0 0 !important;
    }
    #primary .post .featured-thumb, 
    #primary .post .featured-thumb img,
    #primary .post .featured-thumb a{
        width: 100%;
        float: left;
        line-height: 1;
    }
    .global-layout-no-sidebar #main .post .featured-thumb, .global-layout-no-sidebar #main .page .featured-thumb { width: 100%; padding-right: 0; }
    .global-layout-no-sidebar #main .post .customer img{ width: auto; }
    #sidebar-primary .widget .widget-title{
        font-size: 18px;
    }

   .site-layout-boxed #page .container  {
        width: 100%;
        padding: 0 15px;
    }

    .site-layout-boxed #page {
        width: 90%;
        padding: 0 15px;
    }

    .container {
        width: 90%;
    }

    .page-single .container .page{
        width: 90%;
        border: 0;
        padding: 0;
    }

    .site-layout-boxed #featured-slider,
    .site-layout-boxed #footer-widgets{
        margin-left: -15px;
        margin-right: -15px;
    }

    #featured-slider, #footer-widgets {
        margin-left: 0;
        margin-right: 0;
    }

    .widget-title span {
        margin-bottom: 0;
    }

    .our-team-item {
        width: 50%;
    }

    /*featured slider style*/

    #main-slider .cycle-caption h3,
    #main-slider .cycle-caption h2,
    #main-slider .cycle-caption h1 {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    #main-slider .cycle-prev::after,
    #main-slider .cycle-next::after {
        font-size: 23px;
        padding: 15px;
    }

    #main-slider .cycle-prev::after, #main-slider .cycle-next::after {
        font-size: 23px;
        padding: 5px 10px;
    }

    #main-slider .cycle-caption p {
        font-size: 13px;
        overflow: hidden;
    }

    #main-slider .cycle-pager {
        bottom: 0;
    }

    #main-slider .cycle-prev {
        left: 10px;
    }

    #main-slider .cycle-next {
        right: 10px;
    }

    #main-slider .cycle-prev, #main-slider .cycle-next {
        bottom: 10px;
    }
	
	/* main-slider media css */
	#main-slider .item .caption h3 {
	  font-size: 30px;
	}
		
	#main-slider .item .caption .slider-meta {
		font-size: 18px;
		padding: 20px 0px 10px 0px;
	}
	
	#main-slider .item .caption h3:after {
		top:50px;		
	}
	
	#main-slider .item .caption .slider-cta {
    	padding-top: 30px;
	}
	
	#main-slider .item .caption {
		padding-top:20px;		
	}

    #main-slider .cycle-slide .cycle-caption .caption-wrap .button {
        margin-top: 5px;
        padding: 10px 20px;
    }

    #main-slider .cycle-prev i, 
    #main-slider .cycle-next i {
        font-size: 50px;
    }
	
	/*main-slider media css ends */

    /*featured content*/

    #featured-content article {
        float: left;
        padding: 0 15px;
        max-width: 100%;
    }

    #featured-content,
    {
        clear: both;
        padding-top: 20px;
    }

    /*sidebar layout*/

    #primary,
    #sidebar-primary,
    #sidebar-secondary {
        width: 100%;
        clear: both;
        float: none;
    }

    .global-layout-three-columns #primary,
    .global-layout-three-columns .sidebar {
        display: inline-block;
        float: none;
        width: 100%;
    }

     #sidebar-primary {
        margin-top: 30px;
     }

    /*footer widget area*/

    .sibebar{
        margin-top: 15px;
    }

    #footer-widgets .widget-column {
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .widget-column .widget { margin-top: 0; }

    #footer-widgets .widget-column:nth-child(3n) {
        clear: both;
    }

   .services-item {
        width: 50%;
    }

    .our-team-item {
        width: 50%;
    }

    .business_point_widget_call_to_action::before,
    .business_point_widget_call_to_action::after,
    .business_point_widget_call_to_action::after,
    .business_point_widget_call_to_action::before,
    .widget.business_point_widget_call_to_action::after {
        display: none;
    }


    /*--------------------------------------------------------------
    ### Responsive css
    --------------------------------------------------------------*/

    #featured-content .featured-content-column-4 article {
        max-width: 50%;
    }

    .testimonial-widget {
        padding: 0;
    }

    .business_point_widget_advanced_recent_posts img {
        float: left;
    }

    .business_point_widget_advanced_recent_posts {
        text-align: left;
    }

    #featured-clients {
        margin-left: -15px;
        margin-right: -15px;
    }
    #featured-content .featured-content-column-3 article {
        max-width: 100%;
    }
    .business_point_widget_teams .our-team-col-4 .our-team-item,
    .business_point_widget_teams .our-team-col-3 .our-team-item {
        width: 50%;
    }
	
	/* other sections css except slider */
	
	/* Business_Point widget services css */
	.business_point_widget_services .services-column-3 .services-item {
   		 width: 50%;
	}
	
	/* Business_Point widget feature css */
	.business_point_widget_features .feature-image,
	.business_point_widget_features .features-list {
		width:100%;		
	}
	
	.business_point_widget_features .feature-image {
		padding:0;		
	}
	
	.business_point_widget_features .features-list .features-detail {
   	 padding-left: 0;
	}
	
	/* Business_Point widget lates news css */
	.business_point_widget_latest_news .inner-wrapper {
		text-align:center;		
	}

	.business_point_widget_latest_news .latest-news-widget .latest-news-item {
		float:none;
		display:inline-block;
		width: 50%;
		margin-bottom:15px;		
	}
    .child_cat_listing .latest-news-widget .latest-news-item { margin-bottom:30px !important; }

	/* Business_Point widget facts css */
	.business_point_widget_facts .counter-item span.count-icon i {
		font-size:30px;		
	}
	
	.business_point_widget_facts .counter-item span.count {
		font-size:40px;		
	}
	
	/* Business_Point widget contact css */
	.widget.business_point_widget_contact {
		margin-top:0px;			
	}

	.contact-left, 
	.contact-right {
		width:100%;
		padding:0;		
	}
	
	.contact-left {
		margin-bottom:15px;		
	}
	
    .business_point_widget_services .services-item {
        width: 50%;
    }

    .business_point_widget_latest_news .large-item,
    .business_point_widget_latest_news .latest-news-widget .latest-news-item,
    .business_point_widget_latest_news .latest-news-item img,
    .business_point_widget_latest_news .latest-news-thumb a,
    .business_point_widget_latest_news .small-items-wrap,
    .newsletter-form form,
    .error-404.not-found  form.search-form {
        width: 100%;
    }
    .business_point_widget_latest_news .customer-type .latest-news-item img { width: auto; }
    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
        float: left;
        width: 100%;
        margin:5px 0px;
    }

    .post-navigation .nav-links .nav-next a,
    .post-navigation .nav-links .nav-previous a{
        float: left;
    }

    .top-right .menu-social-menu-container {
        display: inline-block;
    }

    .pt-testimonials .pt-testimonial-item-wrap,
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item,
    .page-template-default.page .pt-testimonials .pt-testimonial-item,
    .page-template-no-border-page .pt-testimonials  .pt-testimonial-item {
        width: 100%;
    }

    .page-template-default.page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-full-width-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption, 
    .page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(2) .pt-testimonial-caption, 
    .page-template-no-border-page .pt-testimonials .pt-testimonial-item:nth-child(3) .pt-testimonial-caption {
        border-top:1px solid #ddd;
        padding-top: 20px;
    }

    .global-layout-no-sidebar #main .post .featured-thumb1.customer { float: none; width: 100%; margin-right: 0;}

    .business_point_widget_call_to_action .cta-content-wrap { width: 48%; padding: 10px; }



}

@media screen and (max-width: 640px){

    .top-left span {
        display: inline-block;
        width: 100%;
    }
    .business_point_widget_call_to_action .call-to-action-content { top: 0; }
    .business_point_widget_call_to_action .cta-content-wrap { width: 50%; }
    .search-form { width: 100%; }
    .search-text { display: none; }
    .top-left { display: none; width: 100%; text-align: center;}
}
@media screen and (max-width: 630px){
    .page-single-product .post .left-side { width: 100%; float: none;  }
    .page-single-product .post .right-side { width: 100%; float: none; }
    .download-catalog .downit { width: 100%; }
    .page-single-product .download-area .downit { width: 90%; }
    .form-quotes .left-wrap { width: 100%; margin-bottom: 20px;}
    .form-quotes .right-wrap { width: 100%; }
    .form-quotes .left-form-side { width: 120px;}
    .form-quotes .right-form-side { padding-left: 130px; }
    .table-order td { padding: 5px; }
    .table-mobi { width: 100% !important; }
    .table-mobi td { width: auto !important; }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {
    .business_point_widget_latest_news .latest-news-widget .latest-news-item{
        width: 100%;
    }
    
    .business_point_widget_latest_news .latest-news-col-4 .latest-news-item,
    .business_point_widget_latest_news .latest-news-col-3 .latest-news-item
    .business_point_widget_latest_news .latest-news-col-2 .latest-news-item
    .business_point_widget_services .services-column-4 .services-item,
    .business_point_widget_services .services-column-3 .services-item
    .business_point_widget_services .services-column-2 .services-item {
        width: 100%;
    }
    .widget.business_point_widget_services .services-item {
        width: 100%;
    }
    .business_point_widget_featured_page img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .business_point_widget_latest_news .latest-news-item img {
        width:100%;
    }
	
	/* css for slider-caption */
	#main-slider .item .caption h3:after {
		top: unset;
		bottom: -12px;
	}
	
	#main-slider .item .caption h3 {
   	 	font-size: 20px;
	 	line-height: 1.5;
	}
	
	#main-slider .item .caption .slider-meta {
    	font-size: 16px;
	}
	
	/*Business_Point features widget css */
	.business_point_widget_features .features-list .features-detail {
   		 padding-left: 15px;
	}
	
	/* Business_Point widget facts css */
    .business_point_widget_facts .fact-fourth .counter-item,
	.business_point_widget_facts .counter-item {
		width:50%;
		margin-bottom:20px;		
	}

    #primary .post .entry-footer span.author {
        float: none;
        width: auto;
        margin-bottom: 0px;
    }

	.page-single .post .entry-content iframe { height: 350px; }

    #primary .featured-thumb1 iframe { height: 350px; }

    .business_point_widget_call_to_action .call-to-action-content { top: 5%; }
    .business_point_widget_call_to_action .cta-content-wrap { width: 48%; }
    .business_point_widget_call_to_action .call-to-action-content p { display: none; }
    .business_point_widget_call_to_action .widget-title { margin-bottom: 0; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
    .custom-logo-link,.site-logo-link,
    #site-identity {
        display: block;
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%;
        max-width: inherit;
    }

    /*main slider */

    #main-slider:hover .cycle-caption,
    #main-slider .cycle-caption {
        padding: 5px; top:50%;
    }

    #main-slider .cycle-caption h3,
    #main-slider .cycle-caption h2,
    #main-slider .cycle-caption h1 {
        font-size: 16px;
        height: auto;
        margin-bottom: 0;
        overflow: hidden;
    }

    #main-slider .cycle-pager {
        bottom: -3px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

   .business_point_widget_teams .our-team-item {
        width: 100%;
    }

    .client-item {
        display: inline-block;
        margin: 15px 25px;
    }

    #featured-clients .cycle-prev,
    #featured-clients .cycle-next {
        display: none;
    }

    .site-description {
        margin-bottom: 10px;
    }

    #featured-content .featured-content-column-3 article,
    #featured-content .featured-content-column-4 article {
        max-width: 100%;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }

    .social-links {
        float: right;
        max-width: 208px;
        text-align: right;
    }

    .social-links .business_point_widget_social li {
        display: inline-block;
        float: none;
    }

    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }
    .site-layout-boxed #page .container {
        padding: 0;
        width: 100%;
    }
    .business_point_widget_teams .our-team-col-4 .our-team-item,
    .business_point_widget_teams .our-team-col-3 .our-team-item,
    .business_point_widget_teams .our-team-col-2 .our-team-item {
        width: 100%;
    }
	
	/* slider caption css */
	#main-slider .item .caption h3 {
		font-size: 22px;
		line-height: 1.2;
	}
	
	#main-slider .item .caption .slider-meta {
    	font-size: 14px;
	}
	
	/*  css Business_Point feature widget */
	.business_point_widget_features .features-list .features-icon i {
		text-align:left;		
	}
	
	/* Business_Point widget facts */
	.business_point_widget_facts .counter-item span.count-text {
		font-size:15px;		
	}

    #primary .post .content-wrap {
        padding: 0px;
    }

    #main-slider .cycle-prev, 
    #main-slider .cycle-next {
        height: 30px;
        width: 30px;
    }

    #main-slider .cycle-prev i, 
    #main-slider .cycle-next i {
        line-height: 30px;
    }
	
	.newsletter-form form input[type="submit"] {
        width: 100%;
        position: static;
    }

    #main-slider .cycle-prev i, 
    #main-slider .cycle-next i {
        font-size: 30px;
    }

    .site-branding {
        margin-left: 0;
    }

    .entry-footer span { display: block; width: 100%; }

    .page-single .post .entry-content iframe { height: 300px; }

    #primary .featured-thumb1 iframe { height: 300px; }

    #featured-slider article .mobile-img { display: block; }
    #featured-slider article .desktop-img { display: none; }
	.business_point_widget_call_to_action .mobile-img { display: block; }
    .business_point_widget_call_to_action .desktop-img { display: none; }

    section.error-404 .search-form, section.no-results .search-form{ width: 100%; }

    .mobile-style > div { width: 100% !important; }

    .nofloat { float: none; }

    .table-mobi {width: 100% !important;}
    .table-mobi td { width: auto !important; }

    .standards { width:62%; margin: 0 auto; float:none;}

    .nav-links .page-numbers { padding: 2px 4px; }
}

@media screen and (max-width:350px){
    .page-single .post .entry-content iframe { height: 250px; }

    #primary .featured-thumb1 iframe { height: 250px; }

}

@media(min-width: 992px){
    .sidebar .search-form input.search-field{
        padding-right: 90px;
    }
}
.sidebar .search-form input.search-field{
    line-height: initial; 
}
.post .entry-content .readmore-content{
    position:relative;  
    float: right;
}
.post .entry-content .readmore-content:hover{
    text-decoration: underline;
}

/* ======================================= */
figure{margin: 0;}
.entry-content .wp-block-gallery{
    padding-left: 0; 
    margin-left: 0; 
    list-style-type: none;
}
blockquote.wp-block-pullquote{
    padding-left: 1em; 
    padding-right: 1em; 
}
.entry-content .wp-block-archives, 
.entry-content .wp-block-categories, 
.entry-content .wp-block-latest-posts{
    list-style: none; 
    margin-left: 0; 
}

.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 768px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter {
     margin-left: 0; 
     margin-right: 0; 
  }
  .global-layout-no-sidebar .entry-content > *.alignwide,
  .global-layout-no-sidebar .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
/* == */

/* == Align Full == */
@media (min-width: 768px) {
    .global-layout-no-sidebar .entry-content>*.alignfull, 
    .global-layout-no-sidebar #primary ul.wp-block-gallery.alignful {
        margin-top: calc( 2 * 20px);
        margin-bottom: calc( 2 * 20px);
        max-width: 1000%
    }
    .global-layout-no-sidebar .entry-content>*.alignwide img,
    .global-layout-no-sidebar .entry-content>*.alignfull img {
        display: block;
        margin: 0 auto
    }
    .global-layout-no-sidebar .entry-content>*.alignfull, 
    .global-layout-no-sidebar #primary ul.wp-block-gallery.alignful {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto
    }
}
/* == */
div#sticky-wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.sticky-wrapper.is-sticky .site-header, .site-header{
    background-color: #ffffff;
}

.sticky-wrapper.is-sticky .site-header{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Grow */
.hvr-grow{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active{
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}