/*
Theme Name: 2nd Office 2017
Author: 2nd Office MS - Web Team

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family: 'Montserrat', sans-serif;
}

body, html {
    margin: 0;
    overflow-x: hidden;
    overflow-y:auto !important;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: 44px;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
blockquote {
	color: #000002;
    font-size: 14px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
    margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

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

blockquote {
	margin: 0 20px 20px;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul,
ol {
    margin-left: 10px;
    padding-left: 27px;
    margin-bottom: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Transition Effects
--------------------------------------------------------------*/
.transition,
.transition:after {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	text-indent: 10px;
    outline: 0;
    width: 100%;
    margin-bottom: 10px;
    max-width: 700px;
    border: 1px solid #D0D0D0;
}

select {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {

}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none !important;
  margin:0 !important;
}

input[type=number] {-moz-appearance: textfield;}

textarea {
	padding-left: 3px;
	width: 100%;
}

label {
	display: block;
	text-transform: uppercase;
}

.form-contact-us {
    margin-bottom: 20px;
}

.form-contact-us input[type="submit"]{
	margin-top: 10px;
    background: none;
    border: 1px solid;
    padding: 5px 20px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 300px;
}

.form-contact-us input[type="submit"]:hover{
	border-color: #1577b7;
	color: #1577b7;
}

.contact-form.form-contact-us input[type=email], 
.contact-form.form-contact-us input[type=text] {
    width: 100%; 
    max-width: inherit; 
    margin-bottom: 13px;
    max-width: 700px;
}

.contact-form.form-contact-us textarea {
	width: 100%;
}

input.error,
textarea.error {
    margin-bottom: 0;
    border-color: #fd7e7e;
}

label.error {
	color: #d82a2a;
    font-style: italic;
    text-transform: none;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
	text-align: center;
}

.gallery.gallery-columns-2 figure{
	width: 40%;
}

.gallery.gallery-columns-3 figure{
	width: 30%;
}

.gallery.gallery-columns-4 figure{
	width: 22%;
}

.gallery.gallery-columns-5 figure{
	width: 18%;
}

.gallery.gallery-columns-6 figure{
	width: 15%;
	margin: .5%;
}

.gallery.gallery-columns-7 figure{
	width: 12%;
	margin: .5%;
}

.gallery.gallery-columns-8 figure{
	width: 11%;
	margin: .5%;
}

.gallery.gallery-columns-9 figure{
	width: 10%;
	margin: .5%;
}

.gallery.gallery-columns-10 figure{
	width: 9%;
	margin: .5%;
}

.gallery figure img{
	width: 100%;
}

figure {
    padding: 0;
    margin: 1%;
    display: inline-block;
    float: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #000002;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #1577b7;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    margin-bottom: 20px;
}

.main-navigation, .main-navigation ul {
    background: transparent;
}
.site-branding img.logo {
    width: auto;
}
.header-overlay-background {
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
    min-height: 42%;
    min-height: 42vw;
}
/* .header-overlay-background:after {
    position: absolute;
    height: 180px;
    width: 100%;
    content: '';
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
} */
.header-wrapper nav ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 9px 47px;
}
.header-wrapper nav ul .contact-us a {
    border-radius: 20px;
    background-image: -moz-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    transition: none;
}
.header-wrapper nav ul .contact-us a:hover {
    background: rgb(10,144,251);
}
.menu-contact-menu-container ul.menu a {
    border-radius: 20px;
    background-image: -moz-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
}
.menu-contact-menu-container ul.menu {
    text-align: right;
}

.banner-container h1 {
    font-size: 74px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.page-template-fullwidth-template .banner-container h1,
.page-template-default .banner-container h1,
.page-template .banner-container h1,
.blog .banner-container h1,
.page-template-news-template .banner-container h1 {
    text-align: center;
}
.home.page-template .banner-container h1 {
    text-align: left;
}
.banner-container p {
    margin-bottom: 29px;
    width: 49%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fefefe;
}
.banner-container a {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 26px;
    width: 245px;
    background-image: -moz-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    font-weight: bold;
    color: #fefefe;
    text-transform: uppercase;
    text-align: center;
}
.banner-container a:hover {
    background: rgb(10,144,251);
}
.home .banner-overlay {
    z-index: 2;
    margin-top: 5%;
}
.banner-container {
    display: flex;
    width: 100%;
    min-height: 0;
}
.home.page-template .banner-container {
    max-height: 757px;
}
ul.menu {
    margin: 0;
    padding: 0;
	list-style: none;
	text-align: right;
}

ul.menu li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.menu li a {
	padding: 20px;
	display: block;
    font-size: 30px;
	color: #000;
	text-transform: uppercase;
	line-height: 24px;
    font-weight: normal;
}

ul.menu li > ul {
	display: none;
	position: absolute;
    margin-left: 0;
    padding: 0;
	top: 42px;
    left: 0;
    min-width: 260px;
    text-align: left;
    z-index: 9999;
}

ul.menu li:hover > ul {
    display: inline-block;
    background-color: #0a90fb;
}

ul.menu li > ul li {
	display: block;
}

ul.menu li > ul a {
	font-size: 12px;
	padding: 12px;
}

ul.menu li > ul li:hover a {
	background: rgba(0,0,0,0.2);
}
.sub-menu .menu-item-has-children:after {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
}

ul.menu li ul ul {
    position: absolute;
    top: 0;
    left: 260px;
} 

ul.menu li > ul ul li:hover a {
	background: rgba(256,256,256,0.1);
}

ul.menu li:hover a {
	background: rgba(256,256,256,0.1);
}

ul.menu li:last-child ul ul {
	left: -260px;
}

ul.menu li > ul li.double-arrow a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Toggle Menu
--------------------------------------------------------------*/

.site {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}

.site.left-menu {
    left: 0;
}

.site.right-menu {
	/*right: 0;*/
	 left: 0;
}
 
.site.left-menu.open-menu {
    left: 240px;
}

.site.right-menu.open-menu {
    left: -240px;
}
 
.left-menu #toggle-menu {
    position: absolute;
    left: -240px;
    background: #4C4C5A;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
}

.right-menu #toggle-menu {
    position: absolute;
    right: -240px;
    background: #4C4C5A;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
}

#toggle-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
#toggle-menu ul li {
    margin: 0;
}
#toggle-menu ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #50505F;
    -webkit-transition:  background 0.3s ease-in-out;
    -moz-transition:  background 0.3s ease-in-out;
    -ms-transition:  background 0.3s ease-in-out;
    -o-transition:  background 0.3s ease-in-out;
    transition:  background 0.3s ease-in-out;
}

.left-menu #toggle-menu ul li.menu-item-has-children li a:after,
.left-menu #toggle-menu ul li li.menu-item-has-children li a:after,
.left-menu #toggle-menu ul li li li.menu-item-has-children li a:after,
.right-menu #toggle-menu ul li li li.menu-item-has-children li a:after {
	content: "";
}
.left-menu #toggle-menu ul li.menu-item-has-children a:after,
.left-menu #toggle-menu ul li li.menu-item-has-children a:after {
	content: "\f101";
	font-family: fontawesome;
    float: right;
}

.left-menu #toggle-menu ul li li li.menu-item-has-children a:after {
    content: "\f101";
	font-family: fontawesome;
    float: right;
}

.left-menu #toggle-menu ul li li li:hover ul{
    left: 240px;
}

.right-menu #toggle-menu ul li.menu-item-has-children li a:before,
.right-menu #toggle-menu ul li li.menu-item-has-children li a:before {
	content: "";
}
.right-menu #toggle-menu ul li.menu-item-has-children a:before,
.right-menu #toggle-menu ul li li.menu-item-has-children a:before {
	content: "\f100";
	font-family: fontawesome;
    float: left;
    margin-right: 10px;
}

.right-menu #toggle-menu ul li li li.menu-item-has-children a:after {
    content: "\f100";
	font-family: fontawesome;
    float: left;
    margin-right: 10px;
}

.right-menu #toggle-menu ul li li li:hover ul{
    right: 240px;
}

#toggle-menu ul li.sec-search {
	display: none;
}

#toggle-menu ul li:hover a {
    background: rgba(0,0,0,.1);
}
.main-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-content #menu-toggle {
    border-radius: 3px;
    display: block;
    position: absolute;
    padding: 10px 7px 0;
    float: left;
    font-size: 24px;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
}

.site.right-menu .main-content #menu-toggle {
	float: right;
	right: 0;
}

.main-content #menu-toggle:hover {
	opacity: .5;
}

#toggle-menu a.menu-title-bar {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #50505F;
}

#toggle-menu a.menu-title-bar:hover{
    background: rgba(0,0,0,0.1);
}

#toggle-menu ul li {
	position: relative;
}

#toggle-menu ul li.sec-search {
    display: none;
}

#toggle-menu ul li a{
	z-index: 999;
}

#toggle-menu ul li > ul {
    position: absolute;
    background: #4C4C5A;
    min-width: 240px;
    z-index: 999;
    top: 0;
}

/*---Left Menu---*/
.left-menu #toggle-menu ul li {
	min-width: 240px;
	width: 240px;
}

.left-menu #toggle-menu ul li > ul {
    left: 240px;
    display: none;
}

.left-menu #toggle-menu ul li:hover > ul {
	display: block;
}

#toggle-menu ul li > ul a:hover {
	background: rgba(256,256,256,.2);
}


/*---Left Menu---*/
.right-menu #toggle-menu ul li {
	min-width: 240px;
	width: 240px;
}

.right-menu #toggle-menu ul li > ul {
    right: 240px;
    display: none;
}

.right-menu #toggle-menu ul li:hover > ul {
	display: block;
}

#toggle-menu ul li > ul a:hover {
	background: rgba(256,256,256,.2);
}

#toggle-menu ul li > ul a:active {
	background: rgba(256,256,256,1);
}

.mobile-nav {
	display: none !important;
}

#menu-toggle.mobile-nav .fa {
	margin-right: 5px;
}

.open-menu #menu-toggle .fa:before {
    content: "\f00d";
}

.open-menu #menu-toggle.mobile-nav {
   padding: 8px 10px 5px 20px;
}

.open-menu #menu-toggle span{
   font-size: 0;
}



/*--------------------------------------------------------------
# Mobile Viewport
--------------------------------------------------------------*/
.mobile-view .main-content {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobile-view.left-menu #toggle-menu {
	
}

.site.mobile-view.left-menu.open-menu {
    left: 440px;
}

.site.mobile-view.right-menu.open-menu {
    left: -440px;
}

.mobile-view.left-menu #toggle-menu {
    left: -440px;
    min-width: 440px;
}

.mobile-view.right-menu #toggle-menu {
    right: -440px;
    min-width: 440px;
}

.mobile-view.left-menu #toggle-menu ul li {
    min-width: 240px;
    width: initial;
}

.mobile-view.right-menu #toggle-menu ul li {
    min-width: 440px;
    width: 100%;
}

.mobile-view #toggle-menu ul li.subshow a{
	background: rgba(0,0,0,.1) !important;
}

.mobile-view.left-menu #toggle-menu ul li > ul {
    left: 0;
    position: initial;
    overflow: hidden;
}

.mobile-view.right-menu #toggle-menu ul li > ul {
    left: 0;
    display: none;
    position: initial;
    overflow: hidden;
}

.submenu-icon {
	display: none;
    color: #fff;
    position: absolute;
    right: 0;
    width: 50px;
    background: #494956;
    padding-top: 11px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    font-size: 15px;
    color: #C1C0C0;
}

.mobile-view .submenu-icon {
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.open-sub span.submenu-icon:first-child i:before{
    /*content: "\f068";*/
}

.mobile-view .submenu-icon:hover {
	background: rgba(0,0,0,.3);
}

.mobile-view .open-sub{
   background: rgba(0,0,0,.1);
}

.mobile-view #toggle-menu ul li > ul {
	display: block;
    background: rgba(0,0,0,.2);
}

.mobile-view #toggle-menu ul li > ul li a {
	padding-left: 40px;
}

.mobile-view #toggle-menu ul li > ul li li a {
	padding-left: 65px;
}

.mobile-view #toggle-menu ul li > ul li li li a {
	padding-left: 80px;
}


.mobile-view #toggle-menu ul li.menu-item-has-children a:after, 
.mobile-view #toggle-menu ul li li.menu-item-has-children a:after,
.mobile-view #toggle-menu ul li li li.menu-item-has-children a:after,
.mobile-view #toggle-menu ul li.menu-item-has-children a:before, 
.mobile-view #toggle-menu ul li li.menu-item-has-children a:before,
.mobile-view #toggle-menu ul li li li.menu-item-has-children a:before,
.mobile-view #toggle-menu ul li li li.menu-item-has-children a:after {
	content:'' !important;
}

.close-icon {
	display: none;
	float: right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.close-icon:hover {
	opacity: .6;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px
}

.alignright {
	display: inline;
	float: right !important;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	margin-bottom: 20px;
}

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

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.popup-video.alignright {
	float: left;
}

.popup-video.alignright {
	float: right;
}

a.readmore {
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
}

a.readmore:after {
	content: "\f101";
	font-family: fontawesome;
	padding-left: 5px;
}

.cf	{
	clear: both;
}

span {
	display: inline-block;
}

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

header {
    position: relative;
    z-index: 3;
    padding-top: 50px;
}

header .contact-details {
	text-align: right;
}

header span.tel {
	margin-bottom: 10px;
}

header span.tel a{
    font-size: 46px;
    line-height: 46px;
	margin-bottom: 10px;
	color: #404040;
	font-weight: bold;
}

header span.tel a:hover {
	color: #1577b7;
}

header address {
    font-size: 31px;
    line-height: 31px;
	margin-bottom: 20px;
}

.site-branding {
	margin-bottom: 20px;
	text-align: left;
}
.home .site-content {
    position: relative;
    z-index: 2;
}

.logo {
    width: 100%;
    max-width: 450px;
}

.header-wrapper {
    margin-bottom: 20px;
}

.header-search {
    display: none;
}

.push-button .header-search {
	display: block;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/

.search-form-container {
	float: right;
}

.search-submit {
	width: initial;
	border: 0;
	padding: 0 10px;
}

input[type="search"] {
    width: 180px;
    -webkit-appearance: none !important; 
}

.search-submit .screen-reader-text {
  display: contents;
  color: #fff;
}

.search-field {
	float: left;
	height: 38px;
	-webkit-appearance: none !important; 
	border-radius: 0; 
	-webkit-border-radius:0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border: 1px solid #BBBBBB;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 0;
}

.search-submit {
	background: #A7A7A7;
	float: left;
	display: block;
	height: 38px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-form:hover .search-field,
.search-form:active .search-field,
.search-form:focus .search-field{
    border: 1px solid #1577b7;
}

.search-form:hover .search-submit,
.search-form:active .search-submit,
.search-form:focus .search-submit,
.search-submit:hover,
.search-submit:focus {
	background: #1577b7;
}

.required .search-field, 
.required:hover .search-field {
    border-color: #BD3030 !important;
}

.required .search-submit, 
.required:hover .search-submit {
    background: #BD3030 !important;
}

.site-main .search-form-container {
	float: left;
}

span.nothing-found {
	font-size: 30px;
	margin-bottom: 0;
	display: inline-block;
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Pop Video
--------------------------------------------------------------*/
.popup-video,
.popup-testimonial {
	display: inline-block; 
	position: relative; 
	overflow: hidden;
	float: left;
    vertical-align: middle;
}

.popup-video:hover:after,
.popup-testimonial:hover:after {
	background: rgba(0,0,0,0.7);
}

.popup-video:after,
.open-popup-link:after,
.popup-testimonial:after {
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.popup-video i.play-icon,
.popup-testimonial i.play-icon {
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	opacity: .6;
	z-index: 999;
}

.video-wrapper {
	display: inline-block;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}

.transcript-btn {
	display: block;
	clear: both;
    background: #DADADA;
    padding: 5px 10px;
}

.video-wrapper.aligncenter {
	text-align: center;
	display: block;
	width: 100%;
}

.video-wrapper .transcript-btn {
	max-width: 100% !important;
}

.transcript-btn.open-popup-link{
	position: relative;
}

.transcript-btn.open-popup-link:after{
	display: none;
}

.video-title {
    width: 100%;
    display: block;
    padding: 5px;
    background: #C6DBE8;
}

.video-title-v2 {
    position: absolute;
    color: #fff;
    z-index: 999;
    display: block;
    width: 100%;
    bottom: 0;
    height: 50%;
    font-weight: bold;
    font-size: 21px;
    opacity: .8;
    padding: 20px 10px;
    bottom: -50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-title-v2 .tbl {
    height: 100%;
    display: table;
    width: 100%;
}

.video-title-v2 .tbl-cell {
    text-align: center;
    height: 100%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.popup-video:hover .video-title-v2 {
	bottom: 0;
}

/*--------------------------------------------------------------
# Types of Banner
--------------------------------------------------------------*/

.banner-type-container {
	margin-bottom: 20px;
	background:#E8E8E8;
}

/*--------------------------------------------------------------
# Banner type 1
--------------------------------------------------------------*/

.banner-text {
    position: absolute;
    z-index: 99;
    width: 100%;
	padding-top: 4%;
}

.banner-text .text-content {
    padding-left: 70px;
}

.banner-text span{
    font-weight: bold;
    display: block;
}

.banner-text span.hcwhy-type1{
    text-transform: uppercase;
    margin-bottom: 30px;
	font-size: 31px;
	line-height: 24px;
}

.banner-text a.hcwhy-title-type1{
	font-size: 41px;
	line-height: 41px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.banner-text p {
	margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

.banner-text a.readmore {
    margin-bottom: 20px;
}

.banner-text a.readmore:hover {
	color: #1577b7;
}

.banner-text .maa-button {
	margin-top: 20px;
}

.btn-style1 {
	background: none;
	border: 1px solid #000002;
	padding: 20px 40px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-style1:hover {
	color: #1577b7;
	border-color: #1577b7;
}

.fullwidth-banner {
	background: none;
}

.fullwidth-banner-slider .owl-stage-outer {
	z-index: 999;
}

.fullwidth-banner-slider .owl-item {
	overflow: hidden;
}

.fullwidth-banner-slider .owl-controls {
	position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.fullwidth-banner-slider .owl-nav {
    max-width: 1422px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.fullwidth-banner-slider .owl-nav .owl-prev,
.fullwidth-banner-slider .owl-nav .owl-next {
	position: absolute;
	font-size: 0;
	top: 50%;
    margin-top: -40px;
	z-index: 999;
}

.fullwidth-banner-slider .owl-nav .owl-next {
	right: 0;
}

.fullwidth-banner-slider .popup-video, 
.fullwidth-banner-slider .popup-video img {
	max-width: 100% !important;
	margin-bottom: 0;
}

.fullwidth-banner-slider .popup-video:after {
    z-index: 9;
}

.fullwidth-banner-slider .video-banner,
.fullwidth-banner-slider .video-banner a,
.fullwidth-banner-slider .video-banner button {
    color: #EAEAEA;
}

.fullwidth-banner-slider .video-banner a:hover,
.fullwidth-banner-slider .video-banner button:hover {
    color: #A7A7A7;
}

.fullwidth-banner-slider .video-banner button {
	border-color: #EAEAEA;
}

.fullwidth-banner-slider .video-banner button:hover,
.fullwidth-banner-slider .video-banner button:focus {
	border-color: #A7A7A7;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
    font: normal normal normal 80px/1 FontAwesome;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    opacity: .2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: .5;
}

.owl-nav .owl-prev:after {
    content: "\f104";
}

.owl-nav .owl-next:after {
    content: "\f105";
}

.header-slider .owl-controls {
    position: absolute;
    top: 72%;
    width: 100%;
}

.owl-controls .owl-dots {
	text-align: center;
}

/*--------------------------------------------------------------
# Banner type 2
--------------------------------------------------------------*/
.banner-type-container .sizzler-video {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}

.banner-type-container .popup-video i.play-icon {
	font-size: 60px;
	margin-top: -30px;
	margin-left: -30px;
}

.banner-type-container .popup-video {
	float: none;
}

.banner-type-container .popup-video,
.banner-type-container .popup-video img {
	width: 100%;
	max-width: 650px;
}

.banner-type2 {
    padding: 30px 0 5px;
}

.hcwhy-list-type2 {
	text-align: center;
}


.hcwhy-list-type2 .hcwhy-list-button {
	list-style: none;
    margin: 0;
    padding: 0;
}

.hcwhy-type2 {
	font-weight: bold;
	font-size: 38px;
	text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 38px;
    margin-top: 10px;
}

.hcwhy-list-type2 .hcwhy-list-button a {
	font-size: 30px;
	line-height: 30px;
    display: block;
    padding: 27px 40px;
    background: #BBB;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}

.hcwhy-list-type2 .hcwhy-list-button a:hover {
	background: #23527c;
	color:#fff;
}

/*--------------------------------------------------------------
# Banner type 3
--------------------------------------------------------------*/

.welcome-text-title {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 38px;
    margin-top: 20px;
}

.banner-text-content .office-hrs{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.banner-text-content ul.schedule{
	margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.banner-type3 {
    padding: 30px 0 5px;
}

/*--------------------------------------------------------------
# HCWHY & Featured Image Services - Horizontal Layout
--------------------------------------------------------------*/

.banner-hcwhy-type3 {
	padding: 30px 0;
}

.hcwhy-list-type3 {
	text-align: center;
}

.hcwhy-type3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-container {
	text-align: center;
	margin-left: -1%;
	margin-right: -1%;
}

.list-item {
	margin:0 1%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}

.list-item a{
	display: block;
}

.list-item-img {
    overflow: hidden;
    overflow: 9;
    position: relative;
}

.list-item-img:before{
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 9;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.list-item:hover .list-item-img:before{
	background: rgba(0,0,0,0.3);
}

.item-title {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding: 20px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

/*--------------------------------------------------------------
# HCWHY & Featured Image Services - Circle Horizontal Layout
--------------------------------------------------------------*/

.circle-container {
	text-align: center;
}

.circle-container .list-item {
	vertical-align: top;
}

.circle-container .list-item-img {
	border-radius: 50%;
	height: inherit;
    margin: 20px;
}

.circle-container .item-title {
    position: relative;
    background: none;
    color: #252525;
    padding: 5px;
    font-size: 24px;
    line-height: 33px;
}

.circle-container .list-item:hover .item-title {
	color: #23527c;
}

/*--- Number of Column ---*/

.sec-col-3 .list-item {
	width: 31.1%;
}

.sec-col-4 .list-item {
	width: 22%;
}

.sec-col-4 .item-title {
	font-size: 21px;
}

/*--------------------------------------------------------------
# Banner type 4 HCWHY Vertical
--------------------------------------------------------------*/
/*HCWHY*/
.hcwhy-image,
.hcwhy-content {
    display: table-cell;
}

.hcwhy-image {
    width: 30%;
    overflow: hidden;
    float: left;
}

.hcwhy-image img {
    height: 100%;
    max-width: initial;
}

.hcwhy-content {
    width: 70%;
    padding: 10px 15% 10px 3%;
    vertical-align: middle;
    float: right;
}

.hcwhy-item.right-image .hcwhy-content {
    float: left;
}

.hcwhy-content .sec-table {
	height: 280px;
}

.sec-table {
    display: table;
    vertical-align: middle;
    min-height: 260px;
    height: 100%;
}

.sec-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.hcwhy-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 280px;
}

.hcwhy-item {
	position: relative;
}

.hcwhy-item.right-image .hcwhy-content{
    padding: 10px 3% 10px 15%;
}

.hcwhy-item.right-image {
    background: #C6DBE8;
}

.hcwhy-item .hcwhy-image {
    position: absolute;
    left: 0;
    height: 100%;
}

.hcwhy-item.right-image .hcwhy-image {
    text-align: right;
    height: 100%;
    max-height: initial;
    position: absolute;
    right: 0;
    left: inherit;
}

.hcwhy-image.img-right-align img{
	float: 	right;	
}

.hcwhy-image.img-left-align img{
	float: 	left;	
	margin-left: 0;
}

.hcwhy-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.hcwhy-content p{
    line-height: 20px;
}

a.hcwhy-btn {
    background: #E3E9EC;
    padding: 10px 40px;
    color: #18639a;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 21px;
    display: inline-block;
}

a.hcwhy-btn:hover { 
    background: #D9DACE;
}

.hcwhy-content a.readmore{
    display: none;
}

/*--------------------------------------------------------------
# Featured Services Type 1
--------------------------------------------------------------*/

.featured-service-type1 img {
	width: 100%;
}

.featured-service-type1 {
	position: relative;
}

.featured-service-button {
	/*position: relative;*/
}

a.fs-btn-type1 {
	position: absolute;
	top: 50%;
    margin-top: -34px;
}

a.fs-btn-type1.left-align {
    left: 20%;
    margin-left: -170px;
}

a.fs-btn-type1.right-align {
    right: 20%;
    margin-right: -170px;
}

/*--------------------------------------------------------------
# Featured Services Container
--------------------------------------------------------------*/
.featured-services-container {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Homepage Content
--------------------------------------------------------------*/
.full-width {
   background: #F5F5F5;
}

.full-width,
.with-sidebar {
    margin-bottom: 20px;
    padding: 20px 0;
}

.with-sidebar .ebook-services{
	padding: 20px;
}


header.entry-header{
	padding: 0;
}

header.entry-header .entry-title{
	margin: 0 0 20px;
    font-weight: bold;
    text-transform: none;
}

header.entry-header.has-subtitle h1 {
	margin-bottom: 5px;
}

.content-left,
.sidebar {
   background: #D4D4D4;
   padding: 20px;
}

/*--------------------------------------------------------------
# Homepage Sidebar
--------------------------------------------------------------*/

.widget-container {
	margin-bottom: 20px;
}

.widget-container:last-child {
	margin-bottom: 0;
}

.widget_search {
    padding-top: 15px;
}

/*--- Youtube Widget ---*/

.sidebar .popup-video .play-icon {
    font-size: 53px;
    margin-top: -22px;
    margin-left: -25px;
}

/*--- Ebook Widget ---*/

.widget-title {
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.widget ul {
    margin-left: 0;
    padding-left: 16px;
    color: #999;
}

.ebook-title2 {
	display: none;
}

.ebook-right-top {
	display: inline-block;
    float: left;
    margin-right: 2%;
    width: 35%;
}

.ebook-services {
    background: #F5F5F5;
    margin-bottom: 20px;
}

.widget-text-content {
    float: left;
    width: 63%;
}

.ebook-input input[type="text"],
.ebook-input input[type="email"] {
	width: 100%;
    margin-bottom: 5px;
} 

.ebook-input input[type="submit"] {
    margin-top: 10px;
    background: none;
    border: 1px solid;
    padding: 5px 20px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ebook-input input[type="submit"]:hover {
	color: #1577b7;
	border-color: #1577b7;
}

/*--- Pupup Ebook Widget ---*/

.download-ebook-button {
    color: #000002;
    border: 3px solid #000002;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
}

.download-ebook-button:hover {
	border:3px solid #1577b7;
}
.download-ebook-button:after {
	display: none;
}

.ebook-popup-content {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 40px 20px 20px;
}

.ebook-popup-content input[type="submit"] {
    border: #000002 2px solid;
    border-radius: 5px;
    color: #000002;
    font-size: 18px;
    margin-top: 10px;
    background: none;
    padding: 5px 20px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ebook-popup-content input[type="submit"]:hover {
	color: #1577b7;
	border-color: #1577b7;
}
	
/*--- Schedule Widget ---*/

.schedule-widget{
	text-align: center;
	margin-bottom: 40px;
}

.schedule-widget ul.schedule {
    font-weight: bold;
    list-style: none;
    padding: 0;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: left;
}

.schedule-widget ul.schedule li span.sched-day {
    width: 120px;
}

/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/
.owl-carousel.testimonial-slider .owl-stage {
    margin: 0 auto;
}

/*.testimonial-slider .owl-controls{
	position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -40px;
}*/

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    display: inline-block;
    position: absolute;
    font-size: 0;
}

.testimonial-slider .owl-prev {
    left: 20px;
}

.testimonial-slider .owl-next {
	right: 20px;
}

.testimonial-slider a.popup-video i.play-icon,
.testimonial-slider a.open-popup-link i.play-icon
 {
    font-size: 64px;
    color: #fff;
    position: absolute;
    z-index: 999;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonial-slider a.popup-video:hover i.play-icon,
.testimonial-slider a.open-popup-link:hover i.play-icon {
    opacity: .5;
}

.testimonial-slider a.popup-video,
.testimonial-slider a.open-popup-link {
	display: block;
	float: none;
}

.testimonial-slider a.popup-video:after,
.testimonial-slider a.open-popup-link:after {
	background: rgba(0,0,0,0);
}

.testimonial-slider a.popup-video:hover:after,
.testimonial-slider a.open-popup-link:hover:after {
	background: rgba(0,0,0,.5);
}

.testimonial-slider .testimonial-title {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    bottom: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	height: 40%;
}

.testimonial-slider a.popup-video:hover .testimonial-title,
.testimonial-slider a.open-popup-link:hover .testimonial-title {
    bottom: 0;
    opacity: 1;
}

.popup-content {
    max-width: 960px;
    padding: 20px;
    background: #fff;
    max-height: 503px;
    overflow: overlay;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.testimonial-slider-container .popup-video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-video {
	/*text-align: center;*/
    margin-bottom: 20px;
}

.testimonial-video .item {
    display: inline-block;
    width: 23.4%;
    margin: 0 .2%;
}

.testimonial-video a.popup-video i.play-icon, 
.testimonial-video a.open-popup-link i.play-icon {
    font-size: 64px;
    color: #fff;
    position: absolute;
    z-index: 999;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonial-video a.popup-video:after, 
.testimonial-video a.open-popup-link:after {
    background: rgba(0,0,0,0.2);
}

.testimonial-video a.popup-video:hover:after, 
.testimonial-video a.open-popup-link:hover:after {
    background: rgba(0,0,0,.5);
}

.testimonial-video .item a {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.testimonial-video .item img{
	width: 100%;
}

.testimonial-video .testimonial-title {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    bottom: -30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    height: 38%;
}

.testimonial-video a.popup-video:hover .testimonial-title, 
.testimonial-video a.open-popup-link:hover .testimonial-title {
    bottom: 0;
    opacity: 1;
}

.testimonial-title .tbl {
    height: 100%;
    display: table;
    width: 100%;
}

.testimonial-title .tbl .tbl-cell {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px;
}

.testimonial-video a.popup-video:hover i.play-icon, 
.testimonial-video a.open-popup-link:hover i.play-icon {
    opacity: .5;
}

.testimonial-text-content blockquote {
	background: rgba(256,256,256,.5);
    padding: 20px;
}

.testimonial-text-content blockquote p {
    margin-bottom: 20px;
}
.testimonial-text-content blockquote p:first-child:before,
.testimonial-text-content blockquote p:last-child:after {
	font-family: FontAwesome;
	font-size: 26px;
	color: #D4D4D4;
}

.testimonial-text-content blockquote p:first-child:before {
	content: "\f10d";
    margin-right: 10px;
}

.testimonial-text-content blockquote p:last-child:after {
	content: "\f10e";
    margin-left: 10px;
}

.text-video-container {
	margin-bottom: 20px;
}

.testimonial-video-text .item {
    display: inline-block;
    width: 23.4%;
    margin: 0 .2%;
    float: left;
}

.testimonial-video-text blockquote {
	float: left;
    width: 69%;
    background: rgba(256,256,256,.5);
    padding: 20px;
    text-align: left;
}

.testimonial-video-text blockquote p {
    margin-bottom: 20px;
}

.testimonial-video-text blockquote p:before,
.testimonial-video-text blockquote p:after {
	font-family: FontAwesome;
	font-size: 26px;
	color: #D4D4D4;
}

.testimonial-video-text blockquote p:first-child:before {
    content: "\f10d";
    margin-right: 10px;
}

.testimonial-video-text blockquote p:last-child:after {
    content: "\f10e";
    margin-left: 10px;
}

.testimonial-container blockquote{
    font-size: 16px;
    line-height: 30px;
}

.testimonial-video-text .testi-title {
	display: block;
	margin-bottom: 20px;
}

.testimonial-video-text a.readmore {
	margin-bottom: 0;
}

/*----------------------------------
	Testimonial List
-----------------------------------*/
.list-testimonial-wrapper {
    overflow: hidden;
    position: relative;
}

.list-testimonial-wrapper .list-testimonial-item {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 280px;
}

.list-testimonial-section {
    width: 100%;
    min-height: 280px;
    margin-bottom: 20px;
}

.list-testimonial-image {
    width: 30%;
    position: absolute;
    right: 0;
    max-height: 280px;
    overflow: hidden;
}

.list-testimonial-image img{
    width: initial;
    height: inherit;
    max-width: initial;  
}

.list-testimonial-container {
    float: left;
    display: table;
    vertical-align: middle;
    min-height: 280px;
    padding: 20px 20px 20px 0;
    max-width: 780px;
    width: 100%;
    height: 280px;
}

.list-testimonial-content {
    display: table-cell;
    vertical-align: middle;
}

.list-testimonial-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.list-testimonial-image a {
    width: 100%;
}

.list-testimonial-content a.readmore {
	margin-bottom: 0;
}

.odd-style {
    background: #C6DBE8;
}

.odd-style .list-testimonial-image img{
    float: right;
}

.even-style .list-testimonial-image {
    left: 0;
}

.even-style .list-testimonial-container {
    float: right;
}

.list-testimonial-wrapper .testimonial-full-width {
    max-width: inherit;
    width: 100%;
}

.load-con {
    text-align: center;
}

a.load-more {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #000002;
    color: #000002;
    padding: 8px 20px;
    border-radius: 10px;
    display: inline-block;
}

a.load-more:hover {
    border: 3px solid #1577b7;
    color: #1577b7;
}

.position-initial {
	position: initial;
}

.position-inherit {
	position: inherit;
}


/*--------------------------------------------------------------
# Latest Testimonial Section
--------------------------------------------------------------*/
.latest-testimonial-section {
    width: 100%;
    min-height: 280px;
    background: #C6DBE8;
    position: relative;
}

.latest-testimonial-image {
    width: 30%;
    position: absolute;
    right: 0;
    max-height: 280px;
    overflow: hidden;
    height: 100%;
}

.latest-testimonial-image img{
    max-width: initial;
    height: 100%;
    width: initial;
}

.latest-testimonial-container {
    float: left;
    display: table;
    vertical-align: middle;
    min-height: 280px;
    width: 70%;
    padding: 20px 20px 20px 0;
    max-width: 820px;
    height: 280px;
}

.testimonial-full-width {
	width: 100%;
	max-width: 100%;
}

.latest-testimonial-content {
    display: table-cell;
    vertical-align: middle;
}

.latest-testimonial-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.latest-testimonial-image a{
    width: 100%;
}

a.view-more {
    color: #3E3C3C;
    font-weight: bold;
    text-decoration: underline;
    font-size: 21px;
}

a.view-more:hover {
    color:#006FB3;
}


/*--------------------------------------------------------------
# Blogs Section
--------------------------------------------------------------*/

section.blog-container {
    padding: 40px 0 20px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.blog-container span.latest-blog  {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 28px;
    display: block;
}

.blog-container span.blog-title {
    font-size: 24px;
    font-weight: bold;
}

.blog-container a.see-all {
	border-left: 3px solid #000;
    padding-left: 10px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Appointment Section
--------------------------------------------------------------*/

section.appointment-container {
	background: #D4D4D4;
    padding: 40px;
    margin-bottom: 20px;
}

section.appointment-container .text-content {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    text-align: center;
}

/*--------------------------------------------------------------
# Ebook Fullwidth Section
--------------------------------------------------------------*/

.ebook-fullwidth-container {
    background: #ECEBEB;
    margin-bottom: 20px;
    padding: 20px 0;
}

.ebook-fullwidth-container .ebook-services {
	background: none;
}

.ebook-fullwidth-container .ebook-right-top {
	width: 24%;
	text-align: right;
}

.ebook-fullwidth-container .ebook-title1{
	display: none;
}

.ebook-fullwidth-container .ebook-title2{
	display: block;
	text-align: left;
}

.ebook-fullwidth-container .ebook-input {
    max-width: 380px;
    width: 100%;
}

.ebook-fullwidth-container .ebook-input input[type='text'],
.ebook-fullwidth-container .ebook-input input[type='email']{
    border: 1px solid #E6E6E6;
    margin-bottom: 5px;
    padding: 5px 0;
}

/*--------------------------------------------------------------
# Innerpage
--------------------------------------------------------------*/
.site-main {
    background-color: #fff;
    padding: 15px 0 30px;
}

.page-template-front-page-template .site-main {
    padding: 0;
}

header.entry-header h2{
	margin-bottom: 0;
}

aside.widget-area {
    padding: 20px;
}

header.entry-header {
	padding: 0;
	margin-bottom: 20px;
}

.separator-right {
	border-right: 2px solid #E8E8E8;
}

.site-main article{
	margin-right: 20px;
}

.blog .site-main article,
.search .site-main article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.content {
	min-height: 200px;
}

.content .entry-content span {
	display:  initial;
}

a.phone {
	display: inline-block;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.bread-crumbs {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #898989;
}

.bread-crumbs a{
    color: #898989;
}

.bread-crumbs a:hover{
	color: #337ab7;
}

.bread-crumbs span.current{
    /*padding-left: 5px;*/
    display: initial;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.single-banner {
	position: relative;
}

.single-banner img {
	width: 100%;
}

.title-container {
    position: absolute;
    width: 100%;
    background: rgba(256,256,256,.5);
    bottom: 0;
    padding: 20px 0;
    z-index: 99;
}

.title-container h1,
.title-container h2{
    margin-bottom: 0 ;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services-section {
	margin-bottom: 20px;
}

.service-list-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.service-list-inner ul li {
	display: inline-block;
    width: 24.7%;
    margin-bottom: 3px;
}

.service-list-inner a {
	display: block;
	position: relative;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

.service-list-inner ul li a:after {
	/*content: '';*/
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 70px;
	opacity: .3;
}

.service-list-inner ul li:hover a:after {
	max-height: 100%;

}

.service-list-inner ul li .outer-con {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
    min-height: 75px;
    height: 100%;
}

.service-list-inner ul li:hover .outer-con {
    min-height: 100%;
}

.service-list-inner ul li:hover .service-title {
	height: 100%;
}

.service-list-inner ul li .service-title {
	padding: 0 10px;
    height: 74px;
    vertical-align: baseline;
    display: table;
    width: 100%;
    position: absolute;
	bottom: 0%;
	background: rgba(0,0,0,.4);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.service-list-inner ul li .service-title span{
    vertical-align: middle;
    display: table-cell;
}

.service-list-inner ul li .single-inner img {
	width: 100%;
}

/*--------------------------------------------------------------
# Single Service Page
--------------------------------------------------------------*/
ul.service-q {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

ul.service-q li a.service-item {
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

ul.service-q li a.sec-icon-q:after {
    content: "\f059";
    font-family: fontawesome;
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.blog-container header{
	padding-top: 0;
}

span.entry-title a{
	font-size: 30px;
    font-weight: normal;
}

.entry-meta .posted-on{
	margin-bottom: 10px;
}

.listing article {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #BDBEC0;
}

.listing article:last-child {
	border-bottom: 0 !important;
}

.listing article p {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.screen-reader-text {
	display: none;
}

nav.pagination .nav-links:before {
	content:'PAGE: ';
	margin-right: 10px;
}

.nav-links {
	font-size: 26px;
	font-weight: normal;
}

.nav-links span.current {
    padding: 0 2px;
}

.nav-links a {
    color: #BDBEC0;
    padding: 0 2px;
}

.nav-links a:hover {
    color: #1577b7;
}

/*--------------------------------------------------------------
# Meet the Team/Doctors/Staff
--------------------------------------------------------------*/
.circle {
    border-radius: 50%;
}

.team-img {
    width: 100%;
}

.team-container {
    margin-bottom: 20px;
}

.team-container:last-child {
    border-bottom: 0;
}

.team-container span.team-department {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    color: #2E2E2F;
    padding: 20px;
    background: #EAEDF1;
}

.team-container .row {
    margin-right: 0;
    margin-left: 0;
}

.team-container .img-container {
    padding: 0;
    width: 35%;
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    min-width: 200px;
}

.team-container .img-container img {
    width: 100%;
}

.team-container .team-title {
    display: block;
    font-size: 29px;
    margin-bottom: 5px;
    line-height: 31px;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.team-position {
    text-transform: uppercase;
    display: block;
    padding: 0;
    font-size: 21px;
    font-weight: normal;
    color: #666667;
}

.team-container .team-bio {
    max-width: 64%;
    float: left;
}

.team-container .bio-details {
	margin-bottom: 10px;
}

.team-container .bio-details a{
	/*display: inline-block;*/
}

.team-video {
  display: block;
  position: relative;
  border-radius: 50%;
}

a.team-video:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  opacity: .2;
  background: #000;
  left: 0;
}

a.team-video img {
  vertical-align: middle;
  border: 2px solid #FFFFFF;
}

a.team-video .fa-play{
  position: absolute;
  color: #FFFFFF;
  opacity: 1;
  z-index: 9;
  font-size: 29px;
  right: 3px;
  bottom: 12px;
  background: #737374;
  padding: 12px 13px 11px 17px;
  border-radius: 50%;
}

a.team-video .fa-play-circle {
	opacity: 1;
	z-index: 9;
	color: #ffffff;
	position: absolute;
	font-size: 51px;
	bottom: 10px;
	right: 11px;
	z-index: 999;
}

a.team-video:hover .fa-play-circle{
    color: #961717;
}


a.team-video:hover .fa-play{
  background: #9A3232;
}

a.team-video:hover .fa-play{
  background: #9A3232;
}

.team-container .text-container{
    margin-bottom: 20px;
    border-bottom: 1px dashed #CACACA;
}

.doctor-location {
	display: block;
}

.no-image .team-bio {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Single Doctor
--------------------------------------------------------------*/
.single-team a.team-video,
.single-team img {
    float: left;
    margin-right: 20px;
    max-width: 214px;
}

.single-team a.team-video {
    max-width: 214px;
}

.single-team a.popup-video {
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-team a.popup-video img {
    max-width: 100%;
}

.doctor-location {
    font-weight: normal;
    font-size: 21px;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-team img.fimg {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.single-team a.popup-video img {
	margin: 0;
}

/*--------------------------------------------------------------
# Smile Gallery
--------------------------------------------------------------*/
.smile-con {
	width: 48%;
	display: inline-block;
	/*margin-bottom: 9px;*/
	margin-right: 2%;
	float: left;
    margin-bottom: 20px;
    
}

.smile-con .fa {
	position: absolute;
	z-index: 99;
    background: #4C4C5A;
	padding: 10px 12px;
	color: #fff;
	left: 50%;
	margin-top: -25px;
	margin-left: -24px;
	top: -50%;
	font-size: 28px;
}

.smile-con .gallery-single-outer {
	float: left;
	width: 100%;
	background: none !important;
	position: relative;
	overflow: hidden;
}

.smile-content-text {
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    float: left;
    max-height: 200px;
    overflow: auto;
}

.gallery-image:before {
  content: '';
  background: #fff;
  z-index: 9;
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.gallery-single {
  overflow: hidden;
}

.open-popup-link:hover .gallery-image:before,
.group-gallery:hover .gallery-image:before {
  opacity: .6;
}

.open-popup-link:hover .fa,
.group-gallery:hover .fa {
  top: 50%;
}

.smile-con .smile-title {
	display: block;
	background-color: #4C4C5A;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	color: #fff;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.smile-gallery-content .smile-con .smile-title {
	display: block;
}

.mfp-content .gallery-single-outer:hover {
  background: none;
}

.smile-popup .mfp-close {
    color: #fff;
    top: -40px;
    right: -14px;
}

.smile-con p {
  margin-bottom: 0;
}

.gallery-single {
    float: left;
    position: relative;
    width: 49.5%;
}
.gallery-single.after{
  width: 49.5%;
  float:right;
}
.gallery-image {
    float: left;
    width: 100%;
}
.gallery-image img{
  float: left;
    width:100%;
}
.gallery-head {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    background: #7f564b;
    margin-top: -42px;
  opacity: 0.7;
    position: absolute;
    bottom: 0;
}
.gallery-list ul li:hover{
    border: 5px solid #99b2b7;
}
.gallery-single-outer:hover{
  background:#99b2b7;
}
.gallery-single.after .gallery-head{
  background:#1c0c07;
}

.gallery-single-outer.smile-popup{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

.mfp-close {
  /*  position: absolute;
    top: 34px !important;
    color: #fff !important;*/
}


/*--------------------------------------------------------------
# Featured Smile
--------------------------------------------------------------*/
.featured-smile-container {
    width: 100%;
    min-height: 280px;
    margin-bottom: 20px;
}

.featured-smile {
    position: absolute;
    width: 100%;
    left: 0;
    background: #C6DBE8;
}

.featured-smile-item {
    max-width: 1600px;
    margin: 0 auto;
}

.featured-smile-container .smile-con{
    max-width: 100%;
    float: left;
}

.featured-smile-container .smile-container{
    text-align: left;
    min-height: 267px;
    height: 267px;
}

.smile-image {
    float: left;
    width: 30%;
}

.smile-image {
    overflow: hidden;
}

.smile-image img {
    height: 100%;
    width: initial;
    max-width: initial;
    max-height: 267px;
}

.smile-container {
    float: left;
    display: table;
    vertical-align: middle;
    min-height: 280px;
    width: 70%;
    padding: 20px 20px 20px 40px;
    max-width: 820px;
    height: 280px;
}

.smile-content {
    display: table-cell;
    vertical-align: middle;
}

.smile-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.smile-gallery-content {
    text-align: center;
}

.smile-con {
    width: 100%;
    max-width: 310px;
    float: none;
}

.featured-smile-container .smile-title {
    text-transform: uppercase;
    display: block;
}

.height20 {
    height: 20px;
}

a.view-more {
    color: #18639a;
}

a.view-more:hover {
    color:#01BEE4;
}

.smile-image .smile-con {
    margin: 0;
    width: 100%;
}


/*--------------------------------------------------------------
# Tour our Office
--------------------------------------------------------------*/
.office-picture-container {
    text-align: center;
}

.office-photo {
    max-width: 32%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.office-photo a{
  	display: block;
  	margin-bottom: 3px;
}

.office-photo a:before {
	background: #FFFFFF;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.office-photo img,
.office-photo img:hover {
    width: 100%;
    display: block;
}

.office-photo i.fa {
	position: absolute;
	color: #FFFFFF;
	padding: 17px 18px;
	top: 50%;
	margin-top: -31px;
	left: 50%;
	margin-left: -33px;
	opacity: 0;
	z-index: 999;
	background: #1577b7;
	font-size: 28px;
}

.office-photo a:hover i.fa {
	opacity: 1;
}

.office-photo a:hover:before {
  	opacity: .7;
}

#office-slider {
    margin-bottom: 20px;
}

#office-slider .owl-controls{
    position: absolute;
    top: 50%;
    margin-top: -40px;
	width: 100%;
}

#office-slider .owl-controls .owl-nav {
	font-size: 0;
}

#office-slider .owl-controls .owl-prev {
    margin-left: 20px;
    z-index: 999;
    position: absolute;
}

#office-slider .owl-controls .owl-next {
    margin-right: 20px;
    z-index: 999;
    position: absolute;
    right: 0;
}


/*--------------------------------------------------------------
# WP Gallery
--------------------------------------------------------------*/
.gallery .gallery-item a:after {
    background: #FFFFFF;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
}

.gallery .gallery-item a:hover:after {
    opacity: .7;
}


.gallery-item a{
	position: relative;
	display: block;
}

.gallery-item a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f00e";
	position: absolute;
    color: #FFFFFF;
    padding: 17px 18px;
    top: 50%;
    margin-top: -31px;
    left: 50%;
    margin-left: -33px;
    opacity: 0;
    z-index: 999;
    background: #1577b7;
    font-size: 28px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-item:hover a:before {
	opacity: 1;
}

/*--------------------------------------------------------------
# FeedBack
--------------------------------------------------------------*/
.feedback-content p {
  margin-bottom: 10px;
}
.feedback-content ul {
    margin-bottom: 0;
}
.feeback-content ul {
    margin-bottom: 20px;
    list-style: none;
}
.feedback-content ul li {
    display: inline-block;
}

.feedback-content img {
    border:0;
    width: initial;
} 


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
ul.faq-list li {
  list-style: none;

}

ul.faq-list {
    padding-left: 0;
    margin-left: 0;
}

ul.list-question {
    margin-left: 0;
    font-size: 21px;
    margin-bottom: 30px;
}

.answer-con {
	clear: both;
}

.list-question li a{
	/*text-decoration: underline;*/
}

.question-title {
  	display: block;
  	font-size: 21px;
}

.question-title span.qw,
.question-title span.q  {
    display: inline-block;
    float: left;
    color: #1577b7;
}

.question-title span.q {
    margin-right: 10px;
}

.question-title span.qw {
    width: 94%;
}

.ans {
	float: left;
	margin: 0 10px 0 0;
	font-size: 21px;
    line-height: 25px;
}


/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.page-not-found{
    text-align: center;
    min-height: 390px;
    padding: 50px 0;
}

.page-not-found h1 {
    font-size: 135px;
    font-weight: bold;
}


/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.cd-top {
    position: fixed;
    border-radius: 50%;
    bottom: 40px;
    vertical-align: middle;
    right: 35px;
    overflow: hidden;
    white-space: nowrap;
 /*   background: rgb(96, 109, 25) no-repeat center 50%;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    color: #FFFFFF;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    background: #252525;
	width: 65px;
    height: 65px;
    text-align: center;
    padding: 11px;
    font-size: 40px;
}

.cd-top:hover,.cd-top:active,.cd-top:focus {
	color: #fff;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: .8;
}

.cd-top.cd-is-visible:hover {
  opacity: .9;
}

.cd-top.cd-fade-out {
  opacity: .8;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
    z-index: 2;
}

/*--- Social Icons ---*/
.col-md-3.social-media {
    padding: 0;
}
.social-container {
	margin-bottom: 20px;
    background: #D4D4D4;
    padding: 40px 0 20px;
}

ul.social-icons{
    width: 100%;
    margin: 0 0 10px 20px;
    list-style-type: none;
    padding: 0;
}

ul.social-icons li{
  display: inline-block;
  vertical-align: middle;
}

.social-icons .fa {
    padding: 3px 60px;
    background-color: transparent;
    vertical-align: top;
    text-align: center;
    color: #fff;
}
.social-icons .fa:first-child {
    padding-left: 0;
}

.social-icons .fa-custom {
    height: 49px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 73%;
}

.social-icons .fa-youtube {
    padding: 11px 6px 11px;
    font-size: 25px;
}

.social-icons .fa:hover {
    color: #1577b7;
}

/* .social-icons .fa-facebook{
    padding: 9px 10px 0 17px;
    font-size: 37px;
}

.social-icons .fa-linkedin {
    padding: 7px 10px;
    font-size: 33px;
}

.social-icons .fa-twitter {
    padding: 5px 5px;
    font-size: 42px;
} */

.social-icons .fa-google-plus {
    padding: 12px 6px 1px;
    font-size: 28px;
}

.social-icons .fa-yahoo {
    padding: 12px;
    font-size: 24px;
}

.social-icons .fa-yelp {
    padding: 10px 10px;
    font-size: 31px;
}

.social-icons .fa-bing {
    background-image: url("images/social-icon/bing.png");
}

.social-icons .fa-bing:hover {
    background-image: url("images/social-icon/bing-hover.png");
}

.social-icons .fa-yp {
    background-image: url("images/social-icon/yp.png");
}

.social-icons .fa-yp:hover {
    background-image: url("images/social-icon/yp-hover.png");
}

.social-icons .fa-manta {
    background-image: url("images/social-icon/manta.png");
}

.social-icons .fa-manta:hover {
    background-image: url("images/social-icon/manta-hover.png");
}


/*--- Rating ---*/

.rating {
    direction: rtl;
    margin-right: 2px;
    display: block;
    text-align: center;
    margin-top: 3px;
    display: inline-block;
    margin-left: 14px;
}

.rating a{
    color: #E3AC45 !important;
    font-size: 21px;
}

.rating > a {
  display: inline-block;
  position: relative;
  color: #F2D8A7 !important;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  text-decoration: none;
  line-height: 34px;
  padding: 0;
  font-size: 44px;
}

.rating > a:before {
  content: "\f005";
  color: #252525;
}

.rating > a:hover:before {
    content: "\f005"; 
}

.rating > a:hover:before,
.rating > a:hover ~ a:before {
  content: "\f005";
  color:#E3AC45 !important;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.reviews-container {
	text-align: right;
}

.reviews {
    font-weight: bold;
    font-size: 24px;
}

.reviews a {
	padding-right: 10px;
    margin-right: 10px;
    border-right: 3px solid #000;
}

.site-info {
    padding: 25px 0 0;
    background: #262525;
    font-weight: normal;
}
.site-info .copyright {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
    color: #fff;
}

.is_stuck {
	-webkit-transform: none;
	overflow: auto;
}


/*--- Preloader ---*/
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

.preloader-wrapper.small {
    width: 30px;
    height: 30px;
    margin: 7px 0 6px;
    display: none;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.spinner-green, .spinner-green-only {
    border-color: #000002;
}


/*--------------------------------------------------------------
## Toggle Search Bar
--------------------------------------------------------------*/
.sec-navigation {
	position: relative;
}

.sec-search a{
	font-size: 0 !important;
    padding: 0 !important;
}

.sec-search a:before{
    content: "\f002";
    font: normal normal normal 24px/1 FontAwesome !important;
    color: #000;
    text-indent: 0 !important;
}

.sec-search {
	background: none !important;
}

.sec-search:hover a:before{
	color:#1577b7 !important;
}

.sec-search-wrapper {
    position: absolute;
    top: 64px;
    right: 0;
    background: #E8E8E8;
    z-index: 999;
    padding: 10px 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 15px;
}

/*--------------------------------------------------------------
## Anchor Scroll Down
--------------------------------------------------------------*/
.scrollto {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Link Format
--------------------------------------------------------------*/
.link-list {
	list-style: none;
	padding-left: 0;
}

.link-list li i{
	margin-right: 5px;
}

.link-list li a {
	font-weight: bold;
}

/*Schedule*/
ul.schedule {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
}

ul.schedule li:before {
    content: "\f017";
    font-family: fontawesome;
    font-size:  14px;
    margin-right: 10px;
}

section.block-container.-about {
	position: relative;
    text-align: center;
    padding: 40px 0;
}
section.block-container.-about p,
.content p,
.content li {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #676767;
    line-height: 30px;
    margin-bottom: 30px;
}
.content li {
    margin-bottom: 0;
}
.block-container.-about h3,
.content .entry-title {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #0096e3;
}
.blog .content h1 {
    text-transform: none;
}
.content h1,
.content h2 {
    margin-top: 15px;
}
.entry-content h2,
.entry-content h3 {
    margin-bottom: 10px;
    font-size: 2.125em;
}
.entry-content h3 {
    font-size: 1.563em;
}
.entry-content p,
.entry-content li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #191919;
}
.entry-content li {
    margin-bottom: 0;
}
.entry-content table {
    margin-bottom: 10px;
}
.entry-content td {
    vertical-align: top;
    padding: 0 10px;
}
.entry-content a,
.widget li > a {
    color: #247dd8;
}
.blog .content h2,
.search .content h2,
.archive .content h2 {
    margin-bottom: 0;
    text-align: left;
    font-size:30px;
}
.entry-content .meta-data,
.widget .post-date {
    color: #999;
}


.block-container.-focus ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-container.-focus li {
    list-style: none;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
span.focus-title {
    display: block;
    clear: both;
    padding-top: 30px;
}
.focus-title a {    
    color: #0096e3;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.block-container.-focus h3 {
    margin-bottom: 26px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #0096e3;
}
section.block-container.-focus {
	position: relative;
}
.bizgrowth-container {
	position: relative;
    background-color: #fff;
    background-image: url(images/bizgrowth-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ebay {
    background: url(images/sprite.png) -3px -35px;
    width: 130px;
    height: 65px;
}
.shopify {
    background: url(images/sprite.png) -215px -35px;
    width: 150px;
    height: 65px;
}
.rakuten {
    background: url(images/sprite.png) -448px -35px;
    width: 215px;
    height: 65px;
}
.magento {
    background: url(images/sprite.png) -720px -40px;
    width: 200px;
    height: 65px;
}
.trademe {
    background: url(images/sprite.png) -950px -40px;
    width: 220px;
    height: 65px;
}
.etsy {
    background: url(images/sprite.png) -148px -123px;
    width: 100px;
    height: 65px;
}
.newegg {
    background: url(images/sprite.png) -355px -125px;
    width: 130px;
    height: 65px;
}
.sears {
    background: url(images/sprite.png) -625px -125px;
    width: 115px;
    height: 65px;
}
.overstock {
    background: url(images/sprite.png) -840px -125px;
    width: 185px;
    height: 65px;
}
.shopify.wpadding {
    margin: 0 50px 0 50px;
}
.wpadding {
    margin: 0 50px 0 0;
}
.withpadding {
    margin: 20px 50px 0;
}
.focus-logos div {
    display: inline-block;
    text-align: center;
}
.focus-logos {
    text-align: center;
    margin: 0 auto;
}
.bizgrowth-container h3 {
    margin-top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: normal;
    color: #fff;
}
.bizgrowth-container h3 > em {
    font-size: 42px;
    font-weight: 700;
}
.bizgrowth-div1 {
    display: inline-block;
    width: 29%;
    float: left;
    text-align: center;
}
.bizgrowth-div2 {
    display: inline-block;
    width: 70%;
    float: right;
    text-align: right;
}
.bizgrowth-div1 p, .bizgrowth-group-even .bizgrowth-div2 p {
    color: #676767;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.bizgrowth-group-odd, .bizgrowth-group-even {
    display: table;
    height: 100%;
    clear: both;
    width: 100%;
}
.bizgrowth-group-odd .bizgrowth-div1 {
    display: table;
    width: 29%;
    float: left;
    text-align: center;
    height: 100%;
    min-height: 450px;
}
.bizgrowth-group-odd .bizgrowth-div2 {
    display: inline-block;
    width: 70%;
    float: right;
    text-align: right;
}
.bizgrowth-group-odd .bizgrowth-div1 .wrapper,.bizgrowth-group-even .bizgrowth-div2 .wrapper {
    display: table-cell;
    vertical-align: middle;
}
.bizgrowth-group-even .bizgrowth-div2 {
    display: table;
    width: 29%;
    float: left;
    text-align: center;
    height: 100%;
    min-height: 450px;
}
.bizgrowth-group-even .bizgrowth-div1 {
    display: inline-block;
    width: 64%;
    float: left;
    text-align: left;
}
.bizgrowth-group-even {
    padding: 120px 0;
}
.bizgrowth-group-odd.first {
    padding: 80px 0;
}

.bizgrowth-group-odd .wrapper {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.bizgrowth-group-odd .wrapper li {
    text-align: center;
}
.bizgrowth-group-odd .wrapper img {
    margin-bottom: 40px;
}
.bizgrowth-group-odd .wrapper p {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.testi-slider-desc {
    margin-top: 10px;
    display: inline-block;
    max-width: 870px;
}
.testi-slider-img {
    width: 160px;
    display: inline-block;
}
.testi-slider-img img {
    border-radius: 50%;
}
.owl-dot span {
    background: #3895c3;
    border: 1px solid #3895c3;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.owl-dot.active span {
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.testi-slider-desc .testi-content-middle {
    display: table-cell;
    vertical-align: middle;
	background-image: url('images/quote.png');
    background-repeat: no-repeat;
}
.testimonial-slider-container {
    text-align: center;
}
.testimonial-section h4.line, .media-section h4.line {
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #0096e3;
}
section.testimonial-container {
    background: #fff;
    position: relative;
}
.owl-dot {
    display: inline;
    padding: 5px;
}
.testi-content-middle p {
    color: #393737;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: normal;
}
.testi-content-middle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    color: #7d7a7a;
}
.container.testimonial-section {
    padding: 70px 0;
}
.media-section section.testimonial-slider-container {
    margin-bottom: 100px;
}
/* section.testimonial-container:before {
    content: '';
    background: url(images/testi-section-top.png);
    position: absolute;
    height: 180px;
    width: 100%;
    top: -120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
} */

.join-div-1 {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.join-div-left {
    display: inline-block;
    width: 49%;
}
.join-div-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
}
.join-div-1 h3, .join-div-2 h3 {
    font-size: 55px;
    color: #0096e3;
/*     margin-bottom: 27px; */
	margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	line-height: .8;
}
.join-div-1, .join-div-2 {
    min-height: 530px;
}
.join-div-left, join-div-right {
    min-height: 530px;
}
.join-div-left .wrapper {
    float: left;
}
.join-div-left .wrapper, .join-div-right .wrapper {
    min-height: 530px;
    display: table;
}
.join-div-left .inner-wrapper, .join-div-right .inner-wrapper {
    min-height: 530px;
    display: table-cell;
    vertical-align: middle;
}
.join-div-right img {
    float: right;
}
.join-div-right .wrapper {
    float: right;
}
section.join-container {
	position: relative;
    padding: 150px 0;
    background-color: #fff;
    background-image: url('images/joinourteam.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
section.contact-container {
	padding-top: 80px;
	padding-bottom: 40px;
    background: url(images/form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
/*     background-position: 100% 100%; */
}
.contact-container .title {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.contact-container label {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
    color: #fff;
}
.contact-container input {
	background: transparent;
    border: none;
    border-bottom: 1px #fff solid;
	max-width: initial;
    color: #fff;
}
.contact-container .name,
.contact-container .email {
    display: inline-block;
}
.contact-container .name {
    width: 49%;
}
.contact-container .email {
	width: 50%;
}
.contact-container .name input {
	width: 90%;
}
.contact-container .wpcf7-textarea {
    padding-left: 10px;
    background: transparent;    
    background-image: -moz-linear-gradient(top , transparent, transparent 49px,#E7EFF8 0px); 
    background-image: -webkit-linear-gradient(top , transparent, transparent 49px,#E7EFF8 0);
    -webkit-background-size:  100% 50px;
    background-size: 100% 50px;
    border: none;
    border-bottom: 1px solid #fff;
	max-width: initial;
    height: 100px;
    text-indent: 0;
    line-height: 50px;
	letter-spacing: 1px;
    color: #fff;
    resize: none;
}
.contact-container .wpcf7-form-control-wrap {
	width: 100%;
}
.contact-container .submit {
	display: inline-block;
	padding: 16px 58px 16px 78px;
    border: 2px solid #fff;
    border-radius: 30px;
}
.contact-container .submit input {
	padding: 0;
	border-bottom: none;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-container input {
	letter-spacing: 1px;
}
.contact-container .submit input {
	letter-spacing: 2px;
}
.footer-col .menu {
    padding-left: 0;
}
.footer-col .menu li {
    display: block;
    text-align: left;
}
.footer-col .menu li a {
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #c7bcbc;
    font-weight: bold;
	letter-spacing: 1px;
}
.footer-top-container h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    color: #676767;
    display: table;
    padding-bottom: 10px;
    border-bottom: 2px solid #676767;
    letter-spacing: 2px;
}
.let-connect li,
.let-connect li a,
.job-alt li,
.job-alt li a {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #c7bcbc;
}
.let-connect, .job-alt {
    padding-left: 0;
    margin-left: 0;
}
.let-connect li {
    font-size: 14px;
}
.job-alt li, .job-alt li a {
    font-size: 14px;
	letter-spacing: 1px;
}
section.footer-top-container {
    padding: 40px 0 20px;
    background-color: #2f2f2f;
}
.job-alt li {
    margin-bottom: 12px;
}
.job-alt-icon {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.job-alt-icon .fa {
    border: 1px solid #676767;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    border-radius: 50%;
}
.job-alt-link {
    display: inline-block;
    width: 88%;
}
.let-connect li {
    padding-bottom: 12px;
}
.footer-top-container h4.job-alt-h4 {
    padding-bottom: 30px;
}
.site-info .col-md-6 {
    padding: 0;
}
.site-info .col-md-6 p, .site-info .col-md-6 a {
    color: #fff;
}



/* Diamonds */
.diamond {
	position: absolute;
}

#banner-container .diamond {
	bottom: 180px;
	right: 0;
	width: 175px;
	height: 317px;
	background-image: url('images/diamonds/1.png');
}
#banner-container {
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.home.page-template #banner-container {
    position: relative;
}
.banner-overlay {
    z-index: 2;
    width: 100%;
}
.block-container.-about .diamond:first-child {
	top: -109px;
	width: 255px;
	height: 317px;
	background-image: url('images/diamonds/2.png');
}
.block-container.-about .diamond:last-child {
	right: 0;
	bottom: 25px;
	width: 251px;
	height: 301px;
	background-image: url('images/diamonds/3.png');
}

/* 2019 Redesign */
a.red {
    color: #e50000;
}

.join-container .inner-wrapper {
    text-align: center;
}
.join-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}
.join-container span {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.join-container .button {
    display: block;
    padding: 5px 0;
    margin: 25px auto 0;
    width: 256px;
    border: 3px solid #fff;
    border-radius: 27px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.join-container .button:hover {
    background: #fff;
    color: #0096e3;
}

#snazzy-maps {
    max-width: 1920px;
    height: 450px;
}

.wpls-logo-showcase .slick-dots {
    display: none !important;
}
.wpls-logo-showcase button {
    width: 18px !important;
    height: 22px !important;
}
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus {
    background: url('images/prev-btn.png') center center no-repeat !important;
    background-size: 18px 22px !important;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active,
.wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus {
    background: url('images/next-btn.png') center center no-repeat !important;
    background-size: 18px 22px !important;
}

.block-container {
    background-color: #fff;
}
.block-container.-fslider {
    padding: 63px 0 46px;
    background-color: #f3f3f3;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-col .title {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #00ccff;
}
.footer-col .copy {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.footer-col .button,
.entry-content .button {
    display: inline-block;
    padding: 6px 0;
    border-radius: 20px;
    width: 188px;
    background-image: -moz-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: none;
}
.footer-col .button:hover {
    background: rgb(10,144,251);
}

.site-header.myfixed {
    padding-top: 25px;
}

.site-header.myfixed .header-wrapper {
    margin-bottom: 0;
}
#mysticky-nav.wrapfixed{
	background:none !important;
}
#mysticky-nav #masthead.myfixed { 
    background: rgba(0,0,0,0.8);
}

.header-slider,
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-slider {
    list-style-type: none;
}
.header-background {
    height: 100%;
}

#map-otc:hover,
#map-ortigas:hover,
#map-metrowalk:hover {
    cursor: pointer;
}

.ngg-gallery-thumbnail-box {
    margin: 10px;
    box-shadow: 0px 0px 15px #ccc;
}
.ngg-galleryoverview {
    margin-top: 0!important;
    margin-bottom: 0!important;
}


@media only screen and (max-width: 991px) {
    .footer-col {
        margin-bottom: 20px;
    }

    ul.social-icons {
        margin-top: 15px;
    }

    ul.social-icons li {
        margin: 0 50px;
    }
}
/* INTG Styling */
.page-template-contactus-template ul {
    list-style: none;
    padding: 0px;
}
.page-template-contactus-template ul.phone-numbers li {
    font-size: 18px !important;
}
.page-template-contactus-template ul.phone-numbers li img{
    width: 35px !important;
    height: 35px !important;
}
.block-container.-about .diamond:first-child{ left:-5%;}
.home .header-overlay-background{
    margin-bottom:50px;
}
.header-overlay-background .header-background img{
    width:100%;
}
@media (max-width: 1199.98px) {
    
}
@media (max-width: 767.98px) {
    .home.page-template .banner-container h1 {text-align: center;}
    ul, ol {margin-left: 10px; padding-left: 10px;}
    .header-overlay-background .header-background img{height: 100%;  object-fit: cover;}
}

@media (max-width: 575.98px) {
 .page-template #banner-container, .page-template-default #banner-container,
 .post-template-default #banner-container, .blog #banner-container {
     position: relative;}
 .banner-container a{ padding: 10px 25px; width: auto;}
 .join-container h3{ font-size:36px;}
 .join-container .button {display: table; padding: 5px 20px; width: auto; font-size: 16px;}
 .footer-col .title{ font-size:30px;}
}


div#footer {
    display: none;
}
.-margintop {
    margin-top: 15px;
}

.-marginbottom {
    margin-bottom: 30px;
}
.-center {
    text-align: center;
}

.careers-page .row {
    margin-bottom: 40px;
}
.careers-page h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: 400;
}
.careers-page h2:after {
    content: '';
    display: block;
    position: relative;
    top: 20px;
    margin: 0 auto;
    border: 1px solid;
    width: 300px;
}
.careers-page .col-md-3 {
    padding-right: 0;
}
.careers-page .col-md-9 {
    padding-left: 0;
}
.careers-page .lead {
    font-size: 2.6rem
}
.careers-page .col-md-4 {
    margin-bottom: 40px;
}
.careers-page .col-md-4 img {
    border-color: #e2e2e2;
    background: rgba(255,255,255,.4);
    box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
    transition: all .5s ease-out;
}
.careers-page .col-md-4 img:hover {
    position: relative;
    top: -5px;
}
.careers-page .answer {
    font-style: italic;
}

.formUILP form {
    background: #f4f3f3;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    margin-bottom:20px;
}

.formUILP h2 {
    font-size:20px;
    font-weight: 700;
}


.formUILP form h2 {
   font-size:30px;
    margin: 0;
}

.formUILP form p {
    font-weight: 500;
    line-height: 20px;
}

.formUILP a{
   color:#247dd8;
}

.formUILP form input[type="checkbox"]{
    margin-right: 5px;
    top: 1px;
    position: relative;
}
.formUILP form input[type="submit"], .contact-panel .btn{
    border-radius: 50px;
    background-image: -moz-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -webkit-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: -ms-linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    background-image: linear-gradient( 14deg, rgb(10,144,251) 0%, rgb(0,190,238) 100%);
    transition: none;
    border: none;
    color: #fff;
    margin: 15px auto 0;
    display: table;
    padding: 8px 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-panel .btn{
	margin:10px 0 0;
	padding:10px 20px;
}
.contact-panel .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin: 20px 0;
    align-items: center;
}
.contact-panel .row .col-md-5{
	background: #f1f1f1;
    padding:25px 25px 0;
}
.contact-panel .row .col-md-5 .wpcf7-form-control-wrap{
	width:100%;
}
.contact-panel .row .col-md-5 p{ margin:0;}
.contact-panel .row .col-md-7 h4{
	color:#0096e3;
	font-weight:700;
	margin-bottom:6px;
}
@media (max-width: 575.98px) {
.contact-panel .row .col-md-7{
	text-align:center; width:100%; margin-top:15px;
}
.contact-panel .row .col-md-5{
	order:2; width:100%;
}
}

/* Banner Image - Contact Form */
.service-hero-banner-section { 
    padding-top: 152px;
    padding-bottom: 40px;;
    margin-top: -102px;
    background:#e8ecf1
}
.service-hero-banner-section h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}
.service-hero-banner-section h1 span{
    display:block; 
    font-weight: 400;
    }
.hero-banner-container {
    max-width:446px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    box-shadow: 10px 10px 42.3px 0 rgba(160, 160, 160, 0.20);
    margin-left: auto;
}
.hero-banner-container h3 {
    font-size:24px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height:32px;
    color:#212121;
    padding-bottom:15px;
    border-bottom:1px solid #EEE9E9;
    margin:0 0 15px 0;
}
.hero-banner-container .input-group{
    width: 100%;
}
.hero-banner-container .input-group label {
    color: #374151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px;
    position: relative;
    margin-top: 8px;
}
.hero-banner-container .input-group .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(180deg, #07B2F2 0%, #079BF8 100%);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.30), 0 4px 6px -4px rgba(99, 102, 241, 0.30);
    color: #FFFF;
}
.hero-banner-container .input-group input, .hero-banner-container .input-group textarea{
    border-radius: 10px!important;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    padding: 12px 12px 12px 33px;
    color: #9CA3AF;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 3px;
    height: 46px;
    display: block;
    width: 100%;
    background-color: #F9FAFB;
}
.hero-banner-container .input-group span, .hero-banner-container .input-group span { 
    width:100%;
    }
.hero-banner-container .input-group.banner-contact-name input{
    background-image: url(/wp-content/themes/2ndoffice/images/contact-form-icons/name.svg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}
.hero-banner-container .input-group.banner-contact-email input{
    background-image: url(/wp-content/themes/2ndoffice/images/contact-form-icons/mail.svg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}
.hero-banner-container .input-group.banner-contact-phone input{
    background-image: url(/wp-content/themes/2ndoffice/images/contact-form-icons/phone.svg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}
.hero-banner-container .input-group.banner-contact-message textarea{
    background-image: url(/wp-content/themes/2ndoffice/images/contact-form-icons/msg.svg);
    background-repeat: no-repeat;
    background-position-y: 14px;
    background-position-x: 10px;
    height:75px;
}
.hero-banner-container .input-group p {
    margin-bottom: 0;
}
.page-id-2720 .header-overlay-background.header-wrap {
    min-height: auto;
}
.hero-banner-container .input-group label {
    text-transform: capitalize;
}
.page-id-2720 .banner-container {
    display: none;
}
.hero-banner-container .input-group .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 10px;
    font-weight: normal;
    display: block;
    line-height: 10px;
}
.service-hero-banner-section .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    max-width: 446px;
}
.page-id-2720 .header-overlay-background, .page-id-2720 .header-background{
    position:inherit;
    background: linear-gradient(90deg, rgb(215 222 229) 0%, rgba(254, 254, 254, 1) 50%);
}
.hero-banner-container .input-group .main-cf7-captcha #image-captcha-cf7 {
    float: left;
    max-width: 140px;
    margin-top: 5px;
}
.hero-banner-container .input-group #reload_captcha {
    height: 40px;
    width: 40px;
    border: 1px solid #e5e7eb;
}
.input-group.banner-contact-captcha #image-captcha-cf7 {
    width: 140px;
    height: 40px;
}
.input-group.banner-contact-captcha .main-cf7-captcha {
    width: 48%;
    float: left;
    margin-right: 12px;
}
.hero-banner-container .input-group input::placeholder, .hero-banner-container .input-group textarea::placeholder  { 
  color: #9CA3AF; 
  opacity: 1; 
}
.hero-banner-container .input-group.banner-contact-name textarea::-webkit-input-placeholder {
  color: #9CA3AF;
}
.hero-banner-container .input-group.banner-contact-name textarea:-ms-input-placeholder {
  color: #9CA3AF;
}
.hero-banner-container .input-group.banner-contact-name textarea::-ms-input-placeholder {
  color: #9CA3AF;
}
.input-group.banner-contact-captcha input{padding-left:0px}
.mobile-banner-img{display:none;}

.service-hero-banner-section .banner-img {
    margin-top: 90px;
}
 
@media (min-width: 320px) and (max-width: 1199px) {
    .input-group.banner-contact-captcha .main-cf7-captcha {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .hero-banner-container {
        margin-top:35px;
        margin-left: 0;
    }
    .service-hero-banner-section .banner-img {
        margin-top: 0px;
    }
    .service-hero-banner-section h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .mobile-banner-img{
        display: block !important;
    }
    .banner-img{
        display:none;
    }
}
/* Banner Image - Contact Form End*/

.wp-block-button.contact-us-cstm-btn a {
    background-color: #079BF8 !important;
    color: #fff !important;
}