/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*.owl-dot.active {
    border: 1px solid #d4b368!important;
    background: #d4b368!important;
}
.tour-block h3 {
    margin-top: 0;
    color: #003d53;
    margin-bottom: 9px;
}
.policy {
    padding: 50px;
}
.dining{
    padding-top: 60px;
    padding-bottom: 60px;
}
.dining ul {
    margin: 16px 0;
    padding: 0 0 0 0px;
    list-style: none;
}
.meeting-inner {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}

.meetingblock {
    border: 2px solid #ddd;
    box-shadow: 0px 0px 20px #ddd;
    margin-bottom: 45px;
    background: #fff;
    margin: 15px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    width: 46%;
    vertical-align: top;
}
.meeting-box {
    overflow: hidden;
    position: relative;
}
.meetinginfo {
    padding: 0px 40px;
    min-height: 135px;
}

.innercontent {
    padding-top: 25px;
    padding-bottom: 25px;
     

}
.tour-block {
    margin: 40px 0;
}
.tour-content {
    padding: 10px;
}
.divider {
    border: 1px solid #eee;
    height: 0px;
}*/
/**
 * 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;
}
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%;
        overflow-x: hidden;
}
p{
    line-height: 1.8;
}

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

}

body {
    color: #3d3d3d;
    line-height: 1.5;
    margin: 0;
    font-family: 'lato', sans-serif !important;
}

a {
    color: #00afef;
    text-decoration: none;
}

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

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

a:active,
a:hover {
    color: #000;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

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

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;
}
.taxi-outer {
    display: flex;
    flex-flow: row wrap;
}
.taxi-list {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 20px;
    border: 1px solid #ccc;
}
.sign-btn {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}
.r-sell {
    margin: 50px 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;
}
.feature_block h4 i {
    height: 80px;
    width: 80px;
    display: inline-block;
    background-image: url(images/features.png);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0%;
    position: absolute;
    left: -15px;
    top: -10px;
    z-index: 1;
    background-color: #fff;
    transition: all ease .3s;
}
.feature_block {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 15px 0px;
    transition: all ease .3s;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 35px;
}
.feature_block h4 i {
    height: 60px;
    width: 60px;
}
/* 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;
}



.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;
}
/*===========sufyan================*/
.white i.fa.fa-arrow-circle-right {
    vertical-align: text-bottom;
}
li#menu-item-1304, li#menu-item-1303{
display: none;
}
div#mc_embed_signup_scroll {
    display: inline-flex;
}
input#mc-embedded-subscribe {
   padding: 4px 10px 6px 10px!important;
    margin: 1px -1px!important;
    border-radius: 0!important;
    background: #1f84a9!important;
    border: 2px solid #1f84a9!important;
    border-radius: 0px 20px 20px 0px!important;
}
input#mc-embedded-subscribe:hover, input#mc-embedded-subscribe:focus {
   background: #1f84a9!important;
    border: 2px solid #1f84a9!important;
    color: #fff!important;
}
input#mce-EMAIL {
    background: #085b78;
    border: 1px solid #053f53;
    padding: 7px 15px 7px 15px;
    color: #d0d0d0;
    border-radius: 20px 0px 0px 20px;
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.ptop60.pbottom20 {
    margin: 50px 0;
}
.form-group1.form-twocols {
    padding: 10px 0;
}
.ptop60{
margin: 50px 0;
}
a.butn.one {
    margin-left: 20px;
}

.solutions-banner {
    display: inline-block;
    vertical-align: middle;
}
.common-block {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    display: inline-block;
    margin: 40px 20px 11px 20px;
}
.cinn-block1 {

    background: url('images/cinn-block1.png');
    width: 127px;
    height: 90px;
    display: inline-block;
    position: relative;
    opacity: 1;
    top: 53px;
    z-index: 99;
}
.cinn-block2 {

    background: url('images/cinn-block2.png');
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    opacity: 1;
    top: 53px;
    z-index: 99;
}
.cinn-block3 {

    background: url('images/cinn-block3.png');
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    opacity: 1;
    top: 53px;
    z-index: 99;
}
.cinn-d {
    font-weight: 500;
    color: #fff;
    font-size: 25px;
}
.green-block {
    background-color: rgba(0, 174, 25, 0.7);
}
.red-block {
    background-color: rgba(255, 0, 0, 0.7);
}
.yellow-block {
    background-color: rgba(255, 205, 0, 0.7);
}
.green-block:hover {
    background-color: rgba(0, 174, 25, 1);
}
.red-block:hover {
    background-color: rgba(255, 0, 0, 1);
}
.yellow-block:hover {
    background-color: rgba(255, 205, 0, 1);
}
.g-banner:hover .cinn-d {
    color: rgba(0, 174, 25, 1);
}
.r-banner:hover .cinn-d {
    color: rgba(255, 0, 0, 1);
}
.y-banner:hover .cinn-d {
    color: rgba(255, 205, 0, 1);
}

/*===========sufyan================*/
/* 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;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
    /*background-color: #003d53;*/
    margin: 0 auto;
    width: 100%;
}

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

#retail-pos-pg .r-pos {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 50px 0;
}
.listing-block {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    padding: 10px;
    border: 1px solid #a7c1c7;
    align-items: center;
    transition: all 0.3s ease;
}
.listing-block h5 {
    font-size: 18px;
    margin: 15px 0;
font-weight: bold;
}
.listing-block h6 {
    font-size: 16px;
    margin: 15px 0;
font-weight: bold;
}
.rp-2{
margin-top:30px;    
}
.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: #003d53;
    text-transform: none;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    /*min-height: 45px;*/
    position: relative;
}

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

.nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.nav-menu li a {
    /*color: #141412;*/
    color: #fff;
    display: block;
    font-size: 16px !important;
    font-weight: 100;
    line-height: 1;
    padding: 12px 5px;
    text-decoration: none;
     background-color: transparent;
     border-top: 2px solid transparent;
      /*border-radius: 40px;*/
 -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-top: 2px solid #fff;
     outline: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #003d53;
    border: 2px solid #f7f5e7;
    border-top: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    padding: 10px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    left: 100%;
    top: 0;
}
.nav-menu .sub-menu ul a,
.nav-menu .children ul a {
    min-width: 260px;
    width: 100%;
}
.nav-menu .sub-menu li:hover > a,
.nav-menu .sub-menu li a:hover,
.nav-menu .sub-menu li:focus > a,
.nav-menu .sub-menu li a:focus {
    border-top: 2px solid transparent;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
   width: 200px;
}

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: #00afef;
    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;
    /*font-style: italic;*/
    background-color: transparent;
    border-top: 2px solid #fff;
    outline: none;
    /*border-radius: 40px;*/
}
.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: #fff;
    /*font-style: italic;*/
        background-color: transparent;
    border: 2px solid #003d53;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-toggle {
    display: none;
}

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

.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;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 1px;
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.chatWhatsapp {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index:1000;
}
.chatWhatsapp img {
    max-width: 100%;
    box-shadow: 3px 5px 10px -1px rgba(0,0,0,0.3);
    border-radius: 10px;
}

/*==================sufyan====================*/
@media (max-width: 1199px) {
/* Small menu */
.feature_block{
	height: 140px;
}
.sub-menu .sub-menu:after{
    display: none;
}
.sub-menu li ul.sub-menu  {
   border: none!important;
}
.sub-menu li ul{
    background: none!important;
}
.sub-menu li ul.sub-menu li {
    left: 20px!important;
    width: 250px;
}
li#menu-item-1304, li#menu-item-1303{
display: block;
}
.common-block {
    width: 150px;
    height: 150px;
}
.cinn-block1, .cinn-block2, .cinn-block3{
    top: 30px;
}
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    .solution-block {
     width: 100%!important;
     }
     .solution .solution-block:nth-child(3) {
    top: 0px!important;
}
.pharmacy {
    margin-top: 20px!important;
}
.hospitality, .pharmacy {
    margin-right: 0!important;
    }
.hospitality:after, .retail-pos:after, .pharmacy:after{
    display:none;
}
.menu-toggle i{
        font-size: 20px !important;
    }
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #ffffff;
        float: right;
        padding: 12px 0 12px 20px;
        outline: none;
        margin-top: 21px;
    }
.nav-menu li a{
    color: #000000!important;
}
.sub-menu li a{
    color: #ffffff!important;
}
    .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 #003d53;
    margin-top: 25px;
    top: 80%;
    position: absolute;
    width: 320px;
    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: #003d53;
        display: block;
        float: none;
        padding: 0;
        position: relative;
        left: -6px;
        top: auto;
    }
    .toggled-on .sub-menu .sub-menu li  {
        background-color: #ffffff!important;
        display: block;
        float: none;
        padding: 0;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .sub-menu .sub-menu li  a{
        color: #003d53!important;
        word-break: break-all;
    }

    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }

    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }

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

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

    
}
/* End: 991 */

/*--------////////------------coustomized css-----------//////////-----------*/
.body-font{
    font-family: 'Lato';
    font-size: 15px;
}
.services-fnt-color{
    color: #c8f0ff;
}
.title{
font-family: 'Bree Serif', serif;
color: #3f4a4d;
}
.sub-title{
    color: #00afef;
        font-family: 'raleway';
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: 1px;
}
.p50{
    padding: 50px 0;
}
.ptop50{
 padding: 50px 0;
}

#about{
    padding: 60px 0;
}
#services {
    padding: 60px 0;
}

.package{
    background: rgba(222, 222, 222, 0.48);
}


.owl-carousel .owl-dot {
    border: 1px solid #003d53;
    margin: 5px;
    padding: 4px 4px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
}
#facilities-pg{
    padding-top: 60px;
    padding-bottom: 30px;
}
#gallery{
    padding-top: 60px;
}

/*-- header --*/
.site-header{
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 17;
    animation: topmenu 0.5s ease;
    transition: all 0.5s ease;
    height: 84px;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #003d53;
    border-color: #e7e7e7; */
}
@-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);
    }
}
.lo-attraction {
    margin-top: 60px;
    margin-bottom: 40px;
}
.float-logo{
    float: left
}
.float-nav{
    float: right;
}
#header{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 13;
}
.top-header {
    background: rgba(0, 61, 83, 0.38);
    color: #fff;
    padding: 5px 0;
    left: 0;
    right: 0;
    z-index: 17;
    position: fixed;
}
.freetrialBody .top-header {
    background: #003244;
}
.freetrialBody .site-header {
    top: 34px;
    background: #003d53;
}
.freetrialBody .site-header.phshow {
    top: 0;
}
.top-header .head-sodial-icon{
    position: relative;
   top: -1px;
}
.top-header i, .top-header a{
    color:  #fff;
    font-weight: 100;
}
.header-right {
    font-size: 12px;
}
.head-sodial-icon ul{
    padding-left: 0;
    margin: 0;
   
}

.head-sodial-icon ul li {
    display: inline-block;
}

.head-sodial-icon ul li a {
    color: #fff;
    display: inline-block;
    padding-right: 15px;
}
.head-sodial-icon ul li .sm-icon {  
    line-height: 30px;
}
.tripadvisor span {
    padding-left: 10px;
}

.contact-text span {
    padding-left: 10px;
}
.navmenus {
    width: 65%;
    float: right;
    position: relative;
    top: 20px;
}
.site-header .home-link {
    color: #141412;
    float: left;
    width: 308px;
    margin-top: 10px;
    text-decoration: none;
    position: relative; 
}
.site-header.phshow .home-link {
    margin-top: 6px;
}
.slides:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 30, 34, 0.3);
    z-index: 99;
}
.home-link img{
    width: 100%;
}
.bkbtn{
       float: right;
       margin-top: 23px;
}
#primary-menu {
    float: right;
}
.parsley-errors-list { margin-top: 0 !important; }
.contactForm .parsley-errors-list { margin-top: -2px !important; }
.ex-btn-header {    
 color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 10px;
    margin-left: 11px;
    border-radius: 40px;
    background-color: transparent;
    border: 2px solid #fff;
    z-index: 18;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.ex-btn-header:hover, .ex-btn-header:focus {
    color: #003d53 !important;
    background: #fff;
    text-decoration: none;
    border: 2px solid #fff ;   
}
.section2 .slides:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99; 
}
.section2 .nemus-viewport {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.42);
    border: 2px solid #fff;
}

a.ex-btn-header{
        color: #fff;

}
.ex-btn {
    text-transform: uppercase;
    background-color: #003d53;
    border: 2px solid #003d53;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    margin-left: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;

}
.ex-btn:hover, .ex-btn:focus {
    background-color: transparent;
    color: #003d53;
    text-decoration: none; 
}
.room-btn
{
font-size: 14px;
}
.ex-btn-white{
    background-color: #fff;
    border: 2px solid #fff;
    color: #003d53;
}
.ex-btn-white:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none; 
}

.r-pos {
    display: inline-block;
    margin: 50px 0;
}
.r-pos h5 {
   margin: 10px 0 20px 0;
}
.rdmore {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #00afef;
    font-weight: 600;
    background: #00afef;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 10px 0px;
}
.rdmore:hover, .rdmore:focus {
   background: transparent;
    border: 2px solid #00afef;
    color: #00afef;
        text-decoration: none;
}


.navbar-toggle {
    right: 100px;
}
.position {
    top: 0;
}
#rooms h2{
    margin-top: 0;
    font-size: 1em;
}
.rm-padding{
    padding-top: 70px;
}

.img-container{
    
}
.img-container img{
    margin: 0 auto;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.42);
}
.butn{
    background: #00afef;
    border: 2px solid #00afef;
    border-radius: 40px;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.butn:hover, .butn:focus{
    background: transparent;
    border: 2px solid #00afef;
    color: #00afef;
    text-decoration: none;
}
.butn .fa {
    margin-right: 10px;
}
.services{
    background: url(images/Pattern-bg.jpg);
    position: relative;
    width: 100%;
    height: auto;
}
.hs-img img{
    box-shadow: 15px 15px rgba(0, 0, 0, 0.14);
}
.cs-img img{
    box-shadow: 10px 10px rgba(0, 0, 0, 0.07);
}
.img-overlay{
    position: relative;
}
.right40{
    right: 40px;
}
.img-overlay:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 175, 239, 0.72);
}
.top-line{
    width: 40px;
    border-top: 2px solid #fff;
    background: none; 
    right: 20px;
    position: absolute;
}
.srvs-block1 a{
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.srvs-block1 a:hover{
  color: #003d53;
}
.client-caption{
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}
.client-caption h4{
    float: left;
    margin-bottom: 0;
    margin-top: 27px;
}
.client-caption p{
float: right;
top: 20px;
position: relative;
font-size: 14px;
margin-bottom: 30px;
}
.client-caption .small{
    text-transform: uppercase;
    font-size: 11px !important;
    color: #fff !important;
    position: relative;
    top: -2px;
}

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

.cta{
    background: url(images/cta-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}
.cta:after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 83, 0.8);
    z-index: 0;
}
.cta .row{
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.cta-btn{
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
    padding: 7px 15px;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.tu{
    text-transform: uppercase;
}
.cta-btn:hover{
    background: #00afef;
     border: 2px solid #00afef;
    border-radius: 40px;
}
.testimonial .cta-btn:hover, .support .cta-btn:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #00afef !important;
    border-radius: 40px;
}
.cta-btn.mrgin-r{
    margin-right: 15px;
}
.cta-btn.mrgin-l{
    margin-left: 15px;
}
.clients{
    padding: 60px 0;
}
.testimonial{
    background: url(images/testimonial-bg.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}
.testimonial .row{
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.testimonial:after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 175, 239, 0.90);
    z-index: 0;
}

.bg-img{
    position: absolute;
    left: 0;
    right: 0;
}
.bg-img img{
 margin: 0 auto;
}
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.news{
    padding: 60px 0;
}
.nws-img{
    margin-bottom: 40px;
    margin-top: 50px;
}
.news-btn{
    color: #00afef;
      -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.news-btn:hover{
    color: #003d53 ;
}
.date{
    font-size: 12px;
    background: #00afef;
    color: #fff;
    box-shadow: 7px 7px rgba(0, 175, 239, 0.18);
    padding:5px 8px;
    width: 102px;
    text-align: center;
}
.support{
    background: url(images/Pattern-bg.jpg);
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.dwnld-br{
    padding: 60px 0 70px;
}
#about-pg .dwnld-br {
    padding-bottom: 0;
}


.newsltr-form{
    position: relative;
    width: 65%;
}
.ftr-nav ul li{
 margin-bottom: 5px !important;
}
.ftr-nav input[type="text"]{
    border: 1px transparent !important;
    border-radius: 4px !important;
    background-color: #002734 !important;
    width: 100%;
    padding: 10px;
    padding-left: 10px;
}
.newsltr-img{
    position: absolute;
    float: right;
    top: 100px;
    right: 90px;


}
.newsltr-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #467c8d;
  font-size: 14px !important;
}
.newsltr-btn{
background: transparent;
border-color: transparent;
color: #467c8d;
position: absolute;
right: 0;
top: 0;
padding: 10px;
}
.newsltr-btn:hover, 
.newsltr-btn:focus{
    color: #b2deed;
}
.newsltr-form input[type="text"].newsltr-text {
    padding: 10px 40px 10px 10px;
    color: #ffffff;
}
.newsletterBlock h4 {
    margin: 25px 0 10px;
}
.newsletterBlock .ftr-hr {
    margin-top: 0;
}
.newsltr-form li.parsley-required {
    background: #FFC9C9 !important;
    color: #832020 !important;
    margin: -1px 0 0 !important;
    border-radius: 0 0 4px;
}
.newsltr-form .ftr-nav input[type="text"]{
    /*padding-bottom: 11.7px !important;*/
}
/*---slider---*/
.nemus-slider.controls-inside .nemus-control-nav{
    z-index: 16;
}
.nemus-slider .caption{
    width: 70% !important;
    background: transparent !important;
    color: #fff !important;
    font-family: 'Raleway';
    text-align: center;
}
.nemus-slider .caption h1{
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 0;
}
.nemus-slider .nemus-control-nav li a{
    background: transparent;
    border-radius: 50px;
    border: 3px solid #fff;
    cursor: pointer;
}
.nemus-slider:after{
content: '';
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
}
.hm-gallery .nemus-control-paging li a.nemus-active{
    background: #fff;
}
.nemus-slider .caption.cc{
    left: 0 !important;
    right: 0 !important;
    top: 35% !important;
    margin: 0 auto !important;
}
#nemus-slider-28 .nemus-direction-nav a{
    display: none;
}
.slides:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 61, 83, 0.75);
    z-index: 99;
}
.banner-btn{
    text-align: center;
}
.btn-font{
    font-size: 18px;
    font-family: 'Roboto';
}
.banner-btn a{
    background: #00afef;
    border-radius: 40px;
    color: #fff;
    padding: 10px 20px;
     -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.banner-btn a:hover{
    background: transparent;
    border-radius: 40px;
    border: 2px solid #fff;
    
}

.white{
    color: #fff;
}

.menu-footer-container ul li a{
    color: #fff!important;
}

/*-------------------------------inner page css---------------------------------*/
.about-pg, .solution-pg, .company-pg, .news-pg, .partner-pg, .brochure-pg, .hospitality-pg, .clients-pg, .testimonial-pg, .retail-pos-pg, .aruti-pg{
    position: relative;
    z-index: 2;
}
/*.title-container h1{
    margin-bottom: 0;
}*/
.title-bg-img{
    background: url(images/About.jpg);
    position: relative;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    background-attachment: fixed;
    /*position: relative;
    width: 100%;
     background-color: #64C7CC; */
}
/*.title-bg-img:before, .title-bg-img:after{
  content: "";
    position: absolute;
    width: 0;
    border-left: 1160px solid transparent;
    border-right: 183px solid transparent;
}
.title-bg-img:before{
  bottom: 100%;
    border-bottom: 86.60px solid #64C7CC;
}*/
.title-bg-img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(1, 41, 56, 0.77); 
  /*background: -webkit-linear-gradient(to bottom right, rgba(0, 61, 83, 0.90), rgba(0, 175, 239, 0.90));
  background: -o-linear-gradient(to bottom right, rgba(0, 61, 83, 0.90), rgba(0, 175, 239, 0.90)); 
  background: -moz-linear-gradient(to bottom right, rgba(0, 61, 83, 0.90), rgba(0, 175, 239, 0.90));
  background: linear-gradient(to bottom right, rgba(0, 61, 83, 0.90), rgba(0, 175, 239, 0.90));*/
/*  top: 100%;
  width: 0;
  border-top: 46.6px solid #64C7CC;*/
}
.title-container{
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 140px;
}
.title-container .sub-title{
    margin-bottom: 0;
}
.title-container .title{
    margin-top: 0;
}
.content{
    background: #f9f9f9;
    margin: 0  auto;
    width: 800px;
    padding: 20px 35px;
    box-shadow: 0px 1px 45px 5px rgba(230, 230, 230, 0.89)
}
.p60{
    padding: 60px 0;
}
.p30{
    padding: 30px 0;
}
.section1 {
    position: relative;
    z-index: 22;
    padding-bottom: 0;
    bottom: -60px;
    padding-top: 0;
}
.section2{
    background: url(images/Pattern-bg.jpg);
    position: relative;
    padding-top: 120px;
    /*top: -120px;*/
    z-index: 0;
}
/*.bxshadow{
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.42);
}*/
/*---customcalss---*/
.mtop50{
    margin-top: 50px;
}
.ptop0{
    padding-top: 0!important;
}

.about-us .nemus-slider{
    margin-bottom: 0;
    width: 100%;
}
/*---navigation---*/

/*-----lightbox-----*/
.ez_img img {
  
  margin:10px;  
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 250px;
    /*max-width: 100%;*/
    height: auto;
}
.img_wrapper {
    clear: both;
    width: 100%;
    /*text-align: left;*/
}
/*.entry-content{
    padding: 0;
}*/
/*.entry-content .col-md-4{
    padding-right: 15px;
    padding-left: 15px;
}*/
.room-pg{
    padding:60px 0px 70px 0px;
}
.img-container{
    position: relative;
}
.img-caption {
    background: #003d53;
    position: absolute;
    padding: 20px 35px;
    left: 565px;
    top: 0;
    color: #fff;
    box-shadow: 0px 1px 30px #a7a7a7;
}
.img-caption h3{
    text-transform: uppercase;
}
.btn-book{
    color: #fff;
    padding: 15px 20px;
    border: 2px solid #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: background linear 0.2s;
    -webkit-transition: background linear 0.2s;
    -moz-transition: background linear 0.2s;

}
.btn-book:hover, .btn-book:focus, .btn-book:active{
    color: #003d53;
    text-decoration: none;
    background-color: #fff;
}
.right{
    right: -60px;
    top: 25px;
    z-index: 1;
    left: 0;
}
.form input{
    border-radius: 0;
    width: 70%;
    background: #f1f1f1;
    border-radius: 0;
    width: 70%;
    color: #000;
    background: #f1f1f1;
    margin: 5px 0;
    padding: 18px 15px;
}
.btn-contact{
    background: #003d53;
    color: #fff;
    border: 2px solid transparent;
    padding: 13px 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 20px;
    position: relative;
    left: 2px;
    transition: background linear 0.2s;
}
.btn-contact:hover, .btn-contact:focus{
    background: transparent;
    border: 2px solid #003d53;
    color: #003d53;
    text-decoration: none;
    padding: 13px 30px;
}
/*.btn-book:hover{
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}*/
.info-pg{
    padding: 60px 0;
}
.info-pg .fa{
    float: left;
    color: #003d53;
}

.info-pg input[type="text"],.info-pg input[type="email"], textarea {
    border: 1px solid transparent;
    width: 100%;
    background: #f1f1f1 !important;
    border-radius: 0;
    color: #003d53 !important;
    margin: 10px 0 !important;
    padding: 18px 15px;
}

.info-pg h3{
    color: #003d53;
    margin-top: 0;
}
.no-padding{
    padding: 0;
}
.about-img-bo .nemus-slider:after{
    content: '';
    display: none;
}
.padding60{
    padding: 60px 0;
}
.info-pg iframe{
    width: 100%;
    /*height: 400px;*/
}
.contact h3{
    margin-top: 0;
}
.form{
    padding-top: 1px;
}
.contact {
    margin-top: -25px;
}

/*---form---*/


form {
    margin: 0;
}
.bb_resbox {
    background: transparent!important;
    border: 1px solid #BBB;
    float: left;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 12px;
    width: 240px;
}
.bb_resbox {
    width: 100%!important;
}
p.bbres_fieldset2 {
    padding-bottom: 0!important;
    position: relative;
}
p.bbres_fieldset {
    float: left;
    width: 100%;
    padding: 7px 7px 0 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
}
.bb_resbox button.ui-datepicker-trigger{
    top: 58.5% !important;
}
p.bbres_fieldset label {
    float: left;
    padding-top: 3px;
    width: 80px;
    color: #fff;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
p.bbres_fieldset input {
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 76px;
    padding: 2px;
    color: #000000;
}
p.bbres_fieldset input {
    width: 100%!important;
    padding: 10px!important;
}
.bb_resbox input {
    height: 39px;
    padding-left: 4px !important;
}
.cal, button.ui-datepicker-trigger {
    float: left;
    background: url(../../images/bookingbtn/calendar.png) no-repeat;
    border: none;
    margin-left: 3px;
    width: 21px;
    height: 21px;
}
.cal, button.ui-datepicker-trigger {
    background-position: 1px 1px!important;
}
.cal, button.ui-datepicker-trigger {
    padding: 6px 12px;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1!important;
    color: #555!important;
    text-align: center!important;
}
.cal, button.ui-datepicker-trigger {
    padding: 6px 12px;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1!important;
    color: #555!important;
    text-align: center!important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right!important;
    color: #fff;
}
.faci-content:hover .faci-img
{
        box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.3);
}
p.bbres_fieldset label {
    float: left;
    padding-top: 3px;
    width: 80px;
}
select.bb_combobox {
    background-color: #FFF;
    border: 1px solid #afafaf;
    border-radius: 6px;
    float: left;
    font-family: "Trebuchet MS", "Source Sans Pro", Helvetica, sans-serif;
    font-size: 13px;
    padding: 2px;
    margin: 0;
}
select.bb_combobox {
    border-radius: 0px!important;
}
select.bb_combobox {
    background: transparent!important;
}
.rescmbx2 {
    width: 100%!important;
    padding: 10px!important;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
option {
    color: #000;
    background: #fff;
}
p.bbres_fieldset {
    float: left;
    width: 100%;
    padding: 7px 7px 0 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
p.bbres_fieldset input.bbres_booknow {
    text-transform: uppercase;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.51) !important;
    border: 2px solid #fff !important;
    transition: background-color 0.2s linear;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    color: #fff !important;
}
p.bbres_fieldset input.bbres_booknow:hover {
    background-color: #003d53 !important;
    border: 2px solid #003d53 !important;
    outline: none !important;
    color: #FFF !important;
    
}

p.bbres_fieldset input {
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 76px;
    padding: 2px;
    color: #fff;
}
p.bbres_fieldset input {
    width: 100%!important;
    padding: 10px!important;
}
.bb_resbox input {
    height: 39px;
    padding-left: 4px !important;
}




h2 {
        color: #003d53;
}

/*----sticky navigation----*/
.phshow {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    background-color: #003d53;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 100;
    border-radius: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-nevigation .menu-footer-container{
    margin-top: 2px;
}

/* Designer CSS */
.hm-banner .img-wrap {
    background-image: url("images/banner-img01.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.hm-banner .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 61, 83, 0.75);
}
.bcontent {
    text-align: center;
    color: #fff;
    z-index: 10;
    position: relative;
    padding: 100px 8%;
    margin: 0;
}
.bnr-left-text h1 {
    text-align: center;
    font-size: 40px;
    position: relative;
    color: #fff;
    font-family: 'lato', sans-serif !important;
    margin: 120px 0 30px;
}
.bcontent .hid800 {
    font-size: 18px;
    text-align: left;
}
.btn-section {
    text-align: left;
 display: inline-block;
 margin:30px 0;
}
.btn-try {
    border-radius: 40px;
    border: 2px solid #00afef;
    padding: 10px 30px;
    background-color: #00afef;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
}
.btn-demo {
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 10px 30px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.btn-try:hover,
.btn-try:focus,
.btn-demo:hover,
.btn-demo:focus {
    background: transparent;
    border-radius: 40px;
    border: 2px solid #fff;
    color: #fff;
}
.bcontent .play-video {
    margin: 3em 0;
    margin-top: 130px;
}
.bcontent .play-video a {
    text-decoration: none;
    outline: none;
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    color: #000;
    border: 5px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 16px 40px -6px rgba(0, 0, 0, 0.6);
}
.bcontent .play-video span {
    display: block;
    position: absolute;
    width: 100%;
    line-height: 1.4;
    bottom: 0;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.bcontent .play-video .overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bcontent .play-video a:hover .overlay {
    opacity: 1;
}
.bcontent .play-video .overlay > i {
    margin: 20% auto;
    display: block;
    font-style: normal;
    font-size: 13px;
}
.bcontent .play-video .fa {
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #00afef;
    margin-right: 15px;
    float: left;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bcontent .play-video .overlay .fa {
    margin: 0 0 5px;
    float: none;
    width: 50px;
    line-height: 50px;
    background-color: #00afef;
}
.bcontent .play-video img {
    height: auto;
    margin-bottom: 52px;
    width: 400px;
}
.bcontent .play-video .fa:before {
    margin-left: 3px;
}
.full-sec {
    margin-top: 50px;
}
.bcontent .full-sec {
    margin-top: 30px;
}
.bblcok {
    color: #fff;
    display: inline-block;
    width: 16%;
    padding: 0px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    vertical-align: top;
    position: relative;
    text-align: center;
    opacity: 0.8;
}
.bcontent .bblcok .fliper {
    padding: 0px 20px;
    border-radius: 4px;
}
.bblcok span {
    display: block;
    color: #fff;
    font-size: 16px;
}
.video-modal .modal-content .close {
    background-color: #FFF;
    border: none;
    font-size: 24px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.video-modal .modal-content .close:hover,
.video-modal .modal-content .close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.video-modal .demo {
    text-align: center;
    padding: 10px 0;
}
.clientsOuter {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    display: inline-block;
    text-align: center;
}
.clientBlock {
    text-align: center;
    margin: 0 15px 30px;
    border: 1px solid #e0e0e0;
    padding: 0;
    box-shadow: 0 6px 10px -3px rgba(0,0,0,0.0);
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
}
.clientBlock:hover {
    border: 1px solid #bbb;
    box-shadow: 0 6px 10px -3px rgba(0,0,0,0.1);
}
.clientBlock img {
    max-width: 100%;
}

/* Free Trial*/
.free-t-bg {
    background-image: url(images/trial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.free-t-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.trail-form {
    position: relative;
}
.free-t-bg .free-trial h2 {
    text-align:center;
    color:#000;
}
form#frmdownload select
{
margin-bottom:5px;
}
.ftop60
{
padding-top:160px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro_section .checkbox label {
    position: relative;
}
.pro_section label {
    font-size: 13px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.pro_section p {
    margin: 0;
    color: #000;
    font-weight: 100;
    font-size: 15px;
}
.free-trial .pro_section p {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
}
.checkbox label span
{
font-size:15px;
}
select {
    color: #555 !important;
    font-family: 'lato';
}
.pro_section {
    padding: 20px 5px;
    float: left;
    width: 100%;
    position: relative;
}
.pro_section .checkbox label input[type="checkbox"] {
    opacity: 0;
}
.radio input[type=radio], 
.radio-inline input[type=radio], 
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.pro_section .checkbox label span:before {
    content: '';
    top: 6px;
    left: 0px;
    width: 12px;
    height: 12px;
    border: 2px solid #888;
    position: absolute;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.checkbox img {
width:25px;
margin-left:5px;
}
.free_trial-bg {
   
}
.free-trial {
    float: left;
    width: 100%;
}
#resourceForm {
    max-width: 950px;
    display: flex;
    flex-flow: row wrap;
}
#resourceForm .form-group {
    width: calc(50% - 15px);
    margin: 0 0 15px 30px;
}
#resourceForm .form-group:nth-of-type(2n+1) {
    margin-left: 0;
}
#resourceForm .form-group.formProduct {
    width: 100%;
    margin: 10px 0 15px 0;
}
.pro_section.resourceCheckbox {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0 20px;
}
.pro_section.resourceCheckbox .checkbox {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
}
.pro_section.resourceCheckbox .checkbox:nth-of-type(2n+1) {
    margin-left: 0;
}
.pro_section.resourceCheckbox .checkbox img {
    display: none;
}
#resourceForm .form-group.formSelect label {margin-bottom: 10px;}
.pro_section .checkbox label input[type="checkbox"]:checked ~ span:before{
  border-bottom-color: #4caf50!important;
    border-left-color: #4caf50!important;
}
.pro_section .checkbox label input[type="checkbox"]{opacity: 0;}
.pro_section .checkbox label input[type="checkbox"]:checked ~ span:before{ height: 6px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); border-top-style: none; border-right-style: none; border-bottom-color: #4F5D73; border-left-color: #4F5D73;}
.freetrial-left {
    flex: initial;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}
.txt_label.focused {
    font-size: 11px !important;
    top: 5px !important;
    left: 0px !important;
    color: #00bcd4;
}
.btn12-block {
    border-radius: 40px;
    border: 2px solid #00afef;
    height: 40px;
    display:table;
    width:auto;
    font-size:16px;
    font-weight: 600;
    background: #00afef;
    padding: 0 20px;
    margin: 0 auto;
}
.btn12-block:hover, 
.btn12-block:focus {
    border: 2px solid #00afef;
    background-color:#fff;
    color: #00afef;
    box-shadow: none;
}
.form-group label.txt_label .focused{
    font-size: 11px !important;
    top: -22px !important;
    left: 0px !important;
    color: #007EB3;
}

.freetrial-left .trail_cnt {
    color: #fff;
    z-index: 10;
    width: 100%;
}
.freetrial-left .trail_cnt .trail_cnt-title {
    font-size: 38px;
    margin-top: 0;
    color: #00afef;
    line-height: 1.2;
}
.select-caret {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: -1;
}
.freetrial-left .trail_cnt .trail_cnt-title small {
    display: block;
    font-size: 18px;
    margin: 15px 0px 20px;
    color: #333;
}
.freetrial-left .trail_cnt .trail_cnt-title small h1 {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0;
}
.freetrial-right {
    flex: 1;
    padding: 20px 0 0px;
    width: 100%;
    float: right;
    position: relative;
}
.freetrial-right .live_demo_form {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inherit;
    padding-bottom: 10px;
margin-bottom:70px;
}
.email-sec p
{
    margin: 0 0 10px;
}
.trial_form {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    padding: 35px 20px;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    transition: all ease 0.5s;
    z-index: 2;
    text-align: left;
}
.freetrial-right .live_demo_form #frmdownload {
    margin-bottom: 0;
}
#frmdownload .form-group {
    margin-bottom: 30px;
}
.trial_form .form-group, .request_form .form-group {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.form-group {
    position: relative;
}
.form-group.formSelect {
    margin: 20px 0 15px;
}
.form-group.formProduct {
    display: inline-block;
    margin: 20px 0 0;
}
.form-group.formProduct label {
    margin: 0;
}
.form-group.formSelect label {
    width: 100%;
}
.form-group.formSelect select {
    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;
}
.form-group label.txt_label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    font-size: 14px;
    color: #666;
    transition: all ease .3s;
    font-weight: 300;
}
.form-group label.txt_label.focused {
    font-size: 12px!important;
    top: -22px!important;
    left: 0px!important;
    color: #007EB3;
}
.req {
    color: #ff0000;
}
p.termssec {
    text-align: center;
    margin: 15px 0px 0px;
    font-size: 13px;
}
.termssec a {
    cursor: pointer;
}
form#frmdownload input, form#frmdownload select, form#frmdownload textarea {
    width: 100%;
    cursor:initial;
    outline:0;
    padding-left: 0;
}
form#frmdownload select {
    cursor:pointer;
    background: transparent;
}
.form-group input[type="email"], .form-group input[type="text"], .form-group input[type="password"], .form-group textarea, select#country,
select#retailProd {
    border: 0px;
    height: 30px;
    background: none;
    box-shadow: none;
    padding-right: 30px;
    border-bottom: 2px solid #E2DEE3;
    width: 100%;
}
.form-group span.form_icn {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 1;
    color: #00afef;
    width: 25px;
    text-align: center;
    background: #fff;
    font-size: 18px;
}
.loadterms .modal-header{
    background: #007eb3;
    color: #fff;
}
.loadterms .modal-title{color: #fff;}
.loadterms .heading {
    color: #007eb3;
    margin: 20px 0px;
    font-size: 21px;
}
.ullist, .ullist li{
    list-style-type:square; 
        padding-left: 25px;
}
.ullist li{
    margin-bottom:10px; 
}
.demoterms{
    max-height:600px;
    overflow:auto;
        font-size: 15px;
}
p.termssec {
    text-align: center;
    margin: 15px 0px 0px;
    font-size: 13px;
}
.termssec a{cursor: pointer;}
    .inr_head{margin: 0px; padding: 0px;}
    footer{padding-top:0px!important; position:relative; border-top: 0;}
    .ftr_links, .news_wrap{display: none!important;}
    .page_wrapper, .inr_head{background:none !important; border-bottom:0px;}
    
    .navbar-nav > li.freetrialhbtn{display:none;}
    .livesupport{display:none;}
a.btn.btn-primary.trial, .sticky-btn .btn {
    display: none;
}
li.dropdown.salesphone:focus{outline: none;}
.social_wrap, ul.dropdown-menu.tolldown, li.disnone, li.dropdown {
    display: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
li.dropdown.salesphone span.fa.fa-angle-down{display: none;}
.copy_wrap p{
    float: none;
    padding: 9px 0px 7px;
}
.copy_wrap p a, .copy_wrap p span{
    display: none;
}
.salesphone{display: block !important;}
.showmsg{color: #ff0000; font-size: 12px; display:none;}
.clients_wrap {
    background: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.clients_wrap .cli-btns {
    position: relative;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.clients_wrap .arrows {
    display: none;
}
.ar-right, .ar-left {
    position: absolute;
    padding: 9px 15px;
    font-size: 32px;
    top: 0px;
    z-index: 99;
    background: #fff;
    height: 100%;
    cursor: pointer;
}
.clients_wrap .ar-left {
    left: 0px;
}
.clients_wrap .ar-right {
    right: 0px;
}
.clients_wrap .pad {
    overflow: hidden;
    width: 100%;
    height: 60px;
}
.clients_wrap .tabing {
    position: relative;
    margin: 0 auto;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.clients_wrap .cli-btns button {
    display: inline-block;
    margin: 0px 0px;
    background: #f8f8f8;
    color: #333;
    transition: all ease 0.3s;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
    border: 0px;
    height: 100%;
    box-shadow: none;
    outline: 0;
}
button.btn.tab-btn.tab-active {
    color: #00afef;
}
.clients_wrap .tab-active:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #00afef;
    border-right: 10px solid transparent;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clients-home {
    padding: 10px 0px 20px;
    border: 3px solid #eee;
    border-top-color: #00afef;
    border-top-width: 5px;
    margin-bottom: 30px;
}
.prop-type {
    display: none;
}
.prop-type .logos {
    width: 165px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    margin: 12px 9px;
    color: #999;
    box-shadow: 0 1px 3px rgba(0,0,0,.33);
}
.clients-home p {
    margin: 0 0 0 0;
}
.prop-type a {
    height: 160px;
    overflow: hidden;
    display: inline-block;
}
.prop-type a img {
    transform: scale(1);
    transition: all ease 0.5s;
    width: 100%;
}
.prop-type .figcaption {
    text-align: left;
    padding: 5px 10px;
}
.prop-type .figcaption .title {
    color: #3b3b3b;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'lato', sans-serif !important;
    font-weight: 600;
}
.prop-type .figcaption .desc {
    display: block;
    color: #444;
    font-size: 13px;
    margin-bottom: 0px;
}
.contactOuter {
    padding: 40px 0 40px 0;
}
.contact-office {
    margin: 0 0 40px;
}
.contact-office h3,
.contactForm h3 {
    font-family: 'Bree Serif', serif;
    color: #003d53;
    margin: 0 0 20px;
    line-height: 1.4em;
    font-size: 1.5em;
}

.contact-office p {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    font-family: 'lato', sans-serif;
    line-height: 1.4em;
    position: relative;
}
.contact-office p:last-child {
    margin-bottom: 0;
}
.contact-office p .fa {
    position: absolute;
    left: 0;
    top: 4px;
    width: 30px;
    display: block;
}
.contact-office a {
    color: #3d3d3d;
}
.contact-office a:hover,
.contact-office a:focus {
    color: #00afef;
}
.cNumber {
    display: block;
    margin: 0 0 10px 0;
}
.cEmail { 
    display: block;
    margin: 0 0 10px 0;
}


/* Clients page */
#myScrollspy-main ul {
    border-bottom: 0px;
    padding: 0px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f8f8f8;
}
#myScrollspy-main ul li {
    border-radius: 0px;
    margin-bottom: -2px;
}
#myScrollspy-main ul li:hover {
    background-color: #f8f8f8;
}
#myScrollspy-main ul li a {
    background-color: #f8f8f8;
    color: #333;
    border: 0px solid transparent;
    border-radius: 0px;
    margin: 5px 5px 7px 5px;
    font-size: 16px;
}
#myScrollspy-main ul li.active a {
    border: 1px solid rgba(1, 171, 170, 0.42);
    border-radius: 0px;
    background-color: #00afef;
    color: #fff;
    margin: 5px 5px 7px 5px;
    border-radius: 4px;
}
#myScrollspy-main ul li a i {
    display: inline-block;
    font-size: 18px;
}
#properties, #region {
    text-align: center;
    border-top: 0px solid #00afef;
    border-bottom: 7px solid #00afef;
    border-left: 7px solid #00afef;
    border-right: 7px solid #00afef;
    border-radius: 4px;
    position: relative;
}
.tab-content>.active {
    display: block;
    margin-left: 0;
}
.arrow-tab.fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
.arrow-tab i.fa-arrow-left {
    position: absolute;
    left: 0 !important;
    top: 15px;
    background-color: #00afef;
    color: #fff;
    z-index: 100000;
    cursor: pointer;
    border-radius: 4px;
    padding: 30px 20px 31px;
}
.arrow-tab i.fa-arrow-right {
    position: absolute;
    right: 0 !important;
    top: 15px;
    background-color: #00afef;
    color: #fff;
    z-index: 100000;
    cursor: pointer;
    border-radius: 4px;
    padding: 30px 20px 31px;
}
.pad {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.tab-head {
    background-color: #00afef;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10000;
}
#myScrollspy-1 {
    width: 600px;
    padding: 16px 20px 21px;
    background-color: #00afef;
    margin: 0 auto;
}
.tab-style ul {
    border-bottom: 0px;
    text-align: center;
}
.tab-style ul li {
    border-bottom: 4px solid rgba(74, 136, 0, 0);
    display: inline-block;
    float: none;
    width: auto !important;
}
.tab-style ul li.active {
    background-color: rgba(74, 136, 0, .0);
    border-bottom: 4px solid rgba(74, 136, 0, 0);
}
.tab-style ul li a {
    border: 0px solid transparent;
    font-size: 16px;
    color: #fff;
}
.bclient ul.nav-tabs li.active a, 
ul.nav-tabs li.active a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #fff;
}
.tab-style ul li a:hover,
.tab-style ul li a:focus {
    border: 0px solid transparent;
    background-color: rgba(74, 136, 0, 0);
    border-radius: 0px;
}
.tab-style ul li.active a {
    color: #fff;
    background: transparent !important;
    border: none !important;
}
.tab-style ul li.active:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -10px;
    height: 0px;
    width: 0px;
    z-index: 999;
    border-top: 10px solid rgba(74, 136, 0, 0);
    border-right: 10px solid rgba(74, 136, 0, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 1);
    border-left: 10px solid rgba(74, 136, 0, 0);
}
.clients-type {
    width: 100%;
    text-align: center;
}
.clients-type .client_block {
    display: inline-table;
    width: 245px;
    vertical-align: top;
}
.client_block {
    display: inline-table;
    list-style: none;
    margin: 0px 18px 40px 18px;
    min-width: 245px;
}
.client_block img {
    border-radius: 4px 4px 0 0;
    border: 1px solid #EAF2E0;
    width: 100%;
}
.clients_wrap .figcaption {
    min-height: initial;
}
.figcaption {
    border-radius: 0 0 4px 4px;
    min-height: 120px;
    background: #efefef;
    padding: 10px;
    text-align: center;
    box-shadow: 0 8px 20px -10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.client_block:hover .figcaption {
    box-shadow: 0 8px 20px -10px rgba(0,0,0,0.5);
}
.figcaption h3 {
    color: #000;
    font-size: 18px;
    margin: 0px;
    text-transform: capitalize;
}
.figcaption span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
}
.client_block p {
    margin: 0;
}
.figcaption a, 
.figcaption a:hover, 
.figcaption a:focus {
    color: #00afef;
    text-decoration: none;
    font-size: 13px;
    margin-top: 10px;
    max-width: 245px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: inline-block;
}
.figcaption .link i {
    margin-left: 2px;
    position: relative;
    top: 1px;
}
#region .clients-type .client_block {
    margin: 0px 18px 40px 18px;
}
#myScrollspy-2 {
    width: 1140px;
    padding: 16px 20px 21px;
    background-color: #00afef;
    margin: 0 auto;
}
#properties .fixed i.fa-arrow-left,
#properties .fixed i.fa-arrow-right {
    top: 38px!important;
}
.ft-quote {
    padding: 3rem 0;
    background: #eaeaea;
    margin-bottom: 3.5rem;
}
.testimonial_content h3 {
    font-size: 1.75rem;
    margin: 22px 0;
    text-transform: capitalize;
}
.testimonial_content p {
    margin-bottom: 1.25rem;
}
.testimonial_content .fa-quote-left {
    font-size: 1.8rem;
    color: rgba(0,0,0,0.18);
    margin-right: 14px;
}
.testimonial_content .author_left p {
    display: inline-block;
}
.author_left img, .author_left .clnt {
    display: inline-block;
    vertical-align: middle;
}
.author_left .clnt {
    margin: 0;
    margin-left: 0.5rem;
}
.testimonial_content + .testimonial_content {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #ddd;
}
.page-wrap.testimonials {
    padding-bottom: 40px;
}
li.parsley-required {
    margin: 0 !important;
}
form#frmdownload input, 
form#frmdownload select, 
form#frmdownload textarea {
    margin-bottom: 0;
}
.resourcePage {
    overflow-x: hidden;
}
.res_down.res_down_margn {
    padding: 60px 0 0;
}
.resource.frmbox {
    display: table;
    margin: 0 auto 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 30px;
}

/* End: Designer CSS */




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

@media (max-width: 1199){
    .footer .pb ul li a{
        font-size: 12px;
    }
}

@media (max-width: 1023px) and (min-width: 768px){
    .bb_resbox {
        background: #f9f9f9 !important;
        padding-bottom: 35px !important;
        border-bottom: 1px solid #ccc !important;
    }
}
@media (min-width:550px) and (max-width: 776px){
    p.bbres_fieldset input.bbres_booknow:hover, p.bbres_fieldset input.bbres_booknow:focus, p.bbres_fieldset input.bbres_booknow:active {
        background-color: #b3d237 !important;
        outline: none !important;
        color: #fff !important;
    }

    .booking-box form h1 {
        font-size: 30px;
    }

    .bbres_fieldset10 {
        width: 20% !important;
    }

    .bb_resbox p {
        width: 25% !important;
    }
}
@media (min-width: 643px) {

}

@media (min-width:300px) and (max-width: 549px){
    .contactform h2 {
        font-size: 22px;
    }

    .home-link img {
        width: 80%;
    }

    .site-header {
        min-height: 80px !important;
    }

    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        margin-top: 15px;
    }

    .menu-toggle a {
        color: #fff !important;
    }

    p.bbres_fieldset input.bbres_booknow:hover, p.bbres_fieldset input.bbres_booknow:focus, p.bbres_fieldset input.bbres_booknow:active {
        background-color: #b3d237 !important;
        outline: none !important;
        color: #fff !important;
    }

    .booking-box form h1 {
        font-size: 22px;
    }

    .bb_resbox p {
        width: 65% !important;
    }

    .page-id-5 .hm-gallery .booking-box form {
        background: #f9f9f9;
        bottom: 75px;
        position: relative;
    }

    .booking-box form h1 {
        padding: 25px 0;
        color: #003d53;
        text-shadow: none;
    }

    p.bbres_fieldset label {
        color: #003d53;
    }

    .bb_resbox {
        background: #f9f9f9 !important;
        padding-bottom: 35px !important;
        border-bottom: 1px solid #ccc !important;
    }

    .info-pg .form h2, .info-pg .contact h2 {
        color: #003d53;
        font-size: 22px;
    }

}
@media (min-width: 300px) {
    .fb,
    .twit,
    .yt,
    .gp {
        display: none;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .title:before,
    .title:after,
    .title-gallery:before,
    .title-gallery:after,
    .title-white:before,
    .title-white:after {
        display: none;
    }
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #b3d237;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #b3d237;
    }
    .btn-container {
        padding: 20px 10px 20px 155px;
    }
    .custom-list {
        margin-bottom: 0;
    }
   /* .ftr-nav ul {
        padding: 0;
    }
    .ftr-nav ul {
        font-size: 10px;
    }
    .ftr-nav ul li {
        padding: 0 8px;
    }*/
    .social-media ul {
        padding: 0;
    }
    .ftr-cr {
        padding-left: 0;
    }
    .navbar-brand {
        font-size: 28px;
    }
    .navbar-toggle {
        right: 0;
    }
    .header-right ul {
        padding-left: 0;
        display: inline-flex;
    }
    .navbar-default .navbar-collapse {
        border-color: transparent;
    }
    .margin-sm-20 {
        margin-top: 20px;
    }
    .rooms .col-md-3 {
        padding-bottom: 20px;
    }
}
@media (min-width: 355px) {
  
    .navbar-brand {
        font-size: 26px;
    }
    .fb,
    .twit,
    .yt,
    .gp {
        display: none;
    }
    .pull-right ul {
        padding-left: 0 !important;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }
    .title:before,
    .title:after,
    .title-gallery:before,
    .title-gallery:after,
    .title-white:before,
    .title-white:after {
        display: none;
    }
   
    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #b3d237;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #b3d237;
    }
    .btn-container {
        padding: 20px 10px 20px 85px;
    }
    .custom-list {
        margin-bottom: 0;
    }

}
@media (max-width: 560px){
   
    .facilities .col-xs-6{
        width: 100%;
    }
    .margin-xs-top{
        margin-top: -46px;
    }

}
@media (min-width: 481px) {
    .fb, .twit, .yt, .gp {
        display: none;
    }

    .mrgn-top20-xs {
        margin-top: 20px;
    }

    .title:before, .title:after, .title-gallery:before, .title-gallery:after, .title-white:before, .title-white:after {
        display: none;
    }

    .custom-list li a:hover, .custom-list li a:active, .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #b3d237;
    }

    .active {
        margin-right: 0;
    }

    .custom-list li:hover, .custom-list li:focus, .custom-list li:active, .custom-list li:visited {
        margin-right: 0;
        background-color: #b3d237;
    }

    .btn-container {
        padding: 20px 10px 20px 155px;
    }

    .custom-list {
        margin-bottom: 0;
    }

    .navbar-default .navbar-collapse {
        border-color: transparent;
    }

    .margin-sm-20 {
        margin-top: 20px;
    }

    .rooms .col-md-3 {
        padding-bottom: 20px;
    }

    .shape {
        width: 200px;
        height: 200px;
        background-size: 70%;
        background-position: 50%;
        border-radius: 100%;
    }

    .faci-caption-left ul li a:before {
        width: 185%;
    }

    .faci-caption-right ul li a:before {
        width: 160%;
    }
}


@media (min-width: 768px) {
    .title:before {
        left: 320px;
    }
    .mrgn-top20-xs {
        margin-top: 20px;
    }

    .custom-list li a:hover,
    .custom-list li a:active,
    .custom-list li a:focus {
        text-decoration: none;
        color: #fff;
        margin-right: 0;
        background-color: #b3d237;
    }
    .active {
        margin-right: 0;
    }
    .custom-list li:hover,
    .custom-list li:focus,
    .custom-list li:active,
    .custom-list li:visited {
        margin-right: 0;
        background-color: #b3d237;
    }
    .margin-sm-20 {
        margin-top: 0;
    }
    .rooms-img-caption {
        width: 180px;
        height: 180px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        padding: 10px 33px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .fb,
    .twit,
    .yt,
    .gp {
        display: block;
        padding-left: 10px;
    }

    .shape {
    width: 200px;
    height: 200px;
    background-size: 70%;
    background-position: 50%;
    border-radius: 100%;
    }
    .faci-caption-left ul li a:before{
    width: 185%;
    }
    .faci-caption-right ul li a:before{
    width: 160%;
    }
}

@media (min-width: 992px) {
   
    .mrgn-top20-xs {
        margin-top: 0;
    }
    .rooms .col-md-3 {
        padding-bottom: 0;
    }
    .rooms-img-caption {
        width: 235px;
        height: 162px;
        background-color: rgba(255, 255, 255, 0.84);
        position: absolute;
        z-index: 10;
        padding: 10px 43px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .rooms-img-container:hover .rooms-img-caption
    {
        background-color:#fff;
    }
    #navbar ul {
        margin-right: 120px;
        padding-top: 4px;
    }
    .nav>li>a{
        padding: 10px 15px;
    }

    .faci-caption-left {

    }
    .shape {
     width: 300px;
    height: 200px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    .faci-caption-left ul li a:before{
    width: 270%;
    }
    .faci-caption-right ul li a:before{
    width: 270%;
    }

    .main-nav .navbar-container .navbar-collapse.collapse {
    position: relative;
     display: inline-block !important; 
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .site-header
    {
        min-height: 92px;
    }
    .bkbtn {

    margin-top: 23px;
    }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active
    {
        margin-top: 24px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav {
        margin: 0;
        width: 100%;
        border-top: 1px solid #095780;
    }
    .navbar-toggle {
        right: 130px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }

    .contact{
    padding-top: 30px;
    }
}


@media (min-width: 300px) and (max-width: 360px){
    .faci-content {
    margin-left: 6px;
    }
    .faci-content h3 {
    font-size: 1em;
    }
    .faci-img a{
    padding: 10px;
    }
    .info-pg input[type="text"], textarea{
    width: 100%;
    }
    .faci-img .fa {
    top: 16%;
    }
}
@media (min-width: 300px) and (max-width: 491px){

    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    border: 2px solid #b3d237;
    color: #fff;
    background: #003d53;
    }
    .contact{
    padding-top: 30px;
    }
    .title-line{
    font-size: 28px;
    }

}
@media (min-width: 492px) and (max-width: 767px){

    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    border: 2px solid #b3d237;
    color: #fff;
    background: #003d53;
    }
    .contact{
    padding-top: 30px;
    }
    .img-caption{
    left: 270px;
    }
    .rooms-img-caption
    {
    width: 235px!important;
    padding: 40px 43px;
    }
}

@media (min-width: 768px) and (max-width: 990px){
    footer .menu-footer-container ul{
        padding-left: 0;
    }
    footer .menu-footer-container ul li{
        padding: 5px;
    }
    footer .menu-footer-container ul li a{
    font-size: 14px;
    padding: 10px;
    }
    footer .menu-footer-container ul li a:focus{
    outline: none;
    }
    #menu-footer .menu-item-270 a:before,
    #menu-footer .menu-item-47 a:before,
    #menu-footer .menu-item-157 a:before,
    #menu-footer .menu-item-44 a:before,
    #menu-footer .menu-item-46 a:before,
    #menu-footer .menu-item-45 a:before{
    content: '';
    display: none;
    }

}

@media (max-width: 990px){
    .room-ul li{float: none!important;width: auto !important;}
    .pull-left {float: none!important;}

    .img-caption{
    position: relative;
    left: 0
    }
}
@media (max-width: 990px){
    #menu-footer .menu-item-270 a:before,
    #menu-footer .menu-item-47 a:before,
    #menu-footer .menu-item-157 a:before,
    #menu-footer .menu-item-44 a:before,
    #menu-footer .menu-item-46 a:before,
    #menu-footer .menu-item-45 a:before{
    content: '';
    display: none;
    }
}
@media (max-width: 670px){
    
    .ftr-logo img {
    width: 15%;
    }
    footer .menu-footer-container ul{
    padding-left: 0;
    }
    footer .menu-footer-container ul li{
    padding: 9px;
    }
    footer .menu-footer-container ul li a{
    font-size: 11px;
    padding: 5px;
    }
    footer .menu-footer-container ul li a:focus{
    outline: none;
    }
    #menu-footer .menu-item-270 a:before,
    #menu-footer .menu-item-47 a:before,
    #menu-footer .menu-item-157 a:before,
    #menu-footer .menu-item-44 a:before,
    #menu-footer .menu-item-46 a:before,
    #menu-footer .menu-item-45 a:before{
    content: '';
    display: none;
    }
}


/*-----form-responsive-----*/
@media (min-width: 450px) and (max-width: 767px){
    .page-id-5 .hm-gallery{
    position: relative;
    }
    .page-id-5 .hm-gallery .booking-box form {
    background: #f9f9f9;
    bottom: 75px;
    position: relative;

    }
    .bb_resbox{
    background: #f9f9f9 !important;
    padding-bottom: 35px !important;
    border-bottom: 1px solid #ccc !important;
    }
    .booking-box form h1{
    padding: 25px 0;
    padding-top: 35px;
    color: #003d53;
    text-shadow: none;
    }
    p.bbres_fieldset label {
    color: #003d53;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .page-id-5 .hm-gallery{
        position: relative;
    }
    .page-id-5 .hm-gallery .booking-box form {
        background: #f9f9f9;
    bottom: 75px;
    position: relative;

}


.booking-box form h1{
    padding: 25px 0;
    color: #003d53;
    text-shadow: none;
}
p.bbres_fieldset label {
    color: #003d53;
}
p.bbres_fieldset input.bbres_booknow:hover, p.bbres_fieldset input.bbres_booknow:focus, p.bbres_fieldset input.bbres_booknow:active {
    background-color: #b3d237!important;
    outline: none !important;
    color: #fff !important;
}
}
@media (min-width: 1024px){
    .page-id-5 .hm-gallery{
        position: relative;
    }
    .page-id-5 .hm-gallery .booking-box form {
    bottom: 80px;
}

}


@media (max-width: 450px){
    .ftr-logo img {
    width: 20%;
}

    footer .menu-footer-container ul{
        padding-left: 0;
    }
    footer .menu-footer-container ul li{
        padding: 0px;
    }
}


@media (min-width: 992px) and (max-width: 1150px){
/*    .faci-content {
    margin-left: 9px;
}
    .faci-content h3 {
    padding: 15px 70px;
}*/
}

@media (max-width: 470px) {
    .rooms-img-caption {
        width: 160px;
        height: 160px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        padding: 0px 23px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (max-width: 991px){
.padding-xs {
    padding-bottom: 20px;
}
    .nav-main{
    text-align: left;
}

}


.paddingbtm{
    padding-bottom: 60px;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group table {
    background: #003d53!important;
}
.ui-datepicker .ui-widget-header a.ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header a.ui-datepicker-next:hover{
    color: transparent;
}
.ui-datepicker.ui-widget-content td a.ui-state-active{background: rgba(245, 176, 9, 0.28)!important;}
.info-pg input{
    border: 1px solid transparent !important;
    transition: border 0.2s linear;
}
.info-pg input:focus, .info-pg textarea:focus{
    border: 1px solid #003d53 !important;
}
.info-pg .form h2, .info-pg .contact h2{
    color: #003d53;
}
.btn-contact:focus{
    text-decoration: none;
}
.gtitle{
    margin: 0 !important; 
}
#inner-gallery{
    margin: 25px 0;
    padding-bottom: 15px;
}

.nomargin{
    margin: 0;
}

.nemus-slider.controls-inside .nemus-control-nav {
    bottom: 80px;
}
.img-caption p {
    margin: 0 0 0px;
}

.col-sm-12.white.tx-center {
    text-align: center;
}
.info-pg .fa
{
    margin: 5px 0;
}


/*********FOOTER (added bt Milan)**********/
.footer {
    background: url('images/footer-bg.png');
    padding-top: 30px;
    position: relative;
    font-weight: initial;
}

.footer .pb h4{
    font-family: 'Bree Serif', serif;
    color: #b2deed; 
}
.footer .pb ul{
    padding: 0;
}
.footer .pb ul li{
    list-style-type: none;
    color: #b2deed; 
    font-size: 14px;
    font-family: 'lato';
    margin-bottom: 10px;
    width: 50%;
    float: left;
}
.footer .pb ul li a {
    font-size: 13px;
    color: #4e8ea2; 
    top: 0px;
    position: relative;
    transition: all 0.3s ease;
}
.footer .pb ul li a:hover,
.footer .pb ul li a:focus {
    color: #b2deed;
}
.ftr-nav ul li{
margin: 0;
float: left;
width: 100% !important;
}
.ftr-nopadding{
    padding-left: 0;
    padding-right: 0;
    color: #4e8ea2; 
}
.fa-position{
    position: absolute;
    left: -30px;
}
.ftr-nav p{
    color: #4e8ea2; 
    font-size: 13px;
    font-family: 'lato';
    margin-bottom: 25px;
    width: 70%;
    /*float: left;*/
    position: relative;
    left: 30px;
}
.ftr-nav .fa-whatsapp {
    font-size: 18px;
    color: #4e8ea2;
}
.ftr-nav p a {
    color: #4e8ea2;
}
.ftr-nav p a:hover,
.ftr-nav p a:focus {
    color: #b2deed;
}
.ftr-nav p.mailto .fa-envelope {
    top: 3px;
}
.ftr-newsltr{
    left: 0 !important;
    margin-top: 15px !important;
}
.ftr-hr{
    border-bottom: 2px solid #b2deed;
    width: 50px;
    background-image: none;
    margin-top: -15px;
}
.fa-mobile{
    font-size: 26px;
}
.fa-envelope{
    font-size: 15px;
}
.ftr-nav .fa-whatsapp {
    font-size: 18px;
}

.lo-attraction h3{
    font-size: 16px;
}
#menu-footer li {
    float: left;
    margin-right: 10px;
    list-style: none;
    padding-right: 15px;
}

#menu-footer li a {
    color: white;
}

.pb {
    padding-bottom: 25px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.57);*/
}

.menu-footer-container {
    float: left;
    margin-top: 5px;
}

.social {
    margin-top: 0px;
    float: right;
}

a.socialbtn, fa {
    padding: 12px 10px;
    border: 1px solid;
    border-radius: 50%;
}

a.socialbtn {
    display: inline-block;
    line-height: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
}

a.socialbtn:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #3d3d3d;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: 0.2s linear;
}

.pt {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size:13px;
    font-weight: 300;
    font-family: 'raleway';
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.16);
}
.pt a {
    color: #4e8ea2;
    transition: all 0.3s ease;
}
.pt a:hover,
.pt a:focus {
    color: #b2deed;
}

ul#menu-footer {
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover,a:visited,a:focus {
    text-decoration: none;
}
a.mail{
    color: #3d3d3d;
    text-decoration: none;
}
a.mail:hover{
    color: #3d3d3d;
    text-decoration: none;
}
.hotelpolicy {
    padding: 50px 0px 70px 0px;
}

.hotelpolicy li {
    line-height: 2;
}

.contact p{margin: 15px;}





/*about-pg*/
/*.abt2{
    background: url(images/cta-bg.jpg);
    background-position: center;
    background-size: cover;
}*/
/*.abt2 .nw-content{
    background: #fff;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    padding: 60px 20px;
    width: 770px;
    position: relative;
}*/
.abt2 .nw-content h2{
    padding-top: 0;
}
.abt1 .slides:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99; 
}
.abt1 .nemus-viewport {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.42);
    /*border: 2px solid #fff;*/
}
.abt1 .nemus-direction-nav{
    display: none;
}

.pbottom20{
    padding-bottom: 20px;
}
/*solution-pg*/

.point1{
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.point1.last{
    border-bottom: none;
    margin-bottom: 60px;
}
.points-title{
 color: #003d53;
font-family: 'Raleway';
font-weight: 600;
font-size: 20px;
position: relative;
padding-left: 30px;
}
.points-title:before{
 content: '';
 position: absolute;
 height: 12px;
 width: 12px;
 border: 1px solid #003d53;
 border-radius: 40px;
 left: 0;
 top: 11px;
 -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.points-title:hover:before{
 content: '';
 position: absolute;
 height: 12px;
 width: 12px;
 background: #003d53;
 border: 1px solid #003d53;
 border-radius: 40px;
 left: 0;
 top: 11px;
}
.points-content{

}
.modal-dialog {
    z-index: 10000;
}
.solution{

}
.divider{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px !important;
}
.solu-bg{
    background: #f9f9f9;
    padding: 40px 0;
}
.solu-content ul{
    padding-left: 20px;
}
.solu-content ul li{
    float: left;
    width: 30%;
    list-style-type: circle;
    margin-bottom: 5px;
}
.solu-content ul li{
    float: left;
    width: 30%;
    list-style-type: circle;
    margin-bottom: 5px;
}
.solu-content ul li a{
    font-family: 'Raleway';
    color: #3d3d3d;
    font-size: 15px;
}
.solu-content ul li a:hover{
     color: #003d53;
     font-weight: 600;
     -webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
}
.custom{
    background-image: url(images/custom-solution.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.custom .nw-content {
        background: #fff;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    padding: 40px;
    width: 770px;
    position: relative;
}
.solu-content h3, .nw-content h3{
    margin-top: 0;
}
/*.solv-bg{
    width: 33%;
    display: inline-block;
    height: 200px;
    padding: 20px 35px;
    min-height: 300px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}
.solv-bg:hover{
    background: #f9f9f9;
    box-shadow: 0px 1px 31px 0px rgba(204, 204, 204, 0.83);
}*/
.accordion-toggle {
    background: rgba(255, 255, 255, .15);
    color: #777;
}
.accordion-inner {
    padding: 10px 17px;
    border-radius: 5px;
    border-left: 4px solid #003d53;
    border-right: 1px solid #ccc;
    color: #777;
}
.accordion-heading .fa{
    float: left;
    position: absolute;
    margin-top: 25px;
    left: 30px;
    margin-right: 20px;
    color: #ccc;
}
.accordion-heading i.fa.fa-toggle-on{
        color: #003d53;
}
.accordion-heading a.accordion-toggle{
    padding-left: 45px;
}
.acc-style .accordion-toggle:before {
    content: "\f204";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #ccc;
    display: none;
}

.accordion-inner {
    padding: 10px 17px;
}
.accordion-group {
    border-radius: 0;
}
.accordion-heading .accordion-toggle {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0;
    border-top: none;
    display: block;
    padding: 18px 20px;
}
.acc-style:first-child {
    border-top: 1px solid #ccc;
    border-radius: 5px;
}
.selectStyle {
    width: 46%;
    float: left;
    margin-right: 8%;
}
.accordion-toggle:hover {
    color: gray;
    text-decoration: none;
}
a.accordion-toggle:focus {
    color: gray;
    text-decoration: none;
}

.bxshadow{
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}
img.bxshadow:hover {
    background: #f9f9f9;
    box-shadow: 0px 1px 31px 0px rgba(204, 204, 204, 0.83);
}
/*contact-pg*/
.email a{
    color: #3d3d3d;
}
.email a:hover{
    color: #00afef;
}
.email .display{
    display: inline-block;
    width: 49%;
}
/*.contact-num .display{
    display: inline-block;
    width: 45%;
}*/
.office-tel.position, .email-position{
    position: relative;
    top: -25px;
}
.address{
    padding-bottom: 40px;
}
.address .title{
    margin-bottom: 10px;
    color: #003d53;
}
/*contact-form*/
.contact-form .row{
    margin-bottom: 30px;
}
.contact-form{
    position: relative;
    padding-top: 60px;
}
.contact-form:before{
    content: "";
    width: 20%;
    left: 40%;
    border-top: 1px solid #e1e2e4;
    position: absolute;
    top: 0;
    height: 1px;
}
.input-wrapper label{
color: #003d53;
font-family: 'Raleway';
padding-left: 2px;
margin-bottom: 12px;
}
.input-wrapper{
    display: inline-block;
    width: 33%;
}
.input-wrapper input, .input-wrapper select{
    width: 97%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*border-top: 2px solid transparent;*/
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}
.input-wrapper input:hover, .input-wrapper select:hover, .input-wrapper textarea:hover{
    border: 1px solid #00afef !important;
    box-shadow: 0px 0px 7px 0px rgba(0, 175, 239, 0.35);
    outline: none;
}
::-webkit-input-placeholder, select{
    color: #ccc;
    font-family: 'lato';
}
.input-wrapper textarea{
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    background: transparent !important;
    margin: 0!important;
    width: 97% !important;
}
.textarea-width{
    width: 45%;
}
.position{
    position: relative;
    top: -14px;
}
.send-btn{
    text-align: center;
    padding: 10px 30px;
}
.send-btn a{
color: #fff!important;
}
.send-btn a{
color: #fff!important;
}
.contactForm .send-btn {
    background: #00afef;
    border: 2px solid #00afef;
    color: #FFF;
}
.contactForm .send-btn:hover,
.contactForm .send-btn:focus {
    background: #FFF;
    border: 2px solid #00afef;
    color: #00afef;
}
.contactForm {
    margin: 0 20px 0 0;
}
.contactForm li.parsley-required {
    margin-top: 0 !important;
    border-radius: 0 0 4px 4px;
}
.contactForm .form-control {
    height: 40px;
    vertical-align: top;
    color: #555;
    margin: 0;
}
.contactForm .formOuter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contactForm .form-group1.form-twocols:nth-of-type(2n+1) {
    margin-left: 0;
}
input:focus, textarea:focus {
    border: 1px solid #00afef;
}
.contactForm .form-control:focus,
.contactForm .form-control:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.contactForm textarea.form-control {
    height: auto;
    background: #FFF !important;
    margin:0 !important;
}
.contactForm .form-group1 {
    display: inline-block;
    width: 100%;
    clear: both;
   
}
.contactForm .form-group1:last-child {
    margin-bottom: 0;
}
.title-bg-img .p60 {
    padding: 30px 0;
}
.mapContainer {
    height: 350px;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 5px;
    border: 1px solid #dcdcdc;
}
.mapContainer iframe {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
@-webkit-keyframes autofill {
    to {
        color: #555;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


/*news-pg*/
.news-container .btm-space{
    margin-bottom: 30px;
}
.news1{
    padding: 20px;
    background: #f9f9f9;
    border-top: 2px solid #003d53;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 270px;
    min-height: 500px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}
.news1 h3{
    margin-top: 0;
  }
.news1:hover{
box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.16);
}
.news-content{
    border-top: 1px solid #ccc;
    padding-top: 22px;
}
.icon-box {
    max-width: 308px;
    padding: 67px 40px 61px;
    margin-left: auto;
    margin-right: auto;
}
.icon-box {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    padding: 5px 30px;
    text-align: center;
    cursor: pointer;
}

.icon-box:before, .icon-box:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    pointer-events: none;
    transition: .33s all ease;
}
.icon-box:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.icon-box:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
    width: 100%;
    height: 100%;
    border-color: #003d53;

}
.box-header h2 a .fa{
    font-size: 40px;
    color: #00afef;

}
.text-gray-05{
    font-size: 24px;
    color: #3d3d3d;

}
.text-gray-05 small{
   font-size: 12px;
   position: relative;
    top: -15px;
}
.icon-box .divider {
    max-width: 100%;
    margin: 13px auto;
    transition: .33s all ease;
}
.box-body{
    height: 100px;
}
.icon-box .divider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #003d53;
}
.icon-box.hover .divider, .icon-box:hover .divider {
    width: 168px;
}
.dwnld-brouchre .row{
margin-bottom: 30px;
}
.mailto a{
    color: #4e8ea2;
}
.mailto a:hover{
 color: #b2deed;
}
/*#menu-item-398 a:after, #menu-item-25:after, .menu-item-664:after, .menu-item-686:after{
       content: "\f107";
        font-family: 'FontAwesome';
        color: #fff;
    position: absolute;
    top: 16px;
    right: -11px;*
}*/

li.menu-item-398 > a:after, li.menu-item-25 > a:after, li.menu-item-664 > a:after, li.menu-item-686 > a:after  {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;
}
 #menu-item-25:after, .menu-item-664:after, .menu-item-686:after{
    top: 11px;
 }
#menu-item-398 .menu-item-401 a:after, #menu-item-398 .menu-item-400 a:after, #menu-item-398 .menu-item-399 a:after, .menu-item-494 a:after, .menu-item-498 a:after, .menu-item-507 a:after{
    content: '';
    display: none;
}
.sub-menu:after{
    position: absolute;
    left: 20px;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    z-index: 0;
}
.sub-menu .sub-menu:after{
    position: absolute;
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    content: '';
    border-right: 6px solid #FFF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 0;    
    z-index: 0;
}
.nav-menu .sub-menu, 
.nav-menu .children {
    background-color: #003d53;
    border: 2px solid #f7f5e7;
    position: absolute;
    left: 0;
    z-index: 99999;
    border-radius: 10px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: 41px;
}
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 .sub-menu li, 
.nav-menu .children li {
    margin: 0;
    display: block;
}
.nav-menu .sub-menu li a, 
.nav-menu .children li a {
    padding: 10px 15px;
  
}
.nav-menu .sub-menu li:first-child a, 
.nav-menu .children li:first-child a {
    border-radius: 10px 10px 0 0;
}
.nav-menu .sub-menu li:last-child a, 
.nav-menu .children li:last-child a {
    border-radius: 0 0 10px 10px;
    padding-bottom: 15px;
}
.solution .para{
    text-align: center;
    position: relative;
    z-index: 2;
}
.solution .para a{
    color: #3f4a4d;
    font-weight: bold;
}
.solution .para a:hover, .solution .para a:focus{
    color: #003d53;
    font-weight: bold;
}
.solution-block.solution-blockDiv {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.solution-block {
    display: inline-block;
    width: 40%;
    text-align: center;
}
.solution .solution-block:nth-child(3){
top: -80px;	
}

.solution-block img{
    margin: 0 auto;
    padding-bottom: 10px; 
}
.hospitality, .pharmacy{
    margin-right: 215px;
    margin-bottom: 25px;
    position: relative;
}
.pharmacy{
    margin-top: 80px;
}
.retail-pos{
    position: relative;
}
.retail-pos h2{
    position: relative;
    
}

.hospitality:after {
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    top: 60px;
    border-bottom: 1px solid #ccc;
    height: 537px;
    right: -110px;
    width: 515px;
    z-index: 0;
}
.retail-pos:after{
    content: '';
    position: absolute;
    bottom: -130px;
    border-bottom: 1px solid #ccc;
    left: -109px;
    width: 535px;
}

.pharmacy:after{
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    top: -55px;
    height: 537px;
    right: -110px;
}

.supermarkets, .fruits, .innerpharmacy, .apparel, .pm, .hr, .tm, .es{
    text-align: center;
    height: 250px;
    transition: .33s all ease;
    border: 1px solid #e5e7e9;
    padding-top: 15px ;
}
.supermarkets:hover, .fruits:hover, .innerpharmacy:hover, .apparel:hover, .pm:hover, .hr:hover, .tm:hover, .es:hover{
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
}
.supermarkets a, .fruits a, .innerpharmacy a, .apparel a, .pm a, .hr a, .tm a, .es a{
    color: #3d3d3d;
}
.supermarkets h3, .fruits h3, .innerpharmacy h3, .apparel h3, .pm h3, .hr h3, .tm h3, .es h3{
    margin-top: 0;
    margin-bottom: 0;
}
.supermarkets a:hover, .fruits a:hover, .innerpharmacy a:hover, .apparel a:hover, .pm a:hover, .hr a:hover, .tm a:hover, .es a:hover{
    color: #003d53;
}
.retail-pos-product .icon{
        /*background: url(images/retail-pos.png);*/
        display: none;
    height: 100px;
    width: 100px;
    display: block;
    transform: scale(0.8);
    border-radius: 40px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
    margin: 0 auto
}
.hospitality-products .row{
    margin-bottom: 30px;
}
.fd, .eb, .er, .ab, .cm, .ea, .ei, .fb {
    text-align: center;
    height: 270px;
    transition: .33s all ease;
    border: 1px solid #e5e7e9;
    padding-top: 15px ;
}
.fd:hover, .eb:hover, .er:hover, .ab:hover, .cm:hover, .ea:hover, .ei:hover, .fb:hover{
    border: 1px solid #003d53;
    transition: .33s all ease;
}

.fd a, .eb a, .er a, .ab a, .cm a, .ea a, .ei a, .fb a{
    color: #3d3d3d;
}
.fd a:hover, .eb a:hover, .er a:hover, .ab a:hover, .cm a:hover, .ea a:hover, .ei a:hover, .fb a:hover{
    color: #003d53;
}
.fd i, .eb i, .er i:hover, .ab i:hover, .cm i:hover, .ea i:hover, .ei i:hover, .fb i:hover{
    /*display: inline-block;*/
    overflow: hidden;
    position: relative;
}
.icon:hover{
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
}
.fd .icon, .eb .icon, .er .icon, .ab .icon, .cm .icon, .ea .icon, .ei .icon, .fb .icon{
    background: url(images/icons-ezee-products-a.png);
    height: 100px;
    width: 100px;
    display: block;
    transform: scale(0.8);
    border-radius: 40px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
    margin: 0 auto;
}
.fd h3, .eb h3, .er h3, .ab h3, .cm h3, .ei h3, .ea h3, .fb h3{
    margin-bottom: 0;
}
.hsptality-product .fd .icon {
    background-position: -672px -41px;
}
.hsptality-product .eb .icon {
    background-position: -577px -41px;
}

.hsptality-product .er .icon {
    background-position: -671px -41px;
}

.hsptality-product .ab .icon {
    background-position: -25px -41px;
}


.hsptality-product .cm .icon {
    background-position: -1000px -41px;
}
.hsptality-product .ei .icon {
    background-position: -1087px -37px;
}

.hsptality-product .fb .icon {
    background-position: -391px -41px;
}

.hsptality-product .ea .icon {
    background-position: -481px -38px;
}

/*product-page*/
/*.butn-container .butn{
    display: inline-block;
    float: left;
    border: 2px solid transparent;
}*/
.butn-container .butn:hover, .butn-container .butn:focus{
    border: 2px solid #00afef;
}
/*.butn-container .butn.one{
    position: relative;
    top: -5px;
    top: 0px;
    left: 10px;
}
*/
.product-img-container img{
    border: 2px solid #e5e7e9;
    position: relative;
    top: 18px;
    margin: 0 auto;
}
.products .row{
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e7e9;
}
.products .row.last{
border-bottom: 1px solid transparent;
margin-bottom: 0;
}
.hospitality-products .row.last{
margin-bottom: 0;   
}
.fd-content h4{
    margin-bottom: 15px;
    margin-top: 10px;
}
.fd-content ul{
    margin-top: 0;
        margin-bottom: 40px;
}

.pharmarcy-POS-products .row ul, .retail-POS-products ul{
    padding-left: 20px;
}
.salient-features{
    background: #f9f9f9;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.Benefits{
    background: #f9f9f9;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.salient-features h4{
    color: #003d53;
}
table th{
    padding: 10px;
}
h3.module{
    margin-top: 0;
}

.module-img img, .retail-pos-img img{
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 100%;
}
.hr-img-container img{
       -webkit-transition: box-shadow 0.5s linear;
       transition: box-shadow 0.5s linear;
       margin: 0 auto;
       margin-top: 30px;
}
.hr-img-container img:hover{
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
}

.pm .icon, .hr .icon, .tm .icon, .es .icon{
    background: url(images/aruti-icon.png);
    height: 100px;
    width: 100px;
    display: block;
    transform: scale(0.8);
    border-radius: 40px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
    margin: 0 auto;
}
.aruti-products .pm .icon {
    background-position: -258px -37px
}
.aruti-products .hr .icon {
    background-position: -373px -37px
}
.aruti-products .tm .icon {
    background-position: -168px -37px
}
.aruti-products .es .icon {
    background-position: -69px -37px
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0 !important;
}
.pswp__button--close {
    background-position: 0 -44px !important;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before{
background: url(images/default-skin.png) no-repeat;

}



/*==================sufyan========================*/
@media (max-width: 991px)
{
.feature_block {
    height: auto;
}
.ftr-nav ul li {
     width: 50% !important;
}
.cinn-block1, .cinn-block2, .cinn-block3{
    top: 17px;
}
.common-block {
    width: 125px;
    height: 125px;
}
.news1{
	height: auto;
	min-height: auto;
}
.news1 img{
	width: 100%;
}
div#burrp{
	 margin-bottom: 30px;
}
div#ezee-fd {
    margin-bottom: 30px;
}
div#cakecity{
	  margin-bottom: 30px;
}
.product-img-container img {
 top: 0px;
}
.feedback-img img {top: 10px!important;display: inline-block;margin-bottom: 50px;}
	.butn-container {
    display: inline-block;
    margin-top: 40px;
}
.bcontent .play-video {
    margin-top: 60px;
}
.ptop60.pbottom20{
	text-align: center;
}
.solution-block img{
    margin: 0 auto;
    padding-bottom: 30px;
}
.footer .pb ul {
     display: inline-block;
     margin: 0;
}
.top-header {
    background: none;
}
.right40 {
    right: 0;
}
.nws-img{
	margin: 0 auto;
	display: table;
	padding-bottom: 30px;
}
.date{
	margin: 0 auto;
	display: table;
}
.news{
	text-align: center;
}
.newsltr-img {
   top: 61px;
    right: 148px;
}
.footer .pb h4 {
    display: inline-block;
}
.bnr-left-text h1{
    text-align: center;
}
.services .srvs-block1 {
    text-align: center;
    margin-top: 45px;
}
.pull-right{
    float: none!important;
}
.services .hs-img {
    margin: 0 auto;
    display: table;
}
.bcontent .hid800{
    text-align: center;
}
.innercontent h2 {
    font-size: 22px;
}
.social {float: none;}
.menu-footer-container {
    float: none;
    display: inline-block;
}    .text-right {
    text-align: center;
    width: 100%;
}
    .text-left {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
}
.nemus-direction-nav a {
    color: #fff!important;
    opacity: 1!impoprtant;
}

/*******added by Milan****/

.bottom-content{
    margin: 40px 0px;
}
.room-ul li span {
    margin-left:15px;
    font-size: 14px;
}
.room-ul {
    list-style-type: square;
    color: #525252;
    line-height: 38px;
    letter-spacing: 1px;
    width: 100%;
    color: white;
    padding: 0px;
}
.room-ul li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
}

@media (max-width: 1122px){
    .ftr-logo {margin-top: 30px;padding-bottom: 12px;}
}

@media (max-width: 350px){

ul#primary-menu {
    margin: 0;
    border-top: 2px solid #003d53;
    margin-top: 25px;
    top: 36%;
    position: absolute;
    background: #fff;
    right: 0;
    font-size: 12px;
    /* z-index: 9999; */
}
}

  @media (max-width: 1200px) and (min-width: 767px){
  
    .faci-content h3 {
    margin: 0;
    padding: 35px 68px;
    font-size: 14px;
}
.margin-bottom30
{
    font-size: 20px;
}
.rooms-img-caption
{
    height: 165px;
}
}

@media (max-width: 767px){
    .loimg-block {
    text-align: center;
    }
    .rp-1 {
    padding-top: 30px;
    }
    .rp-2{
    margin-top:0px; 
    }
    .taxi-list {
    width: calc(100% - 30px);
    }
    .listing-block {
        width: calc(100% - 30px);}
    .social-media{display: none;}
    #gallery{text-align: center;}
    .site-header{min-height: 92px;}
    .rooms-img-container img
    {
        width: 100%;
    }
    .margin-bottom30
    {
        margin: 18px 0px!important;
    }
    #masthead .row, .top-header .row {
    margin-right: 0;
    margin-left: 0;
    }
    .ex-btn-header {
     font-size: 10px;
     padding: 7px 8px;
    }
    .bkbtn {
    margin-top: 27px;
    }
    .chatWhatsapp { width: 32px; height: 32px; left: 5px; right: 5px; }
    .chatWhatsapp img { border-radius: 3px; }
}
/* End: 767 */
@media (max-width: 1025px) and (min-width: 767px){
    .faci-content h3 {
    margin: 0;
    padding: 35px 68px;
    font-size: 14px;
    }
    .booking-box form {
    position: absolute;
    /*top: 350px;*/
    z-index: 16;
    left: 0;
    right: 0;
    }
}

@media (max-width: 767px) and (min-width: 492px){
.booking-box form {
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dadada;
}
}

@media (max-width: 687px){
    .about-title.nomargin {
    font-size: 26px;
}
a.bkbtn.contact-btn-1.ex-btn-header {
    display: none;
}
a.bkbtn.trail-btn.ex-btn-header {
    display: none;
}

}
@media (max-width: 550px){
   a.bkbtn.trail-btn-1.ex-btn-header {
    display: none;
}
}
element.style {
}
.nemus-slider.controls-inside .nemus-direction-nav .nemus-prev {
    left: 0;
}
.nemus-direction-nav .nemus-prev {
    left: -40px;
}
.nemus-direction-nav a {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 60%!important;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    color: #000;
    opacity: 0.5;
    text-decoration: none;
}
@media (max-width: 500px){
.arrow-tab.fixed {
      top: 0px;
   
}
.pull-right
{
    display: none;
}
.site-header
{
    position: relative;
    top: 0px;
    background-color: #003d53;
}
.top-header{
	display: none;
}
.nemus-direction-nav a
{
    margin: -65px 0 0!important;
}
.title-line span
{
    font-size: 24px;
}
.package h2{
    font-size: 24px;
}
    .deals_mng_title.fancy_ps_title a{font-size: 22px;}
.about-text
{
    font-size: 14px;
}
#rooms h2
{
    font-size: 24px;
}
.margin-bottom30
{
    font-size: 17px;

}
.ex-btn
{
font-size: 13px;
}
.faci-content h3
{
    font-size: 16px;
}
.about-us h2
{
    font-size: 24px;
}
.about-padding p
{
font-size: 14px;
}
.rooms-img-caption
{
    height: 160px!important;
}
.margin-bottom30
{
    margin: 15px 0px !important;
}
.nemus-direction-nav a::before
{
    line-height: 80px!important;
}
.btn-book
{
    padding: 10px 15px;
}

}
@media (max-width: 480px){
    .ex-btn{padding: 10px;}
     .top-header{display:none}

    #menu-footer li{padding-right: 4px;}

.nemus-direction-nav a::before {
    font-family: "nemus-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-align: center;
    font-size: 30px!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0px;
    text-decoration: none;
}
.margin-bottom30
{
    margin: 18px 0px !important;
}
.rooms-img-caption {
    height: 115px !important;
    width: 150px!important;
}
.site-header .home-link {
    width: 224px;
        margin-top: 20px;
}
.home-link img {
    width: 178px!important;
}
}


@media (max-width:1199px) and (min-width:990px){
.img-caption {
    background: #003d53;
    position: absolute;
    padding: 20px 35px;
    left: 485px;
    top: 0;
    color: #fff;
    box-shadow: 0px 1px 30px #a7a7a7;
}
.bkbtn {
    
    margin-top: 22px;
}

.site-header
 {
        min-height: 92px;
 }
}

@media (max-width: 992px) and (min-width:710px){
#facilities-pg .col-md-4 {
    width: 50%!important;
}
}
@media (max-width:991px){
    .meetingblock{width: 70%;}
.info-pg input[type="text"],.info-pg input[type="email"], textarea {width: 100%;}
.rooms-img-caption
    {
        width: 220px;
        
        background-color: rgba(255, 255, 255, 0.84);
    }
    .faci-content h3
    {
        font-size: 16px;
    }
}
@media (max-width: 738px){
#menu-footer li {
    padding-right: 0px!important;
    float: none;
    display: block;
    padding-bottom: 15px;
}
}
    
@media (max-width: 991px) and (min-width: 738px){
#menu-footer li {padding-right: 10px!important;}
}
    
@media (max-width: 380px){
    .contact p{margin: 15px;font-size: 14px;}

    .img-caption h3{font-size: 18px;}
    .img-caption p{font-size: 14px;}
    ul#primary-menu{top:49%;}
#menu-footer li {
    padding-right:0px;
    float: none;
    display: block;
    padding-bottom: 15px;
}
}

@media (max-width: 770px)
{
   
.innercontent p {
    text-align: center;
}
    .innercontent {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
}
@media (max-width: 767px){
#demo-test-gallery {
    margin-bottom: 40px;
}
.bnr-left-text h1{
        margin: 92px 0 30px;
}
.common-block {
    width: 120px;
    height: 120px;
}
.cinn-d {
      font-size: 14px;
}
a.bkbtn.trail-btn.ex-btn-header {
    display: none;
}
.freetrialBody .site-header {
    top: 30px;
}
}
@media(max-width: 660px){
    .cta .cta-btn{
display: inherit;
}
.cta-btn.mrgin-l {
    margin-left: 0px;
}
.cta-btn.mrgin-r {
    margin-right: 0px;
}
}


@media (max-width: 620px)
{

.common-block {
    margin: 20px 10px 11px 10px;
}

}
/*========sufyan======================*/
@media (max-width: 600px)
{
    .img-container:nth-child(4){display:none!important;}
    .img-container:nth-child(5){display:none!important;}
.bcontent .bblcok .fliper{
	padding: 10px 0px;
}
.bblcok {
    width: 30%;
}
}

@media (max-width: 571px){
.btn-demo{
	    margin-top: 22px;
}
.btn-section{
	    display: inline-grid;
	    text-align: center;
}
.btn-try{
	margin-right: 0;
}
}

@media (max-width: 550px)
{
   .sub-menu li ul.sub-menu li {
    width: 164px;
}
.dealshomelist {
    width: 300px!important;
    margin: 0 auto;
}
.nav-menu .sub-menu ul a{
min-width: initial;
}
 .room-ul li{float: none!important;width: 100%!important;}
ul#primary-menu {
    margin: 0;
    border-top: 2px solid #003d53;
    margin-top: 25px;
    top: 36%;
    position: absolute;
    width: 220px;
    background: #fff;
    right: 0;
    /* z-index: 9999; */
}
.footer .pb ul li{
	width: 100%;
}

}
@media (max-width: 500px){
.bnr-left-text h1{
	font-size: 28px;
    margin: 0px 0 20px;
}
.newsltr-img{
    display: none;
}
#resourceForm .form-group {
    width: calc(100% - 15px);
    margin: 11px 0 15px 0px;
}
.pro_section.resourceCheckbox .checkbox {
    width: calc(100% - 20px);
    margin: 0 0 20px 0px;
}
.ftop60 {
    padding-top: 75px;
}
.title-container {
    padding-top: 45px;
}
.title-container .title {
     font-size: 35px;
}
.r-pos ul{
padding: 0 0 0 15px;
}
.freetrialBody .site-header {
    top: 0;
}
}

@media (max-width: 400px){
.butn-container .butn {
    display: block;
    margin: 30px 0;
    text-align: center;
}
a.butn.one {
    margin-left:0;
}
.butn-container {
    display: table;
    margin: 0 auto;
}
input#mce-EMAIL{
        padding: 7px 0px 7px 8px;
}
}
@media (max-width: 360px)
{
.site-header .home-link {
    width: 184px;
}
.footer .pb .col-md-6{ 
padding: 0;
}
}
@media (max-width: 330px)
{
.cta-btn{
    font-size: 14px;
}
}
@media (max-width: 1024px){
p.bbres_fieldset input.bbres_booknow{
    background:#b17c00 !important;
    border:1px solid #003d53 !important;
    }
p.bbres_fieldset input.bbres_booknow:hover{
    background:#003d53 !important;
    border:1px solid #003d53 !important;
    }
    
}

