
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-size: 1em;
    overflow-x: hidden;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p {
    line-height: 1.5em;
}

html,
button,
input,
select,
textarea {
    /*font-family: "Source Sans Pro", Helvetica, sans-serif;*/
}

body {
    color: var(--secondaryColor);
    line-height: 1.5;
    margin: 0;
    font-family: var(--primaryFontfamily);
    /* background-color: #f1f4f7; */
}

a {
    color: #276ad5;
    text-decoration: none;
}

a:visited {
    /*color: #ac0404;*/
}

a:focus {
    outline: thin dotted;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: #35b6c1;
    text-decoration: none;
}

.conn i.fa.fa-map.fa-position {
    top: 5px;
}

.conn i.fa.fa-envelope.fa-position {
    top: 3px;
}

.fec-ul {
    list-style-type: none;
    line-height: 38px;
    padding: 0 0 0 20px;
}

.fec-ul li {
    float: left;
    text-align: left;
    width: 33%;
    list-style-type: square;
}

.fec-ul span {
    margin-left: 0px;
    text-transform: capitalize;
    font-size: 15px;
}

.icn-clr1 {
    color: #000;
}

.feature-list {
    padding-bottom: 25px;
    display: inline-block;
}

.ti-eye:before {
    content: "\ f06e";
}

.ezeeimg {
    margin: 0px 23px 0px 0px;
}

.rdmore {
    display: inline-block;
    text-decoration: none;
    color: #276ad5;
    border: 1px solid #276ad5;
    font-weight: 600;
    background: #276ad5;
    transition: background-color 0.2s linear;
    margin: 0 15px 0px 0px !important;
}

.nav-menu li.menu-item-874 {
    display: none;
}

.client-caption .fa-arrow-circle-right {
    font-size: 30px;
    margin-top: 12px;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.phshow .home-link img {
    width: 75%;
}

.cl-btn {
    margin-bottom: 15px;
    margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /*font-family: Bitter, Georgia, serif;*/
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 1.4em;
    margin: 22px 0;
    /*text-transform: capitalize;*/
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 10px;
    border-right: 1px solid #ede;
}

del {
    color: #333;
}

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

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

.navright {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    float: right;
}

.header_tollbox {
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    padding: 12px 15px 8px 30px;
    color: #FFF;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_tollbox.header_tollbox p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.header_tollbox.header_tollbox p .fa {
    margin: 0;
    font-size: 24px;
    line-height: 100%;
    position: absolute;
    left: 10px;
    top: 7px;
}

.btn.btn-primary {
    background-color: #276ad5;
    color: #ffffff;
}

.transition_effect,
.btn {
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}

.header_tollbox.show #tollbox_info {
    display: block;
    list-style-type: none;
}

.header_tollbox #tollbox_info {
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 0 none;
    box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    left: auto;
    right: 0;
    color: #666;
    width: 200px;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    display: none;
}

.header_tollbox #tollbox_info li {
    padding: 0 10px;
    margin: 10px 0;
}

#navright .header_tollbox {
    margin: 0 0 0 10px;
    display: inline-block;
    float: left;
}

#navright .btn_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
}

#navright {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    padding: 0;
}

/*----*/

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor>.comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Form fields, general styles first. */

button,
input,
textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}

.testi-circle {
    border-radius: 50%;
    height: 64px;
    width: 64px;
}

/* Buttons */

/*button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */

/*background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */

/*background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */

/*border: none;
	/*border-bottom: 3px solid #b93207;*/

/*border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}*/

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    /*background: #ed6a31;*/
    /* Old browsers */
    /*background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);*/
    /* Chrome 10+, Safari 5.1+ */
    /*	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);*/
    /* W3C */
    outline: none;
}

input.newsltr-text {
    border: 1px transparent !important;
    border-radius: 4px !important;
    background-color: #002734 !important;
    width: 99%;
    padding: 10px;
    padding-left: 10px;
}

.addbox.contact-block {
    position: relative;
}

.contact-block span:before {
    left: 0 !important;
}

.newsltrbtn {
    display: initial;
}

.newsltrbtn input.butn {
    background: url('images/plane-send.png');
    border-color: transparent;
    color: #467c8d;
    position: absolute;
    right: 0;
    padding: 10px;
    display: inline-block;
    width: 50px;
    top: -9px;
}

.sml-logo {
    display: none;
}

li#menu-item-563>a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

li#menu-item-236 {
    display: block;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    /*background: #d94412;*/
    /* Old browsers */
    /*background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);*/
    /* Chrome 10+, Safari 5.1+ */
    /*background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%);*/
    /* W3C */
    /*border: none;*/
    /*border-top: 3px solid #b93207;*/
    /*padding: 10px 24px 11px;*/
    outline: none;
    border-width: 1px;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    /*margin: 5px 0;*/
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside;
}

.location {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-block p {
    color: #000;
}

.phshow .nav-menu .current_page_item>a,
.phshow .nav-menu .current_page_ancestor>a,
.phshow .nav-menu .current-menu-item>a,
.phshow .nav-menu .current-menu-ancestor>a {
    color: #276ad5;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    /*background-color: #276ad5;*/
    margin: 0 auto;
    width: 100%;
}

.site-main {
    position: relative;
    /*margin: 15px;*/
    margin: 0;
    min-height: 400px;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}

h2.title {
    /*text-align: center;
    padding-bottom: 20px;*/
    padding-top: 0;
    margin-top: 0;
}

div#room3 {
    margin-bottom: 20px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.deals_mng_excerpt {
    color: #a6a5a5;
    text-transform: none;
    font-size: 18px;
}

.deals_mng_title.fancy_ps_title a {
    color: #276ad5;
    text-transform: none;
}

.main-navigation {
    margin: 0 auto;
    position: relative;
    float: right;
    display: flex;
}

.main-navigation:after {
    content: "";
    clear: both;
    display: inline-block;
}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.nav-menu li a {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 10px;
    text-decoration: none;
    background-color: transparent;
    border-top: 2px solid transparent;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li a:focus {
    /*background-color: #220e10;
    color: #fff;*/
    /* border-bottom: 2px solid transparent;*/
    outline: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #FFF;
    border: 0 solid #FFF;
    border-top: 0;
    position: absolute;
    z-index: 99999;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-box-shadow: 0 10px 30px -9px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px -9px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(10px);
    opacity: 0;
}

.nav-menu li:hover .sub-menu {
    transform: translateY(0px);
    opacity: 1;
}

.nav-menu li .sub-menu li:hover .sub-menu {
    transform: translateX(6px);
    opacity: 1;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

.nav-menu .sub-menu li a,
.nav-menu .children li a {
    font-size: 15px;
    font-weight: 400;
    color: #4c5a71;
    padding: 15px 13px 12px;
    border-top: 1px solid #e6e7ea;
    background: #FFF;
}

.nav-menu .sub-menu li a:hover,
.nav-menu .children li a:hover,
.nav-menu .sub-menu li a:focus,
.nav-menu .children li a:focus {
    color: #276ad5;
    border-top: 1px solid #e6e7ea;
    background: #f2f4f7;
}

.nav-menu .sub-menu li:first-child a {
    border-top: 0px solid #e6e7ea;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-menu .sub-menu li:last-child a {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.nav-menu .sub-menu:after {
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -16px;
    left: 30px;
    margin: 0 auto;
}

.nav-menu .sub-menu .sub-menu:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 12px;
    left: -16px;
    margin: 0 auto;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #000;
    margin: 0;
    width: 220px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: transparent;
    color: #276ad5;
    border-top: 2px solid transparent;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #FFF;
    background-color: transparent;
    /*border-bottom: 2px solid #fff;*/
    outline: none;
}

.sub-menu .current_page_item>a,
.sub-menu .current_page_ancestor>a,
.sub-menu .current-menu-item>a,
.sub-menu .current-menu-ancestor>a {
    color: #276ad5 !important;
    /*font-style: italic;*/
    background-color: transparent;
    /*border: 2px solid #276ad5;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
}

.menu-toggle {
    display: none;
    padding: 5px 10px;
    background: transparent;
    color: #FFF;
    font-size: 24px;
    border: none;
}

/* Navbar */

.navbar {
    /*background-color: #F4F4F4;*/
    margin: 0 auto;
    width: 100%;
    min-height: inherit;
}

.nav-menu li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 5px;
}

.nav-menu li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 5px;
    position: absolute;
    right: 10px;
    font-size: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*footer widget

.sidebar-container .widget
{
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;

}
.sidebar-container .widget-title
{
	font-size: 18px;
	border-bottom: 1px dotted #fff;
	padding: 10px 0px ;
}
.site-footer
{
	background: #276ad5;
}
.sidebar-container .widget_search
{
	width: 180px;
}
.sidebar-container .widget_recent_entries
{
	width: 180px;
}
.sidebar-container .widget_recent_comments
{
	width: 210px;
}*/

/*@media (max-width: 643px)*/

@media (max-width: 992px) {
    html {
        font-size: 16px;
    }
    /*.site-title {
		font-size: 30px;
	}*/
    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        /*padding-left: 20px;
		padding-right: 20px;*/
    }
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    .menu-toggle i {
        font-size: 20px !important;
    }
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #000;
        float: right;
        padding: 12px 0 12px 20px;
        outline: none;
        margin-top: 21px;
    }
    .phshow .menu-toggle,
    .phshow .menu-toggle:hover,
    .phshow .menu-toggle:focus,
    .phshow .menu-toggle:active {
        color: #000;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu>ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    ul#primary-menu {
        margin: 0;
        border-top: 2px solid #276ad5;
        margin-top: 17px;
        top: 80%;
        position: absolute;
        width: 420px;
        background: #fff;
        right: 0;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        /*z-index: 9999;*/
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li>ul {
        background-color: #276ad5;
        display: none;
        float: none;
        padding: 0;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li>ul a {
        color: #fff !important;
        width: auto;
        border-bottom: none;
    }
    .toggled-on .nav-menu li:hover>a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        /*color: #fff;*/
    }
    .toggled-on .nav-menu>li a:hover,
    .toggled-on .nav-menu>ul a:hover {
        /*background-color: #db572f;*/
        background: transparent;
    }
    .toggled-on .nav-menu>li a:focus,
    .toggled-on .nav-menu>ul a:focus {
        /*background-color: #220e10;*/
        background: transparent;
    }
    ul.nav-menu,
    div.nav-menu>ul {
        display: none;
    }
}

/* Custom CSS */

.parsley-errors-list {
    margin: 0;
    position: relative;
    top: -10px;
}

li.parsley-required {
    font-size: 13px;
    padding: 2px 10px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn.notexttrans {
    text-transform: none;
}

.btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 15px 9px;
    border: 1px solid inherit;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
}

.btn.btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
}

.btn.btn-md {
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
}

.btn.btn-custom {
    background: #bed946;
    border-color: #bed946;
    color: #363636;
}

.btn.btn-primary {
    background: #276ad5;
    border-color: #276ad5;
    color: #FFF;
}

.site-header .search-form {
    /*position: absolute;
	right: 20px;
	top: 1px;*/
}

.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 250px;
    font-size: 15px;
    font-weight: 400;
}

/*.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}*/

.search-section {
    float: left;
    position: relative;
}

.search-section .search-formbox {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 40px;
    right: 10px;
    top: 0;
    padding: 0;
    margin: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-box-shadow: -2px 5px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 5px 10px -1px rgba(0, 0, 0, 0.1);
}

.search-section.show .search-formbox {
    width: 280px;
    opacity: 1;
}

.search-section .search-formbox .screen-reader-text {
    display: none;
}

.search-section .search-formbox .search-submit {
    display: none;
}

.search-section #searchbtn {
    color: #FFF;
    font-size: 18px;
    margin: 12px 20px 0;
    position: relative;
    z-index: 2;
}

.search-section.show #searchbtn {
    color: #276ad5;
}

#searchbtn:hover,
#searchbtn:focus {
    text-decoration: none;
}

.header-section.phshow .search-section.show .search-formbox,
.search-results .header-section .search-section.show .search-formbox,
.search-results .header-section.phshow .search-section.show .search-formbox,
.page-template-innerpage .header-section .search-section.show .search-formbox,
.page-template-innerpage .header-section.phshow .search-section.show .search-formbox,
.page-template-productpage .header-section .search-section.show .search-formbox,
.page-template-productpage .header-section.phshow .search-section.show .search-formbox {
    border: 1px solid #ccc;
    -webkit-box-shadow: -2px 5px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 5px 10px -1px rgba(0, 0, 0, 0.1);
}

.header-section.phshow .search-section.show #searchbtn,
.search-results .header-section .search-section.show #searchbtn,
.search-results .header-section.phshow .search-section.show #searchbtn,
.page-template-innerpage .header-section .search-section.show #searchbtn,
.page-template-innerpage .header-section.phshow .search-section.show #searchbtn,
.page-template-productpage .header-section .search-section.show #searchbtn,
.page-template-productpage .header-section.phshow .search-section.show #searchbtn {
    color: #276ad5;
}

.trialbtn {
    background: #bed946;
    border: 1px solid #bed946;
    color: #363636;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 9px;
    float: left;
    -webkit-box-shadow: none box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trialbtn:hover,
.trialbtn:focus {
    background: #bed946;
    border: 1px solid #bed946;
    color: #363636;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
}

.headblock {
    text-align: center;
    position: relative;
}

.headblock:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 20px auto 30px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.headblock .heading {
    font-size: 36px;
    font-weight: 300;
    color: #276ad5;
    margin: 0 0 10px;
    position: relative;
}

.headblock .heading span {
    color: #303030;
}

.headblock p {
    font-size: 17px;
    font-weight: 300;
    color: var(--secondaryColor);
    margin: 0;
}

.subheadblock {
    text-align: center;
    position: relative;
}

.subheadblock:after {
    content: "";
    width: 70px;
    height: 1px;
    margin: 10px auto 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.subheadblock .heading {
    font-size: 28px;
    font-weight: 400;
    color: #276ad5;
    margin: 0 0 10px;
    position: relative;
}

.subheadblock .heading span {
    color: #303030;
}

.subheadblock p {
    font-size: 18px;
    font-weight: 300;
    color: #2e3135;
    margin: 0;
}

.sections {
    padding: 40px 0;
    position: relative;
}

.features-grid {
    margin: 60px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fg-block {
    width: 50%;
    padding: 0 50px;
    text-align: center;
}

.fg-block:nth-of-type(2) {
    border-left: 1px solid #cedaee;
}

.fg-block figure {
    margin: 0 0 10px;
}

.fg-block figure img {
    max-width: 100%;
}

.fg-block .fg-text {
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.fg-block .btn {
    margin: 20px 0 0;
}

.sections.single-features {
    background: #FFF;
    margin: 100px 0 0;
    padding: 0 0 60px;
}

.sections.single-features:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: block;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.sf-outer {}

.sf-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 80px;
}

.sf-image {
    width: 60%;
    text-align: right;
    margin: 60px 0 0;
}

.sf-image img {
    max-width: 100%;
}

.sf-content {
    width: 40%;
}

.sf-content .subheadblock {
    text-align: left;
}

.sf-content .subheadblock:after {
    margin: 10px 0 20px;
}

.sf-content .subheadblock .heading {
    font-size: 36px;
    font-weight: 400;
}

.sf-content .sf-text {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.sf-content .btn {
    margin: 30px 0 0;
}

.sf-block:nth-child(even) {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 80px 0 0;
}

.sf-block:nth-child(even) .sf-image {
    text-align: left;
    margin: 0;
}

.sf-block:nth-child(even) .sf-content {
    margin: 60px 0 0;
}

.mid-features {
    background: #FFF;
    padding: 40px 0 60px;
}

.midf-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.midf-block {
    width: 25%;
    padding: 30px;
    text-align: center;
}

.midf-block h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    color: #2e3135;
    margin: 15px 0 0;
}

.midf-btn {
    margin: 30px auto 0;
    text-align: center;
}

.midf-btn .btn {
    text-transform: none;
}

.midf-block .midf-icn {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: -75px -10px;
}

.midf-block .midf-icn.midf-icn01 {
    background-position: -75px -10px;
}

.midf-block .midf-icn.midf-icn02 {
    background-position: -75px -79px;
}

.midf-block .midf-icn.midf-icn03 {
    background-position: -75px -150px;
}

.midf-block .midf-icn.midf-icn04 {
    background-position: -75px -220px;
}

.midf-block .midf-icn.midf-icn05 {
    background-position: -161px -5px;
    width: 80px;
}

.midf-block .midf-icn.midf-icn06 {
    background-position: -171px -79px;
    width: 60px;
}

.midf-block .midf-icn.midf-icn07 {
    background-position: -165px -147px;
    width: 70px;
}

.midf-block .midf-icn.midf-icn08 {
    background-position: -178px -221px;
}

.midf-block .midf-icn.midf-icn09 {
    background-position: -269px -2px;
    width: 62px;
}

.midf-block .midf-icn.midf-icn10 {
    background-position: -272px -79px;
    width: 55px;
}

.midf-block .midf-icn.midf-icn11 {
    background-position: -276px -151px;
}

.midf-block .midf-icn.midf-icn12 {
    background-position: -281px -219px;
}

.cta-section {
    position: relative;
    background: rgb(0, 74, 193);
    background: -moz-linear-gradient(left, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ac1', endColorstr='#50c0ca', GradientType=1);
    padding: 30px 0;
}

.cta-section:before {
    content: "";
    background: url("images/cta-curve.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.cta-content {
    color: #FFF;
    width: 60%;
}

.cta-content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.cta-content p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.cta-nav {
    width: 40%;
    text-align: right;
}

.cta-nav .btn {
    text-transform: none;
}

.stats-section {}

.pricebox {
    background: #FFF;
    padding: 40px;
    margin: 60px auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 570px;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.pricebox .btn {
    text-transform: none;
}

.pricebox p {
    color: var(--secondaryColor);
    line-height: 1.8em;
}

.pricebox h3 {
    margin: 0 0 20px;
    color: #276ad5;
    font-size: 26px;
    font-weight: 400;
}

.pricebox h3 span {
    color: #303030;
}

.statsbox {
    background: url("images/map.png") no-repeat 50% 100%;
    background-size: contain;
    text-align: center;
    padding: 0 0 70px;
}

.statsbox h2 {
    margin: 0 0 40px;
    color: #276ad5;
    font-size: 36px;
    font-weight: 300;
}

.statsbox h2 span {
    color: #303030;
}

.stats-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.stats-block {
    width: 170px;
    background: #FFF;
    border: 1px solid #e0e1e1;
    -webkit-box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 16px -3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 10px;
    margin: 0 15px;
    text-align: center;
}

.stats-icn {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
    display: block;
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: -375px -10px;
}

.stats-icn.stats-icn1 {
    background-position: -375px -10px;
}

.stats-icn.stats-icn2 {
    background-position: -381px -72px;
}

.stats-icn.stats-icn3 {
    background-position: -377px -121px;
    width: 46px;
}

.stats-icn.stats-icn4 {
    background-position: -377px -185px;
}

.stats-icn.stats-icn5 {
    background-position: -377px -250px;
}

.stats-text {}

.stats-text h5 {
    font-size: 30px;
    font-weight: 400;
    color: #303030;
    margin: 0;
}

.stats-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
}

.testimonial-section {
    background: #276ad5;
    position: relative;
    padding: 40px 0;
}

.testimonial-section:before {
    content: "";
    background: url("images/bg-img01.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.testimonial-section h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 40px;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonialbox {}

#testibox.owl-carousel .owl-item {
    /*padding: 0 30px;*/
}

#testibox .testi-inner {
    width: 100%;
    /*max-width: 770px;*/
    min-height: 285px;
    margin: 0 auto 40px;
    background: #FFF;
    -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.5);
    padding: 30px;
    position: relative;
}

#testibox {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

#testibox .owl-dots {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

#testibox .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #FFF;
    display: block;
    border-radius: 50%;
}

#testibox .owl-dot.active span {
    background: #FFF;
    border: 1px solid #FFF;
}

#testibox .owl-prev,
#testibox .owl-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #276ad5;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
}

#testibox .owl-prev {
    left: -25px;
}

#testibox .owl-next {
    right: -25px;
}

#testibox .owl-prev:before,
#testibox .owl-next:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-indent: 0;
    text-align: center;
}

#testibox .owl-next:before {
    content: "\f061";
}

.testi-block {
    text-align: center;
    position: relative;
    padding: 0;
}

.testi-block h3 {
    font-size: 22px;
    font-weight: 400;
    color: #303030;
    margin: 0 0 20px;
}

.testi-block p {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondaryColor);
    margin: 0;
}

.testi-block .testi-image {
    background: #FFF;
    display: table;
    margin: 15px auto 0;
}

.testi-block .testi-image img {
    max-width: 100%;
}

.testi-img {
    margin: 0 auto;
    display: table;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.testi-img img {
    max-width: 100%;
    width: auto !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testi-block footer {
    font-size: 17px;
    font-weight: 400;
    color: #374552;
    margin: 20px auto 0;
    display: table;
}

.testi-block footer p {
    color: #374552;
    margin: 0;
    line-height: 100%;
    font-weight: 500;
}

.testi-block footer p span {
    font-size: 14px;
    color: var(--secondaryColor);
}

.testi-block footer p small {
    font-size: 14px;
    font-weight: 400;
}

/* header-section */

.header-section {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@-webkit-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes topmenu {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.header-section .topnav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px auto 18px;
}

.header-section .container {
    position: relative;
    z-index: 3;
}

.header-section #logo {
    background: url("images/logo-white.png");
    width: 197px;
    height: 30px;
    display: block;
    margin: 5px 0 0;
}

.header-section.phshow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 100;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
    animation: topmenu 0.3s ease;
}

.header-section.phshow .topnav {
    position: relative;
    margin: 15px auto 13px;
}

.header-section.phshow #logo {
    background: url("images/logo.png");
}

.header-section.phshow .trialbtn {
    background: #276ad5;
    border-color: #276ad5;
    color: #FFF;
}

.header-section.phshow .nav-menu li a {
    color: #666;
}

.header-section.phshow .nav-menu li a:hover,
.header-section.phshow .nav-menu li a:focus {
    color: #276ad5;
}

.header-section.phshow .header_tollbox {
    color: #666;
    border-color: #d5d5d5;
    box-shadow: none;
}

.header-section.phshow #searchbtn {
    color: #b0b0b0;
}

/* End: header-section */

.banner-section {
    background: rgb(0, 74, 193);
    background: -moz-linear-gradient(-45deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    background: linear-gradient(135deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ac1', endColorstr='#50c0ca', GradientType=1);
    min-height: 760px;
    position: relative;
    padding: 140px 0 170px;
}

.banner-section:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    width: 100%;
    background: url("images/banner-curve.png") no-repeat center bottom;
    background-size: cover;
}

.banner-section:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 562px;
    width: 100%;
    background: url("images/banner-pattern.png") no-repeat center top;
    background-size: cover;
}

.banner-section .container {
    position: relative;
    z-index: 3;
}

.banner-outer {
    color: #dceaff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    position: relative;
}

.banner-content {
    width: 55%;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 100;
    margin: 0 0 20px;
    color: #FFF;
}

.banner-content p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}

.banner-image {
    width: 45%;
    position: absolute;
    right: 3%;
    top: 10px;
}

.banner-image .figure {}

.bs-features {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.bs-features li {
    margin: 0 0 20px;
    padding: 0;
    width: 45%;
    position: relative;
}

.bs-features li:nth-of-type(5),
.bs-features li:nth-of-type(6) {
    margin-bottom: 0;
}

.bs-features li .bs-icn {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: -10px -10px;
}

.bs-features li .bs-icn.bs-icn1 {
    background-position: -10px -10px;
}

.bs-features li .bs-icn.bs-icn2 {
    background-position: -10px -50px;
}

.bs-features li .bs-icn.bs-icn3 {
    background-position: -10px -86px;
}

.bs-features li .bs-icn.bs-icn4 {
    background-position: -10px -122px;
}

.bs-features li .bs-icn.bs-icn5 {
    background-position: -10px -159px;
}

.bs-features li .bs-icn.bs-icn6 {
    background-position: -10px -199px;
}

.bs-features li h5 {
    color: #88cafb;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 0 35px;
}

.bs-navigation {
    margin: 40px 0 0;
    padding: 0;
}

.bs-navigation .btn-custom {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 0 15px 0 0;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bs-navigation .btn-custom:hover,
.bs-navigation .btn-custom:focus {
    -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
}

.bs-navigation .btn-line {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 15px 13px 45px;
}

.bs-navigation .btn-line .fa {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 24px;
}

.btn.btn-line {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.btn.btn-line:hover,
.btn.btn-line:focus {
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
}

/* End: banner-section */

/* client-section */

.client-section {
    padding: 60px 0 0;
}

.cs-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cs-content {
    width: calc(36% - 30px);
    margin: 0 30px 0 0;
}

.cs-content h3 {
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 400;
    color: #276ad5;
}

.cs-content h3 span {
    color: #303030;
}

.cs-content p {
    margin: 0;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 300;
}

.cs-content .btn {
    margin: 20px 0 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
}

.cs-slider {
    width: 64%;
}

#home-clients {}

.cs-hotelblock {
    position: relative;
    padding: 0 0 30px;
    margin: 0;
}

.cs-hotelblock:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("images/hotel-img-shadow.png") no-repeat center top;
    background-size: contain;
}

.cs-hotelblock .ca-link {
    position: absolute;
    width: 100%;
    height: calc(100% - 31px);
    left: 0;
    top: 0;
    display: block;
    background: none;
    z-index: 2;
}

.cs-hotelimg img {
    max-width: 100%;
}

.cs-hoteltext {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding: 10px;
}

.cs-hoteltext h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.cs-hoteltext p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
}

.owl-dots {
    display: table;
    margin: 0 auto;
}

.owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #cbd3da;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #276ad5;
}

/* End: client-section */

.bottom-section {
    position: relative;
    margin: 0;
    padding: 60px 0;
    color: var(--secondaryColor);
}

.bottom-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: block;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.bottom-section .container {
    position: relative;
    z-index: 2;
}

.bottom-section p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.bs-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.sidebox {
    width: 32%;
    min-height: 300px;
    background: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 30px -4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.sidebox:after {
    position: absolute;
    top: -20px;
    left: 0;
    background: #276ad5;
    width: 100%;
    height: 90px;
    content: "";
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
}

.sidebox header {
    position: relative;
    z-index: 1;
}

.sidebox header .fa {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 24px;
    color: #FFF;
    opacity: 0.15;
}

.sidebox-icn {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -241px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
}

.sidebox-content {
    padding: 100px 30px 30px;
}

.sidebox-content h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 400;
    color: #276ad5;
}

.sidebox-content h3 span {
    color: #303030;
    display: block;
}

.sidebox-content p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.sidebox-content .btn {
    margin: 20px auto 0;
    text-transform: none;
    display: table;
}

.bs-section {
    width: calc(68% - 30px);
    margin: 40px 0 0 30px;
}

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

.cta-trial {}

.cta-trial h2 {
    font-size: 30px;
    font-weight: 300;
    color: #303030;
    margin: 0 0 10px;
}

.cta-trial p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.cta-trial .btn {
    margin: 20px 0 0;
}

.cta-makepayment {
    position: relative;
    margin: 40px auto 0;
}

.cta-makepayment:before {
    content: "";
    width: 100px;
    height: 1px;
    margin: 0 auto 40px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.cta-makepayment .btn {
    font-size: 18px;
    margin: 15px auto 0;
    text-transform: none;
}

/* End: bottom-section */

/* footer-section */

.footer-section {
    background: #e4eaf4;
    color: var(--secondaryColor);
    position: relative;
    z-index: 5;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 40px 0 0;
}

.footer-section a {
    color: var(--secondaryColor);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-section a:hover,
.footer-section a:focus {
    color: #276ad5;
    text-decoration: none;
}

.footer-topmenu {
    margin: 0 0 60px;
}

.footer-topmenu #menu-footer {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer-topmenu #menu-footer a {
    color: var(--secondaryColor);
}

.footer-topmenu #menu-footer a:hover,
.footer-topmenu #menu-footer a:focus {
    color: #276ad5;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #d0d8e5;
    padding: 15px 0;
    margin: 15px 0 0;
}

.footer-btm {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-btmleft {
    font-size: 15px;
    font-weight: 300;
    color: var(--secondaryColor);
}

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

#footer-social {
    display: -webkit-flex;
    display: flex;
    margin: 30px 0 0;
}

#footer-social .fsicn {
    background: #276ad5;
    color: #FFF;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#footer-social .fsicn:first-child {
    margin-left: 0;
}

#footer-social .fsicn.facebook {
    background: #3b5998;
}

#footer-social .fsicn.twitter {
    background: #00b0ed;
}

#footer-social .fsicn.gplus {
    background: #dd4b39;
}

#footer-social .fsicn.linkedin {
    background: #0977b5;
}

#footer-social .fsicn.youtube {
    background: #e62e27;
}

.footer-midsection {}

.footer-midsection .sidebar-inner {
    max-width: none;
}

.footer-midsection .footer-grid {
    display: -webkit-flex;
    display: flex;
}

.footer-midsection .footer-grid .widget {
    width: 25%;
}

.footer-midsection .footer-grid .widget h3 {
    color: #276ad5;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
}

.footer-midsection .footer-grid .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-midsection .footer-grid .widget ul li {
    margin: 0 0 10px;
    line-height: 1.4em;
    font-size: 16px;
}

.newsletterblock p {
    margin: 0 0 5px;
    font-size: 15px;
    color: var(--secondaryColor);
}

.newsletterblock .form-group {
    position: relative;
    margin: 0;
    display: -webkit-flex;
    display: flex;
}

.newsletterblock .form-group #EmailAddress {
    height: 40px;
    width: calc(100% - 50px);
    box-shadow: none;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.newsletterblock .form-group #EmailAddress:focus {
    outline: none;
}

.newsletterblock .form-group #newsletterbtn {
    font-family: FontAwesome;
    font-size: 18px;
    width: 50px;
    height: 40px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.newsletterblock .form-group #newsletterbtn:hover,
.newsletterblock .form-group #newsletterbtn:focus {
    box-shadow: none;
}

.footer-support {
    margin: 30px 0 0;
}

.footer-support strong {
    margin: 0 0 5px;
    display: inline-block;
}

.footer-support .btn-custom {
    font-size: 14px;
    text-transform: none;
    padding: 5px 15px;
}

.footer-support .btn-custom:hover,
.footer-support .btn-custom:focus {
    color: #363636;
}

/* End: footer-section 


/* Inner Pages */

.page-template-innerpage,
.page-template-productpage,
.page-template-pricing {
    background: #FFF;
}

.search-results,
.single-post {
    background: #f6f7f8;
}

.page-template-innerpage .header-section,
.page-template-productpage .header-section,
.search-results .header-section,
.blog .header-section,
.single-post .header-section,
.page-template-pricing .header-section {
    position: relative;
    background: #FFF;
    z-index: 100;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
}

.page-template-innerpage .header-section.phshow,
.page-template-productpage .header-section.phshow,
.search-results .header-section.phshow,
.blog .header-section.phshow,
.single-post .header-section.phshow,
.page-template-pricing .header-section.phshow {
    position: fixed;
    -webkit-animation: topmenu 0.3s ease;
    animation: topmenu 0.3s ease;
}

.page-template-innerpage .header-section .topnav,
.page-template-productpage .header-section .topnav,
.search-results .header-section .topnav,
.blog .header-section .topnav,
.single-post .header-section .topnav,
.page-template-pricing .header-section .topnav {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 13px;
}

.page-template-innerpage .header-section #logo,
.page-template-productpage .header-section #logo,
.search-results .header-section #logo,
.blog .header-section #logo,
.single-post .header-section #logo,
.page-template-pricing .header-section #logo {
    background: url("images/logo.png");
}

.page-template-innerpage .header-section .trialbtn,
.page-template-productpage .header-section .trialbtn,
.search-results .header-section .trialbtn,
.blog .header-section .trialbtn,
.single-post .header-section .trialbtn,
.page-template-pricing .header-section .trialbtn {
    background: #276ad5;
    border-color: #276ad5;
    color: #FFF;
}

.page-template-innerpage .header-section .nav-menu li a,
.page-template-productpage .header-section .nav-menu li a,
.search-results .header-section .nav-menu li a,
.blog .header-section .nav-menu li a,
.single-post .header-section .nav-menu li a,
.page-template-pricing .header-section .nav-menu li a {
    color: #666;
}

.page-template-innerpage .header-section .header_tollbox,
.page-template-productpage .header-section .header_tollbox,
.search-results .header-section .header_tollbox,
.blog .header-section .header_tollbox,
.single-post .header-section .header_tollbox,
.page-template-pricing .header-section .header_tollbox {
    color: #666;
    border-color: #d5d5d5;
    box-shadow: none;
}

.page-template-innerpage .header-section #searchbtn,
.page-template-productpage .header-section #searchbtn,
.search-results .header-section #searchbtn,
.blog .header-section #searchbtn,
.single-post .header-section #searchbtn,
.page-template-pricing .header-section #searchbtn {
    color: #b0b0b0;
}

.heading-section {
    position: relative;
    padding: 40px 0 90px;
    color: #FFF;
    text-align: center;
    background: #1160df;
    background: -moz-linear-gradient(left, #1160df 0%, #50c0ca 100%);
    background: -webkit-linear-gradient(left, #1160df 0%, #50c0ca 100%);
    background: linear-gradient(to right, #1160df 0%, #50c0ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1160df', endColorstr='#50c0ca', GradientType=1);
}

.heading-section:before {
    content: "";
    background: url("images/inner-heading-curve.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 214px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
}

.heading-section:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    display: block;
    background: #f6f7f8;
    display: block;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.heading-sectioninner {
    background: url(images/lines-optimized.gif) repeat left top;
    background-size: 270px;
    width: 100%;
    height: 150%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.025;
    -webkit-transform: skewY(-3deg) translate3d(0, 0, 0);
    transform: skewY(-3deg) translate3d(0, 0, 0);
}

.heading-section .container {
    position: relative;
    z-index: 2;
}

.heading-section h1 {
    font-size: 48px;
    font-weight: 100;
    line-height: 1.2em;
    margin: 0;
}

.heading-section h1 span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 15px 0 0;
    display: block;
}

.heading-section p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.page-contentsection {
    background: #f6f7f8;
    padding: 40px 0 60px;
    min-height: 400px;
    position: relative;
    z-index: 5;
}

.page-contentsection p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.produtpage-contentsection {
    background: #f6f7f8;
    padding: 40px 0 0;
    min-height: 400px;
    position: relative;
    z-index: 5;
}

.produtpage-contentsection p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.inner-contentsection {}

.inner-topsection {
    border-bottom: 1px solid #e7ebef;
    padding: 0 0 60px;
    margin: 0 0 50px;
}

.inn-csouter {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.inn-csimage {
    width: 40%;
    text-align: right;
    position: absolute;
    right: -12%;
    top: 0;
}

.inn-csimage img {
    width: 480px;
}

.inn-cscontent {
    width: 60%;
}

.inn-cscontent h2 {
    font-size: 36px;
    font-weight: 300;
    color: #276ad5;
    margin: 0 0 10px;
}

.inn-cscontent h2 span {
    color: #303030;
}

.inn-cscontent h5 {
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 300;
    margin: 0 0 50px;
    line-height: 1.6em;
}

.inn-cscontent h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
}

.inn-cscontent h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px 0 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.inn-cscontent p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.center-contentsection {
    padding: 0 0 60px;
    text-align: center;
}

.center-contentsection h2 {
    font-size: 36px;
    font-weight: 300;
    color: #276ad5;
    margin: 0 0 10px;
}

.center-contentsection h2 span {
    color: #303030;
}

.center-contentsection h5 {
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 1.6em;
}

.center-contentsection h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
}

.center-contentsection h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px auto 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.center-contentsection p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.center-contentsection .btn.btn-inner {
    text-transform: none;
    margin: 40px auto 0;
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 400;
}

.inner-ctasection {
    position: relative;
    padding: 0 0 85px;
    margin: 0 0 -60px;
    background: #e4eaf4;
}

.inner-ctasection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    display: block;
    background: #f6f7f8;
    display: block;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.inner-ctasection .container {
    position: relative;
    z-index: 1;
}

.inner-ctaouter {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
}

.inner-ctabox {
    width: 50%;
    margin: 0 0 0 30px;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 12px 20px rgba(51, 127, 231, 0.15);
}

.inner-ctabox:first-child {
    margin-left: 0;
}

.inner-ctabox h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}

.inner-ctabox p {
    margin: 0;
}

.inner-ctabox .btn-bullet {
    margin: 0;
    color: #276ad5;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 30px 0 0;
    margin: 20px 0 0;
    text-transform: none;
}

.inner-ctabox .btn-bullet:hover,
.inner-ctabox .btn-bullet:focus {
    background: none;
    border: none;
    box-shadow: none;
}

.inner-ctabox .btn-bullet:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    display: block;
    background: url("images/sprite.png") no-repeat -16px -309px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner-ctabox .btn-bullet:hover:after,
.inner-ctabox .btn-bullet:focus:after {
    right: -3px;
}

/* trial page */

.page-template-freetrial .header-section .nav-menu li a,
.page-template-freetrial .header-section .trialbtn,
.page-template-freetrial .header-section #searchbtn,
.page-template-freetrial .callback-btn {
    display: none;
}

.page-template-freetrial .footer-topmenu,
.page-template-freetrial .footer-midsection,
.page-template-freetrial .footer-btmright {
    display: none;
}

.page-template-freetrial .footer-section {
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
}

.page-template-freetrial .footer-bottom {
    border-top: 0;
    margin: 0;
}

.page-template-freetrial .footer-btmleft {
    text-align: center;
    width: 100%;
    color: #FFF;
}

.page-template-freetrial .footer-section a {
    color: #FFF;
}

.page-template-freetrial .page-contentsection {}

.page-template-freetrial .page-contentsection {
    background: rgb(0, 74, 193);
    background: -moz-linear-gradient(-45deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    background: linear-gradient(135deg, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ac1', endColorstr='#50c0ca', GradientType=1);
    position: relative;
    padding: 140px 0 100px;
    height: calc(100% - 52px);
}

.page-template-freetrial .page-contentsection:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/bg-img02.jpg") no-repeat 0 0;
    background-size: cover;
    opacity: 0.1;
}

.page-template-freetrial .page-contentsection .container {
    position: relative;
    z-index: 3;
}

.trial-cs {}

.trial-contentouter {
    display: flex;
    flex-flow: row wrap;
}

.trial-content {
    width: calc(70% - 30px);
}

.trial-form {
    width: 30%;
    background: #FFF;
    padding: 30px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.5);
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.trial-form .form-group {
    margin: 0 0 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.trial-form .btn.btn-lg {
    border: none;
    outline: none;
    padding: 12px 30px;
}

.trial-form .form-group .form_icn {
    display: none;
}

.trial-form .form-group .txt_label {
    font-weight: 300;
    font-size: 15px;
}

.trial-form .showmsg {
    background: #FFC9C9;
    color: #832020;
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    display: none;
}

.trial-content .trial-heading {
    color: #FFF;
}

.trial-content .trial-heading h1 {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2em;
    margin: 0;
}

.trial-content .trial-heading h1 small {
    font-weight: 400;
    line-height: 1.4em;
    margin: 5px 0 0;
    display: block;
    color: #FFF;
}

.trial-content .trial-heading .trial-text {
    font-weight: 300;
    margin: 15px 0 0;
    line-height: 1.7em;
    color: #88cafb;
}

.trial-testimonial {
    position: relative;
    margin: 60px 0 0;
}

.trial-testimonial .testi-block {
    text-align: left;
    margin: 0;
    padding: 0;
}

.trial-testimonial .testi-img {
    position: relative;
    top: 0;
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
}

.trial-testimonial .testi-block h3 {
    color: #FFF;
    margin: 0 0 10px;
    font-weight: 300;
    position: relative;
}

.trial-testimonial .testi-block h3:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #FFF;
    display: block;
    margin: 10px 0 20px;
}

.trial-testimonial .testi-block p {
    color: #88cafb;
    font-weight: 300;
    line-height: 1.6em;
}

.trial-testimonial .testi-block footer {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    position: relative;
}

.trial-testimonial .testi-block .testi-image {
    background: #FFF;
    display: table;
    margin: 0 0 0 30px;
    ;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.trial-testimonial .testi-block footer p {
    color: #bce3ff;
}

.trial-testimonial .testi-block footer p span {
    color: #88cafb;
}

#demovideo .modal-content {
    width: 80%;
    margin: 0 auto;
    border-radius: 0;
}

#demovideo .modal-dialog .btn.closebtn {
    background-color: #FFF;
    color: #000;
    border: none;
    font-size: 24px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, .5);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

#demovideo .absfooter {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
}

#demovideo .absfooter .absvideo-text {
    width: 60%;
    font-size: 1.125rem;
    line-height: 1.2em;
    color: #000;
}

#demovideo .absfooter .absvideo-btn {
    width: 40%;
    text-align: right;
}

.modal-open {
    padding-right: 0 !important;
}

#callback-form .modal-dialog {
    max-width: 350px;
    width: 100%;
    margin: 50px auto 0;
}

#callback-form .modal-header {
    margin: 0;
    padding: 15px;
    color: #FFF;
    position: relative;
    background: rgb(0, 74, 193);
    background: -moz-linear-gradient(left, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(0, 74, 193, 1) 40%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ac1', endColorstr='#50c0ca', GradientType=1);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#callback-form .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #FFF;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
}

#callback-form .modal-header .close:hover,
#callback-form .modal-header .close:focus {
    opacity: 1;
}

#callback-form .modal-body {
    padding: 30px 20px 20px;
}

.callback-btn {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 10;
    background: #bed946;
    color: #363636;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.callback-btn a {
    color: #363636;
    padding: 10px 15px;
    text-transform: none;
}

.callback-btn a .fa {
    margin: 0 10px 0 0;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.callback-form .form-group {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.callback-form .btn {
    border: none;
    outline: none;
    padding: 12px 30px;
    margin: 10px 0 0;
    text-transform: none;
}

.callback-form .form-group .form_icn {
    display: none;
}

.callback-form .form-group .txt_label {
    font-weight: 300;
    font-size: 15px;
}

/* Inner pages */

.page-template-productpage .sections.single-features:first-child {
    margin: 0;
    padding: 0 0 60px;
    background: none;
}

.page-template-productpage .sections.single-features:first-child:before {
    display: none;
}

.page-template-productpage .sections.single-features .sf-block {
    margin: 120px 0 0;
}

.page-template-productpage .sections.single-features .sf-block:first-child {
    margin-top: 0;
}

.page-template-productpage .product-listpage .sections.single-features {
    background: none;
    margin: 60px 0 0;
    padding: 60px 0;
}

.page-template-productpage .product-listpage .sections.single-features:before {
    background: none;
}

.page-template-productpage .product-listpage .sections.single-features:nth-child(even) {
    background: #FFF;
}

.page-template-productpage .product-listpage .sections.single-features:nth-child(even):before {
    background: #FFF;
}

.page-template-productpage .product-listpage .sections.single-features:nth-child(even):after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: block;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
}

.page-template-productpage .product-listpage .sections.single-features:first-child {
    margin: 0;
    padding-top: 0;
}

.page-template-productpage .product-listpage .sections.single-features:last-child {
    margin: 0;
    padding-bottom: 100px
}

.page-template-productpage .product-listpage .sections.single-features:last-child:before {
    transform: skew(0deg);
}

.page-template-productpage .product-listpage .sections.single-features:last-child:after {
    display: none;
}

.page-template-productpage .product-listpage .sections.single-features .sf-block:nth-child(even) .sf-content {
    margin: 0;
}

.page-template-productpage .sections.single-features .subheadblock p {
    font-size: 18px;
    font-weight: 300;
    color: #2e3135;
    margin: 0;
}

.page-template-productpage .sf-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-productpage .sf-content li {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

.page-template-productpage .sf-content li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #50bfc9;
    position: absolute;
    left: 0;
    top: 0;
}

ul.bulletlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.bulletlist li {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

ul.bulletlist li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #50bfc9;
    position: absolute;
    left: 0;
    top: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: square;
}

ul li {
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    position: relative;
}

.productdetail.inner-topsection {
    border-bottom: 0;
}

.productdetail .inn-cscontent.floatcontent {
    width: 100%;
}

.productdetail .inn-cscontent.floatcontent p {
    margin-bottom: 10px;
}

.productdetail .inn-cscontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.productdetail .inn-cscontent li {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

.productdetail .inn-cscontent li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #50bfc9;
    position: absolute;
    left: 0;
    top: 0;
}

.productdetail .inn-cscontent p:last-child {
    margin-bottom: 0;
}

.productdetail .inn-csimage {
    width: 550px;
    text-align: right;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 30px 30px;
    float: right;
    display: inline-block;
}

.productdetail .inn-csimage img {
    width: auto;
    position: relative;
    right: 0;
    max-width: 100%;
}

.productdetail .inn-csimage figure {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondaryColor);
}

.productdetail .inn-csimage figure figcaption a {
    color: #1d2329;
}

.productdetail .inn-csimage figure figcaption a:hover,
.productdetail .inn-csimage figure figcaption a:focus {
    color: #276ad5;
    text-decoration: none;
}

/* product page */

.prodpage {
    /*padding: 20px 0 60px;*/
    padding: 20px 0 0;
}

.prodpage h2 {
    font-size: 36px;
    font-weight: 300;
    color: #276ad5;
    margin: 0 0 10px;
}

.prodpage h2 span {
    color: #303030;
}

.prodpage h5 {
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 300;
    margin: 0 0 50px;
    line-height: 1.6em;
}

.prodpage h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
    margin: 0;
}

.prodpage h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px 0 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.prodpage p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.prodpage p:last-child {
    margin-bottom: 0;
}

.prod-section {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
}

.prod-content {
    width: calc(60% - 30px);
}

.prod-content p {
    margin-bottom: 15px;
}

.prod-content p:last-child {
    margin-bottom: 0;
}

.prod-img {
    position: relative;
    width: 40%;
    margin: 0 0 0 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    align-self: flex-start;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
}

.prod-img img {
    max-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.prod-img:before {
    content: "";
    width: 430px;
    height: 290px;
    position: absolute;
    right: -20px;
    top: -20px;
    display: block;
    background: #4fbec8;
    z-index: -1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.prod-img:after {
    content: "";
    width: 430px;
    height: 290px;
    position: absolute;
    right: -40px;
    top: -40px;
    display: block;
    background: #276ad5;
    z-index: -2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.prod-img.img-left {
    margin: 0 30px 0 0;
}

.prod-img.img-left:before {
    left: -20px;
}

.prod-img.img-left:after {
    left: -40px;
}

.prod-contentmid {
    margin: 15px 0 60px;
}

.prodpage.bepage .prod-contentmid {
    margin: 30px 0 60px;
}

.prodpage h5 {
    margin-bottom: 30px;
}

.prodpage.nmpage .prod-contentmid {
    margin: 30px 0 60px;
}

.prodpage.nmpage .prod-contentmid p:first-child {
    margin-bottom: 30px;
}

.prodpage.nmpage ul li {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.prodpage.cmpage {
    padding: 0;
}

.cm-toptext {
    text-align: center;
    margin: 0 auto 40px;
}

.cm-prodtop {}

.cm-prodtop h3 {
    text-align: center;
    margin: 0 0 40px;
}

.cm-prodtop h3:after {
    display: none;
}

.cm-prodtop-img {
    display: table;
    margin: 40px auto;
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cm-prodtop-img img {
    max-width: 100%;
}

.cm-prodtop .btn {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.cm-prodmid {
    text-align: center;
    margin: 30px 0 60px;
}

.cm_table {
    background: #FFF;
    -webkit-box-shadow: 0px 10px 40px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px -7px rgba(0, 0, 0, 0.4);
    width: 60%;
    margin: 30px auto;
}

.cm_table table {
    width: 100%;
    margin: 0 auto;
}

.cm_table tr:nth-child(odd) {
    background: #f3f2f2;
}

.cm_table table th,
.cm_table table td {
    text-align: center;
}

.cm_table table th {
    border: 1px solid #ddd;
    background: #276ad5;
    padding: 10px;
    color: #fafafa;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4em;
    text-transform: none;
}

.cm_table table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 17px;
    line-height: 1.4em;
}

.cm-prodouter {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.cm-prodleft {
    width: 60%;
}

.cm-prodright {
    width: 40%;
}

.prodpage.cmpage .cta-trial {
    text-align: center;
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.1);
}

.prodpage.cmpage .cta-trial .btn {
    margin: 10px 0 0;
}

.prodpage.cmpage .cta-trial h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 10px;
}

.prodpage.cmpage .cta-trial p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.prodpage.cmpage .prod-contentmid {
    margin: 30px 0 60px;
}

.prodpage.cmpage .prod-contentmid p:first-child {
    margin-bottom: 30px;
}

.prodpage.cmpage ul li {
    width: 50%;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.prodpage.callinn-page ul li {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.prodpage.callinn-page .prod-img {
    width: 50%;
}

.prodpage.callinn-page .prod-content {
    width: calc(50% - 30px);
}

.prodpage.phonemonitor-page ul {
    margin-bottom: 10px;
}

.prodpage.phonemonitor-page ul li {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.prodpage.phonemonitor-page .inner-ctasection {
    margin-top: 60px;
}

.prodpage.innformer-page ul li {
    line-height: normal;
}

.prodpage.hardware-page .prod-section {
    margin-bottom: 30px;
}

.prodpage.advanced-scanner .video-cols,
.prodpage.sign-pad .video-cols {
    margin: 0 auto 15px;
}

.prodpage.advanced-scanner .video-cols .videobox,
.prodpage.sign-pad .video-cols .videobox {
    width: calc(60% - 30px);
    margin: 15px auto;
}

.prodpage.advanced-scanner .video-cols .videobox iframe,
.prodpage.sign-pad .video-cols .videobox iframe {
    height: 350px;
}

.prodpage.sign-pad .prod-contentcenter ul.bulletlist {
    width: 100%;
}

.prodpage.sign-pad .prod-contentcenter ul.bulletlist li {
    font-weight: 300;
}

.prodpage.sign-pad .prod-contentcenter {
    padding-top: 40px;
}

.prodpage.sign-pad .prod-contentcenter h3 {
    margin-top: 40px;
}

.prodpage.magneticstripe .inner-ctasection,
.prodpage.employee-password .inner-ctasection {
    margin-top: 60px;
}

.prodpage.magneticstripe .prod-contentcenter,
.prodpage.employee-password .prod-contentcenter {
    padding-bottom: 0;
}

.prodpage.website-design .inner-ctasection {
    margin-top: 60px;
}

.prodpage.website-design .prod-section {
    position: relative;
    z-index: 1;
}

.prodpage.employee-password ul.bulletlist {
    margin-bottom: 20px;
}

.prodpage.employee-password ul.bulletlist li {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.whitebg {
    background: #FFF;
    margin: 0;
    padding: 60px 0;
    position: relative;
}

.prodpage ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.prodpage ul li {
    width: calc(50% - 30px);
    margin: 0 0 15px 30px;
}

.prodpage ul li:nth-of-type(2n+1) {
    margin-left: 0;
}

.prodpage .inner-ctabox h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}

.prodpage .inner-ctabox h3:after {
    display: none;
}

.prodpage .inner-ctabox p {
    margin: 0;
}

.prod-contentcenter {
    padding: 60px 0;
    text-align: center;
}

.prod-contentcenter ul.bulletlist {
    width: 90%;
    justify-content: center;
    margin: 30px auto;
}

.prod-contentcenter ul.bulletlist li {
    text-align: left;
    font-weight: 400;
    line-height: normal;
}

.prod-contentcenter ul.bulletlist li a {
    color: #2e3135;
}

.prod-contentcenter ul.bulletlist li a:hover,
.prod-contentcenter ul.bulletlist li a:focus {
    color: #276ad5;
    text-decoration: none;
}

.prod-contentcenter h3 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.prod-contentcenter h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px auto 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.video-cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 60px;
    position: relative;
    z-index: 1;
}

.videobox {
    display: block;
    width: calc(50% - 30px);
    padding: 0;
    margin: 15px;
    -webkit-box-shadow: 0 6px 30px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 30px -5px rgba(0, 0, 0, .3);
    border: 5px solid #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.videobox iframe {
    width: 100%;
    height: 300px;
    display: table;
    margin: 0;
    padding: 0;
}

/* product-listpage */

.product-listpage {}

.product-listpage .sf-block:nth-child(even) .prodborder-img {
    margin: 0 30px 0 0;
}

.product-listpage .sf-block:nth-child(even) .prodborder-img:before {
    left: -20px;
}

.product-listpage .sf-block:nth-child(even) .prodborder-img:after {
    left: -40px;
}

.prodborder-img {
    position: relative;
    z-index: 5;
    width: auto;
    margin: 0 0 0 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    align-self: flex-start;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.prodborder-img img {
    max-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.prodborder-img:before {
    content: "";
    width: 430px;
    height: 290px;
    position: absolute;
    right: -20px;
    top: -20px;
    display: block;
    background: #4fbec8;
    z-index: -1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.prodborder-img:after {
    content: "";
    width: 430px;
    height: 290px;
    position: absolute;
    right: -40px;
    top: -40px;
    display: block;
    background: #276ad5;
    z-index: -2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.interface-listpage {
    padding: 0 0 60px;
}

.interface-top {
    margin: 0 0 40px;
}

.interface-top h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
    margin: 0;
}

.interface-top h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px 0 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.interface-top p {
    margin-bottom: 15px;
}

.interface-top p:last-child {
    margin-bottom: 0;
}

.interlist-outer {
    display: flex;
    flex-flow: row wrap;
}

.interlist {
    width: calc(33% - 40px);
    margin: 20px 0 30px 40px;
}

.interlist:nth-child(3n+1) {
    margin-left: 0;
}

.interlist-img {
    margin: 0 0 15px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.interlist:hover .interlist-img,
.interlist:focus .interlist-img {
    -webkit-box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.2);
}

.interlist-img img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

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

.interlist-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.interlist-text p {
    margin: 0;
    font-size: 15px;
}

.interlist-text .btn {
    margin: 15px 0 0;
}

.main-container {}

.main-container h2 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
    margin: 40px 0 10px;
}

.main-container h2:after {
    content: "";
    width: 50px;
    height: 1px;
    margin: 10px 0 10px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.main-container h2:first-child {
    margin-top: 0;
}

.main-container p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

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

ol.lower-alpha {
    list-style-type: lower-alpha;
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.sticky-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sticky-content {}

.sticky-menu {
    width: 30%;
    margin: 0 0 0 60px;
    position: relative;
}

.sticky-menu-active {
    position: fixed;
    top: 100px;
    right: 40px;
}

.sticky-menu ol {
    color: #276ad5;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 20px;
}

.sticky-menu li {
    margin: 0 0 15px;
}

.sticky-menu li a {
    color: #276ad5;
}

.sticky-menu li a:hover,
.sticky-menu li a:focus {
    color: #303030;
    text-decoration: none;
}

*:focus {
    outline: none;
}

/* demo videos */

.vid {
    position: relative;
    height: 0;
    padding-bottom: 55.6%;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 30px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 30px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 5px solid #FFF;
}

.vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-page p {
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0 0 10px;
}

.video-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 40px 0 0;
}

.video-content {
    width: calc(70% - 60px);
}

.video-head {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.video-content h2 {
    margin: 0 0 30px;
    width: 90%;
    font-size: 30px;
    font-weight: 300;
    color: #276ad5;
}

.video-content h2:after {
    display: none;
}

.video-content .txtime {
    font-size: 18px;
    color: var(--secondaryColor);
    opacity: .5;
    text-align: right;
    font-weight: 300;
    padding: 5px 0;
    width: 10%;
}

.videolist-box {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #FFF;
}

.video-menu p:first-child .btn-vid {
    border-radius: 6px 6px 0 0;
}

.video-menu p:last-child .btn-vid {
    border-radius: 0 0 6px 6px;
}

.video-menu {
    width: 30%;
    margin: 0 0 0 60px;
    position: relative;
}

.video-menu p {
    margin: 0;
    padding: 0;
}

.video-menu .btn-vid {
    position: relative;
    display: block;
    padding: 6px 0px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.video-menu .btn-vid .play-div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 40px;
}

.video-menu .btn-vid .videolist {
    vertical-align: middle;
    display: inline-block;
    width: 80%;
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
    color: #444;
}

.video-menu .btn-vid .play-div i.fa-play {
    width: 36px;
    display: inline-block;
    color: #4965F9;
}

.video-menu .btn-vid .badge.reg-font {
    width: 36px;
    min-width: 36px;
    display: block;
    background: none;
    color: #444;
    padding: 0;
}

.video-menu .btn-vid.vid-active {
    background-color: #276ad5;
    color: #FFF;
}

.video-menu .btn-vid.vid-active .videolist,
.video-menu .btn-vid.vid-active .play-div i.fa-play,
.video-menu .btn-vid.vid-active .badge.reg-font {
    color: #FFF;
}

.video-menu .btn-vid br,
.video-menu .btn-vid.vid-active br {
    display: none;
}

/* search-results */

.search-results .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.search-results .page-header .heading-section {
    text-align: left;
    padding: 40px 0;
}

.search-results .page-header .heading-section:after {
    display: none;
}

.search-results .search-maincontainer {
    margin: 0;
    padding: 40px 0;
}

.search-results .search-maincontainer .type-page {
    margin: 0 0 50px;
    padding: 0;
}

.search-results .search-maincontainer .entry-header {}

.search-results .search-maincontainer .entry-header .entry-title {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
    margin: 0 0 15px;
}

.search-results .search-maincontainer .entry-header .entry-title:after {
    content: "";
    width: 50px;
    height: 1px;
    margin: 10px 0 0;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.search-results .search-maincontainer .entry-header .entry-title a {
    color: #2e3135;
}

.search-results .search-maincontainer .entry-header .entry-title a:hover,
.search-results .search-maincontainer .entry-header .entry-title a:focus {
    color: #276ad5;
    text-decoration: none;
}

.search-results .search-maincontainer .entry-summary {
    margin: 0;
}

.search-results .search-maincontainer .entry-summary p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.search-results .search-maincontainer .entry-summary p:last-child {
    margin-bottom: 0;
}

.search-results .search-maincontainer .entry-summary a.more-link {
    display: table;
    margin: 15px 0 0;
    padding: 10px 15px;
    line-height: 100%;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #276ad5;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-results .search-maincontainer .entry-summary a.more-link:hover,
.search-results .search-maincontainer .entry-summary a.more-link:focus {
    text-decoration: none;
    padding: 10px 35px 10px 15px;
}

.search-results .search-maincontainer .entry-summary a.more-link .meta-nav {
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-results .search-maincontainer .entry-summary a.more-link:hover .meta-nav {
    opacity: 1;
}

/* Hotel PMS */

.hotelpms .hotelpms-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
}

.hotelpms .hotelpms-img img {
    max-width: 100%;
    float: right;
}

.hotelpms .prod-content {
    width: 70%;
    margin: 0;
}

.hotelpms .prod-section {
    position: relative;
}

.hotelpms .plistbox-outer {
    display: flex;
    flex-flow: row wrap;
    margin: 60px 0 0;
    padding: 0;
}

.hotelpms .plistbox {
    width: calc(51% - 20px);
    margin: 0 0 30px 20px;
    position: relative;
    padding: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hotelpms .plistbox:hover {
    background: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.hotelpms .plistbox:nth-of-type(2n+1) {
    margin-left: 0;
}

.hotelpms .plistbox h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    color: #2e3135;
    margin: 0 0 10px;
}

.hotelpms .plistbox h4 a {
    color: #2e3135;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hotelpms .plistbox h4 a:hover,
.hotelpms .plistbox h4 a:focus {
    color: #276ad5;
    text-decoration: none;
}

.hotelpms .plistbox:hover h4 a {
    color: #276ad5;
}

.hotelpms .plistbox p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #646b71;
}

.hotelpms .plistbox .plist-icn {
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
    display: block;
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: -75px -10px;
}

.hotelpms .plistbox .plist-icn.plist-icn01 {
    background-position: -75px -10px;
}

.hotelpms .plistbox .plist-icn.plist-icn02 {
    background-position: -75px -79px;
}

.hotelpms .plistbox .plist-icn.plist-icn03 {
    background-position: -75px -150px;
}

.hotelpms .plistbox .plist-icn.plist-icn04 {
    background-position: -75px -220px;
}

.hotelpms .plistbox .plist-icn.plist-icn05 {
    background-position: -161px -5px;
    width: 80px;
}

.hotelpms .plistbox .plist-icn.plist-icn06 {
    background-position: -171px -79px;
    width: 60px;
}

.hotelpms .plistbox .plist-icn.plist-icn07 {
    background-position: -165px -147px;
    width: 70px;
}

.hotelpms .plistbox .plist-icn.plist-icn08 {
    background-position: -178px -221px;
}

.hotelpms .plistbox .plist-icn.plist-icn09 {
    background-position: -269px -2px;
    width: 62px;
}

.hotelpms .plistbox .plist-icn.plist-icn10 {
    background-position: -272px -79px;
    width: 55px;
}

.hotelpms .plistbox .plist-icn.plist-icn11 {
    background-position: -276px -151px;
}

.hotelpms .plistbox .plist-icn.plist-icn12 {
    background-position: -281px -219px;
}

.hotelpms .plistbox .plist-icn.plist-icn13 {
    background-position: -75px -277px;
}

.hotelpms .prodpage ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.hotelpms .prodpage ul li {
    width: calc(50% - 30px);
    margin: 0 0 15px 30px;
}

.hotelpms .prodpage ul li:nth-of-type(2n+1) {
    margin-left: 0;
}

.faq-raw {
    margin: 15px 0;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-raw:first-child {
    margin-top: 0;
}

.faq-raw.active {
    background: #FFF;
    -webkit-box-shadow: 0 7px 30px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 30px -6px rgba(0, 0, 0, .2);
}

.faq-title:first-child {
    margin-top: 0;
}

.faq-title {
    font-size: 20px;
    font-weight: 400;
    color: #2e3135;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 10px 25px;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-title:before {
    content: "\f078";
    font-family: "fontAwesome";
    color: #aaa;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-raw.active .faq-title {
    color: #000;
}

.faq-raw.active .faq-title:before {
    content: "\f077";
}

.faq-desc {
    display: none;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.750em;
    margin: 10px 0 5px;
    padding: 0 0 0;
    color: #444;
}

.faq-container p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

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

.careerpage .inn-cscontent {
    width: 100%;
}

.careerpage .inn-cscontent .inn-cscontent p {
    margin-bottom: 15px;
}

.careerpage .inn-cscontent .inn-cscontent p:last-child {
    margin-bottom: 0;
}

.inner-pages {
    padding: 0;
}

.inner-pages h2 {
    font-size: 36px;
    font-weight: 300;
    color: #276ad5;
    margin: 0 0 10px;
}

.inner-pages h2 span {
    color: #303030;
}

.inner-pages h5 {
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 300;
    margin: 0 0 50px;
    line-height: 1.6em;
}

.inner-pages h6 {
    font-size: 18px;
    color: var(--secondaryColor);
    font-weight: 600;
    margin: 25px 0 10px;
    line-height: 1.6em;
}

.inner-pages h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
    margin: 0;
}

.inner-pages h3:after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px 0 20px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.inner-pages p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.inner-pages p:last-child {
    margin-bottom: 0;
}

.inner-pages p strong {
    font-weight: 500;
}

.inner-pages .inn-csright {
    width: 30%;
    margin: 0 0 0 30px;
}

.inner-pages .inn-csleft {
    width: calc(70% - 30px);
}

.careerpage .btm-contentsection {}

.careerpage .inn-csright {
    width: calc(30% - 30px);
    margin: 0 0 0 30px;
}

.careerpage .inn-csleft {
    width: 70%;
}

.inn-contentmid {
    padding: 15px 0 0;
}

.cardbox {
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.2);
}

.cardbox a {
    color: #276ad5;
}

.cardbox a:hover,
.cardbox a:focus {
    color: #333;
    text-decoration: none;
}

.inner-pages.partnerpage {
    margin: 0 0 -60px;
}

.inner-pages.partnerpage .inner-topsection,
.inner-pages.contactpage .inner-topsection {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.inn-innlogo {
    overflow: auto;
    width: 290px;
    float: right;
    margin: 0 0 0 40px;
}

.inn-innlogo img {
    max-width: 100%;
}

.inner-pages.partnerpage .inn-csleft {
    width: calc(70% - 30px);
}

.inner-pages.partnerpage .inn-csright {
    width: 30%;
}

.form-outer {
    width: 100%;
    background: #FFF;
    padding: 30px;
    margin: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.3);
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.form-outer .form-group {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-outer .btn.btn-lg {
    border: none;
    outline: none;
    padding: 12px 30px;
}

.form-outer .form-group .form_icn {
    display: none;
}

.form-outer .form-group .txt_label {
    font-weight: 300;
    font-size: 15px;
}

.form-outer .showmsg {
    background: #FFC9C9;
    color: #832020;
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    display: none;
}

.inner-pages.partnerpage .testimonial-section {
    margin: 60px 0 0;
    padding: 40px 0;
}

.inner-pages.partnerpage .testimonial-section .testi-block {
    padding: 0;
    margin: 0 auto;
    width: 70%;
}

.inner-pages.partnerpage .testimonial-section .testi-image {
    background: #FFF;
    display: table;
    margin: 30px auto 0;
    padding: 5px;
}

.inner-pages.partnerpage .testimonial-section .testi-image img {
    max-width: 100%;
}

.inner-pages.partnerpage .testimonial-section .testi-block h3 {
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin: 0 0 20px;
}

.inner-pages.partnerpage .testimonial-section .testi-block h3:after {
    display: none;
}

.inner-pages.partnerpage .testimonial-section .testi-block p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    margin: 0;
}

.inner-pages.partnerpage .testimonial-section .testi-block footer {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin: 20px auto 0;
    display: table;
}

.inner-pages.partnerpage .testimonial-section .testi-block footer p {
    margin: 0;
    line-height: 100%;
}

.inner-pages.partnerpage .testimonial-section .testi-block footer .ftop {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.inner-pages.partnerpage .testimonial-section .testi-block footer .ftop span {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.inner-pages.partnerpage .testimonial-section .testi-block footer .fbtm {
    margin: 5px 0 0;
}

.inner-pages.partnerpage .testimonial-section .testi-block footer p small {
    font-size: 14px;
}

.inner-pages.contactpage {}

.inner-pages.contactpage .inner-topsection p {
    /*font-size: 15px;*/
}

.cblock {
    font-size: 16px;
}

.cblock-top {}

.cblock-top p {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 15px 15px;
    font-size: 15px;
    font-weight: 300;
}

.cblock-top p:nth-of-type(2n+1) {
    margin-left: 0;
}

.cblock-top p strong {
    font-weight: 400;
}

.cblock-top p .chead {
    font-size: 16px;
    font-weight: 500;
}

.cblock p small {
    position: relative;
    top: -5px;
    margin: 0;
    display: block;
    line-height: 1.4em;
}

.req {
    color: #f04d49;
    font-size: 0.750em;
    font-weight: 600;
    position: relative;
    top: -3px;
}

.cblock-mid {
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 0;
    margin: 15px 0 0;
}

.cblock-mid+.cblock-top {
    margin-top: 30px;
}

.cblock-mid+.cblock-top p {
    width: 100%;
    margin: 0 0 15px;
}

.cblock-mid+.cblock-top p:nth-of-type(2n+1) {
    margin-left: 0;
}

.cblock-mid+.cblock-top ul {
    margin: 0;
    padding: 0 0 0 30px;
}

.cblock-mid+.cblock-top ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.inner-pages.manualpage {}

.inner-pages.manualpage h4 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin: 30px 0 5px;
}

.inner-pages.manualpage h4 a {
    color: #276ad5;
}

.inner-pages.manualpage h4 a:hover,
.inner-pages.manualpage h4 a:focus {
    color: #2e3135;
    text-decoration: none;
}

.inner-pages.manualpage h4 a .fa {
    font-size: 0.6em;
    color: #e14045;
    position: relative;
    margin: 0 0 0 5px;
    line-height: 100%;
    top: -5px;
}

.inner-pages.hardwarepage {}

.inner-pages.hardwarepage ul {
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.inner-pages.hardwarepage ul li:nth-of-type(2n+1) {
    margin-left: 0;
}

.inner-pages.hardwarepage ul li {
    width: calc(50% - 30px);
    margin: 0 0 15px 30px;
}

.inner-pages.downloadpage {}

.inner-pages.downloadpage .form-outer {
    width: 400px;
    margin: 0 auto;
}

.inner-pages.downloadpage .form-outer h3 {
    text-align: center;
}

.inner-pages.downloadpage .form-outer h3:after {
    margin: 10px auto 20px;
}

.inner-pages.downloadpage .form-outer p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
}

.inner-pages.downloadpage .form-outer header {
    margin: 0 auto 30px;
}

.inner-pages.downloadpage .form-outer .form-group {
    margin-bottom: 15px;
}

.inner-pages.feedbackpage {}

.feedback-top {
    margin: 0 0 30px;
}

.inner-pages.feedbackpage .form-outer .form-group .txt_label {
    font-weight: 300;
    font-size: 17px;
}

.chkbox-outer {
    display: flex;
    flex-flow: row wrap;
}

.chkbox {
    width: 33%;
    margin: 0;
    padding: 5px 5px 0;
}

.chkbox label {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
}

.chkbox input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.form-twocolsouter {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
}

.form-group.form-twocols {
    width: calc(49% - 30px);
    margin: 0 0 30px 30px;
}

.form-group.form-twocols:nth-of-type(2n+1) {
    margin-left: 0;
}

.sfouter {
    display: flex;
    flex-flow: row wrap;
    margin: 30px auto 0;
}

.sfouter div {
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
    background: #FFF;
    -webkit-box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.3);
    padding: 30px;
    text-align: center;
}

.sfouter div:nth-of-type(2n+1) {
    margin-left: 0;
}

.sfouter div h4 {
    margin: 0 0 15px;
}

.sfouter div h4 a {}

.sfouter div h4 a:hover {
    color: #333;
    text-decoration: none;
}

.sfouter div p {
    margin: 0;
}

.sfouter div .btn {
    margin: 15px 0 0;
}

.inner-pages.passwordpage {}

.inner-pages.passwordpage .form-outer {
    width: 400px;
    margin: 40px auto 0;
}

.inner-pages.passwordpage .form-outer h3 {
    text-align: center;
}

.inner-pages.passwordpage .form-outer h3:after {
    margin: 10px auto 20px;
}

.inner-pages.passwordpage .form-outer p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
}

.inner-pages.passwordpage .form-outer header {
    margin: 0 auto 30px;
}

.inner-pages.passwordpage .form-outer .form-group {
    margin-bottom: 15px;
}

.inner-pages.passwordpage .form-outer .form-group .form-control,
.inner-pages.downloadpage .form-outer .form-group .form-control {
    height: 40px;
}

.inner-pages.networkauthpage .form-outer .form-group .txt_label {
    font-size: 17px;
}

.inner-pages.networkauthpage .form-outer .form-btnouter {
    margin: 15px 0 0;
}

.support-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 30px;
}

.support-link p {
    background: #FFF;
    padding: 0;
    line-height: normal;
    margin: 0 0 0 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.support-link p:hover {
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
}

.support-link p a {
    padding: 10px 15px;
    display: block;
}

.support-link p a:hover,
.support-link p a:focus {
    text-decoration: none;
}

.support-link p:first-child {
    margin-left: 0;
}

.inner-pages.supportpage {}

.inner-pages.supportpage p {}

.sblock {
    margin: 0 0 30px;
}

.sblock p {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 15px 15px;
    font-size: 15px;
    font-weight: 300;
}

.sblock p:nth-of-type(2n+1) {
    margin-left: 0;
}

.sblock p strong {
    font-weight: 400;
}

.sblock p .shead {
    font-size: 16px;
    font-weight: 500;
}

.sblock p small {
    position: relative;
    top: 0;
    margin: 0;
    display: block;
    line-height: 1.4em;
}

.inner-pages.supportpage ul {
    margin: 0;
    padding: 0 0 0 30px;
}

.inner-pages.supportpage ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

p.snote {
    line-height: 1.2em;
    margin: 0 0 30px;
    background: #e4eaf4;
    padding: 10px;
    border-radius: 4px;
    color: #4c525a;
    font-weight: 300;
    border: 1px solid #d6dbe4;
}

p.snote strong {
    font-size: 15px;
    font-weight: 400;
}

h2.state-head {
    margin: 0 auto 50px;
    text-align: center;
    color: #303030;
    font-size: 24px;
    font-weight: 400;
}

h2.state-head span {
    color: #276ad5;
}

.prodpage.bepage {
    padding: 0;
}

.bepage-outer {}

.bepage-outer .heading-section {
    padding: 50px 0 120px;
    text-align: left;
}

.bepage-outer .heading-section:before {
    background: url(images/be-headingimg.png) no-repeat 0 0;
    height: 300px;
    background-size: contain;
    position: absolute;
    right: 10%;
    top: 20px;
    left: auto;
    width: 360px;
}

.bepage-outer .heading-section h1 {
    position: relative;
    top: 30px;
}

.be-section {
    padding: 60px 0;
}

.be-section:first-child {
    padding-top: 20px;
}

.be-section.be-section6:nth-child(even) {
    /*background: #f6f7f8;*/
}

.prodpage.bepage .inner-ctasection:before {
    background: #276ad5;
}

.be-topsection {
    text-align: center;
    margin: 0 0 40px;
}

.be-features {}

.be-features-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.be-fbox {
    width: calc(33% - 40px);
    margin: 40px 0 0 40px;
    padding: 20px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.be-fbox:hover {}

.be-fbox:nth-of-type(3n+1) {
    margin-left: 0;
}

.be-fbox h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #2e3135;
}

.be-fbox p {
    font-size: 15px;
    line-height: 1.6em;
}

.be-ficn {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    display: block;
    background-image: url("images/be-features.png");
    background-repeat: no-repeat;
    background-position: -22px -15px;
}

.fr_model {
    background-position: -22px -14px
}

.acc_type {
    background-position: -101px -15px
}

.bk_prc {
    background-position: -178px -10px
}

.rm_interface {
    background-position: -266px -14px
}

.per_brand {
    background-position: -21px -94px
}

.cre_card {
    background-position: -103px -93px
}

.red_play {
    background-position: -191px -92px
}

.phone_sup {
    background-position: -270px -90px
}

.up_shell {
    background-position: -24px -173px
}

.pack_deal {
    background-position: -105px -175px
}

.secret_deal {
    background-position: -186px -173px
}

.corp_client {
    background-position: -266px -174px
}

.group_book {
    background-position: -18px -253px
}

.yield_mgnt {
    background-position: -102px -253px
}

.globe_lng {
    background-position: -183px -256px
}

.gue_email {
    background-position: -262px -254px
}

.fb_page {
    background-position: -28px -334px
}

.trip_add {
    background-position: -101px -334px
}

.pms_sys {
    background-position: -184px -333px
}

.sms_book {
    background-position: -264px -334px
}

.review_sale {
    background-position: -21px -416px
}

.wp_plug {
    background-position: -101px -416px
}

.joomla_plug {
    background-position: -185px -413px
}

.engage_gue {
    background-position: -259px -413px
}

.pre_arrival {
    background-position: -27px -492px
}

.durring_stay {
    background-position: -105px -494px
}

.post_departure {
    background-position: -185px -494px
}

.promotion {
    background-position: -264px -492px
}

.cust_msg {
    background-position: -23px -577px
}

.cpy_email {
    background-position: -102px -575px
}

.email_shu {
    background-position: -185px -576px
}

.mobile_frnd {
    background-position: -267px -574px
}

.save_later {
    background-position: -28px -654px
}

.cur_year {
    background-position: -22px -735px
}

.events {
    background-position: -107px -733px
}

.monitor_com {
    background-position: -160px -720px
}

.holiday_indi {
    background-position: -264px -733px
}

.google_sta {
    background-position: -24px -814px
}

.reports {
    background-position: -105px -813px
}

.logs_all {
    background-position: -180px -814px
}

.visit_states {
    background-position: -265px -814px
}

.gue_states {
    background-position: -24px -892px
}

.rate_avail {
    background-position: -25px -973px
}

.extra_ser {
    background-position: -103px -975px
}

.int_book {
    background-position: -186px -977px
}

.hotel_list {
    background-position: -266px -974px
}

.walk_book {
    background-position: -22px -1054px
}

.dash_book {
    background-position: -103px -1054px
}

.single_rate {
    background-position: -188px -1054px
}

.remark_tool {
    background-position: -22px -15px
}

.be-section:nth-child(even) {
    background: #276ad5;
    color: #FFF;
    position: relative;
    padding: 0 0 60px;
    margin: 80px 0 0;
}

.be-section:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #276ad5;
    transform-origin: 0 0;
    transform: skewY(3deg);
}

.be-section:nth-child(even) .container {
    position: relative;
    z-index: 1;
}

.be-section:nth-child(even) .be-topsection {
    margin: 0 0 60px;
}

.be-section:nth-child(even) h2 {
    color: #FFF;
}

.be-section:nth-child(even) p {
    color: rgba(255, 255, 255, 0.8);
}

.be-section:nth-child(even) .be-features-outer {
    -webkit-justify-content: center;
    justify-content: center;
}

.be-section:nth-child(even) .be-fbox {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 60px 0 0 40px;
}

.be-section:nth-child(even) .be-fbox:nth-child(1),
.be-section:nth-child(even) .be-fbox:nth-child(2),
.be-section:nth-child(even) .be-fbox:nth-child(3) {
    margin-top: 0;
}

.be-section:nth-child(even) .be-fbox h4 {
    color: #FFF;
    font-size: 20px;
}

.be-section:nth-child(even) .be-fbox p {
    color: rgba(255, 255, 255, 0.8);
}

.be-section:nth-child(even) .be-fbox .be-ficn {
    background: #FFF;
    border: 5px solid #1451b1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.be-section:nth-child(even) .be-fbox:hover .be-ficn {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
}

.be-section:nth-child(even) .be-ficn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    background-image: url(images/be-features.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -webkit-transform: translateY(-45%) translateX(25%);
    transform: translateY(-45%) translateX(25%);
}

.be-section:nth-child(even) .be-ficn.fr_model:before {
    background-position: -22px -14px
}

.be-section:nth-child(even) .be-ficn.acc_type:before {
    background-position: -101px -15px
}

.be-section:nth-child(even) .be-ficn.bk_prc:before {
    background-position: -178px -10px
}

.be-section:nth-child(even) .be-ficn.rm_interface:before {
    background-position: -266px -14px
}

.be-section:nth-child(even) .be-ficn.per_brand:before {
    background-position: -21px -94px
}

.be-section:nth-child(even) .be-ficn.cre_card:before {
    background-position: -103px -93px
}

.be-section:nth-child(even) .be-ficn.red_play:before {
    background-position: -191px -92px
}

.be-section:nth-child(even) .be-ficn.phone_sup:before {
    background-position: -270px -90px
}

.be-section:nth-child(even) .be-ficn.up_shell:before {
    background-position: -24px -173px
}

.be-section:nth-child(even) .be-ficn.pack_deal:before {
    background-position: -105px -175px
}

.be-section:nth-child(even) .be-ficn.secret_deal:before {
    background-position: -186px -173px
}

.be-section:nth-child(even) .be-ficn.corp_client:before {
    background-position: -266px -174px
}

.be-section:nth-child(even) .be-ficn.group_book:before {
    background-position: -18px -253px
}

.be-section:nth-child(even) .be-ficn.yield_mgnt:before {
    background-position: -102px -253px
}

.be-section:nth-child(even) .be-ficn.globe_lng:before {
    background-position: -183px -256px
}

.be-section:nth-child(even) .be-ficn.gue_email:before {
    background-position: -262px -254px
}

.be-section:nth-child(even) .be-ficn.fb_page:before {
    background-position: -28px -334px
}

.be-section:nth-child(even) .be-ficn.trip_add:before {
    background-position: -101px -334px
}

.be-section:nth-child(even) .be-ficn.pms_sys:before {
    background-position: -184px -333px
}

.be-section:nth-child(even) .be-ficn.sms_book:before {
    background-position: -264px -334px
}

.be-section:nth-child(even) .be-ficn.review_sale:before {
    background-position: -21px -416px
}

.be-section:nth-child(even) .be-ficn.wp_plug:before {
    background-position: -101px -416px
}

.be-section:nth-child(even) .be-ficn.joomla_plug:before {
    background-position: -185px -413px
}

.be-section:nth-child(even) .be-ficn.engage_gue:before {
    background-position: -259px -413px
}

.be-section:nth-child(even) .be-ficn.pre_arrival:before {
    background-position: -27px -492px
}

.be-section:nth-child(even) .be-ficn.durring_stay:before {
    background-position: -105px -494px
}

.be-section:nth-child(even) .be-ficn.post_departure:before {
    background-position: -185px -494px
}

.be-section:nth-child(even) .be-ficn.promotion:before {
    background-position: -264px -492px
}

.be-section:nth-child(even) .be-ficn.cust_msg:before {
    background-position: -23px -577px
}

.be-section:nth-child(even) .be-ficn.cpy_email:before {
    background-position: -102px -575px
}

.be-section:nth-child(even) .be-ficn.email_shu:before {
    background-position: -185px -576px
}

.be-section:nth-child(even) .be-ficn.mobile_frnd:before {
    background-position: -267px -574px
}

.be-section:nth-child(even) .be-ficn.save_later:before {
    background-position: -28px -654px
}

.be-section:nth-child(even) .be-ficn.cur_year:before {
    background-position: -22px -735px
}

.be-section:nth-child(even) .be-ficn.events:before {
    background-position: -107px -733px
}

.be-section:nth-child(even) .be-ficn.monitor_com:before {
    background-position: -160px -720px
}

.be-section:nth-child(even) .be-ficn.holiday_indi:before {
    background-position: -264px -733px
}

.be-section:nth-child(even) .be-ficn.google_sta:before {
    background-position: -24px -814px
}

.be-section:nth-child(even) .be-ficn.reports:before {
    background-position: -105px -813px
}

.be-section:nth-child(even) .be-ficn.logs_all:before {
    background-position: -180px -814px
}

.be-section:nth-child(even) .be-ficn.visit_states:before {
    background-position: -265px -814px
}

.be-section:nth-child(even) .be-ficn.gue_states:before {
    background-position: -24px -892px
}

.be-section:nth-child(even) .be-ficn.rate_avail:before {
    background-position: -25px -973px
}

.be-section:nth-child(even) .be-ficn.extra_ser:before {
    background-position: -103px -975px
}

.be-section:nth-child(even) .be-ficn.int_book:before {
    background-position: -186px -977px
}

.be-section:nth-child(even) .be-ficn.hotel_list:before {
    background-position: -266px -974px
}

.be-section:nth-child(even) .be-ficn.walk_book:before {
    background-position: -22px -1054px
}

.be-section:nth-child(even) .be-ficn.dash_book:before {
    background-position: -103px -1054px
}

.be-section:nth-child(even) .be-ficn.single_rate:before {
    background-position: -188px -1054px
}

.be-section:nth-child(even) .be-ficn.remark_tool:before {
    background-position: -22px -15px
}

.be-section1 {}

.be-section1 .be-fbox {
    width: calc(50% - 30px);
    margin: 30px 0 0 30px;
    padding: 0 0 0 70px;
    text-align: left;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.be-section1 .be-fbox:nth-of-type(3n+1) {
    margin-left: 30px;
}

.be-section1 .be-fbox:nth-of-type(2n+1) {
    margin-left: 0;
}

.be-section1 .be-ficn {
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.be-section1 .be-ficn.fr_model {
    background-position: -22px -24px
}

.be-section1 .be-ficn.acc_type {
    background-position: -101px -27px
}

.be-section1 .be-ficn.bk_prc {
    background-position: -178px -30px
}

.be-section1 .be-ficn.rm_interface {
    background-position: -266px -24px
}

.be-section1 .be-ficn.per_brand {
    background-position: -21px -105px
}

.be-section1 .be-ficn.cre_card {
    background-position: -103px -105px
}

.be-section1 .be-ficn.red_play {
    background-position: -191px -105px
}

.be-section1 .be-ficn.phone_sup {
    background-position: -270px -105px
}

.be-section1 .be-ficn.up_shell {
    background-position: -24px -183px
}

.be-section1 .be-ficn.pack_deal {
    background-position: -105px -186px
}

.be-section1 .be-ficn.secret_deal {
    background-position: -186px -183px
}

.be-section1 .be-ficn.corp_client {
    background-position: -266px -184px
}

.be-section1 .be-ficn.group_book {
    background-position: -18px -264px
}

.be-section1 .be-ficn.yield_mgnt {
    background-position: -102px -263px
}

.be-section1 .be-ficn.globe_lng {
    background-position: -183px -263px
}

.be-section1 .be-ficn.gue_email {
    background-position: -262px -263px
}

.be-section1 .be-ficn.fb_page {
    background-position: -28px -344px
}

.be-section1 .be-ficn.trip_add {
    background-position: -101px -344px
}

.be-section1 .be-ficn.pms_sys {
    background-position: -184px -344px
}

.be-section1 .be-ficn.sms_book {
    background-position: -264px -344px
}

.be-section1 .be-ficn.review_sale {
    background-position: -21px -426px
}

.be-section1 .be-ficn.wp_plug {
    background-position: -101px -422px
}

.be-section1 .be-ficn.joomla_plug {
    background-position: -185px -423px
}

.be-section1 .be-ficn.engage_gue {
    background-position: -259px -426px
}

.be-section1 .be-ficn.pre_arrival {
    background-position: -27px -492px
}

.be-section1 .be-ficn.durring_stay {
    background-position: -105px -494px
}

.be-section1 .be-ficn.post_departure {
    background-position: -185px -494px
}

.be-section1 .be-ficn.promotion {
    background-position: -264px -492px
}

.be-section1 .be-ficn.cust_msg {
    background-position: -23px -577px
}

.be-section1 .be-ficn.cpy_email {
    background-position: -102px -575px
}

.be-section1 .be-ficn.email_shu {
    background-position: -185px -576px
}

.be-section1 .be-ficn.mobile_frnd {
    background-position: -267px -574px
}

.be-section1 .be-ficn.save_later {
    background-position: -28px -654px
}

.be-section1 .be-ficn.cur_year {
    background-position: -22px -735px
}

.be-section1 .be-ficn.events {
    background-position: -107px -733px
}

.be-section1 .be-ficn.monitor_com {
    background-position: -160px -720px
}

.be-section1 .be-ficn.holiday_indi {
    background-position: -264px -733px
}

.be-section1 .be-ficn.google_sta {
    background-position: -24px -814px
}

.be-section1 .be-ficn.reports {
    background-position: -105px -813px
}

.be-section1 .be-ficn.logs_all {
    background-position: -180px -814px
}

.be-section1 .be-ficn.visit_states {
    background-position: -265px -814px
}

.be-section1 .be-ficn.gue_states {
    background-position: -24px -892px
}

.be-section1 .be-ficn.rate_avail {
    background-position: -25px -973px
}

.be-section1 .be-ficn.extra_ser {
    background-position: -103px -975px
}

.be-section1 .be-ficn.int_book {
    background-position: -186px -977px
}

.be-section1 .be-ficn.hotel_list {
    background-position: -266px -974px
}

.be-section1 .be-ficn.walk_book {
    background-position: -22px -1054px
}

.be-section1 .be-ficn.dash_book {
    background-position: -103px -1054px
}

.be-section1 .be-ficn.single_rate {
    background-position: -188px -1054px
}

.be-section1 .be-ficn.remark_tool {
    background-position: -22px -15px
}

.be-section3 {
    position: relative;
    padding: 60px 0;
}

.be-section3 .be-section-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.be-section3 .be-topsection {
    width: 38%;
    text-align: left;
}

.be-section3 .be-features {
    width: 60%;
}

.be-section3 .be-features-outer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.be-section3 .be-ficn {
    margin: 0 0 15px;
}

.be-section3 .be-fbox {
    width: calc(50% - 40px);
    background: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 40px 40px;
    padding: 30px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: left;
}

.be-section3 .be-fbox:hover {
    -webkit-box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
}

.be-section3 .be-fbox:nth-of-type(2n+1) {
    margin-left: 0;
}

.be-section3 .be-fbox:nth-of-type(1) {}

.be-section3 .be-fbox:nth-of-type(2) {
    top: 60px;
}

.be-section3 .be-fbox:nth-of-type(3) {}

.be-section3 .be-fbox:nth-of-type(4) {
    top: 60px;
}

.be-section5 {
    position: relative;
    padding: 60px 0;
}

.be-section5 .be-section-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.be-section5 .be-topsection {
    width: 38%;
    text-align: left;
}

.be-section5 .be-features {
    width: 60%;
}

.be-section5 .be-features-outer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.be-section5 .be-ficn {
    margin: 0 0 15px;
}

.be-section5 .be-fbox {
    width: calc(50% - 40px);
    background: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 40px 40px;
    padding: 30px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: left;
}

.be-section5 .be-fbox:hover {
    -webkit-box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
}

.be-section5 .be-fbox:nth-of-type(2n+1) {
    margin-left: 0;
}

.be-section5 .be-fbox:nth-of-type(1) {}

.be-section5 .be-fbox:nth-of-type(2) {
    top: 60px;
}

.be-section5 .be-fbox:nth-of-type(3) {}

.be-section5 .be-fbox:nth-of-type(4) {
    top: 60px;
}

.prodpage.creditcard-page {}

.prodpage.creditcard-page .videobox {
    float: left;
    margin: 0 30px 30px 0;
    overflow: auto;
}

.prodpage.creditcard-page .inner-ctasection {
    margin-top: 30px;
}

.prodpage.creditcard-page .prod-contentmid {
    padding: 0;
    margin: 0 0 60px;
}

.prodpage.creditcard-page .prod-contentmid.pcone {
    padding: 40px 0;
}

.prodpage.creditcard-page .prod-contentmid:after {
    display: inline-block;
    clear: both;
}

.cmpage-outer {}

.cmpage-outer .heading-section {
    padding: 50px 0 100px;
    text-align: left;
}

.cmpage-outer .heading-section:before {
    background: url(images/cm-headingimg.png) no-repeat 0 0;
    height: 300px;
    background-size: contain;
    position: absolute;
    right: 10%;
    top: 40px;
    left: auto;
    width: 360px;
}

.cmpage-outer .heading-section h1 {
    position: relative;
    top: 10px;
    width: 60%;
}

.cmpage .inner-ctasection {
    margin-top: 60px;
}

.cmpage .cm-section1 {
    padding: 60px 0 120px;
}

.cmpage .cm-section1 .cm-section-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.cmpage .cm-section1 .cm-topsection {
    width: 34%;
}

.cmpage .cm-section1 .cm-gridsection {
    width: 60%;
}

.cmpage .cm-section1 .cm-gridouter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.cmpage .cm-section1 .cm-grid {
    width: calc(50% - 40px);
    background: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 40px 40px;
    padding: 30px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cmpage .cm-section1 .cm-grid:hover {
    -webkit-box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
}

.cmpage .cm-section1 .cm-grid:nth-of-type(2n+1) {
    margin-left: 0;
}

.cmpage .cm-section1 .cm-grid:nth-of-type(1) {}

.cmpage .cm-section1 .cm-grid:nth-of-type(2) {
    top: 60px;
}

.cmpage .cm-section1 .cm-grid:nth-of-type(3) {}

.cmpage .cm-section1 .cm-grid:nth-of-type(4) {
    top: 60px;
}

.cmpage .cm-section1 .cm-grid figure {
    width: 80px;
    margin: 0 0 15px;
}

.cmpage .cm-section1 .cm-grid figure img {
    max-width: 100%;
}

.cmpage .cm-section1 .cm-grid h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.cmpage .cm-section1 .cm-grid h3:after {
    display: none;
}

.cmpage .cm-section1 .cm-grid p {
    font-size: 15px;
    line-height: 1.5em;
}

.cmpage .cm-section2 {
    margin: 0;
    padding: 0 0 60px;
    background: #276ad5;
    position: relative;
}

.cmpage .cm-section2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    z-index: -1;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #276ad5;
    transform-origin: 0 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.cmpage .cm-section2 .cm-grid figure {
    width: 130px;
    padding: 20px;
    margin: 0 auto 30px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #1451b1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cmpage .cm-section2 .cm-grid:hover figure {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .2);
}

.cmpage .cm-section2 .cm-grid figure img {
    max-width: 100%;
}

.cmpage .cm-section2 .cm-grid h3 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #FFF;
}

.cmpage .cm-section2 .cm-grid h3:after {
    display: none;
}

.cmpage .cm-section2 .cm-grid p {
    font-size: 15px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.8);
}

.cmpage .cm-section2 .cm-section-inner {}

.cmpage .cm-section2 .cm-gridsection {}

.cmpage .cm-section2 .cm-gridouter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.cmpage .cm-section2 .cm-grid {
    width: calc(33% - 60px);
    margin: 0 0 0 60px;
    padding: 0;
    position: relative;
    text-align: center;
}

.cmpage .cm-section2 .cm-grid:nth-of-type(3n+1) {
    margin-left: 0;
}

.cmpage .cm-section3 {
    padding: 40px 0 100px;
}

.cmpage .cm-section3 .cm-section-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cmpage .cm-section3 .cm-topsection {
    width: 34%;
}

.cmpage .cm-section3 .cm-gridsection {
    width: 60%;
}

.cmpage .cm-section3 .cm-gridouter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.cmpage .cm-section3 .cm-grid {
    width: calc(50% - 40px);
    background: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 40px 40px;
    padding: 30px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cmpage .cm-section3 .cm-grid:hover {
    -webkit-box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px -3px rgba(0, 0, 0, 0.3);
}

.cmpage .cm-section3 .cm-grid:nth-of-type(2n+1) {
    margin-left: 0;
}

.cmpage .cm-section3 .cm-grid:nth-of-type(1) {}

.cmpage .cm-section3 .cm-grid:nth-of-type(2) {
    top: 60px;
}

.cmpage .cm-section3 .cm-grid:nth-of-type(3) {}

.cmpage .cm-section3 .cm-grid:nth-of-type(4) {
    top: 60px;
}

.cmpage .cm-section3 .cm-grid figure {
    width: 80px;
    margin: 0 0 15px;
}

.cmpage .cm-section3 .cm-grid figure img {
    max-width: 100%;
}

.cmpage .cm-section3 .cm-grid h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.cmpage .cm-section3 .cm-grid h3:after {
    display: none;
}

.cmpage .cm-section3 .cm-grid p {
    font-size: 15px;
    line-height: 1.5em;
}

.cmpage .cm-section4 {
    margin: 80px 0 0;
    padding: 0 0 60px;
    background: #FFF;
    position: relative;
}

.cmpage .cm-section4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    z-index: -1;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #FFF;
    transform-origin: 0 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.cmpage .cm-section4 .cm-section-inner {}

.cmpage .cm-section4 .cm-topsection {
    text-align: center;
    margin: 0 auto 60px;
}

.cmpage .cm-section4 .cm-gridsection {}

.cmpage .cm-section4 .cm-gridouter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cmpage .cm-section4 .cm-grid {
    width: calc(50% - 40px);
    margin: 0 0 40px 40px;
    padding: 0 0 0 100px;
    position: relative;
}

.cmpage .cm-section4 .cm-grid:nth-of-type(2n+1) {
    margin-left: 0;
}

.cmpage .cm-section4 .cm-grid figure {
    width: 80px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.cmpage .cm-section4 .cm-grid figure img {
    max-width: 100%;
}

.cmpage .cm-section4 .cm-grid h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.cmpage .cm-section4 .cm-grid h3:after {
    display: none;
}

.cmpage .cm-section4 .cm-grid p {
    font-size: 15px;
    line-height: 1.5em;
}

.cm-otherouter {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 60px auto;
}

.cm-other {
    width: calc(30% - 60px);
    margin: 0 30px;
    background: #FFF;
    box-shadow: 0 7px 26px -7px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    text-align: center;
    border-radius: 6px;
}

.cm-other p {
    font-size: 24px;
}

.cm-other p .fa {
    font-size: 60px;
}

.cm-other a {
    color: var(--secondaryColor);
}

.cm-other a:hover,
.cm-other a:focus,
.cm-other a:hover p {
    text-decoration: none;
    color: #276ad5;
}

.cm-ctasection {
    padding: 40px 0;
}

.cm-ctasection .cta-outer {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cm-ctasection .cta-outer .cta-nav,
.cm-ctasection .cta-outer .cta-content {
    text-align: center;
    width: 100%;
}

.cm-ctasection h3 {
    font-size: 30px;
    color: #FFF;
    margin: 0 auto 15px;
}

.cm-ctasection h3:after {
    display: none;
}

.cardlock-grid {
    display: table;
    margin: 0 auto;
}

.cardlock-grid p {
    display: inline-block;
    margin: 0 10px;
}

.entertainment-page .inner-ctasection,
.voicemail-page .inner-ctasection,
.pointsale-page .inner-ctasection,
.gds-page .inner-ctasection,
.expedia-page .inner-ctasection {
    margin: 90px 0 -60px;
}

.gds-page {
    padding-top: 0;
}

.gds-channel {
    margin: 60px 0;
}

.gds-channelouter {
    display: flex;
    flex-flow: row wrap;
}

.gds-box {
    width: calc(50% - 40px);
    margin: 40px 0 0 40px;
    background: #FFF;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}

.gds-box:nth-of-type(2n+1) {
    margin-left: 0;
}

.gds-box:nth-of-type(1),
.gds-box:nth-of-type(2) {
    margin-top: 0;
}

.gds-img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #dedede;
    display: inline-block;
    border-radius: 6px;
}

.gds-img img {
    max-width: 100%;
}

.expedia-page {
    padding-top: 0;
}

.expedia-page .inn-logo {
    overflow: auto;
    width: 290px;
    float: right;
    margin: 0 0 0 40px;
}

.expedia-topsection {
    margin-bottom: 40px;
}

.expedia-faqsection {
    margin-bottom: 40px;
}

.expedia-faqsection:last-child {
    margin-bottom: 0;
}

.efaq-img {
    overflow: auto;
    width: 40%;
    float: right;
    margin: 0 0 0 40px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #FFF;
}

.efaq-img img {
    max-width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bookingbtn-page {
    padding: 0;
}

.bookingbtn-page .inn-logoleft {
    overflow: auto;
    width: 290px;
    float: left;
    margin: 0 40px 0 0;
}

.bookingbtn-page .inn-logo {
    overflow: auto;
    width: 290px;
    float: right;
    margin: 0 0 0 40px;
}

.bookingbtn-page .inner-ctasection {
    margin-top: 90px;
}

.bookingbtn-topsection {
    margin: 0 0 60px;
}

.bookingbtn-centerimg {
    width: 60%;
    margin: 0 auto 30px;
}

.bookingbtn-centerimg img {
    max-width: 100%;
}

.bb-midouter {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 60px;
}

.bb-midleft {
    width: 60%;
}

.bb-midright {
    width: 40%;
}

.bookingbtn-page .cm_table {
    width: 100%;
    margin: 20px 0 0;
}

.bookingbtn-page .cm_table table th,
.bookingbtn-page .cm_table table td {
    font-size: 15px;
}

.bookingbtn-page p:last-child.bb-note {
    text-align: center;
    margin-bottom: 30px;
}

.bookingbtn-ctasection {
    padding: 40px 0;
}

.bookingbtn-ctasection .cta-outer {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.bookingbtn-ctasection .cta-outer .cta-nav,
.bookingbtn-ctasection .cta-outer .cta-content {
    text-align: center;
    width: 100%;
}

.bookingbtn-ctasection h3 {
    font-size: 30px;
    color: #FFF;
    margin: 0 0 5px;
}

.bookingbtn-ctasection p {
    color: #FFF;
}

.bookingbtn-ctasection h3:after {
    display: none;
}

.bookingbtn-ctasection .cta-nav {
    margin: 30px 0 0;
}

.comparisonpage {}

.comparisonpage .chkbox {
    width: 100%;
}

.comparisonpage-top {
    text-align: center;
    margin: 0 0 40px;
}

.blog .site-content {
    padding: 60px 0;
}

.blog .post {
    background: #FFF;
    padding: 30px;
    margin: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.blog p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.posttxt {
    margin: 40px 0 0 0;
    vertical-align: top;
}

.posttxt:first-child {
    margin-top: 0;
}

.blog .entry-title {
    font-size: 24px;
    line-height: 1.4em;
    color: #276ad5;
    margin: 0;
    padding: 0;
    position: relative;
}

.blog .entry-title a {
    color: #276ad5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .entry-title a:hover,
.blog .entry-title a:focus {
    color: #2e3135;
    text-decoration: none;
}

.blog .entry-meta .date {
    position: relative;
    font-size: 13px;
    line-height: 100%;
    color: #708098;
}

.blog .entry-meta .author,
.blog .entry-meta .edit-link,
.blog .comments-link {
    display: none;
}

.blog .entry-content {
    margin: 20px 0 0;
}

.blog .entry-content {
    margin: 20px 0 0;
}

.entry-thumbnail {
    margin: 30px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: table;
}

.entry-thumbnail img {
    max-width: 100%;
}

.blog .entry-content a[rel="bookmark"] {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 9px;
    background: #276ad5;
    color: #FFF;
    display: inline-block;
    margin: 30px 0 0;
}

.blog .entry-content a[rel="bookmark"]:hover,
.blog .entry-content a[rel="bookmark"]:focus {
    text-decoration: none;
}

.single-post {}

.single-post .site-content {
    padding: 60px 0;
}

.single-post .entry-title {
    font-size: 30px;
    line-height: 1.4em;
    color: #276ad5;
    margin: 0;
    padding: 0;
    position: relative;
}

.single-post .entry-meta .author,
.single-post .entry-meta .edit-link,
.single-post .comments-link {
    display: none;
}

.single-post .entry-meta .date {
    position: relative;
    font-size: 13px;
    line-height: 100%;
    color: #708098;
}

.single-post .entry-content {
    margin: 20px 0;
}

.single-post p {
    color: var(--secondaryColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
}

.comment-respond {
    margin: 60px 0 0;
}

.comment-respond h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2e3135;
    position: relative;
}

.comment-respond h3:after {
    content: "";
    width: 50px;
    height: 1px;
    margin: 10px 0 10px;
    display: block;
    background: rgb(39, 106, 213);
    background: -moz-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    background: linear-gradient(to right, rgba(39, 106, 213, 1) 0%, rgba(80, 192, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ad5', endColorstr='#50c0ca', GradientType=1);
}

.comment-respond .logged-in-as {
    display: none;
}

.required {
    color: #f04d49;
    font-size: 0.750em;
    font-weight: 600;
    position: relative;
    top: -3px;
}

#commentform {
    background: #FFF;
    padding: 30px;
    margin: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    position: relative;
}

#commentform p {
    margin: 20px 0 0;
}

#commentform p:first-child {
    margin-top: 0;
}

#commentform label {
    display: block;
    font-weight: 300;
    font-size: 17px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#commentform textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#commentform .form-submit {
    margin: 30px 0 0;
}

#commentform .form-submit #submit {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 9px;
    background: #276ad5;
    border: 1px solid #276ad5;
    color: #FFF;
}

.clientspage {}

.client-topsection {
    margin: 0 auto 60px;
}

.clients-listsection {}

.clients-list-outer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.clients-list {
    width: calc(25% - 30px);
    margin: 30px 0 0 30px;
    text-align: center;
}

.clients-list:nth-of-type(4n+1) {
    margin-left: 0;
}

.clients-list:nth-of-type(1),
.clients-list:nth-of-type(2),
.clients-list:nth-of-type(3),
.clients-list:nth-of-type(4) {
    margin-top: 0;
}

.clients-list figure {
    margin: 0 0 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.clients-list figure img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.clients-list:hover figure img {
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.clients-list h6 {
    color: #2e3135;
    line-height: 1.4em;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-list a:hover h6,
.clients-list a:focus h6 {
    color: #276ad5;
}

.clients-list p {
    display: none;
}

.clients-list p.cl-text {
    margin: 6px 0 0;
    line-height: 100%;
    font-size: 15px;
    display: block;
}

.clients-list a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-list a:hover,
.clients-list a:focus {
    text-decoration: none;
    color: #276ad5;
}

.pricing-pg .inner-ctasection,
.companypage .inner-ctasection {
    padding-bottom: 30px;
}

.tyProd.tyep:before {
    background-position: -822px 0;
}