@charset "UTF-8";
/*
* Sass Boilerplate v2.0
* Copyright 2015, Anoop John
* https://github.com/anupjon/sass-boilerplate
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: 14px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  box-shadow: inherit;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover, button:focus, button:active {
  outline: 0;
}

body {
  font: 14px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  background-color: #fff;

/*  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;*/
}

input, textarea {
     -moz-user-select: text;
}

select {
  background: url(../img/select-arrow.png) right center no-repeat #fff;
  box-shadow: inherit;
}

option {
  padding-left: 19px;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

hr:before {
  display: table;
  content: "";
}

hr:after {
  display: table;
  clear: both;
  content: "";
}

ul {
  margin-left: 18px;
}

ol {
  margin: 0px 0px 15px 35px !important;
  padding: 0px;
}

ol li {
  position: relative;
  padding: 0px 0px 0px 2px;
  font: 400 15px/25px "Open Sans", sans-serif;
}

ol li a {
  color: #0abbab;
}

ol li a:hover {
  color: #252525;
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

option {
  color: #343434;
}

a {
  text-decoration: none;
}

* {
  outline: none !important;
  border: 0px;
}

.fr {
  float: right;
  margin-right: 3px !important;
}

.fl {
  float: left;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 62.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.video-txt {
  background: #252525;
  color: #fff;
  font: 300 23px/28px "Roboto", sans-serif;
  position: absolute;
  padding: 9px 18px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.7em;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 21px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

a {
  color: #4078c0;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 0.7em;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

tt,
code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.1s;
          transition: all ease 0.1s;
}

.form-control.focus,
.form-control:focus {
  border-color: #4078c0;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}

input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

button:focus,
button.focus, input[type="submit"]:focus,
input[type="submit"].focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?18750806");
  src: url("../font/fontello.eot?18750806#iefix") format("embedded-opentype"), url("../font/fontello.woff?18750806") format("woff"), url("../font/fontello.ttf?18750806") format("truetype"), url("../font/fontello.svg?18750806#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Love_and_Passion';
  src: url("../font/Love_and_Passion.eot");
  src: local("☺"), url("../font/Love_and_Passion.woff") format("woff"), url("../font/Love_and_Passion.ttf") format("truetype"), url("../font/Love_and_Passion.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18750806#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-linkedin:before {
  content: '\e802';
}

/* '' */
.icon-instagram:before {
  content: '\e803';
}

/* '' */
.icon-comment:before {
  content: '\e804';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e805';
}

/* '' */
.icon-rss:before {
  content: '\e806';
  color: #fff;
}

/* '' */
.sm-wrp .icon-linkedin:before {
  content: '\e802';
  margin-left: 4px;
}

/* '' */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(../img/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  color: #292b2a;
  font: 300 15px/18px "Roboto", sans-serif;
  padding: 1px 20px 2px 17px;
  margin-bottom: 22px;
  width: 100%;
  margin: 0px;
  height: auto;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow-mpl.png) right top no-repeat #fff;
}

.chosen-container-multi .chosen-choices ::-webkit-input-placeholder {
  color: #292b2a;
}

.chosen-container-multi .chosen-choices :-moz-placeholder {
  /* Firefox 18- */
  color: #292b2a;
}

.chosen-container-multi .chosen-choices ::-moz-placeholder {
  /* Firefox 19+ */
  color: #292b2a;
}

.chosen-container-multi .chosen-choices :-ms-input-placeholder {
  color: #292b2a;
}

.chosen-container-multi {
  margin-bottom: 12px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #292b2a;
  font: 300 15px/18px "Roboto", sans-serif;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(../img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.anchor-offset {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
  }

.anchor-offset01 {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
  }

  .text-highlight {
    color: #e981ae;
    font: italic 600 16px/24px "Open Sans",sans-serif;
  }

  .post-card{
    width: 50%;
    margin-top: 20px;
  }

  .contact-box{
    background-color: #ededed;
    padding: 25px 0px 0px 25px;
    margin-bottom: 25px;
    border-radius: 18px;
    border: #ccc solid 1px;
  }
  .contact-box .tell-cont span{
    color: #0abbab;
    font-size: 26px;
    font-weight: 400;
  }

  .abt-us-ul {
    font: 400 15px/23px "Open Sans", sans-serif;
  }
  .bk2.banner-bttn{margin: 0 0 0 10px; }



/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.toronto-v{
  margin-top: -145px;
  height:145px;
  visibility: hidden;
  display: block;
}
.toronto-u{
  margin-top: 42px!important;
  height:3px;
  visibility: hidden;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eee);
  background-image: linear-gradient(#fcfcfc, #eee);
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}

.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}

.btn:focus:hover {
  border-color: #51a7e8;
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}

.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: #4078c0;
}

.btn-primary:hover {
  color: #fff;
  background: #396cad;
}

.btn-primary:active {
  background: #33609a;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fefefe;
  background: #add39f;
}

.btn-outline {
  color: #4078c0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
}

.btn-outline:focus {
  border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #4078c0;
  background-image: none;
  border-color: #4078c0;
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
  color: #767676;
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 10px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.header {
  width: 100%;
  margin: 0px;
  position: fixed;
  top: left;
  z-index: 1000;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.header-top {
  width: 100%;
  padding: 35px 0px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(75, 75, 77, 0.62);
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.logo-left {
  width: 408px;
  float: left;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
  margin-top: 6px;
}

.logo-left img {
  width: 100%;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.top-right {
  margin: 0px;
  float: right;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.top-right .phn {
  color: #8d8d8d;
  font: 600 25px "Roboto", sans-serif;
  margin: 0px 0px 10px;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.top-right .phn a {
  text-decoration: none;
  color: #8d8d8d;
  cursor: default;
}

.top-right .phn a:hover {
  color: #8d8d8d;
}

.min-nav {
  margin: 0px;
  float: right;
}

.min-nav ul {
  margin: 0px;
  padding: 0px;
}

.min-nav ul li {
  list-style-type: none;
  display: inline;
  float: left;
  padding: 0px 8px;
  background: url(../img/min-dvdr.jpg) right center no-repeat;
}

.min-nav ul li:last-child {
  background: none;
  padding-right: 0px;
}

.min-nav ul li a {
  text-decoration: none;
  color: #000;
  font: 400 14px "Roboto", sans-serif;
  margin: 0px;
}

.min-nav ul li a:hover {
  color: #0abbab;
}

.min-nav ul li .active {
  color: #0abbab;
}

.main-nav-otr {
  background: #0abbab;
  height: 48px;
  width: 100%;
}

.mob-btn {
  display: none;
}

.centr-logo {
  width: 310px;
  height: 310px;
  position: absolute;
  left: 50%;
  top: -172%;
  margin-left: -155px;
  z-index: 1000;
  border-radius: 200px;
  text-align: center;
  background: #fff;
  padding: 76px 62px 0px 50px;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
  box-shadow: 0 9px 7px -10px rgba(50, 50, 50, 0.4);
}

.centr-logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.main-nav .prpend {
  display: none;
}

.main-nav {
  margin: 0px;
  padding: 16px 0px 0px 0px;
}

.main-nav ul {
  margin: 0px;
  padding: 0px;
}

.main-nav ul li {
  list-style-type: none;
  display: inline;
  padding: 0px 10px 0;
}

.main-nav ul li a {
  color: #fff;
  font: 600 15px "Roboto", sans-serif;
  margin: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav ul li a:hover {
  color: #066c63;
}

.main-nav ul li .active {
  color: #066c63;
}

.main-container {
  width: 100%;
  padding-top: 110px;
}

.home-banner {
  width: 100%;
  background: url(../img/home-banner.jpg) top center no-repeat;
  background-size: cover;
  padding: 0px 0px 220px 0px;
  height: 779px;
}

.banner-sf {
  float: left;
  margin: 0px;
  padding: 226px 0px 0px 0px;
}

.banner-sf .sf-text {
  font: 300 75px/81px "Roboto", sans-serif;
  color: #fff;
  margin: 0px 0px 18px 0px;
}

.banner-sf .sf-text a {
  color: #fff;
}

.banner-sf .sf-text a:hover {
  color: #0abbab;
  text-decoration: none;
}

.banner-bttn {
  text-decoration: none;
  border-radius: 18px;
  font: 600 25px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 17px 33px;
  background: #0abbab;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.banner-bttn:hover {
  background: #e981ae;
  text-decoration: none;
  color: #fff;
}

.banner-bttn:focus {
  color: #fff;
}

.top-sm-outr {
  top: 348px;
  /*top: 48%;*/
  position: fixed;
  right: 30px;
  margin-top: -148px;
  width: 60px;
  height: 295px;
}

.top-sm-outr a {
  width: 60px;
  height: 60px;
  background: url(../img/top-sm-icon.png) no-repeat;
  display: inline-block;
  background-position: 0px 0px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
  margin-bottom: 7px;
  z-index: 5000;
}

.top-sm-outr .top-fb {
  width: 60px;
  height: 59px;
  background-position: 0px 0px;
}

.top-sm-outr .top-fb:hover {
  background-position: -60px 0px;
  width: 58px;
}

.top-sm-outr .top-twtr {
  width: 56px;
  height: 58px;
  background-position: 0px -59px;
}

.top-sm-outr .top-twtr:hover {
  background-position: -56px -59px;
}

.top-sm-outr .top-in {
  width: 60px;
  height: 59px;
  background-position: 0px -117px;
}

.top-sm-outr .top-in:hover {
  background-position: -60px -117px;
  width: 59px;
}

.top-sm-outr .top-instgm {
  width: 60px;
  height: 59px;
  background-position: 0px -176px;
}

.top-sm-outr .top-instgm:hover {
  background-position: -60px -176px;
}

.top-content {
  width: 100%;
  padding: 40px 0px 0px 0px;
  background: url(../img/content-bg.jpg) 50% 70px no-repeat;
}

.top-content-in {
  min-height: 385px;
  text-align: justify;
}

.top-content-in02 {
  min-height: 365px;
  text-align: justify;
}

.home-main-wrp {
  width: 100%;
}

.home-main-wrp h2 {
  font: 300 40px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 50px 0px;
  color: #5c5c5c;
}

.home-main-wrp h2 a {
  color: #5c5c5c;
  text-decoration: none;
}

.home-main-wrp h2 a:hover {
  color: #0abbab;
}

.home-main-wrp h3 {
  font: 500 26px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.home-main-wrp h3 a {
  color: #252525;
  text-decoration: none;
}

.home-main-wrp h3 a:hover {
  color: #e981ae;
}

.home-main-wrp h4 {
  font: 300 24px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 22px 0px;
  text-align: justify;
}

.home-main-wrp .mrgn-botmless2 {
  margin: 25px 0px 28px;
}

p {
  font: 400 15px/23px "Open Sans", sans-serif;
  margin: 0px 0px 20px 0px;
  color: #252525;
}

p a {
  text-decoration: none;
  color: #0abbab;
}

p a:hover {
  color: #252525;
}

p a:focus {
  color: #0abbab;
}

p strong {
  color: #252525;
}

.padd-bttm {
  padding-bottom: 25px;
}

.home-texti-wrp {
  width: 100%;
  padding: 0px 0px 85px 0px;
}

.home-texti-otr {
  text-align: center;
}

.home-texti-otr .home-texti {
  min-height: 415px;
  padding: 0px 0px;
}

.home-texti-otr .home-texti p {
  margin: 0px;
  padding: 20px 10px 0px;
  position: relative;
}

.home-texti-otr .home-texti p:before {
  content: "";
  width: 18px;
  height: 15px;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url(../img/open-quert.png) top left no-repeat;
}

.home-texti-otr .home-texti p:after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  right: 0px;
  background: url(../img/end-quert.png) top right no-repeat;
}

.home-texti-otr img {
  margin-bottom: 10px;
}

.home-texti-otr .authr-name {
  font: 400 15px/23px "Open Sans", sans-serif;
  color: #5c5c5c;
}

.home-texti-otr .authr-name a {
  color: #e981ae;
  font: 800 15px/23px "Open Sans", sans-serif;
  margin: 0px;
}

.home-texti-otr .authr-name a:hover {
  color: #5c5c5c;
}

.home-texti-otr .authr-name a:focus {
  color: #5c5c5c;
}

.home-texti-otr .authr-name span {
  color: #e981ae;
  font: 700 15px/23px "Open Sans", sans-serif;
}

.cntr {
  text-align: center;
  padding: 44px 0px 0px;
}

.cntr .vew-all-bttn {
  border-radius: 15px;
  background: #e981ae;
  text-align: center;
  padding: 12px 32px;
  text-transform: uppercase;
  font: 600 15px "Roboto", sans-serif;
  display: inline-block;
  color: #fff;
}

.cntr .vew-all-bttn:hover {
  background: #0abbab;
}

.home-media-wrp {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.media-left {
  margin: 0px 10px 0px 0px;
}

.media-left img {
  width: 100%;
}

.media-left .media-content-wrp {
  background: #0abbab;
  padding: 48px 20px 42px;
}

.media-left .media-content-wrp h2 {
font: 300 40px/18px "Roboto", sans-serif;
  text-align: left;
  margin: 0px 0px 30px;
  color: #fff;
}

.media-left .media-content-wrp h2 a {
  text-decoration: none;
  color: #fff;
}

.media-left .media-content-wrp h2 a:hover {
  color: #066c63;
}

.media-left .media-content-wrp p {
  font: 500 15px/23px "Open Sans", sans-serif;
  margin: 0px;
  color: #fff;
}

.place-wrp-otr {
  padding: 25px 0px 90px;
  text-align: center;
}

.place-wrp-otr h2 {
  font: 300 40px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 20px 0px;
  color: #5c5c5c;
}

.place-wrp-otr h2 a {
  color: #5c5c5c;
  text-decoration: none;
}

.place-wrp-otr h2 a:hover {
  color: #0abbab;
}

.place-wrp-otr .place-img {
  width: 18%;
  padding: 0px 14px;
  text-align: center;
  display: inline-block;
}

.place-wrp-otr .place-img .icons {
  width: 183px;
  height: 183px;
  border-radius: 100%;
  border: 3px solid #63ddd2;
  margin-bottom: 34px;
  text-align: center;
  position: relative;
  text-align: center;
  line-height: 220px;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
  display: inline-block;
}

.place-wrp-otr .place-img .icons:hover {
  background: #0abbab;
  box-shadow: inset 0 0 75px #0abbab;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.place-wrp-otr .place-img .icons:hover .icon1 {
  background-position: 0px -48px;
}

.place-wrp-otr .place-img .icons:hover .icon2 {
  background-position: -204px -48px;
}

.place-wrp-otr .place-img .icons:hover .icon3 {
  background-position: -398px -48px;
}

.place-wrp-otr .place-img .icons:hover .icon4 {
  background-position: -598px -48px;
}

.place-wrp-otr .place-img .icons:hover .icon5 {
  background-position: -794px -48px;
}

.place-wrp-otr .place-img .icons span {
  background: url(../img/icons.png) no-repeat;
  background-position: 0px 0px;
  width: 182px;
  height: 45px;
  display: inline-block;
}

.place-wrp-otr .place-img .icons .icon1 {
  background-position: 0px 0;
}

.place-wrp-otr .place-img .icons .icon2 {
  background-position: -204px 0;
}

.place-wrp-otr .place-img .icons .icon3 {
  background-position: -398px 0;
}

.place-wrp-otr .place-img .icons .icon4 {
  background-position: -598px 0;
}

.place-wrp-otr .place-img .icons .icon5 {
  background-position: -794px 0;
}

.paddg-btm {
  padding-top: 30px;
}

.plce-bttn {
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #f59fc4;
  border-radius: 15px;
  width: 133px;
  display: inline-block;
}

.plce-bttn:hover {
  background: #0abbab;
  box-shadow: inset 0px 1px 0px #068677 !important;
  color: #fff;
}

.plce-bttn:focus {
  color: #fff;
}

.h-form {
  width: 100%;
  padding: 0px 0px 42px 0px;
}

.h-form input[type="text"],
.h-form input[type="password"],
.h-form input[type="email"],
.h-form input[type="number"],
.h-form input[type="tel"],
.h-form input[type="url"],
.h-form select,
.h-form textarea {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  color: #000;
  font: 300 15px/18px "Roboto", sans-serif;
  padding: 5px 20px;
  margin: 0px 0px 22px;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.h-form select {
  padding: 5px 10px 5px 15px;
}

.h-form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.h-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.h-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.h-form :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.submt-bttn {
  padding: 12px 33px 11px;
  color: #fff;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #f59fc4;
  border-radius: 15px;
}

.submt-bttn:hover {
  background: #0abbab;
}

.footer-wrp-otr {
  width: 100%;
  background: url(../img/foot-baby-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 25px 0px 25px;
}

.footer-wrp-otr .footer-wrp {
  margin: 0px;
  position: relative;
  width: 100%;
  height: 383px;
}

.footer-wrp-otr .footer-wrp ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 85px 0px 0px;
  float: left;
}

.footer-wrp-otr .footer-wrp ul li {
  list-style-type: none;
  display: block;
  margin: 0px 0px 0px 6px;
  padding: 0px 0px 0px 15px;
  font: 600 15px/35px "Roboto", sans-serif;
  color: #fff;
  position: relative;
}

.footer-wrp-otr .footer-wrp ul li:before {
  background: url(../img/foot-arrow.png) 0px 0px no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 12px;
}

.footer-wrp-otr .footer-wrp ul li:first-child {
  padding-left: 0px;
  background: none;
  margin-left: 0px;
}

.footer-wrp-otr .footer-wrp ul li:first-child:before {
  content: "";
  display: none;
}

.footer-wrp-otr .footer-wrp ul li:first-child a {
  font: 600 15px/35px "Roboto", sans-serif;
}

.footer-wrp-otr .footer-wrp ul li:first-child a:hover:before {
  content: "";
  display: none;
}

.footer-wrp-otr .footer-wrp ul li a {
  font: 300 15px/35px "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

.footer-wrp-otr .footer-wrp ul li a:hover {
  color: #0abbab;
}

.footer-wrp-otr .footer-wrp ul li a:hover:before {
  background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 12px;
}

.footer-wrp-otr .footer-wrp .footr-main ul {
  padding: 0px 90px 0px 0px;
  margin: 0px;
}

.footer-wrp-otr .footer-wrp .footr-main ul li {
  margin-left: 0px !important;
}

.footer-wrp-otr .footer-wrp .footr-main ul li:first-child {
  padding-left: 15px;
}

.footer-wrp-otr .footer-wrp .footr-main ul li:first-child:before {
  background: url(../img/foot-arrow.png) 0px 0px no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 12px;
  padding-left: 15px;
  display: block;
}

.footer-wrp-otr .footer-wrp .footr-main ul li a {
  color: #fff;
}

.footer-wrp-otr .footer-wrp .footr-main ul li a:hover {
  color: #0abbab;
}

.footer-wrp-otr .footer-wrp .footr-main ul li a:hover:before {
  background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 12px;
  padding-left: 15px;
  display: block;
}

.footr-sm-wrp {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}

.footr-sm-wrp > a {
  width: 48px;
  height: 48px;
  background: url(../img/footer-sm.png) no-repeat;
  margin: 0px 3px;
  display: inline-block;
  background-position: 0px 0px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
}

.footr-sm-wrp .footer-fb {
  background-position: 0px 0px;
  height: 49px;
}

.footr-sm-wrp .footer-fb:hover {
  background-position: 0px -49px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
}

.footr-sm-wrp .footr-twtr {
  background-position: -48px 0px;
  width: 50px;
  height: 50px;
}

.footr-sm-wrp .footr-twtr:hover {
  background-position: -48px -50px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
  height: 50px;
}

.footr-sm-wrp .footr-in {
  background-position: -98px 0px;
  width: 49px;
  height: 50px;
}

.footr-sm-wrp .footr-in:hover {
  background-position: -98px -50px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
}

.footr-sm-wrp .footr-instgm {
  background-position: -147px 0px;
  width: 51px;
  height: 49px;
}

.footr-sm-wrp .footr-instgm:hover {
  background-position: -147px -49px;
  -webkit-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
  height: 50px;
}

.footr-sm-wrp .tel {
  font: 600 25px/18px "Roboto", sans-serif;
  color: #fff;
  padding: 20px 5px 0px 0px;
}

.footr-sm-wrp .tel a {
  color: #fff;
  cursor: default;
}

.footr-sm-wrp .tel a:hover {
  color: #fff;
}

.footer-otr {
  width: 100%;
  text-align: center;
}

.footer-otr .logos-wrp {
  width: 100%;
  padding: 25px 0px 26px;
}

.footer-otr .logos-wrp span {
  margin: 0px 23px;
}

.footer-otr .logos-wrp span img {
  display: inline-block;
  height: auto;
}

.footer-otr .footr-adrs {
  border-top: 1px solid #d7d7d7;
  padding: 25px 0px 12px;
  text-align: center;
  font: 400 15px/25px "Open Sans", sans-serif;
  color: #8d8d8d;
}

.footer-otr .footr-adrs .tw-logo {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
  background: url(../img/tw-logo.png) no-repeat;
}

.footer-otr .footr-adrs .tw-logo:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer-otr .footr-adrs a {
  text-decoration: none;
  color: #8d8d8d;
}

.footer-otr .footr-adrs a:hover {
  color: #0abbab;
}

.inner-banner {
  width: 100%;
  background: url(../img/inner-banner.jpg) top center no-repeat;
  background-size: cover;
  padding: 0px;
  height: 400px;
}

.inner-banner .inner-sf {
  padding: 108px 0 55px;
}

.inner-banner .inner-sf-text {
  font: 300 45px/50px "Roboto", sans-serif;
  color: #fff;
  margin: 0px 0px 18px 0px;
}

.inner-banner .inner-sf-text a {
  color: #fff;
}

.inner-banner .inner-sf-text a:hover {
  color: #0abbab;
  text-decoration: none;
}

.inner-content-wrp {
  width: 100%;
  padding: 13px 0px 0px;
  background: url(../img/content-bg.jpg) center no-repeat;
  border-bottom: 1px solid #ebebeb;
}

.inner-content-wrp h2 {
  font: 300 35px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 25px 0px;
  color: #5c5c5c;
}

.inner-content-wrp h2 a {
  color: #5c5c5c;
  text-decoration: none;
}

.inner-content-wrp h2 a:hover {
  color: #e981ae;
}

.inner-content-wrp h3 {
  font: 300 24px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 22px 0px;
}

.inner-content-wrp h3 a {
  color: #252525;
  text-decoration: none;
}

.inner-content-wrp h3 a:hover {
  color: #0abbab;
}

.inner-content-wrp h4 {
  font: 300 23px "Roboto", sans-serif;
  text-align: center;
  margin: 0px 0px 22px 0px;
  text-align: left;
}

.inner-content-wrp h4 a {
  color: #5c5c5c;
  text-decoration: none;
}

.inner-content-wrp h4 a:hover {
  color: #e981ae;
}

.inner-content-wrp .inner-left {
  padding: 10px 0;
}

.inner-content-wrp .inner-left > ul {
  margin: 0px 0px 25px 15px;
  padding: 0px;
}

.inner-content-wrp .inner-left > ul li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 15px;
  font: 400 15px/25px "Open Sans", sans-serif;
}

.inner-content-wrp .inner-left > ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: #e981ae;
}

.inner-content-wrp .inner-left > ul li a {
  color: #0abbab;
}

.inner-content-wrp .inner-left > ul li a:hover {
  color: #252525;
}

.inner-content-wrp .inner-left > img {
  margin-bottom: 25px;
}

.inner-content-wrp .inner-left h2, .inner-content-wrp .inner-left h3, .inner-content-wrp .inner-left h4, .inner-content-wrp .inner-left h5, .inner-content-wrp .inner-left h6 {
  text-align: left;
}

.inner-content-wrp .inner-left .mrgntop-less {
  margin-top: 0px;
}

.inner-content-wrp .inner-left ol ul {
  margin: 0px 0px 25px 15px;
  padding: 0px;
}

.inner-content-wrp .inner-left ol ul li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 15px;
  font: 400 15px/25px "Open Sans", sans-serif;
}

.inner-content-wrp .inner-left ol ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: #e981ae;
}

.inner-content-wrp .inner-left ol ul li a {
  color: #0abbab;
}

.inner-content-wrp .inner-left ol ul li a:hover {
  color: #252525;
}

.inner-content-wrp .inner-left .txt-cntr {
  text-align: center;
  margin-bottom: 25px;
  color: #0abbab;
  font-size: 28px !important;
}

.divdr {
  background: url(../img/dvdr.jpg) top right repeat-y;
  background-position: 780px 0px;
  display: inline-block;
}

.divdrx {
  display: none;
}

.brd-cmp {
  width: 100%;
  margin-bottom: 20px;
}

.brd-cmp ul {
  margin: 0px;
  padding: 0px;
}

.brd-cmp ul li {
  list-style: none;
  display: inline;
  margin: 0px 6px;
}

.brd-cmp ul li:first-child {
  margin-left: 0px;
}

.brd-cmp ul li a {
  color: #252525;
  font: 300 15px/18px "Roboto", sans-serif;
}

.brd-cmp ul li a:hover {
  color: #0abbab;
}

.brd-cmp ul span {
  background: url(../img/brd-dvdr.jpg) 0px 4px no-repeat;
  width: 2px;
  height: 15px;
  display: inline-block;
}

.brd-cmp ul .current {
  color: #0abbab;
  position: relative;
  font: 400 15px/18px "Roboto", sans-serif;
}

.brd-cmp ul .current:after {
  content: "";
  background: #bee7e2;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.brd-cmp01 {
  margin: 17px 0 85px;
}

h1 {
  color: #111111;
  font: 300 40px "Roboto", sans-serif;
  margin: 0px 0px 16px 0px;
}

.inner-img-box-wrp {
  width: 100%;
  margin-bottom: 20px;
}

.inner-img-box-wrp .box-width {
  width: 50%;
  float: left;
}

.inner-img-box-wrp .inner-img-box {
  width: 46%;
  float: left;
  padding: 5px;
}

.inner-img-box-wrp img {
  width: 100%;
  margin-bottom: 0px;
}

.mrg-non{
  margin: 0px!important;
}

.inner-left .inner-img-box-wrp .inner-img-contnt {
  background: #0abbab;
  padding: 18px 10px 18px 25px;
  min-height: 232px;
  display: inline-block;
  width: 100%;
}

.inner-img-box-wrp h2 {
  font: 40px/34px "Conv_Love_and_Passion", Sans-Serif;
  margin: 15px 0px 7px 0px;
  color: #fff;
  text-align: left;
  display: inline-block;
}

.inner-img-box-wrp h2 a {
  color: #fff;
  text-decoration: none;
}

.inner-img-box-wrp h2 a:hover {
  color: #066c63;
}

.inner-img-box-wrp p {
  color: #fff;
  margin-bottom: 0px;
}

.side-bar {
  width: 100%;
  padding: 20px 0px;
}

.side-bar h3 {
  text-align: left;
  margin-bottom: 25px;
}

.side-bar .side-form {
  width: 100%;
  padding-bottom: 50px;
}

.padd-rt{
  padding-right: 0px
}
.side-bar .side-form input[type="text"],
.side-bar .side-form input[type="password"],
.side-bar .side-form input[type="email"],
.side-bar .side-form input[type="number"],
.side-bar .side-form input[type="tel"],
.side-bar .side-form input[type="url"],
.side-bar .side-form select,
.side-bar .side-form textarea {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  color: #343434;
  font: 300 15px/18px "Roboto", sans-serif;
  padding: 6px 17px;
  margin-bottom: 12px;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.side-bar .side-form textarea {
  height: 95px;
  padding-top: 12px;
}

.side-bar .side-form select {
  padding: 6px 12px 6px 17px;
}

.side-bar .list-wrp {
  width: 100%;
  margin-bottom: 40px;
}

.side-bar .list-wrp ul {
  margin: 0px;
  padding: 0px;
}

.side-bar .list-wrp ul li {
  list-style-type: none;
  display: block;
  position: relative;
  border-bottom: 1px  dashed #cecece;
  padding: 9px 0px 9px 3px;
  margin-left: 15px;
}

.side-bar .list-wrp ul li:last-child {
  border-bottom: none;
}

.side-bar .list-wrp ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19px;
  left: -15px;
  background: #555555;
}

.side-bar .list-wrp ul li a {
  text-decoration: none;
  color: #3f3f3f;
  font: 400 15px/23px "Open Sans", sans-serif;
}

.side-bar .list-wrp ul li a:hover {
  color: #0abbab;
}

.side-bar .list-wrp ul li a:hover:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19px;
  left: -15px;
  background: #0abbab;
}

.side-bar .list-wrp ul .current-menu-item > a, .side-bar .list-wrp ul .current_page_item > a {
  color: #0abbab;
}

.side-bar .list-wrp ul .current-menu-item > a:before, .side-bar .list-wrp ul .current_page_item > a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19px;
  left: -15px;
  background: #0abbab;
}

.side-bar .mrgn-botmless {
  margin-bottom: 10px;
}

.side-bar ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.side-bar :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.side-bar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.side-bar :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.iner-testi-wrp {
  background: #0abbab;
  padding: 28px 20px 40px;
  margin: 15px 0px;
  text-align: center;
}

.iner-testi-wrp h3 {
  color: #fff;
  margin-bottom: 25px;
}

.iner-testi-wrp h3 a {
  color: #fff;
  text-decoration: none;
}

.iner-testi-wrp h3 a:hover {
  color: #066c63;
}

.iner-testi-wrp p {
  color: #fff;
}

.iner-testi-wrp .iner-testi-min {
  margin-bottom: 40px;
}

.iner-testi-wrp .iner-testi-min p {
  padding-top: 20px;
  position: relative;
  margin: 0px;
  color: #fff;
}

.iner-testi-wrp .iner-testi-min p:before {
  content: "";
  width: 18px;
  height: 15px;
  top: 0px;
  left: 0px;
  position: absolute;
  background: url(../img/inner-test-opn-crt.jpg) top left no-repeat;
}

.iner-testi-wrp .iner-testi-min p:after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  right: 0px;
  background: url(../img/inner-test-end-crt.jpg) top right no-repeat;
}

.iner-testi-wrp .in-auther-wrp {
  padding: 20px 0px 0px;
}

.iner-testi-wrp .in-auther-wrp p {
  color: #fff;
  margin: 0px;
}

.iner-testi-wrp .in-auther-wrp a {
  text-decoration: none;
  color: #fff;
  font: 600 15px/23px "Open Sans", sans-serif;
}

.iner-testi-wrp .in-auther-wrp a:hover {
  color: #066c63;
}

.iner-testi-wrp .in-auther-wrp span {
  color: #fff;
  font: 700 15px/23px "Open Sans", sans-serif;
}

.padd-btm {
  padding-bottom: 5px;
}

.mrgn-rt-none {
  margin-right: 0px;
  float: right;
}

.services-img-box-otr {
  margin: 0px 0px 15px 0px;
  text-align: center;
}

.services-img-box-otr .services-img-box {
  position: relative;
  width: 100%;
  height: 253px;
  overflow: hidden;
  
}

.services-img-box-otr .services-img-box img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.services-img-box-otr .services-text {
  padding: 15px 0px;
  min-height: 80px;
}

.services-img-box-otr .services-text a {
  font: 300 23px/24px "Roboto", sans-serif;
  color: #252525;
  text-align: center;
  text-decoration: none;
  color: #252525;
}

.services-img-box-otr .services-text a:hover {
  color: #0abbab;
}

.blog-cont-wrp {
  width: 100%;
  padding: 60px 0px 0px 0px;
  background: url(../img/content-bg.jpg) center no-repeat;
}

.artical-wrp-otr {
  width: 100%;
  margin: 0px 0px 48px 0px;
}


.artical-wrp-otr .artical-wrp-head {
  width: 100%;
  padding: 20px 6px 15px 20px;
  border-bottom: 1px solid #bfbfbf;
  background: #efefef;
}

.artical-wrp-otr .artical-wrp-head h2 {
  color: #0abaaa;
  font: 600 16px/26px "Roboto", sans-serif;
  margin: 0px 0px 5px 0px;
  min-height: 55px;
  text-align: left;
}

.artical-wrp-otr .artical-wrp-head h2 a {
  text-decoration: none;
  color: #0abaaa;
}

.artical-wrp-otr .artical-wrp-head h2 a:hover {
  color: #f59fc4;
}

.artical-wrp-otr ul {
  margin: 0px 0px 25px 15px;
  padding: 0px;
}

.artical-wrp-otr ul li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 15px;
  font: 400 15px/25px "Open Sans", sans-serif;
}

.artical-wrp-otr ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: #e981ae;
}

.artical-wrp-otr ul li a {
  color: #0abbab;
}

.artical-wrp-otr ul li a:hover {
  color: #252525;
}

.alignnone {
  max-width: 300px;
  float: left;
  margin: 10px 15px 10px 0px;
}
.img-reduce { float: left;
  margin: 10px 15px 10px 0px;

   max-width: 270px;}

.top-name-date-wp {
  width: 100%;
  color: #000;
  font: 300 13px/18px "Roboto", sans-serif;
}

.top-name-date-wp a {
  color: #a6a6a6;
}

.top-name-date-wp a:hover {
  color: #0abaaa;
}

.top-name-date-wp span {
  font-weight: 600;
  color: #ababab;
  text-transform: none;
}

.post-text-wrp {
  width: 100%;
  padding: 20px 15px 13px;
  background: #efefef;
}

.post-text-wrp .post-text {
  font: 400 16px/25px "Roboto", sans-serif;
  min-height: 170px;
  margin-bottom: 10px;
}

.post-text-wrp .post-text a {
  text-decoration: none;
  color: #0abbab;
}

.post-text-wrp .post-text a:hover {
  color: #000;
}

.post-text-wrp .post-text01 {
  min-height: 465px;
  font: 400 16px/25px "Roboto", sans-serif;
  margin-bottom: 10px;
}

.post-text-wrp .post-text01 a {
  text-decoration: none;
  color: #0abbab;
}

.post-text-wrp .post-text01 a:hover {
  color: #000;
}

.post-text-sigl {
  font: 400 16px/25px "Roboto", sans-serif;
  min-height: auto;
  margin-bottom: 10px;
}

.bsm-foot-wrp {
  width: 100%;
  margin: 0px;
}

.comnts {
  color: #292b2a;
  font: 300 15px/18px "Roboto", sans-serif;
  background: url(../img/comt-icon.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 24px;
  float: left;
}

.sm-wrp {
  float: right;
}

.sm-wrp a {
  border-radius: 100%;
  width: 26px;
  height: 26px;
  margin: 0px 0px 0px 3px;
  padding-top: 4px;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: left;
  font: 20px/18px "Open Sans", sans-serif;
}

.sm-wrp .bfb {
  background: #0abbab;
  font-size: 14px;
}

.sm-wrp .bfb:hover {
  background: #e981ae ;
}

.sm-wrp .btwtr {
  background: #0abbab;
  font-size: 11px;
  padding-top: 5px;
}

.sm-wrp .btwtr:hover {
  background: #e981ae;
}

.sm-wrp .bin {
  background: #0abbab;
  font-size: 16px;
}

.sm-wrp .bin:hover {
  background: #e981ae;
}

.sm-wrp .binstgrm {
  background: #0abbab;
  font-size: 16px;
}

.sm-wrp .binstgrm:hover {
  background: #e981ae;
}

.post-img-wrp {
  width: 100%;
  height: 294px;
  overflow: hidden;
  position: relative;
  background: #cbcbcb;
}

.post-img-wrp img {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.post-img-singl {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background: #cbcbcb;
}

.post-img-singl img {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.blog-sidebar {
  width: 100%;
  padding-bottom: 30px;
}

.blog-sidebar .blog-sidebox {
  margin-bottom: 27px;
  background: #efefef;
  padding: 20px 20px 10px;
}

.blog-sidebar .blog-sidebox h2 {
  color: #e981ae;
  font: 600 19px/18px "Roboto", sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.blog-sidebar .blog-sidebox ul {
  margin: 0px;
  padding: 0px;
}

.blog-sidebar .blog-sidebox ul li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0px;
}

.blog-sidebar .blog-sidebox ul li:last-child {
  border-bottom: none;
}

.blog-sidebar .blog-sidebox ul li a {
  text-decoration: none;
  font: 300 16px/22px "Roboto", sans-serif;
  color: #000000;
}

.blog-sidebar .blog-sidebox ul li a:hover {
  color: #0abbab;
}

.rss-bttm {
  background: #0abbab;
  font: 300 16px/22px "Roboto", sans-serif;
  border-radius: 15px;
  padding: 12px 13px 10px;
  display: inline-block;
  color: #fff;
}

.rss-bttm:hover {
  background: #e981ae;
}

.blog-form-wrp {
  width: 100%;
  background: #efefef;
  padding: 28px 20px 15px;
  margin-bottom: 35px;
}

.blog-form-wrp h3 {
  font: 600 19px/22px "Roboto", sans-serif;
  color: #e981ae;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  text-align: left;
}

.blog-form-wrp input[type="text"],
.blog-form-wrp input[type="password"],
.blog-form-wrp input[type="email"],
.blog-form-wrp input[type="number"],
.blog-form-wrp input[type="tel"],
.blog-form-wrp input[type="url"],
.blog-form-wrp select,
.blog-form-wrp textarea {
  width: 100%;
  padding: 5px 18px 5px 18px;
  background: #fff;
  border: 1px dashed #cccccc;
  margin-bottom: 14px;
  color: #292b2a;
  border-radius: 15px;
  font: 300 16px/22px "Roboto", sans-serif;
}

.blog-form-wrp textarea {
  height: 90px;
  resize: none;
  padding-top: 10px;
}

.bform-submt {
  background: #0abbab !important;
  color: #ffffff !important;
  text-align: center !important;
  font: 300 15px/18px "Roboto", sans-serif;
  float: left !important;
  padding: 12px 15px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 15px;
}

.bform-submt:hover {
  background: #e981ae !important;
}

.blog-form-wrp ::-webkit-input-placeholder {
  color: #292b2a;
  opacity: 1;
}

.blog-form-wrp :-moz-placeholder {
  /* Firefox 18- */
  color: #292b2a;
  opacity: 1;
}

.blog-form-wrp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #292b2a;
  opacity: 1;
}

.blog-form-wrp :-ms-input-placeholder {
  color: #292b2a;
  opacity: 1;
}

.blog-post-comts-wrp {
  width: 100%;
  margin: 0px 0px 40px 0px;
}

.blog-post-comts-wrp h3 {
  color: #3c3c3c;
  padding: 0px 0px 22px 0px;
  font: 400 16px/18px "Roboto", sans-serif;
  text-align: left;
  margin: 0px;
}

.avatar-post-wrp {
  width: 100%;
  padding: 13px 0px 0px 65px;
  font: 300 14px/18px "Roboto", sans-serif;
  color: #9a9a9a;
  margin: 0px 0px 25px;
  position: relative;
}

.avatar-post-wrp:before {
  content: "";
  width: 56px;
  height: 43px;
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  background: url(../img/avatar-img.jpg) left top no-repeat;
}

.avatar-post-wrp span {
  color: #0abbab;
}

.avatar-post-wrp a {
  text-decoration: none;
  color: #0abbab;
}

.avatar-post-wrp a:hover {
  color: #3c3c3c;
}

.avatar-post-wrp li {
  list-style: none;
}

.blog-post-comts-wrp p {
  color: #414141;
  font: 300 16px/23px "Roboto", sans-serif;
  margin: 0px 0px 0px 0px;
}

.blog-post-comts-wrp p a {
  text-decoration: none;
  color: #be0d0d;
}

.blog-post-comts-wrp p a:hover {
  color: #414141;
}

/* style overrides for comments pagination */
/** Pagination End Her **********/
/************Bootstrap pop up*********/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

body .modal-open {
  overflow: hidden;
  padding-right: 0px !important;
  overflow: auto;
}

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

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1041;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ecaf2c;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-body td {
  border: 0px;
  padding: 0px;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 30px 15px;
  min-height: 16.42857143px;
}

/*.caption-sec .modal-content{
  width: 80%;
}

.caption-sec .modal-header{
  padding: 8px;
}

.modal-header .close-2 {
  margin-top: 0px; 
  opacity:1; 
  background: #fff;
  padding: 0px 8px 0px 8px; 
  position: absolute; 
  font-size: 22px;
  right: 5px; 
  bottom: 3px;
  color: #000;
  border-radius: 5px;
  z-index: 1;
}*/
.modal-header .close {
  margin-top: 0px;
  background: #a4a4a4;
  opacity: 1;
  padding: 0px 10px 3px;
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 20px;
  color: #fff;
  display: inline-block;
  font: 400 20px/25px "Open Sans", sans-serif;
  border-radius: 5px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 0px 15px 15px;
  background: #fff;
}

.modal-body option {
  padding-left: 12px;
}

.modal-body ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.modal-body :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.modal-body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.modal-body :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.modal-footer {
  padding: 4px;
  text-align: right;
  border-top: 0px;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.modal-header h4 {
  color: #0abbab;
  font: 500 28px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.modal-body {
  background-color: #fff;
}

.modal-body input, textarea {
  margin: 5px 0px;
  font: 300 15px/18px "Roboto", sans-serif;
  color: #343434;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 15px;
}

.modal-body select {
  margin: 5px 0px;
  font: 300 15px/18px "Roboto", sans-serif;
  color: #343434;
  width: 100%;
  height: 40px;
  padding: 5px 12px 5px 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 15px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow.png) right center no-repeat;
}

.modal-body textarea {
  height: 80px;
  resize: none;
  padding-top: 10px;
}

.submit-bttn {
  padding: 12px 0px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #e981ae;
  border-radius: 15px;
  width: 133px;
  float: right;
  display: inline-block;
}

.submit-bttn:hover {
  background: #0abbab;
}

.submit-bttn2 {
  padding: 12px 0px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #e981ae;
  border-radius: 15px;
  width: 133px;
  float: right;
  display: inline-block;
}

.submit-bttn2:hover {
  background: #0abbab;
}

.modal-body .submit-bttn3 {
  padding: 12px 0px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #e981ae;
  border-radius: 15px;
  width: 133px;
  border: 0px;
  float: right;
  display: inline-block;
}

.modal-body .submit-bttn3:hover {
  background: #0abbab;
}

.pop-bttn-otr {
  width: 100%;
  float: right;
}

.h-catch-wrp .input-holder {
  float: left;
  margin: 9px 0px 0px 0px;
}

.h-catch-wrp .wait-contactform-contact {
  width: 133px;
  margin: 12px 0px 10px 8px;
}

.modal-body .wait-contactform-contact {
  width: 148px;
  float: right;
  margin: 12px 0px 14px;
}

.modal-body .wait-contactform-contact {
  float: right;
  margin: 15px 0px 25px;
}

.inner-catch-wrp .wait-contactform-contact {
  margin: 12px 0px 26px;
}

.pls-wait-img-contact {
  float: left;
  display: inline-block;
}

.pls-wait-text-contact {
  display: inline-block;
  float: left;
}

.pls-wait-text-contact01 {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.h-catch-wrp .submit-bttn1 {
  padding: 12px 0px;
  color: #fff;
  margin: 0px 0px 0px 8px;
  text-align: center;
  font: 600 15px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #e981ae;
  border-radius: 15px;
  width: 133px;
  float: left;
  display: inline-block;
}

.h-catch-wrp .submit-bttn1:hover {
  background: #0abbab;
}

#captcha_div_contact_2 {
  margin: 0px 0px 0px 0px;
}

#captcha_div_contact_2 p {
  margin: 3px 0px 13px 0px;
  font: 300 13px/18px "Roboto", sans-serif;
  color: #000;
}

#captcha_div_contact_2 p span {
  text-transform: uppercase;
  font: 600 13px/18px "Roboto", sans-serif;
}

/************Bootstrap pop up*********/
.error-thank-otr {
  padding-top: 55px;
}

.error-thank {
  width: 100%;
  text-align: center;
  margin: 125px 0px 40px;
}

.error-thank img {
  max-width: 100%;
}

.error-thank p {
  font: 400 18px/26px "Roboto", sans-serif;
}

.error-thank p a {
  color: #f49ab3;
}

.error-thank p a:hover {
  color: #0abbab;
}

.thank {
  margin-top: 45px;
}

.hilte-box {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e6e5e5;
}

.hilte-box h3 {
  color: #0abbab;
  font-size: 26px;
  margin-bottom: 15px;
  text-align: left;
}

.sitemap-wrp {
  width: 100%;
}

.sitemap-wrp ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.sitemap-wrp ul li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 15px;
  font: 400 15px/32px "Open Sans", sans-serif;
}

.sitemap-wrp ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #e981ae;
}

.sitemap-wrp ul li a {
  color: #252525;
}

.sitemap-wrp ul li a:hover {
  color: #0abbab;
}

.bg-white {
  background: #fff;
}

.smk_accordion {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  font: 700 18px/24px "Roboto", sans-serif;
  color: #0abbab;
  margin: 15px 0;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 55px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 5px;
  background: url(../img/q.png) no-repeat;
}

.smk_accordion .odd .acc_head .acc_icon_expand {
  left: inherit;
  right: 0;
}

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

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #f9f9f9;
  color: #7B7E85;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #e6e5e5;
  width: 100%;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../img/q.png) no-repeat;
}

.smk_accordion.acc_with_icon .even .acc_head {
  padding-left: 75px;
}

.smk_accordion.acc_with_icon .odd .acc_head {
  padding-right: 75px;
  text-align: right;
}

.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding: 15px 15px 0 15px;
  position: relative;
}

.smk_accordion.acc_with_icon .accordion_in .acc_content p {
  font: 300 15px/23px "Roboto", sans-serif;
  color: #252525;
}

.smk_accordion.acc_with_icon .accordion_in .acc_content:after {
  border-bottom: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
  content: "";
  height: 9px;
  position: absolute;
  left: 70px;
  top: -6px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: border-color 0.2s ease 0s;
          transition: border-color 0.2s ease 0s;
  width: 9px;
  background: #f9f9f9;
}

.smk_accordion.acc_with_icon .odd .acc_content::after {
  left: inherit;
  right: 175px;
}

.acc_active .acc_content {
  display: inline-block !important;
}

/*== image hover ===*/
.view {
  width: 368px;
  height: 303px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #f9f9f9;
}

.view .mask, .view .content {
  width: 368px;
  height: 303px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  overflow: auto;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.pr-pic img {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.pr-pic .mask {
  -webkit-transform: translateX(-368px);
      -ms-transform: translateX(-368px);
          transform: translateX(-368px);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  position: relative;
}

.pr-pic h2 {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}

.pr-pic p {
  opacity: 0;
  color: #333;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.pr-pic:hover .mask {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.pr-pic:hover img {
  -webkit-transform: translateX(368px);
      -ms-transform: translateX(368px);
          transform: translateX(368px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.pr-pic:hover .mask img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.pr-pic:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/*--*/
.pr-text {
  background: url(../img/pr-bg.jpg) no-repeat 100% 50% #fff;
  height: 303px;
  border: 1px solid #e7e7e7;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 382px;
}

.pr-text h5 {
  font: 300 40px "Roboto", sans-serif;
  color: #111;
  margin: 0;
  text-align: center !important;
}
.page-id-40 .pr-text h5{ font-size: 50px; } 

.pr-text h5 a {
  color: #111;
}

.pr-text h5 a:hover {
  color: #0abbab;
}

.pr-text p {
  font: 300 17px "Roboto", sans-serif;
  content: #252525;
  margin: 0;
}

.view-bttn {
  border-radius: 15px;
  background: #e981ae;
  text-align: center;
  padding: 12px 25px;
  margin: 15px 0px;
  text-transform: uppercase;
  font: 600 15px "Roboto", sans-serif;
  display: inline-block;
  color: #fff;
  display: inline-block;
}

.view-bttn:hover {
  background: #0abbab;
  color: #fff;
}



.pr-box {
  width: 100%;
  padding: 20px 0;
}

.ser-box {
  display: table;
  padding-bottom: 10px;
}

.ser-box .ser-l-pic {
  width: 92px;
  height: 105px;
  background: url(../img/left-ar.png) no-repeat 100% 0;
  display: table-cell;
  color: #fff;
   font: 600 15px/23px "Open Sans", sans-serif;
   padding:13px 0 0 17px;
}

.ser-box .ser-l-pic span {
  font: 400 15px/23px "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  margin: 14px 0 0 58px;
}

.ser-box .ser-l-pic02 {
  width: 95px;
  height: 105px;
  background: url(../img/left-ar03.png) no-repeat top left;
  display: table-cell;
     color: #fff;
   font: 600 15px/23px "Open Sans", sans-serif;
   padding:13px 0 0 17px;
}

.ser-box .ser-l-pic02 span {
  font: 400 15px/23px "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  margin: 14px 0 0 58px;
}

.ser-box .ser-r-pic {
  width: 92px;
  height: 105px;
  background: url(../img/right-ar.png) no-repeat 0 0;
  display: table-cell;
    color: #fff;
   font: 600 15px/23px "Open Sans", sans-serif;
   padding:13px 0 0 30px;
}

.ser-box .ser-r-pic span {
  font: 400 15px/23px "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  margin: 14px 0 0 32px;
}

.ser-box .ser-content {
  display: table-cell;
  vertical-align: top;
}

.ser-box .ser-content p {
  font: 400 15px/23px "Open Sans", sans-serif;
  color: #252525;
}

.test-main {
  border: 1px solid #e6e5e5;
  padding: 18px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: url(../img/testi-bg.png) center no-repeat #f9f9f9;
}

.test-main p {
  color: #252525;
  font: 400 15px/23px "Open Sans", sans-serif;
  margin: 5px 0 15px;
}

.test-main h5 {
  color: #e981ae;
  font: 600 15px/23px "Open Sans", sans-serif;
  margin: 0;
}

.test-main h6 {
  color: #252525;
  font: 300 15px/23px "Open Sans", sans-serif;
  margin: 0;
}

.test-main .q-box {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
}

.test-main .q-box:before {
  content: "";
  width: 18px;
  height: 15px;
  top: 0;
  left: 0;
  background: url(../img/q-start.png);
  position: absolute;
}

.test-main .q-box:after {
  content: "";
  width: 18px;
  height: 15px;
  bottom: 0;
  right: 0;
  background: url(../img/q-end.png);
  position: absolute;
}

.sec-testi {
  background: inherit !important;
  border: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sec-testi .inner {
  background: inherit !important;
  border-bottom: 1px solid #c2c1c0;
  padding-bottom: 15px;
}

.contact-wrp {
  width: 100%;
  border: 0px;
}

.contact-wrp .form-control:focus {
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.contact-wrp .jellka {
  font: 40px/34px "Conv_Love_and_Passion", Sans-Serif;
  margin: 25px 0px 25px 0px;
  color: #e981ae;
}

.contact-wrp .tell-cont {
  color: #333;
  cursor: default;
}

.contact-wrp .tell-cont:hover {
  color: #333;
}

.contact-wrp input[type="text"],
.contact-wrp input[type="password"],
.contact-wrp input[type="email"],
.contact-wrp input[type="number"],
.contact-wrp input[type="tel"],
.contact-wrp input[type="url"],
.contact-wrp select,
.contact-wrp textarea {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  color: #000;
  font: 300 15px/18px "Roboto", sans-serif;
  padding: 6px 17px;
  margin-bottom: 12px;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-wrp textarea {
  height: 95px;
  padding-top: 12px;
  margin-top: 0px;
}

.contact-wrp select {
  padding: 6px 12px 6px 17px;
}

.contact-wrp select:focus {
  box-shadow: none;
}

.contact-wrp ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact-wrp :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.contact-wrp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.contact-wrp :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.email-sm-wrp {
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.email-sm-wrp p {
  float: left;
  margin-right: 25px;
}

.chosen-select {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  color: #000;
  font: 300 15px/18px "Roboto", sans-serif;
  padding: 5px 20px;
  margin-bottom: 22px;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.form-control.focus, .form-control:focus {
  border-color: #23a5f0;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.6);
}

.input-holder {
  position: relative;
}

.input-holder.error span.error {
  display: block;
}

.inner-request .span.error, span.errors {
  font-size: 10px;
  padding: 2px;
}

.modal-body span.error, .modal-body span.errors {
  top: -25px;
}

span.error, span.errors {
  position: absolute;
  z-index: 9;
  display: none;
  right: 15px;
  padding: 2px;
  font-size: 12px;
  background: #0abbab;
  color: #fff;
  text-align: center;
  top: -33px;
}

span.error:after, span.errors:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  border: solid;
  border-color: #0abbab transparent;
  border-width: 10px 10px 0;
}

.btn-grp {
  display: inline-block;
  float: right;
}

.btn-grp .ref-img:active,
.btn-grp .ref-img:hover,
.btn-grp .ref-img:focus {
  outline: none !important;
}

.btn-grp .ref-img {
  margin: 2px 0px 0px 0px;
  border: none;
  padding: 0;
  float: left;
  display: inline-block;
  fill: #e981ae;
  outline: none !important;
  border: none !important;
}

.shapes-cap {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.btn-grp .shapes-cap .shape-color {
  fill: #c3c3c3;
}

.captcha_active {
  border: 1px solid #e281b2 !important;
  fill: #e281b2 !important;
}

.btn-grp a {
  margin: 0px 0px 0px 6px;
  border: 1px solid #dddddd;
  padding: 5px 5px 0px 5px;
  text-align: center;
  float: left;
  cursor: pointer;
  display: inline-block;
}

.h-catch-wrp {
  float: right;
  margin: 0px 0px 0px 0px;
}

.inner-catch-wrp {
  float: right;
  margin: 0px 0px 0px 0px;
}

.h-catch-wrp #captcha_div_contact_1 {
  float: left;
  display: inline-block;
}

.h-catch-wrp #captcha_div_contact_1 p {
  margin: 5px 10px 0px 0px;
  font: 300 13px/18px "Roboto", sans-serif;
  color: #000;
  float: left;
}

.h-catch-wrp #captcha_div_contact_1 p span {
  text-transform: uppercase;
  font: 600 13px/18px "Roboto", sans-serif;
}

.inner-catch-wrp #captcha_div_contact_2 p, .h-catch-wrp #captcha_div_contact_3 p, .modal-body #captcha_div_contact_3 p {
  margin: 3px 0px 13px 0px;
  font: 300 13px/18px "Roboto", sans-serif;
  color: #000;
  float: right;
  text-align: right;
}

.inner-catch-wrp #captcha_div_contact_2 p {
  width: 100%;
}

.modal-body #captcha_div_contact_3 p {
  width: 100%;
}

.inner-catch-wrp #captcha_div_contact_2 p span, .h-catch-wrp #captcha_div_contact_3 p span, .modal-body #captcha_div_contact_3 p span {
  text-transform: uppercase;
  font: 600 13px/18px "Roboto", sans-serif;
}

.testi-pagination {
  width: 100%;
  float: right;
}

.marg-top {
  margin-top: 25px;
}

.comnt-disn {
  margin-bottom: 20px;
}

.gecko .chosen-container-multi .chosen-choices {
  background: url(../img/select-arrow-csn.png) right top no-repeat;
}

.gecko .top-sm-outr {
  top: 43%;
}

@-moz-document url-prefix() {
  .gecko .chosen-container-multi .chosen-choices {
    background: url(../img/select-arrow-mpl.png) right top no-repeat;
  }
  .gecko .top-sm-outr {
    top: 45%;
  }
}

.contact-wrp-tbl {
  width: 100%;
  margin: 25px 0 0px;
  /* Zebra striping */
}

.contact-wrp-tbl table {
  width: 100%;
  border-collapse: collapse;
  font: 300 15px/23px "Open Sans", sans-serif;
}

.contact-wrp-tbl tr:nth-of-type(odd) {
  background: #eee;
}

.contact-wrp-tbl tr {
  background: #fff;
}

.contact-wrp-tbl th {
  background: #0abbab;
  color: white;
  font-weight: bold;
}

.contact-wrp-tbl td, .contact-wrp-tbl th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

.blog-min-ht {
  min-height: 400px;
}

.p-mrgn {
  margin: 60px 0px 0px 0px;
}

.mrgn-lss {
  margin-bottom: 15px;
}

.fl-l {
  float: left !important;
  margin-bottom: 25px;
}

.h3-colr {
  color: #0abbab;
  font-weight: 500 !important;
}

.form-control:focus {
  border-color: 0px;
  box-shadow: none;
}

.min-htb {
  min-height: 350px;
}

.pls-ht {
  height: 310px;
}

@media (min-width: 1200px) {
  .main-nav {
    margin: 0px;
    padding: 16px 0px 0px 0px;
  }
  .main-nav ul {
    margin: 0px;
    padding: 0px;
  }
  .main-nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px 0;
    position: relative;
  }
  .main-nav ul li a {
    color: #fff;
    font: 600 15px/18px "Roboto", sans-serif;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
  }
  .main-nav ul li a:hover {
    color: #066c63;
  }
  .main-nav ul li:last-child ul {
    left: auto;
    right: 0px;
  }
  .main-nav ul li ul {
    position: absolute;
    width: 280px;
    top: 18px;
    left: 0px;
    text-align: left;
    padding: 14px 0px 0px 0px;
    display: none;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
    background: #0abbab;
    border-bottom: 8px solid #066c63;
  }
  .main-nav ul li ul li {
    list-style: none;
    display: block;
    position: relative;
    padding: 0px;
    border-left: 1px solid #1f9a8f;
    border-right: 1px solid #1f9a8f;
    border-bottom: 1px solid #1f9a8f;
  }
  .main-nav ul li ul li a {
    text-decoration: none;
    font: 500 14px "Roboto", sans-serif;
    color: #fff;
    padding: 7px 5px 7px 7px;
    display: block;
    line-height: 20px;
    background: #0abbab;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
  }
  .main-nav ul li ul li a:hover {
    background: #fff;
    color: #066c63;
  }
  .main-nav ul li ul li ul {
    left: 229px;
    top: 0px;
    padding-top: 0px;
  }
  .main-nav ul li:first-child {
    padding-left: 0px;
  }
  .main-nav ul li:hover > ul {
    display: block;
  }
  .main-nav ul .fl, .main-nav ul .fr {
    float: none;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 9px;
    height: 8px;
    top: 0;
    right: 0;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    right: -3px;
    top: 50%;
    z-index: 10;
    margin-top: 0px;
  }
  .main-nav ul li ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: 3px;
    top: 17px;
    z-index: 10;
    margin-top: -2px;
  }
  .min-nav li.current-menu-item a {
    color: #0abbab;
  }
  .main-nav ul li.current_page_item > a {
    color: #066c63;
  }
  .main-nav ul li ul li.current_page_item > a {
    color: #066c63;
    background: #fff;
  }
  .main-nav ul li ul li.current-menu-parent > a {
    color: #066c63;
    background: #fff;
  }

  .main-nav ul li.current-page-parent > a, .main-nav ul li.current-menu-ancestor > a {
    color: #066c63;
  }


/*  .main-nav ul li.current_page_parent > a {
    color: #066c63;
  }*/
  .footr-main ul li.current-menu-item:first-child > a {
    color: #0abbab;
  }
  .footr-main ul li.current-menu-item:first-child > a:before {
    background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 10px;
    height: 12px;
    display: block !important;
  }
  .footr-main ul li.current-menu-item a, .footr-main ul li.current_page_item a {
    color: #0abbab !important;
  }
  .footer-wrp ul li.current-menu-item:first-child > a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-menu-item:first-child > a:before {
    display: none;
    content: "";
  }
  .footer-wrp ul li.current-menu-item a, .footer-wrp ul li.current_page_item a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-menu-item a:before
, .footer-wrp ul li.current_page_item a:before {
    background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 10px;
    height: 12px;
  }
  .footer-wrp ul li.current-page-parent > a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-page-ancestor > a {
    color: #0abbab;
  }
  .slim-header .header-top {
    padding: 10px 0 10px;
  }
  .slim-header .centr-logo {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    padding: 90px 60px 0px;
  }
  .slim-header .centr-logo img {
    width: 100%;
  }
  .slim-header .logo-left {
    width: 350px;
    margin-top: 10px;
  }
  .slim-header .logo-left img {
    width: 100%;
  }
  .slim-header .top-right .phn {
    font-size: 20px;
  }
  .slim-top-sm-outr .top-fb {
    background-position: -118px 0px;
    width: 58px;
    height: 59px;
  }
  .slim-top-sm-outr .top-twtr {
    background-position: -112px -59px;
    width: 56px;
    height: 57px;
  }
  .slim-top-sm-outr .top-in {
    background-position: -119px -117px;
    width: 59px;
    height: 59px;
  }
  .slim-top-sm-outr .top-instgm {
    background-position: -120px -176px;
    width: 60px;
    height: 59px;
  }
  .error404 .top-sm-outr .top-fb, .page-id-75 .top-sm-outr .top-fb, .blog .top-sm-outr .top-fb, .single .top-sm-outr .top-fb, .archive .top-sm-outr .top-fb, .category .top-sm-outr .top-fb {
    background-position: -118px 0px;
    width: 58px;
    height: 59px;
  }
  .error404 .top-sm-outr .top-fb:hover, .page-id-75 .top-sm-outr .top-fb:hover, .blog .top-sm-outr .top-fb:hover, .single .top-sm-outr .top-fb:hover, .archive .top-sm-outr .top-fb:hover, .category .top-sm-outr .top-fb:hover {
    background-position: -60px 0px;
    width: 58px;
  }
  .error404 .top-sm-outr .top-twtr, .page-id-75 .top-sm-outr .top-twtr, .blog .top-sm-outr .top-twtr, .single .top-sm-outr .top-twtr, .archive .top-sm-outr .top-twtr, .category .top-sm-outr .top-twtr {
    background-position: -112px -59px;
    width: 56px;
    height: 57px;
  }
  .error404 .top-sm-outr .top-twtr:hover, .page-id-75 .top-sm-outr .top-twtr:hover, .blog .top-sm-outr .top-twtr:hover, .single .top-sm-outr .top-twtr:hover, .archive .top-sm-outr .top-twtr:hover, .category .top-sm-outr .top-twtr:hover {
    background-position: -56px -59px;
  }
  .error404 .top-sm-outr .top-in, .page-id-75 .top-sm-outr .top-in, .blog .top-sm-outr .top-in, .single .top-sm-outr .top-in, .archive .top-sm-outr .top-in, .category .top-sm-outr .top-in {
    background-position: -119px -117px;
    height: 59px;
    width: 59px;
  }
  .error404 .top-sm-outr .top-in:hover, .page-id-75 .top-sm-outr .top-in:hover, .blog .top-sm-outr .top-in:hover, .single .top-sm-outr .top-in:hover, .archive .top-sm-outr .top-in:hover, .category .top-sm-outr .top-in:hover {
    background-position: -60px -117px;
    width: 59px;
  }
  .error404 .top-sm-outr .top-instgm, .page-id-75 .top-sm-outr .top-instgm, .blog .top-sm-outr .top-instgm, .single .top-sm-outr .top-instgm, .archive .top-sm-outr .top-instgm, .category .top-sm-outr .top-instgm {
    background-position: -119px -176px;
    width: 60px;
    height: 59px;
  }
  .error404 .top-sm-outr .top-instgm:hover, .page-id-75 .top-sm-outr .top-instgm:hover, .blog .top-sm-outr .top-instgm:hover, .single .top-sm-outr .top-instgm:hover, .archive .top-sm-outr .top-instgm:hover, .category .top-sm-outr .top-instgm:hover {
    background-position: -60px -176px;
  }
  #back-top {
    bottom: 30px;
    display: block;
    position: fixed;
    right: 30px;
    z-index: 999;
  }
  #back-top a {
    float: right;
    height: 60px;
    -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
    width: 60px;
    border-radius: 200px;
    z-index: 999;
    position: relative;
    background: #f59fc4;
    line-height: 28px;
  }
  #back-top a:hover {
    background: #0abbab;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #back-top a:before {
    background: url(../img/top-arrow.png) center no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -12px;
  }
  .back-bttn {
    border-radius: 15px;
    background: #e981ae;
    text-align: center;
    padding: 12px 25px;
    margin: 15px 0px;
    text-transform: uppercase;
    font: 600 15px "Roboto", sans-serif;
    display: inline-block;
    color: #fff;
    float: right;
  }
  .back-bttn:hover {
    background: #0abbab;
    color: #fff;
  }
  .back-bttn:focus {
    color: #fff;
  }
}
@media (min-height:600px) and (max-height:770px){
  .main-nav ul li ul li a {
    font: 500 13px "Roboto", sans-serif;
    padding: 7px 5px 5px 7px;
  }
}
@media (max-width: 1199px) {
  .main-nav {
    display: block;
    top: 0;
    width: 250px;
    position: fixed;
    background: #0abbab;
    list-style: none;
    padding: 0px;
    margin: 0px;
    right: -250px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    display: block;
    z-index: 2000;
    text-align: left;
    color: #fff;
  }
  .main-nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .main-nav ul li {
    color: #fff;
    list-style: none;
    position: relative;
    padding: 0px;
    display: block;
    border-bottom: 1px solid #1f9a8f;
  }
  .main-nav ul li a {
    color: #fff;
    display: block;
    padding: 7px 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #fff;
    font: 600 15px/18px "Roboto", sans-serif;
  }
  .main-nav ul li a:hover {
    background: #fff;
    color: #066c63;
    text-decoration: none;
  }
  .main-nav li ul {
    display: none;
    overflow: hidden;
  }
  .main-nav li.open > ul {
    display: list-item;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  .main-nav li.open > ul li a {
    padding-left: 20px;
  }
  .main-nav li li {
    position: relative;
    display: block;
  }
  .main-nav li li:first-child {
    border-top: 1px solid #1f9a8f;
  }
  .main-nav li li:last-child {
    border-bottom: none;
  }
  .main-nav li li a {
    display: block;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 33px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: solid 1px #1f9a8f;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 10;
    margin-top: -3px;
  }
  .mob-btn {
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px 5px 5px;
    right: 15px;
    top: 25px;
    margin: 12px 0px 0px 0px;
    float: right;
    position: static;
    background-color: #e981ae;
    display: block;
    z-index: 999;
  }
  .mob-btn .icon-bar {
    background: none repeat #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
    width: 28px;
    margin-top: 5px;
  }
  .open .main-nav {
    right: 0px;
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
  .menu {
    top: 100px;
    overflow-x: auto;
  }
  .prpend {
    display: block;
  }
  .main-nav .prpend {
    display: block;
  }
  .fl, .fr {
    float: none;
    margin-right: 0px !important;
  }
  /***/
  .top-sm-outr {
    display: none;
  }
  .header-top {
    padding: 20px 0px 20px;
  }
  .centr-logo {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    top: -80%;
  }
  .logo-left {
    width: 320px;
  }
  .min-nav {
    display: none;
  }
  .top-right {
    margin-top: 10px;
  }
  .home-banner {
    padding-bottom: 100px;
    height: auto;
  }
  .inner-banner {
    height: auto;
  }
  .banner-sf {
    padding-top: 100px;
  }
  .home-texti-otr .home-texti {
    min-height: 560px;
  }
  .home-texti-wrp {
    padding-bottom: 45px;
  }
  .media-left .media-content-wrp {
    padding: 22px 20px 21px;
  }
  .media-left .media-content-wrp h2 {
    font-size: 35px;
    margin-bottom: 16px;
  }
  .home-media-wrp {
    padding-bottom: 30px;
  }
  .home-main-wrp h2 {
    margin-bottom: 25px;
  }
  .main-container {
    padding-top: 102px;
  }
  .place-wrp-otr .place-img {
    padding: 0px;
    width: 184px;
  }
  .place-wrp-otr {
    padding: 10px 0px;
    height: auto;
  }
  .footer-wrp-otr .footer-wrp ul {
    padding-right: 30px;
  }
  .inner-banner .inner-sf {
    padding-top: 73px;
  }
  .inner-img-box-wrp h2 {
    font-size: 36px;
  }
  .inner-img-box-wrp .inner-img-contnt {
    padding: 10px 10px 8px;
  }
  .inner-img-box-wrp .box-width {
    width: 54%;
  }
  .inner-img-box-wrp .inner-img-box {
    width: 43%;
  }
  .services-img-box-otr .services-img-box {
    height: 207px;
  }
  .back-bttn {
    display: none;
  }
  .place-wrp-otr {
    padding: 30px 0px;
  }
  .view, .view .mask, .view .content {
    width: 300px;
    height: 248px;
  }
  .pr-text {
    height: 247px;
  }
  .top-content-in {
    min-height: 435px;
  }
  .top-content-in02 {
    min-height: 435px;
  }
  .divdr {
    background-position: 645px 0px;
  }
  .post-text-wrp .post-text01 {
    min-height: 590px;
  }
  .post-text-wrp .post-text {
    min-height: 206px;
  }
  .brd-cmp01 {
    margin-bottom: 25px;
  }
  .error-thank {
    margin-top: 45px;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  .footr-main ul li.current-menu-item:first-child > a {
    color: #0abbab;
  }
  .footr-main ul li.current-menu-item:first-child > a:before {
    background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 10px;
    height: 12px;
    display: block !important;
  }
  .footr-main ul li.current-menu-item a, .footr-main ul li.current_page_item a {
    color: #0abbab !important;
  }
  .footer-wrp ul li.current-menu-item:first-child > a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-menu-item:first-child > a:before {
    display: none;
    content: "";
  }
  .footer-wrp ul li.current-menu-item a, .footer-wrp ul li.current_page_item a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-menu-item a:before
, .footer-wrp ul li.current_page_item a:before {
    background: url(../img/foot-arrowhvr.png) 0px 0px no-repeat;
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 10px;
    height: 12px;
  }
  .footer-wrp ul li.current-page-parent > a {
    color: #0abbab;
  }
  .footer-wrp ul li.current-page-ancestor > a {
    color: #0abbab;
  }
  .side-bar h3 {
    font-size: 20px;
  }

  .inner-img-box-wrp .inner-img-contnt {
    min-height :290px !important;
  }

}

@media (max-width: 1023px) {
  .logo-left {
    width: 265px;
  }
  .top-right .phn {
    font-size: 20px;
  }
  .centr-logo {
    top: -40px;
  }
  .banner-sf {
    padding-top: 75px;
  }
  .home-banner {
    padding-bottom: 75px;
  }
  .banner-sf .sf-text {
    font-size: 60px;
    line-height: 65px;
  }
  .home-texti-otr {
    margin-bottom: 30px;
  }
  .home-texti-otr .home-texti {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .cntr {
    padding-top: 10px;
  }
  .videoWrapper {
    padding-bottom: 84.25%;
  }
  .media-left .media-content-wrp {
    padding-top: 23px;
    padding-bottom: 19px;
  }
  .place-wrp-otr .place-img {
    margin: 0 20px 30px;
  }
  .video-txt {
    font-size: 15px;
  }
  .home-main-wrp h3 {
    margin-bottom: 25px;
  }
  .home-main-wrp h2 {
    font-size: 35px;
  }
  .padd-bttm {
    padding-bottom: 5px;
  }
  .footer-wrp-otr .footer-wrp ul {
    padding: 0px 100px 15px 0px;
  }
  .footer-wrp-otr .footer-wrp {
    height: auto;
  }
  .iner-testi-wrp .iner-testi-min {
    min-height: auto;
  }
  .services-img-box-otr .services-img-box {
    height: 154px;
  }
  .main-container {
    padding-top: 102px;
  }
  .inner-img-box-wrp .box-width {
    width: 49%;
  }
  .inner-img-box-wrp .inner-img-box {
    width: 46%;
  }
  .inner-img-box-wrp .inner-img-contnt {
    padding: 10px;
  }
  .services-img-box-otr .services-text a {
    font-size: 18px;
  }
  .top-content-in {
    min-height: 0px;
  }
  .top-content-in02 {
    min-height: 0px;
  }
  .divdr {
    background: none;
    display: block;
  }
  .post-text-wrp .post-text01, .post-text-wrp .post-text {
    min-height: 0px;
  }
  .artical-wrp-otr .artical-wrp-head h2 {
    min-height: 0px;
  }
  .pr-text {
    width: 420px;
  }
  .brd-cmp01 {
    margin-bottom: 25px;
  }
  .blog-min-ht {
    min-height: 0px;
  }
  .contact-wrp-tbl {
    width: 100%;
    overflow: scroll;
  }
  .footer-wrp-otr .footer-wrp ul {
    padding-right: 70px;
  }
  .divdrx {
    display: block;
    height: 1px;
    border-top: 1px solid #ebebeb;
    margin: 15px 0px;
    width: 100%;
  }

  .acc_headi span{
    display: inline-block;
  }
  .inner-img-box-wrp .inner-img-contnt{
    min-height:0px;
  }
}

@media (max-width: 767px) {
  .centr-logo {
    top: -21px;
  }

  .footer-otr .logos-wrp span {     margin: 0px 5px; }
  .main-container {
    padding-top: 0px !important;
  }
  .header {
    position: static;
  }
  .logo-left img {
    position: relative;
    z-index: 1000;
  }
  .logo-left {
    float: none;
    margin: auto;
    display: block;
    position: relative;
    top: 21px;
  }
  .top-right {
    z-index: 1000;
    position: relative;
    margin: auto;
    width: 240px;
    top: -40px;
    float: none;
  }
  .banner-sf .sf-text {
    font-size: 37px;
    line-height: 50px;
  }
  .banner-sf {
    padding-left: 15px;
  }
  .home-media-wrp {
    padding: 0 15px 25px;
  }
  .media-left {
    margin-right: 0px;
  }
  .home-main-wrp h2 {
    font-size: 30px;
  }
  .footer-wrp-otr .footer-wrp ul {
    float: none;
    padding: 0px;
  }
  .footer-wrp-otr .footer-wrp ul li {
    background: none;
    text-align: center;
  }
  .footr-sm-wrp {
    position: relative;
    text-align: center;
    margin: 20px 0px;
  }
  .media-left {
    margin-bottom: 10px;
  }
  .inner-sf {
    padding: 50px 20px;
  }
  .inner-banner .inner-sf {
    padding: 85px 0px 35px 0px;
  }
  .inner-banner .inner-sf-text {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
  }
  .inner-img-box-wrp .inner-img-box {
    width: 100%;
  }
  .services-img-box-otr .services-img-box {
    height: 254px;
  }
  .main-container {
    padding-top: 130px;
  }
  .inner-img-box-wrp .box-width {
    width: 100%;
  }
  .services-img-box-otr .services-text {
    min-height: auto;
  }
  .view, .view .mask, .view .content {
    width: 290px;
    height: 238px;
  }
  .view {
    margin: 0 auto;
    float: none;
  }
  .pr-text {
    height: auto;
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .pr-text h5 {
    font-size: 26px;
  }
  .pr-text p {
    font-size: 16px;
  }
  .h-form {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .h-form input[type="text"],
  .h-form input[type="password"],
  .h-form input[type="email"],
  .h-form input[type="number"],
  .h-form input[type="tel"],
  .h-form input[type="url"],
  .h-form select,
  .h-form textarea {
    margin-bottom: 15px;
  }
  .h-catch-wrp .input-holder {
    margin-top: 0px;
  }
  .h-catch-wrp #captcha_div_contact_1 p {
    margin: 0px 0px 10px;
    text-align: right;
    width: 100%;
  }
  .inner-catch-wrp #captcha_div_contact_2 p {
    text-align: right;
  }
  .h-catch-wrp .submit-bttn1 {
    margin: 15px 0px 0px 0px;
    float: right;
  }
  .contact-wrp .jellka {
    font-size: 28px;
  }
  .alignnone {
    max-width: 100%;
    float: none;
    margin: 5px 0px 15px 0px;
    width: 100%;
  }
  .img-reduce { max-width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .email-sm-wrp {
    margin-bottom: 15px;
  }
  .email-sm-wrp p {
    margin: 0px 0px 10px;
  }
  .email-sm-wrp .sm-wrp {
    float: left;
  }
  .footer-wrp-otr .footer-wrp .footr-main ul {
    padding-right: 0px;
  }
  .footer-wrp-otr .footer-wrp .footr-main ul li:first-child {
    padding-left: 0px;
    background: none;
  }
  .inner-content-wrp h2 {
    font-size: 28px;
  }
  .contact-wrp-tbl table {
    width: 200%;
  }
  .footer-wrp-otr .footer-wrp .footr-main ul li:first-child:before {
    display: none;
  }
  .footer-wrp-otr .footer-wrp ul li:before {
    display: none;
  }
  .footer-wrp ul li.current-menu-item a:before, .footer-wrp ul li.current_page_item a:before {
    display: none;
  }
  .footer-wrp-otr .footer-wrp .footr-main ul li a:hover:before {
    display: none;
  }
  .footer-wrp-otr .footer-wrp ul li a:hover:before {
    display: none;
  }
  .footr-main ul li.current-menu-item:first-child > a:before {
    display: none !important;
  }
  .inner-content-wrp .inner-left .txt-cntr {
    font-size: 24px !important;
  }
  .divdrx {
    margin: 7px 0px;
  }
  .min-htb {
    min-height: 0px;
  }

.toronto-v{
  margin-top: 0px;
  height:0px;

}
.post-card{
    width: 80%;
  }
  .anchor-offset {
    top: -20px;
   }
   .inner-img-box-wrp .inner-img-contnt {
    min-height :210px;
  }

  .inner-left .inner-img-box-wrp .inner-img-contnt{
  min-height: auto!important;
}
  
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
  .banner-sf .sf-text {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }
  .banner-bttn {
    font-size: 20px;
    padding: 10px 22px;
  }
  .home-main-wrp h3 {
    margin-bottom: 25px;
  }
  .padd-bttm {
    padding-bottom: 5px;
  }
  .video-txt {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 22px;
  }
  .place-wrp-otr {
    padding-bottom: 5px;
  }
  .footr-sm-wrp .tel {
    padding-right: 0px;
    font-size: 20px;
  }
  .media-left .media-content-wrp h2 {
    font-size: 30px;
  }
  .inner-banner .inner-sf {
    padding: 85px 0px 30px 0px;
  }
  .inner-banner .inner-sf-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .inner-img-box-wrp .inner-img-box h2 {
    font-size: 30px;
  }
  .services-img-box-otr .services-img-box {
    height: 205px;
  }
  .ser-box .ser-l-pic, .ser-box .ser-r-pic {
    width: 92px;
  }
  .ser-box .ser-l-pic {
    background: url(../img/left-ar.png) no-repeat 0 0;
  }
  .ser-box .ser-l-pic span {
    margin: 14px 0 0 16px;
  }
  .ser-box .ser-r-pic {
    background: url(../img/right-ar.png) no-repeat 100% 0;
  }
  .ser-box .ser-r-pic span {
    margin: 14px 0 0 50px;
  }
  .h-catch-wrp span.error, span.errors {
    top: -44px;
  }
  .post-card{
    width: 100%;
  }
  .anchor-offset {
    top: -50px;
   }
   .phone-num{
    font-size: 28px;
    line-height: 29px;
    font-weight: 300;
  }
   .phone-num{
    font-size: 28px;
    line-height: 29px;
    font-weight: 300;
  }
  .inner-img-box-wrp .inner-img-contnt {
    min-height :none;
  }
}

@media (min-width: 1300px){
.header .logo-left{
    width: 424px;
}
.header .centr-logo{
  left: 51%;
}
.header .slim-header .logo-left{
    width: 408px;
}
.header .slim-header.centr-logo{
  left: 50%;
}
}
.hilte-box ol{
 color: #ee65a8; 
}

.hilte-box ol span{
color: #333;
}

.acc_headi span{
   padding-left: 70px;
   
}

.inner-full-img{
  float: none;
  max-width: 100%;height: auto;
}

.inner-left h2{
  text-transform: capitalize;
  font-size: 30px;  
}

.inner-left h3{
    text-transform: capitalize;
}

.ser-accodion .acc_head{
	padding-left: 75px!important;
}



.meet-maria .acc_icon_expand{
  background:none!important;
}

.meet-maria .ser-accodion .acc_head{
left: -75px!important;
}

.panel-group h4 a{
  color: #0ABBAB;
}
.meet-acc .acc_icon_expand{
  background: none !important;
}

.meet-acc .acc_active .acc_icon_expand{
  background: none !important;
}

.inner-left .inner-img-box-wrp .inner-img-box img{
  max-width: inherit;
max-width: 100%!important;
margin: 0 15px 10 0!important;
}

/*.inner-left .inner-img-box-wrp .inner-img-contnt{
  min-height: 446px;
}*/
.hilte-box ul li {
  color: #ee65a8;
  font: 400 14px/28px "Open Sans", sans-serif;
}
.hilte-box ul li span {
  color: #333;
  font: 400 14px/28px "Open Sans", sans-serif;
}
.hilte-box ul li span a {
  color: #0abbab;
}
.hilte-box ul li span a:hover {
  color: #252525;
}
.new-head {
  position: relative;
  display: block;
  padding: 10px 0;
  font: 700 18px/24px "Roboto", sans-serif;
  color: #0abbab;
  margin: 15px 0;
}
.abt-us-ul {
  font: 400 15px/23px "Open Sans", sans-serif;
}
.abt-us-ul li {
  position: relative;
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 15px;
}
.abt-us-ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: #e981ae;
}




@media screen and (max-width:767px) {
  .abt-us-ul li:before {
    top: 7px;
  }
  .hd-new{
    max-width: 345px;
  }
  .no-gutters .media-left {
     padding-right:0!important;
  }

}

#formcontact_1 .h-catch-wrp {
  height: 50px;
}

@media(max-width:767px) {

#formcontact_1 .h-catch-wrp {
    height: 115px!important;
}
#formcontact_1 .submit-bttn1{
    float: none;
    position: absolute;
    right: 15px;
    top: 50px;

}

#wait_contactform_1 {
    position: absolute;
    right: 0;
    top: 65px;
}


}
@media(max-width:650px) 
{
  .inner-banner .banner-bttn{clear: both;float: left;}
  .bk2.banner-bttn{margin: 5px 0;}
}
@media(max-width:320px) {

  #formcontact_1 .h-catch-wrp {
    height: 125px!important;
}
#formcontact_1 .submit-bttn1{
    top: 70px;

}
#wait_contactform_1 {
  top: 80px;
 }

 }


/**/
.searchbook ::-webkit-input-placeholder {
  color: #212121;
}

.searchbook ::-moz-placeholder {
  color: #212121;
}

.searchbook :-ms-input-placeholder {
  color: #212121;
}

.searchbook ::placeholder {
  color: #212121;
}
/**/

.tandc li{margin:6px 0;}
