/*
Theme Name: JohanSpeaking Members
Author: At Nine Creation
Author URI: https://atninecreation.com/
Description: Full-width, responsive theme
Version: 1
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
    display: block;
}

ol, 
ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, 
th, 
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
}

blockquote, 
q {
    quotes: "" "";
}

a:focus {
    outline: 0 none;
}

a:hover, 
a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body, 
button, 
input, 
select, 
textarea {
    color: #444;
    font-family: "Gotham Rounded Light", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #333;
    font-family: "Gotham Rounded Bold", serif;
    line-height: 1.3;
    margin-bottom: 15px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {color:#00adee}
	
p {
    margin-bottom: 2px;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 15px;
  padding-left: 45px;
  position: relative; margin-left:-10px;
}

blockquote:before {
  content: "“";
  font-size: 64px;
  left: 0;
  position: absolute;
  top: -28px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: none repeat scroll 0 0 #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, 
kbd, 
tt, 
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}
.hr {
  display: block;clear:both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #E3E3E3;
  margin: 12px 0;
  border-top-color: rgba(0, 0, 0, 0.15);
  box-shadow:0 1px 0px #fff;
}
.hr-noline{border:0}
.hr-double {
  height: 3px;
  border-top: 1px solid #b3b4ba;
  border-bottom: 1px solid #b3b4ba;
  box-shadow:0 1px 0px rgba(255,255,255,.8);
}
.hr.dotted,
.hr-dotted {
  border-style: dotted;
}
.hr.dashed,
.hr-dashed {
  border-style: dashed;
}
.hr-30,
.hr30 {
  margin: 30px 0;
}
.hr-25,
.hr25 {
  margin: 25px 0;
}
.hr-20,
.hr20 {
  margin: 20px 0;
}
.hr-15,
.hr15 {
  margin: 14px 0;
}
.hr-10,
.hr10 {
  margin: 10px 0;
}
.hr-5,
.hr5 {
  margin: 5px 0;
}

ul, ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: outside none none;
}

ol {
    list-style: outside none decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle; 
	object-fit:cover;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 10px;
}

td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #333;
}

#wp-calendar a {
    color: #f0563d;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.navigation .nav-links a, 
.bttn, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: none repeat scroll 0 0 #00afe9;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
	border-bottom:3px solid #0094CC
}

.navigation .nav-links a:hover, 
.bttn:hover, button, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: #fff04b;border-bottom:3px solid #d4cc4b;color:#555!important
}

input[type="checkbox"], 
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"],
select {
    border: 1px solid #ccc;
    color: #666;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    font-size: 1.0em;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
textarea:focus {
    border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
    border: medium none;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"],
select {
    padding: 3px 6px;
}

textarea {
    border: 1px solid #ccc;
    color: #666;
    height: 125px;
    max-width: 100%;
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #00afe9;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:visited {
}

a:hover, 
a:focus, 
a:active {
    color: #555;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after, 
.site-header:before, .site-header:after, 
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.ak-container:after, .ak-container:before {
    content: "";
    display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after, 
.ak-container:after {
    clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

h1.entry-title {
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.entry-title a {
    color: #666;
}

.hentry {
    margin: 25px 0 15px;
}

.byline, 
.updated {
    display: none;
}

.published {
    display: inline;
}

.single .byline, 
.group-blog .byline, 
.posted-on {
    display: inline;
    font-family: "Arial Rounded", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.page-content, .entry-content, .entry-summary {
    margin: 30px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry, 
.search article.hentry, 
.archive article.hentry, 
.tag article.hentry, 
.category article.hentry {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

article.hentry .entry-footer > span {
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #666;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #01aefd;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous, 
.nav-links .nav-next {
    float: left;
    width: 50%;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    float: left;
    width: 20%;
}

.archive-thumbnail {
    margin-bottom: 20px;
}

.entry-exrecpt {
    float: right;
    width: 60%;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: left;
}

.archive-wrap .archive-btn {
    float: left;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}

.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

.main-title{
    color: #353535;
    border-bottom: 2px dotted #ccc;
}

.main-title span {
  border-bottom: 4px solid #00adee;
  bottom: -2px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

#comments h2.comments-title {
    background: none repeat scroll 0 0 #f0563d;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 15px 0;
    padding: 6px 15px;
}

#comments h3 {
    background: none repeat scroll 0 0 #f0563d;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: -20px 0 15px -20px;
    padding: 10px 20px;
}

#commentform label {
    display: inline-block;
    width: 120px;
    color: #353535;
}

.comment-form p {
    color: #353535;
}

textarea#comment {
    height: 150px;
    width: 60%;
}

.comments-area ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    background: none repeat scroll 0 0 #fcfcfc;
    border-top: 2px solid #f0563d;
    margin-bottom: 20px;
    padding: 15px;
}

.comment-author img {
    margin-right: 15px;
    vertical-align: text-top;
}

.comment-author .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 12px;
    font-style: italic;
}

.comment-metadata  a {
    color: #333;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: none repeat scroll 0 0 #efefef;
    color: #ccc;
    margin: 30px 0;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    color: #fff;
    font-style: italic;
}

#cancel-comment-reply-link:before {
    color: #fff;
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 5px 0 20px;
}

.logged-in-as a {
    color: #353535;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: medium none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd, 
.site-main .gallery figcaption {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/*--------------------------------------------------------------
Common css
--------------------------------------------------------------*/
embed, 
iframe, 
object {
    max-width: 100%;
}

body {
    font-weight: 400;
}

body.boxed-layout {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    overflow: visible;
}

.ak-container {
    margin: 0 auto;
    width: 1170px;
}

.menu-toggle {
    display: none;
}

.sticky {
}

.bypostauthor {
}

.bx-wrapper * {
    direction: ltr;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#masthead {
    background:#353535;
    border-bottom: 3px solid #f0563d;
    position: relative;
    z-index: 99;
}

.no-slider {
    background: none repeat scroll 0 0 #353535 !important;
    border-bottom: 3px solid #f0563d;
}

.home #masthead {
    background: none repeat scroll 0 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.home #masthead.no_slider {
    background: #353535;
    position: relative;
    z-index: 999;
}

.home #masthead.classic {
    position: relative;
    background: #353535
}

.home.header-white #masthead.classic{
    background: #fff;
}

.home.header-white #masthead.no-classic{
    background: rgba(255,255,255,0.2);
    border-bottom: 0;
}

.header-white #masthead{
    background:#fff; border:0;
}

.site-branding {float: left;}

.site-branding img{max-height: 100px; margin-right:10px;}

.site-branding.logo-left{
    max-height: 100px;  margin-bottom: 10px;
}

.site-branding h1{
    color: #f0563d;
    margin: 0;
    font-weight: 300;
}

.site-branding .tagline{
    line-height: 1.4;
    font-weight: 200;
    color: #EEE;
}

.header-white .site-branding .tagline{
    color: #333;
}

.header-white.home .no-classic .site-branding .tagline{
    color: #FFF;
}

.site-branding.logo-center {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.site-branding.logo-right {
    float: right;
    line-height: 58px;
}

#main-header{
    position: relative;
}

/*--------------------------------------------------------------
header social
--------------------------------------------------------------*/

.header-social {
    background: rgba(0,0,0,0.2);
    line-height: 34px;
}

.classic .header-social{
    background: #222;
}

.header-white .header-social{
    background:#f0563d;
}

.header-social .ak_footer_social {
    float: right;
    
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

#site-navigation {
    float: right;
}

#site-navigation ul {
    list-style: outside none none;
    margin: 0;
    font-size: 15px;
}

#site-navigation .staple-menu > ul > li {
    float: left;
    position: relative;
    white-space: nowrap;
    display: block;
}

#site-navigation .staple-menu > ul > li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}

.header-white #site-navigation .staple-menu > ul > li a{color:#00aeef; letter-spacing:1px;}
.header-white #site-navigation .staple-menu > ul > li > ul > li a:hover{
    color:#fff;background:#00adee;
}

.header-white.home .no-classic #site-navigation .staple-menu > ul > li > a{
    color: #FFF;
}

#site-navigation .staple-menu > ul > li:hover > a, 
#site-navigation .staple-menu > ul > li.current-menu-item > a,
#site-navigation .staple-menu > ul > li.current-menu-ancestor > a,
#site-navigation .staple-menu > ul > li.current-menu-parent > a{
    background: rgba(0,0,0,0.2);
}

.header-white #site-navigation .staple-menu > ul > li:hover > a, 
.header-white #site-navigation .staple-menu > ul > li.current-menu-item > a,
.header-white #site-navigation .staple-menu > ul > li.current-menu-ancestor > a,
.header-white #site-navigation .staple-menu > ul > li.current-menu-parent > a{
    background: none;
    display: block;
}

#site-navigation .staple-menu > ul > li a:after {
    border: medium none;
}

#site-navigation .staple-menu > ul > li:hover > a:after, 
#site-navigation .staple-menu > ul > li.current-menu-item > a:after, 
#site-navigation .staple-menu > ul > li.current-menu-ancestor > a:after,
#site-navigation .staple-menu > ul > li.current-menu-parent > a:after {
    background: #228aca;
    border: medium none;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.header-white #site-navigation .staple-menu > ul > li:hover > a:after, 
.header-white #site-navigation .staple-menu > ul > li.current-menu-item > a:after, 
.header-white #site-navigation .staple-menu > ul > li.current-menu-ancestor > a:after,
.header-white #site-navigation .staple-menu > ul > li.current-menu-parent > a:after {
    bottom: -1px;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-navigation ul ul {
    background: rgba(0,0,0,0.6);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 130%;
    z-index: 99999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: left;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.header-white .main-navigation ul ul{
    background:#FFF;
}

#site-navigation ul li {
    position: relative;
}

#site-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    min-width: 150px;
    padding: 0;
    line-height: 42px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.main-navigation ul ul a:hover {
    background:#00adee;color:#fff
}

.main-navigation ul ul li:last-child > a{
    border-bottom: 0;
}

.menu-main-menu-container > ul ul li:hover > ul {
    display: block;
    height: auto;
    opacity: 1;
    top: 99px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
}

.menu-center #site-navigation {
    display: inline-block;
    float: none;
}

.menu-wrap.menu-center {
    line-height: 10px;
    text-align: center;
}

.menu-wrap.menu-right {
    float: left;
}

.menu-center .staple-menu{
    line-height: 52px !important
}

/*--------------------------------------------------------------
Search css
--------------------------------------------------------------*/

.search-icon .ak-search {
    background: none repeat scroll 0 0 rgba(53, 53, 53, 0.9);
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.search-icon {
    color: #ffffff;
    padding-left: 10px;
    background: none !important;
}

.header-white .search-icon{
    color:#228ACA;
}

.search-icon i {
    cursor: pointer;
}

.menu-wrap #quadmenu input[type="search"]{
	max-width: 600px; display: block;  margin: 0 auto;
}

.search-close {
    font-size: 40px;
    padding-right: 40px;
    padding-top: 30px;
    text-align: right;
}

.menu-wrap #quadmenu input[type="submit"] {
   margin:20px auto; padding: 0 30px; border-radius: 20px;
}
.menu-wrap .search-form {
   text-align: center; font-size: 16px;
}

.menu-center .search-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/

.home .site-content {
    position: relative;
}

#main-slider .bx-wrapper {
    position: relative;
}

#main-slider .slides {
    text-align: center;
}

#main-slider .staple-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.76)), color-stop(100%,rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);

}

#main-slider .caption-wrapper {
    height: auto;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
}

#main-slider .slider-caption {
    color: #ffffff;
}

#main-slider .small-caption {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

#main-slider .caption-title {
    border-top: 1px solid #fff ;
    border-bottom: 1px solid #fff ;
    color: #ffffff;
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 8px;
}

#main-slider .caption-title span {
    color: #f0563d;
}

#main-slider .caption-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}

#main-slider .slider-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    padding:0 40px;
}

#main-slider .slider-btn:hover {
    background: #FFF;
    color: #d64c37;
}

#main-slider .bx-controls-direction {
    height: 55px;
    left: 0;
    margin-top: -21px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

#main-slider .bx-prev, 
#main-slider .bx-next {
    background-size: 15px auto !important;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 55px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    margin-top: -27px;
}

#main-slider .bx-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center;
    left: -100px;
}

#main-slider .bx-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    right: -100px;
}

#main-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#main-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}

#main-slider .bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 50px;
    text-align: center;
}

#main-slider .bx-pager-item a {
    background: url("images/pager.png") no-repeat scroll 90% -17px;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 13px;
    margin-bottom: 5px;
    outline: medium none;
    text-align: right;
    width: 100%;
}

#main-slider .bx-pager-item a:hover, 
#main-slider .bx-pager-item a.active {
    background: url("images/pager.png") no-repeat scroll 90% 0;
}

.bx-pager-item {
    display: inline-block;
    height: 20px;
    width: 20px;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about {
    padding: 60px 0;
    position: relative;
}

.page-header {
    text-transform: capitalize;
}

.home-title {
    color: #00aeef;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.home-description {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.about .about-img {
    text-align: center;
}

.pricing-table-desc.home-description {
    margin-bottom: 30px;
    text-align: center;
}
.about .about-img, .about .btn-wrapper {display:none;}

/*--------------------------------------------------------------
Our services
--------------------------------------------------------------*/
.our-services {
    background: none repeat scroll 0 0 #f8f8f8;
    padding:0;
    position: relative;
}

.service-block-wrapper {
    margin-left: -1.5%;
}

.service-block {
    float: left;
    margin-left:0;
    text-align: center;
    width: 50%;
}

.services-desc {
    margin-bottom: 30px;
}

.our-services .service-icons {
    color: #3e3e3e;
    font-size: 65px;
    text-align: center;
    width: 100%;
}

.service-icons > a {
    display: block;
    font-size: 24px; 
}

.service-icons a img{width:100%}

.our-services .service-title {
    color: #000000;
    font-family: "Arial Rounded", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 20px; display:none
}

.our-services .service-content {
    font-size: 14px;
    line-height: 2;
}

.our-services .btn-wrapper{
    margin-top: 40px;
}

/*--------------------------------------------------------------
Pricing Table
--------------------------------------------------------------*/

.pricing-table {
    padding: 90px 0;
    position: relative;
    z-index: 99;
}

.price-table {
    float: left;
    margin-left: 20px;
    text-align: center;
    width: 370px;
}

.pricing-table .price-table.table3 {
    width: 384px;
}

.price-table-wrapper {
    margin-left: -20px;
}

.pricing-table .table1 {
    background: none repeat scroll 0 0 #8dc63f;
    margin-top: 35px;
}

.pricing-table .table2 {
    background: none repeat scroll 0 0 #f7941d;
}

.pricing-table .table3 {
    background: none repeat scroll 0 0 #17c2a4;
    margin-top: 35px;
}

.pricing-table .table1 .title-price {
    background: url("images/green-arrow.png") no-repeat scroll left bottom #98d347;
    min-height: 185px;
}

.pricing-table .table2 .title-price {
    background: url("images/yellow-arrow.png") no-repeat scroll left bottom #ffab46;
    min-height: 185px;
}

.pricing-table .table3 .title-price {
    background: url("images/blue-arrow.png") no-repeat scroll left bottom #1cd4b4;
    min-height: 185px;
}

.pricing-table .title-price {
    color: #ffffff;
    font-family: "Arial Rounded", serif;
    font-size: 42px;
    padding-top: 30px;
}

.pricing-table .table2 .price {
    font-size: 52px;
    line-height: 90px;
}

.pricing-table .pricing-type {
    display: block;
    line-height: 33px;
    text-transform: uppercase;
}

.price .dollar {
    margin-right: 5px;
}

.pricing-table .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 50px 18px;
}

.pricing-table .table2 .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 85px 18px 50px;
}

.pricing-table .table-content li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
}

.pricing-table .table-content li:first-child {
    border-top: medium none;
}

.pricing-table .table1 .product-link {
    background: none repeat scroll 0 0 #98d347;
}

.pricing-table .table2 .product-link {
    background: none repeat scroll 0 0 #ffab46;
    padding-bottom: 60px;
}

.pricing-table .table3 .product-link {
    background: none repeat scroll 0 0 #1cd4b4;
}

.pricing-table .product-link {
    padding: 30px 0;
}

.pricing-table .product-link a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}

.pricing-table .table1 .product-link a {
    background: none repeat scroll 0 0 #689827;
    border-bottom: 2px solid #5c8622;
}

.pricing-table .table2 .product-link a {
    background: none repeat scroll 0 0 #c8740f;
    border-bottom: 2px solid #b0660d;
}

.pricing-table .table3 .product-link a {
    background: none repeat scroll 0 0 #0e9e85;
    border-bottom: 2px solid #0c8b75;
}

.pricing-table .product-link span {
    display: inline-block;
    padding: 0 10px;
}

.pricing-table .product-link span {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}

.pricing-table .table1 .product-link span {
    background: none repeat scroll 0 0 #5c8622;
}

.pricing-table .table2 .product-link span {
    background: none repeat scroll 0 0 #b0660d;
}

.pricing-table .table3 .product-link span {
    background: none repeat scroll 0 0 #0c8b75;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Awesome
--------------------------------------------------------------*/

.awesome-feature {
    background: #F6F6F6;
    padding: 90px 0;
}

.awesome-feature .aw-left, 
.awesome-feature .aw-right {
    float: left;
    padding-right: 30px;
    position: relative;
    text-align: right;
    width: 50%;
}

.awesome-feature .aw-right {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

.awesome-feature .aw-left .aw-content {
    display: inline-block;
    float: left;
    width: 83%;
}

.awesome-feature .aw-left .awesome-icons {
    float: right;
    width: 15%;
    overflow: hidden;
}

.awesome-feature .aw-right .aw-content {
    display: inline-block;
    float: right;
    width: 83%;
}

.awesome-feature .aw-right .awesome-icons {
    float: left;
    width: 15%;
    overflow: hidden;
}

.awesome-icons > span {
    border-radius: 100%;
    display: block;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
    overflow: hidden;
}

.awesome-icons > span img{
    display: block;
}

.awesome-feature .aw-left .awesome-icons span {
    float: right;
}

.awesome-feature .aw-right .awesome-icons span {
    float: left;
}

.awesome-feature .aw-left .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -4px;
    top: 50%;
}

.awesome-feature .aw-right .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.awesome-feature .aw-title {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.awesome-feature .aw-excerpt {
    color: #000000;
    font-size: 14px;
    line-height: 2;
    margin-top: 8px;
}

.awesome-feature .aw-wrapper {
    margin-bottom: 36px;
}

.awesome-feature .awesome-icons {
    margin-top: 20px;
}

.team-hover-icon .fa.fa-link {
    color: #fff;
}

.awesome-feature .btn-wrapper{
    margin-top: 25px;
}
/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/

.portfolio {
    padding:0;    text-align: center;
}

.portfolio .title, .portfolio .port-desc {
    color: #ffffff; display:none
}

.portfolio .port-desc {
    background: url("images/portfolio-sepr.png") no-repeat scroll center bottom;
    margin-bottom: 50px;
    padding-bottom: 30px; display:none
}

#portfolio-grid .port-wrap {
    display: inline-block;
    float: none;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 32%;
    cursor: pointer;
}
#portfolio-grid .port-wrap:nth-child(1){margin-left:0}
#portfolio-grid .port-wrap:nth-child(3){margin-right:0}

.portfolio-content {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio-content .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    display: block;
}

.portfolio-content .read-more:hover {
    color: #f26522;
}

#portfolio-grid .port-wrap:hover .portfolio-content {
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    background: rgba(255,240,75,0.8);
}

.portfolio-content .port-title {
    color: #555;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}

.portfolio-content .port-content {
    color: #666;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.portfolio-content-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px;
}

#portfolio-grid .port-wrap .portfolio-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#portfolio-grid .port-wrap:hover .portfolio-image {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Stat counter
--------------------------------------------------------------*/
.stat-counter {
    background: none repeat scroll 0 0 #f0563d;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.stat-counter:before {
    background: url("images/testimonial-top.png") no-repeat;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    top: -1px;
    width: 165px;
}

.stat-counter:after {
    background: url("images/footer-top.png") no-repeat;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    bottom: -1px;
    width: 165px;
}

.statcounter-1 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-2 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-3 {
    display: inline-block;
    margin-left: 80px;
}

.statcounter-4 {
    display: inline-block;
    margin-left: 80px;
}

.btn-wrapper .btn, 
.btn-wrapper a {
    background: #00afe9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 30px;border-bottom:3px solid #0094cc;border-radius:30px
}

.btn-wrapper .btn:hover, 
.btn-wrapper a:hover {
    background: #fff100;
    text-decoration: none;
    color: #555;border-bottom:3px solid #c9be00;
}

.btn-wrapper {
    text-align: center;
}

.statcounters {
    margin-top: 55px;
}

.statcounter-circle {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}

.coutner-title > h2 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.stat-counter-title {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Arial Rounded", serif;
    font-weight: 300;
}

.stat-counter-desc {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    font-family: "Arial Rounded", sans-serif;
    font-weight: 300;
}

.inner-circle > h2 {
    background: #fff;
    color: #f0563d;
    font-size: 30px;
    border-radius: 100%;
    font-family: "Arial Rounded", serif;
    font-weight: 300;
    width: 160px;
    height: 160px;
    padding-top: 60px;
    margin: 0 auto;
}

.inner-circle {
    border: 8px solid #f58978;
    border-radius: 100%;
    margin: 0 auto;
    height: 180px;
    padding: 2px;
    width: 180px;
}

.stat-fa {
    margin-top: 20px;
}

.statcounters i:hover {
    -webkit-transform: translate(5px, -9px);
    -moz-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
}

.statcounters i {
    -webkit-transform: translate(0px) scale(1);
    -moz-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.blogs {
    padding-bottom: 0;
    padding-top: 0;background:url(images/pattern1.jpg) no-repeat center top;
	background:#fffaa1;background:#fff;border-top:3px solid #fff
}

.blog-title {
    color: #000000;
    font-family: "Arial Rounded", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
}

.blog-desc {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Arial Rounded", sans-serif;
    font-weight: 400;
}

.blog-single-title {
    font-size: 18px;
    line-height: 50px;
    font-family: "Arial Rounded", serif;
    font-weight: 500;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,.4);
	width:100%; display:block;color:#fff; text-align:center
}

.blog-in-wrap {
    width: 33.3%;
    position: relative;
    top: 0;

    cursor:pointer;
    float: left;
}

.blog-wrap {
    margin-bottom: 45px;
}

.blog-content {
    font-size: 14px;
    line-height: 2;
    font-family: "Arial Rounded", sans-serif;
    font-weight: 400;
    margin-top: 20px;
}

.blog-content > span {
    display: block;
    margin-top: 5px;
}


.blog-date {
    background: none repeat scroll 0 0 #00afe9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 16px;
    margin-top: 8px;
    padding: 5px;
    text-align: center;
    width: 40px;
}
.blog-date:hover {background:#fff100;color:#555}
.blog-title-comment {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

.blog-author {
    float: left;
    font-size: 13px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.blog-comment {
    float: right;
    font-size: 13px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.blog-author .fa.fa-user {
    margin-right: 10px;
}

.blog-comment .comments-link > a {
    color: #000;
    font-size: 13px;
    line-height: 23px;
    font-family: "Arial Rounded", sans-serif;
    font-weight: 300;
}

.blog-thumbnail .blog-image{
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); 
}

.blog-thumbnail .blog-image:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
}

/*--------------------------------------------------------------
Client Logo
--------------------------------------------------------------*/
.clients-logo a {
    display: inline-block;
    opacity: 0.54;
    width: 180px;
}

.clients-logo a:hover {
    opacity: 1;
}

.clients-logo {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.clients-logo .clients-logo-wrapper {
    margin-left: -20px;
}

.clients-logo .bx-controls a {
    background: url("images/thin-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 25px;
}

.clients-logo .bx-controls a.bx-prev {
    background-position: 0 0;
    left: -25px;
}

.clients-logo .bx-controls a.bx-next {
    background-position: -52px 0;
    right: -25px;
    left: auto;
}

.clients-logo .ak-container {
    position: relative;   
}

.clients-logo .bx-wrapper{
    margin:0 auto;
    position:relative;
    margin-top: 40px;
}

.static .client-slider {
    float: left;
    margin-left: 30px;
    width: 165px;
    height: 146px;
}

.clients-logo .clients-logo-wrapper.static {
    margin-left: -30px;
    padding-top: 30px;
}

.call-to-action {
    background-attachment: fixed;
    background-size: cover;background-color:#fff04b;border:2px solid #fff;border-width:2px 0;margin-top:-43px
}

.call-to-action-wrap{
    position: relative;
    padding: 60px 0 70px;
}

.call-to-action .calltoaction-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.72);display:none
}

.call-to-action .ak-container{
    position: relative;
}

.call-to-action .title, .call-to-action .call-to-action-desc {
    color: #555;
    font-weight: 500;
}

.cta-link {
    text-align: center;
}

.cta-link > a {
    background: none repeat scroll 0 0 #00adee;
    border-bottom: 3px solid #0094CC;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding:15px 60px; border-radius:30px
}

.cta-link > a:hover {
    background: #00b9ff;
}

.call-to-action .call-to-action-desc {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
Our Team
--------------------------------------------------------------*/

.team-block {
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
    width: 238px;
}

.our-team-member {
    padding: 60px 0;
    text-align: center;
}

.team-image {
    cursor: pointer;
    position: relative;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.team-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    right: 6px;
    left: 6px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    bottom: 6px;
}

.team-image:hover > .team-hover {
    opacity: 1;
}

.team-hover-icon {
    background: none repeat scroll 0 0 #D64C37;
    border-radius: 100%;
    color: #ffffff;
    height: 42px;
    left: 50%;
    line-height: 42px;
    margin-left: -21px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
}

.team-image:hover .team-hover-icon {
    margin-top: -21px;
    top: 46%;
}

.team-hover-text {
    bottom: -20px;
    color: #ffffff;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 175px;
    line-height: 1.3;
}

.team-image:hover .team-hover-text {
    bottom: 8%;
    margin-top: -10px;
}

.our-team-member .team-name {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0;
    text-align: center;
}

.our-team-member .team-designation {
    color: #f0563d;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.team-hover-icon:hover {
    background: #b3412d;
}

/*--------------------------------------------------------------
Team member Inner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Team Member Grid
--------------------------------------------------------------*/

.team-member-grid .cat-event-list {
    border: medium none;
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

.team-member-grid {
    margin-left: -2%;
}

.team-member-grid .team-block {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.team-member-grid .team-block img{
    width: 100%;
}

.team-member-grid .entry-content {
  margin-top: 0;
}

.team-member-grid .entry-title,
.cat-event-list .entry-title{
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.cat-event-list .entry-title{
    text-align: left;
}
/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/

.testimonial {
    color: #0676bd;
    font-size: 20px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
	border-top:3px solid #fff; padding:20px;letter-spacing:1px;
	background:#c7eafb url(https://malaysia.globalart.world/wp-content/uploads/2021/03/double-quote-2.png) no-repeat 100px 80px;
}

.testimonial-wrap{
    padding: 50px 0 0;
    position: relative; 
}

.testimonial-title {
    margin:10px 0 40px;
    color: #0676bd;
    font-size: 35px; text-align:center;
}

.testimonial .bx-pager-item a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100%;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 11px;
    width: 11px;
}

.testimonial .bx-pager-item {
    display: inline-block;
    margin-left: 5px;
}

.testimonial .bx-pager-item a:hover, 
.testimonial .bx-pager-item a.active {
    background: none repeat scroll 0 0 #fff04b;
}

.title-test {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px; color:#0676bd; border-top:1px solid #85bfe4; padding-top:10px;
}

.sub-title-test {
    color: #c1c1c1;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.sub-title-test span {
    color: #f0563d;
}

.testimonial .bx-controls.bx-has-pager {
    margin-top: 0;
}

.testimonial .tm-slider {
  font-size: 22px; 
  line-height: 35px; font-family:sans-serif;
}

.latest-post{
    padding: 40px 0;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {}

.home #colophon {
    margin-top: 0;
}
.top-footer {
    padding: 100px 0;background:#fff url(images/color-pencils4.jpg) no-repeat 50% 100%; background-size: 100%;text-shadow: 0px 0px 5px rgba(255,255,255,.8);
}
@media (min-width:980px){
	.top-footer {padding-bottom:150px;background-position:50% 30%;}
}
.footer-block {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.footer-block .textwidget {
    color: #000000;
    font-size: 14px;
}

.footer-column-4 .footer-block {
    margin-left: 2%;
    width: 23%;
}

.footer-column-3 .footer-block {
    margin-left: 1%;
    width: 32.33%;
}

.footer-column-2 .footer-block {
    margin-left: 1%;
    width: 49%;
}

.footer-block-1.footer-block {
    margin-left: 1%;
}

.footer-block-1 .widget {
    color: #d1d1d1;
    line-height: 24px;
}

.footer-block-1 i.fa {
    font-size: 15px;
    margin-right: 5px;
    width: 16px;
}

.footer-block .widget-title {
    color: #000;
    font-family: "Arial Rounded", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-block a {
    border-bottom:1px dotted #000;
    color : #444;
	font-size:smaller; text-shadow: 0px 0px 1px rgba(255,255,255,.8);
}
.footer-block a:hover {
	color:#00adee
}
.footer-block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-block li {
    line-height: 1.7;
    list-style: outside none none;
    margin-bottom: -1px;
}

.site-info, footer[role="contentinfo"] {
    background: transparent; 
}

.copyright { bottom:0; font-size:.78em;color:#666;text-align:center;border-top:1px dashed #aaa; padding:10px;}
.copyright a {font-weight:600}

/* Login */
.login-page{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:url(../images/bg.png) no-repeat 0 0;background-size:cover;}
.login {display:flex;flex-direction:column;align-items:center;justify-content:center;height:55vh}
.login .login-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;background:#ffffffad;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:25px;}
.login .login-wrap input{letter-spacing:1px;border:1px solid #aaa;border-width:0 0 1px;padding:0.375rem 2.25rem 0.375rem 0.75rem;}
.login-page .copyright{font-size:.85em; color:#333; margin:0 auto 10px; width:90%;}
.login-page .copyright span{color:#000;font-size:1.1em}

footer .tel{font-size:30px;font-weight:bold;line-height:35px;letter-spacing:2px}
footer .social-icons a{display:inline-block;background:url(images/icons-social.png) 0 0 no-repeat; width:40px;height:40px;}
footer .social-icons a.twitter{background-position:0 -79px}
footer .social-icons a.wechat{background-position:0 -159px}
footer .social-icons a.instagram{background-position:0 -247px}
footer .social-icons a.youtube{background-position:0 -327px}
.footer-block .social-icons a{border:0}
.footer-block-4{text-align:center}

/*--------------------------------------------------------------
SublteBounce css 
--------------------------------------------------------------*/

@-webkit-keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

}

 @keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

}

.subtleBounce {
    -webkit-animation-name: subtleBounce;
    animation-name: subtleBounce;
}

/*--------------------------------------------------------------
Right Sidebar
--------------------------------------------------------------*/

.right-sidebar #primary {
    /*float: left;
    width: 73%;*/
}

.right-sidebar #secondary-right {
    float: right;
    width: 25%;
}

/*--------------------------------------------------------------
Lefy Sidebar
--------------------------------------------------------------*/

.left-sidebar #primary {
    float: right;
    width: 73%;
}

.left-sidebar #secondary-left {
    float: left;
    width: 25%;
}

/*--------------------------------------------------------------
Both Sidebar
--------------------------------------------------------------*/

.both-sidebar #secondary-left {
    float: left;
    width: 28%;
}

.both-sidebar #primary {
    float: right;
    width: 70%;
}

.both-sidebar #secondary-right {
    float: right;
    width: 22%;
}

.left-sidbar-right {
    float: left;
    width: 76%;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.sidebar .widget-title {
    color: #353535;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: 300;
}

.sidebar .widget-title span {
    border-bottom: 2px solid #f0563d;
    bottom: -1px;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}

.sidebar .search-field, 
.sidebar .widget_archive select {
    width: 100% !important;
}
.sidebar .widget_archive select {
    height: 40px;
}

.sidebar ul {
    list-style: outside none none;
    margin: 0;
}

#calendar_wrap caption {
    background: none repeat scroll 0 0 #f0563d;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.widget_categories a {
    color: #353535;
    font-weight: 400;
}

.sidebar a{
    color:#333 !important;
}

.sidebar a:hover{
    color: #f0563d !important;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row {
    margin-bottom: 25px;
}

.span1, .span2, .span3, .span4, .span5, .span6 {
    float:left;
}

.col {
    margin-left: 3%;
}

.col:first-child {
    margin-left:0;
}

.span1 {
    width: 14.1666666667%;
}

.span2 {
    width: 31.3333333333%;
}

.span3 {
    width: 48.5%;
}

.span4 {
    width: 65.6666666667%;
}

.span5 {
    width: 82.8333333333%;
}

.span6 {
    width: 100%;
    margin-left: 0;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/

.error404 .entry-title {
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.number404 {
    background: none repeat scroll 0 0 #F0563D;
    border-radius: 150px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 150px;
    line-height: 130px;
    margin-top: 20px;
    perspective: 500px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
    width: 150px;
    margin-bottom: 40px;
}

.number404 span {
    backface-visibility: visible;
    bottom: 35px;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.error-404.not-found {
    text-align: center;
}

.number404.animated {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:Infinite;
    -moz-animation-iteration-count:Infinite;
    animation-iteration-count:Infinite;
}

.error404 .page-content {
    margin-top: -10px;
}

/*--------------------------------------------------------------
Single Page
--------------------------------------------------------------*/

.single #secondary-right {
    
}

.single #primary {
    float: none;
    width: 100%;
}

.cat-event-excerpt > div {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
Portfoilo Inner Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Portfolio List View
--------------------------------------------------------------*/

.portfolio-list .cat-portfolio-image {
  float: left;
  height: auto;
  margin-right: 2%;
  width: 40%;
}

.portfolio-list .cat-portfolio-list {
    float: none;
    margin-bottom: 1%;
    position: relative;
    width: 100%;
}

.portfolio-list .portfolio-archive {
    border-bottom: 1px solid #F6F6F6;
    margin: 10px 0;
    padding: 5px 0 20px;
}

.portfolio-list .port-content {
    margin-bottom: 10px;
}

.portfolio-list .cat-portfolio-content {
  float: left;
  width: 58%;
}

/*--------------------------------------------------------------
Portfolio Grid View
--------------------------------------------------------------*/

.portfolio-grid .portfolio-archive {
    float: left;
    margin-left: 1%;
    width: 32.33%;
    margin-bottom: 1%;
}

.portfolio-grid {
    margin-left: -1%;
}

.portfolio-grid .portofolio-layout-wrap {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    text-align: center;
}

.portfolio-grid .cat-portfolio-image:hover .portofolio-layout-wrap {
    background: none repeat scroll 0 0 rgba(242, 101, 34, 0.8);
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.portfolio-grid .cat-portfolio-image {
    position: relative;
}

.portfolio-grid .portofolio-layout-wrap .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}

.portfolio-grid .portofolio-layout-wrap .read-more:hover {
    color: #f26522;
}

.portfolio-grid .portofolio-layout-wrap .entry-title {
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
}

.portfolio-grid .portofolio-layout-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.portfolio-grid .cat-portfolio-image {
    overflow: hidden;
    cursor: pointer;
}

.portfolio-grid .cat-portfolio-image .cat-port-image-wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: block;
}

.portfolio-grid .cat-portfolio-image:hover .cat-port-image-wrapper {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Boxed Layout
--------------------------------------------------------------*/

.boxed-layout #page {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 1200px;
}

.both-sidebar .business-hours a {
    font-size: 12px;
}



/*--------------------------------------------------------------
Header Social Icon
--------------------------------------------------------------*/

.ak_header_social .social-icons a {
    color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    font-size: 16px;
}

.header-white .ak_header_social .social-icons a {
    color: #ffffff !important;
}

.ak_header_social .social-icons a:hover {
    color: #F1573E;
}

.ak_header_social .social-icons {
    text-align: right;
}

/*--------------------------------------------------------------
Team Memmber Inner
--------------------------------------------------------------*/
.cat-event-image {
    float: left;
    margin-right: 20px;
    width: 28%;
}


.cat-event-list {
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
Ak Top
--------------------------------------------------------------*/
#ak-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    height: 50px;
    line-height: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
}

#ak-top:hover {
    background: #00adee;
}

#ak-top i {
    display: block;
    font-size: 22px;
    line-height: 28px;
}


/*--------------------------------------------------------------
Contact us
--------------------------------------------------------------*/
.wpcf7-form > p {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
Woocommerce style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Woocommerce cart
--------------------------------------------------------------*/
.woocommerce .cart td, .woocommerce .cart th {
    border: medium none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
    background: none repeat scroll 0 0 #f0563d;
    border: medium none;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #ffffff;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover,.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover{
    background: #d64c37;
    text-shadow: 0 0 0 rgba(0, 0, 0,0);
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    width: 110px;
}

.cart_totals {
    background: none repeat scroll 0 0 #efefef;
}

.cart_totals > h2 {
    background: none repeat scroll 0 0 #aaaaaa;
    color: #ffffff;
    line-height: 44px;
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
}

.cart_totals td, 
.cart_totals th {
    border: medium none;
    padding-left: 15px !important;
    width: 50%;
}

.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before {
    background-color: #f0563d;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
}

.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before{
    line-height: 0;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
    border-top: 3px solid #f0563d;
}

.cart-empty {
    font-family: Arial Rounded;
    font-size: 20px;
    font-weight: 400;
}

.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
    background: none repeat scroll 0 0 #f0563d;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    line-height: 36px;
    margin-top: 8px;
    padding-top: 0;
    text-align: center;
    width: 120px;
}

.woocommerce a.added_to_cart:hover, 
.woocommerce-page a.added_to_cart:hover{
    background: #d64c37;
}

.shipping_calculator {
    margin-top: 20px;
}

.shipping_calculator > h2{
    font-size: 20px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  margin-left: 7px;
  font-size: 14px;
  margin-top: 2px;
}

.woocommerce .woocommerce-error:before, 
.woocommerce-page .woocommerce-error:before {
  background: none repeat scroll 0 0 #f15740;
  line-height: 0;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
  color: #353535 !important;
  font-size: 19px;
}

.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    height: 38px;
}


/*--------------------------------------------------------------
Woocommerce single page
--------------------------------------------------------------*/

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #f0563d;
    text-shadow:0,0,0,transparent;
}


.woocommerce div.product span.price del, 
.woocommerce div.product p.price del, 
.woocommerce #content div.product span.price del, 
.woocommerce #content div.product p.price del, 
.woocommerce-page div.product span.price del, 
.woocommerce-page div.product p.price del, 
.woocommerce-page #content div.product span.price del, 
.woocommerce-page #content div.product p.price del {
    color: #353535;
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce div.product span.price ins, 
.woocommerce div.product p.price ins, 
.woocommerce #content div.product span.price ins, 
.woocommerce #content div.product p.price ins, 
.woocommerce-page div.product span.price ins, 
.woocommerce-page div.product p.price ins, 
.woocommerce-page #content div.product span.price ins, 
.woocommerce-page #content div.product p.price ins,.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content div.product p.price {
    background: inherit;
    color: #f0563d;
    font-weight: 700;
    font-size: 22px;
}


.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #f0563d;
    font-size: 16px;
}

.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
  color: #353535;
  font-size: 14px;
  margin-right: 10px;
}


.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #f0563d;
}

.woocommerce-main-image.zoom {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: block;
    padding: 20px;
    width: 100%;
}

.woocommerce .woocommerce-main-image.zoom img {
    margin: 0 auto;
    width: auto !important;
}

.woocommerce .thumbnails .zoom {
    margin-left: 1%;
    margin-right: 0 !important;
    width: 24% !important;
    opacity: 0.5;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.woocommerce .thumbnails .zoom:hover{
    opacity: 1;
}

.woocommerce .thumbnails .zoom.first{
    clear: inherit !important;
}

.thumbnails .zoom img {
    width: auto !important;
}

.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    color: #f15740;
}

.single-product .quantity {
    height: 36px;
}

.single-product .qty {
    height: 36px !important;
}

.single-product .minus, .single-product .plus {
    height: 19px !important;
}
/******* responsive menu **********/
#nav {
    display: none;
}

.responsive-header {
    display: none;
}

.search-results article {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.home .metaslider{ margin-bottom:-40px}
.metaslider .flexslider {position:relative}
.metaslider .flexslider .flex-control-nav{position:absolute;bottom:10px;z-index:2}
@media (max-width:768px){
	.metaslider .flexslider .flex-control-nav{bottom:0;}
}
#portfolio-grid .port-wrap {
  border-right:1px solid #ddd; 
}

.text-big{font-size:120%;}
.text-bigger{font-size:180%;}
.text-large{font-size:1.6em; letter-spacing:2px}
.text-blue{color:#00bbee}
.text-red{color:red}
.text-white{color:#fff}
.text-grey{color:#777!important}
.text-center{text-align:center}
.text-right{text-align:right}
.text-left{text-align:left}
.text-justify{text-align:justify}
.big-title{background:#FFF200;text-align:center;padding:30px 20px}
.bigtitle{font: 3.2em "Arial Rounded", sans-serif;color:#00bbee;text-align:center}
.subtitle{font: 1.3em "Arial", sans-serif;text-align:center}
.bg-yellow{background:#FFF200}
.bg-blue{background:#00adee;color:#fff}
.bg-blue h1{color:#fff}
.paddingtop{padding-top:130px}
.our-services .ak-container{width:auto;}
.btn-ga{padding:3px 10px;background:#00adee;border-bottom:3px solid #0094CC;border-radius:30px;color:#fff}
.btn-ga:hover{background:#fff100;border-bottom:3px solid #c9be00;color:#333}
.btn-ga.outline{background:transparent;border:1px solid #000;border-radius:30px;color:#333;box-shadow:0 1px 2px #333;margin-bottom:20px}
.btn-ga.outline:hover{background:#00adee;color:#fff;border-color:#00adee;box-shadow:0 0 0 #000}
.leftwrap a, .rightwrap a{margin:0 auto 20px;display:block;text-align:center}	
.footer-block a.btn-ga{border-bottom:2px solid #0094CC;display:inline-block;color:#fff;margin:10px 0 0;font-size:16px;}
.footer-block a.btn-ga:hover{border-bottom:3px solid #c9be00;color:#333}
.btn-ga-1 {
background: #00afe9;
    color: white;
    border-radius: 10px;
    padding: 15px 28px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-ga-1:hover {
background: #FFF200;
}
.btn-ga-1:visited {
color: white;
}
.page .entry-header .main-title{display:none}
.text-highlights{font-size:25px;text-align:center;color:#0094CC;margin:0 0 30px;line-height:30px}
.page-banner img{width:100%;}
.single #primary{margin-bottom:50px}
.entry-header .entry-title{padding:50px 20px;text-align:center;background:#00bbee;color:#fff;font-family:"Arial Rounded", sans-serif;font-size:40px;margin-bottom:0}
.arrow-down {width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #00bbee;margin:0 auto}
p{text-align:justify}
.middle{vertical-align:middle}
.half-wrap{width:100%;}
.action-bar{text-align:center;background:#fff100;padding:60px 20px}
.middle{vertical-align:middle;}
table.responsive td{border:0;vertical-align:middle; text-align:justify}
table.responsive h1{text-align:left}
table.responsive .text-big{font-size:150%;text-align:left}
table.responsive td.middle{padding-top:40px}
table.responsive p{margin-bottom:0}
.centres td{vertical-align:top}
.centres p{margin-bottom:5px}
.centres img {border:8px solid #eee}
.centres img:hover {border:8px solid #00adee}
.entry-meta{display:none}
.item-wrap{margin:0 auto 50px; border-bottom:1px dashed #bbb}
.item-wrap h2{margin:20px 0 5px;}
.item-wrap small{font-size:85%;font-style:italic;color:#26A9E1}
.entry-content ul{list-style:disc}
.fade, .item-wrap img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover,  .item-wrap img:hover {opacity: 0.5;}
.cat-press small{display:none}
.cat-press h2{text-align:center}
.cat-press img{border:7px solid #eee}
.ninja-forms-cont{background:#eee;padding:30px;}
.ninja-forms-required-items{font-style:italic;margin-bottom:10px}
.circular img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border:8px solid rgba(255,255,255,.2); margin-bottom:10px;box-shadow:0 1px 5px rgba(0,0,0,.3);
}
.centre-thumb-wrap{width:300px;}
.centre-thumb{width:300px;min-width:300px}
.centres .su-spoiler-style-default > .su-spoiler-content{padding:0}
.franchisee .details td{border:0; font-size:18px}
.franchisee .details i{color:#00adee; text-align:right}
.su-tabs.ftabs { background-color: #00adee; border-radius:0}
.su-tabs.ftabs .su-tabs-nav span { font-size: 1.3em }
.su-tabs.ftabs .su-tabs-pane {padding: 1em;font-size: 1.3em;}
.su-tabs.ftabs .su-tabs-nav span{color:#fff; border-radius:0;padding:20px;}
.su-tabs.ftabs .su-tabs-nav span.su-tabs-current {color:#00adee }
.su-tabs.ftabs .su-tabs-pane h1, .su-tabs.ftabs .su-tabs-pane h3{text-align:center}
.su-tabs.ftabs {padding:1px;}
.su-tabs.ftabs .su-tabs-nav span:hover{background:#34c2f7;}
.fpromotion .su-custom-gallery-slide span{color: #00adee; background: transparent; text-align: center; font-size: 18px;}
.fpromotion .su-custom-gallery-slide img{margin-bottom:60px;}
.su-tabs.ftabs .su-custom-gallery-slide img{border-radius:0}
.fprogram .su-custom-gallery-slide span{background:#00adee; text-align:center;color:#fff;padding:10px;font-size:20px;bottom:4px;}

@media (min-width:1360px){
	.no-sidebar #primary{width:80%;margin:0 auto}
}
@media (min-width:1201px){
	.item-wrap {width:30%}
	.item-wrap img{height:235px}
}
@media (min-width:1060px){
	.half-wrap{width:46%;}
	.franchisee .slider{width:48%; float:left;}
	.franchisee .details{width:48%; float:right;}
	.su-tabs.ftabs .su-tabs-pane{padding:50px 100px;}
}
@media (min-width:700px){
	.wrap-narrow{width:340px; margin:0 auto}
	.no-sidebar #primary{width:90%;margin:0 auto}
	.leftwrap, .rightwrap{width:50%;float:left;text-align:right;}
	.leftwrap a, .rightwrap a{margin:0 10px;display:inline}
	.rightwrap{float:right;text-align:left}
	.middle{padding-top:50px;padding-bottom:50px}
	.su-spacer.hidden-sm{display:none}
}
@media (min-width:875px){
	.minwidthhalf{width:45%}
}
@media (max-width:1060px){
	.paddingtop{margin-top:0}
	.text-bigger{font-size:150%;}
	.text-large{font-size:1.4em}
}
@media (max-width:700px){
	table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr{display:block}
	.centre-thumb, .centre-thumb-wrap{width:100%;}
	.franchisee .details td, .centres td {font-size:14px;word-break: break-all;}
	.franchisee h2{font-size:19px;}

}

@media (max-width:580px){
	.su-custom-gallery .su-custom-gallery-slide {width:100%;float:none;margin:20px 0;}
	.su-custom-gallery img{width:100%}
.footer-block{width:100%;float:none;}

}

@media (max-width:1024px){
footer .tel{font-size:25px;}
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.franchisee .details td {
    border: 0;
    font-size: 16px;
    line-height: 23px;
}

.franchisee .su-custom-gallery-slide {max-height: 277px;overflow:hidden;}

.online-videos ul {list-style:none;}

@media (min-width:875px){
.online-videos li {width:49%;display:inline-block;}
}

#spco-copy-attendee-dv {background:#f9ffa2!important;}
#spco-copy-attendee-dv .ee-checkbox-label-before {font-size:130%;}

.soc-btn {
	padding: 3px 7px;
	font-size:12px;
	margin-bottom:10px;
	text-decoration:none;
	color: #FFF;font-weight:bold;
	display:block;
	text-align:center;
}

/* New */
.main-navigation ul ul {left:113px;}
.home-login {padding:34px 50px; border-radius:10px; border:1px solid #ccc; margin-bottom:20px}
.home-login table, .home-login td {border-width:0; color: #777;}
.home-login td {padding:8px 0;}
.home-sect2 img {border:1px solid #ccc;}
.home-sect2 h2 {text-transform:uppercase; color:#0e75bc;}
.home-sect2-left {float:left;width:49%;}
.home-sect2-right {float:right;width:49%;}
.home-login input {padding:3px 15px; border-radius:25px;}
.btn-blue1 {border-radius: 18px; color: #fff; background: #1b75bb; padding: 10px 30px; font-size: 11px; letter-spacing: 1px; text-transform:uppercase;}
.btn-blue1:hover {background:#2092ea; color:#fff}
.home .mobile .home-left-banner {margin-bottom:20px }
.home .mobile .home-description {margin:0 }
.simple-box1 {padding:0; transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;}
.simple-box1 table {margin:0}
.simple-box1 h1 {color:#1b75bb; margin-bottom:0; font-family:Debussy, 'Arial Rounded', sans-serif; letter-spacing:4px; text-transform:uppercase; font-size:35px; }
.simple-box1 h2 {color:#555}
.simple-box1 h3 {color:#777; font-size:25px; letter-spacing:3px;}
.simple-box1 td {vertical-align:middle; border-width:0; padding:0;}
.simple-box1 p {color:#888; letter-spacing:1px;}
.simple-box1 .content-right {text-align:center; padding:20px;}
.simple-box1 .content-right p {text-align:center;}
.simple-box1 .withpad {padding:30px}
.simple-box1.bggrey {background:#f1f1f1; }
.simple-box1 .su-row, .simple-box1 img, .entry-content .simple-box1 img:nth-child(1)  {margin-bottom:0}
.textright {text-align:right; }
.clearfix {clear:both}
.spacer20 {height:20px;}
.spacer40 {height:40px;}
.home-franchise, .home-franchise td {padding:0;}
.home-franchise {padding:0;}
.home-franchise h1, .home-franchise h2 {margin:0}
.home-franchise img {margin-top:25px; max-width:300px}
.text-2em {font-size:2em;}
.text-darkblue {color:#1c75bc}
.uppercase {text-transform:uppercase}
.hover-effect img {margin-bottom:10px!important; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;}
.hover-effect:hover img {transform: scale(1.1); }
.bluebox {padding:20px; background:#c7eafb;}
.bluebox img {width:25px;}
.bluebox td {border-width:0; color:#1b75bc; vertical-align:middle; padding:12px 3px; }

.effect-wrap {position: relative;}
.image-effect {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle-effect {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.effect-wrap:hover .image-effect {opacity: 0.3;}
.effect-wrap:hover .middle-effect {opacity: 1;}
.text-effect {
  background-color: #1b75bb;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
p:empty{display:none}
.staple-menu {line-height:25px!important;}
.my-topmenu {margin-top:35px;}
.my-topmenu li{display:inline; margin-left:20px; font-size:14px; letter-spacing:1px;}
.countrylist {background:#f1f1f2; padding:20px;}
.countrylist ul {text-align:center; margin:0}
.countrylist li {display:inline-block; margin:0 5px;}
.countrylist li::before {content: "•"; color:#aaa; display: inline-block; padding-right:13px; }
a.blue-link {color:#135bae}
a.blue-link:hover {color:#00aeef}
.text-blue, .simple-box1 .text-blue {color:#00b0f0}
.entry-content .su-column img:nth-child, .entry-content .su-column img {margin-bottom:0}
.text-small {font-family:sans-serif; font-size:13px;text-align:center}
.contact-us-pg {background:#f1f1f1; padding:30px;}
.contact-us-pg #main {background:transparent;}
.contact-us-pg .bg-contact {background:url(https://malaysia.globalart.world/wp-content/uploads/2021/03/globalart-contact-1.png) no-repeat 100% 100%;}
.contact-us-pg h2{color:#1b73ba}
.contact-us-pg p {margin:0; color:#777}
.contact-us-pg .divider1 {border-top:1px solid #aaa; padding:20px 30px 0 0; margin:20px 90px 0 0;}
.contact-us-pg p.smalltext {color:#555; font-size:14px}
.contact-us-pg p.bigtext {color:#333; font-size:18px; font-weight:700; }
.contact-us-pg .ninja-forms-cont {background:#ffffffa1;}
.contact-us-pg .contact-left {width:30%}
.contact-us-pg .contact-right {width:45%}
.contact-us-pg select {max-width:100%}
.contact-us-pg .ninja-forms-cont, .contact-us-pg .ninja-forms-cont input[type=text],  .contact-us-pg .ninja-forms-cont label {font-size:11px; color:#999;}
.contact-us-pg .ninja-forms-cont input[type=text] {border-radius: 20px; padding: 3px 10px;}
.contact-us-pg .ninja-forms-cont textarea {border-radius: 20px; padding: 3px 10px; height: 100px;color:#999}
.contact-us-pg .ninja-forms-cont input[type=submit] {font-size: 11px; padding: 6px 15px; border-radius: 15px;border:1px solid #999}
.contact-us-pg h2.ninja-forms-form-title {font-size:16px; color:#555; text-transform:uppercase}
.contact-us-pg .ninja-forms-required-items {display:none;}
.contact-us-pg .field-wrap {margin-bottom:10px;}
#menu-topmenu a {font-weight:700}
.grid-cat-name {font-size:12px; color:#999;}
ul.program-links span {font-family:"Gotham Rounded Bold", sans-serif; text-transform:uppercase; font-size:1.5em; letter-spacing:2px; color:#1c75bc; line-height:25px}
ul.program-links span:hover {color:#0e94ff}
ul.program-links { list-style: none;}
ul.program-links li::before {
  content: "\2022";
  color: #1c75bc;
  font-weight: bold;
  display: inline-block; 
  font-size: 1.8em;
  width: .8em;
  margin-left: -1em;
}
.nomargin {margin:0!important}
.bg-core {background:url(https://malaysia.globalart.world/wp-content/uploads/2022/02/globalart-core-programs-thumb-2.jpg) no-repeat; background-size:cover; min-height:500px}
.bg-enhance {background:url(https://malaysia.globalart.world/wp-content/uploads/2022/02/globalart-enhancement-programs-thumb-2.jpg) no-repeat; background-size:cover;min-height:606px}
.entry-content .statelist {list-style:none; margin:0}
.statelist li {display:inline; }
.statelist li a {width:31%; display:inline-block; border:1px solid #1a79bd; margin:5px; text-align:center; padding:10px; }
.statelist li a:hover {background:#c7eafd }
.gallery-item {display:inline-block; margin: 0 10px 25px; vertical-align:top;}
.menu-flag-down {margin:-50px 0 0 36px;}

#mobile-topmenu {position: absolute; top: 30px; right: 0;}

.simple-box1 .title-responsive {font-size:40px}
.top10skill-desktop {display:block}
.top10skill-mobile {display:none;}

.home-img1 {width: 100%; height: 610px; object-fit: cover;}

@media screen and (min-width: 1200px) {
	.simple-box1 h2{font-size:45px; letter-spacing:6px;}
	.simple-box1 h1{font-size:42px; letter-spacing:7px;}
	.simple-box1 h3 {font-size:35px; letter-spacing:3px;}

}
@media screen and (min-width: 1020px) {
	.centered-list {padding:0 300px}
}
@media screen and (min-width: 769px) and (max-width:1019px) {
	.centered-list {padding:0 150px}
	 
}

@media screen and (min-width: 770px) {
	.home-sect2.mobile{display:none;}
	.home-franchise h2{font-size:38px; letter-spacing:4px;}
	.home-franchise h1{font-size:68px; letter-spacing:10px;}
	.simple-box1 .widepadding {padding:40px 90px;}
	.simple-box1 .content-right {padding:40px 60px;}
	.home-franchise {padding:0;}
	.founder-wrap{padding:0 80px;}
	.bluebox {padding:40px 100px; }
	.testimonial {padding:50px 195px;}
	.contact-us-pg {padding-left:80px;}
	.contact-us-pg .bg-contact {background-position: 100% 0;}
	.menu-wrap  {width:70%; float:right; margin-top: 30px;}
	ul.program-links span {font-size:1.7em; line-height:30px}

}

@media screen and (max-width: 769px) {
	.home-sect2.desktop{display:none;}
	.home {padding:0 20px;}
	.home .metaslider {margin-top:10px}
	.home .about {padding:35px 0 0;}
	.home .ak-container {padding:0}
	.reorder-div .su-row {display: flex; flex-direction: column-reverse;}
	.reorder-div .su-row .su-column:last-child {margin-bottom:1.5em;}
	.simple-box1 td {display:table-footer-group; width:100%}
	.simple-box1 iframe {height:auto}
	.statelist li a {width:45%;}
	.simple-box1 tr {display:flex; flex-direction:column-reverse;}
	.simple-box1 tr.td-non-reverse {flex-direction:column;}
	.simple-box1 td {width:100%!important;}
	.simple-box1 iframe {height:350px;margin-top:20px}
	.home-franchise .mobile-center {text-align:center}
	.home-franchise .mobile-pad {padding:40px 20px}
	.simple-box1 .title-responsive {font-size:23px}
	.countrylist ul {text-align:left;}
	.top10skill-desktop {display:none}
	.top10skill-mobile {display:block;}
}
@media (min-width: 1500px){
.ak-container {width:100%!important;}
}

@media screen and (min-width: 820px) {
	.statelist li a {width:23%;}
	.single-espresso_venues h3 {min-height: 70px;}
}

.call-btn a {display:inline-block;margin:10px 10px 10px 0; font-size:1.2em!important; font-weight:600!important; color:#fff!important; text-align:center; letter-spacing:1px;border-radius: 50%;width: 30px;height: 30px;padding:0 0 0 3px; border-width:0;}
.call-btn .fa-whatsapp {padding:0 0 0 3px; font-size:1.1em;}

.category-news-events #main {display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap;
float:none;}
